﻿#maindesign{
	width:860px;
	margin:0 auto;
	text-align:left;
}

div#main #maindesign p{
	line-height:1.4;
	font-size:1.0em;
	margin-bottom:3px !important;
}

#maindesign .alpha a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#maindesign a:hover span{
	color:#3399FF !important;
}


.mt5{ margin-top:5px !important}
.mt10{ margin-top:10px !important}

.mb5{ margin-bottom:5px !important}
.mb10{ margin-bottom:10px !important}

.pt5{ padding-top:5px !important}
.pt10{ padding-top:10px !important}

.pb5{ padding-bottom:5px !important}
.pb10{ padding-bottom:10px !important}



/*--------------------------------------
　タイトル
--------------------------------------*/
#maindesign #page_ttl{
	margin-bottom:5px;
	margin-top:0;
	padding:0;
}

/*--------------------------------------
　4つのあんしん枠
--------------------------------------*/
#maindesign #four_safties{
	display: block;
	margin:10px 0;
	padding:5px 10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	line-height:1.4;
	border:solid 2px #f00;
}

#maindesign #four_safties img{
	margin:0 auto 5px;
}

/*--------------------------------------
　見出し
--------------------------------------*/
#maindesign p.heading{
	font-size:1.6em !important;
	font-weight:bold !important;
}

/*--------------------------------------
　商品アイコン
--------------------------------------*/
#maindesign ul#products_icon{
	overflow:hidden;
	list-style:none;
	width:100%;
}

#maindesign ul#products_icon li{
	float:left;
	width:25%;
	height:auto;
	margin-bottom:5px;
	text-align:center;
}

#maindesign ul#products_icon li img{
	width:100%;
	margin-bottom:3px;
}

/*--------------------------------------
　注意書き
--------------------------------------*/
#maindesign div.note_caution{
	border:solid 1px #000;
	text-align:left;
	margin-bottom:10px;
	padding:8px;
}

/*--------------------------------------
　お問い合わせ
--------------------------------------*/
#maindesign p.contact{
	font-size:1.5em !important;
	line-height:1.4em;
	font-weight:bold;
	color:#fff;
	border:solid 1px #000;
	text-align:center;
	padding:5px 0;
	background:#008EBE;
}



#maindesign .note{
	margin-left:19%;
	text-align:left;
}

#maindesign .indent-1{
	text-indent:-1.0em;
	padding-left:1.0em;
}

#maindesign .indent-2{
	text-indent:-2.0em;
	padding-left:2.0em;
}

#maindesign .indent-3{
	text-indent:-3.3em;
	padding-left:3.3em;
}

#maindesign .clear{
	clear:both;
}


.maindesign{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .headingMiddle{
	position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.5em!important;
    font-weight: bold;
    margin: 60px 0 30px 0!important;
    text-align: left;
}
.maindesign .headingMiddle::after{
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}
.maindesign .hosho-table{
	/*table-layout: fixed;*/
	width: 100%;
}
.maindesign .hosho-table th,
.maindesign .hosho-table td{
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.3;
}

.maindesign .hosho-table tr:nth-child(odd) td{
	background-color: #eee;
}
.maindesign .hosho-table th{
	background-color: #FFF2CC;
	width: 200px;
}
.maindesign .hosho-table.five-year th{
	background-color: #FCE4D6;
}

.maindesign .hosho-table .hosho-table--head th,
.maindesign .hosho-table.five-year .hosho-table--head th{
	text-align: center;
	background-color: #bdd7ee;
}
.maindesign .hosho-table tr td.extended{
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	width: 200px;
}






