@charset "UTF-8";
/* ----------------------------------------------
	This style definition is top page.
------------------------------------------------- */

/*                                         header
------------------------------------------------- */
#header h2 {
	float: left;
	margin: 0 0 0 45px;
}

#header h2 img{
	margin-top: 19px;
}



/*                                      contents
------------------------------------------------- */

#main { position:relative; width:850px; margin:0 auto;}


#main #msgBx input{
	position :absolute;
	bottom :12px;
	left :65px;
	font-size :14px;
	width :765px;
	border:none;
	color: #666666;
}

#container #leftBox {
	float: left;
}

#container #rightBox {
	float: right;
	width: 220px;
}

#container #rightBox .btn {
	margin: 0 0 5px 0;
}

#contents{
	margin:0 12px;
}

#secAria {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	text-align: center;
	padding-bottom: 10px;
}

#secAria p {
	width: 190px;
	margin: 8px auto 5px auto;
	text-align: left;	
}

#news {
	width: 580px;
	margin-top:10px;
}

#newsInner {
	border: 1px solid #CCCCCC;	
	overflow:auto;
	overflow-x:hidden;
	height:306px;
}

#news dl {
	clear:both;
	margin: 5px auto;
	padding: 5px 0 14px 0;
	width: 540px;
	background: url(../../img/news_dot.gif) 0 bottom repeat-x;		
    zoom: 100%;
}

#news dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#news h3{
	margin-top: 6px;
	font-weight: bold;
	color: #cb413f;
}
#news h4{
	margin: 10px 0;
	font-weight: bold;
	color: #cb413f;
	font-size:120%;
	border-left:5px solid #cb413f;
	border-bottom:1px dotted #cb413f;
	padding-left:5px;
	clear:both;
} 
 
#news dl dt{
	float: left;
	width:110px;
}

#news dl dt img{
	margin-left: 5px;
}

#news dl dd{
	float: right;
	width: 430px;
}

#news dl dd img.new{
	margin-left: 3px;
}

#news dl.noImg{
	clear: both;
	padding: 0 0 10px 0;
}

#news dl.noImg dd{
	width: 530px;
	margin-left: 10px;	

}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

20160324追加	

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.home .sp_accordion  dd {
    text-align: left;
    padding-left: 15px;
    margin-left: 0;
    float: none !important;
}

#news .sp_accordion {
	background: none;
	border-top:  2px dotted #B7B7B7;
    margin: 15px auto 0;
}

#news .sp_blog {
	background: none;
	border-bottom: 2px dotted #aaa;;
    margin: 5px auto 0;
}

table .bnone {
	border: none !important;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

20200817追加	

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.midashi{
	font-size: 24px !important;
	font-weight: bold!important;
	color: #00BFFF!important;
	text-indent: -2em!important;
	padding-left: 2em!important;
	margin: 10px 30px!important;
}