@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align: left;
	color: #000000;
	cursor: auto;
	font: normal normal 14px/28px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 0.6px;
	word-spacing: normal;
	min-width: 1200px;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*===========================================*/

.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 3px 10px #baab89;
	-moz-box-shadow: 0px 3px 10px #baab89;
	box-shadow: 0px 3px 10px #baab89;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*=============================================*/
/*                テキストリンク設定           */
/*=============================================*/

/*全体のリンク*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/*=============================================*/
/*                100%メイン囲み              */
/*=============================================*/

div#wrapper {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
}
.content {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header */
#header {
	min-width: 1200px;
	width: 100%;
	height: 953px;
}
#belt_01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:99;
}
#belt_02 {
	position: absolute;
	top: 800px;
	left: 0;
	width: 100%;
}
#header h1 {
	font-size: 13px;
	color: #fff;
	padding: 11px 0 1px;
	letter-spacing: 1.3px;
}
#header .logo_header {
	float: left;
}

#header ul.nav {
	float: right;
	margin-top: 57px;
}
#header ul.nav li {
	float: left;
	text-decoration: none;
}
#header ul.nav li a {
	text-decoration: none;
}
#header .bnr_sougou {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}
#header .bnr_sougou a{
	display: block;
	text-decoration: none;
	letter-spacing: 5px;
	width: 170px;
	text-align: center;
	padding: 4px 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	position: relative;
}
#header .bnr_sougou a:after{
	content: '>';
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 8px;
}
#header .bnr_sougou a:hover{
	background: #fff;
	color: #000;
}

#key {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	min-width: 1200px;
}
#key .key_in {
	height: 800px;
	position: relative;
	width: 1000px;
	margin:0 auto;	
}

/*=============================================*/
/*                   container          */
/*=============================================*/

div#container {
	min-width: 1200px;
	width: 100%
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	min-width: 1200px;
	width: 100%;
	background: #000;
	padding: 50px 0 34px;
	color: #FFF;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#footer ul {
	text-align: center;
	padding-bottom: 25px;
}
#footer ul li {
	color: #fff;
	display: inline
}
#footer ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
}
#footer .txt_footer {
	font-size: 14px;
	line-height: 27px;
	padding: 21px 0 20px;
}

#footer .nav_footer li a:hover, div#footer .nav_footer li a:active {
	text-decoration: underline;
}

#footer .left {
	width:500px;
	float:left;
}
#footer .right {
	width:400px;
	float:right;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/


address {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

/*=============================================*/
/*               画像回り込み                  */
/*=============================================*/

#socialbuttons {
	text-align: center;
}
#socialbuttons div {
	display: inline-block
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menulist dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menulist dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.f_b {
	font-weight: bold;	
}
.f_n {
	font-weight: normal;	
}
.f_20 {
	font-size: 20px;	
}
.lh_20 {
	line-height: 20px;
}
.col_l {
	float: left;
}
.col_r {
	float: right;
}
.text_c {
	text-align:center;	
}
.text_r {
	text-align:right;	
}
.bg_01 {
	background:url(../img/share/bg_01.jpg) repeat center top;	
}



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

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #242424 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #000; 
}