@charset "shift_jis";
/* ------------------------------------------------------------------
 layout.css
 ------------------------------------------------------------------*/
/* ------------------------------------------------------------------
 その他共通設定
 ------------------------------------------------------------------*/
body {
	background-color:#ffffff;
}
/* ------------------------------------------------------------------
 コンテンツ　レイアウト
 ------------------------------------------------------------------*/
/* ---------- コンテンツ全体 ---------- */
div#header, div#top_main, div#global, div#page_list, div#contents_container, div#footer {
	margin:0 auto;
}
/* ---------- ヘッダ ----------*/
div#header {
	width: 950px;
	margin-top:4px;
	margin-bottom:11px;
}
div#header .logo {
	float:left;
	width:132px;
}
div#header .rightBox {
	float:left;
	/* float余白バグ対策 */
	margin:0 -1px 0 0;
	width:818px;
	text-align:right;
}
div#header .head_link {
	font-size: 80%;
	text-align:right;
	padding-top:8px;
}
div#header .head_link img {
	vertical-align:middle;
	margin-right:5px;
}
div#header .head_btn {
	float:right;
	width:365px;
}
div#header .head_btn_02 img {
	margin-right:5px;
}
div#header .bottom {
	width:818px;
	margin-top:40px;
}
div#header .bottom_left {
	float:left;
	width:718px;
}
div#header .bottom_right {
	float:left;
	width:100px;
}
/* ---------- グローバル ----------*/
div#global {
	width:950px;
	margin-bottom:5px;
}
/* float余白バグ対策 */
div#global ul {
	margin:0 -1px 0 0;
	width:950px;
}
div#global li {
	float:left;
}
/* ---------- メイン画像 ----------*/
div#main_img {
	clear:both;
	width:950px;
	margin:0 auto;
	margin-bottom:10px;
}
/* ---------- コンテンツ枠 ----------*/
div#contents_container {
	background:#FFFFFF;
	width:950px;
}
/* ---------- HOMEコンテンツ ---------- */
div#home_contents {
	float:left;
	text-align:left;
	/* FF印刷バグ対策：実サイズから-10px */
	width:705px;
}
/* ---------- 右サイドバー ----------*/
div#home_sidebar {
	float:left;
	width:220px;
}
/* ---------- サブコンテンツサブメニュー付 ---------- */
div#sub_contents {
	float:left;
	text-align:left;
	/* FF印刷バグ対策：実サイズから-10px */
	width:572px;
}
/* ---------- サブコンテンツサブメニューなし ---------- */
div#sub_contents_lp {
	margin:0 auto;
}
/* ---------- サブ左メニュー ----------*/
div#sub_sidenavi {
	float:left;
	width:162px;
	margin-right:26px;
}
div#sub_sidenavi li {
	width:171px;
	height:36px;
	line-height:normal;
}
/* ---------- パンくず ----------*/
div#page_list {
	background:#FFFFFF;
	width:950px;
	padding: 5px 20px;
	font-size: 80%;
	line-height:100%;
	box-sizing: border-box;
}
div#page_list ol {
	margin:9px 0px;
}
div#page_list li {
	display:inline;
}
div#page_list li a {
	padding-right:13px;
	background:url("../../shared/ico_path.gif") no-repeat right center;
}
/* ---------- ページTOP ----------*/
.totopL {
	margin:32px auto 27px auto;
	width:950px;
	text-align:right;
}
.totopS {
	margin:32px auto 27px auto;
	width:670px;
	text-align:right;
}
.totop img {
}
/* ---------- 注意事項 ---------- */
div#attention_box {
	background-color:#FDDDD4;
	width:950px;
	margin:0 auto;
}
div#attention_01 {
}
div#attention_02 {
	clear:both;
	background-image:url(../../shared/wline.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.attention_left {
	width:445px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
	float:left;
}
.attention_mobile {
	width:271px;
	margin-left:130px;
	margin-top:30px;
	margin-bottom:20px;
	float:left;
}
img.mobile_right {
	float:right;
}
.attention_right {
	width:310px;
	margin-left:130px;
	margin-top:30px;
	margin-bottom:20px;
	float:left;
}
img.attention_img_left {
	float:left;
}
.attention_esthesite {
	width:251px;
	float:right;
	text-align:left;
}
.attention_esthesite a {
	display:block;
	background-image:url(../../shared/foot_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
}
/* ---------- フッタ ---------- */
div#footer {
	clear: both;
	margin:0 auto;
	width: 950px;
	font-size: 80%;
	line-height: 140%;
}
div#footer .footerBox {
	clear:both;
	/* float余白バグ対策 */
	margin:0 -1px 0 0;
	width:910px;
	padding:10px 20px;
	background:#000000;
	color:#FFFFFF;
}
div#footer .link_list {
	float:left;
	width:450px;
}
div#footer .copy {
	float:left;
	width:455px;
	text-align:right;
}
/* ---------- ブログ ---------- */

.blog_shop {
	width:400px;
	height:140px;
	border-style:solid;
	border-width:1px;
	border-color:#d9d1c3;
}
.blog_shop_tbl {
	margin:0px 0px 0px 40px;
}
.blog_shop_tbl tr {
	vertical-align:top;
}
.blog_shop_tbl th {
	padding-top:20px;
	text-align:center;
}
#blog_qr_img {
	margin:20px 0px 0px 47px;
}
