@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

table{
	border-collapse: collapse;
	border-spacing:0;
}

ol,ul{
	list-style:none;
}

fieldset,img{
	border:0;
}	
	
select option{
	padding:0 5px;
}	

form label{
	cursor:pointer;
}

a{
	color: #300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* All */
body{
	background-color: #fff0a9;
	background-image: url(../img/c/header.gif);
	background-repeat: repeat-x;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size :12px;
	color: #171717;
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

#wrapper{
	text-align: center;
}

#header{
	text-align: center;
	margin: auto;
	height: 90px;
}

#header ul{
	width: 990px;
	margin: auto;
}

#header ul li{
	float: left;
	width: 110px;
	height: 28px;
	display: block;
	font-size: 100%;
	letter-spacing: normal;
}

#header ul li a{
	line-height: 220%;
}

#header ul li.current{
	background-image: url(../img/c/tab_active.gif);
	text-decoration: none;
}

#header ul li.current a{
	text-decoration: none;
	color: #300;
}

#header ul li.guide a{
	background-image: url(../img/c/tab_off.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 28px;
	display: block;
	text-decoration: none;
	color: #FFF;
}

#header ul li.guide a:hover{
	width: 110px;
	height: 28px;
	display: block;
	background-image: url(../img/c/tab_on.gif);
}

#contents{
	width: 1000px;
	margin: auto;
	text-align: left;
}

div#detailedSchedule{
	background-color: #691216;
	margin: 0 10px 10px 10px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#detailedSchedule a{
	color: #fff;
	text-decoration: underline;
}

#footer{
	clear: both;
	width: 1000px;
	margin: auto;
	color: #691216;
	text-align: center;
}

#footer a{
	padding: 10px;
	float: right;
}

#footer hr{
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #691216;
	height: 1px;
}

#awardtitle{
	margin-left: 10px;
	margin-bottom: 5px;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.mgt10{
	margin-top: 10px;
}
.mgt20{
	margin-top: 20px;
}
.mgt30{
	margin-top: 30px;
}
.mgt50{
	margin-top: 50px;
}
.mgb10{
	margin-bottom: 10px;
}
.mgl10{
	margin-left: 10px;
}

.pdt5{
	padding-top: 5px;
}

.pdt10{
	padding-top: 10px;
}

.pdt20{
	padding-top: 20px;
}

.fts90{
	font-size: 90%;
}
.pd10{
	padding: 10px;
}

.tal-c{
	text-align: center;
}

.f-l{
	float: left;
}

.f-r{
	float: right;
}

#awardWideBanner{
display: block;
margin: 0 auto 5px auto;
}

#toppage #awardWideBanner{
display: none;
}

.yahooProductList {
clear: both;
width: 980px;
margin: 0 auto 0 auto;
padding: 20px 0 0 0;
}
.yahooProductList+a img{
display: none !important;
}
.yahooProductList .title{
padding: 5px 10px;
font-weight: bold;
background: #FFF6CC;
text-align: center;
border-radius: 15px 15px 0 0;
}
.yahooProductList .box{
background: #fff;
padding: 20px 10px;
text-align: center;
box-sizing: border-box;
border: 10px solid #FFF6CC;
border-top: 0;
}
.yahooProductList .name{
font-size: 10px;
}
.yahooProductList .price{
font-weight: bold;
}
.yahooProductList ul li{
width: 180px;
display: inline-block;
vertical-align: top;
}
.yahooProductList ul img{
max-width: 100%;
height: auto;
margin: auto auto 5px auto;
}
.yahooProductList span{
display: block;
}
