@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :layout.css
	version: 1.0
	style info :サイトの骨格、レイアウト。ナビゲーション。
======================================================================= */
/* layout 基本のレイアウト外枠
----------------------------------------------------------------------------- */
body{
	background-color: #F2F5F7;
	font-family : YuGothic, '游ゴシック', sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
	}
#header,
#footer{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}

/* #header
--------------------------------------------------------------------------------*/	
#header_wrap{
	width: 100%;
	padding: 10px;
	background-color: #FFF;
} 
#header h1{
	width: 320px;
	float: left;
}
#header #headernavi{
	width: 550px;
	float: right;
}
#header #headernavi ul{ padding: 1em 0; }
#header #headernavi ul li{
	display: inline-block;
	border-right: solid thin #DDD;
	padding-right: 1em;
	margin-right: 1em;
}
#header #headernavi ul li:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
#header #headernavi ul li a{
	color: #777;
	text-decoration: none;
}
#header #headernavi .telWrap .tel{
	font-family: Barlow Condensed, sans-serif;
	color: #777;
	text-align: right;
	font-size: 1.2em;
}
#header #headernavi .telWrap .tel strong{ font-size: 140%; }

/* #pageTitle
--------------------------------------------------------------------------------*/	
#pageTitle{
	width: 100%;
	padding: 0 10px;
	background: #E6EAEC;
	color: #FFF;
}
#pageTitle h2{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
	font-weight: normal;
}	
#pageTitle h2 strong{
	font-size: 530%;
	font-family: Barlow Condensed, sans-serif;
	padding-right: 20px;
	line-height: 1em;
	font-weight: normal;
}
#pageTitle h2 span{
	color: #B1B8BF;
	font-size: 128%;
	font-weight: bold;
}

/* #contents
--------------------------------------------------------------------------------*/	
#contents{
	background-color: #FFF;
	clear: both;
	width: 980px;
	margin: auto;
	padding: 15px 30px 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents #shop_news{
	background-image: url(../../img/common/shop_news.gif);
	background-repeat: repeat;
	padding: 10px;
	width: 880px;
	margin: 100px auto auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#contents #shop_news .text_wrap{
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #B9C8CE;
}	

/* #footer
--------------------------------------------------------------------------------*/	
#footer_wrap{
	background-color: #444;
	padding: 30px 10px;
}
#footer_wrap,
#footer_wrap a{ color: #FFF; }
#footer_wrap #footernavi{
	text-align: center;
	padding-bottom: 30px;
}
#footer_wrap #footernavi li{
	display: inline;
	font-size: 107%;
	padding: 5px 15px;
	border-left: 1px solid #FFF;
}
#footer_wrap #footernavi li:last-of-type{ border-right: 1px solid #FFF; }
#footer_wrap #shopinformation{ overflow: hidden; }
#footer_wrap h2{
	width: 360px;
	float: left;
}
#footer_wrap #ssl{
	width: 135px;
	float: right;
}
#footer_wrap .shopinfo{
	width : -webkit-calc(100% - 500px);
	width : calc(100% - 500px);
	padding: 0 20px;
	float: left;
}
#footer_wrap .shopinfo .tel{
	padding-top: 10px;
	font-family: Barlow Condensed, sans-serif;
}
#footer_wrap .shopinfo .tel strong{ font-size: 200%; }
#footer_wrap address{
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	font-family: Barlow Condensed, sans-serif;
	clear: both;
}
