@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
html,body,h1,h2,h3{margin:0;}


#smcontent{
/*width:480px;*/
line-height:0;;

}



#smcontent img,
#smcontent p,
#smcontent h2{
margin:0 !important;
padding:0 !important;
}

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


#smcontent .half{
	width:50%;
	float:left;
}

#smcontent .numbox{
	background-color: #765C46;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px; 
	margin-bottom:20px;
}

#smcontent .cnum{
	font-size:22px;
	color:#FFFFFF;
	font-weight:bolder;
}
	
#smcontent .numbox2{
	background-color:#FC9;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#smcontent .cnum2{
	font-size:22px;
	color:#666;
	font-weight:bolder;
}

#smcontent .totop{
	text-align:center;
	font-size:13px;
	line-height:3;
	margin:10px;}
	
#smcontent  .foot{
	margin-top:10px;
}