@charset "euc-jp";
/* CSS Document */


/* 共通 */
body{	font-size: 1.4em;}
#header{ overflow:hidden;}
#footer { padding-bottom: 0;}

.main{
	background:#FFF;
	padding: 8px;
	line-height:1.5;
}

.main h2{
	border: 1px dotted #f0666c;
	color:#f0666c;
	background:none;
	font-weight:bold;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.main h3{
	margin-bottom: 7px;
	font-size: 1.1em;
	border-bottom: 1px dotted #000;
}

.main p{
	margin-bottom: 10px;
}

.main .section{
	margin-bottom: 20px;
}

.main .mg_b10{
	margin-bottom: 10px;
}

.main .mg_b20{
	margin-bottom: 30px;
}

.main .mg_t5{
	margin-top: 5px;
}

ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.main a{
	color:#F00;
	text-decoration:underline;
}

.close{
	margin: 10px 0;
	text-align:center;
}

.close input{
	-webkit-appearance: none;
    display: inline-block;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 80%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
	padding: 5px 20px;
    border: 1px solid #cdcdcc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* 規約 */

.kiyaku{
	margin-bottom: 10px;
}

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

.kiyaku dl dd{
	margin-left: 1em;
	margin-bottom: 10px;
}

/* 個人情報 */

.personal_info dl dd{
	margin-left: 1em;
}

.personal_info .waku{
	padding: 5px;
	border: 1px dotted #999;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.personal_info .waku p{
	margin-bottom: 0;
}




