@charset "UTF-8";

/*------------------------------------------------------------------------------
	伊豆中 - Structure CSS
	URL: http://www.izuchu.jp/
	Date: 2016-02-01
	Copyright(C) IZUCHU Corporation, All Rights Reserved.
------------------------------------------------------------------------------*/

/* #wrapper */
div#wrapper{
	position:relative;
	margin:0 auto;
}

/*==============================================================
	#header : ヘッダ
===============================================================*/

div#header{
	background:#f0f0f0 url(../img/bg/bg_header.gif) repeat-x left top;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
div#header .headInner{
	position:relative;
	width:1000px;
	margin:auto;		
}

/* #siteTitle */
div#header h1#siteTitle{
	margin:7px 0 0;
	float:left;
}
div#header p.hTel{
	float:right;
	margin:20px 0 0;
}

/* #tagline */
p#tagline{
	font-size:12px;
    position: absolute;
    top: 15px;
    left: 158px;
	color:#dbdcde;
	line-height:1.6;
    text-align: left;
}


/* #globalNav 
----------------------------------------------------*/

div#header #globalNav{
	overflow:hidden;
	position:absolute;
	top:72px;
	right:0;
}
div#header #globalNav li{
	float:left;	
}


/* .search
----------------------------------------------------*/

div#header .headNav{
	clear:right;
	position:absolute;
	top:123px;
	right:0;
	width:843px;
}
div#header .search{
	width:370px;
    position: relative;
	float:left;
}
div#header .search #MakeShopTopSearchInput {
    width: 100%;
    display: block;
    height: 37px;
    border: 1px solid #ddd;
    padding-left:20px;
	border-radius:20px;
    font-size: 16px;
}
div#header .search span{
    width: 100%;
}
div#header .search a {
    display: block;
    width: 19px;
    height: 18px;
	background:url(../img/ico/ico_search.gif) no-repeat left top;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    right: 5px;
}

div#header .member{
	float:right;	
	width:411px;
}
div#header .member table{
	width:245px;
	float:left;
}
div#header .member ul li{
	float:left;	
	margin-right:2px;
}
div#header .member ul li a{
	display:block;
	font-size:13px;
	width:120px;
	padding:13px 0;
	text-align:center;	
	background:#3e3636;
	color:#fff;
	text-decoration:none;
}
div#header .member ul li a:hover{
	background:#555;	
}
div#header .member p{
	float:right;	
}
div#header .member p a{
	display:block;
	font-size:13px;
	width:95px;
	text-align:left;	
	padding:13px 0 13px 55px;
	text-align:left;
	background:#c31a1a url(../img/ico/ico_kago.png) no-repeat 20px center;
	color:#fff;
	text-decoration:none;
}
div#header .member p a:hover{
	background:#dc5a5a url(../img/ico/ico_kago.png) no-repeat 20px center;
}

/*==============================================================
	#loginName : ログイン時名前出す
===============================================================*/

div#loginName{
	width:1000px;
	margin:auto;
	text-align:right;
	font-size:95%;
}
div#loginName .M_helloMsg{
	margin:15px 0 -15px;
}
div#loginName a{
	display:none;	
}

/*==============================================================
	#main : 主コンテンツ
===============================================================*/

div.inner{
	width:1000px;
    margin: 50px auto 0;
}
div.inner a:hover img{
	opacity:0.7;
}
div#main{
	width:700px;
	float:right;
	padding-bottom:100px;
	text-align:left;
}
div#main h2.ttl01{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #000;	
}

/*==============================================================
	#sub : 副コンテンツ
===============================================================*/

div#sub{
	width:250px;
	float:left;
}
div#sub h2{
	text-align:center;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #000;	
}
div#sub p.bnr{
	margin-bottom:15px;	
}

/* .category */
div#sub .category{
	margin:75px 0 50px;	
}
div#sub .category h2{
	margin-bottom:10px;	
}
div#sub .category li a{
	display:block;
	padding:8px 10px;	
	border-top:1px dotted #b2b2b2;
	color:#352403;
	text-decoration:none;
}
div#sub .category li a:hover{
	text-decoration:underline;	
}
div#sub .category li:first-child a{
	border:none;	
}
div#sub .category li span{
    display: inline-block;
    vertical-align: middle;
	margin-right:10px;
    display: none;
}

/* .bnrArea */
div#sub .bnrArea{
	padding-bottom:15px;	
}
div#sub .bnrArea li{
	margin-bottom:15px;	
}

/* .tencho */
div#sub .tencho{
	margin-bottom:50px;	
}

/* .contact */
div#sub .contact{
	margin-bottom:70px;	
}
div#sub .contact p{
	font-size:95%;
	text-align:center;
	line-height:1.5;
	margin-bottom:15px;	
}

/* .sns */
div#sub .sns{
	margin-bottom:50px;	
}



/* calender */
div#sub .calendar{
	width:100%;	
	margin-bottom:50px;	
}

/* カレンダーの設定ここから */
div#sub .calendar table{
	width:100%;
	margin:0/* 0 20px*/;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
}
div#sub .calendar table th,
div#sub .calendar table td{
	border:1px solid #ccc;
	text-align:center;
	font-weight:normal;
	color:#333;
    padding: 8px 0;
    font-size: 15px !important;
}
div#sub .calendar table th,
div#sub .calendar table td.week{
	padding:5px 0;	
}
div#sub .calendar table td span{
	padding:5px 0;	
	display:block;
}
div#sub .calendar td.day{
	background:#FFF;
	text-align:center;
}
div#sub .calendar th.title{
    background: #000;
    color: #fff;
    padding: 5px 0;
}
div#sub .calendar tr.week{
	background:#F2F0D5;
}
div#sub .calendar tr.week td{
	text-align:center;
}
div#sub .calendar td.saturday,
div#sub .calendar span.saturday{
	background:#f3fdfe;
}
div#sub .calendar td.sunday,
div#sub .calendar td.holiday,
div#sub .calendar span.sunday,
div#sub .calendar span.holiday{
	background:#fef3f3;
	color:#d91f4b;
}
div#sub .calendar td.notthismonth{
	background:#fcfcfc;
}
div#sub .calendar td.thisday span{
	background:#c31a1a;
	font-weight:bold;
	color:#fff;
}
/* カレンダーの設定ここまで */

div#sub .calendar p{
    font-size: 13px;
    text-align: justify;
    line-height: 1.4;
	margin-top:10px;
}


div#sub .calendar table:nth-child(3) tr td:nth-child(6n+1),
div#sub .calendar table:nth-child(6) tr td:nth-child(6n+1){
	background:#f3fdfe;	
}
div#sub .calendar table:nth-child(3) tr td:nth-child(1) font,
div#sub .calendar table:nth-child(3) tr td:nth-child(7n+1),
div#sub .calendar table:nth-child(6) tr td:nth-child(1) font,
div#sub .calendar table:nth-child(6) tr td:nth-child(7n+1){
	color:#d91f4b !important;	
	background:#fef3f3;
}
div#sub .calendar table:nth-child(4){
	margin:5px 0 20px;	
}
div#sub .calendar table:nth-child(4) td,
div#sub .calendar table:nth-child(7) td{
	border:none;
	text-align:left;
	padding:3px 2px;
}
div#sub .calendar table:nth-child(4) td font{
	font-size:15px;	
}



/*==============================================================
	#footer : フッタ
===============================================================*/

div#footer{
	clear:both;
	background:url(../img/bg/bg_footer.png) repeat 0 0;
	padding-bottom:20px;
	color:#333;
}

/* #subNav
----------------------------------------------------*/

div#footer #subNav{
	background:#0d1c2b;
}
div#footer #subNav ul{
	text-align:center;	
}
div#footer #subNav ul li{
	display:inline;	
	background:url(../img/bg/bg_line.gif) repeat-y left top;
}
div#footer #subNav ul li:first-child{
	background:none;	
}
div#footer #subNav ul li a{
	color:#f8f8f8;	
	display:inline-block;	
	padding:27px 30px;
	text-decoration:none;
}
div#footer #subNav ul li a:hover{
	text-decoration:underline;
}


div#footer h1#ftLogo{
	text-align:center;
	margin:40px 0;	
}
div#footer ul#shopList{
    width: 1000px;
	margin:0 auto 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	/*-ms-align-items: center;
	align-items: center;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
div#footer ul#shopList li{
	/*float:left;*/
	width:235px;
	margin:0 10px 40px;
	text-align:center;
		
}
div#footer ul#shopList li h2{
	margin:20px 0 15px;	
}
div#footer ul#shopList li p{
	letter-spacing:0.5px;	
}
div#footer ul#shopList li p span{
	display:block;
	margin-top:8px;
	font-size:90%;
}

/* #copyright : 著作権表示 */
div#footer p#copyright{
	clear:both;
	text-align:center;
	color:#011d3c;
	font-size:13px;
}

/* 会員登録バナー */
#newMember{
	position:fixed;
	right:-24px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 450px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#newMember a{
    display: block;
    margin: 5px 0;
}
#newMember a:hover{
    transform: translateX(-24px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*--EOF-----------------------------------------------------------------------*/
