@charset "utf-8";

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

	基本スタイル

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

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

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



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



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


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


/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	text-align: center;
	background-color: #fff;
}
#wrapper {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 35px;
	text-align: left;
	zoom: 1;
	background-color: #fff;
}
#header {
	position: relative;
	width: 780px;
}
#contents {
	width: 780px;
	margin: 10px 0 20px;
}
	#contents { /zoom: 1; }
	#contents:after { content: ''; display: block; clear: both; }
#main {
	width: 570px;
	padding: 0 0 50px;
}
#side {
	width: 180px;
	padding: 0 0 30px;
}
#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}


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

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

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


/* ----------------------------------------------------
	■表紙
---------------------------------------------------- */
#coverWrapper {
	margin: 0 0 30px;
}
#cover {
	background-color: #eee;
}


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




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



	2. ヘッダー


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

/* ----------------------------------------------------
	■サイト説明
---------------------------------------------------- */
#tagline {
	font-size: 10px;
	line-height: 1;
	color: #999;
	padding: 10px 0;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
h1 {
	width: 450px;
	height: 70px;
	overflow: hidden;
	margin: 5px 0;
	float: left;
}
h1 a {
	color: #000;
}

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


/* ----------------------------------------------------
	■電話でのお問い合わせ
---------------------------------------------------- */
#header p.tel {
	width: 300px;
	color: #999;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 25px 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;
	margin: 0 0 15px;
	border: 1px solid #e3e3e3;
	position: relative;
}
#side .Block h2.title {
	width: 168px;
	line-height: 1.2;
	padding: 8px 5px;
	font-size: 11px;
	text-align: center;
	background-color: #666;
	font-weight: bold;
	color: #fff;
}
#side .Block .body {
	width: 160px;
	margin: 9px;
	font-size: 92%;
	line-height: 1.4;
}




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



	4. コンテンツ



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

/* ----------------------------------------------------
	■ページタイトル
---------------------------------------------------- */
h2#pageTitle {
	overflow: hidden;
	margin: 0 0 40px;
	color: #fff;
	padding: 0 0 0 13px;
}
h2#pageTitle span {
	display: block;
	background-color: #fff;
}
h2#pageTitle span.en {
	line-height: 1.1;
	font-family: "Arial Black", Copperplate, Times, serif;
	font-size: 32px;
	padding: 0 0 4px 15px;
}
h2#pageTitle span.jp {
	line-height: 1.1;
	font-size: 12px;
	padding: 0 0 0 19px;
}


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





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



	5. フッター


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

/* ----------------------------------------------------
	■ページの先頭へ戻る
---------------------------------------------------- */
#pagetop,
#pagetop a {
	width: 110px;
	height: 20px;
}
#pagetop {
	position: absolute;
	top: -40px;
}
body.layoutL #pagetop {
	left: 460px;
}
body.layoutR #pagetop {
	right: 0;
}
#pagetop a {
	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: 15px 0 5px;
	font-size: 10px;
	text-align: center;
	zoom: 1;
	background-color: #F3F3F3;
}
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 80px;
}
#footerInfo a {
	text-decoration: underline;
}

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

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

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


/* End*/