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

	Default CSS (Last Update 2020.12.15)

	- default setting
	- font setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- breadcrumb
	- content
	- footer

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

th,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
}

p,dl,dd,ol,ul,figure {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1100px;
	max-height: 100%; /* Android font size hack */
	color: #000000;
	font-size: 87.5%;
	line-height: 1.43;
	font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
}

img {
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

small {
	font-size: 100%;
}

ruby rt {
	font-size: 9px;
}

/*----------------------------------------
	font setting (default size 14pt/20pt = 87.5%/1.43)
	font-size = Target font size * 100 / 14
	line-height = Target line height / Target font size
-----------------------------------------*/

/* 10pt/20pt */
.font10 {
	max-height: 100%; /* Android font size hack */
	font-size: 71.4%;
	line-height: 2;
}

/* 12pt/22pt */
.font12 {
	max-height: 100%; /* Android font size hack */
	font-size: 85.7%;
	line-height: 1.83;
}

/* 16pt/34pt */
.font16 {
	max-height: 100%; /* Android font size hack */
	font-size: 114.3%;
	line-height: 2.13;
}

/* 18pt/26pt */
.font18 {
	max-height: 100%; /* Android font size hack */
	font-size: 128.6%;
	line-height: 1.44;
}

/* 20pt/20pt */
.font20 {
	max-height: 100%; /* Android font size hack */
	font-size: 142.9%;
	line-height: 1;
}

/* 22pt/28pt */
.font22 {
	max-height: 100%; /* Android font size hack */
	font-size: 157.1%;
	line-height: 1.27;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a,
a:focus {
	outline: none;
}

/* Basic link color */
a:link,
a:visited {
	color: #fd3c00;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fd3c00;
	text-decoration: underline;
}

a.l_black01:link,
a.l_black01:visited {
	color: #000000;
	text-decoration: none;
}

a.l_black01:hover,
a.l_black01:active {
	color: #fd3c00;
	text-decoration: underline;
}

/*----------------------------------------
	color setting
-----------------------------------------*/

.gray01 {
	color: #333333;
}

.gray02 {
	color: #202020;
}

.gray03 {
	color: #999999;
}

.gray04 {
	color: #b0b0b0;
}

.brown01 {
	color: #663333;
}

.white01 {
	color: #ffffff;
}

.red01 {
	color: #e60f0f;
}

.orange01 {
	color: #fd3c00;
}

.orange02 {
	color: #fd6333;
}

/*----------------------------------------
	common setting
-----------------------------------------*/

.clearfsize {
	font-size: 0;
	line-height: 0;
}

.indent01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.bold01 {
	font-weight: bold;
}

input,textarea,select {
	outline: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*----------------------------------------
	header
-----------------------------------------*/

header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-bottom: 5px;
	background: #efeeed url(../img/c_header_bg02.png) repeat-x left bottom;
}

header img {
	-webkit-backface-visibility: hidden; /* flicker measures */
	-moz-backface-visibility: hidden; /* flicker measures */
	backface-visibility: hidden; /* flicker measures */
}

header > div {
	background: #fff;
}

header > div > div {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}

header > div > div h1 {
	padding: 12px 0 0 509px;
}

header > div > div h1 a {
	position: relative;
	z-index: 100;
}

header > div > div dl {
	position: absolute;
	top: 15px;
	right: 150px;
	width: 147px;
}

header > div > div dl dt {
	display: inline-block;
	padding: 8px 13px 5px 0;
}

header > div > div dl dt img {
	vertical-align: top;
}

header > div > div dl dd {
	display: inline;
}

header > div > div p#lang_btn01 {
	position: absolute;
	top: 15px;
	right: 0;
}

header > div > div nav {
	position: absolute;
	bottom: 0;
	margin: -10px 0 0 0;
}

header > div > div nav ul li {
	float: left;
}

header > div > div nav ul li:nth-child(2) {
	padding: 0 210px 0 97px;
}

header > div > div nav ul li:nth-child(4) {
	padding: 0 99px 0 104px;
}

/*----------------------------------------
	legacy
-----------------------------------------*/

header > #legacy {
	display: block;
	background: #d6e7ec;
}

header > #legacy > p {
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/*----------------------------------------
	changeLangBox
-----------------------------------------*/

#changeLangBox {
	position: fixed;
	z-index: 1000;
	right: 50%;
	top: 6px;
	height: 213px;
	/* height: 174px; */
	width: 231px;
	margin-right: -555px;
	padding: 25px;
	background: none !important;
}

#changeLangBox div {
	position: relative;
	height: 211px;
	/* height: 172px; */
	width: 229px;
	background-image: none;
	background-color: #fff;
	border: 1px solid #878077;
	border-radius: 2px;
}

#changeLangBox div span {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 15px;
	width: 15px;
	padding: 9px 10px;
	background: url(../img/c_header_lang_box_closebtn.gif) no-repeat right 10px center;
	cursor: pointer;
}

#changeLangBox div span:hover {
	background: url(../img/c_header_lang_box_closebtn_on.gif) no-repeat right 10px center;
}

#changeLangBox div ul {
	width: 140px;
	margin: 29px auto 0;
}

#changeLangBox div ul li {
	border-bottom: 1px solid #a09a93;
}

#changeLangBox div ul li:last-child {
	border-bottom: none;
}

#changeLangBox div ul li a {
	display: block;
	height: 13px;
	padding: 13px 0;
	text-align: center;
}

#changeLangBox div ul li:last-child a {
	height: 15px;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	padding: 145px 0 12px !important;
}

#content #main {
	width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
	background: #ffffff;
}

#content p#pagetop {
	padding-bottom: 23px;
	text-align: center;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

ol.breadcrumb {
	width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
	background: #ffffff;
}

ol.breadcrumb li {
	float: left;
}

ol.breadcrumb li:nth-child(n+2) {
	padding-left: 29px;
	background: url(../img/c_arrow01.png) no-repeat 13px center;
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer #footer_01 {
	background: #ede7dd;
}

footer #footer_01 > div {
	width: 1060px;
	margin: 0 auto;
	padding: 30px 0;
}

footer #footer_01 > div > div {
	display: table-cell;
	vertical-align: top;
}

footer #footer_01 > div > div dt {
	margin-top: -2px;
	padding-bottom: 18px;
}

footer #footer_01 > div > #footer_01_01 {
	width: 189px;
	padding: 0 20px 16px 2px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_01 dd:last-child span {
	padding-right: 14px;
	background: url(../img/c_link_ic01.png) no-repeat right center;
}

footer #footer_01 > div > #footer_01_02 {
	width: 220px;
	padding: 0 20px 16px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_03 {
	width: 170px;
	padding: 0 20px 16px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_04 {
	width: 164px;
	padding: 0 20px 16px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_04 ul {
	margin-top: -2px;
}

footer #footer_01 > div > #footer_01_04 ul li:last-child {
	padding-top: 30px;
}

footer #footer_01 > div > #footer_01_05 {
	width: 151px;
	padding: 0 0 16px 20px;
}

footer #footer_01 > div > #footer_01_05 dl dt {
	padding-bottom: 8px;
	line-height: 1.4;
}

footer #footer_01 > div > #footer_01_05 dl dd {
	padding-bottom: 0;
}

footer #footer_01 > div > #footer_01_05 dl dd ul li {
	display: inline-block;
}

footer #footer_01 > div > #footer_01_05 dl dd ul li:nth-of-type(2) {
	padding: 0 15px;
}

footer #footer_02 {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 46px;
}

footer #footer_02 dl {
	float: left;
	padding-top: 8px;
	line-height: 1.4;
}

footer #footer_02 dl dt {
	display: inline;
}

footer #footer_02 dl dd {
	display: inline;
	padding-left: 45px;
}

footer #footer_02 > p {
	padding-top: 8px;
	text-align: right;
}