@charset "Shift_JIS";

/********** base set **********/

html {-webkit-text-size-adjust: 100%;}
hr {margin: 0;}
.vaT {vertical-align: top!important;}
.vaM {vertical-align: middle!important;}
.vaB {vertical-align: bottom!important;}
.tdU	{text-decoration:underline;}

a.txt_link, .txt_link a {
	color: #026ab8;
	text-decoration: underline;
}


/********** outline **********/

#contents .section01 {
	margin-left: 10px;
	margin-right: 10px;
}


/********** header **********/

#header {border-bottom: 1px solid #DCDCDC;}
#header nav li:first-child {border-right: 1px solid #DCDCDC;}
#header nav li:last-child {border-left: 1px solid #DCDCDC;}

/*** att ***/

.tpl_att {
	margin: 10px auto;
}
.tpl_att a {
	display: block;
	color: #026AB8;
	font-size: 90%;
	text-decoration: underline;
	background: url(../imgs/icon_att.png) no-repeat left 0.5em;
	-webkit-background-size: 15px 14px;
	-moz-background-size: 15px 14px;
	background-size: 15px 14px;
	padding: 2px 0 2px 20px;
	text-decoration: underline;
}


/********** footer **********/

#footer {margin-top: 0; color:#777;}
#footer .copyright {
	padding-top: 0;
	border-top: none;
}
#footer .finance {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 15px;
}

/********** title **********/

/*** h1 ***/
.tpl_title01 {
	padding: 18px 60px 18px 64px;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.line2Padding {
	padding: 18px 5px 18px 50px;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.tpl_title01 h1 {
	font-size: 128%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #D70C19;
}
.tpl_title01 h1.line2 {
	font-size: 114%;
	line-height: 1.35;
	font-weight: bold;
	text-align: center;
	color: #D70C19;
}
.tpl_title01 .tpl_back a {
	display: block;
	padding: 14px 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	border-right: 1px solid #DCDCDC;
	line-height: 1;
}


/*** h2 ***/

.tpl_title02 {
	display: table;
	width: 94%;
	margin: 20px auto 0;
	border-left: 10px solid #D80C18;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-collapse: collapse;
}
.tpl_title02::before {
	content: "";
  display: block;
  float: left;
  height: 2.5rem;
}
.tpl_title02 h2 {
	padding: 5px 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*** h3 ***/

.tpl_title03 {
	width: 92%;
	margin: 10px auto 0;
	position: relative;
	border-collapse: collapse;
	border-bottom: 1px solid #DCDCDC;
}
.tpl_title03 h3 {
	margin-bottom: -1px;
	padding-bottom: 4px;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #D60D19;
	max-width: 98%;
}
/*** h3 ***/

.tpl_title04 {
	margin: 20px auto 0;
	position: relative;
	border-collapse: collapse;
	border-bottom: 1px solid #DCDCDC;
}
.tpl_title04 h3 {
	margin-bottom: -1px;
	padding-bottom: 8px;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #D60D19;
	max-width: 98%;
}

/********** indent **********/

.tpl_ind > li > div {display: table-cell;}
.tpl_ind > li > div:first-child {white-space: nowrap;}

.tpl_ind_r > li > div {display: table-cell;}
.tpl_ind_r > li > div:first-child {white-space: nowrap;}

/********** tab **********/

.tpl_tabs {
	display: table;
	width: 100%;
	border: 1px solid #DCDCDC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpl_tabs::before {
	content: "";
  display: block;
  float: left;
  height: 3rem;
}
.tpl_tabs li {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #FFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
}
.tpl_tabs li:first-child {border-right: 1px solid #DCDCDC;}
.tpl_tabs li.act {
	border-top: 2px solid #D60D19;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(239,239,239,1) 100%);
}
.tpl_tabs li > div {
	padding-right: 20px;
	background: url(../imgs/icon_acco_open.png) no-repeat right center;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	position: relative;
}
.tpl_tab_contents {
	padding: 10px;
	border: 1px solid #DCDCDC;
	border-top: none;
}
.tpl_tab_contents .hide {display: none;}


/********** accordion **********/

.tpl_acd_btn {
	padding: 15px 10px;
	font-weight: bold;
	border: 1px solid #DCDCDC;
	background:#f7f7f7;
}
.tpl_acd_btn > * {
	display: block;
	background: url(../imgs/icon_title_acco_open.png) no-repeat right center;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	padding-right: 15px;
	position: relative;
}
.tpl_acd_btn.open > * {
	background: url(../imgs/icon_title_acco_close.png) no-repeat right center;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.tpl_acd_btn + * {
	display: none;
	padding: 15px 10px;
	border: 1px solid #DCDCDC;
	border-top: none;
}


/********** accordion **********/

.tpl_table01, .tpl_table02,  .tpl_table03 {
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}
.tpl_table01 th, .tpl_table01 td, .tpl_table02 th, .tpl_table02 td, .tpl_table03 th, .tpl_table03 td  {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: left;
	padding: 8px 12px;
}
.tpl_table02 thead th {
	background: #EAEAEA;
	font-weight: bold;
	text-align: center;
}
.tpl_table01 th, .tpl_table02 th, .tpl_table03 th {
	background: #F6F6F6;
	font-weight: normal;
}
.tpl_table01 th, .tpl_table03 th {font-weight: bold;}
.tpl_table03 th  {text-align: center;}
.tpl_table03 tr:nth-child(odd) td {background: #F9F8F2;}


/********** bottom bread **********/

#btm_bread {
	background: #F1F1F1;
	border-top: 1px solid #DCDCDC;
	margin-top: 25px;
	padding: 15px 0;
	font-size: 85%;
}
#btm_bread ul {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #DCDCDC;
	background: #FFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#btm_bread li {
	border-bottom: 1px dotted #C6C6C6;
	position: relative;
}
#btm_bread li:last-child {
	padding: 15px 10px;
	border-bottom: none;
}
#btm_bread a {
	text-decoration: underline;
	display: block;
	padding: 15px 10px;
}
#btm_bread a::before {
	content: "<";
	letter-spacing: 5px;
}
#btm_bread a::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #C6C6C6;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}

/* ------ listDot01 ------ */
ul.listDot01 { margin-left:0.4em; list-style:disc inside; }
ul.listDot01 li { padding-left:1em; text-indent:-1em; }


/********** slideShow **********/
.main_banner_area{
	position:relative;
	width:304px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.main_banner_area ul{
	width:1520px;
	height:100px;
	position:absolute;
	left:0px;
	top:0;
}
.main_banner_area ul li{
	float:left;
	width:304px;
}
.box_pagination{
	text-align:center;
	margin-top:8px;
	width:60%;
}
.prevBtn{
	width:20%;
	padding:0;
	margin:0;
	text-align:left;
}
.nextBtn{
	width:20%;
	padding:0;
	margin:0;
	text-align:right;
}
.prevBtn img,.nextBtn img{
	width:35px;	
}
.pagination{
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.paginationBtn a{
	background: #cdcdcd;
	text-indent: -9999px;
	display: block;
	width: 4px;
	height: 4px;
	margin: 0 3px;
	padding:0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c1c1c1;
}
.paginationBtn a.act{
	background: #e60000;
	border:1px solid #e60000;
}
.paginationBtn{
	display: inline-block;	
}