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

Base Setting

////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
ul, li {
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
	margin: 0;
}
.d-none, .none {
	display: none;
}
.d-block {
	display: block;
}
.backface {
	-webkit-backface-visibility: hidden;
}
.to {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
/* anchor
------------------------------------------------------- */
a {
	color: #ff005a;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.link {
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 12px;
}
.link a {
	text-decoration: none;
	font-size: 12px;
}
.link.icon-hart a {
	padding: 5px 0 5px 20px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/icon/icon-hart.png) no-repeat left 4px;
	background-size: 17px;
}
.link.yellow {
	font-weight: bold;
	color: #a38a24;
}
.link.yellow02 {
	font-weight: bold;
	color: #e3c02f;
}
.pagetop {
	margin: 0 10px 15px 0;
	text-align: right;
}
.pagetop a {
	display: inline-block;
	padding: 5px 20px 10px 0;
	text-decoration: none;
	font-size: 11px;
	background: url(../images/icon/top.png) no-repeat right 6px;
	background-size: 15px;
}
.tutorial .pagetop a {
	font-weight: bold;
	color: #675e71;
	background: url(../images/icon/arrow01.png) no-repeat right 6px;
	background-size: 15px;
}
/* clearfix
------------------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both !important;
	float: none !important;
}
/* space
------------------------------------------------------- */
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-110 {
	padding-top: 110px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.p-10 {
	padding: 0 10px;
}
/* text
------------------------------------------------------- */
/*文字太さ・大きさ*/
.text-bold {
	font-weight: bold !important;
}
.text-smaller {
	font-size: 0.7em !important;
}
.text-small {
	font-size: 0.9em !important;
}
.text-medium {
	line-height: 1.3;
	font-size: 1.1em !important;
}
.text-large {
	line-height: 1.5;
	font-size: 1.2em !important;
}
.text-large02 {
	line-height: 1.5;
	font-size: 1.3em !important;
}
.text-bigger {
	line-height: 1.7;
	font-size: 1.5em !important;
}
.text-larger {
	line-height: 1.8;
	font-size: 1.6em !important;
}
/*文字位置*/
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
/*文字色*/
.text-red {
	color: #ff3639 !important;
}
.text-pink {
	color: #FF6BB0 !important;
}
.text-blue {
	color: #7eb7f1 !important;
}
.text-violet {
	color: #9650C7 !important;
}
.text-green {
	color: #008e00 !important;
}
.text-yellow {
	color: #a38a24 !important;
}
.text-yellow02 {
	color: #e3c02f !important;
}
.text-yellow03 {
	color: #ffcb41;
}
.text-orange {
	color: #FF7A00 !important;
}
.text-white {
	color: #FFFFFF !important;
}
.text-black {
	color: #333 !important;
}
.text-gold {
	color: #a38a24 !important;
}
.bg-whiteBox {
	background-color: #fff;
	color: #333;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin: 0 auto;
}
.text-light {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 140%;
	text-align: center !important;
	color: #fff;
	text-shadow: 0 1px 2px #aa780c, 0 0 3px #aa780c, 0 0 5px #aa780c, 0 0 5px #aa780c;
}
.text-light a {
	color: #fff;
}
.text-light01 {
	color: #fff;
	text-shadow: 0 0 5px #7e1fb9, 0 0 5px #7e1fb9, 0 0 5px #7e1fb9, 0 0 10px #7e1fb9, 0 0 10px #7e1fb9, 0 0 10px #7e1fb9, 0 0 10px #7e1fb9, 0 0 10px #7e1fb9, 0 0 10px #7e1fb9, 0 0 13px #7e1fb9;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-light02 {
	color: #fff;
	text-shadow: 0 0 5px #c81687, 0 0 5px #c81687, 0 0 5px #c81687, 0 0 10px #c81687, 0 0 10px #c81687, 0 0 10px #c81687, 0 0 10px #c81687, 0 0 13px #c81687, 0 0 13px #c81687, 0 0 13px #c81687, 0 0 13px #c81687;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-light03 {
	color: #fff;
	text-shadow: 0 0 5px #dd6708, 0 0 5px #dd6708, 0 0 5px #dd6708, 0 0 10px #dd6708, 0 0 10px #dd6708, 0 0 10px #dd6708, 0 0 10px #dd6708, 0 0 13px #dd6708, 0 0 13px #dd6708, 0 0 13px #dd6708, 0 0 13px #dd6708;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-light04 {
	color: #fff;
	text-shadow: 0 0 3px #c8161a, 0 0 3px #c8161a, 0 0 3px #c8161a, 0 0 10px #c8161a, 0 0 10px #c8161a, 0 0 15px #c8161a, 0 0 15px #c8161a;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-light05 {
	color: #fff;
	text-shadow: 0 0 5px #131115, 0 0 5px #131115, 0 0 5px #131115, 0 0 13px #131115, 0 0 13px #131115, 0 0 13px #131115;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-light06 {
	color: #fff;
	text-shadow: 0 0 3px #00a1cf, 0 0 3px #00a1cf, 0 0 5px #00a1cf, 0 0 10px #00a1cf;
}
.light {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 140%;
	text-align: center !important;
	color: #FFEF8D;
	text-shadow: 0 1px 2px #bd8f03, 0 0 3px #bd8f03, 0 0 5px #bd8f03, 0 0 5px #bd8f03, 0 0 5px #bd8f03;
}
.text-cap {
	margin: 20px 0 !important;
	font-weight: bold;
}
/*////////////////////////////////////////////////////////

Base layout

////////////////////////////////////////////////////////*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #1e1b21;
	font-size: 13px;
	line-height: 140%;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fdfbfe;
}
#container {
	min-height: 100%;
	text-align: center;
	position: relative;
}
#main img {
	width: 100%;
}
/* header
------------------------------------------------------- */
h1.logo img {
	width: 100%;
}
/* footer
------------------------------------------------------- */
/*フッター*/
.footer {
	width: 100%;
	text-align: center;
}
.btn-pagetop {
	padding: 20px 0;
}
.btn-pagetop a {
	display: block;
	line-height: 33px;
	text-decoration: none;
	font-weight: bold;
	color: #675e71;
	background: #e8e8f0;
}
.btn-pagetop span {
	padding: 5px 0 5px 25px;
	background: url(../images/icon/arrow01.png) no-repeat left;
	background-size: 20px;
}
.btn-top a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	background: #a38a24;
}
.copy {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	color: #bbb6c1;
	background: #1e1b21;
}
/*黒フッター ppvなど*/
.footer_black {
	background: #1e1b21;
}
/*青フッター free1,2など*/
.footer_blue {
	background: #01122e;
}
/*ベタフッター*/
footer ul {
	width: 95%;
	margin: 0 auto 10px;
	overflow: hidden;
}
footer ul li {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
footer ul li:nth-child(even) {
	float: right;
}
footer ul li.last {
	width: 100%;
	clear: both;
}
footer ul li a {
	display: block;
	padding: 10px 5px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #675e71;
	background: #e8e8f0;
}
/*フッターナビ*/
.footer_nav {
	width: 100%;
	background: url(../images/common/footer_nav.jpg) top center no-repeat #1e1b21;
	background-size: 100%;
}
/*ウィンドウ固定用*/
.footer_nav.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.footer_nav ul {
	overflow: hidden;
}
.footer_nav li {
	width: 20%;
	height: 40px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.footer_nav li a {
	display: block;
	width: 100%;
	height: 100%;
}
.footer_nav li.icon-mark {
	position: relative;
}
.footer_nav li.icon-mark:after {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: 2px;
	background: url(../images/pay/icon-mark.png) no-repeat;
	background-size: 100%;
}
/* contents
------------------------------------------------------- */
.contents {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: left;
}
/*////////////////////////////////////////////////////////

Common parts

////////////////////////////////////////////////////////*/
/* carrier login
------------------------------------------------------- */
.carrier-btn {
	margin: 15px 0;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
}
.carrier-btn img:first-child {
	margin-bottom: 5px;
}
.carrier-btn ul {
	position: relative;
	overflow: hidden;
}
.carrier-btn ul li {
	width: 50%;
	margin: 20px auto 0;
}
.box-login {
	margin: 15px 0;
	padding: 10px 0;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.box-login ul li {
	width: 30%;
	display: inline-block;
}
.box-login ul li a {
	line-height: 100%;
	display: block;
	padding: 12px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px #FFFFFF inset, 0 -1px 2px #000 inset;
	box-shadow: 0 1px 2px #FFFFFF inset, 0 -1px 2px #000 inset;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px #000;
}
.box-login ul li.sp a {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FD7D7D), color-stop(1, #A80006));
	background-image: -moz-linear-gradient(top, #FD7D7D 0%, #A80006 100%);
	background-image: linear-gradient(to bottom, #FD7D7D 0%, #A80006 100%);
}
.box-login ul li.spau a {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDA015), color-stop(1, #BE3C00));
	background-image: -moz-linear-gradient(top, #FDA015 0%, #BE3C00 100%);
	background-image: linear-gradient(to bottom, #FDA015 0%, #BE3C00 100%);
}
.box-login ul li.spsb a {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBDBD), color-stop(1, #4A4A4A));
	background-image: -moz-linear-gradient(bottom, #BDBDBD 0%, #4A4A4A 100%);
	background-image: linear-gradient(to bottom, #BDBDBD 0%, #4A4A4A 100%);
}
.space-master {
	padding-top: 85px !important;
}
#rock-header {
	position: fixed;
	margin: 0 auto;
	top: 0;
	z-index: 99;
}
#top-header .box-login {
	margin: 0 auto !important;
}
/* arrow-regist
------------------------------------------------------- */
ol.arrow-regist {
	letter-spacing: -.40em;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
}
ol.arrow-regist li {
	letter-spacing: normal;
	width: 70px;
	height: 19px;
	padding: 25px 15px;
	margin: 0 -10px;
	display: inline-block;
	line-height: 19px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.3);
	background: url(../images/regist/arrow_regist2.png) no-repeat right;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
}
ol.arrow-regist li:first-child {
	background: url(../images/regist/arrow_regist.png) no-repeat right;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
}
ol.arrow-regist li.chk {
	background: url(../images/regist/arrow_regist2_on.png) no-repeat right;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
}
ol.arrow-regist li:first-child.chk {
	background: url(../images/regist/arrow_regist_on.png) no-repeat right;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
}
.regist-career a {
	display: block;
	margin: 5px auto;
	width: 280px;
	text-align: center;
	text-decoration: none;
}
.regist-career a dl {
	padding: 15px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.regist-career a dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #333;
}
.regist-career a dl.docomo {
	background-color: #ff9292;
	-webkit-box-shadow: 0 -2px 2px 1px #b36666 inset;
	box-shadow: 0 -2px 2px 1px #b36666 inset;
}
.regist-career a dl.au {
	background-color: #ffbd99;
	-webkit-box-shadow: 0 -2px 2px 1px #b37f62 inset;
	box-shadow: 0 -2px 2px 1px #b37f62 inset;
}
.regist-career a dl.softbank {
	background-color: #c0dede;
	-webkit-box-shadow: 0 -2px 2px 1px #839999 inset;
	box-shadow: 0 -2px 2px 1px #839999 inset;
}
/* top_login
------------------------------------------------------- */
.btn-toplogin {
	width: 95%;
	margin: 0 auto 15px;
}
.btn-toplogin li {
	width: 50%;
	float: left;
	text-align: center;
	margin-left: 0;
}
/* form
------------------------------------------------------- */
.form-box {
	padding-bottom: 40px;
}
.form-box .form-title {
	margin-bottom: 10px;
	padding: 0 0 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #333;
}
.form-box .form-caution {
	margin-bottom: 0;
	color: #888;
	font-size: 0.8em;
}
input, select, textarea {
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	background: #fff;
}
input {
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
input[type="text"], input[type="tel"] {
	line-height: 23px;
	box-sizing: border-box;
}
input[type="submit"] {
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
	display: inline-block;
	height: 33px;
	padding: 0 25px 0 5px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	vertical-align: middle;
	background: url(../images/icon/arrow_gr1.png) no-repeat 95% center #fff;
	background-size: 10px;
}
textarea {
	width: 90%;
	height: 10em;
	margin: 0 auto;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
input[type="text"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
	border: 1px solid #a38a24;
	background: #fbfae1;
}
input[type="number"] {
	width: 85px;
}
input[name="emailDomain"] {
	width: 80px;
}
.form-box label {
	display: inline-block;
	margin: 5px 10px 20px 0;
}
.form-box #user_name input {
	width: 100%;
}
.form-box input[type="radio"] {
	display: none;
}
.form-box input[type="radio"] + label {
	padding-left: 25px;
	position: relative;
	line-height: 25px;
}
.form-box input[type="radio"] + label:before {
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #a38a24;
	border-radius: 18px;
	position: absolute;
	left: 0;
	background: #fff;
}
.form-box input[type="radio"]:checked + label:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #a38a24;
}
.form-box input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	vertical-align: -5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: relative;
	z-index: 10;
}
.form-box input[type="checkbox"] + label {
	width: 20px;
	height: 20px;
	margin: 0;
	background: url(../images/icon/icon-chkbox.png) no-repeat left;
	background-size: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}
.form-box input[type="checkbox"]:checked + label {
	background: url(../images/icon/icon-chkbox_on.png) no-repeat left;
	background-size: 20px;
}
/* checkbox */
.list-chk {
	margin-bottom: 30px;
}
.list-chk u {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}
.list-chk input[type="checkbox"] {
	display: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.list-chk label {
	display: block;
	margin: 0 10px;
	padding: 0 15px;
	line-height: 33px;
}
.list-chk li {
	margin-bottom: 10px;
	text-align: left;
}
.list-chk label.checked {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #888;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E37800));
	background: -moz-linear-gradient(top, #FFF, #E37800);
}
.list-chk label.unchecked {
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #888;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
}
/* button
------------------------------------------------------- */
.btn-main {
	display: inline-block;
	min-width: 250px;
	margin: 0 auto 30px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	background: -moz-linear-gradient(top, #6d5104 0%, #d6be83 50%, #6d5104);
	background: -webkit-gradient(linear, left top, left bottom, from(#6d5104), color-stop(0.5, #d6be83), to(#6d5104));
	padding: 5px;
	border-radius: 30px;
}
.btn-main a, .btn-main input {
	display: block;
	padding: 12px 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	color: #402f01;
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #6d5104 0%, #f0dba6 50%, #6d5104);
	background: -webkit-gradient(linear, left top, left bottom, from(#6d5104), color-stop(0.5, #f0dba6), to(#6d5104));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #543e00;
	-moz-box-shadow: 0px 0px 1px black, inset 0px 0px 1px rgba(255, 0, 217, 0);
	-webkit-box-shadow: 0px 0px 1px black, inset 0px 0px 1px rgba(255, 0, 217, 0);
	box-shadow: 0px 0px 1px black, inset 0px 0px 1px rgba(255, 0, 217, 0);
	text-shadow: 0px -1px 0px transparent, 0px 0px 2px rgba(255, 255, 255, 0.4);
}
.btn-main input {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}
.pointer {
	width: 20px;
	position: absolute;
	right: 20px;
	bottom: -10px;
}
.btn-submit {
	padding: 20px 0 30px;
	text-align: center;
}
.btn-submit a, .btn-submit input {
	width: 250px;
	display: inline-block;
	margin: 0;
	padding: 10px 5px;
	box-sizing: border-box;
	box-shadow: 0 1px #b40040;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #b40040;
	letter-spacing: 1px;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	background: #ff005a;
}
.btn-submit a {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn a, .btn input[type="submit"] {
	width: 250px;
	margin: 0 auto;
	display: block;
	padding: 13px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #fff;
}
.btn input[type="submit"] {
	padding: 10px;
}
.btn-red a, .btn-red input[type="submit"] {
	box-shadow: 0 1px 1px #b40040, 0 1px 1px #b40040;
	text-shadow: 0 1px 1px #b40040, 0 1px 2px #b40040;
	background: #ff005a;
}
.btn-purple a {
	box-shadow: 0 1px 1px #4e009e, 0 1px 1px #4e009e;
	text-shadow: 0 1px 1px #4e009e, 0 1px 2px #4e009e;
	background: #8a4aab;
}
.btn-gray a {
	box-shadow: 0 1px 1px #555, 0 1px 1px #555;
	text-shadow: 0 1px 1px #555, 0 1px 2px #555;
	background: #ccc;
}
/* link */
.btn-link {
	margin: 0 10px 15px 0;
	text-align: right !important;
}
.btn-link a {
	display: inline-block;
	padding: 8px 30px 8px 20px;
	color: #333 !important;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
	box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
	background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #EEE, #AAA);
	-webkit-background-size: 15px auto, 100% auto;
	background-size: 15px auto, 100% auto;
	z-index: 9;
}
.btn-link.left {
	text-align: left !important;
}
.btn-link.left a {
	padding: 8px 20px 8px 30px;
	background: url(../images/icon/arrow_gr2.png) no-repeat left, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	background: url(../images/icon/arrow_gr2.png) no-repeat left, -moz-linear-gradient(top, #EEE, #AAA);
	-webkit-background-size: 15px auto, 100% auto;
	background-size: 15px auto, 100% auto;
}
/* pager */
.btn-page {
	width: 100%;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}
.btn-page li:first-child {
	float: left;
	width: 110px;
	text-align: right;
}
.btn-page li:last-child {
	float: right;
	width: 110px;
}
.btn-page li a {
	display: block;
	padding: 5px;
	color: #333 !important;
	font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn-page li:first-child a {
	background: url(../images/icon/arrow_gr2.png) no-repeat left, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	background: url(../images/icon/arrow_gr2.png) no-repeat left, -moz-linear-gradient(top, #EEE, #AAA);
	-webkit-background-size: 15px auto, 100% auto;
	background-size: 15px auto, 100% auto;
}
.btn-page li:last-child a {
	background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #EEE, #AAA);
	-webkit-background-size: 15px auto, 100% auto;
	background-size: 15px auto, 100% auto;
}
/* tel or mail */
.btn-tel, .btn-mail, .btn-mail-master {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	background: -moz-linear-gradient(top, #EEE, #AAA);
	-webkit-box-shadow: 2px 2px 2px #000, 1px 1px 1px #FFF inset;
	box-shadow: 2px 2px 2px #000, 1px 1px 1px #FFF inset;
}
.btn-tel a, .btn-mail a, .btn-mail-master a {
	display: block;
	color: #333;
	text-decoration: none;
}
.btn-tel {
	float: left;
	width: 74%;
}
.btn-tel a {
	padding: 15px 0 13px 40px;
	font-size: 1.3em;
	background: url(../images/icon/icon_phone.png) no-repeat 10px 5px;
	background-size: auto 80%;
}
.btn-mail {
	float: right;
	width: 23%;
	font-size: 0.6em;
	text-align: center;
}
.btn-mail a {
	padding: 28px 0 0;
	background: url(../images/icon/icon_mail.png) no-repeat 50% 10px;
	background-size: auto 20px;
}
.btn-mail-master {
	/*width:85%;*/
	margin-bottom: 5px;
	font-size: 0.9em;
	text-align: center;
}
.btn-mail-master a {
	padding: 15px 0 15px 40px;
	background: url(../images/icon/icon_mail.png) no-repeat 5px 15px;
	background-size: auto 20px;
	background-position: 90% 0;
}
/* colom */
.btn-colom1, .btn-colom2, .btn-colom3, .btn-colom4 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.btn-colom1 li, .btn-colom2 li, .btn-colom3 li, .btn-colom4 li {
	display: block;
	float: left;
}
.btn-colom2 li:nth-child(2n), .btn-colom3 li:nth-child(3n), .btn-colom4 li:nth-child(4n) {
	float: right;
}
.btn-colom1 li {
	width: 100%;
}
.btn-colom2 li {
	width: 50%;
}
.btn-colom3 li {
	width: 33.3%;
}
.btn-colom4 li {
	width: 25%;
}
.btn-colom1 a, .btn-colom2 a, .btn-colom3 a, .btn-colom4 a {
	display: block;
	text-align: center;
	position: relative;
	padding: 10px 0;
	margin: 3px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	line-height: 120%;
	text-decoration: none;
}
.btn-colom1:after, .btn-colom2:after, .btn-colom3:after, .btn-colom4:after {
	content: "";
	display: block;
	clear: both;
}
.btn-colom2.bg01 {
	width: 97%;
}
.bg01 a {
	padding: 15px 10px !important;
	border: 2px solid #bbb6c1 !important;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(194,190,198,0.6);
	text-shadow: 0 0 1px #fff, 0 1px 1px #fff, 0 1px 1px #fff;
	font-weight: bold;
	font-size: 14px;
	color: #1e1b21;
	background: url(../images/contents/btn.jpg) no-repeat;
	background-size: 100%;
}
.bg01 .two a {
	padding: 8px 10px !important;
}
.bg02 a, .bg02-2 a {
	border: 0 !important;
	text-shadow: 0 1px 1px #39154f, 0 0 2px #39154f;
	text-align: left !important;
}
.bg02 a {
	padding: 8px 10px !important;
	background: url(../images/contents/btn02.png) no-repeat;
	background-size: 100%;
}
.bg02-2 a {
	padding: 17px 5px !important;
	background: url(../images/contents/btn02-2.png) no-repeat;
	background-size: 100%;
}
.btn-yudo {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.btn-yudo li {
	width: 100%;
	float: left;
}
.btn-yudo a {
	display: block;
	margin: 3px 3px 10px;
	padding: 10px;
	border: 1px solid #ffd54b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.7);
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 2px #1e1b21, 0 0 5px #1e1b21, 0 0 5px #1e1b21, 0 0 8px #1e1b21;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	color: #fff;
}
.btn-yudo.red a {
	background: rgb(207,13,13);
	background: -moz-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: linear-gradient(to bottom, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
}
.btn-yudo.blue a {
	background: rgb(13,159,207);
	background: -moz-linear-gradient(top, rgba(13,159,207,0.8) 0%, rgba(21,50,77,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(13,159,207,0.8) 0%, rgba(21,50,77,0.8) 100%);
	background: linear-gradient(to bottom, rgba(13,159,207,0.8) 0%, rgba(21,50,77,0.8) 100%);
}
.btn-yudo.purple a {
	background: rgb(197,24,234);
	background: -moz-linear-gradient(top, rgba(197,24,234,0.8) 0%, rgba(54,1,141,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(197,24,234,0.8) 0%, rgba(54,1,141,0.8) 100%);
	background: linear-gradient(to bottom, rgba(197,24,234,0.8) 0%, rgba(54,1,141,0.8) 100%);
}
.btn-yudo.green a {
	background: rgb(45,239,205);
	background: -moz-linear-gradient(top, rgba(45,239,205,0.8) 0%, rgba(5,78,81,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(45,239,205,0.8) 0%, rgba(5,78,81,0.8) 100%);
	background: linear-gradient(to bottom, rgba(45,239,205,0.8) 0%, rgba(5,78,81,0.8) 100%);
}
.btn-yudo.yellow a {
	background: rgb(207,132,13);
	background: -moz-linear-gradient(top, rgba(207,132,13,0.8) 0%, rgba(68,26,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(207,132,13,0.8) 0%, rgba(68,26,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(207,132,13,0.8) 0%, rgba(68,26,0,0.8) 100%);
}
/* color */
.btn-color01 a {
	display: block;
	padding: 10px 5px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(194,190,198,0.6);
	border-radius: 5px;
	border: 1px solid #bbb6c1;
	line-height: 20px;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	color: #333;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
}
.btn-color02 a {
	padding: 13px 5px;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	color: #1e1b21;
	border: 1px solid #c2bec6;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
}
.btn-color03 a {
	display: block;
	margin: 3px 3px 10px;
	padding: 10px;
	border: 1px solid #ffd54b;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.7);
	line-height: 20px;
	text-decoration: none;
	text-shadow: 0 0 2px #1e1b21, 0 0 5px #1e1b21, 0 0 5px #1e1b21, 0 0 8px #1e1b21;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	background: rgb(207,13,13);
	background: -moz-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: linear-gradient(to bottom, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
}
.btn-color04 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	/* Chrome,Safari4+ */
	border: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
/*黒背景用透明ボタン*/
.btn-color06 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #cccccc;
	border: #bbbbbb 1px solid;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0.5)), color-stop(0.5, rgba(235, 235, 235, 0.5)), color-stop(0.5, rgba(219, 219, 219, 0.5)), to(rgba(215, 215, 215, 0.5)));
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px white;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px white;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.btn-color07 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	/* Chrome,Safari4+ */
	border: 2px solid #ab000e;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#d9d9d9));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(163, 163, 163, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.btn-color08 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 13px 5px;
	background-color: rgba(50,50,128,0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	/* Chrome,Safari4+ */
	border: 2px solid #ab000e;
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(163, 163, 163, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
	box-shadow: 1px 1px 2px rgba(255,255,255,0.50) inset, -1px -1px 2px rgba(0,0,0,0.50) inset;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	text-shadow: 0 0 3px #080103, 0 0 3px #080103;
	line-height: 120%;
	font-size: 13px;
}
.btn-color08_r a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 13px 5px;
	background-color: rgba(228,50,50,0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	/* Chrome,Safari4+ */
	border: 2px solid #0000ab;
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(163, 163, 163, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
	box-shadow: 1px 1px 2px rgba(255,255,255,0.50) inset, -1px -1px 2px rgba(0,0,0,0.50) inset;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	text-shadow: 0 0 3px #080103, 0 0 3px #080103;
	line-height: 120%;
	font-size: 13px;
}
.btn-color09 a {
	color: #fff;
	background: -moz-linear-gradient(top, #f00065 0%, #bf0067 25%, #6b0040 75%, #420024);
	background: -webkit-gradient(linear, left top, left bottom, from(#f00065), color-stop(0.25, #bf0067), color-stop(0.75, #6b0040), to(#420024));
}
.btn-color10 a {
	color: #fff;
	background: -moz-linear-gradient(top, #00f0cc 0%, #00bfb4 25%, #006b5b 75%, #004234);
	background: -webkit-gradient(linear, left top, left bottom, from(#00f0cc), color-stop(0.25, #00bfb4), color-stop(0.75, #006b5b), to(#004234));
}
.btn-color11 a {
	color: #fff;
	background: -moz-linear-gradient(top, #00a8f0 0%, #009dbf 25%, #00516b 75%, #003842);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a8f0), color-stop(0.25, #009dbf), color-stop(0.75, #00516b), to(#003842));
}
.btn-color12 a {
	color: #fff;
	background: -moz-linear-gradient(top, #f0e600 0%, #bfb800 25%, #6b6a00 75%, #414200);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0e600), color-stop(0.25, #bfb800), color-stop(0.75, #6b6a00), to(#414200));
}
.btn-color013 a {
	color: #fff;
	background: -moz-linear-gradient(top, #f08900 0%, #bf7300 25%, #6b4300 75%, #422e00);
	background: -webkit-gradient(linear, left top, left bottom, from(#f08900), color-stop(0.25, #bf7300), color-stop(0.75, #6b4300), to(#422e00));
}
.btn-system {
	overflow: hidden;
	padding-bottom: 5px;
}
.btn-system a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #333 !important;
	background-color: #efefef;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-arrow li a {
	background-image: url(../images/icon/arrow_wh.png), -moz-linear-gradient(top, #5d0a0a 0%, #890f0f 100%);
	background-image: url(../images/icon/arrow_wh.png), -webkit-linear-gradient(top, #5d0a0a 0%, #890f0f 100%);
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: 15px auto, 100% auto;
	background-size: 15px auto, 100% auto;
	background-position: right center, top center;
}
.btn-arrow01 li a {
	background-image: url(../images/icon/arrow_wh.png);
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	background-position: right center;
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8) inset, 0 2px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8) inset, 0 2px 3px rgba(0, 0, 0, 0.75);
}
.arrow-blue li a {
	background-color: #1598b4;
}
.arrow-yellow li a {
	background-color: #b4a415;
}
.arrow-green li a {
	background-color: rgba(42, 154, 53, 0.9);
}
/* advertisement
------------------------------------------------------- */
.ad-box {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin: 0 auto 15px auto;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
}
.ad-box a {
	color: #FFBC00;
}
.ad-box2 {
	width: 98%;
	margin: 0 auto 15px auto;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.ad-box2 a {
	color: #FFBC00;
}
/*////////////////////////////////////////////////////////

parts

////////////////////////////////////////////////////////*/
 .title, .subtitle, .tit_sub01, .tit_sub02, .tit_sub03, .tit_sub04, .tit_sub05 {
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(126,31,185,0.5), 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 15px;
	color: #7e1fb9;
}
.subtitle {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #a38a24;
	border-bottom: 1px solid #a38a24;
	text-shadow: none;
	font-size: 14px;
	color: #a38a24;
}
.tit_sub01 {
	height: 28px;
	line-height: 28px;
	background: url(../images/contents/tit_sub01.jpg) no-repeat;
	background-size: 100%;
}
.title, .tit_sub02 {
	height: 37px;
	margin-bottom: 15px;
	line-height: 37px;
	background: url(../images/contents/tit_sub02.jpg) no-repeat;
	background-size: 100%;
}
.tit_sub03 {
	height: 38px;
	line-height: 38px;
	text-shadow: 0 0 1px rgba(117,94,25,0.5), 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 1px 2px #fff;
	color: #755e19;
	background: url(../images/contents/tit_sub03.jpg) no-repeat;
	background-size: 100%;
}
.tit_sub04 {
	margin-bottom: 15px;
	height: 48px;
	line-height: 50px;
	text-shadow: none;
	color: #a38a24;
	background: url(../images/contents/tit_sub04.jpg) no-repeat;
	background-size: 100%;
}
.tit_sub05 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #a38a24;
	border-bottom: 1px solid #a38a24;
	text-shadow: none;
	font-size: 14px;
	color: #a38a24;
}
.tit_sub06 {
	margin-bottom: 8px;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 14px;
	color: #a38a24;
}
.tit_sub06 span {
	padding: 0 50px;
	display: inline-block;
	background: url(../images/contents/deco01.png) no-repeat left top, url(../images/contents/deco02.png) no-repeat right top;
	background-size: 45px, 45px;
}
.tit_sub07 {
 display: block;
 padding: 0 10px;
 line-height: 25px;
 letter-spacing: 1px;
 text-align: left;
 font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 font-size: 12px;
 color: #a38a24;
 background: #1e1b21;
}
.sub_title {
	background: url(../images/bg_subtitle.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.error-message {
	color: #FF0004 !important;
}
/* list
------------------------------------------------------- */
.list-menu {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}
.list-menu li {
	margin-bottom: 10px;
}
.list-menu a {
	display: block;
	margin: 2px;
	padding: 10px 5px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(194,190,198,0.6);
	border-radius: 5px;
	border: 1px solid #bbb6c1;
	line-height: 20px;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fbfaf5 30%, #d8e4f0 100%);
}
.list-colom1 li, .list-colom2 li, .list-colom3 li, .list-colom4 li {
	display: block;
	float: left;
}
.list-colom2 li:nth-child(2n), .list-colom3 li:nth-child(3n), .list-colom4 li:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.list-colom2 li {
	width: 49%;
}
.list-colom2-2 li {
	width: 50%;
	margin: 0 auto;
	float: none;
}
.list-colom3 li {
	width: 33.3%;
}
.list-colom4 li {
	width: 23%;
	margin-right: 5px;
}
/*--- 背景あり ---*/
.list-menu01 {
	background: rgb(25,32,117);
	background: -moz-linear-gradient(left, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
	background: -webkit-linear-gradient(left, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
	background: linear-gradient(to right, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
}
.list-menu01 ul {
	background: rgb(25,32,117);
	background: -moz-linear-gradient(left, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
	background: -webkit-linear-gradient(left, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
	background: linear-gradient(to right, rgba(25,32,117,1) 0%, rgba(14,19,81,1) 100%);
}
.list-menu01 li {
	border-bottom: 1px solid #8c8c8c;
	background: url(../images/ppv/deco01.png) no-repeat left top, url(../images/ppv/deco02.png) repeat-y right bottom;
	background-size: 100px;
}
.list-menu01 a {
	display: block;
	padding: 8px 20px 8px 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/icon/arrow_wh.png) no-repeat right;
	background-size: 15px;
}
.list-menu01-2 li {
	position: relative;
	background: url(../images/ppv/deco03.png) no-repeat left top, url(../images/ppv/deco04.png) no-repeat right bottom;
	background-size: 60px, 60px;
}
.list-menu01-2 li:before, .list-menu01-2 li:last-child:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: url(../images/pay/line.jpg) no-repeat;
	background-size: 100%;
}
.list-menu01-2 li:before {
	top: 0;
}
.list-menu01-2 li:last-child:after {
	bottom: 0;
}
.list-menu01-2 a {
	display: block;
	padding: 8px 15px 8px 10px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 1px 1px #39154f, 0 0 2px #39154f;
	color: #fff;
	background: url(../images/icon/arrow_wh1.png) no-repeat right;
	background-size: 15px;
}
/*赤背景*/
.list-menu01.red {
	background: rgb(140,2,2);
	background: -moz-linear-gradient(left, rgba(140,2,2,1) 0%, rgba(102,18,32,1) 100%);
	background: -webkit-linear-gradient(left, rgba(140,2,2,1) 0%, rgba(102,18,32,1) 100%);
	background: linear-gradient(to right, rgba(140,2,2,1) 0%, rgba(102,18,32,1) 100%);
}
.list-menu01-2.red {
	background: url(../images/ppv/bg_menu02.jpg) repeat-y;
	background-size: 100%;
}
/*青赤背景*/
.list-menu01-2.bluered {
	background: url(../images/ppv/bg_menu.jpg) repeat-y;
	background-size: 100%;
}
/*アイコン*/
.list-menu01 .icon-ppv, .list-menu01-2 .icon-ppv, .list-menu02 .icon-menu {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 70px;
	line-height: 20px;
	color: #bcbcbc;
}
.list-menu01 li a {
	line-height: 18px;
}
.list-menu01 .icon-ppv, .list-menu01-2 .icon-ppv {
	width: 70px;
	text-shadow: none;
	background: url(../images/pay/icon-ppv.png) no-repeat left top;
	background-size: 60px;
}
.list-menu01 .icon-ppv.one, .list-menu01-2 .icon-ppv.one {
	padding-left: 100px;
	background: url(../images/pay/icon-ppv.png) no-repeat left top, url(../images/pay/icon-one.png) no-repeat 74px top;
	background-size: 60px, 10px;
}
.list-menu01 .icon-ppv.two, .list-menu01-2 .icon-ppv.two {
	padding-left: 100px;
	background: url(../images/pay/icon-ppv.png) no-repeat left top, url(../images/pay/icon-two.png) no-repeat 70px top;
	background-size: 60px, 20px;
}
.list-menu01 .icon-ppv.reco, .list-menu01-2 .icon-ppv.reco {
	color: #ffcb41;
}
.list-menu02 {
	width: 100%;
	border-top: 1px solid #bbb6c1;
	background: #fbfaf5;
	background: -moz-linear-gradient(left, #fbfaf5 0%, #d8e4f0 100%);
	background: -webkit-linear-gradient(left, #fbfaf5 0%, #d8e4f0 100%);
	background: linear-gradient(to right, #fbfaf5 0%, #d8e4f0 100%);
}
.list-menu02 li {
	border-bottom: 1px solid #bbb6c1;
	background: none;
}
.list-menu02 li a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff, 0 1px 1px #fff;
	font-weight: bold;
	color: #675e71;
	background: url(../images/icon/arrow_gr.png) no-repeat right;
	background-size: 15px;
}
.list-menu02 li.nolink {
	display: block;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #a39da9;
	text-align: left;
	text-decoration: none;
	color: #909090;
	background: #ddd;
}
.list-menu02 li.nolink span {
	color: #bcbcbc;
}
.list-menu02 .icon-menu {
	font-weight: normal;
	color: #675e71;
}
/* caution and dot */
.list-caution, .list-dot {
	margin-bottom: 10px;
}
.list-caution li, .list-dot li {
	padding-left: 1.2em;
	position: relative;
}
.list-caution li {
	color: #666;
}
.accordion .list-caution li {
	padding-left: 2em;
}
.list-caution li span, .list-dot li span {
	position: absolute;
	top: 0;
	left: 0;
}
.list-dot li span {
	color: #deb81b;
}
.list-new {
	background: #fff;
	margin: 0;
	border-top: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	background: #fff;
	color: #333;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.list-new02 {
	width: 100%;
	background: #fff;
	margin: 0;
	border-top: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	background: #fff;
	color: #333;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
	display: table;
}
.list-new02 li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.list-new02 li:first-child {
	border-right: 1px solid #eeeeee;
}
.list-new a, .list-new02 a {
	vertical-align: top;
	color: #333 !important;
}
.colum_noLink, .list-new div.nolink {
	background-color: #cccccc;
}
.list-new a, .list-new02 a, .list-new dl.nolink, .list-new div.nolink {
	text-decoration: none !important;
	display: block;
	padding: 10px 15px 10px 5px;
	text-align: left;
	border-top: 1px solid #efefef;
}
.list-new dl.nolink {
	padding-right: 25px;
}
.list-new a:last-child, .list-new dl.nolink:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.list-new a, .list-new .other {
	width: 90%;
	background-image: url(../images/icon/arrow_gr.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	border-bottom: #eeeeee 1px solid;
}
.list-new02 a {
	width: 88%;
	font-size: 12px;
	background-image: url(../images/icon/arrow_gr.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	border-bottom: #eeeeee 1px solid;
}
.list-new a dl {
	margin: 0;
	padding: 0;
}
.list-new dt {
	font-weight: bold;
}
.list-new dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.list-new a.other {
	color: #fff;
	font-size: 13px;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.2);
}
.list-color li, #box-ppvmuryo .inner ul li {
	text-align: left;
	border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.list-color li:first-child, #box-ppvmuryo .inner ul li:first-child {
	border-top: solid rgba(255, 255, 255, 0.5) 1px;
}
.list-color li.nolink, .list-color li a, #box-ppvmuryo .inner ul li a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-size: 12px;
}
.list-color li a, #box-ppvmuryo .inner ul li a {
	padding-right: 30px;
	background: url(../images/icon/arrow_wh.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}
.list-color .other, #box-ppvmuryo .inner .other {
	display: block;
	padding: 5px 30px 5px 15px;
	background-color: rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #ffee5f;
	font-size: 0.9em;
	text-align: right;
	border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
	background-image: url(../images/icon/arrow_wh.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}
.list-box {
	margin-bottom: 5px;
	border: 5px solid #000;
	border-width: 5px 0 5px 5px;
}
.list-box li a {
	display: block;
	padding: 15px 10px;
	color: #000;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-align: left;
	background-color: #e3d9a0;
	background-image: url(../images/icon/arrow_bra.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: right center;
	box-shadow: 0 0 30px #fbd77f inset, 0 0 30px #fbd77f inset;
	border-bottom: 4px solid #000;
}
.list-box li:last-child a {
	border-bottom: none;
}
/* table
------------------------------------------------------- */
.table {
	width: 100%;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table th, .table td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	color: #333;
}
.table th {
	background-color: #111;
	color: #FFF;
}
.table tr:first-child th:first-child, .table tr:first-child td:first-child {
	border-top-left-radius: 5px;
}
.table tr:first-child th:last-child, .table tr:first-child td:last-child {
	border-top-right-radius: 5px;
}
.table tr:last-child th:first-child, .table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.table tr:last-child th:last-child, .table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
.table-caption {
	margin-bottom: 0;
	padding-right: 10px;
	font-size: 0.9em;
	text-align: right;
}
/* accordion menu
------------------------------------------------------- */
.accordion {
	margin-bottom: 30px;
	color: #333;/*border-radius:7px;
  border:1px solid #999;*/
}
.accordion dt {
	padding: 15px 35px 15px 10px;
	border-bottom: 1px solid #999;
	background: url(../images/icon/accordion_b.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#D5D5D5));
	background: url(../images/icon/accordion_b.png) no-repeat right, -moz-linear-gradient(top, #EEE, #D5D5D5);
	background-size: auto 20px, 100% auto;
	-webkit-box-shadow: 1px 1px 1px #FFF inset;
	box-shadow: 1px 1px 1px #FFF inset;
}
.accordion dt.close {
	background: url(../images/icon/accordion_t.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D5D5D5));
	background: url(../images/icon/accordion_t.png) no-repeat right, -moz-linear-gradient(top, #FFF, #D5D5D5);
	background-size: auto 20px, 100% auto;
}
.single dt {
	background: url(../images/icon/accordion_b.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#917917));
	background: url(../images/icon/accordion_b.png) no-repeat right, -moz-linear-gradient(top, #FFF, #917917);
	background-size: auto 20px, 100% auto;
}
.single dt.close {
	background: url(../images/icon/accordion_t.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#917917));
	background: url(../images/icon/accordion_t.png) no-repeat right, -moz-linear-gradient(top, #FFF, #917917);
	background-size: auto 20px, 100% auto;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.accordion dt:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.accordion dt.last, .single dt {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}
.accordion dd {
	display: none;
	padding: 8px 10px;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #999;
}
.accordion dd a {
	color: #C00;
}
.accordion dd:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.accordion-btn {
	padding-top: 5px;
}
.accordion-btn li {
	margin-bottom: 5px;
	text-align: right;
}
.accordion-btn li a {
	display: inline-block;
	padding: 5px 30px 5px 15px;
	color: #333;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #333 inset;
	box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #333 inset;
	background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D5D5D5));
	background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #FFF, #D5D5D5);
	background-size: 18px auto, 100% auto;
}
/* arrow
------------------------------------------------------- */
.down {
	position: relative;
	top: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 -30px -16px;
	border: 16px solid transparent;
	border-top-color: #FFEE78;
	z-index: 9;
}
.down:after {
	position: absolute;
	content: '';
	top: -30px;
	left: -8px;
	width: 16px;
	height: 16px;
	background: #FFEE78;
}
/*////////////////////////////////////////////////////////

result

////////////////////////////////////////////////////////*/
.result-box {
	width: 90%;
	margin: 5px auto;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 10px #fff inset;
	box-shadow: 0 0 10px #fff inset;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.result-box h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 15px;
	margin-bottom: 15px;
	background-image: url(../images/line/01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 280px auto;
	text-shadow: 0 0 3px #fff, 0 2px 2px #3D6EE8, 0 0 3px #3D6EE8;
}
.message-box {
	width: 90%;
	margin: auto;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.message-box h2 {
	color: #C5FFEF;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
	margin-bottom: 10px;
	text-shadow: 0 2px 2px #25A489, 0 0 3px #25A489, 0 0 3px #25A489, 0 0 3px #fff;
	background-image: url(../images/line/01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-position: bottom center;
}
.result-box .contents {
	padding: 0;
}
.result-picture {
	float: left;
	width: 40%;
}
.result-picture02 {
	float: right;
	width: 40%;
}
.result-picture img, .result-picture02 img {
	width: 100%;
}
.result-box-foot {
	margin-bottom: 30px;
}
.ppv-box {
	overflow: hidden;
	padding: 0 0 20px;
}
.ppv-box ul {
	width: 100%;
	margin: auto;
}
.ppv-box ul li {
	margin: 10px 0;
	text-align: left;
}
.ppv-box ul li a {
	color: #333;
}
.ppv-box ul.ppv01 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul.ppv02 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul.ppv03 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul.ppv04 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul.ppv05 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul.ppv06 li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4d7c3), color-stop(10%, #FAF8F5), color-stop(90%, #FAF8F5), color-stop(100%, #e0d3c1));
	border-bottom: 2px solid #a38a24;
	border-top: 2px solid #a38a24;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf2), color-stop(0.5, #fff), to(#d6d2c3));
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 2px rgba(55, 46, 13, 0.5), 0px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.ppv-box ul li a {
	display: block;
	padding: 5px 6px;
	text-decoration: none;
}
.ppv-box ul li a span {
	display: block;
	clear: both;
	margin-bottom: 3px;
	font-size: 0.75em;
	color: #ffec14;
}
.ppv-box ul li a span.price {
	margin-bottom: 0;
	text-align: right;
	color: #333;
}
.ppv-box ul li a .ppv-icon {
	float: left;
	width: 20%;
	margin-bottom: 0;
	padding: 1px;
	position: relative;
	overflow: hidden;
}
/*ppv一人用・二人用*/
.ppv-icon-one, .ppv-icon-two {
	background-color: #efefef;
	border-radius: 3px;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 1px;
}
.ppv-icon-one {
	background-image: url(../images/ppv/icon_one.png);
	padding-left: 18px;
}
.ppv-icon-two {
	background-image: url(../images/ppv/icon_two.png);
	padding-left: 20px;
}
/*ppvのカテゴリー*/
.ppv-category-enc {
	background-color: #ff00c4;
	border-radius: 3px;
	color: #fff;
	padding: 0 2px;
}
.ppv-box ul li a .ppv-icon img {
	float: left;
	margin: 0;
}
.ppv-box ul li a .ppv-menu {
	float: right;
	width: 73%;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
/* teller serif
------------------------------------------------------- */
.tellerBox {
	text-align: center;
	letter-spacing: -.40em;
}
.tellerBox .teller, .tellerBox .textBox {
	display: inline-block;
	vertical-align: middle;
 *zoom: 1;
  /* for IE6-7 */
  *display: inline;
	/* for IE6-7 */
	letter-spacing: normal;
	text-align: left;
}
.serif-pink {
	padding: 8px;
	margin: 5px !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	line-height: 130%;
	background: #fff;
	border: 1px solid #ff00c4;
	position: relative;
}
.serif-green {
	padding: 8px;
	margin: 5px !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	line-height: 130%;
	background: #fff;
	border: 1px solid #008e00;
	position: relative;
}
.serif-orange {
	padding: 8px;
	margin: 5px !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	line-height: 130%;
	background: #fff;
	border: 1px solid #FF7A00;
	position: relative;
}
.serif-white {
	padding: 8px;
	margin: 5px !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	line-height: 130%;
	background: #fff;
	color: #333;
	position: relative;
}
.bg-white {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* color-control
---------------------------------------------------------*/
.box-btn01, .box-color01 {
	padding: 4px;
	background-color: #f3f3f3;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
	display: table;
	width: 100%;
}
.box-btn01 > div, .box-btn01 .btn {
	display: table-cell;
	padding: 10px;
	background: #fff;
	color: #333;
	text-align: center;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.box-btn01 ul {
	width: 100%;
}
.box-color02 {
	background-color: #f3f3f3;
	border-top: #eeeeee 1px solid;
	padding: 15px 5px;
}
.box-color03 {
	background-color: #f3f3f3;
	padding: 10px 0;
}
.box-color04 {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid #a38a24;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background: #fff;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-color05 {
	background-image: url(../images/contents/bg-flame01-01.png), url(../images/contents/bg-flame01-02.png), url(../images/contents/bg-flame01-03.png), url(../images/contents/bg-flame01-04.png);
	background-position: top left, top right, bottom left, bottom right;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	padding: 15px;
}
.box-color10 {
	background-color: #001e55;
}
.box-color11 {
	background-color: #d2be05;
}
.box-color12, .ico-genre3 {
	background-color: #d42045;
}
.box-color13, .ico-genre2 {
	background-color: #ff5b8e;
}
.box-color14, .ico-genre5 {
	background-color: #25aaf5;
}
.box-color15 {
	background-color: #154ab1;
}
.box-color16 {
	background-color: #811ad1;
}
.box-color17, .ico-genre1 {
	background-color: #f173f1;
}
.ico-genre4 {
	background-color: #a365d2;
}
.ico-new, .ico-special, .ico-feature, .ico-column, .ico-fortune, .ico-ranking, .ico-genre1, .ico-genre2, .ico-genre3, .ico-genre4, .ico-genre5 {
	margin-right: 5px;
	padding: 2px 7px;
	border-radius: 6px;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #555;
	font-weight: normal;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.9em;
	color: #fff;
}
.box-color20, .ico-ranking {
	background-color: #839fd6;
}
.box-color21, .ico-new {
	background-color: #e6e582;
}
.box-color22 {
	background-color: #d68383;
}
.box-color23, .ico-special {
	background-color: #facd77;
}
.box-color24, .ico-feature {
	background-color: #87d683;
}
.box-color25, .ico-column {
	background-color: #83cfd6;
}
.box-color26, .ico-fortune {
	background-color: #b183d6;
}
.box-color27 {
	background-color: #ec97e6;
}
.box-color28 {
	background-color: #efefef;
}
.colorbox-top {
	margin-top: 65px;
}
.box-ppv h2, .colorbox-top h2 {
	margin: -55px 0 0 0;
}
/* box-image img
------------------------------------------------------- */
.box-image {
	width: 80%;
	margin: 20px auto;
}
.box-image-s {
	width: 50%;
	margin: 20px auto;
}
.box-leftimage {
	float: left;
	width: 50%;
	margin: 10px 15px;
	overflow: hidden;
}
.imgRote {
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/*
-----------------------------------------------------*/
#tab li {
	padding: 10px 0 0;
	border-radius: 10px 10px 0 0;
	display: inline-block;
	color: #333;
	width: 145px;
}
#tab .select-monthly {
	position: relative;
	z-index: 1;
	border: 1px solid #a38a24;
	border-bottom: 3px solid #a38a24;
}
.content_wrap {
	margin: -1px auto 15px;
	position: relative;
	color: #333;
	text-align: center;
	display: block;
	padding: 15px;
	/*min-height:387px;*/
	width: 260px;
	border: 1px solid #a38a24;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
.content_wrap dl {
	font-size: 13px;
	line-height: 120%;
}
.content_wrap dl dd {
	background-image: url(../images/icon/03.png);
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 30px;
}
.content_wrap dl {
	border-top: 1px solid #eeeeee;
}
.content_wrap dl:first-child {
	border-top: none;
}
.content_wrap dl a {
	display: block;
	padding: 10px 0;
	text-align: left;
	background: url(../images/icon/arrow_wh2.png) no-repeat right;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	text-decoration: none;
	color: #333;
}
.content_wrap dl dt {
	padding: 0;
	font-size: 0.75em;
	text-align: left;
	color: #a38a24;
}
.disnon {
	display: none;
}
.select-monthly {
	background: #dbcf9e;
	border-bottom: #a38a24 3px solid;
}
.select-ppv {
	position: relative;
	z-index: 1;
	color: #333;
	background-color: #dbcf9e;
	border: 1px solid #a38a24;
	border-bottom: 3px solid #a38a24;
}
.noselect-monthly a {
	display: block;
	padding: 10px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: #efefef 3px solid;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.noselect-ppv a {
	display: block;
	padding: 10px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-bottom: #fff 3px solid;
}
.search-ppv {
	border: 1px solid #9d50b7;
	border-top: none;
	margin-top: -10px;
}
.head-ppv {
	width: 260px;
	margin: auto;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #9d50b7;
	border-bottom: none;
	background: -moz-linear-gradient(top, #864f9c 0%, #102114 49%);
	background: -webkit-linear-gradient(top, #864f9c 0%, #102114 49%);
	font-size: 2em;
	color: #fffbd2;
	text-shadow: 0 0 3px #562e6e, 0 0 5px #562e6e, 0 0 5px #562e6e;
	position: relative;
	z-index: 1;
}
/*resultGuide CSS*/
.rg-box {
	margin: 0 auto;
	margin-bottom: 15px;
}
.rg-box a {
	text-align: left;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 20px 8px 8px;
	display: block;
	color: #fff;
	background-image: url(../images/icon/arrow_ye.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-decoration: none;
}
.rg-list {
	width: 290px;
	padding: 10px 10px 40px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	margin: 0 auto;
}
.rg-list a {
	display: block;
	text-align: left;
	padding: 8px 15px;
	color: #FFFFFF;
	background-image: url(../images/icon/arrow_ye.png), url(../images/icon/01.png);
	background-position: right, left;
	background-repeat: no-repeat, no-repeat;
	background-size: 10px auto, 10px auto;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.rg-list a dl {
	margin: 0;
	padding: 0;
}
.rg-list dt {
	color: #FFE78F;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1.3px;
	line-height: 20px;
}
.rg-list dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.rg-btn a {
	display: block;
	width: 80%;
	margin: -30px auto 30px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #1f4b81 0%, #2e6fbf 100%);
	background-image: -webkit-linear-gradient(top, #1f4b81 0%, #2e6fbf 100%);
	-webkit-box-shadow: 0 0 10px #50c0ee inset, 0 2px 5px #fff;
	box-shadow: 0 0 10px #50c0ee inset, 0 2px 5px #fff;
	color: #fff;
	text-shadow: 0 0 3px #0c0307;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.rg104-btn {
	width: 70%;
	position: relative;
	left: 20px;
	margin-top: -90px;
}
/* eve用共通レイアウト*/
/*立て並びのリスト型、下に表示されるテキストアイコンの設定*/
.box-list .box-contents {
	position: relative;
}
.box-list .box-contents .box-category {
	position: absolute;
	bottom: 3px;
	right: 5px;
}
.box-list .box-contents .box-category li {
	display: inline-block;
	font-size: 0.8em;
}
.box-list .box-contents .box-category li:last-child {
	color: #333;
	font-size: 0.8em;
	vertical-align: bottom;
}
/*リスト型に縦に並べる
.box-list > * {
	border-bottom: #eeeeee 1px solid;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 98%;
	margin: 0 auto;
}
.box-list > *:last-child {
	border-bottom: none;
}*/
/*カラムレイアウト*/
.lay_2colom > * {
	width: 49%;
	display: inline-block;
}
.lay_3colom > * {
	width: 32%;
	display: inline-block;
}
/*高さの異なるボタンが横並びの場合*/
.btn-high a {
	display: table !important;
	width: 100%;
	min-height: 60px;
	height: 60px;
}
.btn-high a span {
	display: table-cell !important;
	vertical-align: middle;
}
/*アイコンの設定*/
.icon-link a {
	background-image: url(../images/icon/arrow_gr.png);
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
/*画像onテキスト*/
.box-texticon {
	position: relative;
	padding: 5px;
}
/*左に画像*/
.box-imageLeft {
	display: table;
	width: 100%;
}
.box-imageLeft > img, .box-imageLeft > .box-contentsLeft {
	display: table-cell;
	vertical-align: middle;
}
.box-imageLeft .box-contents {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-left: 5px;
}
.box-tab .box-list, .box-tab .box-list {
	display: none;
}
.box-tab .box-list.act {
	display: block;
}
.box-ad {
	background-color: #999;
	width: 100%;
	padding: 10px 0;
}
.btn-accordion dt {
	width: 94%;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	color: #333;
	background-image: url(../images/icon/arrow_wh5.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#d9d9d9));
	-webkit-background-size: 10px auto, 100% 100%;
	background-size: 10px auto, 100% 100%;
	background-repeat: no-repeat, repeat;
	background-position: 95% center, 0 0;
	border-radius: 3px;
	border: 2px solid #001e55;
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 4px rgba(163, 163, 163, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px white;
}
.btn-accordion dd {
	width: 94%;
	margin: 0 auto;
	display: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #333;
}
.btn-accordion dd a {
	text-decoration: none;
}
.btn-accordion dd li {
	padding: 10px;
	border-bottom: #eeeeee 1px solid;
}
.btn-accordion dd li:last-child {
	border-bottom: none;
}
.btn-accordion dd.act {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btn-accordion dt.act {
	background-image: url(../images/icon/arrow_wh4.png);
}
/*タブ*/
.sty-tab {
	width: 100%;
	display: table;
	border-top: #eeeeee 1px solid;
}
.sty-tab li {
	display: table-cell;
	width: 15%;
	height: 40px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.1;
	vertical-align: middle;
	text-align: center;
	border-right: #eeeeee 1px solid;
}
.btn-tabTitle, .sty-tab li:last-child {
	border-right: none;
	text-align: center;
}
.btn-tabTitle, .sty-tab li.act {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-tabInner {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.btn-tabInner li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	display: table;
	height: 38px;
	float: left;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2;
	border-right: 1px solid #efefef;
	position: relative;
}
.btn-tabInner li:last-of-type {
	width: 34%;
}
.btn-tabInner li:first-child {
	border-left: 1px solid #efefef;
}
.btn-tabInner li span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.btn-tabInner li:after {
	position: absolute;
	display: block;
	width: 90%;
	margin-left: 5%;
	content: "";
	bottom: 2px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: #efefef;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.btn-tabInner li.act:after {
	position: absolute;
	display: block;
	width: 90%;
	margin-left: 5%;
	content: "";
	bottom: 2px;
	height: 2px;
	border-radius: 2px;
	background: #facd77;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
/*文字装飾*/
.text-marker {
	position: relative;
}
.text-marker:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0px;
	left: 0;
	height: 5px;
	width: 100%;
	background: rgba(122, 165, 249, 0.49);
}
/*スペシャルコンテンツ*/
.box-special {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	padding: 3px;
	overflow: hidden;
}
.box-special > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/contents/bg-content06.png);
	color: #333;
	padding: 5px;
}
.box-special > div > div {
	background: #fff;
	color: #333;
	padding: 25px 20px 10px 25px;
}
.box-special .title-special {
	display: inline;
	font-size: 10px;
	color: #fff;
}
.box-special .title-special span {
	position: absolute;
	display: inline-block;
	left: -42px;
	top: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
	text-align: center;
	text-transform: uppercase;
	background: #001e55;
	width: 160px;
	padding: 3px 10px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	z-index: 2;
}
.box-special .title-special:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	left: 99px;
	z-index: 0;
	border: 17px solid;
	border-color: transparent transparent #111e33 transparent;
	-webkit-transform: rotate(136deg);
	transform: rotate(136deg);
}
.box-special .title-special:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 43px;
	z-index: 0;
	left: -12px;
	border-top: 17px solid;
	border-right: 17px solid;
	border-color: #111e33 transparent transparent transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.box-special .bottom-ribbom {
	display: inline;
	font-size: 10px;
}
.box-special .bottom-ribbom span {
	position: absolute;
	display: inline-block;
	right: -12px;
	bottom: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
	text-align: center;
	text-transform: uppercase;
	background: #001e55;
	width: 130px;
	font-size: 8px;
	padding: 3px 10px;
	height: 18px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	z-index: 2;
}
.box-special .bottom-ribbom:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	right: 100px;
	z-index: 0;
	border: 16px solid;
	border-color: transparent transparent #111e33 transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box-special .bottom-ribbom:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 37px;
	z-index: 0;
	right: -12px;
	border-top: 17px solid;
	border-right: 17px solid;
	border-color: #111e33 transparent transparent transparent;
}
.box-special .btn-special a {
	margin: 0 auto;
	display: table;
	line-height: 1.2;
	color: #fffbed;
	padding: 5px;
	height: 30px;
	text-align: center;
	border-radius: 23px;
	text-align: center;
	background: -moz-linear-gradient(top, #8a7520 0%, #75631a);
	background: -webkit-gradient(linear, left top, left bottom, from(#8a7520), to(#75631a));
	border: 3px solid #a38a24;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.box-special .btn-special a span {
	display: table-cell;
	vertical-align: middle;
}
/*フォーチュンサイクル*/
.box-cycle {
	width: 200px;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4) inset;
	padding: 5px 0px;
	margin-top: 10px;
	background: #655418;
}
.cycle {
	overflow: hidden;
}
.box-cycle:after {
	position: absolute;
	top: -10px;
	left: 50%;
	content: "";
	display: block;
	border-width: 3px;
	border-top-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #8a7520;
}
.cycle .slick-slide {
	display: table;
	height: 30px;
	background: -moz-linear-gradient(top, #8a7520 0%, #75631a);
	background: -webkit-gradient(linear, left top, left bottom, from(#8a7520), to(#75631a));
	border: 1px solid #a38a24;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.cycle .slick-slide span {
	display: table-cell;
	color: #fffbed;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(0, 0, 0, 0.3);
	font-size: 9px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
/*////////////////////////////////////////////////////////

carrier login & carrier select

////////////////////////////////////////////////////////*/
/* common
------------------------------------------------------- */
.bg_mkb_box {
	padding-top: 1px !important;
}
.career_box .inner {
	padding: 0 10px;
}
.button_submit a {
	-webkit-appearance: none;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 8px auto 8px auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	background: #f21212 none;
	padding: 15px 0;
	color: #fff;
	border: 1px solid #b3b1b1;
	text-decoration: none;
}
.btn_prev {
	text-decoration: none;
	background: #fff;
	border: 1px solid #d2d6d8;
	border-radius: 4px;
	color: #393e42 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 8px 15px;
	margin: 0 0 30px 10px;
}
.btn_next {
	text-decoration: none;
	background: #fff;
	border: 1px solid #d2d6d8;
	border-radius: 4px;
	color: #393e42 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 8px 10px;
	margin: 0 0 30px auto;
}
.btn-regist {
	margin: 0 auto;
	text-align: center;
}
.btn-regist a {
	display: block;
	width: 210px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/regist/btn_regist.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.btn-regist01 {
	margin: 0 auto;
	text-align: center;
}
.btn-regist01 a {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/common/btn-regist01.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.btn-registselect {
	margin: 0 auto;
	text-align: center;
}
.btn-registselect a {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 23px 0;
	background: url(../images/regist/btn_registselect.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.txt_mkb {
	margin: 0 0 7px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}
.career_box .text-small {
	font-size: 12px !important;
}
.career_box .text-large {
	font-size: 14px !important;
	font-weight: bold;
}
.career_box .text-kome {
	font-size: 10px;
	color: #ff0000;
	line-height: 1.5;
	text-align: left;
}
.career_box h1 {
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0px 10px 0px;
	background: #14c1b8;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	line-height: 1.3;
}
.career_box h1.noice {
	background: #44546a;
}
.career_box .paymentBox ul {
	padding-bottom: 5px;
	overflow: hidden;
}
.career_box .paymentBox li {
	width: 32%;
	float: left;
	margin-right: 5px;
}
.career_box .paymentBox li:last-child {
	margin-right: 0;
}
.career_box .paymentBox a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px 0 5px;
	box-shadow: 0 2px #aaa, 0 1px 1px #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-shadow: 0 1px 1px #fff, 1px 1px 1px #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #707070;
	background: rgb(237,242,244);
	background: -moz-linear-gradient(top, rgba(237,242,244,1) 0%, rgba(255,255,255,1) 25%, rgba(197,201,208,1) 100%);
	background: -webkit-linear-gradient(top, rgba(237,242,244,1) 0%, rgba(255,255,255,1) 25%, rgba(197,201,208,1) 100%);
	background: linear-gradient(to bottom, rgba(237,242,244,1) 0%, rgba(255,255,255,1) 25%, rgba(197,201,208,1) 100%);
}
/* 無料TOP（上部：SNSログイン状態） */
.login_status {
	background: #666666;
	text-align: right;
	padding: 3px 3px;
}
.login_status p {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 0;
}
/* マイページ（上部：SNSログイン状態） */
.login_status_pref {
	font-size: 10px;
	color: #333;
	text-align: right;
	margin: 0 10px 15px 0;
}
/* お問い合わせ（contact） */
.card_noice {
	margin: -15px 0 15px 0;
	font-size: 16px;
	line-height: 1.4;
}
.card_noice a {
	color: #ff0000;
}
/* キャリアログイン */
.career_box .paymentBox span {
	font-size: 12px;
}
.career_box .paymentBox img {
	display: block;
	width: 85px !important;
	margin: 0 auto 3px;
}
.career_box .docomo a {
	letter-spacing: -1px;
}
/* SNSログイン */
.sns_login {
	margin: 0;
}
.sns_login li {
	background: #FFF;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 7px;
}
.sns_login li a {
	display: block;
	position: relative;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	border: 1px solid #b3b1b1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #eff0f0, #eff0f0);
	background: -moz-linear-gradient(to bottom, #FFF, #eff0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#eff0f0), to(#eff0f0));
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
	box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.4);
}
.sns_login li:nth-child(2) a {
	padding: 10px;
}
.sns_login li a img {
	width: 27px;
	margin-right: 10px;
	vertical-align: -9px;
}
.sns_login li:nth-child(2) a img {
	vertical-align: middle;
}
.text-caution {
	padding: 0 10px;
	text-align: left;
	font-size: 12px;
}
.box_noice {
	color: #333;
}
/* career celect
------------------------------------------------------- */
.career_celect section {
	margin-bottom: 30px;
}
.career_celect .box_teller {
	height: 135px;
	background: url(../images/regist/teller.jpg) no-repeat;
	background-size: 100%;
}
.career_celect .box_teller p {
	width: 65%;
	padding: 10px 0 0 10px;
	text-align: left;
	text-shadow: 0 1px 1px #00054c, 0 1px 1px #00054c;
	font-size: 11px;
	color: #fff;
}
.career_celect .text-yellow {
	font-weight: bold;
}
.tit_credit {
	padding-right: 65px;
	background: url(../images/regist/logo_card.jpg) no-repeat 92%;
	background-size: 55px;
}
/* 会員登録後にできること */
/*.career_celect .sec03 {
	margin-bottom: 0;
	background: url(../images/regist/bg_regist_point.jpg) no-repeat top;
	background-size: 100%;
}
.privilege {
	padding: 10px 10px 30px;
}
.privilege li {
	text-align: left;
}
.privilege li {
	padding: 10px 0 5px 75px;
	line-height: 15px;
	font-size: 12px;
}
.privilege li:first-child {
	background: url(../images/regist/icon_point1.png) no-repeat left center;
	background-size: 65px;
}
.privilege li:nth-child(2) {
	background: url(../images/regist/icon_point2.png) no-repeat left center;
	background-size: 65px;
}
.privilege li:nth-child(3) {
	background: url(../images/regist/icon_point3.png) no-repeat left center;
	background-size: 65px;
}
.privilege li:nth-child(4) {
	background: url(../images/regist/icon_point4.png) no-repeat left center;
	background-size: 65px;
}
.privilege li h4, .privilege .txt01 {
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 13px;
}
.privilege li h4 {
	padding-bottom: 3px;
	text-shadow: 0 1px 3px #00054c, 0 1px 3px #00054c;
	color: #ffcb41;
}
.privilege .txt01 {
	padding: 20px 0;
}*/
/*box_intro*/
.box_intro .txt01 {
	padding: 0 0 10px;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 15px;
	color: #9c0f2d;
}
.box_intro ul {
	padding-bottom: 20px;
	overflow: hidden;
}
.box_intro li {
	width: 48.5%;
	text-align: left;
}
.box_intro li:first-child {
	font-size: 11px;
}
.box_intro li:nth-child(odd) {
	float: left;
}
.box_intro li:nth-child(even) {
	float: right;
}
.box_intro .txt02 {
	padding-bottom: 15px;
	line-height: 15px;
	color: #ab854a;
}
.box_intro .txt03 {
	min-height: 140px;
	line-height: 13px;
	font-size: 10px;
}
.box_intro .txt04 {
	padding: 0 20px 20px;
	text-align: left;
}
.box_intro .txt05 {
	padding: 0 5px 10px 110px;
	text-align: left;
	background: url(../images/free/11.jpg) no-repeat 10px 10px;
	background-size: 80px;
}
.box_intro .line {
	margin-bottom: 20px;
}
/*////////////////////////////////////////////////////////

myinfo

////////////////////////////////////////////////////////*/
.myinfo p {
	margin-bottom: 0;
}
.myinfo .btn-submit {
	position: relative;
}
.myinfo .btn-submit .noactive {
	box-shadow: 0 1px #555;
	text-shadow: none;
	color: #ddd;
	background: #888;
}
/*初回登録時はフッターナビ非表示*/
.footer_disp-1 .footer {
	margin-bottom: 0;
}
.footer_disp-1 .btn-top, .footer_disp-1 .footer_nav {
	display: none;
}
/*=======================================
アンケート
========================================*/
.qa_disp-0 {
	display: none;
}
.qa_disp-1 {
	display: block;
}
.form-box .questionnaire_box {
	margin-bottom: 30px;
}
.form-box .questionnaire_box .form-title {
	margin-bottom: 10px;
}
.form-box .questionnaire_box label {
	display: block;
	margin: 0 30px 10px 0;
	padding: 0 15px;
	line-height: 33px;
}
.form-box .questionnaire_box .questionnaire_list {
	display: none;
}
.form-box .questionnaire_box .questionnaire_list.selected {
	display: block;
}
.form-box .questionnaire_box #qa_result {
	display: none;
	background: rgba(153, 51, 51,0.5);
	padding: 15px;
	font-size: 15px;
	border-top: 2px solid #c09822;
	border-bottom: 2px solid #c09822;
	line-height: 1.5;
	color: #fff;
}
.form-box .questionnaire_box #qa_result span {
	display: inline-block;
	color: #fbe703;
}
.form-box .questionnaire_box #qa_result.selected {
	display: block;
}
.form-box .questionnaire_box .form-title {
	font-weight: normal;
	font-size: 95%;
}
.form-box .questionnaire_box input[type="radio"] {
	display: none;
}
.form-box .questionnaire_box aside {
	display: none;
}
.form-box .question_noice {
	padding: 10px;
	margin: 15px 0 15px 0;
	font-size: 12px;
	border: 2px solid #c09822;
	line-height: 1.7;
	color: #fff;
	border-radius: 3px;
	background: rgba(101,79,33,0.8);
}
.form-box .question_noice.dis_none {
	display: none;
}
.form-box #qa_result {
	background: rgba(153, 51, 51,0.5);
	padding: 10px;
	font-size: 13px;
	border-top: 1px solid #bfa569;
	border-bottom: 1px solid #bfa569;
}
.form-box #textarea_open {
	padding: 10px;
	width: 270px;
	resize: vertical;
	overflow: auto;
	height: 75px;
	font-size: 12px;
	box-sizing: border-box;
}
.form-box label.radio-on {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #888;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E37800));
	background: -moz-linear-gradient(top, #FFF, #E37800);
}
.form-box label.radio-off {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #888;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
}
.form-box #q06 label.radio-off:after, .form-box #q06 label.radio-on:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 12px;
}
.form-box #q06 label.radio-off:after {
	background: url(../images/icon/icon-chkbox.png) no-repeat;
	background-size: 100%;
}
.form-box #q06 label.radio-on:after {
	background: url(../images/icon/icon-chkbox_on.png) no-repeat;
	background-size: 100%;
}
/*////////////////////////////////////////////////////////

addressBook

////////////////////////////////////////////////////////*/
.addressBook p {
	margin-bottom: 0;
}
.list_add {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
.list_add li {
	padding: 5px 0;
	position: relative;
	font-size: 14px;
}
.list_add li a {
	padding-left: 25px;
}
.addressBook .list_add label {
	width: 80% !important;
}
.list_add .priority-0 a, .list_add .priority-1 a {
	display: inline-block;
}
.list_add .priority-1 a {
	background: url(../images/icon/icon-hart.png) no-repeat left center;
	background-size: 20px;
}
.addressBook .btn-color01 {
	width: 92%;
}
.addressBook .btn-color01 li {
	margin-bottom: 5px;
}
li.input span {
	padding: 2px 0 2px 20px;
	background: url(../images/icon/icon-plus.png) no-repeat left center;
	background-size: 15px;
}
li.priority span {
	padding: 2px 0 2px 20px;
	background: url(../images/icon/icon-hart02.png) no-repeat left center;
	background-size: 15px;
}
li.deleteList span {
	padding: 2px 0 2px 20px;
	background: url(../images/icon/icon-minus.png) no-repeat left center;
	background-size: 15px;
}
/* priority
------------------------------------------------------- */
.priority input[type="radio"]:checked + label {
	background: url(../images/icon/icon-hart.png) no-repeat left 2px;
	background-size: 22px;
}
.priority input[type="radio"] + label {
	margin: 0;
	padding-left: 55px;
}
.priority input[type="radio"] + label:before {
	left: 27px;
	background: #fff;
}
.priority input[type="radio"]:checked + label:after {
	left: 32px;
}
/* submit
------------------------------------------------------- */
.input_submit .box_reco03 {
	position: relative;
}
.input_submit .box_reco03 p {
	width: 300px;
	height: 70px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.input_submit .box_reco03 a {
	display: inline-block;
	width: 50%;
	height: 100%;
}
.input_submit .box_teller a {
	display: block;
	width: 190px;
	height: 65px;
	position: absolute;
	right: 13px;
	top: 133px;
}
/*////////////////////////////////////////////////////////

privacy policy & kiyaku

////////////////////////////////////////////////////////*/
#privacy dt, #kiyaku dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#privacy dd {
	margin-bottom: 15px;
	padding-left: 1em;
}
#privacy ol {
	margin: 10px 0 20px 20px;
}
/*===============================================
	メルマガ(LINE公式アカウント)ページ
===============================================*/
.line_at p {
	margin-bottom: 10px;
}
.mag-caution li {
	padding-left: 1.2em;
	position: relative;
}
.mag-caution li span {
	position: absolute;
	top: 0;
	left: 0;
}
.mag_btn {
	width: auto;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0 20px;
}
.mag_btn a {
	display: block;
	padding: 12px 5px;
	color: #000;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
	box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
	background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
	-webkit-box-shadow: 0 0 10px #fff inset;
	box-shadow: 0 0 10px #fff inset;
}
.line_step_title {
	margin-bottom: 7px;
	line-height: 150%;
}
.line_step_text {
	background: #202b40;
	padding: 7px;
	border-radius: 5px;
	text-align: left;
}
/*////////////////////////////////////////////////////////

特商法

////////////////////////////////////////////////////////*/
.acton li {
	padding: 0 10px 10px;
	text-align: left;
}
/*////////////////////////////////////////////////////////

利用規約

////////////////////////////////////////////////////////*/
#agreement_box dl {
	margin-bottom: 20px;
}
#agreement_box dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#agreement_box dd {
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 10px;
}
#agreement_box dd.ind {
	margin-left: 15px;
	padding-left: 1.5em;
	text-indent: -1.7em;
}
#agreement_box dd.ind02 {
	margin-left: 15px;
	padding-left: 1.5em;
	text-indent: -2.3em;
}
#agreement_box dd.ind03 {
	padding-left: 1.2em;
	text-indent: -1.8em;
}
#agreement_box dd.no_ind {
	padding-left: 0;
	text-indent: 0;
}
/*===============================================
	2018.11 リニューアル
===============================================*/
/* text
------------------------------------------------------- */
.text-mincho {
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-mincho .text-bold {
	text-shadow: 0 0 1px rgba(170,170,170,0.4);
}
.text-limit {
	font-size: 12px !important;
	font-weight: bold;
	color: #a60027;
}
/* freeTop header（固定ボタン）
------------------------------------------------------- */
#fix-nav {
	width: 100%;
	padding: 1.5% 0;
	text-align: center;
	border-top: 1px solid #5a5a5a;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3000;
}
#fix-nav #btn-login {
	overflow: hidden;
}
#fix-nav #btn-login li {
	width: 40%;
	margin-right: 1.5%;
	float: left;
	text-align: center;
}
#fix-nav #btn-login li a {
	display: block;
	height: 43px;
	padding: 2px 0 0;
	color: #fffce5;
	font-size: 15px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#fix-nav #btn-login li span {
	font-size: 10px;
}
#fix-nav #btn-login .free {
	width: 25%;
	margin-left: 2%;
	line-height: 42px;
}
#fix-nav #btn-login .login {
	width: 28%;
}
#fix-nav #btn-login .free a {
	font-size: 13px;
	background: #383838;
}
#fix-nav #btn-login .regist a {
	background: #006672;
}
#fix-nav #btn-login .login a {
	background: #383838;
}
#free footer, #free_view footer {
	padding-bottom: 53px;
}
/* teller
------------------------------------------------------- */
.box_teller {
	position: relative;
	overflow: hidden;
}
.box_teller .serif {
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #ab854a;
	border-radius: 7px;
	line-height: 20px;
	text-align: left;
	color: #1e1b21;
	position: absolute;
	top: 10px;
	background: #fff;
}
.box_teller.left {
	text-align: left;
}
.box_teller.right {
	text-align: right;
}
.box_teller.left .serif {
	right: 10px;
}
.box_teller.right .serif {
	left: 10px;
}
.box_teller .teller {
	width: 28% !important;
	position: absolute;
	top: 10%;
}
.box_teller.left .teller {
	left: 10px;
}
.box_teller.right .teller {
	right: 10px;
}
/*背景なし*/
.box_teller .serif.serif_none {
	border: 0;
	background: none;
}
/*黒背景*/
.box_teller .serif.black {
	color: #fff;
	box-shadow: 0 0 2px #8c1bd3, 0 0 10px #8c1bd3, 0 0 10px rgba(255,255,255,0.5) inset;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: rgba(2,2,0,0.7);
}
