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

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


html, body {
    width: 100%;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    word-break: break-all;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #555;
	font-size:14px;
}


#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:#F60;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#smcontent .cnum{
	font-size:18px;
	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:16px;
	color:#666;
	font-weight:bolder;
}

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



#smcontent  .text-c{
	text-align: center;
}



.heading-label {
    margin: 0;
    padding: 9px 20px 7px 20px;
    background: #f8f8f8;
    border: solid #e8e8e8;
    border-width: 1px 0;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.4;
}