@charset "utf-8";

/*----------------------------------------
    #header
----------------------------------------*/
.header_content.new_style {
    background: url(../img/pain/bg-header_pain.jpg) no-repeat center 0;
    width: 100%;
    background-size: 100% 289px;
    height: 289px;
}
.title_content {
    width: 288px;
    margin: 0 auto;
    padding-top: 90px;
    padding-left: 309px;
}
#header .header_section {
    float: right;
    width: 450px;
}
#header .header_section ul{
	margin-bottom: 15px;
}
#header .header_content{
	width:450px;
	text-align: right;
	margin-bottom:0;
}
#header .title_pain{
	float:right;
}

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

#content .main_area{
	width:945px;
	margin: 0 auto;
}
h3 {
	height: 40px;
}
#content .main_area:after,
#content .content_box:after{
	content:"."; visibility:hidden; display:block; height:0; clear:both;
}
/*
    .artical
----------------------------------------*/
#content .artical{
	width:690px;
	float: left;
}
#content p.news_date{
	width:690px;
	margin-bottom: 17px;
	font-size: 11px;
}
.content_box{
	width:690px;
	margin-bottom: 75px;
	line-height: 1.6;
}
#content .image {
	float:right;
	margin:0.1em 0 10px 15px;
	width: 250px;
}
#content .content_top{
	padding-top: 10px;
}
#content .content_top p{
	margin-bottom: 30px;
}
#content .content_top p.text_explain{
	color: #0070C0;
	font-weight: bold;
	font-size: 114%;
}
#content .content_top dl{
	margin-bottom: 30px;
}
#content .content_top dl dt{
	font-weight: bold;
	font-size: 114%;
}
#content .content_top dl dd{
	margin-bottom: 15px;
}
/*
    .aside
----------------------------------------*/
#content .aside{
	width:205px;
	float: right;
}
#content .aside a {
	text-decoration: underline;
	color: #003DA5;
}
#content .aside a:hover {
	text-decoration: none;
}
.aside .title_side {
    width: 205px;
    background: url(/wp-content/uploads/bg-title_aside.jpg) no-repeat left 8px;
    text-align: center;
    height: 23px;
    font-weight: bold;
    color: #003DA5;
    font-size: 15px;
    padding-top: 7px;
    margin-bottom: 10px;
    padding-bottom: 37px;
}
.aside ul{
	width:200px;
	padding: 5px 0 0 5px;
	font-size: 12px;
}
.aside ul:after{
	content:"."; visibility:hidden; display:block; height:0; clear:both;
}
.aside ul li {
	margin-bottom: 12px;
}
.aside ul li a{
	background:url(/wp-content/uploads/ico-aside_list-1.gif) no-repeat left 4px;
	padding-left: 12px;
}
.aside table {
	margin-bottom: 35px;
	border-collapse: collapse;
	width: 100%;
}
.aside .caption {
	text-align: center;
	font-size: 11px;
	padding: 0 0 5px 0;
}
.aside .caption span {
	padding: 0 15px;
	font-size: 12px;
}
.aside table th {
	font-size: 10px;
	background: #6793DE;
	padding: 0;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	border-right: 1px solid #ffffff;
}
.aside table td {
	font-size: 12px;
	padding: 3px 0;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #ffffff;
	position: relative;
}
.aside table td.td_background {
	background: #D9E2F2;
}

.font_gray {
	color: #CCCCCC;
}
.font_blue {
	font-weight: bold;
	color: #003DA5;
}
.bnr-aside{
	margin-top:8px;
}




/*
    .accordion
----------------------------------------*/

.accordion {
	margin-top:15px;
}
.accordion .detail{
	display:none;
}
.accordion .detailOpen {
	display:block;
}
.accordion h4 {
    background: url(/wp-content/uploads/accordion_icon02.gif) no-repeat 5px 8px;
    padding: 2px 5px 2px 23px;
    font-weight: bold;
    cursor: pointer;
    font-size: 112%;
}
.accordion h4.open{
	background:url(/wp-content/uploads/accordion_icon01.gif) no-repeat 5px 0.5em;/*開いているときのタイトル背景画像*/
}