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

body {
	text-align:left;
	cursor: auto;
	font: normal normal 13px/28px "MS P明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E";
	letter-spacing:0;
	word-spacing:normal;
	width:100%;
	min-width:1000px;
	background: url("../img/shared/bg.jpg") repeat scroll center top;
	color: #595959;
}

#wrapper{
	width:100%;
	min-width:1000px;
	clear:both;	
	overflow: hidden;
	background: url("../img/shared/bg_t.jpg") repeat-x scroll center top;
}

*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a{
	color: #000;
	text-decoration: none;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

#header {
    min-width:1000px;
    width: 100%;
	height: 310px;
	position: relative;
}
h1{
	color: #4b392d;
	font: normal normal 13px/24px  "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	padding-top: 6px;
}
#headerInner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#logo{
	position:absolute;
	top:0;
	right: -80px;
}
#tel{
	width: 302px;
	padding-left: 18px;
	margin-right: 15px;
}
#header_bt{
	padding-top: 102px;
}
#header_bt h2{
	padding-top: 38px;
	width: 316px;
} 
#globalNav {
    width: 500px;
    margin-left: 22px;
}
#globalNav li{
	float: left;
	padding-left: 11px;
	position:relative;
	z-index: 1000;
}
#globalNav1{
	float: left;
	width: 403px;
}
#globalNav2{
	float: left;
	padding-left: 281px;
	width: 235px;
}
.globalNav{
	padding-top: 92px;
}
.globalNav li{
	float: left;
	padding-left: 45px;
	position:relative;
	z-index: 1000;
}

#globalNav2 li {
    padding-left: 25px;
}

#sub_menu{
	width: 200px;
	position: absolute;
	left: 60px;
	top: 193px;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/

div#container {
	clear:both;
	min-width:1000px;
	width: 100%;
	margin:auto;
	background: url("../img/shared/bg_center.jpg") no-repeat scroll center top;

}
#content{
	width: 1000px;
	margin: 0 auto;
}
.content_960{
	width: 960px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.content_960l{
	width: 960px;
	margin: 30px auto 0 auto;
	text-align: left;
}


/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
#footer {
  position: relative;
  min-width:1000px;
  width: 100%;
  background: url("../img/shared/bg_ft2.jpg") repeat-x scroll center top;
}
#footerInner{
	background: url("../img/shared/bg_ft.png") no-repeat scroll center top;
	width:1000px;
	margin: 0 auto;
	height: 180px;
}
#footer_l{
	width: 235px;
	padding-top: 23px;
	padding-left: 45px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#ft_logo{
	padding-bottom: 10px;
}
#footer_r{
	width: 258px;
	padding-top: 75px;
}
#footer_r p.txt{
	color:#FFF;
	font-weight:bold;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size:14px;
}

#footer_r p.ft_tel{
	/* padding-top:20px; */

}
#footer_l #footer_info{
	padding-left: 8px;
	font-size: 11px;
	line-height: 15px;
	color: #cbc1b2;
}
address{
	padding-right: 15px;
}
address a{ color: #999999; font-size: 9px; text-decoration: none;}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}

.center{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.col_l{
	float: left;
}
.col_r{
	float: right;
}

.pdl_12{
	padding-left: 12px !important;
}
.pdl_38{
	padding-left: 38px !important;
}
.pdl_35{
	padding-left: 35px !important;
}
.pdl_0{
	padding-left: 0px !important;
}
.txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 27px;
}
.w_452{
	width: 452px;
}
.w_470{
	width: 470px;
}
.w_460{
	width: 460px;
}
.w_430{
	width: 430px;
}
.w_640{
	width: 640px;
}
.boxsh{
	box-shadow: 0 3px 8px 0 #BBB7B3;
}


#goto_box{
	width: 680px;
	margin: 0px auto;
	height: 420px;
}
.goto_bnr a{
	margin-left: 25px;
	margin-top: 10px;
	padding: 10px 0;
	display: block;
	float: left;
	color:#000;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#FFF; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 300px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


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

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