@charset "utf-8";

/*コンテンツ全体*/

#article{
	clear:both;
	margin-bottom:5em;
	}

#article h2{
	
	line-height:35px;
	margin-bottom:50px;
	background:#000000;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px;
	vertical-align:middle;
	font-family: 'Arimo',Arial, sans-serif;
	}

#article h2 span{
	font-size:0.7em;
	position:relative;
	top:-5px;
	}

	
/*UNDER CONSTRUCTION　画像*/	

#article .section01 { background:#eee;}
#article .section01 h3{ font-size:20px; font-weight:bold; background:#ccc; padding:15px 20px; display:inline-block;}
#article .section01 span{ display:inline-block; font-size:18px; padding:15px 20px;}
	
#article .section02 {background:#def; padding:30px; margin-top:30px; text-align:center;}
#article .section02 h3{font-size:20px; font-weight:bold; margin-bottom:20px;}
#article .section02 li{ margin: 10px 0;}
#article .section02 li span{float:left; display:inline-block; width:160px;}
#article .section02 li span b{ color:#f00; margin:0 0 0 10px;}
#article .section02 li input{width:400px!important;}
#article .section02 li textarea{width:650px!important; height:100px!important;}
#article .section02 p{ text-align:center; margin:20px 0 10px;}

#article .section02 #confirm input{background:#900; color:#fff; font-size:18px; padding:20px 40px; border-left:none; border-top:none; border-right:none; border-bottom:#600 solid 4px; border-radius:10px; width:auto!important; height:auto!important; text-align:center;}
#article .section02 #confirm input:hover{background:#c00; border-bottom:#900 solid 2px; border-radius:10px; margin-top:2px;}