@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
    font-family: "メイリオ", verdana, sans-serif;
}
body{
	font-size: 0.9em;
	color: #FFF;
	background: #520069;
	-webkit-user-select: none;
	-ms-touch-action: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
    overflow: hidden;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.textPadding p{
	padding: 0 5px;
}
header {
	height: 60px;
	background: #520069;
	margin-bottom: 2px;
	border-bottom: 2px solid #520069;
}
.topHeader {
	position: relative;
	overflow: hidden;
}
.topHeader li {
	float: left;
	width: 50%;
}
.topHeader li:nth-child(2) {
	text-align: right;
}
.topHeader .topB {
	display: inline-block;
	text-align: center;
	height: 57px;
	line-height: 57px;
	margin-top: 3px;
	margin-right: 3px;
	width: 60%;
	background: rgb(125, 55, 162);
	color: rgb(255, 255, 255);
	text-decoration: none;
	border: 2px solid rgb(175, 124, 255);
	/* border-bottom: 2px solid rgb(175, 124, 255); */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 5px;
}
.topHeader img {
	padding-top: 5px;
	padding-left: 5px;
	height: 55px;
}


/*お知らせ*/
.notice{
	text-align: center;
	font-size: 0.95em;
	padding: 10px 0;
	background: #520069;
}
.notice h3 {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(255, 255, 255);
	height: 30px;
	line-height: 30px;
}
.notice p{
	color: #FFF;
	font-weight: bold;
}
.notice p a{
	color: #3B0762;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #F7E6FF;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
}

/*トップ画像*/
#topImg{
	width: 100%;
	background: #eee;
	text-align: center;
	border-bottom: 5px solid #8131BB;
	border-top: 5px solid #8131BB;
	margin-bottom: 10px;
}
#topImg img{
	vertical-align: bottom;
	width: 100%;
}

div#registButton {
	width: 80%;
	margin: 0 auto 10px;
}
#registButton a {
	display: block;
	text-align: center;                        
	background: rgba(233,68,183,1);  background: -moz-linear-gradient(top, rgba(233,68,183,1) 0%, rgba(228,37,161,1) 2%, rgba(168,0,104,1) 100%);  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,68,183,1)), color-stop(2%, rgba(228,37,161,1)), color-stop(100%, rgba(168,0,104,1)));  background: -webkit-linear-gradient(top, rgba(233,68,183,1) 0%, rgba(228,37,161,1) 2%, rgba(168,0,104,1) 100%);  background: -o-linear-gradient(top, rgba(233,68,183,1) 0%, rgba(228,37,161,1) 2%, rgba(168,0,104,1) 100%);  background: -ms-linear-gradient(top, rgba(233,68,183,1) 0%, rgba(228,37,161,1) 2%, rgba(168,0,104,1) 100%);  background: linear-gradient(to bottom, rgba(233,68,183,1) 0%, rgba(228,37,161,1) 2%, rgba(168,0,104,1) 100%);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	/* border: 2px outset #FF11AA; */
	height: 44px;
	line-height: 44px;
	box-shadow: 0 2px 0 #560024;
}


.contents {
	background: #FEF3FF;
	color: #404040;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.nav{
	overflow: hidden;
	background: #FF0079;
}
.nav li {
	float: left;
	width: 33.33%;
	border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav li:last-child {
	border-right: none;
}

.nav li a {
	display: block;
	background: #D300A3;
	width: 100%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}
.nav li:first-child a{
	background: #A9006A;
}
.nav li:last-child a{
	background: #FF0079;
}
.new .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #A9006A;
	margin-left: 10%;
	margin-bottom: -10px;
}





.list1 {
	width: 100%;
	overflow: hidden;
}
.list1 li {
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-bottom: 10px;
	margin-top: 2px;
}
.list1 li a {
	position: relative;
	display: block;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
}
.list1 img {
	width: 100%;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: rgb(128, 128, 128) 0px 0px 2px;
	vertical-align: bottom;
	box-sizing: border-box;
}
.new .list1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: #D141FF;
	color: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.obiLink {
	margin-bottom: 15px;
}
.obiLink a {
	display: block;
	width: 80%;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	background: #FE377F;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 0 #D24882;
}
.ranking .list1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: #FFE200;
	color: #232323;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.obiLink {
	margin-bottom: 15px;
}
.obiLink a {
	display: block;
	width: 80%;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	background: #9E00D9;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 0 #751CA1;
}
.ranking h2 {
	background: #D300A3;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto;
	padding-left: 20px;
	letter-spacing: 1px;
}
.ranking .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #D300A3;
	margin-left: 10%;
	margin-bottom: -10px;
}
.ranking h2 span {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	text-shadow: 0 0 1px #444;
}



.recommen {
}
.recommen h2 ,footer h2{
	background: #FF0079;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto;
	padding-left: 20px;
	letter-spacing: 1px;
}
.recommen .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #FF0079;
	margin-left: 10%;
	margin-bottom: -10px;
}
.recommenDetail {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.list2 li {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.list2 p {
	font-size: 0.9em;
}
.recommen .list2 a {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 10%;
	height: 44px;
	line-height: 44px;
	background: #FE377F;
	box-shadow: 0 2px 0 #D24882;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2px;
}
.recommen .list2 img {
	float: left;
	width: 30%;
	padding-left: 1%;
}
.recommen .list2 h4 {
	background: #FA3B9D;
	color: #fff;
	box-shadow: 0 2px 0 #B2237E;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}

/*検索*/
#searchArea {
	margin: 20px 0;
}

/*フッター*/
footer{
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}
footer h2 {
	background: #7800D1;
	position: relative;
	box-shadow: 0px 2px 0px #492565;
}
#supportNav{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #662570;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#supportNav li{
	background: #BC85FF;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#supportNav li:nth-child(2n) {
	background: #D39FFF;
}

#supportNav li a{
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	background: url("../img/arrow.png") no-repeat 98% 50%;
	padding: 9px 0 8px 5px;
	padding: 0 0 0 5px;
	height: 45px;
	line-height: 45px;
}
footer > span {
	display: block;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
}




/*topへ*/
footer p{
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
footer p img{
    position: relative;
	text-align: center;
	color: #fff;
    width: 100%;
}
.bottomLink{
	margin-top: 10px;
	width: 50%;
	position: relative;
	left: 50%;
}
.bottomLink a {
	display: block;
	background: #eee;
	color: #444;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.bottomLink a span {
	font-weight: bold;
}
.bottomLink img{
	vertical-align: middle;
}




/*会員トップ*/
#currentPt {
	text-align: center;
	margin: 10px 0 0px 0;
}
.menber a {
	margin-bottom: 12px;
}



/*各ページ*/
.eachPage a {
	color: #F000E8;
}
.info {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.eachPage h2 {
	position: relative;
	color: #fff;
	font-weight: lighter;
	text-shadow: 0 1px 1px #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	background: #7800D1;
	text-align: center;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 2px 0px #4E217E;
	margin-bottom: 10px;
}
.eachNav li {
	float: left;
	width: 50%;
	background: #D300A3;
	color: #fff;
	text-align: center;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	font-weight: bold;
}
.eachNav li:first-child {
	border-right: 2px solid #fff;
}
.eachNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #A9006A;
}
.eachPage .new .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #D300A3;
	margin-left: 10%;
	margin-bottom: -10px;
}
.eachPage .ranking .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #D300A3;
	margin-left: 60%;
	margin-bottom: -10px;
}

#itemDetailNav{
	text-align: center;	
}
#itemDetailNav a {
	display: inline-block;
	background: #E8E8E8;
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
	color: #555;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}

.detaAria {
	width: 80%;
	margin: 0 auto;
}
.detaTextAria {
	padding: 10px 0;
}
.detaAria h3 {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #5C5C5C;
	margin-bottom: 10px;
}
.desc {
	margin-bottom: 10px;
	/* padding-top: 5px; */
	/* border-top: 2px dashed #ACACAC; */
}
.needPt {
	width: 98%;
	margin: 0 auto 10px;
	text-align: center;
	background: #F038FB;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border: 2px solid #fff;
	border-radius: 50px;
}
.detaThumAria {
    border-top: 2px dashed #ACACAC;
    border-bottom: 2px dashed #ACACAC;
    padding: 8px 0 8px 0;
}
.detaThumAria img {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px #555;
	vertical-align: bottom;
}
.downloadLink {
	width: 100%;
	margin: 0 auto;
}
.downloadLink a {
	display: block;
	background: #751A90;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-shadow: 0 2px 0 #511E75;
}

.basicList li {
	margin-bottom: 10px;
}
.eachPage .info .basicList li h5 {
	color: #FFFFFF;
	background: #CD36D2;
	font-size: 1em;
	width: 99%;
	font-weight: lighter;
	padding: 5px 0;
	margin-bottom: 1px;
}
.eachPage h5 {
	color: #FFFFFF;
	background: #E8A7FF;
	font-size: 1em;
	width: 100%;
	font-weight: lighter;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	margin-bottom: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/*FAQ*/
.FAQList {
	width: 99%;
	margin: 0 auto;
}
.FAQList li{
	background: #F5F5F5;
	border-bottom: 1px solid rgba(216, 216, 216, 0.44);
	border-left: 1px solid rgba(216, 216, 216, 0.44);
	border-right: 1px solid rgba(216, 216, 216, 0.44);
}
.FAQList li:first-child {
	border-top: 1px solid rgba(216, 216, 216, 0.44);
}
.FAQTitle {
	height: 45px;
	line-height: 45px;
	color: #6A6A6A;
	padding-left: 5px;
	background: url("../img/arrow3_off.png") no-repeat 98% 50%;
}
.FAQText {
	background: #fff;
	color: #5C5C5C;
	padding-left: 5px;
}

/*フリーワード検索結果*/
.freeword .list2 {
	margin: 15px 0;
}

/*登録画面*/
.regist {
	text-align: center;
}
.tmpIdPass {
	font-weight: bold;
}
.regist dt {
	color: rgb(195, 61, 203);
	font-weight: bold;
}
.regist dd {
	margin-bottom: 10px;
	font-weight: bold;
}
.regist input[type="submit"] {
	background: #F25D80;
	border: none;
	border-radius: 10px;
	width: 50%;
	height: 44px;
	line-height: 44px;
	font-size: 1em;
	color: #FFF;
	box-shadow: 0 2px 0 #BD3434;
}

/*退会アンケート*/
.formPage{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom{
	display: block;
	font-size: 1em;
	margin-top: 16px;
	padding: 5px 2px;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}

