/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}


/*header*/
/*------------------------------------------------------------------------------*/
header{
	width: 1120px;
	margin: 10px auto 20px;
	text-align: left;
	position:relative;
}
header:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header_left{
	float: left;
}
#header_right{
	float: right;
/*	position: relative;*/
}
header h1{
	font-size: 75%;
	line-height: 1;
	color: #666;
	margin-bottom: 20px;
	margin-top: 3px;
}
#logo{
	width: 348px;
}
#logo a{
	display: block;
}
#logo img{
	width: 100%;
	height: auto;
}
.headnav{
	margin-bottom: 20px;
}
.headnav li{
    float: left;
    display: inline-block;
    padding-left: 15px;
}
.english a {
    display: block;
    margin-top: 13px;
    padding: 2px;
    width: 95px;
    height: 23px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 170%;
    text-align: center;
    background-color: #333;
    color: #fff;
}
.japanese a:hover {
    background-color: #CCC;
}
#quest {
	padding-top: 18px;
}
.tel {
    position: absolute;
    top: 63px;
    right: 156px;
}
.contact {
    float: right;
    display: inline-block;
}

#fSearch {
    position: relative;
}
	#hsearch {
	    width: 200px;
	    float: right;
	    padding-top: 12px;
	    position: relative;
	}
	#hsearch input[type=text] {
	    -webkit-appearance: textfield;
	    font-size: 12px;
	    line-height: 1;
	    border: 1px solid #ddd;
	    padding: 4px 20px;
	    width: 200px;
	    margin-top: 0 !important;
	}
	#hsearch input[type=submit] {
    background: url(../image/common/img_serch.jpg) no-repeat;
    position: absolute;
    top: 15px;
    right: 14px;
    border: none;
    width: 15px;
    height: 17px;
	}


#header_sns{
	position:absolute;
	top:64px;
	right:385px;
}

#header_sns li:nth-child(1){
  margin-top: 2px;
  height: 20px;
}

#header_sns li{
	float:left;
	height:24px;
}
#header_sns li + li{
	margin-left:20px;
}
#header_sns li img{
	height:100%;
	width:auto;
}

.tel_sns {
    position: absolute;
    top: 63px;
    right: 156px;
    padding-top: 5px;
    text-align: right;
}

.tel_sns img {
  width: 82%;
  height: auto;
}


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

.tel_sns {
    position: static;
    top: 85px;
    right: 156px;
    text-align: center;
}

}

/*globalnav*/
/*------------------------------------------------------------------------------*/
nav {
	width:1120px;
	height:36px;
	margin:0 auto 18px;
}
#common nav {margin:0 auto; margin-bottom: 18px;}

nav ul{list-style-type:none;}

nav ul li{
	float:left;
	text-indent:-9999px;
}

nav ul li a{
	height:36px;
	background-image:url(../image/common/gnavi.png);
	display:block;
	overflow:hidden;
}

#globalnav01 a{ background-position:0px 0px; width: 179px;}
#globalnav02 a{ background-position:-179px 0px; width: 215px;}
#globalnav03 a{ background-position:-394px 0px; width: 181px;}
#globalnav04 a{ background-position:-575px 0px; width: 181px;}
#globalnav05 a{ background-position:-756px 0px; width: 181px;}
#globalnav06 a{ background-position:-937px 0px; width: 183px;}

#globalnav01 a:hover, #globalnav01.main_current a{ background-position:0px -36px; width: 179px;}
#globalnav02 a:hover, #globalnav02.main_current a{ background-position:-179px -36px; width: 215px;}
#globalnav03 a:hover, #globalnav03.main_current a{ background-position:-394px -36px; width: 181px;}
#globalnav04 a:hover, #globalnav04.main_current a{ background-position:-575px -36px; width: 181px;}
#globalnav05 a:hover, #globalnav05.main_current a{ background-position:-756px -36px; width: 181px;}
#globalnav06 a:hover, #globalnav06.main_current a{ background-position:-937px -36px; width: 183px;}

#gnav_btn{display:none;}




/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	color: #FFF;
	background-color: #333;
	border-top: #E6E6E6 1px solid;
	padding-top: 50px;
}
#footer_top{
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
	text-align:left;
}
/*#footer_logo{
	width: 20%;
	float: left;
	margin-right: 11%;
}
#footer_logo a{
	display: block;
}
#footer_logo img{
	width: 100%;
	height: auto;
}*/
.footnav{
	float: left;
	width: 23%;
}
.footnav li{
	margin-bottom: 3px;
	padding-bottom: 1px;
}
.footnav li a{
	display:block;
	color: #fff;
	font-size: 13px;
	background: url(../image/common/arr_circle.png) no-repeat 0 4px;
    background-size: 13px 12px;
    padding-left: 18px;
}
.footnav li ul{
	margin-top: 10px;
}
.footnav li li {
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
.footnav li li a{
	background: none;
	padding-left: 0;
	font-size: 12px;
}
.footnav li a:hover,.footnav li li a:hover{
	opacity: 0.7
}

#footer_bottom{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    background: #000;
}
.footer_bottom_in {
    width: 1120px;
    margin: 0 auto;
}
.footnav_b{
	padding-top: 8px;
}
.footnav_b li{
    display: inline-block;
    padding-right: 11px;
    margin-right: 7px;
    border-right: 1px solid #ccc;
}
.footnav_b li a{
	color: #fff;
}
.footnav_b li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
small{
	display: block;
	float: right;
	font-size: 10px;
	margin-top: -20px;
}

.en_footer .footnav{
	width:23.5%;
	margin-left:2%;
}
.en_footer .footnav:first-child{
	margin-left:0;
}






/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:100;
	margin-bottom: 415px;
}
a.pagetop {
	width: 54px;
	height: 53px;
	background: url(../image/common/pagetop.jpg) no-repeat 0 0;
	overflow: hidden;
	display:block;
}



/*en_globalnav*/
/*------------------------------------------------------------------------------*/

#en_globalnav ul li a{
	height:36px;
	background-image:url(../image/common/en_gnavi.jpg);
	display:block;
	overflow:hidden;
}

#en_gnav_btn{display:none;}