@charset "shift_jis";


/* ========BASIC======== */
*{margin: 0;padding: 0;}
html,body,div#container,div#wrapper {height: 100%;} /*footer固定*/
*html body {overflow-y:auto;} /*ズレ対策　IE6だけに適用*/
*+html body {overflow-y:auto;} /*ズレ対策 IE7だけに適用*/
html {font-size: 62.5%;}
body {
	font-size: 16px; 
	font-size: 1.6rem; /* =16px */
	font-family: 'メイリオ',Meiryo, 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro';
	color: #333;
	line-height:1.4;
   	letter-spacing:0.8px;
	background: url('') repeat fixed; height: 100%;
	overflow-y:scroll;/* ズレ対策 */
}

br {letter-spacing:normal;}
a {color:#156972;text-decoration:none;}
a:hover {color:#1ab1cc;}
img {border:0;vertical-align:bottom;}
h1,h2,h3,h4,h5,h6 {margin:0;}  

/*-------------------------------------------------- ▼▼wrapper | 全体を包む▼▼--------------------------------------------------*/
div#wrapper {
	width:100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;	
	position:relative;
	background: url('../background/wrap.png') center top repeat-y;
}
/*--------------------------------------------- ▼▼container | headerとcontentsを包む▼▼-----------------------------------------*/
div#container {
	width:100%;
	margin: 0 auto;
	background: url('../background/header_to_navi.png') center top repeat-x;
}

/* ========TEMPLATE LAYOUT======== */
#headWrap {
	position:relative;
	width:100%;
	height:275px;
	margin:0 auto;
	padding:0;
	background: url('../background/header.png') center top no-repeat;
}
#header {
	position:relative;
	width:1050px;
	height:157px;
	margin:0 auto;

}
#pr {
	width:1050px;
	position:absolute;
	left:0;
	top:5px;
}
#header #gnavi {
	width:1050px;
	height:220px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	right:-5px;
	overflow:hidden;
}
#menu {	
	position:relative;
	width:1050px;
	height:120px;
	margin:0 auto;
	padding:0;
	color:#fff;
}
#menu a{color:#fff;}
#menu a:hover {color:#125e66;}

#icatch {
	/*width:1050px;margin:0 auto;position:relative;/* contents のpadding分だけ 上方10px あげる */top:-10px; */
}
#topicPath {
	height:20px;
	line-height:20px;
	font-size: 11px;
	font-size: 1.1rem; /* =11px */
	text-indent:1.6rem;
	color:#333;
	margin-bottom:5px;
}
#topicPath a{
	color:#333;
}
#topicPath a:hover{
	color:#ffcc66;
}
#contents {
	width:1050px;
	clear:both;
	margin:0 auto;
	padding:0px 10px 250px 10px;/* must be same height as the footer */
	background-color:#fff;
}
#main {
	width:660px;
	margin-left:15px;
	float:left;
	font-size: 14px; 
	font-size: 1.4rem; /* =14px */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sub_navi {
	width:350px;
	margin-left:10px;
	margin-right:15px;	
	float:right;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#pageTop {
	clear:both;
	padding:10px;
	text-align:right;
	font-size:11px;
}
#pageTop a {
	padding-left:8px;
	background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}

#bx1000{
	width:1000px;
	clear:both;
	margin:0 auto;
}

#footer {
	height:250px;
	margin-top: -250px; /* negative value of footer height */
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0;
	text-shadow: 0.1em 0.1em 0.8px #ccc;
	background:url("../background/bg_footer.png") center top repeat-x;
}
#footMenu {
	width:1050px;
	margin:0 auto;
	background:url("../background/bg_footer_logo.png") center top no-repeat;	
}
* html #footer {
	bottom:expression(document.getElementById("wrapper").offsetHeight % 2 == 0 ? 0 : -1);
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding-top:15px;
	font-size: 10px;
	font-size: 1.0rem; /* =10px */
	text-indent:-10000px;
	color:#ffcc66;
}

#header h1 a {
	color:#9B0000;
}

#header h1 a:hover {
	color:#D30000;
}

#header #pr p {
	margin:0;
   	font-size: 11px; 
	font-size: 1.1rem; /* =11px */
}

#header #gnavi ul#sub_menu{
	list-style:none;
	position:absolute;
	bottom:-10px;
	right:0px;
	font-size:15px;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro';
	font-weight: bold;
	color:#999;
	letter-spacing:-2px;
}
#header #gnavi ul#sub_menu li{
	float:left;
	margin:0px 70px 0px 0px;
}
#header #gnavi ul#sub_menu a{
	cursor:pointer;
	position:relative;
	float:left;
	bottom:-40px;
	line-height:10px;
	width:20px;
	text-decoration:none;
}
#header #gnavi ul#sub_menu span.title{
	display:block;
	height:15px;
	text-shadow:1px 1px 1px #000;
	color:#B7B7B6;
	text-indent:10px;
}
#header #gnavi ul#sub_menu span.description{
	width:85px;
	height:80px;
	background:url(../menu/desc.png) no-repeat;
	display:block;
   	font-size: 11px; 
	font-size: 1.1rem; /* =11px */
	margin:0px;
	padding:0px;
}
#header #gnavi ul#sub_menu a:hover span.description{
}
#header #gnavi ul#sub_menu a:hover span.title{
	color:#54504F;
}

/* ======== MENU ======== */
.nav{
	width:1050px; 
	height:65px;
	margin:0 auto;
	padding:0px;
	z-index:500;
	position:relative; 
	font-size: 14px;
	font-size: 1.4rem; /* =14px */ 
}
.nav .table{
	display:table; 
	margin:0 auto;
}
.nav .table ul {
	display:table-row;
}
.nav .select{
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
}
.nav li{
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
	line-height:65px;
	margin-right:1px;
	text-shadow: 0.1em 0.1em 1px #999;
}
.nav .select a{
	display:inline;
	height:45px; 
	float:left; 
	padding:0px; 
	text-decoration:none; 
	color:#513e21;
	text-align:center;
}

.nav .select a:hover, .nav .select li:hover a {
	margin:0 auto;
	padding:0px; 
	cursor:pointer; 
	color:#B22222;
	text-align:center;
}

.nav_second {
	width:1050px; 
	height:35px;
	margin:0 auto;
	padding:0;
	z-index:500;
	position:relative; 
	font-size: 13px;
	font-size: 1.3rem; /* =13px */
	color:#fff;
}
.nav_second .table_second {
	display:table; 
	margin:0 auto;
}
.nav_second .select_sub {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
}
.nav_second li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
	text-shadow: 0.1em 0.1em 1px #999;
}

.nav_second .select_sub a {
	display:block;
	height:35px; 
	float:left; 
	padding:0px; 
	text-decoration:none; 
	line-height:35px;
	white-space:nowrap; 
	color:#fff;
	text-align:center;
}
.nav_second .select_sub a:hover, .nav_second .select_sub li:hover a {
	margin:0 auto;
	padding:0px; 
	cursor:pointer; 
	color:#daa520;
	text-align:center;
}




/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}
#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}
#main h2 {
	height:40px;
	margin-bottom:8px;
	padding:0px;
	font-size: 17px;
	font-size: 1.7rem; /* =17px */
	text-indent:5.1rem;
	color:#156972;
	font-weight:bold;
	font-style:italic;
	text-shadow: 0.1em 0.1em 1px #ccc;
	line-height:40px;
	background:url("../background/bg_h2_660.png") 100% 100% no-repeat;
}
#main h3 {
	height:40px;
	margin-bottom:10px;
	font-size: 16px; 
	font-size: 1.6rem; /* =16px */;
	text-indent:5.1rem;
   	color:#fff;
	font-style:italic;   
	text-shadow: 0.1em 0.1em 0.8px #ffcccc;
	line-height:40px;
	background:url(../background/s_title650.png) no-repeat;
}
#main h3 span{
	font-size: 13px; 
	font-size: 1.3rem; /* =13px */;
}
#main h4 {
	margin-bottom:2px;
	padding:2px;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	color:#fff;
}

#main h5 {
	margin-bottom:2px;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
}

#main h6 {
	margin-bottom:2px;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
}
#main p {
	margin: 0;
	padding:1.4rem;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
}
/* ========bx1000 CUSTOMIZE========= */

#bx1000 h2 {
	height:40px;
	margin-bottom:8px;
	font-size: 17px;
	font-size: 1.7rem; /* =17px */
	text-indent:5.1rem;
	color:#156972;
	font-weight:bold;
	font-style:italic;
	text-shadow: 0.1em 0.1em 1px #ccc;
	line-height:40px;
	background:url("../background/bg_h2_1000.png") 100% 100% no-repeat;  
}
#bx1000 h2 span{
	font-size: 11px;
	font-size: 1.1rem; /* =11px */
}
/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin:0;
	padding:65px 0 0 0;
	text-align:center;
}

#footMenu li {
	display:inline;
	margin:0 0 0 5px;
	list-style:none;
	font-size: 12px; 
	font-size: 1.2rem; /* =12px */
}

#footMenu li a {
	padding-left:5px;
	color:#156972;
}
#footMenu li a:hover{
	color:#1ab1cc;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding:30px 0;
	font-size: 11px;
	font-size: 1.1rem; /* =11px */
	font-style:normal;
	color:#333;
   	text-align:center;
}
.copyright p{
	padding:30px 0;
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	font-style:bold;
	color:#5A482B;
	text-align:center;
}


/* ========SUBCONTENTS======== */
#sub_navi #sidebn {
   	margin-bottom:10px;
   	padding:0;
}

#sub_navi #sidebn ul {
   	margin:0;
   	padding:0;
	list-style-type:none;
}

#sub_navi #sidebn li {
	margin-bottom:5px;
	padding:0;
	line-height:1.4;
	list-style:none;
}

#sub_navi #sidebn li a {
	 display:block;
}
/*------------------ ▼▼ sub_navi 写メ日記▼▼--------------------------------------------------*/
#sub_navi #ps_t {
	width:350px;
	height:45px;
	position:relative;
	top:0;
	left:0px;
}
#sub_navi #ps_b {
	width:350px;
	height:500px;
	position:relative;
	top:0;
	left:0px;
	background-color:#eee;
}
#sub_navi #ps_btm {
	width:350px;
	height:25px;
	margin-bottom:25px;
	position:relative;
	top:0;
	left:0px;
}
/*------------------ ▼▼ sub_navi ピックアップ▼▼--------------------------------------------------*/
#sub_navi #sr_picup {
	width:350px;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
	margin-bottom:20px;
}
.img-pickup {
	position: relative;
	display: block;
	width:350px;

}
.img-pickup span{
	position: absolute;
	top: 0;
	right: 0;
	width:350px;
}
/*------------------ ▼▼ sub_navi スケジュール▼▼--------------------------------------------------*/

#sub_navi #sr_sche {
	width:350px;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
}

#sub_navi #sr_sche h3{
	width:350px;
	height:28px;
	background-image: url(../background/schedule.png);
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
}

#sub_navi #sr_sche ul{
	list-style-type:none;
	position:relative;
	top:0px;
	left:0px;
}
#sub_navi #sr_sche ul li{
	border:2px solid #ccc;
	background-color:#fff;
	margin-bottom:5px;
	padding:5px;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
}
#sub_navi #sr_sche ul li .box{
	text-align:left;
	display: block;
	clear: both;
}
#sub_navi #sr_sche ul li .box img{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#sub_navi #sr_sche ul li .box .txtwrap{
	font-size: 13px;
	font-size: 1.3rem; /* =13px */
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox{
	margin:5px 5px 5px 100px;
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox .s_rvw_name{
	height:25px;
	line-height:26px;
	margin-bottom:5px;	
	border-bottom:1px dotted #999;
	color:#333;
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox .s_rvw_name .srn1{
	width:;
	float:left;
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox .s_rvw_name .srn2{
	font-size: 13px;
	font-size: 1.3rem; /* =13px */
   	text-shadow: 0.1em 0.1em 1px #ddd;
	text-align:right;
	float:right;
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox .s_rvw_name .srn2 span{
	font-size: 9px;
	font-size: 0.9rem; /* =11px */
}
#sub_navi #sr_sche ul li .box .txtwrap .txtbox .bwh{
	font-size: 10px;
	font-size: 1.0rem; /* =11px */
}

#sub_navi #sr_sche ul li .box .txtwrap .txtbox p{
	font-size: 10px;
	font-size: 1.0rem; /* =11px */
	text-align:right;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

#sub_navi #sr_sche ul li .box .txtwrap .txtbox .stars{
	margin-top:5px;
}
/*------------------------- ▼▼  バナー  ▼▼-------------------------*/
#sub_navi #topbanner{
	margin-bottom:15px;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
}
#sub_navi #topbanner ul {
   	margin:0;
   	padding:0;
	list-style-type:none;
}
#sub_navi #topbanner li {
	margin-bottom:15px;
	padding:0;
	line-height:1.4;
	list-style:none;
}



#sub_navi #topbanner2{
	margin-bottom:10px;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
}
#sub_navi #topbanner2 ul {
   	margin:0;
   	padding:0;
	list-style-type:none;
}
#sub_navi #topbanner2 li {
	margin-bottom:10px;
	padding:0;
	line-height:1.4;
	list-style:none;
}



/*ACCORDION SPACE ------------------------------------------------*/
#ac3wrap{
	width:360px;
	height:645px;
	background:url(../ac3/ac3.png) no-repeat;
	padding-bottom:5px;
}

#ac3wrap #accordion3{
	width:350px;
	margin-right:10px;
	padding:0px;
}

.accordionWrapper{
	width:350px;
	display:inline-block;
	overflow:hidden;
}
.accordionWrapper img{
	vertical-align:top;
	 border:0; 
	 margin:0; 
	 padding:0;
}
.accordionWrapper div{
	display:inline; 
	float:left; 
	margin:auto;
}
.accordionWrapper div.title{
	cursor:pointer;
	 margin:0; 
	 padding:0;
}
.accordionWrapper div.content{
	display:none;
}


/*-------------------------------------------------- ▼▼pager▼▼--------------------------------------------------*/
#main #pager660{
	margin-bottom:15px;
}
.flt_l{
	width:100px;
	height:30px;
	float:left;
}
.flt_r{
	width:100px;
	height:30px;
	float:right;
}


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

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/*-------------------------------------------------- ▼▼padding と border の width幅 による制御▼▼--------------------------------------------------*/
.box_sizing	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
