@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------
box
-----------------------------------------------------------------*/
.item{
	width:95%;
	margin:0 auto 15px;
	font-size:17px;
	color:#333333;
}

#item01 h4{
	margin:5px 0 10px;
	width:100%;
}

#top_title1{
	width:100%;
	margin:0 auto 10px;
	text-align:center;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
#top_title2{
	width:100%;
	margin:0 auto 10px;
	text-align:center;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
#top_title3{
	width:100%;
	margin:0 auto 10px;
	text-align:center;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
#contact_title{
	width:100%;
	margin:0 auto 0px;
	text-align:center;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
.page_btn{
	width:60%;
	margin: 0 auto 15px;
	text-align:center;
}

.page_banner{
	margin: 10px auto 5px;
	width:85%;
	text-align:center;
}
.page_img{
	margin: 0 auto 0px;
	width:95%;
	text-align:center;
}

.map_img{
	margin: 0 auto 0px;
	width:95%;
	text-align:center;
}
.va_img{
	text-align:center;
}

.center{
	text-align:center;
}

.p_item01{
	width:100%;
	margin:0 auto 0.5em;
}
.p_item01 dt{
	background-color:#FFB544;
	padding:0.5em 0 0.5em 0.8em;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.p_item01 dd{
	padding:0.7em 1.0em 0.7em 1.0em;
	line-height:150%;
	font-size:16px;
	color:#333333;

}

.p_item02{
	width:100%;
	margin:0 auto 0.5em;
}
.p_item02 dt{
	background-color:#FF9900;
	padding:0.5em 0 0.5em 0.8em;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.p_item02 dd{
	padding:0.7em 1.0em 0.7em 1.0em;
	line-height:150%;
	font-size:12px;
	color:#333333;

}

.company_item01{
	width:100%;
	margin:0 auto 0.5em;
}
.company_item01 dt{
	background-color:#FFB544;
	padding:0.5em 0 0.5em 0.8em;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.company_item01 dd{
	padding:0.7em 1.0em 0.7em 1.0em;
	line-height:150%;
	color:#333333;
	font-size:16px;
	border-bottom:dotted #666666 1px !important;

}

/*-----------------------------------------------------------------
トピックス
-----------------------------------------------------------------*/
#topics{
	width:95%;
	margin:0 auto 0px;
}
#topics h4{
	margin:5px 0 5px;
	width:100%;
}
#topics_main{
	width:95%;
	height:100%;
	margin:0 auto 0px;
    overflow:hidden
}
#topics_main iframe{
	width:95%;
}


