/* 見出し・白色 */
.service_midashi{
	margin:0 0 15px 0px;
    border-color:#696969;
    border-style:dashed;
    border-width: 0 0 1px;
}
.service_midashi h4{
    background:url(../img/mark/shikaku_blue_yellow.gif) no-repeat center left;

    clear:both;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight:bold;
	margin:0 0 0px 5px;
	padding:2px 5px 0 20px;
}


/* 表テーブル */

table {   
    font-size:12px;
    border: 1px #385492 solid;
    border-collapse: collapse;
    border-spacing:0;
    margin: 0px 0px 20px 10px;
	width:98%;

}

table th {
    background: #385492 url(../img/table/blue_gra.gif) repeat-x top left;
    border: #385492 solid;
    border-width: 0 0 1px 1px;
    color:#ffffff;
    font-weight: bold;
    line-height: 120%;
    text-align:center;
    padding: 7px 5px 5px 5px;
}
table td {
    border: 1px #385492 solid;
    border-width: 0 0 1px 1px;
    padding: 7px 5px 5px 5px;
    text-align:center;
	
}

table th.plan { white-space:nowrap; 
    width:230px;
}
table th.price {    width:150px;

}

table th.nowrap,table td.nowrap {
    white-space:nowrap;    padding: 7px 10px 5px 10px;
}


/* 解説用リスト */

ul.service_list{
margin:0px 0px 20px 7px;
padding:0px 5px 0px 0px ;}

ul.service_list li{
    background:url(../img/mark/maru_blue_yellow_list_mini.gif) no-repeat top left;
	margin:3px 0px 3px 0px;
	padding:0px 5px 0px 18px;
	font-size:1.3em;
	line-height:1.5;
	text-align:left;	
}







