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

#conform{
	position:relative;
	height:60px;
	float:right;
	padding-top:15px;
}

#conform ul{	
	margin-right:10px;
}

#conform ul:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

#conform ul li{
	float:left;
}

#conform ul li:first-child{
	margin-right:5px;
}

#conform ul li + li:hover{
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}

section form#mailformpro{
	position:relative;
	padding:20px 10px;
	background:#FFF;

	-webkit-border-radius:20px;
	-moz-border-radius:20x;
	-o-border-radius:10px;
	-ms-border-radius:20px;
	border-radius:20px;
	behavior:url(/htc/PIE.htc);		
}

section #contents .must {
	position: relative;
	background-color: #e25f63;
	box-shadow: none;
	width: 50px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	text-shadow: 1px 1px 0 #b04a4d;
	behavior: url(/htc/ie-css3.htc);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/htc/PIE.htc);
}



/**/


section #contents{
	width:100%;
	height:auto;
	background-position: top right;
	/*background-image:url(../img/main_visual1.jpg);*/
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:hidden;
}

section #contents #contents_inner{
	width:100%;
	height:auto;
	margin:10px auto 40px;
	background:#FFFFFF;

	-webkit-border-radius:20px;
	-moz-border-radius:20x;
	-o-border-radius:10px;
	-ms-border-radius:20px;
	border-radius:20px;
	behavior:url(/htc/PIE.htc);	
}
