@charset "utf-8";
/* CSS Document */
@import url('style.css'); 

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header {
	background-color: #44413a;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 0;
	overflow: hidden;
}
}
header div#text{
	width: 100%;
	background: #f6f3ed;
}
header div#logo{
	margin-top: 10px;
}
header h1 {
	width: 1000px;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: normal;
}
header div {
	width: 1000px;
	margin: 0 auto;
}
header div img {
	width: 150px;	
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★nav　register用ナビゲーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
nav {
	width: 1000px;
	margin: 20px auto;
}
nav ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	border-left: solid 1px rgba(0,0,0,0.1);
}
nav ul li:last-child {
	border-right: solid 1px rgba(0,0,0,0.1);
}
nav ul li a {
	display: block;
	padding: 10px 0;
	background: #fff;
	border-bottom: solid 3px rgba(255,255,255,0);
	font-weight: bold;
	color: rgba(0,0,0,.7);
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.3);
	font-size: 16px;
}
nav ul li a:hover {
	color: #ffbf13;
	box-sizing: border-box;
	border-bottom: solid 3px #ffbf13;
	text-decoration: none;
	transition: all 350ms;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-o-transition: all 350ms;
		
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★form h2　見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

form h1 {
	padding: 5px;
	margin: 10px 0;
	color: #000;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin-left: -5px;
}
form h2 {
	width: 70%;
	padding: 5px;
	margin-right: 8px;
	background: #eee;
		-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
		-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		-pie-background: linear-gradient(top, #fff, #eee);
	border: solid 1px #ddd;
	border-radius: 5px;
	font-size: 12px;
	text-align:left;
	text-shadow: 1px 1px 1px rgba(255,255,144,.1);
}
form h2::before {
	content: "";
	border-left: 5px #ffbf13 solid;
	padding-left: 10px;
}
form h3 {
	width: 70%;
	padding: 5px;
	margin-right: 8px;
	background: #eee;
		-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
		-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		-pie-background: linear-gradient(top, #fff, #eee);
	border: solid 1px #ddd;
	border-radius: 5px;
	font-size: 20px;
	text-align:left;
	text-shadow: 1px 1px 1px rgba(255,255,144,.1);
}
form h3::before {
	content: "";
	border-left: 5px #ffbf13 solid;
	padding-left: 10px;
}
form h3 a {
	color:#333;
	text-decoration: none;
}
form h3 a:hover {
	color:#333;
	text-decoration: none;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★main_img　真ん中のデザイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#wrap #main_img {
	width: 100%;
	padding: 5px 0;
	background-image:url("../img/top/bg.gif");
	background-size:contain;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.1) inset;
}
#wrap #main_img #waku {
	width: 1000px;
	margin: 0px auto;
}
#wrap #main_img #waku .w1000 {
	display: inline-block;
	width: 1000px;
}
#wrap #main_img #waku .w1000 form {
	width: 960px;
	padding: 10px;
	margin: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.1) inset;
	text-align: left;
}
#wrap #main_img #waku .w1000 form table{
	margin: 10px;
}
#wrap #main_img #waku .w1000 form table tr td p {
	font-size: 0.8em;
	font-weight: bold;
}
#wrap #main_img #waku .w1000 form table tr td label {
	margin-left: 10px;
}
#wrap #main_img #waku .w1000 form table tr td input {
	width: 190px;
	padding: 5px;
	background: #fff;
	border:solid 1px #ccc;
	border-radius: 5px;
	font-family:Arial, sans-serif;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#wrap .w700 {
	display: inline-block;
	width: 700px;
	margin: 0 auto;
	vertical-align: top;
}
#wrap .w700 div {
	display:table-cell;
	width: 10%;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
#wrap .w700 p {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
#wrap .w700 span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
#wrap .w700 p.error {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	background: rgba(255,0,0,0.3);
	border:solid 1px #e36a6a;
}
#wrap .w700 p.error span {
	font-size: 35px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
#wrap .w700 p.error em {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	font-style: normal;
}
#wrap #main_img #waku .w700_2 {
	display: inline-block;
	width: 700px;
	margin: 0 auto;
	vertical-align: top;
}
#wrap #main_img #waku .w700_2 form {
	width: 700px;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.1) inset;
}
#wrap #main_img #waku .w700_2 form table{
	margin: 10px;
}
#wrap #main_img #waku .w700_2 form table tr td p {
	font-size: 0.8em;
	font-weight: bold;
}
#wrap #main_img #waku .w700_2 form table tr td label {
	margin-left: 10px;
}
#wrap #main_img #waku .w700_2 form table tr td input {
	width: 190px;
	padding: 5px;
	background: #fff;
	border:solid 1px #ccc;
	border-radius: 5px;
	font-family:Arial, sans-serif;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
#wrap #main_img #waku .w700_2 form dl {
	width: 95%;
	margin: 20px auto;
}
#wrap #main_img #waku .w700_2 form dt {
	margin: 20px 0;
	font-weight: bold;
	border-bottom: dotted 1px #4f4f4f;
}
#wrap #main_img #waku .w700_2 form dd {
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 30px;
}

#wrap .w300 {
	display: inline-block;
	width: 300px;
}
#wrap .w300 form {
	width: 280px;
	padding: 10px;
	margin: 20px 0px 20px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.1) inset;
	text-align: center;
}
#wrap .w300 form table{
	margin: 10px;
}
#wrap .w300 form table tr td p {
	font-size: 0.8em;
	font-weight: bold;
}
#wrap .w300 form table tr td label {
	margin-left: 10px;
}
#wrap .w300 form table tr td input {
	width: 190px;
	padding: 5px;
	background: #fff;
	border:solid 1px #ccc;
	border-radius: 5px;
	font-family:Arial, sans-serif;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

/*広告一覧*/
#ad_list_switch {
	position:relative;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999;
}
#ad_list_switch span{
	position:absolute;
	display:block;
	width:150px;
	text-align:center;
	height:30px;
	font-size:0.9em;
	line-height:34px;
	border:1px solid #999;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	background-color:#999;
	color:#FFF;
}
#ad_list_switch span.select {
	background-color:#FFF;
	color:#666;
}
#ad_list_switch span.af {
	right:165px;
	bottom:-1px;
}
#ad_list_switch span.cl {
	right:10px;
	bottom:-1px;
}
.ad_list_contain {
	margin:0 auto 20px auto;
}
.ad_table_title {
	width:920px;
	margin:0 auto;
}
.ad_table_title span {
	float:left;
	display:block;
	font-size:.9em;
	font-weight:500;
}
.ad_table_title span.ad_list_title {
	width:570px;
}
.ad_table_title span.ad_list_thumb_title {
	width:175px;
}
.ad_table_title span.ad_list_btn_title {
	width:175px;
}
.ad_select_list {
	width:920px;
	margin:0 auto;
	background-color:rgba(150,150,150,.1);
}
.ad_select_list:nth-child(2n) {
	background-color:rgba(150,150,150,.2);
}
.ad_list_table {
	width: 660px;
	background-color:#FFF;
	float:left;
	margin:10px 0px 10px 10px;
}
.ad_list_table td {
	height:36px;
	border-bottom:1px solid #999;
	position:relative;
}
.ad_list_table tr:nth-child(1) td {
	border-top:1px solid #999;
}
.ad_list_table td:nth-child(1) {
	border-left:1px solid #999;
}
.ad_list_table td:nth-child(2n+1) {
	background-color:rgba(0,0,0,.3);
	color:#FFF;
	font-size:0.9em;
	text-align:center;
}
.ad_list_table td:nth-child(2n) {
	border-right:1px solid #999;
}
.sample_thumb {
	width:180px;
	/*height:180px;*/
	float:left;
}
.ad_thumb_img {
	width:160px;
	height:160px;
	overflow:hidden;
	margin:20px auto 0 auto;
	box-shadow:2px 2px 3px #666;
}
.sample_thumb img {
	width:160px;
	display:block;
}
.ad_select_btn {
	width:180px;
	float:right;
}
.ad_select_btn span {
	display:block;
	width:160px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border:1px solid #EEE;
	margin:20px auto 5px auto;
	border-radius:3px;
	box-shadow:2px 2px 4px #888;
	background-color:#FFF;
	border:1px solid #999;
}
.ad_select_btn span.poss {
	color:#50B420;
}
.ad_select_btn span.use {
	color:#227BB9;
}
.ad_select_btn span.no_poss {
	color:#ED3131;
}
.ad_select_btn a {
	width:160px;
	height:120px;
	line-height:119px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:10px auto 5px auto;
	color:#FFF;
	text-shadow:2px 2px 3px rgba(0,0,0,.8);
	border-radius:10px;
}
.ad_select_btn a.ad_poss {
	background: rgb(203,247,110); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,247,110,1) 0%, rgba(76,178,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,247,110,1)), color-stop(100%,rgba(76,178,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,247,110,1) 0%,rgba(76,178,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,247,110,1) 0%,rgba(76,178,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,247,110,1) 0%,rgba(76,178,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(203,247,110,1) 0%,rgba(76,178,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf76e', endColorstr='#4cb21f',GradientType=0 ); /* IE6-9 */
	border:1px solid #A0E212;
	box-shadow:inset 2px 2px 4px rgba(255,255,255,.6);
	transition: all 350ms;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-o-transition: all 350ms;
}
.ad_select_btn a.ad_poss:hover {
	background: rgb(203,247,110); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,247,110,0.5) 0%, rgba(76,178,31,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,247,110,0.5)), color-stop(100%,rgba(76,178,31,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,247,110,0.5) 0%,rgba(76,178,31,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,247,110,0.5) 0%,rgba(76,178,31,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,247,110,0.5) 0%,rgba(76,178,31,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(203,247,110,0.5) 0%,rgba(76,178,31,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf76e', endColorstr='#4cb21f',GradientType=0 ); /* IE6-9 */
	text-shadow:2px 2px 3px rgba(0,0,0,.5);
	transition: all 350ms;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-o-transition: all 350ms;
}
.ad_select_btn a.ad_use {
	background: rgb(61,188,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,188,243,1) 0%, rgba(31,79,178,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,188,243,1)), color-stop(100%,rgba(31,79,178,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,188,243,1) 0%,rgba(31,79,178,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,188,243,1) 0%,rgba(31,79,178,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,188,243,1) 0%,rgba(31,79,178,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,188,243,1) 0%,rgba(31,79,178,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dbcf3', endColorstr='#1f4fb2',GradientType=0 ); /* IE6-9 */
	border:1px solid #12A3E2;
	box-shadow:inset 2px 2px 4px rgba(255,255,255,.6);
}
.ad_select_btn a.ad_no_poss {
	background: rgb(247,110,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,110,130,1) 0%, rgba(178,64,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,110,130,1)), color-stop(100%,rgba(178,64,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,110,130,1) 0%,rgba(178,64,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,110,130,1) 0%,rgba(178,64,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,110,130,1) 0%,rgba(178,64,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,110,130,1) 0%,rgba(178,64,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76e82', endColorstr='#b2401f',GradientType=0 ); /* IE6-9 */
	border:1px solid #E21533;
	box-shadow:inset 2px 2px 4px rgba(255,255,255,.6);
}
.ad_select_btn a:active {
	box-shadow:inset -3px -3px 4px rgba(0,0,0,.9);
}
.ad_select_btn a:hover {
	border:1px solid #CCC;
	transition: all 350ms;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-o-transition: all 350ms;
}
.ad_select_list .lp_smp {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	padding:3px 10px;
	border:1px solid #999;
	color:#666;
	text-decoration:none;
	box-shadow:1px 1px 2px #999;
	font-size:0.9em;
	border-radius:4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
		transition: all 350ms;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-o-transition: all 350ms;
}
.ad_select_list .lp_smp:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
.ad_select_list .lp_smp:active {
	box-shadow:inset 1px 1px 2px #999;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★インフォメーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#main_contents_left {
	display: inline-block;
}
#main_contents_right {
	display: inline-block;
}
#info {
	width: 1000px;
	margin: 10px auto;
}
#info ul {
	
}
#info li {
	padding: 5px 0;	
}
#info li em {
	display: inline-block;
	width: 100px;
	height: 15px;
	background: #000;
	font-size: 9px;	
	text-align: center;
	font-style: normal;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
★利用規約
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#agreement_cont {
	width: 960px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	background: #fff;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.5px;
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px;
	padding: 15px;
}

#agreement_cont h1 {
	font-size: 2.5em;
	text-align: center;
	margin: 10px 0 20px 0;
}

#agreement_cont dl {
	padding: 10px;
	background-color:#FFF;
	font-size: 0.9em;
	color: #444;
	border-radius: 5px;
}

#agreement_cont dl div.intro {

}

#agreement_cont dl dt.title {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 25px;
}

#agreement_cont dl dd {
	margin-left: 2.5em;
}

#agreement_cont dl ul {
	margin: 10px 0 0 0;
}




#agreement_cont dl ul.square {

}

#agreement_cont dl ul.square li {
	margin-left: 2.5em;
	list-style-position: outside;
	list-style-type: square;
}

#agreement_cont dl ul.square li ol {
	list-style-type: none;
	list-style-position: outside;
}

#agreement_cont dl ul.square li ol li {
	list-style: none;
	margin: 0;
}


#agreement_cont dl ul.decimal {

}

#agreement_cont dl ul.decimal li {
	margin-left: 2.5em;
	list-style-position: outside;
	list-style-type: decimal;
}

#agreement_cont dl ul.decimal li ol {
	list-style-type: none;
	list-style-position: outside;
}

#agreement_cont dl ul.decimal li ol li {
	list-style: none;
	margin-left: 1em;
}


#agreement_cont dl ul li {
	list-style-type: decimal;
	margin-bottom: 2px;
}

#agreement_cont dl ul li div {
	display: inline;
	font-weight: bold;
	color: #333;
}


