@charset "utf-8";

/*---共通レアウト-----------------------------------*/
*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#0057b1;text-decoration:underline}
A:visited{color:#0057b1;text-decoration:none;}
A:active{color:#0057b1;text-decoration:none;}
A:hover{color:#000000;text-decoration:none;}

table{
	border-collapse:collapse;
}

input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


body{
	text-align:center;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 10px;
}


#wrapper{
    margin:0 auto;
	width:1200px;
	text-align:left;
	background: url(../../img/common/mainbg.gif) repeat-y right;
}

#main{
	width: 999px;
	float: left;
}

@media screen and (min-width: 980px) {
#topcontrol span{
	display: none;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
#mmenu,
#menu{
	display:none;
}
#topcontrol span{
	display: none;
}
}

@media screen and (max-width: 979px) {
#topcontrol span{
	display: none;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
    
#wrapper{
    margin:0 auto;
	width: 100%;
	text-align:left;
	background: #FFF;
    overflow: hidden;
}
#main{
	width: 100%;
	float: none;
    display:  block;
}
}

@media screen and (max-width: 768px){
body{
	font-size: 15px;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
#topcontrol{
	bottom: 0 !important;
	left: 0;
	right: 0 !important;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.7 );
	border-top: 1px solid #CCC;
}
#topcontrol span{
	display: block;
	line-height: 80px;
	text-align: center;
}
#topcontrol img{
	display: none;
}
}



/*side
************************************************************************************/
#side{
	width: 200px;
	float: right;
}

#side .logo{
	height: 100px;
	display: block;
	background: 072856;
	text-align: center;
	line-height: 100px;
	border-bottom: 1px solid #54739e;
}
#side .logo img{
	width: 95%;
	height: auto;
	vertical-align: middle;
}

#side #gMap{
	width: 180px;
	height: 180px;
	margin: 5px auto;
}

@media screen and (max-width: 979px) {
/*tablet*/
#side{
    display: none;
}
}


/*global
----------------------------------------------------------------------*/
nav.global li{
	border-bottom: 1px solid #54739e;
	height: 55px;
	display: block;
	margin: 0;
	background: url(../../img/common/menu_ar.png) no-repeat left center;
	font-size: 15px;
}

nav.global li:hover{
	background: url(../../img/common/menu_ar_on.png) no-repeat left center #4295a4;
}

nav.global li p{
	padding: 12px 0 0 15px;
	display: block;
}

nav.global li span{
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

nav.global li a{
	text-decoration: none;
	color: #FFF;
	display: block;
}

nav.global li span.en,
nav.global li a span.en{
	font-size: 10px;
	color: #7594c0;
	font-family: Tahoma, Geneva, sans-serif;
}

nav.global li:hover span.en,
nav.global li:hover a span.en{
	font-size: 10px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

.wrap_global{
	display: none;
}



@media screen and (max-width: 979px) { 
.wrap_global{
	display: block;
    width: 100%;
    background: #072856;
}
nav.global ul{
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	align-items: center;
}
    
nav.global li{
	border-right: 1px solid #54739e;
	border-bottom: 1px solid #54739e;
	height: 55px;
	display: block;
	background: url(../../img/common/menu_ar.png) no-repeat left 10px center;
	font-size: 14px;
    width: 25%;
    padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
}

@media screen and (max-width: 768px){
/*smart phone*/
.wrap_global{
	display:none;
}
} 



/*.frameBanner
----------------------------------------------------------------------*/
.frameBanner{
	margin: 5px;
}
.frameBanner li{
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 3px 0;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
}

.frameBanner li img{
	max-width: 95%;
	max-height: 50px;
	width: auto;
	height: auto;
    margin: 0 auto;
	vertical-align: middle;
}

@media screen and (max-width: 979px) {
/*tablet*/
	.frameBanner{
		margin: 5px;
		text-align: center;
	}
	.frameBanner li{
		background: #FFF;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 3px;
		padding: 5px 10px;
		display: inline-block;
	}

	.frameBanner li img{
		max-height: 70px;
		width: auto;
		height: auto;
		margin: 0 auto;
		vertical-align: middle;
	}
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}



/* ヘッダー
************************************************************************************/
#header{
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	background: url(../../img/common/header_bg.jpg) repeat;
}

#header .description{
	position: absolute;
	left: 5px;
	top: 8px;
	width: 495px;
	height: 60px;
}
#header .description img{
	width: 495px;
	height: 60px;
}
#header .frameSrc{
	position: absolute;
	padding: 5px;
	top: 12px;
	right: 0;
	text-align: right;
	height: 60px;
}

#header .frameSrc p{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
#header .frameSrc p.ttl{
	background: url(../../img/common/head_src_icon.png) no-repeat left center;
	padding: 0 0 0 20px;
}

#header .frameSrc p input[type=text]{
	height: 30px;
	line-height: 30px;
	width: 165px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c0c0c0;
}

#header .frameSrc p input[type=submit]{
	background: url(../../img/common/head_src_btn.png) no-repeat;
	width: 42px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}

nav#globalnav{
	display: none;
}

@media screen and (max-width: 979px) {
/*tablet*/
#header{
    width: 100%;
    padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
    
    
#header .description img{
    max-width: 99%;
    height: auto;
    vertical-align: middle;
}
#header .frameSrc{
    display: none;
}
    
}

@media screen and (max-width: 768px){
/*smart phone*/
#header{
    width: 100%;
    padding: 0 80px 0 5px;
    height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/common/header_bg.jpg) no-repeat;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
#header .description{
	position: static;
	width: 100%;
	height: auto;
    padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    height: 75px;
    line-height: 75px;
}
#header .description img{
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
}

nav#globalnav{
	display: none;
}
    
#mmenu a{
	position: absolute;
	top: 0px;
	right: 0px;
	background: center center no-repeat #072856;
	background-image: url(../mmenu/icon.png) ;
	width: 75px;
	height: 75px;
	display: block;
	z-index: 60;
	-moz-background-size:50% auto;
	background-size:50% auto;
} 
#menu{
	text-align: left;
}
.mm-listview > li > a,
.mm-listview > li > span {
	padding: 20px 10px 20px 20px !important;
	text-decoration: none;
}
.mm-menu em.mm-counter{
	display: none;
}

}



/*footer
************************************************************************************/
#footer{
	width: 999px;
}
#footer .footer_info{
    display: none;
}

#footer .copyright{
	background: #eeeeee;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
}

@media screen and (max-width: 979px) {
/*tablet*/
#footer{
	width: 100%;
    background: #072856;
}
#footer .footer_info{
    display: block;
    width: 100%;
    padding: 5px 0;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
#footer{
	width: 100%;
    padding: 0 0 80px 0;
}

}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}
