@charset "utf-8";

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

	基本スタイル

-----------------------------------

	1. 基本レイアウト・デザイン
	2. ヘッダー
	3. サイドエリア
	4. コンテンツ
	5. フッター

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



/* ========================================================================



	1. 基本レイアウト・デザイン


 
======================================================================== */


/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	text-align: center;
	background-color: #8e8e8e;
}
#wrapper,
#contents {
	width: 1000px;
}
#wrapper {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	zoom: 1;
	background-image: url(../img/base/contents_bg.png);
	background-repeat: repeat-y;
}
#header {
	width: 960px;
	padding: 15px 20px 0;
	position: relative;
}
	#header { /zoom: 1; }
	#header:after { content: ''; display: block; clear: both; }
#contents {
	width: 960px;
	margin: 0 20px;
}
	#contents { /zoom: 1; }
	#contents:after { content: ''; display: block; clear: both; }
#main {
	width: 570px;
	padding: 0 15px;
}
#side,
#sideB {
	width: 180px;
}
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* ----------------------------------------------------
	■レイアウトスイッチ
---------------------------------------------------- */

/* レイアウトL
---------------------------------------------------- */
body.layoutL #main,
body.layoutL #sideB,
body.layoutL #side {
	float: right;
}

/* レイアウトR
---------------------------------------------------- */
body.layoutR #main,
body.layoutR #sideB,
body.layoutR #side {
	float: left;
}


/* ----------------------------------------------------
	■表紙
---------------------------------------------------- */
#coverWrapper,
#cover,
#cover span {
	width: 570px;
	height: 250px;
	overflow: hidden;
	display: block;
}
#coverWrapper {
	margin: 0 0 30px;
}
#cover {
	background-color: #eee;
}


/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	color: #333; /* color.css */
	text-decoration: none;
	outline: 0;
}




/* ========================================================================



	2. ヘッダー


 
======================================================================== */

/* ----------------------------------------------------
	■サイト説明
---------------------------------------------------- */
#tagline {
	width: 930px;
	font-size: 10px;
	line-height: 1;
	color: #333;
	padding: 7px 14px;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
h1 {
	width: 400px;
	overflow: hidden;
	padding: 10px 0 10px 5px;
	float: left;
}
h1 a {
	color: #000;
}

/* テキスト
---------------------------------------------------- */
h1 span {
	padding: 22px 0 20px;
	font-size: 20px;
	display: block;
}


/* ----------------------------------------------------
	■電話でのお問い合わせ
---------------------------------------------------- */
#header p.tel {
	width: 300px;
	color: #999;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 28px 10px 0 0;
}
#header p.tel span.jp {
	color: #999;
}
#header p.tel span.num {
	color: #333; /* color.css */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	vertical-align: middle;
	margin: 0 0 0 15px;
}




/* ========================================================================



	3. サイドエリア


 
======================================================================== */

/* ----------------------------------------------------
	■基本設定
---------------------------------------------------- */
#side .Block {
	width: 178px;
	border: 1px solid #D8D8D8;
	margin: 0 0 15px;
	position: relative;
}
#side .Block h2.title {
	width: 168px;
	background-image: url(../img/base/type0_title.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	padding: 8px 5px;
	border-bottom: 1px solid #D8D8D8;
}
#side .Block .body {
	width: 160px;
	margin: 9px;
	font-size: 92%;
	line-height: 1.4;
}




/* ========================================================================



	4. コンテンツ



======================================================================== */

/* ----------------------------------------------------
	■ページタイトル
---------------------------------------------------- */
h2#pageTitle {
	width: 568px;
	overflow: hidden;
	margin: 0 0 35px;
	border: 1px solid #D8D8D8;
	background-image: url(../img/base/type0_title.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
h2#pageTitle span {
	display: block;
}
h2#pageTitle span.jp {
	font-size: 18px;
	line-height: 1.1;
	padding: 25px 30px 20px;
	width: 508px;
}


/* ----------------------------------------------------
	■ページタイトルB
---------------------------------------------------- */
h2#pageTitleB {
	width: 570px;
	margin: 0 0 30px;
}





/* ========================================================================



	5. フッター


 
======================================================================== */

/* ----------------------------------------------------
	■ページの先頭へ戻る
---------------------------------------------------- */
#pagetop {
	position: relative;
	height: 45px;
	width: 960px;
	background-repeat: no-repeat;
}
#pagetop a {
	position: absolute;
	top: 0;
	right: 0px;
}
#pagetop a {
	width: 110px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-color: #333; /* color.css */
	background-image: url(../../../0/common/img/base/btn_pagetop.gif);
	background-repeat: no-repeat;
}
#pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

 
/* ----------------------------------------------------
	■フッターナビ
---------------------------------------------------- */
ul#naviF {
	line-height: 1;
	overflow: hidden;
	padding: 30px 0 25px;
	font-size: 10px;
	text-align: center;
	zoom: 1;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #cccfc3;
}
ul#naviF li { /* inline-block */
	padding: 0 8px 10px;
	background-image: url(../../../0/common/img/base/naviF_split.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: -moz-inline-box;   
	display: inline-block;   
	/display: inline;   
	/margin-right: 3px;   
	/zoom: 1;   
}
ul#naviF li.begin {
	padding: 0 8px 10px 0;
	background-image: none;
}
ul#naviF a {
	display: block;
	color: #000;
}
ul#naviF a:hover {
	color: #666;
}


/* ----------------------------------------------------
	■フッター情報
---------------------------------------------------- */
#footerInfo {
	font-size: 84%;
	line-height: 1;
	text-align: center;
	color: #808080;
	padding: 0 0 50px;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#footerInfo a {
	text-decoration: underline;
}

/* ソーシャルボタン
---------------------------------------------------- */
#socialBtn {
	padding: 25px 0 0;
	text-align: center;
}

/* コピーライト
---------------------------------------------------- */
address#copyright {
	padding: 25px 0 0;
}
address#copyright a {
	color: #333;
	text-decoration: none;
}

/* スマートフォン版切り替え
---------------------------------------------------- */
#spSwitch {
	padding: 20px 0 0;
}
#spSwitch strong {
	color: #000;
}




/* End */