@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div h2{ margin:0 0 8px; padding:0; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:40px 0 30px; text-align:center; }

#main p.alignR.mt40.note{ /padding-top:40px; clear:both; }



/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
}





/* ==

　01. 

=============================================================================== */

#main p.mainimg{ width:48%; float:right; }

#main .cont01{ width:48%; margin:0 0 20px; float:left; }
#main .cont02{ width:48%; margin:0 0 20px; padding:20px 0 0; border-top:1px dotted #ccc; float:left; }

#main .cont02 .colTxt{ width:57%; float:left; }
#main .cont02 .colImg{ width:40%; float:right; }




#main .cont03{ margin:0 0 20px; padding:20px 0 0; border-top:1px dotted #ccc; zoom:1; clear:both; }
#main .cont04{ margin:0 0 20px; padding:20px 0 0; border-top:1px dotted #ccc; zoom:1; clear:both; }
#main .cont05{ margin:0 0 20px; padding:20px 0 0; border-top:1px dotted #ccc; zoom:1; clear:both; }

#main .cont04 .colTxt{ width:55%; float:left; }
#main .cont04 .colImg{ width:42%; float:right; }

#main .cont05 .colTxt{ width:55%; float:left; }
#main .cont05 .colImg{ width:42%; float:right; }

#main .cont05 .howto{ padding-top:20px; zoom:1; clear:both; }
#main .cont05 .howto ol{ margin:5px 0 20px; }
#main .cont05 .howto li{
	margin:0 0 0 30px;
	padding:5px 0;
	text-indent:-30px;
	font-size:110%;
}
#main .cont05 .howto li img{ margin-right:5px; }


#main .otherBlock{
	padding:20px;
	border:1px dotted #803b3f;
	zoom:1;
	clear:both;
}

#main .otherBlock .col1{
	width:47%;
	float:left;
}
#main .otherBlock .col2{
	width:47%;
	float:right;
}

#main .otherBlock .col1 .colTxt{ width:60%; float:left; }
#main .otherBlock .col1 .colImg{ width:37%; float:right; }

#main .otherBlock .col2 .colTxt{ width:60%; float:left; }
#main .otherBlock .col2 .colImg{ width:37%; float:right; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 820px) {

	#main p.mainimg{ width:auto; margin-bottom:30px; text-align:center; float:none; }
	
	#main .cont01{ width:auto; padding:20px 0 0; border-top:1px dotted #ccc; float:none; }
	#main .cont02{ width:auto; float:none; }
	
	#main .cont02 .colTxt{ width:70%; }
	#main .cont02 .colImg{ width:27%; text-align:center; }

	#main .cont04 .colTxt{ width:42%; }
	#main .cont04 .colImg{ width:55%; text-align:center; }
	
	#main .cont05 .colTxt{ width:45%; }
	#main .cont05 .colImg{ width:52%; text-align:center; }
}

@media only screen and (max-width: 680px) {
	#main .otherBlock .col1{ width:auto; margin-bottom:15px; float:none; clear:both; }
	#main .otherBlock .col2{ width:auto; float:none; clear:both; }

	#main .otherBlock .col1 .colTxt{ width:70%; }
	#main .otherBlock .col1 .colImg{ width:27%; text-align:center; }
	
	#main .otherBlock .col2 .colTxt{ width:70%; }
	#main .otherBlock .col2 .colImg{ width:27%; text-align:center; }

}

@media only screen and (max-width: 660px) {
	#main .cont02 .colTxt{ width:60%; }
	#main .cont02 .colImg{ width:37%; }

	#main .cont04 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .cont04 .colImg{ width:auto; float:none; }
	
	#main .cont05 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .cont05 .colImg{ width:auto; float:none; }
}

@media only screen and (max-width: 480px) {
	#main .cont02 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .cont02 .colImg{ width:auto; float:none; }

	#main .otherBlock .col1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .otherBlock .col1 .colImg{ width:auto; float:none; }
	
	#main .otherBlock .col2 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .otherBlock .col2 .colImg{ width:auto; float:none; }


}