@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) {
	#main p.leadTxt{ padding:0px 0 20px; }
}





/* ==

　01. 

=============================================================================== */


#main .cont01{ margin-bottom:20px; padding-top:20px; border-top:1px dotted #ccc; zoom:1; clear:both; }
#main .cont02{ margin-bottom:30px; padding-top:20px; border-top:1px dotted #ccc; zoom:1; clear:both; }

#main .cont01 p em, #main .cont02 p em{ font-size:117%; line-height:1.8; color:#7f5b91; }

#main .cont02 .colBlock01{ margin-bottom:0; zoom:1; clear:both; }
#main .cont02 .colBlock01 .col1{ width:48.5%; margin-bottom:20px; padding-top:15px; border-top:1px dotted #dbdbdb; }
#main .cont02 .colBlock01 .col2{ width:48.5%; margin-bottom:20px; padding-top:15px; border-top:1px dotted #dbdbdb; }

#main .cont02 .colBlock01.cont02_1 .col1,
#main .cont02 .colBlock01.cont02_1 .col2{ padding-top:0px; border-top:none; }


#main .cont02 .colBlock01.cont02_1 .col2 .colTxt{ width:60.5%; float:left; }
#main .cont02 .colBlock01.cont02_1 .col2 .colImg{ width:33.5%; float:right; }

#main .cont02 .colBlock01.cont02_2 .col1 .colTxt{ width:59.5%; float:left; }
#main .cont02 .colBlock01.cont02_2 .col1 .colImg{ width:34.5%; /margin-bottom:20px; float:right; }

#main .cont02 .colBlock01.cont02_3 .col1 .colTxt{ width:67%; float:left; }
#main .cont02 .colBlock01.cont02_3 .col1 .colImg{ width:27%; text-align:center; float:right; }

#main .cont02 .colBlock01.cont02_3 .col2 .colTxt{ width:63.5%; float:left; }
#main .cont02 .colBlock01.cont02_3 .col2 .colImg{ width:30.5%; text-align:center; float:right; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 950px) {
	#main .cont02 .colBlock01.cont02_1 .col2 .colTxt{ width:57.5%; }
	#main .cont02 .colBlock01.cont02_1 .col2 .colImg{ width:36.5%; }
	
	#main .cont02 .colBlock01.cont02_2 .col1 .colTxt{ width:56.5%; }
	#main .cont02 .colBlock01.cont02_2 .col1 .colImg{ width:37.5%; }
}
@media only screen and (max-width: 700px) {
	#main .cont02 .colBlock01 .col1{ width:auto; float:none; }
	#main .cont02 .colBlock01 .col2{ width:auto; float:none; }

	#main .cont02 .colBlock01.cont02_1 .col2{ margin-bottom:20px; padding-top:15px; border-top:1px dotted #dbdbdb; }

	#main .cont02 .colBlock01.cont02_1 .col2 .colTxt{ width:67.5%; }
	#main .cont02 .colBlock01.cont02_1 .col2 .colImg{ width:26.5%; }
	
	#main .cont02 .colBlock01.cont02_2 .col1 .colTxt{ width:66.5%; }
	#main .cont02 .colBlock01.cont02_2 .col1 .colImg{ width:27.5%; }
}
@media only screen and (max-width: 600px) {

	#main .cont02 .colBlock01.cont02_1 .col2 .colTxt,
	#main .cont02 .colBlock01.cont02_2 .col1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .cont02 .colBlock01.cont02_1 .col2 .colImg,
	#main .cont02 .colBlock01.cont02_2 .col1 .colImg{ width:auto; text-align:center; float:none; }
	
}









#main .odorBlock{
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .odorBlock h3{ margin-bottom:10px; }

#main .odorBlock .col1{
	width:60%;
	float:left;
}
#main .odorBlock .col2{
	width:35.5%;
	float:right;
}

#main .odorBlock .col1 .colTxt{ width:60%; float:left; }
#main .odorBlock .col1 .colImg{ width:37%; text-align:center; float:right; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 700px) {
	#main .odorBlock .col1{ width:auto; margin-bottom:20px; float:none; }
	#main .odorBlock .col2{ width:auto; float:none; }
}
@media only screen and (max-width: 600px) {
	#main .odorBlock .col1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	#main .odorBlock .col1 .colImg{ width:auto; float:none; }
}


