@charset "utf-8";

div#tagline {
	background-color:#000080;
	text-align: left;
	display:block;
	text-transform: uppercase;
}
div#tagline div {
	background:url(../img/tagline.png) top left no-repeat;
	background-position:4px 10px;
	font-size:11px;
	font-size: 1.1rem;
	text-indent:0;
	color:#ffe4e1;
	line-height:1.2;
	padding:7px 0 10px 12px;
	margin-bottom:10px;
}
div#tagline div a {
	color:#ffe4e1;
	text-decoration:underline;
}

div#tagline div a:hover, div#tagline p a:active, div#tagline p a:focus {
	text-decoration:underline;
	color:#ffff99;
}

p.indentOof {
	text-indent:0em;
}

p.short {
	margin: 0 5px 0.4em 10px;
}
p.point1 {
	margin: 0 5px 0.4em 15px;
	padding-left:17px;
	background:url(../img/bg_point.png) top left no-repeat;
	font-weight:bold;
}
p.point1 a {
	font-weight:normal;
}
p.point2 {
	margin: 0 5px 0.8em 10px;
	padding-left:10px;
	background:url(../img/bg_point2.png) top left no-repeat;
}
#pan,#pan a {
	font-size:12px;
	font-size:1.2rem;
	color:#999;
}

.center {text-align:center;}
.b {font-weight:bold;}

.highlight {
	font-weight:bold;
	color:#6f5436;
	text-indent:0;
}

.spacing5 { padding-bottom:5px;}
.spacing10 {margin-bottom:10px;}


.floatL {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.floatR {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.Movie {
	margin-bottom:30px;
}
.Movie iframe{
  width: 100%;
  max-width:560px;
}

.Movie {
	display:block;
	margin:0 auto 30px;
	text-align:center;
	width:100%;
	overflow:hidden;
}


/******************************************************************
 *
 *  商品紹介
 *
 *****************************************************************/

.entry1 {
	background-color:#f3ffff;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border:#e0ffff solid 1px;
	padding:8px;
	margin-bottom:20px;
}
.section .entry1 h3 {
	background:#4169e1;
	color:#FFF;
	font-size: 17px;
	font-size: 1.7rem;
	border:none;border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	margin:0 0 10px;
	padding:10px;
}
.section .entry1 h3 a {
	color:#FFF;
}
.section .entry1 h3 a:hover, .entry1 h3 a:active, .entry1 h3 a:focus {
	text-decoration:none;
}

.entry1 .inner {
	margin:0 5px;
}
.entry1 .inner ul {
	margin-bottom:5px;
}
.entry1 .inner ul li {
	display:block;
	text-align:left;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom:5px;
}
.entry1 .inner ul li.TEXT {
	color:#594e52;
	margin-top:20px;
	margin-bottom:15px;
}
.entry1 .inner ul li.POINT {
	background:url(../img/bg_point.png) no-repeat;
	background-position:left 50%;
	padding:1px 0 1px 20px;
}

.entry1 .inner ul li.entryBtn {
	margin:0 auto;
	text-align:center;
	width: 200px;
	display: block;
}
.entry1 .inner ul li.entryBtn a {
	display: block;
	font-size: 15px;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	background-color: #ff0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f48989), to(#ff0000));
	background-image: -webkit-linear-gradient(#f48989, #ff0000);
	background-image: linear-gradient(#f48989, #ff0000);
	color:#FFF;
	margin-bottom: 5px;
	padding: 8px 0;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
.entry1 .inner ul li.entryBtn a:hover{
	background-color: #ffa500;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbd44), to(#ffa500));
	background-image: -webkit-linear-gradient(#ffbd44, #ffa500);
	background-image: linear-gradient(#ffbd44, #ffa500);
}



/******************************************************************
 *
 * レイアウト
 *
 *****************************************************************/

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.b {font-weight:bold;}
.normal {font-weight:normal;}

.spacing5 { padding-bottom:5px;}
.spacing10 {margin-bottom:10px;}

.white {color:#FFF;}
.gray {color:#9a7d08;}
.green {color:#008000;}

.ml10 {margin-left:10px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}


.f11 {
	font-size:11px;
	font-size: 1.1rem;
}
.f12 {
	font-size:12px;
	font-size: 1.2rem;
}
.f13 {
	font-size:13px;
	font-size: 1.3rem;
}
.f15 {
	font-size:15px;
	font-size: 1.5rem;
}
.f16 {
	font-size:16px;
	font-size: 1.6rem;
}

.ind5 { text-indent:5px;}





/******************************************************************
 *
 *  フロート解除
 *
 *****************************************************************/

.clear {
	clear:both;
}
/* floatの解除 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}  
/* End hide from IE-mac */
