@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


/*base.css
=================================
1:basic
2:layout
3:header
4:main_col
5:sub_col
6:footer
7:other
=================================*/


/*1:basic
=================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea, label,
th, td,
img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size:100%;
	font-weight: normal;
}

ul,ol {
	list-style-type:none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

table, th, td {
	margin:0;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.6;
}

input, textarea {
	font-size:100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.6;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear:both;
}

a:link {color: #ff5500; text-decoration: none;}
a:visited {color: #ff5500; text-decoration: none;}
a:active {color: #ff5500; text-decoration: none;}
a:hover {color: #ff5500; text-decoration: none;}


/*2:layout
=================================*/
body {
	background: url(/common/img/bg.gif) repeat 0 0;
	color: #000000;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

#container {
}

#wrapper {
	width: 1085px;
	margin: 0 auto;
	padding: 20px 0 40px;
}

#wrapper_inner {
	padding: 20px 0 0;
	border-top: 2px solid #000000;
}


/*3:header
=================================*/
#header {
	position:relative;
	width: 1085px;
	height: 189px;
	margin: 0 auto;
}
.eng #header{ height:80px; border-bottom: 2px solid #000000;}

#header #logo {
	padding: 20px 0 0;
}

#header .hnav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 736px;
}
.eng #header .hnav{ width:186px;}

#header .hnav li {
	float: left;
	font-size: 0;
	line-height: 0;
}

#header .hnav li img {
	margin: 0 0 0 19px;
}

/*.gnav
---------------------------------*/
#header .gnav {
	padding: 18px 0 0;
        display: flex;
        justify-content: center;
}

#header .gnav ul {
	padding: 12px 0 0;
	border-top: 2px solid #000000;
}

#header .gnav ul li {
	float: left;
	margin: 0 19px 0 0;
}

#header .gnav li.right {
	margin: 0;
}

/*.gnav2
---------------------------------*/
#header .gnav2 {
	position: fixed;
	top: -63px;
	left: 0;
	width: 100%;
	height: 63px;
	background: url(/common/img/bg_gnav2.png) repeat-x 0 0;
	z-index: 2000;
}

#header .gnav2 ul {
	width: 1085px;
	margin: 0 auto;
}

#header .gnav2 ul li {
	float: left;
	padding: 15px 0 0;
	font-size: 0;
	line-height: 0;
}

#header .gnav2 li.logo {
	padding: 17px 57px 0 0;
}



/*4:main_col
=================================*/
#main_col {
	position: relative;
	float: left;
	width: 814px;
	margin: 0 -1px -1px 0;
}

#main_col_inner {
	position: relative;
	padding: 0 0 42px;
	border: 1px solid #dedbcb;
}


#container #main_col_inner .label { position: absolute; top: -1px; left: 766px; z-index: 1000; }
#container #main_col_inner .bg_tl { position: absolute; top: -1px; left: -1px; z-index: 1000; }
#container #main_col_inner .bg_tr { position: absolute; top: -1px; right: -1px; z-index: 1000; }
#container #main_col_inner .bg_bl { position: absolute; bottom: -1px; left: -1px; z-index: 1000; }
#container #main_col_inner .bg_br { position: absolute; bottom: -1px; right: -1px; z-index: 1000; }


/*5:sub_col
=================================*/
#sub_col {
	float: left;
	width: 272px;
}


/*6:footer
=================================*/
#footer {
	position: relative;
	background: #000000;
}

#footer #pagetop {
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 2000;
}

#footer_inner {
	position: relative;
	width: 1085px;
	margin: 0 auto;
    padding: 23px 0;
    text-align: center;
}

/*#footer_inner p#ftr_logo {
	position: absolute;
	top: 23px;
	left: 0;
	font-size: 0;
	line-height: 0;
}*/
#footer_inner p#ftr_logo {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
}
#footer_inner .sgood{ margin: 10px 0 0; font-size: 12px; line-height: 1;}
#footer_inner .sgood a{ color: #fff;}

#footer_inner p#nav_asahi {
	position: absolute;
	top: 23px;
	right: 0;
	font-size: 0;
	line-height: 0;
}





/*7:other
=================================*/
/*.clear
---------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


