/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {




}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {


	
}



/************************************************************************************
smaller than 670
*************************************************************************************/
@media screen and (max-width: 670px) {



/* disable webkit text size adjust (for iPhone) */

html {-webkit-text-size-adjust: none;}


body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size:65%;
	line-height:180%;}





/*#wrap{ border:5px solid #F00;}*/


/*基本パーツ：ヘッダ関連
----------------------------------------------------*/

#wrap{}

/*基本ボックス
----------------------------------------------------*/
.cons{ width: 100%; margin: 0 auto;}

img{ width:100%; height:auto;}




#wrap { 
	margin: 0 auto;
	background:#FFF;
	width:90%;
	padding-top:30px;}


h3{ font-size:20px;}

table{
	font-size:12px;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	margin-top:20px;}
	

table th{
	width:100px;
	text-align:left;
	padding:10px 0;
	font-weight:normal;
	vertical-align:top;}

table td{ padding:10px 0;}

table tr{
	border-bottom:1px solid #CCC;}



#kaigyo #wrap{ width:90%; padding-bottom:20px;}

#kaigyo #honbun{ font-size:12px; line-height:220%; margin-bottom:30px;}

#kaigyo h3{ font-size:17px; color:#00a4f2; text-align:center; border-bottom:3px solid #00a4f2; padding-bottom:20px; margin-bottom:20px;}





























}



