@charset "euc-jp";
/* ==============================================
	template
============================================== */
#template {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,Verdana,sans-serif;
}



/* ==============================================
	看板
============================================== */
#headline .typeM {
	margin-bottom: 0;
}



/* ==============================================
	ナビ
============================================== */
#nav {
	position: relative;
	overflow: hidden;
	display: block;
	width: 950px;

/*Other Browser*/
	background: #af9d18;

/*For Old WebKit*/
	background: -webkit-linear-gradient(
	#bfb143 0%,
	#af9d18 100% );

/*For Modern Browser*/
	background: linear-gradient(
	#bfb143 0%,
	#af9d18 100% );

/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfb143', endColorstr='#af9d18',GradientType=0 );
}

#nav ul {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
	font-size: 98%;
	vertical-align: middle;
}

#nav ul li {
	overflow: hidden;
	display: table-cell;
	width: 20%;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#nav ul li :hover {
	opacity: 0.8; 
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha(opacity=80)";
}

#nav ul li a {
	position: relative;
	display: block;
	padding: 3px 20px 4px 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.4s;
}

#nav ul li a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#nav ul li a:link,
#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a:active {
	color: #ffffff;
	text-decoration: none;
}



/* ==============================================
	リード
============================================== */
.rudolfLead {
	padding-top: 25px;
	color: #af9d18;
	font-size: 210%;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.1;
}



/* ==============================================
	動画
============================================== */
.movieLead {
	padding: 15px 0 30px;
	font-size: 150%;
	text-align: center;
}



/* ==============================================
	ストーリー
============================================== */
.storyLead .leadList {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

.storyLead .leadList li {
	float: left;
	width: 280px;
	padding: 10px;
	margin-right: 25px;
	background: #C8B35B 0 0 repeat;
}

.storyLead .leadList li.listLast {
	margin: 0;
}

.storyLead dt {
	min-height: 70px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}

.storyLead dd {
	font-size: 90%;
}

.storyLead dd span {
	display: block;
	padding-bottom: 6px;
	color: #333333;
	line-height: 1.2;
}

.storyIntro {
	padding: 30px 0;
	text-align: center;
}

.storyIntro p{
	padding-bottom: 10px;
}



/* ==============================================
	h3
============================================== */
#bodyClump h3 {
	font-size: 110%;
}



/* ==============================================
	1行2商品
============================================== */
#bodyClump .itemTypeA .image {
	width: 180px;
}

#bodyClump .itemTypeA .image img {
	width: 180px;
}

#bodyClump .itemTypeA .note {
	width: 260px;
}

#bodyClump .itemTypeA p span {
	display: block;
	margin-bottom: 8px;
	color: #333333;
}

#bodyClump .itemTypeA p span.itemBtn {
	margin-top: 20px;
}

#bodyClump .itemTypeA p span.itemBtn a {
	display: inline-block;
	padding: 8px 1.5em;
	border-radius: 4px;
	background: #00a5e9 0 0 repeat;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.4s;
}

#bodyClump .itemTypeA p span.itemBtn a:hover {
	opacity: 0.8; 
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha(opacity=80)";
}



/* ==============================================
	1行4商品
============================================== */
#bodyClump .itemTypeC .image {
	height: 170px;
}
