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

@import"reset.css";
@import"sp.css";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 770px){

/********** Setting ***********/

html {
	height: 100%;
	font-size: 14px;
	line-height: 18px;
}
body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	background: url(../../image/pc_lp/bg04.jpg);

}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}


/********** Setting ***********/

/* ----------------------------------------
parts
---------------------------------------- */
	.contents_bar01{
		width: 100%;
		height: 7px;
		text-indent: -9999px;
		background: url(../../image/pc_lp/contents_bar02.jpg) repeat-x;
}

	.contents_bar02{
		width: 100%;
		height: 107px;
		text-indent: -9999px;
		background: url(../../image/pc_lp/contents_bar.jpg) repeat-x;
}

.contents_bar03{
		width: 100%;
		height: 20px;
		text-indent: -9999px;
		background: url(../../image/pc_lp/contents_bar03.png) repeat-x;
}


/* --タイトルボーダー--*/

.contents_border {
	padding-bottom: 5px;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	}
.contents_border:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -5px;
	width: 30%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a88333;
}

.contents_border02 {
	padding-bottom: 5px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
.contents_border02:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	width: 30%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.contents_title02 {
		vertical-align: middle;
		font-size: 21px;
		font-weight: bold;
		color: #000;

	}



/* ----------------------------------------
none
---------------------------------------- */

.pc-none,
#flex,
.sp-menu-btn,
#sp_main,
#sp-acquisition,
#sp-member,
#sp-contents-area,
#sp-contents-area-free{
	display:none;
}

/* ------------------------------------------------------
header
------------------------------------------------------ */
#header {
	width: 100%;
	border-top: solid 10px #000000;
	background:#fff;
	border-bottom: solid 5px #000000;
	position: relative
}

#header .header_inner {
	width: 1020px;
	margin: 0 auto 10px auto;
	position:relative;
}

.header_inner h1{
	width: 181px;
	margin: 10px auto;
}

/* ------------------------------------------------------
pc_menu
------------------------------------------------------ */
/*menu01*/
#pc_menu {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 70px;

}


#pc_menu ul {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}

#pc_menu ul li{
	float:left;
	text-indent:-9999px;
}

#pc_menu ul li a{
	display:block;
	background:url(../../image/pc_lp/header_nav.png);

}

#pc_menu ul li:nth-child(1) a{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu ul li:nth-child(1) a:hover{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:0 -30px;
}

#pc_menu ul li:nth-child(2) a{
	width:204px;
	height:30px;
	overflow:hidden;
	margin-right: 204px;
	background-position:-204px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu ul li:nth-child(2) a:hover{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:-204px -30px;
}

#pc_menu ul li:nth-child(3) a{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:-612px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu ul li:nth-child(3) a:hover{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:-612px -30px;
}

#pc_menu ul li:nth-child(4) a{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:-816px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu ul li:nth-child(4) a:hover{
	width:204px;
	height:30px;
	overflow:hidden;
	background-position:-816px -30px;
}

/*menu02*/
#pc_menu02 {
	width: 100%;
	height: 70px;
}


#pc_menu02 ul {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}

#pc_menu02 ul li{
	float:left;
	text-indent:-9999px;
}

#pc_menu02 ul li a{
	display:block;
	background:url(../../image/pc_lp/header_nav03.png);

}

#pc_menu02 ul li:nth-child(1) a{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu02 ul li:nth-child(1) a:hover{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:0 -70px;
}

#pc_menu02 ul li:nth-child(2) a{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-255px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu02 ul li:nth-child(2) a:hover{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-255px -70px;
}

#pc_menu02 ul li:nth-child(3) a{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-510px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu02 ul li:nth-child(3) a:hover{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-510px -70px;
}

#pc_menu02 ul li:nth-child(4) a{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-765px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#pc_menu02 ul li:nth-child(4) a:hover{
	width:255px;
	height:70px;
	overflow:hidden;
	background-position:-765px -70px;
}

/* ------------------------------------------------------
main
------------------------------------------------------ */

	#main {
		width: 100%;
		height: 545px;
		background: url(../../image/pc_lp/top_bg.jpg) no-repeat;
		background-size: cover;
	}

	#main .main_inner {
		width: 1000px;
		height: 545px;
		margin: 0 auto;
		position: relative;
	}


	#main .main_inner .login{
		width: 762px;
		height: 545px;
		background: url(../../image/pc_lp/top_image.png) no-repeat;
		background-size: cover;
		position: absolute;
		left: 119px;
	}

		#main .main_inner .login dl{
		width: 250px;
			margin: 300px auto 0 auto;
	}

		#main .main_inner .login dl dt{
			width: 250px;
			height: 38px;
	}

	#main .main_inner .login dl dd {
		margin-bottom: 10px;
	}

		#main .main_inner .login dl dd .id{
			width: 240px;
			height: 40px;
			display: block;
			background: url(../../image/pc_lp/rogin_id_pc.png);
			margin-bottom: 10px;
			border: none;
			margin: 0 auto;
			text-indent: 70px;
			color: #fff;

	}

	#main .main_inner .login dl dd .pass{
			width: 240px;
			height: 40px;
			display: block;
			background: url(../../image/pc_lp/rogin_pass_pc.png);
			margin-bottom: 5px;
			margin-top: 10px;
			border: none;
			margin: 0 auto;
			text-indent: 70px;
			color: #fff;
	}

	#main .main_inner .login dl dd .rogin_btn{
			width: 240px;
			height: 50px;
			display: block;
			background: url(../../image/pc_lp/rogin_btn.png);
			margin-bottom: 5px;
			margin-top: 10px;
			border: none;
			margin: 0 auto;
			text-indent: -9999px;
			cursor: pointer;
	}

	#main .main_inner .login dl dd .rogin_btn:hover{
		opacity: 0.7;
	}

	#main .main_inner .login dl dd a{
			width: 240px;
			height: 50px;
			color: #fff;
	}
	#main .main_inner .login dl dd a:hover{
			width: 240px;
			height: 50px;
			color: #ffff00;
	}

/* ------------------------------------------------------
pc_entry
------------------------------------------------------ */
	#pc_entry {
		width: 100%;
		background: url(../../image/pc_lp/bg05.jpg);
	}

	#pc_entry p{
		color: #fff;
		padding-top: 10px;
	}

	#pc_entry dl{
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 20px 0;
	}

	#pc_entry dl .prezent{
		width: 993px;
		height: 186px;
		background: url(../../image/pc_lp/entry_img01.png);
		margin: 0px auto 10px auto;

	}

	#pc_entry dl .prezent p{
		text-align: center;
		padding-top: 115px;
		font-size: 24px;
		font-weight: bold;
		color: #000;
	}

	#pc_entry dl ul{
		width: 1000px;
		margin: 0 auto;
	}

	#pc_entry dl ul li .mail{
		width: 700px;
		height: 76px;
		background: url(../../image/pc_lp/entry_mail.png);
		float: left;
		border: none;
		text-indent: 20px;
		font-size: 21px;
	}

	#pc_entry dl ul li .entry_btn{
		width: 290px;
		height: 76px;
		background: url(../../image/pc_lp/entry_btn.gif);
		float: right;
		border: none;
		text-indent: -9999px;
	}

	#pc_entry dl ul li .entry_btn:hover{
		opacity: 0.7;

	}

/* ------------------------------------------------------
pc_entry02
------------------------------------------------------ */

	#pc_entry02 {
		width: 100%;
		background: url(../../image/pc_lp/bg07.jpg);
		padding: 0px 0 0px 0;
	}

	#pc_entry02 .inner{
		width: 1020px;
		height: 605px;
		background: url(../../image/pc_lp/entry_bg02.png);
		margin: 20px auto 20px auto;

	}
	#pc_entry02 .inner ul{
		width: 678px;
		padding: 290px 0 0 322px;
	}

	#pc_entry02 .inner ul li .mail{
		width: 678px;
		height: 77px;
		background: url(../../image/pc_lp/entry_mail02.png);
		border: none;
		text-indent: 20px;
		font-size: 21px;
	}

	#pc_entry02 .inner ul li .entry_btn{
		width: 551px;
		height: 77px;
		display: block;
		background: url(../../image/pc_lp/entry_btn02.gif);
		margin: 40px auto 0 auto;
		border: none;
		text-indent: -9999px;
	}

		#pc_entry02 .inner ul li .entry_btn:hover{
			opacity: 0.7;
	}

	#pc_entry02 .inner p{
		width: 678px;
		padding: 20px 0 0 322px;

		color: #fff;

	}


/* ------------------------------------------------------
contents01
------------------------------------------------------ */
	#contents01 {
		width: 100%;
		background: /*url(../../image/pc_lp/contents_bg05.jpg) no-repeat center top */#000;
		padding: 0 0 10px 0;
	}

	#contents01_ex {
		width: 100%;
		background: url(../../image/pc_lp/contents_bg05.jpg) no-repeat center top #000;
		padding: 0 0 10px 0;
	}
	
	#contents01_ex .contents01_inner{
		width: 1020px;
		margin: 0 auto 20px auto;
	}


	#contents01_ex .contents01_inner dl{
		padding: 450px 0 0 0px;
		width: 500px;
		float: left;

	}

	#contents01_ex .contents01_inner dl dt{

		margin: 0 auto 0 auto;
	}

	#contents01_ex .contents01_inner dl dd{

		margin: 0 auto 10px auto;

	}

	#contents01_ex .contents01_inner dl dd p{
		color: #fff;
	}

	#contents01_ex .text02{
		color: #fff;
		margin-left: 525px;
		width: 495px;
		height: 385px;
		margin-top: 50px;
		background: url(../../image/pc_lp/contents05_title02.png);
		float: right;
	}

		#contents01_ex .text02 p{
			padding: 70px 10px 10px 20px;
			color: #000;
	}
.pc_slick_bar {
		width: 100%;
		height: 29px;
		background: url(../../image/pc_lp/img_slick_bar.jpg);
	text-indent: -9999px;
	}
	.pc_slick {
		width: 100%;
		height: 120px;
		overflow: hidden;
		background: #000;
	}

		.pc_slick li{
		width: 100px;
		height: 120px;
		overflow: hidden;
		margin: 0 5px 0 5px;
	    border: solid 2px #e1e1e1;
		position: relative;
	}

		.pc_slick li .slick_img {
		position: absolute;
		z-index: 1;
		cursor: pointer;

	}
	.pc_slick li img{
		width: 100%;
		background-size: contain;
	}


		.pc_slick li .plus {
		position: absolute;
		z-index: 2;
		bottom: 5px;
		right: 5px;
			width: 36px;
			height: 36px;


	}

/* ------------------------------------------------------
contents02
------------------------------------------------------ */
	#contents02 {
		width: 100%;
		background:　url(../../image/pc_lp/bg04.jpg)

	}

	#contents02 dl {
		width: 1020px;
		margin: 0 auto;
	}


	#contents02 dl dt img{
		width: 912px;
		height:213px;
		display: block;
		margin: 20px auto 10px auto;
	}

	#contents02 .contents02_inner02 {
		width: 1020px;
		height: 932px;
		margin: 0px auto 20px auto;
		background: url(../../image/pc_lp/contents02_bg01.png);

	}

	#contents02 .contents02_inner02 ul{
		width: 900px;
		margin: 0px auto 0 auto;
		padding: 340px 0 0 0;
	}

	#contents02 .contents02_inner02 ul li:nth-child(1){
		width: 338px;
		height: 540px;
		float: left;
		position: relative;
	}

		#contents02 .contents02_inner02 ul li:nth-child(1) .plus {
			position: absolute;
			top: 10px;
			left: 10px;
			z-index: 2;
	}

			#contents02 .contents02_inner02 ul li:nth-child(1) img {
			position: absolute;
			z-index: 1;

	}

	#contents02 .contents02_inner02 ul li:nth-child(2){
		width: 542px;
		height: 540px;
		float: right;
		color: #fff;
	}

		#contents02 .contents02_inner02 ul li:nth-child(2) p{
		width: 360px;
		padding: 20px 0 0 180px;
		color: #000;
	}

	#contents02 .contents02_inner03 {
		width: 1020px;
		height: 932px;
		margin:0 auto 20px auto;
		background: url(../../image/pc_lp/contents02_bg03.png);
	}

	#contents02 .contents02_inner03 ul{
		width: 900px;
		margin: 0px auto 0 auto;
		padding: 340px 0 0 0;
	}

	#contents02 .contents02_inner03 ul li:nth-child(1){
		width: 338px;
		height: 540px;
		float: left;
		position: relative;
	}

		#contents02 .contents02_inner03 ul li:nth-child(1) .plus {
			position: absolute;
			top: 10px;
			left: 10px;
			z-index: 2;
	}

			#contents02 .contents02_inner03 ul li:nth-child(1) img {
			position: absolute;
			z-index: 1;

	}

	#contents02 .contents02_inner03 ul li:nth-child(2){
		width: 542px;
		height: 540px;
		float: right;
		color: #fff;
	}

		#contents02 .contents02_inner03 ul li:nth-child(2) p{
		width: 362px;
		padding: 10px 0px 0 25px;


		color: #000;
	}



/* ------------------------------------------------------
contents03
------------------------------------------------------ */
	#contents03 {
		width: 100%;
	}

	#contents03 dl {
		width: 1043x;
		margin: 0 auto;
	}


	#contents03 dl dt img{
		width: 780px;
		height: 130px;
		display: block;
		margin: 10px auto 10px auto;
	}

	#contents03 .contents03_inner {
		width: 1057px;
		height: 726px;
		margin: 0 auto 0px auto;
		background: url(../../image/pc_lp/contents03_bg.png);
		padding-top: 300px;
	}

	#contents03 .contents03_inner .contents03_text {
		color: #edde7c;
		width: 660px;
		margin: 0 auto 20px auto;
		text-align: center;
		padding-top: 300px;
		font-size: 16px;
	}

		#contents03 .contents03_inner02 {
		width: 660px;
		margin: 0 auto 20px auto;


	}

#contents03 .title02 {
		width: 320px;
		margin: 0 auto;
		float: left;
		font-size: 21px;
		font-weight: bold;
		color: #fff;
	line-height: 2em;

	}

#contents03 .title02 p{
		margin: 0 auto 0px auto;
		color: #fff;
		font-size: 14px;
		font-weight: 200;
		line-height: 18px;
	}

#contents03 .banner02 {
		width: 334px;
		display: block;
		margin: 0 auto 20px auto;

	}


/* ------------------------------------------------------
contents04
------------------------------------------------------ */
	#contents04 {
		width: 100%;
		height: 844px;
		background: url(../../image/pc_lp/top_bg03.jpg) #fff center no-repeat;
	}

		#contents04 .contents04_inner {
			padding-top: 100px;
	}

	#contents04 .contents04_inner img{
		width: 610px;
		height: 640px;

		display: block;
		margin: 0 auto;

	}


/* ------------------------------------------------------
footer
------------------------------------------------------ */

#footer {
		width: 100%;
		margin-top: 0;
	height: auto;
		border-top: #e7b240 10px solid;
	/*background: url(../../image/pc_lp/contents_bg05.jpg) no-repeat center top #000;*/
}
#footer_menu {
	background:#000000;
	width: 100%;
	height: 70px;
}


#footer_menu ul {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}

#footer_menu ul li{
	float:left;
	text-indent:-9999px;
}

#footer_menu ul li a{
	display:block;
	background:url(../../image/pc_lp/foot_nav02.png)

}

#footer_menu ul li:nth-child(1) a{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#footer_menu ul li:nth-child(1) a:hover{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:0 -70px;
}

#footer_menu ul li:nth-child(2) a{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-204px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#footer_menu ul li:nth-child(2) a:hover{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-204px -70px;
}

#footer_menu ul li:nth-child(3) a{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-408px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#footer_menu ul li:nth-child(3) a:hover{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-408px -70px;
}

#footer_menu ul li:nth-child(4) a{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-612px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#footer_menu ul li:nth-child(4) a:hover{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-612px -70px;
}

#footer_menu ul li:nth-child(5) a{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-816px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}


#footer_menu ul li:nth-child(5) a:hover{
	width:204px;
	height:70px;
	overflow:hidden;
	background-position:-816px -70px;
}

	

.footer_text {
	background:#222;
	width: 100%;
	padding: 15px 0 15px 0;
}
.footer_text p{
	width: 1020px;
	margin: 0 auto;
	color: #fff;
}

	.copy {
		text-align: center;
		color: #fff;
		background: #000;
		padding: 10px 0 10px 0;
	}

.footer_contents {
		width: 100%;
	height: 415px;
		background: url(../../image/pc_lp/contents_bg05.jpg) no-repeat center top #000!important;
		padding: 20px 0 20px 0;
	}
	
.f_contents_inner{
		width: 1020px;
		margin: 0 auto 20px auto;
	}


.f_contents_inner dl{
		padding: 450px 0 0 0px;
		width: 500px;
		float: left;

	}

.f_contents_inner dl dt{

		margin: 0 auto 0 auto;
	}

.f_contents_inner dl dd{

		margin: 0 auto 10px auto;

	}

.contents01_inner dl dd p{
		color: #fff;
	}

	#footer .footer_contents  .text02{
		color: #fff;
		margin-left: 525px;
		width: 495px;
		height: 385px;
		margin-top: 50px;
		background: url(../../image/pc_lp/contents05_title02.png);
		float: right;
	}

		#footer .text02 p{
			padding: 70px 10px 10px 20px;
			color: #000;
	}	
	
	/* ------------------------------------------------------
main_contents
------------------------------------------------------ */


#main_contents {
		width: 100%;
		background: url(../../image/pc_lp/top_bg04.jpg) #fff center top no-repeat;
}

#main_contents02 {
		width: 100%;
		background: url(../../image/pc_lp/bg04.jpg);
}


/* ------------------------------------------------------
about
------------------------------------------------------ */

#about {
		width: 740px;
		margin: 0px auto 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;

}

#about .about_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}


/* ------------------------------------------------------
q_a
------------------------------------------------------ */

#q_a {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#q_a .q_a_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#q_a .q_a_inner dl{
	width: 680px;

	background: #fff;
	border: solid 5px #000;
	color: #fff;
	margin-bottom: 10px;
}

#q_a .q_a_inner dl dt{

	padding: 20px;
	background: #015A00;
	border-bottom: solid 5px #000;
}
#q_a .q_a_inner dl dd{

	color: #000;
	padding: 20px;
	background: #e1e1e1;

}


/* ------------------------------------------------------
info
------------------------------------------------------ */


#info {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#info .info_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#info .info_inner p{
	margin-bottom: 10px;
}

#info .info_inner .info_form textarea {
	width: 690px;
	height: 300px;
	background: #e1e1e1;
	border: solid 2px #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#info .info_inner .info_btn{
	display: block;
	width: 500px;
	height: 100px;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

#info .info_inner .info_btn:hover{
	opacity: 0.7;
}


#info .info_inner .info_btn02 {
	padding:5px 20px 5px 20px;
	background: #015A00;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
}

#info .info_inner .info_form .info_mail{
		width: 690px;
		height: 50px;
		background:#ccc;
		float: left;
		border: solid #666 1px;
		text-indent: 20px;
		margin:0 auto 10px auto;
	}


/* ------------------------------------------------------
terms
------------------------------------------------------ */

#terms {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#terms .terms_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#terms .terms_inner dl{
	width: 680px;

	background: #fff;
	border: solid 5px #000;
	color: #fff;
	margin-bottom: 10px;
}

#terms .terms_inner dl dt{

	padding: 20px;
	background: #015A00;
	border-bottom: solid 5px #000;
}
#terms .terms_inner dl dd{

	color: #000;
	padding: 20px;
	background: #e1e1e1;

}

/* ------------------------------------------------------
commerce
------------------------------------------------------ */

#commerce {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#commerce .commerce_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#commerce .commerce_inner p{
	margin-bottom: 10px;
}

#commerce .commerce_inner .commerce_table {
	width: 690px;

}

#commerce .commerce_inner .commerce_table,tr,td {
	border-collapse: collapse;
	border: solid 1px #666;;
	padding: 15px;
}

#commerce .commerce_inner .commerce_table tr td:nth-child(1) {
	background: #ddd;
	width: 30%;
}

/* ------------------------------------------------------
entry
------------------------------------------------------ */

#entry {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#entry .entry_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#entry .entry_inner p{
	margin-bottom: 10px;
}

#entry .entry_inner .entry_btn{

	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a6ff), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #00a6ff 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a6ff', endColorstr='#0061a7',GradientType=0);
	background-color:#00a6ff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	width: 90%;
	margin: 5px auto 5px auto;
	text-align: center;

}

/* ------------------------------------------------------
forget
------------------------------------------------------ */

#forget {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#forget .forget_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#forget .forget_inner p{
	margin-bottom: 10px;
}

#forget .forget_inner .forget_btn{

	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a6ff), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #00a6ff 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a6ff', endColorstr='#0061a7',GradientType=0);
	background-color:#00a6ff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	width: 80%;
	margin: 5px auto 5px auto;
	text-align: center;

}


#forget .forget_inner .mail{
		width: 680px;
		height: 50px;
		background:#ccc;
		float: left;
		border: solid #666 1px;
		text-indent: 20px;
		margin:0 auto 10px auto;
	}
/* ------------------------------------------------------
error
------------------------------------------------------ */

#error {
		width: 740px;
		margin: 0px auto;
		padding-bottom: 20px;
	padding-top: 20px;
}

#error .error_inner {
	width: 690px;
	padding: 20px;
	background: #fff;
	border: solid 5px #000;
	margin-top: 10px;
}

#error .error_inner p{
	margin-bottom: 10px;
}

#error .error_inner .error_btn{

	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a6ff), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #00a6ff 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #00a6ff 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a6ff', endColorstr='#0061a7',GradientType=0);
	background-color:#00a6ff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	width: 80%;
	margin: 5px auto 5px auto;
	text-align: center;

}


/* ------------------------------------------------------
result
------------------------------------------------------ */

#result {
		width: 740px;
		margin: 0px auto;

		padding: 20px 0 20px 0;
	/*margin-top: -330px;*/
}

.result_inner01 {
		width: 740px;
		height: 240px;
		background: url(../../image/pc_lp/result_bg01.png) ;
		margin-bottom: 10px;
		margin-top: 10px;
	}

.result_inner01 p {
		padding: 0 200px 0 30px;
		color: #fff;
		margin-top: -90px;
	}

.result_inner02 {
		width: 740px;
		margin-top: 10px;
	}

.result_inner02 dl {
		display: inline-block;
		width: 230px;
		overflow: hidden;
		background:#fff;
		border: solid 5px #000;
		/*float: left;*/
		margin-right: 6px;
		margin-bottom: 10px;
		vertical-align:top;
		/display:inline;
		/zoom:1;

	}

.result_inner02 dl:nth-of-type(3n) {
		margin-right: 0;
	}

.result_inner02 dl dt {
		width: 200px;
		padding: 10px 10px 0 10px;
	}

.result_inner02 dl dt img{
		display: block;
		width: 25px;
		height: 25px;
		float: left;
	}

.result_inner02 dl dt p{
		display: block;
		width: 165px;
		float: right;
		color: #d91c20;
		font-weight: bold;
	}

.result_inner02 dl dd{
		padding: 5px 10px 0 10px;
	}

.result_inner02 dl .result_pop{
		background: #e1e1e1;


	}

	.result_inner02 dl .result_pop p:hover{
		background: #666;

	}

.result_inner02 dl .result_pop p{
		background: #fff;
		font-size: 10px;
		padding: 5px;
		line-height: 1em;
		text-align: left;
		color: #000!important;
		border: none;
		width: 195px;
		margin: 0 auto 0px auto;
		border-bottom: none;
	}

.result_inner02 dl dd:nth-child(4){
		background: #333;
		color: #ffff00;
		font-size: 24px;
		padding: 10px;
		text-align: center;
	}

.result_inner02 dl dd:nth-child(5){
		text-align: right;
	}

/* ------------------------------------------------------
modal
------------------------------------------------------ */



	.remodal img{
		width: 100%;
	}

	.remodal .modal_text{
		width: 100%;
		background: #fff;
	}

	.remodal .modal_text p{
		text-align: left;
		padding: 10px;
		color: #000;
	}

/* ------------------------------------------------------
hissho
------------------------------------------------------ */

#hissho {
		width: 740px;
		margin: 0px auto;

		padding: 20px 0 20px 0;
	/*margin-top: -330px;*/
}

.result_inner01 {
		width: 740px;
		height: 240px;
		background: url(../../image/pc_lp/result_bg01.png) ;
		margin-bottom: 10px;
		margin-top: 10px;
	}
