@charset "utf-8";
/* CSS Document */

/*==================
header
====================*/

header{
width:100%;
/*min-width:1024px;*/
overflow:hidden;
/*height:50px;*/
}

header .headinner{
padding:0;
width:100%;
overflow:hidden;
margin:0 auto;
text-align:center;
height:40px;
}

@media screen and (min-width: 830px){
header .headinner{
position:relative;
max-width:1024px;
height:auto;
}
}
header .logo{
	position:absolute;
	top:5px;
	left:10px;
/*	margin:10px;
	float:left;*/
}
header .headr{
	position:absolute;
	top:50px;
	right:0px;
	font-size:1.2em;
	letter-spacing:0.1em;
}
@media screen and (min-width: 680px){
header .headinner{
	height:auto;
}
header .logo{
	position:absolute;
	top:5px;
	left:10px;
/*	margin:10px;
	float:left;*/
}
header .headr{
	position:absolute;
top:15px;
right:50px;
margin:0;
float:none;
/*	margin:20px 10px 10px;
	float:right;*/
	font-size:1.2em;
	letter-spacing:0.1em;
}
}
@media screen and (min-width: 830px){
header .logo{
	position:absolute;
	top:10px;
	left:10px;
/*	margin:10px;
	float:left;*/
}
header .headr{
	position:static;
/*top:15px;
right:50px;*/
	margin:20px 10px 10px;
	float:right;
	font-size:1.2em;
	letter-spacing:0.1em;
}
}
header .headr .ln{
	margin:5px 10px;
/*	float:right;*/
text-align:right;
}
header .headr .serch{
	display:none;
}
@media screen and (min-width: 680px){
header .headr .ln{
	margin:5px 10px;
	float:right;
}
header .headr .serch{
	float:right;
	display:inline;
}
}

header .headr .select{
	background:#efefef;
	padding:3px 10px;
}

header .gnavi{
max-width:1004px;
	clear:both;
	margin:10px auto 0;
	padding:0;
  position: relative;
}


/*==================
グローバルメニュー
====================*/


.gnavi ul{
	margin:0 auto;
}
.gnavi ul li{
	float:left;
	text-align:center;
  position: relative;
}

.gnavi ul li.menu01{
width:13%;
}
.gnavi ul li.menu02{
width:17%;
}
.gnavi ul li.menu03{
width:17%;
}
.gnavi ul li.menu04{
width:17%;
}
.gnavi ul li.menu05{
width:15%;
}
.gnavi ul li.menu06{
width:10%;
}
.gnavi ul li.menu07{
width:11%;
}
.gnavi ul li{
display:block;
padding:10px 7px;
}
.gnavi ul.child{
	display:none;
    position: absolute;
    padding: 1px 0 0 0;
    margin-left: -7px;
	font-size:13px;
	font-weight:normal;
	z-index:99999;
}

.gnavi ul li:hover,
.gnavi ul li.select{
	background:#efefef;
}
.gnavi ul li:hover:after,
.gnavi ul li:hover:before,
.gnavi ul li.select:after,
.gnavi ul li.select:before{
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}
.gnavi ul li:hover:after,
.gnavi ul li.select:after{
    border-top: 80px solid transparent;
    border-right: 20px solid #efefef;
    left: -20px;
}
.gnavi ul li:hover:before,
.gnavi ul li.select:before{
    border-bottom: 80px solid transparent;
    border-left: 20px solid #efefef;
    right: -20px;
}


/*==================
トップページ
====================*/
#main{
	clear:both;
	text-align:center;
	float:left;
	position:relative;
	width:100%;
}
#news{
	/*width:328px;
	height:290px;*/
	float:right;
	text-align:left;
	margin:10px auto;
	padding:10px 0;
	border:1px solid #dce1e6;
	width: 100%;
}
.newslink{
	float:right;
	background:url(../img/top/yaji_newslist.png) left 50% no-repeat;
	padding: 3px 10px 0px 15px;
	font-size:1.2em;
}
@media screen and (min-width: 680px){
#main{
	width:66.666666%;
	max-width:676px;
	margin:10px auto;
	background:url(../img/top/main_img2.png) center top no-repeat;
	text-indent:-9999px;
	height:290px;
	border:1px solid #dce1e6;
}
#news{
	max-width:328px;
	height:290px;
	width: 33.33333%;
}
}
@media screen and (min-width: 1020px){
#main{
	width:676px;
/*	background:url(../img/top/main_img2.png) center top no-repeat;*/
	text-indent:0px;
	height:290px;
	border:none;
	margin:10px auto 10px 5px;
}
#news{
	width:328px;
	height:290px;
	margin:10px 10px 10px auto;
}
}
.news_area{
/*  overflow: hidden;*/
	overflow:scroll;
  height:240px;
  background:#f2f7fb;
  text-align:left;
  margin:5px 15px 10px;
  padding:5px 10px;
}
.news_area dt{
	padding:3px 5px;
	color:#1e848b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
}
.news_area dt.icon_ir{
	background:url(../img/top/icon_ir.png) 85px 50% no-repeat;
}
.news_area dt.icon_event{
	background:url(../img/top/icon_event.png) 85px 50% no-repeat;
}
.news_area dt.icon_company{
	background:url(../img/top/icon_company.png) 85px 50% no-repeat;
}
.news_area dt.icon_recruit{
	background:url(../img/top/icon_recruit.png) 85px 50% no-repeat;
}

@media screen and (min-width: 680px){
.news_table th{
	width:15%;
}
}
tr.icon_ir td{
	background:url(../img/top/icon_ir.png) 10px 50% no-repeat;
	padding-left:95px !important;
}
tr.icon_event td{
	background:url(../img/top/icon_event.png) 10px 50% no-repeat;
	padding-left:95px !important;
}
tr.icon_company td{
	background:url(../img/top/icon_company.png) 10px 50% no-repeat;
	padding-left:95px !important;
}
tr.icon_recruit td{
	background:url(../img/top/icon_recruit.png) 10px 50% no-repeat;
	padding-left:95px !important;
}

.news_area dd{
	padding:3px 5px;
	border-bottom:1px dotted #cfcfcf;
  font-size:1.3em;
}
.news_area dd a{
	color:#333333;
}


article{
	max-width:1044px;
/*	width:1044px;*/
	text-align:center;
	margin:10px auto;
}
section{
	clear:both;
	text-align:left;
	margin-bottom:20px;
	position:relative;
/*min-width:1044px;*/
}
.kage{
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	border:1px solid #dfdfdf;
	padding:20px 10px;
}
section:after{
visibility:hidden;/*見えなくする*/
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;
content: " ";
clear: both;
}


/*newsarea*/

.topbtn{
	clear:both;
	overflow:hidden;
	/*min-width:1044px;*/
}
.topbtn2{
	clear:both;
	overflow:hidden;
/*	min-width:1044px;*/
}
.tbtn,.tbtnm{
	float:left;
	margin:15px auto;
	width:50%;
	padding:0 5px;
}

@media screen and (min-width: 680px){
.tbtn{
	float:left;
	margin:15px auto;
	width: 33.33333%;
}


.tbtnm{
	float:left;
	margin:15px auto;
	width: 33.33333%;
}
}
.tbtn2{
	float:left;
	margin:10px auto;
	width:25%;
}

.tyoutubebtn{
	margin: 20px auto;
	text-align: center;
	padding: 10px;
}
.tbtn img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
.tbtn2 img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
.tyoutubebtn img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
#bread{
	clear:both;
/*	margin-top:10px;*/
	width:100%;
	background:#efefef;
	font-size:1.1em;
}
.breadinner{
	max-width:1024px;
	text-align:left;
	margin:0 auto;
	padding:3px 5px;
	}

#title{
	background:url(../img/common/title_back.png) left top repeat;
	padding:25px 0;
	text-align:center;
	height:140px;
}


/*==================
コンテンツ
====================*/
#contents{
	max-width:1044px;
/*	width:1044px;*/
	text-align:left;
	margin:10px auto;
	overflow:hidden;
}
.maincontents{
	width:100%;
	position:relative;
}

@media screen and (min-width: 830px){
#contents{
	max-width:1044px;
	width:100%;
	text-align:left;
	margin:10px auto;
	overflow:hidden;
}

.maincontents{
/*	width:763px;*/
	width:77%;
	float:right;
}
.w563{
	width:563px;
	text-align:center;
	margin:0 auto;
}
}
@media screen and (min-width: 1024px){
#contents{
	max-width:1044px;
	width:1044px;
	text-align:left;
	margin:10px auto;
	overflow:hidden;
}

.maincontents{
	width:763px;
	float:right;
}
}
/*==================
左メニュー
====================*/
.menucontents{
	width:100%;
	background:url(../img/common/menu_waku.png) left top repeat;
	padding:5px;
}
@media screen and (min-width: 830px){
.menucontents{
	width:22%;
	float:left;
	background:url(../img/common/menu_waku.png) left top repeat;
	padding:5px;
}
}
@media screen and (min-width: 1024px){
.menucontents{
	width:230px;
	float:left;
	background:url(../img/common/menu_waku.png) left top repeat;
	padding:5px;
}
}
.menucontents ul{
	background:#fff;
	padding:10px;
}
.menucontents ul li{
	text-align:left;
	font-size:1.3em;
	line-height:2em;
	border-bottom:1px dotted #cfcfcf;
}
.menucontents ul li a{
	display:block;
	padding:10px 0 10px 5px;
	color:#222222;
}
.menucontents ul li a span{
	color:#1e5591;
	font-size:0.95em;
	margin-right:15px;
	line-height:1.6em;
}
@media screen and (min-width: 830px){
.menucontents ul li a span{
	display:block;
}
}
.menucontents ul li.select{
	background:#efefef;
}

/*==================
文章レイアウト
====================*/

.maincontents h3{
	font-size:1.8em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:50px 15px 60px;
	padding:0;
	color:#1e5591;
}
.maincontents h4{
	font-size:1.5em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:10px 20px;
	color:#1e5591;
}
.maincontents h3.blb,
.maincontents h4.blb{
	background:url(../img/ir/blue_line.png) left bottom repeat-x;
	margin:10px 0px 0px;
	padding:5px 10px;
}
.maincontents h4.comsoko{
	font-size:2em;
	line-height:1.8em;
	letter-spacing:0.2em;
	margin:20px auto;
	padding: 5px 10px;
	color:#fff;background: #1e5591;
}
.maincontents h4.comsoko .tS{
	color:#fff;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.maincontents h5{
	font-size:1.4em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:10px;
	color:#1e5591;
}
.maincontents h5 a img{
	vertical-align:middle;
	padding-bottom:3px;
	
}
.maincontents h5 a img:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.maincontents .wh h5{
	margin:20px 0 0 !important;
}
.maincontents td h5{
	font-size:1.0em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:5px 0;
	color:#1e5591;
}

/*==================
文章レイアウト
====================*/

.maincontents p{
/*	width:94%;*/
	margin:10px 20px 30px;
	text-align:left;
	font-size:1.4em;
	line-height:1.8em;
}
.maincontents p span.name{
	font-size:1.5em;
	line-height:1.9em;
}
.kaigai p{
	margin:5px 0px 0px !important;
	background:#f8f8f8;
	padding:5px 10px;
}

/*==================
テーブルレイアウト
====================*/

.tablewaku{
	background:url(../img/common/table_waku.png) left top repeat;
	padding:5px;
	margin-bottom:30px;
}
.irwaku{
	background:url(../img/common/table_waku.png) left top repeat;
	padding:8px;
	margin-bottom:30px;
}
.wh{
	background:#fff;
	padding:5px;
}
.glay{
	background:#f8f8f8;
	padding:8px;
}


.maincontents table {
	width:100%;
	border-top:1px dotted #cfcfcf;
}
.maincontents table.goukei {
	width:100%;
	margin-top:10px;
	border-top:2px solid #6389b3;
	border-bottom:2px solid #6389b3;
}
.maincontents table th{
	background:#e8eef4;
	font-weight:normal;
	color:#1e5591;
/*	white-space:nowrap;*/
	border-bottom:1px dotted #cfcfcf;
	padding:8px 25px 8px 10px;
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
}
.maincontents table th span{
	color:#1e5591;
	font-size:0.9em;
}
.maincontents table td{
	border-bottom:1px dotted #cfcfcf;
	padding:8px 15px;
	font-size:1.3em;
	text-align:left;
	vertical-align:top;
}
.maincontents table td a:link,
.maincontents table td a:active{
text-decoration:underline;
}
.maincontents table td a:hover{
color:#e8178b;
text-decoration:none;
}
.maincontents table td.midasi{
	background-color:#f4f6f9;
}
.maincontents table td.maparea{
	background-color:#ebf2f9;
	font-size:1.1em;
	padding:8px 5px;
	white-space:nowrap;
}
.maincontents table td.mapno{
	background-color:#f4f6f9;
	text-align:right;
	font-size:1.1em;
	padding:8px 4px;
	white-space:nowrap;
}
.maincontents table tr.yakuin th,
.maincontents table tr.yakuin td,
.maincontents table tr.yakuin td.midasi{
	padding:1px 25px 1px 10px !important;
}
@media screen and (max-width: 500px){
.maincontents table td.mapno{
	text-align:left;
}
}
.maincontents table.ir td{
	text-align:right;
	padding:8px 20px;
}

.maincontents table td.irmidasi{
	color:#1e5591;
	font-weight:bold;
	text-align:left;
}
.maincontents table td.area{
/*	background-color:#f4f6f9;*/
background-color:#f5f5f5;
	color:#1e5591;
}
.maincontents dl {
	width:100%;
	border-bottom:1px dotted #cfcfcf;
}
.maincontents dl dt{
/*	background:#e8eef4;*/
	font-weight:bold;
	color:#1e5591;
/*	white-space:nowrap;*/
	border-top:1px dotted #cfcfcf;
	padding:8px 25px 8px 10px;
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
	width:15%;
	float:left;
}
.maincontents dl dd{
	border-top:1px dotted #cfcfcf;
	padding:8px 15px;
	font-size:1.3em;
	text-align:left;
	vertical-align:top;
	width:85%;
	margin-left:15%;
}

.maincontents dl dd ol{
	margin:10px auto 10px 20px;
}
.maincontents dl dd ol li{
	list-style:decimal;
}
.maincontents table td ol{
	margin:0 auto 0 20px;
}
.maincontents table td ol li{
	list-style:decimal;
}

.maincontents ol.kankyo{
	margin:10px auto 10px 20px;
	font-size:1.3em;
}
.maincontents ol.kankyo li{
	list-style:decimal;
	margin-left:20px;
}
.maincontents ol.kankyo li li{
	list-style:lower-latin;
}
.maincontents .tablewaku ul{
	margin:10px auto 10px 20px;
	font-size:1.3em;
}
.maincontents .tablewaku ul li{
	list-style:circle;
	margin:12px 10px;
}

.maincontents ul.kanren{
	margin:10px auto;
	font-size:1.4em;
}
.maincontents ul.kanren li{
	border:1px solid #dce1e6;
	width:46%;
	margin:5px 2%;
	padding:5px 10px;
	float:left;
	line-height:40px;
}
.maincontents ul.kanren li a.yaji{
	display:block;
	color:#403937;
	background:url(../img/corporate/yaji_kanren.png) right 50% no-repeat;
}
.maincontents ul.kanren li a.yaji:hover{
	color:#e8178b;
}
.maincontents ul.kanren li a.blanklink{
	display:block;
	color:#403937;
	background:url(../img/common/icon_exlink.png) right 50% no-repeat;
}
.maincontents ul.kanren li a.blanklink:hover{
	color:#e8178b;
}
.maincontents .ckanren{
	font-size:1.6em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:30px 10px;
	font-weight:bold;
	text-align:center;
	padding:0 10px;
	color:#1e5591;
}


.history table{
	width:72%;
	float:left;
}
.history .hphoto{
	width:26%;
	float:right;
	font-size:1.2em;
	line-height:1.8em;
}
.soukomap{
	width: 100%;
	position: relative;
}
.soukomap img{
	width: 100%;
}
.soukomap .plot{
	position: absolute;
	
}
.soukomap .plot01{
	position: absolute;
	right: 13%;
	top:4%;
}
.soukomap .plot02{
	position: absolute;
	right: 20%;
	top:21%;
}
.soukomap .plot03{
	position: absolute;
	right: 17%;
	top:22%;
}
.soukomap .plot04{
	position: absolute;
	right: 22%;
	top:26%;
}
.soukomap .plot05{
	position: absolute;
	right: 24%;
	top:28.5%;
}
.soukomap .plot06{
	position: absolute;
	right: 22.5%;
	top:31%;
}
.soukomap .plot07{
	position: absolute;
	right: 31%;
	top:20.5%;
}
.soukomap .plot08{
	position: absolute;
	right: 30.5%;
	top:36%;
}
.soukomap .plot09{
	position: absolute;
	right: 27%;
	top:39%;
}
.soukomap .plot10{
	position: absolute;
	right: 34%;
	top:42%;
}
.soukomap .plot11{
	position: absolute;
	right: 34.5%;
	top:45.5%;
}
.soukomap .plot12{
	position: absolute;
	right: 35%;
	top:53%;
}
.soukomap .plot13{
	position: absolute;
	right: 34.5%;
	top:57%;
}
.soukomap .plot14{
	position: absolute;
	right: 10%;
	top:34.5%;
}
.soukomap .plot15{
	position: absolute;
	right: 41%;
	top:26.5%;
}
.soukomap .plot16{
	position: absolute;
	right: 56.5%;
	top:45%;
}
.soukomap .plot17{
	position: absolute;
	right: 45.5%;
	top:46%;
}
.soukomap .plot18{
	position: absolute;
	right: 44%;
	top:51%;
}
.soukomap .plot19{
	position: absolute;
	right: 45.5%;
	top:53.5%;
}
.soukomap .plot20{
	position: absolute;
	right: 51.5%;
	top:53%;
}
.soukomap .plot21{
	position: absolute;
	right: 50%;
	top:55.5%;
}
.soukomap .plot22{
	position: absolute;
	right: 50%;
	top:57.5%;
}
.soukomap .plot23{
	position: absolute;
	left: 15%;
	top:33%;
}
.soukomap .plot24{
	position: absolute;
	left: 33%;
	top:54%;
}
.soukomap .plot25{
	position: absolute;
	left: 31%;
	top:56%;
}
.soukomap .plot26{
	position: absolute;
	left: 19%;
	top:52%;
}
.soukomap .plot27{
	position: absolute;
	left: 16%;
	top:52.5%;
}
.soukomap .plot28{
	position: absolute;
	left: 24%;
	top:62%;
}
.soukomap .plot29{
	position: absolute;
	left: 4.3%;
	top:50.5%;
}
.soukomap .plot30{
	position: absolute;
	left: 1.9%;
	top:52%;
}
.soukomap .plot31{
	position: absolute;
	right: 35.5%;
	top:90%;
}
.soukomap .plot img{
	width: 18px;
}
.soukomap .plot a:hover{
	opacity: 0.7;
}

.chubu_map,
.kyushu_map{
	width: 50%;
	position: relative;
	margin:30px auto;
}
.chubu_map .plot img,
.kyushu_map .plot img{
	width: 18px;
}
.chubu_map .plot a:hover,
.kyushu_map .plot a:hover{
	opacity: 0.7;
}
.chubu_map .plot31{
	position: absolute;
	left: 38%;
	top:61%;
}
.chubu_map .plot32{
	position: absolute;
	left: 28%;
	top:20%;
}
.chubu_map .plot33{
	position: absolute;
	left: 47%;
	top:18%;
}
.chubu_map .plot34{
	position: absolute;
	left: 40.5%;
	top:28%;
}
.chubu_map .plot35{
	position: absolute;
	left: 39%;
	top:23.5%;
}
.chubu_map .plot36{
	position: absolute;
	left: 32%;
	top:76%;
}
.kyushu_map .plot37{
	position: absolute;
	left: 36%;
	top:22%;
}
.kyushu_map .plot38{
	position: absolute;
	left: 46%;
	top:40%;
}
.mapimg{
}

.whbox{
	font-size: 1.4em;
	padding: 5px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.whbox .photo{
	width: 50%;
	padding: 0;
}
.soukow50{
	width: 50%;
}
/*
.area{
	font-size: 1.7em;
	font-weight: 600;
	padding: 5px 20px;
	border:2px solid #00a0e9;
	display: inline-block;
	margin: 0 10px 10px;
}*/
.souko .blb{
	border-bottom: 1px solid #dfdfdf;
	
}
.soukoico{
	margin: 10px auto;
}
.icon_wh{
	max-width: 180px;
	padding: 2px 2px;
	width: 50%;
}
.countory{
	font-size: 1.5em;
	padding: 5px;
	margin: 10px auto 0;
	background: #e2eff7;
	width: 100%;
	color: #1e5591;
	font-weight: 600;
}
strong.num{
	font-size: 1.5rem;
}
.youtubebtn a{
	background: #1e5591;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.3rem;
	display: block;
}
.youtubebtn img{
	width: 25px;
}

@media screen and (max-width: 840px){
.soukow50{
	padding: 5px;
}
}
@media screen and (max-width: 640px){
.soukow50{
	width: 100%;
	padding: 5px;
}
}
@media only screen and (max-width:500px){

.maincontents h4.comsoko{
	font-size:1.8em;
	line-height:1.8em;
	letter-spacing:0.2em;
	margin:20px auto;
	padding: 5px 10px;
	color:#fff;background: #1e5591;
}
.maincontents table th,
.maincontents table td{
    width: 100%;
    display: block;
}
.maincontents ul.kanren li{
        width: 100%;
}
.history table{
        width: 100%;
		float:none;
}
.history .hphoto{
        width: 100%;
		float:none;
	font-size:1.2em;
	line-height:1.8em;
}
.maincontents .scr{
	width:100%;
	height:100%;
	overflow:scroll !important;
}
.maincontents .scr table{
	display: block;
	position: relative;
	width:100%;
}
.maincontents table.yl th,
.maincontents table.yl td{
    width: auto !important;
    display:table-cell !important;
}
.chubu_map,
.kyushu_map{
	width: 100%;
	position: relative;
	margin:20px auto 10px;
}
.soukomap .plot img,
.chubu_map .plot img,
.kyushu_map .plot img{
	width: 10px;
}
.area{
	font-size: 1.2em;
	font-weight: 600;
	padding: 2px 10px;
	border:1px solid #00a0e9;
	display: inline-block;
	margin: 0 10px 5px;
}
}


.maincontents .scr{
	overflow:scroll !important;
}
/*.maincontents .scr table{
	display: block;
	position: relative;
}*/
.maincontents .scr table th,
.maincontents .scr table td{
	white-space:nowrap;
}


.maincontents table td.iro{
	/*background:#ecf4fc;*/
	background:#f4f6f9;
}


@media only screen and (min-width:500px){
.maincontents table td ol li{
	width:33.3333%;
	float:left;
}
}

/*==================
IR
====================*/

.fullopen{
	text-align:right;
	margin-top:10px;
}
.btnopen{
	position:absolute;
	top:8px;
	right:10px;
}

/*==================
FAQ
====================*/
.faq{
	position:relative;
}
.faq .btnopen{
	position:absolute;
	top:12px;
	right:15px;
}

.faq_q{
	padding:12px 50px 12px 38px;
	margin:10px 5px 0;
	font-size:1.3em;
	text-align:left;
	background:url(../img/ir/ir07_q.png) 5px 50% no-repeat;
	border-bottom:1px dotted #ccc;
}
.faq_a{
	padding:12px 18px 12px 43px;
	margin:0 5px 5px;
	font-size:1.3em;
	text-align:left;
	background:#fdf8f8 url(../img/ir/ir07_a.png) 10px 8px no-repeat;
}

/*==================
Serch
====================*/

.search_item{
	border-bottom:1px dotted #cfcfcf;
}
.search_title{
	font-size:1.5em;
	line-height:1.8em;
	letter-spacing:0.1em;
	margin:20px 5px 10px;
	color:#1e5591;
}
.search_excerpt{
	background:#f3f3f3;
	padding:3px 0px;
}
.nav_post_link{
	font-size:1.2em;
	line-height:1.8em;
	padding:10px 0px;
}
#tcontents .search_excerpt p{
	margin:10px 20px;
	text-align:left;
	font-size:1.3em;
	line-height:1.8em;
}
#tcontents p{
	margin:10px 20px;
	text-align:left;
	font-size:1.3em;
	line-height:1.8em;
}

/*==================
sitemap
====================*/

#sitemap{
	clear:both;
	max-width:980px;
	width:100%;
	margin:30px auto;
	overflow:hidden;
	line-height:2.5em;
}
#sitemap a{
	color:#403937;
}
#sitemap a span{
	color:#1e5591;
	font-size:0.8em;
	margin-right:15px;
	line-height:1.6em;
}
#sitemap a:hover{
	color:#e8178b;
	text-decoration:underline;
}
#sitemap h2{
	margin-top:25px;
}
.sitemapl {
	margin:0px 5%;
	width:90%;
}
.sitemapr {
	margin:0px 5%;
	width:90%;
}
@media screen and (min-width: 760px){
.sitemapl {
	float:left;
	margin:0px 2%;
	width:46%;
}
.sitemapr {
	float:left;
	margin:0px 2%;
	width:46%;
}
}

#sitemap ul{
	margin:10px 10px 15px 5px;
	font-size:1.4em;
	line-height:2.0em;
}
#sitemap ul li{
	border-bottom:1px dotted #dfdfdf;
	background:url(../img/corporate/yaji_kanren.png) left 50% no-repeat;
	padding-left:30px;
}



/*==================
pagetop
====================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
	z-index:5000;
}
@media screen and (min-width: 680px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
}
}
/*==================
footer
====================*/

#footermenu{
width:100%;
text-align:center;
margin:50px auto 0;
overflow:hidden;
background:#769bc4;
min-width:320px;
}

#footer_inner{
max-width:1024px;
margin:0 auto;
padding:12px 0;
line-height:2em;
color:#ffffff;
font-family:Verdana, Geneva, sans-serif;
}
#footer_inner .footl{
	text-align:left;
	font-size:1.2em;
}
#footer_inner .footl a{
	background:url(../img/common/yaji_footer.png) left 50% no-repeat;
	color:#fff;
	margin:0 10px;
	padding:0 0 0 15px;
}
#footer_inner .footl a:hover{
	color:#1e5591;
	text-decoration:none;
}
#footer_inner .footr{
	color:#fff;
	float:right;
	font-size:1.2em;
}

footer{
width:100%;
margin:0px auto 50px;
}


@media screen and (min-width: 680px){
footer{
width:100%;
margin:0px auto 0px;
}

}

footer address{
max-width:1024px;
margin:0 auto;
padding:12px 0;
text-align:right;
font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
}
