/* ヘッダー */

#h_title{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* コンテンツパート部分の基本レイアウト */

#c_title {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #969727;
	color:#000000;
}
#c_title_main{
	font-size: 20px;
	font-weight:800;
 	padding-left: 10px;
	text-align:left;
}
#c_title_read{
	font-size: 12px;
 	padding-left: 10px;
	text-align:left;
}

#c_contents{
color:#000000;

}

#c_contents .subtitle{
	text-align:center;
	font-size:16px;
	color:#000000;
}


#c_fooder{
	color:#000000;
	padding: 5px;
	border: 1px solid #999999;
	float:none;
}

#c_fooder #text{
	width:270px;
	float:left;
	text-align:center;
}
#c_fooder #text .sen{
	font-size:14px;
}
#c_fooder #text .tel{
	font-size:24px;
	font-weight: bolder;	
}


#c_fooder #link{
	width:500px;
	float:left;
}



/* その他 */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/* Hides from IE-Mac |*/
* html.clearfix{display:block;}
.clearfix{display:block;}
/* End hide from IE-Mac */
