@charset "Shift_JIS";

/*-- reset --*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none repeat scroll 0 0 #ffffff;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, div {
	font-style: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

img, img a{
	border: 0 none;
	text-decoration: none;
}

img {
	border: medium none;
	vertical-align: bottom;
}

/*-- base --*/
body {
	color: #333333;
	font-size : 113%;
	font-family: "BentonSans-Md",Arial,Helvetica,sans-serif;
}

a:link {
	color: #4466cc;
	text-decoration: none;
}
a:visited {
	color: #664499;
	text-decoration: none;
}
a:hover,a:active {
	color: #ee4422;
	text-decoration: underline;
}

/***************** base *****************/

#container {
	width:100%;
}

/***************** header *****************/

header{
	border-top: solid 1px #00a0e9;
}

header #section1:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

header #section1 {
	padding: 1.0em 0;
	position: relative;
}

header #section1 #section1_l {
	float: left;
	color: #00a0e9;
	font-size : 2.5em;
	font-weight: bold;
	margin-left: 2.5%;
	white-space: nowrap;
}

header #section1 #section1_l img {
	vertical-align: middle;
	margin-right: 0.5em;
}

header #section1 #section1_r {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 2.5% 0.25em 0;
}

header #section2 {
	background: #00a0e9;
	color: #ffffff;
	padding: 0.5em 0;
	width: 100%;
	margin-bottom: 0.5em;
}

header #section2 span{
	margin-left: 2.5%;
	font-weight: bold;
}

/***************** footer *****************/

footer {
	background: #00a0e9;
	color: #ffffff;
	padding: 0.5em 0;
	width: 100%;
}

footer div{
	margin-left: 2.5%;
}

/***************** module *****************/

.btn{
	margin: 0.5em 0;
	width: 274px;
	height: 45px;
	*zoom:1;
}

.btn.ta_c {
	margin: 0.5em auto;
	width: 274px;
}

.btn a {
	display: block;
	border-bottom: none;
	text-decoration: none !important;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	background: #00a0e9;
	line-height: 45px;
	color: #ffffff !important;
}

.btn a:hover {
	border-bottom: none;
	text-decoration: none !important;
	background: #a3e0fb;
	color: #00a0e9 !important;
}
.btn a:visited {
	border-bottom: none;
	text-decoration: none !important;
}

.btn span.link_bullet {
	background: url(/jp-common/2013/images/common/icon_link_3.png) no-repeat 0 center;
	padding-left: 1.1em;
}

.txt_link,
.txt_link_2,
.txt_link_pdf  {
	position: relative;
	display: block;
	left: 1.25em;
	font-size: 94%;
}

.txt_link:before {
	content: url(/jp-common/2015/images/utility/icon_link_arrow.png);
	position: absolute;
	left: -1.25em;
	top: 0.15em;
}

.txt_link_2:before {
	content: url(/jp-common/2015/images/utility/icon_link_blank.png);
	position: absolute;
	left: -1.25em;
	top: 0.15em;
}

.txt_link_pdf:before {
	content: url(/jp-common/2015/images/utility/icon_link_pdf.png);
	position: absolute;
	left: -1.25em;
	top: 0.2em;
}

.pdf-banner {
    border: 1px solid #CCCCCC;
    margin: 30px 0 30px 0;
    padding: 13px;
}

.pdf-banner dl {
    margin: 0;
    padding: 0;
}

.pdf-banner dl dt {
    height: 40px;
    margin: 0;
    padding: 0;
    width: 115px;
}

.pdf-banner dl dd {
    font-size: 75%;
    margin: -40px 0 0;
    padding: 0 0 0 120px;
}

/***************** headline *****************/

/* template 2016 */
#container #contents h1 {
	width: 950px;
	margin: 0 auto ;
	color: #0e0046;
	font-size: 225%;
	line-height: 1;
	padding: 20px 0 40px;
}

/***************** section *****************/

/* template 2016 */
#container #contents section.section_red,
#container #contents section.section_blue,
#container #contents section.section_yellow {
	width: 950px;
	margin: 0 auto ;
}

#container #contents section.section_red h2 {
	border-top: solid 2px #bf0000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	background: #fdd8d8;
	font-size: 175%;
	text-align: center;
	color: #bf0000;
}

#container #contents section.section_blue h2 {
	border-top: solid 2px #00a0e9;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	background: #ecf8fe;
	font-size: 175%;
	text-align: center;
	color: #00a0e9;
}

#container #contents section.section_yellow h2 {
	border-top: solid 2px #5e5711;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	background: #fef9c2;
	font-size: 175%;
	text-align: center;
	color: #5e5711;
}

#container #contents .section_blue h3,
#container #contents .section_red h3,
#container #contents .section_yellow h3 {
	font-size: 118%;
	margin-top: 20px;
}

#container #contents .section_blue h3 {
	color: #00a0e9;
}

#container #contents .section_red h3 {
	color: #bf0000;
}

#container #contents .section_yellow h3 {
	color: #5e5711;
}

#container #contents section.section_red .section_inner,
#container #contents section.section_blue .section_inner,
#container #contents section.section_yellow .section_inner {
	margin: 0 -500%;
	padding: 40px 500%;
}

#container #contents section.section_red .section_inner {
	background: #fdeeee;
}

#container #contents section.section_blue .section_inner {
	background: #ffffff;
}

#container #contents section.section_yellow .section_inner {
	background: #fffde3;
}

#container #contents section.section_free {
	width: 950px;
	margin: 0 auto 20px;
}

/***************** font size *****************/
.fs_12 {
	font-size: 75%;
}

.fs_13 {
	font-size: 82%;
}

.fs_14 {
	font-size: 88%;
}

.fs_15 {
	font-size: 94%;
}

.fs_16 {
	font-size: 100%;
}

.fs_17 {
	font-size: 107%;
}

.fs_18 {
	font-size: 113%;
}

.fs_19 {
	font-size: 119%;
}

.fs_20 {
	font-size: 125%;
}

.fs_22 {
	font-size: 138%;
}

.fs_23 {
	font-size: 144%;
}

.fs_24 {
	font-size: 150%;
}

.fs_25 {
	font-size: 157%;
}

.fs_26 {
	font-size: 163%;
}

/***************** font style *****************/

.fw_b {
	font-weight: bold;
}

.fc_r {
	color: #ff0000;
}

.fc_rr {
	color: #bf0000;
}

.fc_b {
	color:#00a0e9;
}

/***************** text *****************/

.ta_c {
	text-align: center !important;
}

.ta_l {
	text-align: left !important;
}

.ta_r {
	text-align: right !important;
}

/***************** margin *****************/

.mt_0 {
	margin-top: 0 !important;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.mt_1em {
	margin-top: 1.0em !important;
}

.mt_2em {
	margin-top: 2.0em !important;
}

.mt_3em {
	margin-top: 3.0em !important;
}

.mb_1em {
	margin-bottom: 1.0em !important;
}

.mb_2em {
	margin-bottom: 2.0em !important;
}

.mb_3em {
	margin-bottom: 3.0em !important;
}

.ml_0 {
	margin-left: 0 !important;
}

/***************** clearfix *****************/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}