@charset "UTF-8";
/**************************************


							CSS Reset
				HTML5タグのrresset込み


***************************************/

html, body, div, header, footer, nav, article, section, aside, hgroup, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, span, mark, a, em, strong, abbr, cite, del, dfn, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, details, summary, menu, output, ruby, time, img, figure, figcaption, audio, video, canvas, embed, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-weight: normal;
}
html, body {
	height: 100%;
	line-height: 1;
}

input, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: center;
}
a:focus {
	outline: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
}
.blockout:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
a:link {
	color: #0b57a7;
	text-decoration: none;
}
a:visited {
	color: #0b57a7;
}
a:hover {
	color: #0b57a7;
	text-decoration: none;
}
a:active {
	color: #0b57a7;
	text-decoration: none;
}
/**************************************

frame


**************************************/

body {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", hirakakupro-w3, "メイリオ", "meiryo", verdana, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;

	/* font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, "メイリオ", "meiryo", verdana, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif; */

	margin: 0;
	padding: 0;
	width: 100%;
	color:#3d3d3d;
	background:#f6f5f5;
}

strong,b{
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, "メイリオ", "meiryo", verdana, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
}

.container{
	width:100%;
	min-width:980px;
	padding-bottom:124px;
}

#cbt{
	display:none;
}
.header_bg{
	background:#fff;
}
#header{
	width:1100px;
	margin:0 auto;
	position:relative;
	padding:0 30px;
	height:95px;

}/*width:1040px;*/

#header .logobox{
	position:absolute;
	top:12px;
	left:30px;
	width:135px;

}
#header .logobox a{
	display:block;

}
#header .logobox a img{
	width:100%;
	height:auto;

}

#header .navibox{
	position:absolute;
	top:25px;
	right:30px;
	display:block;
}
#header .navibox ul li{
	float:left;
	padding-left:25px;
	position:relative;
	background:url(../img/navi_bg.jpg) no-repeat left center;

}
#header .navibox ul li a ,
#header .navibox ul li p{
	display:block;
	cursor:pointer;
	color:#000;
	font-size:15px;
	padding:15px 0;

}
#header .navibox ul li p span{
	padding-right:25px;
	background:url(../img/arrow_business.jpg) right center no-repeat;

}
#header .navibox ul li#business_drop:hover p span{
	padding-right:25px;
	background:url(../img/arrow_business_on.jpg) right center no-repeat;

}
#header .navibox ul li#business_drop:hover p ,
#header .navibox ul li a:hover ,
#header .navibox ul li p:hover ,
#header .navibox ul li a.select ,
#header .navibox ul li p.select{
	color:#8e262b;



}
#header .navibox ul li .dropbox{
	display:none;
}
#header .navibox ul li .dropbox{
	position:absolute;
	top:30px;
	left:-100px;
	background:#8e272c;
	padding-top:5px;
	z-index:500;

}
#header .navibox ul li .dropbox a{
	display:block;
	padding:20px;
	width:300px;
	background:#fff;
	border-bottom:1px solid #e8e8e8;
	text-align:center;
}


#conectbox{
	background: url(../img/bg_footnavi.jpg) repeat-x;
	padding:8px 0;
	text-align:center;
	text-align:center;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:900;

}

#conectbox ul{
	width:425px;
	margin:0 auto;
	position:relative;
}

#conectbox ul li{
	float:left;
	margin-left:50px;
}
#conectbox ul li.media_contact{
	width:250px;
}
#conectbox ul li.access_contact{
	width:125px;
}

#conectbox ul li:first-child {
  margin-left: 0;
}

#conectbox ul li a{
	display:block;
	color:#000;
	font-weight:bold;
}
#conectbox ul li a span{
	margin-bottom:3px;
	display:block;
}

#pagenavibox{
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	padding:5px 0;
	background:#fff;
	line-height:30px;
}
#pagenavibox a{
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

#btn_pagetop a {
	text-indent: -99999px;
	display: block;
	height: 50px;
	width: 50px;
	background: url(../img/pagetop.png) no-repeat center center;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:1000px;
	outline: none;
	z-index: 9999;
}
.pagenavibox_inner{
	width:1040px;
	margin:0 auto;
	position:relative;
}
.pagetop{
	position:absolute;
	top:0;
	right:0;
}

#foot{
	width:1100px;
	margin:0 auto;
	position:relative;
	padding:30px;

}/*width:1040px;*/


#sns{
	background:none;
	margin-right:-5px;
	display:block;

	}

#sns div {
	float: left;
    margin: 0;
    padding: 0px 10px 0 0;
    text-align: left;
	}

#sns #twitter_simple {
	padding-left: 0;
	}

.snsbt{
	margin-bottom:10px;
}

.footlink{
	display:block;
	margin-top:10px;
}

.footlink ul li{
	float: left;
	margin-right:25px;
}
#foot .copyright{
	position:absolute;
	bottom:10px;
	right:30px;
	font-size:11px;
}


@media screen and (max-width: 1100px) {

#header{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0 30px;
	height:95px;

}/*width:1040px;*/
#foot{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0 30px;

}/*width:1040px;*/

#news_slide_box  ul li {
	float: left;
	margin-left: 10px;
}


@media screen and (max-width: 960px) {

.container{
	width:100%;
	min-width:280px;
	overflow:hidden;
}

#header{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0px;
	height:65px;
	border-bottom:1px solid #ccc;

}/*width:1040px;*/
#foot{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:20px 10px;

}/*width:1040px;*/


#cbt{
	display: block;
	width:65px;
	height:64px;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/cbt.jpg) no-repeat;
	cursor:pointer;
}

#header .logobox{
	position:absolute;
	top:10px;
	left:10px;
	width:100px;

}

#header .navibox{
	position:absolute;
	top:65px;
	left:0px;
	right:0;
	display:none;
	z-index:1000;
}
#header .navibox ul{
	width:100%;
	background:#fff;

}
#header .navibox ul li{
	float:none;
	margin-left:0;
	width:100%;

}
#header .navibox ul li a ,
#header .navibox ul li p{
	padding:12px 20px;
	border-bottom:1px solid #ccc;

}

#header .navibox ul li .dropbox{
	position: relative;
	top:0px;
	left:0px;
	background:#8e272c;
	padding-top:5px;
	z-index:500;

}
#header .navibox ul li .dropbox a{
	display:block;
	padding:20px;
	width:100%;
	background:#333;
	color:#fff;
	border-bottom:1px solid #e8e8e8;
	text-align: left;
}



#conectbox{
	background: url(../img/bg_footnavi.jpg) repeat-x;
	padding:5px 10px;
}

#conectbox ul{
	width:100%;
}

#conectbox ul li{
	float:left;
	font-size:12px;
	border-left:1px solid #bb7d80;
}


#conectbox ul li.media_contact{
	width:58%;
	margin:0 2.5% 0 2%;
}

#conectbox ul li.access_contact{
	width:29%;
	padding-left:2.5%;
	margin:0%;
}

#conectbox ul li:first-child {

  border-left:none;
}

#conectbox ul li a span img{
	max-width:100%;
	height:auto;
}


#sns{
	text-align:center;

	}

#sns div {
	float:none;
	display:inline-block;
	margin:0 5px;
	padding:0;
	vertical-align:middle;
	}

.snsbt{
	margin-top:5px;
	margin-bottom:-25px;
}

.footlink{
	display:block;
	margin-top:10px;
	text-align:center;
}

.footlink ul li{
	float:none;
	display:inline-block;
	margin:0 5px;
}
#foot .copyright{
	position: relative;
	bottom:0px;
	right:0px;
	font-size:11px;
	display:block;
	text-align:center;
	padding:30px 0;
}
#pagenavibox a{
	font-size:11px;
	margin-left: 5px;
    margin-right: 5px;
}

}
