@charset "utf-8";

/*共通------------------------------------------*/

#p_box{
	background: url('../img/bg_cont.gif') repeat-x left top;
	padding: 10px;
	width: 740px;
	padding: 10px;
	box-sizing: border-box;
}


.p_cont h1,.p_cont h2,.p_cont h3,.p_cont h4,
.p_cont table,.p_cont ul,.p_cont ol,.p_cont dl,
.p_cont p{
	margin-bottom: 15px;
}

.s_cont{
	padding: 10px;
	margin-bottom: 10px;
}

.s_cont ol li{
	list-style-type:decimal;
	margin-left:40px;
	margin-bottom:10px;
}


ul.img2 li,ul.img3 li,ul.img4 li{
	float: left;
	margin: auto!important;
	background: none!important;
	padding: 0!important;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
}

ul.img2 li{
	width: 49%;
}

ul.img3 li{
	width: 33%;
}

ul.img4 li{
	width: 25%;
}

.fa-chevron-right::before {
	color: #2c7b9f;
}



ul.bt3 li{
	background: none!important;
	float: left;
	list-style: outside none none;
	padding: 0 5px !important;
	margin: 0 0 10px !important;
	width: 25%!important;
	box-sizing: border-box;
}

ul.bt3 li a{
	border: solid 1px #379cc7;
	display: block;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box; 
	text-decoration: none!important;
}

ul.bt3 li a:hover{
	background-color: #b8e1f4!important;
}	

.free dt{
	float: left;
	margin-right: 15px;
}

.free2 dt{
	float: right;
	margin-left: 15px;
}

.free dd,free2,dd{
	overflow: hidden;
	_zoom: 1;
}

.notice{
	color: red;
}

.txt_ali{
	text-align: right;
}

.p_cont a{
	color:#096f9e;
	text-decoration: underline;
}

.p_cont a:hover{
	text-decoration: none;
}

/*見出し-----------------------------------------------------------*/

.p_cont h1{
	padding: 20px 20px 20px 60px;
	background: url('../img/ttl_icon.png') no-repeat 20px center #379cc7;
	color: white;
	font-size: 142.6%;
	font-weight: normal;
}

.p_cont h2{
	background: url('../img/h3.gif') no-repeat 13px center;
	padding: 15px 15px 15px 30px;
	font-weight: normal;
	border: 1px solid #dedede;
	font-size: 128.6%;
}

.p_cont h3{
	background: url('../img/h3_icon.gif') no-repeat left center;
    font-weight: normal;
    padding: 15px 15px 15px 25px;
	font-size: 121.4%;
}

.p_cont h4{
	font-size: 114.3%;
	padding: 5px 0;
	border-bottom: 1px dotted #dedede;
	font-weight: normal;
}

.p_cont h4:before{
	color: #c1c1c1;
	content: "\f105";
    font-family: FontAwesome;
    font-size: 100%;
    margin-right: 5px;
    padding: 0 5px;
}

/*table------------------------------------------*/
.p_cont table{
	width: 100%;
	border: 1px solid #367070;
}

.p_cont table th{
	background: #54a9a9;
	color: #ffffff;
	width:20%;
	padding: 10px 15px;
	border-bottom: 1px dotted #367070;
	border-right:1px dotted #367070;
}




.p_cont table td{
	padding: 10px 15px;
	border-bottom: 1px dotted #367070;
}


.p_cont table tr:last-child th,.p_cont table tr:last-child td{
	border-bottom: none!important;
	border-right: none!important;
}

.p_cont table td.mark{
	background: url("../img/line.png") no-repeat center;
	padding:0;

}




/*table compact------------------------------------------*/


.p_cont table.compact th{
	padding: 5px 8px;
	width:10%;
}


.p_cont table.compact td{
	padding: 5px 10px;
	border-left:1px dotted #367070;
	text-align: right;
}


/*リスト*/
.p_cont ul>li,.info_box ul>li{
	padding-left: 15px;
	background: url('../img/icon.gif') no-repeat left 8px;
	margin:0 0 10px 10px;
	overflow: hidden;
}

.staff_box ul li{
	text-align: left;

}

.half_box li{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 5px!important;
	margin: 0!important;
	background: none!important;
}

.half_box li span{
	background: url('../img/icon.gif') no-repeat left 8px;
	padding-left: 15px;
}

.half_box li p{
	padding-left: 15px;
}


/*スタッフ紹介画像*/

.staff_box dt img{
	width: 200px;
}


.staff_box dt img{
	text-align: center;
	max-width: 100%;
	height:auto;
}

.staff_box{
	border: solid 1px #cdcccc;
	padding: 10px;
	margin:10px;
}


/*お問い合わせフォーム*/

.tx_ac{
	text-align: center;
}

.btn input{
	background-color: #54a9a9;
	border:medium none;
    margin:0 auto;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    width:200px;
    cursor: pointer; 
}

.btn input:hover{
	background-color: #79c7c7;
	border:medium none;
    margin:0 auto;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
    width:200px; 
    cursor: pointer; 
}



/*---matome indent---*/

.matome p{
	padding-left: 40px;
}







