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

#LeftColumn{
    font-family: "Noto Sans JP";
}

.ol_lv1{
	margin:30px auto;
	width:673px;
	background-image:url(image/ol_body.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.ol_lv2{
	width:673px;
	background-image:url(image/ol_head.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.ol_lv3{
	width:673px;
	background-image:url(image/ol_foot.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.ol_lv3 p{
	padding:15px 20px;
}

.ol_lv3 p span{
	color:#C00;
}
/*--------------------------------------------------------*/
.form_wrap{
	overflow:hidden;
	clear:both;
	width:673px;
	margin:20px auto 0px;
}

.form_wrap p{
	
}

.form_wrap input{
	line-height:38px;
	font-size:14px;
}

.form_wrap textarea{
	padding-top:3px;
	font-size:14px;
}

.form_wrap table{
	width:673px;
}

.form_wrap table td{
	padding:10px 10px;
	border-bottom:1px dotted #CCC;
}

.form_wrap table th{
	font-weight:normal;
	text-align:left;
	padding:5px 0px;
	white-space:nowrap;
	border-bottom:1px dotted #CCC;
	background-repeat:no-repeat;
	background-position:left 7px;
	background-image:url(image/icon_foot.png);
}

.form_wrap table th p{
	margin-left:12px;
}

.form_wrap span{
	color:#C00;
	/*font-weight:bold;*/
}
/*--------------------------------------------------------*/

#btn_wrapper{
	padding-bottom:50px;
	width:350px;
	margin:0px auto;
	overflow:hidden;
}

#btn{
	background-image:url(image/btn_send.jpg);
	overflow:hidden;
	border:0px;
	background-repeat:no-repeat;
	background-position:left top;
	width:156px;
	height:37px;
	cursor:pointer;
}

#btn_reset{
	background-image:url(image/btn_reset.jpg);
	overflow:hidden;
	border:0px;
	background-repeat:no-repeat;
	background-position:left top;
	width:156px;
	height:37px;
	cursor:pointer;
}

.bnone{
	border:none !important;
}


/*--------------------------------------------------------*/

.text_container{
	width:680px;
	margin:17px auto 10px;
}

.text_container span{
	color:#F00;
}
/*--------------------------------------------------------*/

.check_pp{
	margin-bottom:1em;
	overflow:hidden;
}

#privacy{
	width:600px;
	margin:0px auto;
	overflow:hidden;
}

#privacy .txt01{
	font-size:14px;
	font-weight:bold;
	padding:30px 0px 10px 0px;
	overflow:hidden;
}

#privacy .txt02{
}

#privacy .txt03{
	border:1px solid #CCC;
	width:590px;
	height:300px;
	overflow:auto;
	margin-bottom:30px;
}

#privacy .txt03 p{
	margin:1em !important;
	padding:0px;
	overflow:hidden;
}

#privacy .txt03 ol{
	margin:1em 1em 1em 1em;
}

#privacy .txt03 ol li{
	list-style-type:decimal !important;
	margin-left:2em;
	margin-bottom:1em;
}

.text_blue{
	font-weight:bold;
}

/**/

.privacy_policy{
border: 3px solid #eee;
box-sizing: border-box;
border-radius: 10px;
margin:40px auto 0px auto;
}

.privacy_policy dl{
overflow: hidden;
margin: 1em;
}

.privacy_policy dl dt{
font-weight: bold;
}

.privacy_policy dl dd{
    margin-left: 0.5em;
}

.privacy_policy dl dd p{
    margin: 1em 0px;
}

/**/

.data_toriatukai{
    clear:both;
    margin: 2em 1em 1em 1em;
    background-color:#F8EEEE;
    padding: 1em;
}