@charset "UTF-8";

body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	color: #222;
}
a {
	color: #1d3994;
}

select, input,{
	font-size:120%;
}

input[type="submit"]{
	font-size:100%;
}

input[type="radio"],[type="checkbox"]{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*label > li{
	font-size:120%;
}*/


#container {
	margin: 0;
}


header#top {
	height:64px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#d7ecc9));
	border-bottom:1px solid #73b65c;
	overflow: visible;
}

.top {
	margin-bottom:5px;
	padding-left:8px;
	height:85px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#d7ecc9));
	border-bottom:1px solid #73b65c;
}

.top1 {
	height:64px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#d7ecc9));
	border-bottom:1px solid #73b65c;
}

.pc_text{
}

.pc_bt{
	float:left;
	margin:-1px -10px 0 15px;
}

.couponB{
	position:absolute;
	float:left;
	margin:-7px 0 0 8px;
}


.hdrbtnbox {
	float:right;
	margin:10px 4px 0 0;
}


header#top h1 {
	display: block;
	width: 180px;
	height: 48px;
	float:left;
	margin: 8px 0 8px 8px;
}
header#top div#hdrbtnbox {
	float:right;
	margin: 4px 4px 4px 0;
}
#hdrbtnpc {
	float:left;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(51%,#bbb), color-stop(100%,#999));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	padding: 2px;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	margin-right: 6px;
	margin-bottom: 4px;
	min-width: 50px;
	min-height: 45px;
	text-shadow: 0 1px #fff;
}

#hdrbtnpc2 {
	float:left;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(51%,#bbb), color-stop(100%,#999));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	width: 50px;
	height: 45px;
	padding: 2px;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	margin-bottom: 4px;
	text-shadow: 0 1px #fff;
}

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

#wrapper {
	padding: 6px;
}
section {
	margin-bottom: 0.5em;
}
section.contentbox {
	background-color: #f3f9ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 8px 0;
	margin-top:20px;
}

section.contentbox-tokusyu {
	background-color: #f3f9ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 8px 0;
}

section.contentbox-eve {
	background-color: #f3f9ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	margin-top:0px;
}

.contentbox a{
	color:#333333;
	text-decoration:none;
}

.contentbox-tokusyu a{
	color:#333333;
	text-decoration:none;
}

.contentbox-eve a{
	color:#333333;
	text-decoration:none;
}

.navigetion{
	margin:0 auto;
}

.contentbox .contentbox-tokusyu .contentbox-eve .navigetion a{
	color:#FFF;
	text-decoration:none;
}

.navigetion li{
	background:none;
	border:none;
	padding:0;
	text-align:center;
	margin:3px;
	display:block;
	width:90px;
	height:70px;
}

.title{
	font-weight:bold;
	font-size:1.1em;
}

.p_title{
	font-weight:bold;
	font-size:1.0em;
}


p {
	margin-bottom: 0.5em;
}
#wrapper p a {
	color: #222;
	text-decoration: none;
}
div.titlebox {
	height:15px;
	background:#7bbe4e;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#7bbe4e));
	margin:0 0 8px 0;
	padding:10px 4px 10px 6px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #73b65c;
	overflow: hidden;
}

div.titlebox2 {
	height:15px;
	background:#92c2ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#92c2ea));
	margin:0 0 8px 0;
	padding:10px 4px 10px 6px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #98b4e6;
	overflow: hidden;
}

div.titlebox3 {
	background:#cc0000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,221,221,1)), color-stop(100%,rgba(204,0,0,1)));
	margin:0 0 10px 0;
	padding:10px 4px;
	height:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #F60;
	overflow: hidden;
}

div.titlebox4 {
	background:#fec4c6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,169,182,1)), color-stop(100%,rgba(245,50,146,1))); 
	margin:0 0 8px 0;
	padding:10px 4px;
	height:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #FAC3FF;
	overflow: hidden;
}

div.titlebox5 {
	background:#ff7f04;
	background: -webkit-linear-gradient(top, rgba(255,201,147,1) 0%,rgba(255,127,4,1) 100%);
	margin:0 0 8px 0;
	padding:10px 4px;
	height:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #F60;
	overflow: hidden;
}

div.titlebox6 {
	background:#7bbe4e;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#7bbe4e));
	margin:0 0 8px 0;
	padding:9px 5px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #73b65c;
	overflow: hidden;
}

div.titlebox7 {
	background:#5681bb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfefe), to(#5681bb));
	margin:0;
	padding:9px 5px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #6177b3;
	overflow: hidden;
}

div.titlebox a, div.titlebox2 a, div.titlebox3 a, div.titlebox4 a,div.titlebox5 a {
	float:right;
	text-decoration: none;
	color: #fff;
}

div.syosaibox1 {
	height:15px;
	margin:0;
	padding:10px 4px;
	overflow: hidden;
}

.syosaibox1 a {
	text-decoration: none;
	color: #fff;
}

h2 {
	display:block;
	color:#01481E;
	float: left;
}
h2.ctitle {
	display:block;
	color:#003b65;
	float: left;
}

h2.eve {/*green*/
	color:#01481E;
	float: left;
}

h2.blue {
	color:#070147;
	float: left;
}

h2.red {
	color:#590000;
	float: left;
}

.titlebox4 .ctitle{
	color:#FFFFFF;
}


.ctitlebtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f9d34), color-stop(50%,#4d9a32), color-stop(51%,#44892c), color-stop(100%,#3a7625));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3a7625;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	width: 45px;
	height:19px;
	padding:5px 3px 2px 3px;
	margin-top:-6px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
.ctitlebtn02 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34729d), color-stop(50%,#326f9a), color-stop(51%,#2c6389), color-stop(100%,#255576));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #255576;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	width: 45px;
	height:19px;
	padding:5px 10px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

.ctitlebtn02 a {
	color:#fff;
}

h3 a {
	color: #1d3994;
	text-decoration: none;
}
nav {
	margin: 0 auto 0.2em 1.7%;
}
nav ul {
	width: 100%;
	overflow: hidden;
}
nav li {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f9d34), color-stop(50%,#4d9a32), color-stop(51%,#44892c), color-stop(100%,#3a7625));
	margin:0 2px 4px;
	padding:0 2px;
	color:#01481E;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #3a7625;
	font-weight: bold;
	float: left;
}
nav li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #003311;
}

nav a li{
	color: #fff;
	text-shadow: 0px 1px 0px #003311;
	line-height: 2.5em
}

nav a{
	text-decoration:none;
}

nav li a.kagayaki {
	line-height: 1.3em
}
section {
	overflow: hidden;
}
.imgbox {
	display: block;
	width: 120px;
	float: left;
	margin: 0 10px 0 4px;
	padding-bottom:5px;
}

.imgbox1 {
	border:1px solid #333;
	display: block;
	width: 120px;
	float: left;
	margin: 0 10px 0 4px;
}

.presentcontent{
	height:85px;
}

.hyozi{
	margin-bottom:17px;
}

.txtboxr {
	float: right;
}
div#presentbox {
	/*display: -webkit-box;
	-webkit-box-pack: center;*/
}

footer {
	text-align: center;
	border-top:1px solid #73b65c;
	padding:10px;
}

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

.hd_btnpc {
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(51%,#bbb), color-stop(100%,#999));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	width: 116px;
	padding: 2px;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	margin-bottom: 4px;
}

.hd_noCenter{
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(51%,#bbb), color-stop(100%,#999));
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3),inset 0px 0px 2px rgba(255,255,255,0.5);
	width: 110px;
	height:24px;
	padding-top:4px;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-align:left;
}

section.contentbox_spon {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
/*	margin-top:20px;	*/
}
.spo li{
	list-style: none;
	float: left;
	background: #ffffff url("../img/ya-blue.gif") 2px 3px no-repeat;
	padding-left: 12px;
	margin:2px 10px 2px 2px;
}
.index_txt{
	padding:0 7px 0 7px;
}

.p_txt{
}


.spon_txt{
	padding:0 3px 0 7px;
}

.dott{
	width:97%;
	margin-left:5px;
	border-top:1px dotted #999;
}

.blue{
	color:#18697C;
}
div#presentbox {
	/*display: -webkit-box;
	-webkit-box-pack: center;*/
}
div#presentbox div.presentcontent {
	font-size:0.9em;
	height:100%;
	float:left;
	width: 130px;
	font-weight: bold;
	text-align: center;
}
div#presentbox div.presentcontent a {
	text-decoration: none;
}

.event{
	width:100%;
	height:200px;
}



/*----------------------------------------------------------------------------------------------*/


#day{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,237,237,1)), color-stop(49%,rgba(255,221,221,1)), color-stop(50%,rgba(255,211,211,1)), color-stop(100%,rgba(255,211,211,1)));
	border: 1px solid #faa1a2;
	padding: 5px;
	margin: 0 0 10px;
}

.weekday {
	color: #000;
}

.saturday {
	color: #00c;
}

.holiday {
	color: #c00;
}

.tenki1 {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background: url(../../image/tenki.gif) no-repeat 0 0;
	margin: 0 1px 0 0;
}

.tenki2 {
	display: block;
	width: 18px;
	height: 18px;
	float: right;
	background: url(../../image/tenki.gif) no-repeat -18px 0;
	margin: 0 0 0 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.tenki1,
	.tenki2 {
		/* Retina Display用画像を読み込む */
		background-image: url(../../image/tenki.png);
		/* 非Retina Display用の画像サイズに変換 */
		background-size: 36px 18px;
	}
}

/*----------------------------------------------------------------------------------------------*/



