@charset "utf-8";
/*===================================================

	トップページ専用

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*----------------------------------------------------
----------------------------------------------------*/
#contents {
	float: left;
	width: 900px;
	margin:10px 0px 0px 0px;
}
#left_contain {
    width:660px;
	float: left;
}
#right_contain {
    width: 240px;
	float: right;
}
#news_contain {
    width:390px;
	float: left;
}

#service_news{
	float: left;
    margin: 15px 0 0 0;
	width: 650px;
}
#service{
    float:left;
	width:290px;
}
.service_main{
    float:left;
	font-weight:bold;
	font-size:12px;
	width:250px;
	_width:290px;
	padding: 0 20px 0 20px;
	background-image: url(../img/service_bg.gif);
}
.service_main a{
    color:#0b5ad3;
}

#news{
    float:right;
	width:350px;
}
.news_main{
    float:left;
	font-size:12px;
	width:340px;
	_width:350px;
	line-height:14px;
	padding: 0 0px 0 10px;
}
.news_main strong{
    color:#0b5ad3;
}


#hikosi_new{
    margin: 15px 0 0 0;
	width: 650px;
}
#hikosi{
    float:left;
	font-size:12px;
	width:650px;
	_width:650px;
	padding: 0 0 0 0px;
}
.hikosi_main{
    float:left;
	font-size:12px;
	width:610px;
	_width:650px;
	padding: 0 20px 0 20px;
	background-image: url(../img/hikosi_bg.gif);
}




/*----------------------------------------------------
	サブメニュー
----------------------------------------------------*/
#sub_menu {
	background: url(../img/index_sub1.gif);
	height: 183px;
	width: 240px;
	margin:10px 0 10px 0;
}
#sub_menu li {
	float: left;
	width: 240px;
	height: 61px;
}
#sub_menu li a {
	width: 240px;
	height: 61px;
	text-indent: -9999px;
	display: block;
}
#sub_menu .sub_menu_1 a:hover,#sub_menu .sub_menu_1 a.select { background: url(../img/index_sub2.gif) 0px -0px; }
#sub_menu .sub_menu_2 a:hover,#sub_menu .sub_menu_2 a.select { background: url(../img/index_sub2.gif) 0px -61px; }
#sub_menu .sub_menu_3 a:hover,#sub_menu .sub_menu_3 a.select { background: url(../img/index_sub2.gif) 0px -122px; }

/*----------------------------------------------------
	右キャンペーンなど
----------------------------------------------------*/
.spe {
    margin: 10px 0 0 0;
	background: url(../img/spe_title.gif);
	padding: 10px 0 0 20px;
	height: 32px;
	_height: 42px;
}
.spe_main {
    margin: 0 0 0 0;
	background: url(../img/spe_bg.gif);
	padding: 5px 10px 5px 10px;
	font-size:12px;
	line-height:14px;
}
.spe_main a{
    color:#333333;
}
.spe_main a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.spe_foot {
    margin: 0 0 0 0;
	height:8px;
	font-size:0px;
	background: url(../img/spe_foot.gif);
}

/*----------------------------------------------------
	右みつもり
----------------------------------------------------*/

#mitumori{
    width:220px;
    _width:240px;
	height:70px;
	_height:80px;
	font-size:12px;
	line-height:14px;
	color:#666666;
	background-image: url(../img/mitumori_bg.jpg);
	padding: 10px 0px 0px 20px;
}
#mitumori p{
    color:#003399;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	line-height:16px;
	letter-spacing: 1px;
}
#mitumori strong{
    color:#003399;
	font-size:14px;
	letter-spacing: 0px;
	font-weight: normal;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
.news_list {
	float: left;
	width: 380px;
	margin: 5px 0px 0px 0px;
	font-size:14px;
	background-repeat: repeat;
}
.news_list li {
	float: left;
	height:33px;
	_height:43px;
	width: 380px;
	padding-top:8px;
	padding-left: 10px;
	background-image: url(../img/index/news_list_bg.jpg);
}
.news_list li a{
	color:#44c688;

}
.news_list .day {
	width: 135px;
	font-size:12px;
	
}
.news_list img {
	margin:0px 5px 0px 0px;
	padding:0;
	vertical-align:middle;
}
.news_list .list_title {
	margin: -25px 0px 0px 130px;
}

/*----------------------------------------------------
	右部分
----------------------------------------------------*/
.top_comment {
	margin:0px;
	width:500px;
	_width:520px;
	line-height: 22px;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/index/comment_bg.jpg);
	letter-spacing: 2px;
}
.comment_tel{
	margin:-15px 0px 0px 260px;
}
.foot_comment {
	margin:0px;
	width:520px;
	height:25px;
	background-image: url(../img/index/comment_foot.jpg);
}
.mobile {
	margin:-110px 0px 0px 322px;
	width:188px;
	height:49px;
	_width:198px;
	_height:84px;
	padding-top:35px;
	padding-left:10px;
	font-size:12px;
	line-height:14px;
	background-image: url(../img/index/mobile.jpg);
}
.table_1 table{
	font-weight:bold;
	font-size:12px;
	color: #996600;
}
.table_1 .title{
	font-weight:normal;
}
.table_1 .holi{
	color: #FF3399;
}

/*----------------------------------------------------
	#footer	
----------------------------------------------------*/
#footer {
	display: flex;
	justify-content: space-between;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
   margin: 15px auto 0 auto ;
   max-width:870px;
   width: 100%;
	background: #f0f0f0;
}
#footer_left {
   padding:2%;
   width:46%;
	background: #ffffff;
}
#footer_right {
	
   font-size:12px;
   line-height:16px;
   padding:2%;
   width:46%;
   color:#ffffff;
	background: #bfbfbf;
}
#footer_right h3{
   font-size:14px;
   margin:8px 0 0 0;
   font-weight:bold;
}
#footer_left .area {
   color:#0b5ad2;
   font-size:10px;
   line-height:14px;
}
#copyright {
    float:left;
	font-size:12px;
	color:#666666;
	max-width:900px;
	width: 100%;
	margin-top:10px;
	text-align:center;
}
.size img{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
