@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div h2{ margin:0 0 12px; padding:0; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:30px 0 40px; text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt{ padding:0px 0 20px; }
}



/* ==

　01. 

=============================================================================== */
#main .imgsBlock{
	padding:0 0 40px;
	zoom:1;
	clear:both;
}
#main .imgsBlock .col1{
	width:43%;
	text-align:center;
	float:right;
}
#main .imgsBlock .col2{
	width:54%;
	float:left;
}

#main .imgsBlock .col2 li{ width:45%; /width:44.75%; float:left; }

#main .imgsBlock .col2 .img01{ margin-right:10%; }
#main .imgsBlock .col2 .img02{ margin-bottom:25px; }









#main p.notes{ margin-left:1em; text-indent:-1em; font-size:100%; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 920px) {
}
@media only screen and (max-width: 730px) {
	#main .imgsBlock .col1{
		width:auto;
		margin-bottom:30px;
		float:none;
	}
	#main .imgsBlock .col2{
		width:auto;
		float:none;
	}
	
}
@media only screen and (max-width: 600px) {

}



/* ==

　02. 

=============================================================================== */
#main .howtoBlock{
	margin:40px 0 30px ;
	zoom:1;
	clear:both;
}

#main .howtoBlock h2{ padding:15px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
#main .howtoBlock h3{ margin:0 0 5px; }
#main .howtoBlock h4{ margin:0; font-size:124%; color:#63b62e; }


#main .howtoBlock .col1{ width:48%; float:left; }
#main .howtoBlock .col2{ width:48%; float:right; }

#main .howtoBlock .col1 .col1_1, #main .howtoBlock .col2 .col2_1{ margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; zoom:1; clear:both; }

#main .howtoBlock .col2 .col2_1 .colTxt{ width:60.5%; float:left; }
#main .howtoBlock .col2 .col2_1 .colImg{ width:36.5%; text-align:right; float:right; }




#main .mildewBlock{
	padding-top:30px;
	border-top:1px dotted #999;
	zoom:1;
	clear:both;
}

#main .mildewBlock h3{ margin-bottom:10px; }

#main .mildewBlock dl{ width:66%; font-size:125%; float:left; }
#main .mildewBlock dt{ margin-bottom:5px; font-weight:bold; }
#main .mildewBlock dd li{
	margin:0 0 10px 1.75em;
	text-indent:-1.75em;
	line-height:1.3;
}
#main .mildewBlock p.img{ width:30%; padding-top:10px; text-align:right; float:right; }





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 950px) {
	#main .howtoBlock .col2 .col2_1 .colTxt{ width:57%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:40%; }


	#main .mildewBlock dl{ width:60%; }
	#main .mildewBlock p.img{ width:36%; }


}
@media only screen and (max-width: 800px) {
	#main .howtoBlock .col1{ width:auto; float:none; }
	#main .howtoBlock .col2{ width:auto; float:none; }
	#main .howtoBlock .col1 .col1_2{ margin:0 0 30px; padding:0 0 30px; border-bottom:1px dotted #ccc; clear:both; }

	#main .howtoBlock .col2 .col2_1 .colTxt{ width:72%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:25%; }

	#main .mildewBlock dl{ width:55%; }
	#main .mildewBlock p.img{ width:41%; }

}
@media only screen and (max-width: 730px) {
	#main .mildewBlock dl{ width:auto; float:none; }
	#main .mildewBlock p.img{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .howtoBlock .col2 .col2_1 .colTxt{ width:60%; }
	#main .howtoBlock .col2 .col2_1 .colImg{ width:37%; }
}





/* ==

　02. 

=============================================================================== */
#main .reconsiderBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .reconsiderBlock h3{ margin-bottom:15px; }
#main .reconsiderBlock em span{ color:#004da1; }


#main .reconsiderBlock div.col1{ width:31%; margin-right:4%; float:left; }
#main .reconsiderBlock div.col2{ width:30.5%; margin-right:4%; float:left; }
#main .reconsiderBlock div.col3{ width:30.5%; float:left; }
#main .reconsiderBlock div div{ width:auto; float:none; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
	#main .reconsiderBlock div.col1{ width:47%; margin-right:0; margin-bottom:15px; float:left; }
	#main .reconsiderBlock div.col2{ width:47%; margin-right:0; margin-bottom:15px; float:right; }
	#main .reconsiderBlock div.col3{ width:47%; margin-bottom:0; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .reconsiderBlock div.col1{ width:auto; float:none; }
	#main .reconsiderBlock div.col2{ width:auto; float:none; }
	#main .reconsiderBlock div.col3{ width:auto; }
}


