@charset "utf-8";
/* CSS Document */
html,body,div,header,section,footer,dl,dt,dd,ul,li,img,h1,h2,h3,nav,p{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	font-size:15px;
	line-height:1.3em;
	font-family:"MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
header,section,footer,nav{
	display:block;
}
body{
	text-align:center;
	background:#f7f7f7;
}

/* タイトル */
h1,h2,h3{
	clear:both;
}
h2{margin:10px 4px;}
h3{	background:url(../../../common/images/ico_square01.gif) no-repeat 0% 50%;
	padding-left:15px;
	margin:1.5em 0px 0.5em 0px;
	color:#0f1e61;
}

section{clear:both;}
ul,li{list-style:none;
}
body div#wrapper{
	margin:5px auto 0px auto;
}
section.contents{
	border:1px solid #ccc;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-radius:8px; 
	background:#fff;
	margin:10px 0px;
} 
section.contents nav,
section.contents section{
	margin:10px;
}

/*  = navi   */

nav ul li{
	background:#E1E1E1;
	padding:10px;
	font-weight:bold;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
}
nav ul li.active{
	background:#1a5eae;
	color:#FFF;
}

/*  = form  全体 */
span.hissu{
	background:#FF9;
	border:1px solid #FFF;}
section.formstyle dl{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:1.8em;
	clear:both;
}
dt{	background:#eaeaea;
	font-weight:bold;
	line-height:1.5em;
}
section.formstyle dl dt label{
	padding-top:6px;
	margin-left:10px;
	display:block;
	text-indent:-0.1em;
}
section.formstyle dl.dlonce{
	-moz-border-top-left-radius:6px; 
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-top-right-radius:6px; 
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	border-bottom:1px solid #ccc;
	-moz-border-bottom-left-radius:6px; 
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px; 
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}



section.formstyle dl.dltop{
	-moz-border-top-left-radius:6px; 
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-top-right-radius:6px; 
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
}
section.formstyle dl.dlbottom{
	border-bottom:1px solid #ccc;
	-moz-border-bottom-left-radius:6px; 
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px; 
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	margin-bottom:10px;
}
section.formstyle dl dd label{
	margin:0px;
	padding:0px;
}
section.formstyle dl dd p{
	margin-top:10px;
}
section.formstyle dl dd{
	padding:0px 5px;
}

input,select,textarea{margin:5px 5px 0px 5px;
	padding:6px 6px 3px 6px;
	
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
}
input,textarea,select#koumoku1{
	background:#FF9;
}
input:focus,
select:focus,
textarea:focus{
	background:#fce6fc!important;
}

textarea{
	width:92%;
	clear:both;
	height:7em;
}
input.btn_timeout{
	padding:7px 7px 3px 7px;
}

/* form 個別 */
p.questionCeck{
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
}


/* ボタン関連 */
ul.secButton{
	height:60px;
	width:300px;
	margin:10px auto 5px auto;
}

ul.secButton input{
	height:40px;
	width:140px;
	margin:10px 5px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
	
}
ul.secButton li{
	float:left;
}
p.btn_windowclose{
	text-align:center;
	margin:0px auto;
}
.btn_windowclose input{
	width:200px;
	padding:7px 0 3px 0;
}

/* footer */
footer{background:#181818;
	color:#fff;
}
footer p{text-align:center;
	padding:3px;}

/* その他 */

ul.kome li{
	text-indent:-1em;
	margin-left:1em;
}
ul.listNomal li{
	list-style:disc;
	margin:5px 0px 0px 1em;
}


div.attention{
	padding:0.7em 10px 0.3em 10px;
	border:1px solid #ccc;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#fff4f4;
}
div.attention strong{
	font-weight:bold;
	color:#F00;
}
div.attention a{font-weight:bold;
}
dev#keisoku{
	display:none;
}
.marginTell{
	margin:8px 0;
}
.margin10{
	margin:20px 10px;
}
.displaynone{
	display:none;
}
.greenbox{
	background#DEFFBD;
	border:2px solid #A2FF44;
	padding:10px;
	margin:10px 0;
}
.fontred{
	color:red;
}