/* Theme Name: pc_kanojo */

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -0.1em;}

html>/**/body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
* + html body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}


/* =all
-------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 12px;
	text-align: center;
	color: #333;
	background: #dff2ff;
	line-height: 1.5;
	min-width: 1300px;
}

a {
	color: #e3026d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.line {
	text-decoration: underline;
}
a.line:hover {
	text-decoration: none;
}


/* font */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f27 {font-size: 27px;}
.f28 {font-size: 28px;}
.f29 {font-size: 29px;}
.f30 {font-size: 30px;}
.f31 {font-size: 31px;}
.f32 {font-size: 32px;}
.f33 {font-size: 33px;}
.f34 {font-size: 34px;}
.f35 {font-size: 35px;}
.bold { font-weight: bold;}
.red { color: #f00 !important;}
.red02 {color: #03b4e3 !important;}
.blue { color:#03b4e3 !important;}
.green {color: #8ad004;}
.orange {color: #f09300;}
.gray {color: #8c8c8c;}



/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}

a:hover,
a:hover img,
input[type="image"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
a, a img, input[type="image"] {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

.bdr_pink {
	width: 100%;
	height: 2px;
	background: url(img/bg_pink.gif) repeat 0 0;
}
.bdr_blue {
	width: 100%;
	height: 4px;
	background: url(img/bg_blue.gif) repeat 0 0;
}
.title {
	width: 570px;
	height: 42px;
	padding: 30px 0 0 60px;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: #e3026d;
	background: url(img/title_bg01.jpg) no-repeat 0 0;
}
.line_blue {
	width: 100%;
	height: 4px;
	background: url(img/bg_blue.gif) repeat 0 0;
	border: 0;
}
.sp {
	display: none;
}


/* =Common Area
-------------------------------------------------------------- */
/* header */
#head {
	width: 100%;
	min-width: 1000px;
	background: #fff;
	border-bottom: 3px #fbed2f solid;
	border-top: 5px solid #329df0;
}
#head .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
}
#head .login_f {
	float: right;
	text-align: right;
}
#head .login_f .div_text {
	padding-right: 10px;
	text-align: left;
	font-size: 13px;
}
#head .login_f .div_text p {
	color: #919191;
}
#head .login_f .div_text input {
	width: 140px;
	border: 1px solid #c6c6c6;
	padding: 2px 5px;
	box-sizing: border-box;
}
#head .login_f .cell {
	display: table-cell;
	vertical-align: bottom;
}
#head .login_f .btn {
	width: 90px;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
	font-size: 14px;
	border-radius: 6px;
	background: #ffea00;
	color: #000;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
#head .login_f .cell input.btn {
	background: #329df0;
	color: #fff;
}
#h_menu {
	background: #329df0;
}
#h_menu li {
	float: left;
}
#h_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 0;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
	-ms-transition: all .0s;
	-o-transition: all .0s;
	transition: all .0s;
	opacity: 1;
}
#h_menu li a:hover {
	border-bottom: 4px solid #ffea00;
	padding: 15px 0 11px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#h_menu li a span {
	width: 171px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	display: block;
}
#h_menu li:first-child a span {
	border-left: 1px solid #fff;
}
#h_menu .inner {
	max-width: 1200px;
	margin: 0 auto;
}
#head .in {
	position: relative;
	padding: 7px 20px 15px;
	border-left: 1px #fff solid;
	background: #03b4e3 url(img/h_bg.jpg) repeat-y 0 0;
}
#head .in h1 {
	padding: 13px 0 0;
}
#head .in div.fl {
}
#head .in div.fl p {
	font-size: 10px;
	line-height: 20px;
}
#head .in img {
	float: left;
}
#head #g_nav {
	width: 960px;
	margin: 0 -1px 0 0;
	background: #03b4e3;
	border-bottom: 1px #fff solid;
	margin: 0 auto;
}
#head #g_nav a {
	float: left;
	display: block;
	width: 159px;
	height: 40px;
	margin: 0 -1px -1px 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #03b4e3;
	border: 1px #fff solid;
}
#head #g_nav a:hover {
	text-decoration: none;
	background: #4fcaeb;
}
#head_n {
	width: 100%;
	min-width: 1000px;
	background: #fff;
	border-top: 5px solid #329df0;
}
#head_n .inner {

}
#head_n .login_f {
	float: right;
	text-align: right;
}
#head_n .login_f .div_text {
	padding: 0 10px 0 0;
	text-align: left;
	font-size: 13px;
}
#head_n .login_f .div_text p {
	color: #919191;
}
#head_n .login_f .div_text input {
	width: 140px;
	border: 1px solid #c6c6c6;
	padding: 2px 5px;
	box-sizing: border-box;
}
#head_n .login_f .cell {
	display: table-cell;
	vertical-align: bottom;
}
#head_n .login_f .cell.login {
	padding: 18px 0 0;
}
#head_n .login_f .buttons {
	width: 90px;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
	font-size: 14px;
	border-radius: 6px;
	background: #ffea00;
	color: #000;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
#head_n .login_f .cell .buttons {
	background: #329df0;
	color: #fff;
}
#head_n .in {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	border-left: 1px #fff solid;
	background: #fff;
	padding: 10px 0 15px;
}
#head_n .in h1 {
	padding: 13px 0 0;
}
#head_n .in div.fl {
}
#head_n .in div.fl p {
	font-size: 10px;
	line-height: 20px;
}
#head_n .in img {
	float: left;
}
#head_n .in div.catch {
    vertical-align: bottom;
    margin: 30px 0 0 20px;
}
#head_n .in div.catch p {
    color: black;
    font-size: 34px;
}
#gr_nav {
	padding: 30px 0 0;
}
#gr_nav .inner {
	width: 1200px;
	margin: 0 auto;
}
#gr_nav .btnarea {
	margin-right: -12px;
}
#gr_nav .btnarea a {
	float: left;
	display: block;
	margin-right: 13px;
}
#gr_nav a:hover {

}
#gr_nav .inner {
	position: relative;
}
#gr_nav .showarea .box {
	position: absolute;
	padding: 19px 0 0;
	display: none;
	width: 100%;
	z-index: 997;
}
#gr_nav .showarea .box .in {
	position: relative;
	background: url(img/menu_back.png) repeat 0 0;
	width: 100%;
	border-radius: 6px;
	padding: 30px 20px;
	box-sizing: border-box;
}
#gr_nav .showarea .box .in a {
	background: #fff;
	text-decoration: none;
	padding: 20px 0;
	color: #1782ce;
	display: block;
	float: left;
	width: 180px;
	border-radius: 10px;
	margin-right: 16px;
	font-size: 16px;
}
#gr_nav .showarea .box .in a:last-child {
	margin-right: 0px;
}
#gr_nav .showarea .box .in .arrow {
	position: absolute;
	top: -16px;
}
#gr_nav .showarea .box.area01 .in .arrow {
	left: 136px;
}
#gr_nav .showarea .box.area02 .in .arrow {
	left: 433px;
}
#gr_nav .showarea .box.area03 .in .arrow {
	left: 744px;
}
#gr_nav .showarea .box.area04 .in .arrow {
	left: 1040px;
}
#head_n .bx-pager-item {
	display: inline-block;
}
#head_n .bx-controls.bx-has-pager {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	margin: auto;
}
#head_n .bx-pager-item .bx-pager-link {
	text-indent: -99999px;
	background: #fff;
	border: 1px solid #472314;
	background: #fff;
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0 7px;
}
#head_n .bx-pager-item .bx-pager-link.active {
	background: #472314;
}

/* footer */
#footer {
	width: 100%;
	min-width: 960px;
	color: #fff;
	background: #329df0;
	border-top: 50px #a6dbff solid;
}
#footer a {
	color: #fff;
}
#footer .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 10px 35px;
}
#sns {
	position: absolute;
	margin: 0;
	top: -35px;
	right: 0;
	border: 0;
}
#footer .inner div.fl {
	width: 247px;
	margin: -5px 0 0;
	text-align: left;
}
#footer .inner div.fl img {
	margin: 0 0 6px;
}
#footer .inner div.fl p {
	font-size: 13.6px;
	margin-bottom: 5px;
}
#footer .inner div.fr {
	margin: 0 -30px 0 0;
}
#footer .inner img {
	width: 100%;
}
#footer ul {
	float: left;
	margin: 0 30px 0 0;
	min-width: 200px;
}
#footer li {
	margin: 0 0 22px;
	font-size: 16px;
}
#footer li a {
	display: block;
	padding: 0 0 0 20px;
	text-align: left;
	background: url(img/ico_f.gif) no-repeat 0 center;
	line-height: 1;
}
#footer p#copy {
	padding: 15px 0 13px;
	font-size: 12px;
	text-align: right;
	text-align: center;
	border-top: 1px solid #fff;
}
#pagetop {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}
#footer .text_f {

}

/* =CSS
-------------------------------------------------------------- */
/* common */
#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 20px 14px 10px;
	background: #fff;
	box-sizing: border-box;
}
.wrap_n {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	padding: 30px 40px 0;
	margin-top: 30px;
}
#index .wrap_n, .wrap_n.ca2 {
	background: none;
	padding: 0;
}
.l_title {
	width: 100%;
	font-size: 32px;
	color: #1492d4;
	text-align: left;
	height: 40px;
	background: url(img/tit_un_bl.gif) repeat-x 0 bottom;
	padding: 0 0 15px;
}
.l_title:before {
	content: " ";
	float: left;
	position: relative;
	top: 0px;
	border-radius: 0px;
	padding: 0 10px 0 0;
	background: url(img/tit_list_icon.png) no-repeat 0 center;
	display: block;
	height: 40px;
	width: 31px;
}
.l_title ruby {
	float: left;
	margin: -20px 0 0;
}
.l_title rt {
	font-size: 12px;
}
dl.blue_box {
	margin: 0 0 60px;
}
dl.blue_box dt {
	padding: 8px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: #03b4e3;
	line-height: 1;
}
dl.blue_box dd {
	padding: 15px;
	font-size: 16px;
	text-align: left;
	border: 1px #03b4e3 solid;
}
.red_box {
	padding: 15px;
	font-size: 16px;
	color: #f00;
	border: 1px #f00 solid;
	background: #fff;
}
.red_box b {
	display: block;
}
.custom_pager {
	margin: 15px 0;
}
.custom_pager li {
	display: inline;
	margin: 0 2px;
}
.custom_pager li a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 16px;
	padding: 5px 8px;
	color: #03b4e3;
	border: 2px #03b4e3 solid;
	line-height: 1;
}
.custom_pager li a:hover {
	color: #fff;
	background: #03b4e3;
	text-decoration: none;
}
.custom_pager li span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 16px;
	padding: 5px 8px;
	line-height: 1;
}
.custom_pager li span.current {
	color: #fff;
	background: #03b4e3;
	border: 2px #03b4e3 solid;
}






/* top */
#top_slide {
	padding: 10px 0;
	background: url(img/bg_gray.gif) repeat 0 0;
	overflow: hidden;
}
#top_slide .slide {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;

}
#top_slide .slide div {
	position: absolute;
	width: 948px;
	height: 288px;
	top: 0;
	left: 0;
	overflow: hidden;
}
#top_slide .bx-wrapper {
	position: relative;
	float: none;
	width: 948px;
	height: auto;
	margin: 0 auto;
	border: 6px #d2f6ff solid;
}
#top_slide a.bx-prev,
#top_slide a.bx-next {
	position: absolute;
	display: block;
	width: 34px;
	height: 63px;
	margin: -30px 0 0;
	top: 50%;
	text-indent: -9999px;
}
#top_slide .bx-prev {
	left: -54px;
	background: url(img/slide_prev.png) no-repeat 0 0;
}
#top_slide .bx-next {
	left: 980px;
	background: url(img/slide_next.png) no-repeat 0 0;
}

#kv_slide {
	overflow: hidden;
}
#kv_slide .slide {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;

}
#kv_slide .slide div {
	position: absolute;
	overflow: hidden;
}
#kv_slide .bx-wrapper {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#kv_slide .bx-wrapper .slide img {
	width: 100%;
}
#main_slide {
	position: relative;
	margin-bottom: 40px;
}
#main_slide img {
	width: 1194px;
	height: 294px;
}
#main_slide .bx-pager-item {
	display: inline-block;
}
#main_slide .bx-controls.bx-has-pager {
	position: absolute;
	bottom: 18px;
	left: 0px;
	right: 0px;
	margin: auto;
}
#main_slide .bx-pager-item .bx-pager-link {
	text-indent: -99999px;
	background: #fff;
	border: 1px solid #ff64a9;
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0 7px;
}
#main_slide .bx-pager-item .bx-pager-link.active {
	background: #ff64a9;
}
#main_slide .bx-viewport {
	border: 3px solid #c0e5ff;
	box-sizing: border-box;
}
#newslist {
	padding: 15px 20px 25px;
	background: #fff;
	margin-bottom: 45px;
}
#newslist a.bl_lk {
	float: right;
}
#newslist .fl_box {
	float: left;
	width: 888px;
	text-align: left;
}
#newslist .fl_box a.more {
	float: right;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	background: #329df0;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}
#newslist .fl_box .tit {
	margin-bottom: 5px;
}
#newslist .fl_box .tit .box {
	float: left;
	padding: 8px 0;
}
#newslist .fl_box .tit .box img {
	float: left;
}
#newslist .fl_box .tit .box span {
	float: left;
	padding: 4px 0 0 20px;
}
#newslist .fl_box ul {
	width: 100%;
}
#newslist .fl_box ul li {
	padding: 13px 0;
	border-bottom: 1px solid #ababab;
	font-size: 14px;
}
#newslist .fl_box ul li:first-child {
	border-top: 1px solid #ababab;
}
#newslist .fl_box ul li span {
	margin-left: 28px;
	border: 1px solid #1782ce;
	color: #1782ce;
	padding: 2px 14px;
}
#newslist .fl_box ul li a {
	margin-left: 20px;
	color: #474747;
}
#snslist {
	width: 1226px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 13px;
	margin-bottom: 40px;
}
#media {
	margin: 0 -13px 10px 0;
}
#media .box {
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
}
#media .box a {
	width: 290px;
	height: 290px;
	box-sizing: border-box;
	display: block;
	border: 15px solid #fff;
	position: relative;
	background: #a6dbff;
	color: #474747;
	overflow: hidden;
}
#media .box a span.name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0 0;
	min-width: 140px;
	text-align: left;
	background: #fff;
	font-size: 14px;
	color: #1782ce;
	font-weight: bold;
	border-radius: 0 6px 0 0;
}
#media .box a p {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 260px;
	height: 240px;
	box-sizing: border-box;
	font-weight: bold;
}
#media .box a img {
	width: 100%;
}
#media .box a p img {
	width: 100%;
}
#media .box a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#media .box.top {
	border: none;
}
#det_snslist #media {
	margin: 0 -13px 40px 0;
}
#det_snslist #media .box {
	border: 1px solid #1782ce;
	box-sizing: border-box;
	margin-right: 11px;
	margin-bottom: 11px;
}
#det_snslist #media .box a {
	width: 270px;
	height: 270px;
	background: #dff2ff;
}
#det_snslist .morebtn {
	margin-bottom: 90px;
}
#popup {
	display: none;
}
.w_shadow {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.50);
}
#popup .close {
	position: fixed;
	top: 100px;
	right: -764px;
	left: 0px;
	margin: auto;
	z-index: 9999;
	max-width: 20px;
}
#popup .pupbox {
	width: 690px;
	height: 500px;
	background: #fff;
	position: fixed;
	top: 100px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 9999;
	padding: 10px 15px 20px;
}
#popup .pupbox .tit {
	padding: 5px 0;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #ccc;*/
}
#popup .pupbox .tit img {
	float: left;
	width: 50px;
}
#popup .pupbox .tit .t_area {
	text-align: left;
	padding: 0 0 0 60px;
}
#popup .pupbox .tit .t_area .name {
	font-size: 14px;
	color: #329df0;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	text-decoration: underline;
}
#popup .pupbox .tit .t_area .name:hover {
	text-decoration: none;
}
#popup .pupbox .tit .t_area .time {
	font-size: 10px;
}
#popup .pupbox .tit .more {
	padding: 10px 20px;
	text-align: center;
	background: #329df0;
	color: #fff;
	text-decoration: none;
	float: right;
	border-radius: 6px;
	margin: 7px 0 5px 5px;
}
#popup .pupbox .area {
	text-align: left;
	font-size: 14px;
	border: 3px solid #e3e3e3;
	padding: 10px;
	height: 400px;
	overflow: auto;
}
#popup .pupbox .area img {
	max-width: 100%;
	height: auto;
}
#popup .pupbox .area p {
	margin-bottom: 15px;
}
#popup .pupbox .area a {
	pointer-events: none;
}
#bnr_list {
	margin-right: -20px;
	margin-bottom: 20px;
}
#bnr_list ul li {
	float: left;
	width: 590px;
	height: 150px;
	margin: 0 20px 20px 0;
}
#bnr_list ul li img {
	max-width: 590px;
}
#link_bnr {
	background: #fff;
	padding: 30px;
	margin-bottom: 38px;
}
#link_bnr .tit {
	border-bottom: 1px solid #ababab;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#link_bnr .tit img {
	float: left;
}
#link_bnr .tit span {
	float: left;
	padding: 5px 0 5px 20px;
}
#link_bnr ul {
	margin: 0 -12px 0 0;
}
#link_bnr ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#link_bnr ul li img {
	max-width: 276px;
}
#t_social {
	margin: 0 -16px 30px 0;
}
#t_social .box {
	float: left;
	width: 300px;
	margin: 0 16px 0 0;
}
#t_social .box .inner {
	height: 480px;
	padding: 12px;
	border-bottom: 3px #fbed2f solid;
	border-left: 3px #fbed2f solid;
	border-right: 3px #fbed2f solid;
	overflow: auto;
}
#t_social .box .inner a {
	text-decoration: underline;
}
#t_social .box .inner a:hover {
	text-decoration: none;
}
#t_social .box .inner dl {
	margin: 0 0 10px;
}
#t_social .box .inner dt {
	float: left;
	width: 50px;
}
#t_social .box .inner dt img {
	width: 50px;
}
#t_social .box .inner dd {
	padding: 0 0 0 60px;
	text-align: left;
	font-size: 10px;
	line-height: 1.4;
}
#t_social .box .inner dd strong {
	display: block;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#t_social .box .inner iframe {
	width: 100%;
	height: 150px;
	margin: 0 0 10px;
}
#t_social .box .inner li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px #ccc dashed;
	line-height: 1.4;
}
#t_social .box .inner li strong {
	display: block;
	font-size: 12px;
	font-weight: normal
}
.talent {
	margin: 0 -13px 35px 0;
}
.talent_btn {
	position: absolute;
	top: 20px;
	right: 30px;
}
.talent_btn a {
	position: relative;
	display: block;
	padding: 11px 24px 11px 11px;
	font-size: 14px;
	line-height: 1;
	color: #333;
	background: #ffea00;
	border: 2px #ffea00 solid;
	border-radius: 6px
}
.talent_btn a:after {
	position: absolute;
	content: '';
	display: block;
	width: 9px;
	height: 13px;
	top: 50%;
	right: 8px;
	margin: -6px 0 0;
	background: url(img/talent_btn.png) no-repeat 0 0
}
.talent_btn a:hover {
	text-decoration: none;
}
.talent .tit {
	height: 38px;
	margin: 0 8px 15px 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color: #03b4e3;
	border-left: 5px #03b4e3 solid;
	border-bottom: 1px #03b4e3 dashed;
}
.talent div.box {
	float: left;
	height: 385px;
	margin: 0 13px 0 0;
}
.talent div.box a.img {
	position: relative;
	display: block;
	width: 200px;
	padding: 5px;
	background: url(img/bg_pink.gif) repeat 0 0;
	overflow: hidden;
	box-sizing: border-box;
}
.talent div.box a.img img {
	width: 190px;
}
.talent div.box a.img img.rank_icon {
	position: absolute;
	width: 90px;
	bottom: 8px;
	right: 8px;
}
.talent div.box p {
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
}
.talent div.box p span {
	display: block;
	font-size: 13px;
}
.talent img.btn {
	width: 140px;
	height: auto;
}
.talent div.rank {
	height: 336px !important;
}
.t_bnr {
	margin: 0 -8px 0 0;
}
.t_bnr a,
.t_bnr img {
	display: block;
	float: left;
	width: 180px;
	margin: 0 8px 10px 0;
}
.t_bnr a img {
	float: none;
	width: 180px;
	margin: 0;
}



/* cast */
#talent_name {
	width: 100%;
	background: url(img/tit_un.gif) repeat-x bottom;
	font-size: 32px;
	color: #f74b83;
	text-align: left;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
#talent_name span {
	font-size: 22px;
	padding: 5px 0 5px 50px;
	display: inline-block;
	vertical-align: middle;
}
#talent_photo {
	position: relative;
}
#talent_photo #rank_icon {
	position: absolute;
	width:	157px;
	height: 48px;
	bottom: 45px;
	left: 10px;
	z-index: 888;
}
#talent_photo .not_login {
	position: absolute;
	width: 363px;
	height: 109px;
	top: 224px;
	left: 24px;
	z-index: 8888;
}
#talent_photo div {
	position: relative;
	float: left;
	width: 460px;
	height: 685px;
	margin: 0 0 20px;
	padding: 5px;
	background: url(img/bg_blue.gif) repeat 0 0;
	overflow: hidden;
	box-sizing: border-box;
}
#talent_photo div img {
	display: none;
	position: absolute;
	width: 448px;
	height: auto;
	top: 6px;
	left: 6px;
}
#talent_photo p {
	float: right;
	width: 502px;
	height: 34px;
	margin: 0 0 15px;
	text-align: left;
	font-size: 18px;
	line-height: 38px;
	color: #e3026d;
	border-bottom: 1px #e3026d solid;
}
#talent_photo ul {
	float: right;
	width: 652px;
	margin: 0px -23px 0 0;
}
#talent_photo ul li {
	float: left;
	width: 140px;
	height: 208px;
	margin: 0 23px 30px 0;
	padding: 6px 5px;
	background: url(img/bg_blue.gif) repeat 0 0;
	overflow: hidden;
	box-sizing: border-box;
}
#talent_photo ul li img {
	width: 130px;
	height: auto;
	cursor: pointer;
}
#talent_meta {
	margin: 0 0 15px;
	width: 100%;
	background: url(img/sb_tit_pi.jpg) repeat-x bottom;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 5px;
}
#talent_meta td {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
#talent_meta td.img {
	width: 160px;
}
#talent_meta td.mne {
	width: 200px;
}
#talent_meta td strong {
	font-size: 38px;
	font-weight: bold;
	color: #f74680;
}
#talent_meta td.txt {
	font-size: 28px;
	font-weight: bold;
	color: #f74680;
	vertical-align: middle;
}
#talent_meta .img {
	width: 180px;
}
#talent_meta .img img {
	width: 157px;
}
#talent_meta  strong {
	font-size: 38px;
	font-weight: bold;
	color: #f74680;
	padding: 0 10px 0 0;
}
#talent_meta .txt {
	font-size: 28px;
	font-weight: bold;
	color: #f74680;
	vertical-align: middle;
	padding: 8px 0 0 25px;
}
#talent_data {
	margin-bottom: 20px;
}
#talent_data li {
	float: left;
	margin: 4px 35px 20px 0;
	padding: 0 0 0 25px;
	font-size: 15px;
	line-height: 20px;
}
#talent_data li.data01 {
	background: url(img/talent_data01.gif) no-repeat 0 center;
}
#talent_data li.data02 {
	background: url(img/talent_data02.gif) no-repeat 0 center;
}
#talent_data li.data03 {
	margin: 0 0 20px;
	background: url(img/talent_data03.gif) no-repeat 0 center;
}
#de_tb {
	margin-bottom: 40px;
	margin-right: -20px;
	position: relative;
}
#de_tb li {
	float: left;
}
#de_tb li .btn {
	width: 550px;
	height: 90px;
	border-radius: 10px;
	font-size: 28px;
	color: #fff;
	padding: 25px 0;
	font-weight: bold;
	box-sizing: border-box;
	text-decoration: none;
	margin-bottom: 10px;
	margin-right: 20px;
	display: block;
	background: #329df0 url(img/dt_arrow_off.gif) no-repeat 500px center;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
	-ms-transition: all .0s;
	-o-transition: all .0s;
	transition: all .0s;
	opacity: 1;
}
#de_tb li .btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
#de_tb li.active .btn {
	border: 3px solid #329df0;
	border-bottom: 10px solid #329df0;
	border-radius: 10px 10px 0 0;
	height: 100px;
	margin-bottom: 0;
	color: #329df0;
	background: #fff url(img/dt_arrow_on.gif) no-repeat 500px center;
	padding: 23px 0;
}
#de_tb li .slide_box {
	position: absolute;
	width: 1120px;
	background: #fff;
	z-index: 100;
	border: 3px solid #329df0;
	box-sizing: border-box;
	left: 0px;
	display: none;
	max-height: 700px;
	overflow: auto;
}
#de_tb li.un .slide_box {
	top: 200px;
}
h3.new {
	color: #1492d4;
	font-size: 26px;
	text-align: left;
	background: url(img/sb_tit_bl.gif) repeat-x 0 bottom;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}
h3.new span.sns {
	background: url(img/sb_sns_icon.png) no-repeat 0 5px;
	padding: 0 0 0 33px;
}
/*
#de_tb li:nth-child(even) .slide_box {
	left: -570px;
}
*/
#de_tb li .btn.first span {
	background: url(img/dt_icon_off01.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li.active .btn.first span {
	background: url(img/dt_icon_on01.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li .btn.second span {
	background: url(img/dt_icon_off02.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li.active .btn.second span {
	background: url(img/dt_icon_on02.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li .btn.third span {
	background: url(img/dt_icon_off03.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li.active .btn.third span {
	background: url(img/dt_icon_on03.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li .btn.fourth span {
	background: url(img/dt_icon_off04.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb li.active .btn.fourth span {
	background: url(img/dt_icon_on04.gif) no-repeat 0 0;
	padding: 0 60px;
}
#de_tb .slide_box {
	padding: 35px 25px;
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}
#de_tb .slide_box.intro {
	background: #f9fcff;
}
#de_tb .slide_box.voice dt {
	font-size: 16px;
	font-weight: bold;
	color: #1492d4;
	vertical-align: bottom;
	border-bottom: 1px solid #aeebff;
	padding: 0 0 5px;
	margin-bottom: 10px;
}
#de_tb .slide_box.voice dd {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.8;
}
#de_tb .slide_box.qa dt {
	font-size: 18px;
	font-weight: bold;
	color: #1492d4;
	vertical-align: bottom;
	border-bottom: 1px solid #aeebff;
	padding: 0 0 5px;
	margin-bottom: 10px;
}
#de_tb .slide_box.qa dd {
	margin-bottom: 40px;
	font-size: 16px;
	padding: 0 0 0 50px;
	line-height: 1.8;
}
#de_tb .slide_box.qa dt span {
	font-size: 22px;
	margin-right: 10px;
}
#de_tb .slide_box.qa .morebtn {
	text-align: center;
}
#talent_tab li {
	float: left;
	width: 180px;
	height: 35px;
}
#talent_tab li a {
	display: block;
	width: 180px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 30px;
	color: #fff;
	background: url(img/talent_tab02.gif) no-repeat 0 0;
	line-height: 35px;
}
#talent_tab li a.current {
	color: #03b4e3;
	background: url(img/talent_tab01.gif) no-repeat 0 0;
}
#talent_tab li a:hover {
	text-decoration: none;
	color: #03b4e3;
	background: url(img/talent_tab03.gif) no-repeat 0 0;
}
#talent_tab li a.current:hover {
	color: #03b4e3;
	background: url(img/talent_tab01.gif) no-repeat 0 0;
}
.talent_tab_wrap {
	margin: -1px 0 20px;
	border: 1px #03b4e3 solid;
}
.talent_tab_wrap .in {
	height: 524px;
}
.talent_tab_cont {
	display: none;
	height: 500px;
	padding: 12px;
	overflow: auto;
}
.talent_txt div {
	padding: 10px;
	text-align: left;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
.talent_txt p {
	padding: 5px 0 0;
	font-size: 13px;
}
#talent_faq dt {
	height: 19px;
	padding: 15px 0 0 30px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #03b4e3;
	background: url(img/talent_faq_ico.gif) no-repeat 0 0;
	border-bottom: 1px #98e5fa solid;
	line-height: 1;
}
#talent_faq dd {
	text-align: left;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 5px 0 0 30px;
}
#talent_faq img {
	max-width: 100%;
}
#faq30 {
	display: none;
}
#faq30more {
	margin: 0 0 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
#faq30more:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#shop_comment {
	text-align: left;
}
#shop_comment img {
	margin: 10px 10px 0;
}
#shop_comment div.in {
	height: 430px;
	padding: 10px;
	overflow: auto;
}
#shop_comment p {
	padding: 5px 0 0;
	font-size: 13px;
}
#talent_voice dt {
	height: 19px;
	padding: 15px 0 0 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #03b4e3;
	background: url(img/cast_voice_ico.gif) no-repeat 0 0;
	border-bottom: 1px #98e5fa solid;
	line-height: 1;
}
#talent_voice dd {
	text-align: left;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 5px 0 0 30px;
}
#talent_social {
	margin: 0 -16px 0 0;
}
#talent_social .box,
#talent_social .box02 {
	float: left;
	margin: 0 16px 20px 0;
}
#talent_social .box {
	width: 300px;
}
#talent_social .box02 {
	width: 458px;
}
#talent_social .box .tit,
#talent_social .box02 .tit {
	position: relative;
	height: 31px;
	padding: 0 8px 5px 36px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	color: #fff;
}
#talent_social .box .tit {
	background: url(img/talent_social_tit01.gif) no-repeat 0 0;
}
#talent_social .box02 .tit {
	background: url(img/talent_social_tit02.gif) no-repeat 0 0;
}
#talent_social .box .tit:before,
#talent_social .box02 .tit:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	top: 4px;
	left: 6px;
	vertical-align: middle;
}
#talent_social #ts_blog .tit:before {
	background: url(img/ts_ico_blog.png) no-repeat 0 0;
}
#talent_social #ts_tw .tit:before {
	background: url(img/ts_ico_tw.png) no-repeat 0 0;
}
#talent_social #ts_news .tit:before {
	background: url(img/ts_ico_news.png) no-repeat 0 0;
}
#talent_social #ts_movie .tit:before {
	background: url(img/ts_ico_movie.png) no-repeat 0 0;
}
#talent_social #ts_photo .tit:before {
	background: url(img/ts_ico_photo.png) no-repeat 0 0;
}
#talent_social .box .inner,
#talent_social .box02 .inner {
	height: 284px;
	padding: 8px;
	border: 1px #03b4e3 solid;
	overflow: auto;
}
#ts_blog dl {
	padding: 5px;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px #ccc solid;
}
#talent_social #ts_tw .inner {
	height: 300px;
	padding: 0;
}
#talent_social #ts_news .inner li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px #ccc dashed;
	line-height: 1.4;
}
#talent_social #ts_news .inner li strong {
	display: block;
	font-size: 12px;
	font-weight: normal
}
#talent_social #ts_movie.box02 .inner,
#talent_social #ts_photo.box02 .inner {
	height: 334px;
	padding: 12px;
}
#talent_social #ts_movie.box .inner iframe {
	width: 265px;
	height: 177px;
	margin: 0 auto;
}
#talent_social #ts_movie.box02 .inner iframe {
	width: 360px;
	height: 240px;
	margin: 0 auto;
}
#talent_social #ts_movie ul {
	height: 80px;
	margin: 10px 0 0;
	border-top: 1px #03b4e3 solid;
	border-bottom: 1px #03b4e3 solid;
	overflow: auto;
}
#talent_social #ts_movie ul a {
	display: block;
	min-height: 16px;
	padding: 5px 0 5px 25px;
	text-align: left;
	font-weight: bold;
	color: #393939;
	background: url(img/mov_play.jpg) no-repeat 0 5px;
	border-bottom: 1px #03b4e3 dashed;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#talent_social #ts_movie ul a:hover {
	text-decoration: none;
	background: #d3f6ff url(img/mov_play.jpg) no-repeat 0 5px;
}
#talent_social #ts_photo img {
	width: 100%;
}
body#cast_photo {
	background: #fff;
}
#photo_wrap {
	position: relative;
	width: 620px;
	height: 620px;
	margin: 0 auto;
}
#photo_wrap div {
	display: none;
	position: absolute;
	width: 600px;
	height: 600px;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 500;
}
#photo_wrap div img.img01 {
	width: auto;
	height: 100%;
}
#photo_wrap div img.img02 {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#photo_wrap img#cast_prev,
#photo_wrap img#cast_next {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 50%;
	margin: -26px 0 0;
	cursor: pointer;
	z-index: 800;
}
#photo_wrap img#cast_prev {
	left: 20px;
}
#photo_wrap img#cast_next {
	left: 548px;
}
#cast_photo_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/w_shadow.png) repeat 0 0;
	z-index: 9999;
	cursor: pointer;
}
#cast_photo_window iframe {
	position: absolute;
	width: 620px;
	height: 620px;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -360px;
	border: 0;
}



/* flow */
#flow {
	width: 100%;
	margin: 0 0 30px;
}
#flow th {
	width: 118px;
	padding: 0 20px 0 0;
	text-align: center;
}
#flow tr.arrow th {
	padding: 15px 20px 15px 0;
}
#flow td {
	padding: 15px;
	text-align: left;
	border: 8px #99e5fa solid;
}
#flow td img {
	float: right;
	margin: 0 0 0 15px;
}
#flow tr.arrow td {
	border: none;
}



/* press */
#press {
	text-align: left;
	font-size: 13px;
}
#press strong {
	display: block;
	margin: 0 0 10px;
	padding: 3px 8px;
	font-size: 15px;
	color: #e3026d;
	background: url(img/bg_blue02.gif) repeat 0 0;
}
#press b {
	display: block;
	font-size: 14px;
}


/* case */
.case_box {
	margin: 0 0 20px;
	padding: 8px;
	background: url(img/bg_pink.gif) repeat 0 0;
}
.case_box dl {
	text-align: left;
	background: #fff;
}
.case_box dt {
	padding: 20px 15px 15px 70px;
	background: url(img/case_ico01.gif) no-repeat 24px 42px;
	cursor: pointer;
}
.case_box dt.open {
	background: url(img/case_ico02.gif) no-repeat 24px 42px;
}
.case_box dt:hover {
	background: #fafdff url(img/case_ico01.gif) no-repeat 24px 42px;
}
.case_box dt.open:hover {
	background: #fff url(img/case_ico02.gif) no-repeat 24px 42px;
}
h4.case_tit {
	margin: 0 0 8px;
	padding: 0 0 8px;
	font-size: 22px;
	border-bottom: 1px #03b4e3 solid;
	line-height: 1.1;
}
h4.case_tit p {
	padding: 0 0 0 8px;
	border-left: 4px #03b4e3 solid;
}
.case_box .area {
}
.case_box dd {
	padding: 0 15px 15px;
	font-size: 15px;
}
.case_box dd img.fr {
	margin: 0 0 10px 10px;
}
.case_box div.exa {
	clear: both;
	margin: 15px 0 0;
	padding: 10px 15px;
	border: 2px #03b4e3 solid;
}
.case_box div.exa h5 {
	font-size: 18px;
	font-weight: bold;
	color: #03b4e3;
	border-bottom: 1px #03b4e3 solid;
}
.case_box div.exa p {
	padding: 8px 0 0;
}



/* faq */
#faq dt {
	height: 19px;
	padding: 15px 0 0 30px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #03b4e3;
	background: url(img/cast_voice_ico.gif) no-repeat 0 0;
	border-bottom: 1px #98e5fa solid;
	line-height: 1;
}
#faq dd {
	text-align: left;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 5px 0 0 30px;
}
#faq {
	margin: 0 0 40px;
}



/* concept */
#concept_menu li {
	float: left;
	margin: 0 15px 40px 0;
}
#concept_menu li.last {
	margin: 0 0 40px;
}
.conc_tit {
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #03b4e3;
	border-bottom: 1px #03b4e3 solid;
	line-height: 1;
}
.conc_tit p {
	padding: 0 0 0 5px;
	text-align: left;
	border-left: 4px #03b4e3 solid;
}
.conc_box {
	padding: 5px;
	background: url(img/bg_pink.gif) repeat 0 0;
}
.conc_box_in {
	padding: 13px;
	background: #fff;
}
.conc_box_in .tit {
	height: 35px;
	margin: 0 0 13px;
	text-align: left;
	text-indent: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #03b4e3;
	background: #fcf008;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 38px;
}
.conc_box_in p {
	font-size: 14px;
	text-align: left;
}
.conc_box_in img {
	float: right;
	width: 242px;
	margin: 0 0 10px 10px;
}


/* rules */
#rules {
	font-size: 14px;
	text-align: left;
}
#rules strong,
#concept strong {
	display: block;
	margin: 30px 0 15px;
	padding: 3px 8px;
	font-size: 16px;
	color: #03b4e3;
	background: url(img/bg_blue03.gif) repeat 0 0;
}



/* results */
#results .box {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px #03b4e3 solid;
}
#results .box h4 {
	margin: 0 0 15px;
	padding: 0 10px 15px;
	text-align: left;
	font-size: 24px;
	color: #e3026d;
	border-bottom: 1px #03b4e3 dashed;
}
#results .box div.cf {
	padding: 0 10px;
	text-align: left;
}
#results .box div.fl {
	float: left;
	width: 380px;
	text-align: left;
}
#results .box div.fl img {
	max-width: 370px;
	height: auto;
	margin: 0 10px 10px 0;
}
#results .box p {
	float: right;
	width: 680px;
	padding: 0 0 0 10px;
	text-align: left;
	border-left: 3px #fcef07 solid;
}
#results .box iframe {
	width: 380px;
	height: 285px;
}




/* media */
.media_tit {
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #03b4e3;
	border-bottom: 1px #03b4e3 solid;
	line-height: 1;
}
.media_tit p {
	padding: 0 0 0 5px;
	text-align: left;
	border-left: 4px #03b4e3 solid;
}
.media_video {
	text-align: left;
}
.media_video iframe {
	width: 480px;
	height: 330px;
	margin: 0 0 10px;
}
.media_video p {
	padding: 0 0 0 5px;
	border-left: 4px #fcef07 solid;
}





/* ren_ch */
#ren_ch {
	width: 100%;
	margin: 0 -6px;
}
.ren_box {
	float: left;
	width: 266px;
	margin: 0 7px 20px;
}
#ren_ch div.first {
	clear: both;
}
.ren_box img {
    width: 266px;
    height: 177px;
    object-fit: cover;
    object-position: top;
}
.ren_box .ren_tit {
	margin: 0 0 5px;
	padding: 8px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.ren_box .ren_tit a{
	display:inline-block;
	background:url(img/mov_play.jpg) no-repeat left 1px;
	background-size:20px 16px;
	padding-left:25px;
	color:#393939;
}
.ren_box p {
	text-align:left;
	font-size:12px;
}




/* voice */
#content {
	text-align: left;
}
#content p.toptxt {
	margin: 0 0 20px;
	font-size: 16px;
	color: #03b4e3;
	text-align: left;
}
#content_list {
	margin: 0 0 40px;
	padding: 15px;
	font-size: 12px;
	background: #fcfbfb;
	border: 1px #03b4e3 solid;
}
#content #content_list a {
	display: block;
	margin: 0 0 5px;
	color: #333;
}
#content_list table {
	width: 400px;
	margin: 20px auto -10px;
	font-weight: bold;
	line-height: 1;
}
#content_list td {
	width: 33%;
	vertical-align: middle;
}
#content #content_list td a {
	margin: 0;
	padding: 8px 0;
	color: #03b4e3;
}
#content dl {
	margin: 0 0 15px;
	border-top: 1px #9CE5F9 solid;
}
#content dt {
	padding: 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #03b4e3;
	border-bottom: 1px #9CE5F9 dashed;
	line-height: 1.3;
}
#content a {
	color: #03b4e3;
}
#content dd {
	text-align: left;
	font-size: 13px;
	padding: 5px;
}
table.pagenav {
	width: 100%;
	margin: 15px 0;
	line-height: 1;
	background: #f1f1f1;
}
table.pagenav td {
	vertical-align: middle;
}
table.pagenav td a {
	display: inline-block;
	padding: 10px;
	border: 1px #f1f1f1 solid;
}
table.pagenav td a:hover {
	text-decoration: none;
	background: #fefefe;
}





/* price */
.price_tbl {
	width: 100%;
	line-height: 1.3;
}
.price_tbl th {
	padding: 10px 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	background: #98e4fb;
	border: 3px #fff solid;
	white-space: nowrap;
}
.price_tbl th strong {
	font-size: 28px;
}
.price_tbl td {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #eee;
	border: 3px #fff solid;
}
.price_tbl td.r_txt {
	padding: 0;
}
.price_tbl td.r_txt p {
	padding: 13px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fe4040;
	background: #fff5f4;
	border: 1px #fe4040 solid;
}
.price_tbl td dt {
	float: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}
.price_tbl td dd {
	float: left;
	margin: 0 0 0 40px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.price_rnk {
	width: 100%;
	line-height: 1.3;
}
.price_rnk th {
	width: 200px;
	padding: 10px 20px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #98e4fb;
	border: 3px #fff solid;
	white-space: nowrap;
}
.price_rnk th img {
	width: 60px;
	margin: 0 0 5px;
	vertical-align: middle;
}
.price_rnk td {
	padding: 10px 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	border: 3px #fff solid;
	white-space: nowrap;
}
.price01 {
	padding: 8px;
	background: #fcfeff;
	border: 1px #03b4e3 solid;
	letter-spacing: 2px;
}
.price01 dt {
	padding: 5px 10px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #03b4e3;
}
.price01 dd {
	padding: 8px 0 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.price02 dt {
	padding: 0 0 8px;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	line-height: 54px;
	border-bottom: 1px #03b4e3 solid;
}
.price02 dt div.fr {
	padding: 6px;
	background: #fff;
	border: 1px #03b4e3 solid;
}
.price02 dt div.fr span {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #03b4e3;
}
.price02 dd {
	padding: 18px 0;
	text-align: left;
	font-size: 18px;
}
.price02 dd img {
	margin: 10px 0 15px;
}
.price02 dd a.fr img {
	margin: 0;
}
.price02 dd dt {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #03b4e3;
	background: #c3edf9;
	border-bottom: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.price02 dd dd {
	color: #03b4e3;
	padding: 8px 0;
	font-weight: bold;
}
.price03 dt {
	padding: 5px 13px;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: #03b4e3;
}
.price03 dd {
	padding: 15px;
	text-align: left;
	font-size: 18px;
	background: #fcfeff url(img/price_img03.jpg) no-repeat right bottom;
	border-bottom: 2px #03b4e3 solid;
	border-left: 2px #03b4e3 solid;
	border-right: 2px #03b4e3 solid;
}
.price03 dd div {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 46px;
	margin: 10px 0 18px;
	padding: 0 30px;
	line-height: 46px;
	font-size: 21px;
	font-weight: bold;
	color: #03b4e3;
	border: 2px #03b4e3 solid;
}
.price03 dd img {
	margin: 10px 0 0;
}



/* recruit */
#recruit {
	text-align: left;
	font-size: 13px;
}
#recruit strong {
	display: block;
	margin: 0 0 10px;
	padding: 3px 8px;
	font-size: 15px;
	color: #03b4e3;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
#recruit b {
	display: block;
	font-size: 14px;
}



/* recruit */
#recruit02 {
	color: #000;
}
#recruit02 .inner {
	padding: 20px 47px;
}
#recruit02 .red {
	color: #eb2e27 !important;
}
#recruit02 .rec_box01 {
	padding-left: 40px;
	padding-right: 40px;
}
#recruit02 .gray {
	color: #575757;
}
#recruit02 .navy {
	color: #2c3e50;
}
#recruit02 .pink {
	color: #e3026d;
}
#recruit02 .rec_step_box {
	width: 742px;
	margin: 0 auto;
	padding: 13px 0 0;
	background: url(img/recruit_step_bg01.gif) no-repeat 0 0;
}
#recruit02 .rec_step_box .in {
	padding: 0 0 13px;
	background: url(img/recruit_step_bg02.gif) no-repeat 0 bottom;
}
#recruit02 .rec_step_box .in div {
	position: relative;
	border-left: 3px #ffd2d9 solid;
	border-right: 3px #ffd2d9 solid;
}
#recruit02 .rec_step_box .in div p {
	display: table-cell;
	height: 80px;
	padding: 0 0 0 70px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #424242;
}
#recruit02 .rec_step_box .in div img.count {
	position: absolute;
	width: 22px;
	height: 25px;
	top: 26px;
	left: 27px;
}
#recruit02 .rec_step_box .in div img.ico {
	position: absolute;
	width: 87px;
	height: 87px;
	top: -4px;
	left: 636px;
}
#recruit02 .recruit_step .rec_box01 {
	margin-top: 25px;
}
#recruit02 .recruit_how dt {
	padding: 35px 0 5px;
	font-size: 24px;
	font-weight: bold;
	color: #ec6c67;
}
#recruit02 .recruit_how dd {
	padding: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #ec6c67;
}
#recruit02 .recruit_how dd strong {
	text-decoration: underline;
}
#recruit02 #rec_sec01 .dl {
	margin: 0 0 30px;
	padding: 40px 0 5px;
	background: url(img/recruit_sec01bg.jpg) no-repeat center bottom;
}
#recruit02 #rec_sec01 dl {
	width: 100%;
	height: 46px;
	padding: 12px 0;
	border-bottom: 2px #d3d3d3 dotted;
}
#recruit02 #rec_sec01 dt {
	float: left;
	width: 46px;
	height: 46px;
	padding: 0 15px;
}
#recruit02 #rec_sec01 dd {
	float: left;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
}
#recruit02 #rec_sec01 .rec_box01 {
	text-indent: -1.3em;
}
#recruit02 .recruit_faq dl {
	border-bottom: 2px #d3d3d3 dotted;
}
#recruit02 .recruit_faq dt {
	padding: 15px 0 15px 55px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #28a7e1;
	background: url(img/recruit_ico_q.gif) no-repeat 15px 15px;
}
#recruit02 .recruit_faq dd {
	padding: 0 30px 30px 55px;
	text-align: left;
	font-size: 14px;
	background: url(img/recruit_ico_a.gif) no-repeat 15px 15px;
}
#recruit02 .recruit_faq dd div {
	padding: 20px 25px;
	background: #ffeaec;
}
#recruit02 #rec_sec02 dt {
	padding: 30px 0 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #ec6c67;
}
#recruit02 #rec_sec02 dd {
	padding: 0 0 0 40px;
	font-size: 14px;
	text-align: left;
}
#recruit02 #rec_sec03 {
	width: 805px;
	margin: 0 auto;
}
#recruit02 #rec_sec03 .rec_box01 {
	padding: 25px 50px;
}
#recruit02 #rec_sec03 dt {
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #28a7e1;
	background: #d8f3ff;
	border-top: 4px #28a7e1 solid;
}
#recruit02 #rec_sec03 dd {
	padding: 20px 15px 40px 30px;
	font-size: 14px;
	text-align: left;
}
#recruit02 #rec_sec03 dd p {
	margin: 0 0 14px;
}





/* movie & photo */
#movie_dtl {
	margin-bottom: 50px;
	padding: 0 15px;
}
#movie_dtl div {
	width: 600px;
	height: 450px;
	background: #000000;
	margin: 0 auto 15px auto;
}
#movie_dtl p.mvd_tit {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 10px #03b4e3;
	padding-left: 15px;
	margin-bottom: 15px;
}
#movie_dtl p.movcom {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
#movie_dtl .starring {
	text-align: left;
	font-size: 12px;
}
#movie_dtl .starring a {
	color: #03b4e3;
}
.photo_tit {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	border-left: solid 10px #03b4e3;
	padding-left: 15px;
	margin-bottom: 30px;
}
#photos {
	margin-bottom: 50px;
	padding: 0 15px;
}
#photos div.cf {
	margin: 0 -8px;
}
#photos div.cf a {
	display: block;
	float: left;
	width: 290px;
	margin: 0 8px;
	padding: 0 0 30px;
}
#photos div.cf a img {
	width: 100%;
	margin: 0 0 10px;
}
#photos div.cf a p {
	height: 20px;
	padding: 0 0 0 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #393939;
	background: url(img/photo_icon.png) no-repeat left 1px;
	background-size: 20px 16px;
}
body:after {
	content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(img/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.req_fm_tit{
	clear: both;
	width: 80%;
}
.req_fm {
	clear: both;
	background-color: cornsilk;
	padding: 20px;
	margin: 0 auto;
	width: 80%;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
.req_fm input[type="text"],
.req_fm input[type="email"] {
	width: 80%;
	height: 25px;
	margin-bottom: 15px;
}
.req_fm select {
	height: 25px;
	margin-bottom: 15px;
}
.req_fm input[type="radio"]{
	margin-bottom: 15px;
}
.radi {
	margin-bottom: 15px;
}
.rech {
	font-weight: bold;
	margin-bottom: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 90px;
	width: 350px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 80px;
	height: 30px;
	margin-top: 10px;
}
.req_fm_tit {
	clear: both;
	width: 82%;
	text-align: center;
	background-color: bisque;
	padding: 10px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	/* 上のみ角丸 */
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
}
input.wpcf7-form-control.wpcf7-text.harf,
input.wpcf7-form-control.wpcf7-text.sex {
	width: 100px;
}
.req_fm input[type="text"],
.req_fm input[type="email"] {
	width: 73%;
	height: 25px;
	margin-bottom: 15px;
}




/* dating */
#dating_archive {
	border-top: 2px #03b4e3 solid;
}
#dating_archive .box {
	border-bottom: 2px #03b4e3 solid;
}
#dating_archive .box .tit {
	padding: 8px 0 5px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px #03b4e3 dashed;
}
#dating_archive .box .cf {
	padding: 10px 0;
}
#dating_archive .box img {
	float: right;
	width: 350px;
}
#dating_archive .box p {
	float: left;
	width: 567px;
	padding: 10px 0;
	text-align: left;
	font-size: 15px;
}
#dating .inner {
	padding: 30px 50px;
	text-align: left;
	font-size: 14px;
	color: #000;
}
#dating .inner p {
	margin: 0 0 25px;
}
#dating .inner .blue {
	color: #015bff !important;
}
#dating .inner .red {
	color: #e3026d !important;
}
#dating table.dating_nav {
	width: 216px;
	margin: 0 auto;
}
#dating table.dating_nav td.prev {
	width: 83px;

	padding: 0 25px 0 0;
}
#dating table.dating_nav td.next {
	width: 83px;
	padding: 0 0 0 25px;
}
.dating_sns {
	padding: 20px 50px;
	text-align: left;
}
.dating_sns .fb_iframe_widget {
	vertical-align: top;
	margin: 0 5px 0 0;
}
.dating_sns iframe {
	vertical-align: top;
	margin: 0 5px 0 0;
}



/* form */
#reserve_tab {
	margin: 0 0 40px;
	border-bottom: 2px #03b4e3 solid;
}
#reserve_tab li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 5px -2px;
}
#reserve_tab li a {
	display: block;
	padding: 13px 80px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #03b4e3;
	border: 2px #03b4e3 solid;
}
#reserve_tab li a:hover,
#reserve_tab li a.active {
	color: #03b4e3;
	background: #fff;
	text-decoration: none;
}
#reserve_tab li a.active {
	border-bottom: 2px #fff solid;
}
#reserve .inner {
	padding: 20px 47px;
}
#reserve .mw_wp_form div.short input {
	width: 80px;
}
.mw_wp_form {
	font-size: 14px;
	text-align: left;
}
.mw_wp_form label.bold {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.mw_wp_form strong {
	display: block;
	margin: 0 0 10px;
	padding: 3px 8px;
	font-size: 18px;
	font-weight: bold;
	color: #03b4e3;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
.mw_wp_form span {
	color: #f00;

}
.mw_wp_form input[type="text"] {
	width: 350px;
	height: 18px;
	padding: 3px;
	border: 1px #cfcfcf solid;
}
.mw_wp_form div.short input[type="text"] {
	width: auto;
}
.mw_wp_form textarea {
	width: 100%;
	height: 150px;
	margin: 5px 0 0;
	padding: 3px;
	border: 1px #cfcfcf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mw_wp_form div.check span {
	color: #333;
}
.mw_wp_form div.check span.error {
	color: #B70000;
}
.mw_wp_form div.check label {
	min-width: 60px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 20px 0 0;
}
.mw_wp_form input[type="checkbox"],
.mw_wp_form input[type="radio"] {
	margin: 0 5px 0 0;
}
.mw_wp_form input[type="submit"] {
	width: 360px;
	height: 83px;
	text-indent: -9999px;
	background: url(img/reserve_btn.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
}
.mw_wp_form input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.mw_wp_form .error {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
.complete {
	margin: 40px 0;
	padding: 20px;
	font-size: 18px;
	text-align: left;
	border: 8px #98e5fa solid;
}
.mw_wp_form .date_box div {
	display: inline-block;
	padding: 0 1em 0 0;
}
.mw_wp_form .date_box select {
	width: 120px;
}
.mw_wp_form .date_box option[disabled] {
	display: none;
}


/* fan */
.fan_step {
	padding: 5px;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
.fan_step div {
	padding: 13px;
	background: #fff;
}
.fan_step table {
	font-size: 14px;
}
.fan_step th {
	padding: 0;
}
.fan_step td {
	padding: 0 0 0 15px;
	text-align: left;
}
.fan_step td.arrow {
	padding: 10px 0 10px 40px;
	text-align: left;
}






/* reg */
.wpmem_box {
	margin: 0 0 30px;
	padding: 8px;
	background: url(img/bg_pink.gif) repeat 0 0;
}
#wpmem_login {
	float: right;
	width: 450px;
}
#wpmem_reg {
	float: left;
	width: 600px;
}
.wpmem_box fieldset,
.wpmem_box .inner {
	min-height: 275px;
	margin: 0 !important;
	padding: 15px 20px;
	font-size: 14px;
	background: #fff;
	border: none !important;
}
.wpmem_box .inner {
	min-height: 0;
	text-align: left;
}
.wpmem_box .mem_tit {
	margin: 0 0 10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #03b4e3;
	border-bottom: 1px #03b4e3 dashed;
}
.wpmem_box label {
	display: block;
	text-align: left;
}
.wpmem_box .div_text {
	padding: 5px 0 15px;
	text-align: left;
}
.wpmem_box .div_text.cell {
	padding: 0px;
}
.wpmem_box input[type="text"],
.wpmem_box input[type="password"] {
	width: 100%;
	height: 28px;
	padding: 3px;
	background: #fff;
	border: 1px #bfbfbf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wpmem_box .button_div {
	padding: 0 0 15px;
}
.wpmem_box .button_div input[type="submit"],
.wpmem_box .button_div input[type="reset"] {
	margin: 0 5px;
	padding: 8px 15px;
	color: #fff;
	background: #03b4e3;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px
	-moz-border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.wpmem_box .button_div input[type="reset"] {
	color: #434343;
	background: #ccc;
}
.wpmem_box .button_div input[type="submit"]:hover,
.wpmem_box .button_div input[type="reset"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.wpmem_box .button_div label {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	cursor: pointer;
}
#reg {
	font-size: 14px;
	text-align: left;
}
#reg strong {
	display: block;
	margin: 0 0 15px;
	padding: 3px 8px;
	font-size: 16px;
	color: #03b4e3;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
#reg .reg_tit {
	height: 25px;
	margin: 0 0 10px;
	padding: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	border-bottom: 1px #03b4e3 dashed;
}
#reg .reg_tit span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 25px;
	height: 25px;
	margin: 0 8px 0 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #03b4e3;
	border-radius: 25px;
	-webkit-border-radius: 25px
	-moz-border-radius: 25px;
}
iframe.ga {
	width: 5px;
	height: 5px;
	border: none;
	overflow: hidden;
}


/* info */
#info table {
	width: 100%;
	margin: 0 0 40px;
}
#info th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	background: #03b4e3;
	border: 1px #ccc solid;
}
#info td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px #ccc solid;
}

/* comic */
#comic_list a {
	float: left;
	width: 213px;
	margin: 0 10px 30px;
}
#comic_list a.first {
	clear: both;
}
#comic_list a img {
	width: 100%;
	margin: 0 0 10px;
	-webkit-box-shadow : 0 0 5px #ccc;
	box-shadow : 0 0 5px #ccc;
}
#comic {
	position: relative;
	padding: 167px 80px 0;
}
#comic .meta {
	position: absolute;
	width: 764px;
	padding: 3px;
	top: 20px;
	left: 81px;
	background: #03b4e3;
	border-radius: 5px;
}
#comic .meta_fix {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -385px;
	border-radius: 0 0 5px 5px;
}
#comic .meta .in {
	background: #fff;
	border-radius: 4px;
}
#comic .meta .tit {
	padding: 8px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: #03b4e3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#comic .meta li {
	float: left;
	width: 37%;
}
#comic .meta li a,
#comic .meta li span {
	display: block;
	padding: 13px 0;
}
#comic .meta li a:hover {
	background: #d9f5fd
}
#comic .meta li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#comic .meta li span {
	background: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}
#comic .meta li.back {
	width: 26%;
}
#comic .meta li.back a {
	border-left: 2px #03b4e3 dashed;
	border-right: 2px #03b4e3 dashed;
}
#comic .comic_page div {
	margin: 0 0 40px;
	border: 1px #ccc solid;
	-webkit-box-shadow : 0 0 5px #ccc;
	box-shadow : 0 0 5px #ccc;
}
#comic .comic_page div img {
	width: 100%;
}



/* change */
#change table {
	width: 100%;
	font-size: 14px;
	color: #333;
}
#change th {
	width: 10em;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #f7f7f7;
	border: 1px #ccc solid;
}
#change thead th {
	width: auto;
	padding: 8px;
	background: #FFE0E0;
}
#change td {
	padding: 10px;
	text-align: left;
	border: 1px #ccc solid;
}


/* schedule */
#schedule {
	line-height: 1;
	background: #03b4e3;
}
#schedule .sche_left {
	float: left;
	width: 264px;
}
#schedule .sche_left table {
	width: 100%;
}
#schedule .sche_left th {
	width: 84px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	background: #03b4e3;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}
#schedule .sche_left th.now {
	color: #333;
	background: #9ce5f9;
}
#schedule .sche_left thead td {
	height: 34px;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #03b4e3;
	border-top: 1px #03b4e3 solid;
}
#schedule .sche_left tbody td {
	height: 22px;
	padding: 5px;
	text-align: left;
	background: #fff;
	border: 1px #03b4e3 solid;
}
#schedule .sche_left .last td {
	border-bottom: 1px #fff solid;
}
#schedule .sche_left td a {
	display: block;
	height: 20px;
	padding: 1px 0;
	line-height: 20px;
	color: #333;
	overflow: hidden;
}
#schedule .sche_left td a span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 5px;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background: #e7749a;
	border: 1px #e7749a solid;
	border-radius: 5px;
}
#schedule .sche_left td a:hover span {
	text-decoration: none;
	color: #e7749a;
	background: #fff;
}
#schedule .sche_right {
	float: right;
	width: 656px;
	border: 1px #03b2e2 solid;
	overflow-x: auto;
}
#schedule .sche_right table {
	margin: 0 -1px;
}
#schedule .sche_right th {
	height: 34px;
	padding: 0 5px;
	text-align: left;
	background: #f6f9fc;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
#schedule .sche_right td {
	background: #fff;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
#schedule .sche_right td div {
	position: relative;
	width: 40px;
	min-height: 22px;
	padding: 5px;
	text-align: left;
}
#schedule .sche_right td div a {
	position: absolute;
	display: block;
	left: 5px;
	margin: 1px 0;
	padding: 0 5px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background: #e7749a;
	border: 1px #e7749a solid;
	border-radius: 5px;
	white-space: nowrap;
	z-index: 9999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#schedule .sche_right td a:hover {
	text-decoration: none;
	color: #e7749a;
	background: #fff;
}
.sche_pager {
	margin: 0 0 10px;
}
.sche_pager td.select {
	padding: 0 5px;
}
.sche_pager a {
	display: block;
	height: 12px;
	padding: 5px 14px;
	border: 1px #03b2e2 solid;
	border-radius: 3px;
}
.sche_pager select {
	width: 80px;
	height: 24px;
	font-size: 15px;
	border: 1px #fff solid;
	outline: none;
}
.sche_pager select:focus {
	border: 1px #ccc solid;
}
.sche_content {
	margin: 50px 0 0;
	font-size: 14px;
}
.sche_content p {
	text-align: left;
}
.sche_box {
	display: inline-block;
	width: 320px;
	padding: 0 50px;
}
.sche_box.sp {
	display: none;
}
.sche_box img {
	width: 100%;
	margin: 0 0 15px;
}
#calender {
	text-align: center;
}
#calender p.load {
	display: inline-block;
	padding: 30px 0;
	color: #999;
}
#calender p:before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	margin: 0 0 10px;
	border-radius: 50%;
	border: 8px solid #999;
	border-right-color: transparent;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform : rotate(0deg);
		opacity: 0.2;
	}
	50% {
		-webkit-transform : rotate(180deg);
		opacity: 1.0;
	}
	100% {
		-webkit-transform : rotate(360deg);
		opacity: 0.2;
	}
}
@keyframes spin {
	0% {
		-ms-transform : rotate(0deg);
		transform : rotate(0deg);
		opacity: 0.2;
	}
	50% {
		-ms-transform : rotate(180deg);
		transform : rotate(180deg);
		opacity: 1.0;
	}
	100% {
		-ms-transform : rotate(360deg);
		transform : rotate(360deg);
		opacity: 0.2;
	}
}











/* =past css
-------------------------------------------------------------- */

/* one column */
.one_column {
	width: 916px;
	margin: 0 auto;
}
.one_column .tit {
	width: 806px;
	height: 52px;
	padding: 20px 30px 0 80px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #e3026d;
	background: url(img/dating_tit_bg.gif) no-repeat 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* side */
#side {
	float: left;
	width: 280px;
}
#side .btn_list {
	margin-bottom: 20px;
}
#side .btn_list a {
	margin-bottom: 10px;
	display: block;
}
#side .btn_list a.btn {
	color: #fff;
	padding: 16px 46px;
	width: 280px;
	font-size: 18px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	border-radius: 7px;
	border: 2px solid #329df0;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
	-ms-transition: all .0s;
	-o-transition: all .0s;
	transition: all .0s;
	opacity: 1;
}
#side .btn_list a.btn:hover ,#side .btn_list a.btn.active {
	color: #329df0;
}
#side .btn_list a.btn:before {
	content: " ";
	width: 9px;
	height: 13px;
	display: block;
	background: url(img/side_arrow_off.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#side .btn_list a.btn:hover:before ,#side .btn_list a.btn.active:before {
	background: url(img/side_arrow_on.png) no-repeat 0 0;
}
#side .btn_list a.ipr {
	background: #329df0 url(img/side_icon_pr.png) no-repeat 16px center;
}
#side .btn_list a.ipr:hover
,#side .btn_list a.ipr.active {
	background: #fff url(img/side_icon_pr_on.png) no-repeat 16px center;
}
#side .btn_list a.isp {
	background: #329df0 url(img/side_icon_sp.png) no-repeat 16px center;
}
#side .btn_list a.isp:hover
,#side .btn_list a.isp.active {
	background: #fff url(img/side_icon_sp_on.png) no-repeat 16px center;
}
#side .btn_list a.irg {
	background: #329df0 url(img/side_icon_rg.png) no-repeat 16px center;
}
#side .btn_list a.irg:hover
,#side .btn_list a.irg.active {
	background: #fff url(img/side_icon_rg_on.png) no-repeat 16px center;
}
#side .btn_list a.ifr {
	background: #329df0 url(img/side_icon_fr.png) no-repeat 16px center;
}
#side .btn_list a.ifr:hover
,#side .btn_list a.ifr.active {
	background: #fff url(img/side_icon_fr_on.png) no-repeat 16px center;
}
/*
#side .btn_list a.isp {
	background: #329df0 url(img/side_icon01_off.png) no-repeat 16px center;
}
#side .btn_list a.isp:hover ,#side .btn_list a.isp.active {
	background: #fff url(img/side_icon01_on.png) no-repeat 16px center;
}
#side .btn_list a.irg {
	background: #329df0 url(img/side_icon02_off.png) no-repeat 16px center;
}
#side .btn_list a.irg:hover ,#side .btn_list a.irg.active {
	background: #fff url(img/side_icon02_on.png) no-repeat 16px center;
}
#side .btn_list a.ifr {
	background: #329df0 url(img/side_icon03_off.png) no-repeat 16px center;
}
#side .btn_list a.ifr:hover ,#side .btn_list a.ifr.active {
	background: #fff url(img/side_icon03_on.png) no-repeat 16px center;
}
#side .btn_list a.itr {
	background: #329df0 url(img/side_icon04_off.png) no-repeat 16px center;
}
#side .btn_list a.itr:hover ,#side .btn_list a.itr.active {
	background: #fff url(img/side_icon04_on.png) no-repeat 16px center;
}
*/
#side .bnr_list .bnr {
	margin-bottom: 10px;
	display: block;
}
#container {
	width: 940px;
	min-height: 500px;
	margin: 0 auto;
	padding: 30px 10px 10px;
	background: #fff;
}
#index #container {
	padding: 20px 10px 10px;
}
#main {
	float: right;
	width: 900px;
	background: #fff;
	padding: 20px 30px;
	box-sizing: border-box;
}
#l_tit {
	width: 100%;
	min-width: 960px;
	background: url(img/bg_gray.gif) repeat 0 0;
}
#l_tit h2 {
	width: 960px;
	margin: 0 auto;
}
#f_link {
	padding: 20px 12px 12px;
	font-size: 12px;
	background: #fcfbfb;
	border: 1px #03b4e3 solid;
}
#f_link div {
	width: 290px;
	text-align: left;
}
#f_link div.fl {
	margin: 0 12px 0 0;
	padding: 0 11px 0 0;
	border-right: 1px #03b4e3 solid;
}
#f_link img.tit {
	margin: 0 0 15px;
	border-bottom: 2px #fcef07 solid;
}
#f_link p {
	height: 300px;
	margin: 0 0 15px;
}






/*　事務局カスタム
-------------------------------------------------------------- */
/* button */
#concept .button02 p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	display: block;
	position: relative;
	top: 40px;
	margin: 0;
}
#concept .button02 a{
	position: relative;
	z-index: 10;
	display: block;
	width: 400px;
	height: 150px;
	margin: auto;
	text-decoration: none;
}
#concept .button02 a::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.97);
	display: block;
	position: absolute;
	width: 400px;
	height: 150px;
	z-index: -1;
	border-radius: 20px;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #27B5E1;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(156, 229, 249)),color-stop(0.4,rgb(156, 229, 249)),color-stop(0.4,rgba(0,0,0,0.1)),color-stop(0.6,rgba(0,0,0,0.1)),color-stop(0.6,rgb(156, 229, 249)),to(rgb(156, 229, 249)));
	background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-size: 4px 4px;
	border: 2px solid #27B5E1;
}
#concept .button02 a:hover::before {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	box-shadow:
		0 0 0 25px #fff,
		0 0 0 27px #27B5E1;
	border: none;
}
#concept .button02 a:hover,
#concept .button02 a:visited,
#concept a.button02:focus,
#concept a.button02:active {
	color: #FFF;
}
@media screen and (max-width: 440px) {
#concept .button02 p {
	width: auto;
	height: 100px;
	font-size: 25px;
	line-height: 77px;
	right: 0;
	left: 0;
	margin: auto;
}
#concept .button02 p::before {
	width: 100%;
	height: 80px;
}
#concept .button02 a:visited {
	color: #fff;
}
}

/* 段落インデント */
ul.list_f li{
	padding-left: 2em;
	text-indent: -14px;
}
ul.list_f li ul li{
	height: auto!important;
	margin-left: 0em;
	padding: 5px 0 0 15px;
	text-align: left;
	text-indent: -22px;
}
ul.list_f li ul li  ul li{
	text-indent: -14px;
	margin-left: -1em;
}

/* アコーディオン表示 */
.ac_menu label {
	padding: 10px 0 0 10px;
	display: block;
	margin: 0px;
	color: #fff;
	background: #03B4E3;
	border: 1px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ac_menu label:hover{
	background: #83E5FF;
}
 
input[type="radio"].bellows{
	display: none;
}
 
.ac_menu ul {
	background :#f4f4f4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
　　transition: all .3s;
}
 
.ac_menu li {
	padding: 5px;
}
 
input[type="radio"].bellows + ul{
	height: 0;
	overflow: hidden;
}
 
input[type="radio"].bellows:checked + ul{
	height: 170px;
}

/*　カレカノ特設ページ
----------------------------*/

#kktv .box03{
	width: auto;
	height: 1200px;
}
#kktv .box02 {
	width: auto;
	height: 1140px;
	margin-bottom: 10px;
	display: flex;
	color: #5D5D5D;
}

.bana_box {
	position: relative;
	height: 355px;
}
#kktv .box01{
	width: 60%;
	height: 100%;
}
.tv_img {
	margin: 0 0 20px;
}
.tv_int{
	width: auto;
	height: 65.5%;
	margin-bottom: 10px;
}
.tv_nx{
	width: auto;
	height: 32.4%;
}
.tv_frm{
	width: 40%;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
.tv_frm .tv_in {
	padding: 0.5px 10px 10px;
}
.tv_mov{
	width: auto;
	height: 310px;
}
.tv_int, .tv_nx, .tv_frm, .tv_mov {
	border: 3px #03B4E3 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#kktv h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	line-height: 37px;
	background: #03B4E3;
	margin-bottom: 6px;
}
#kktv hr {
	height: 2px;
	width: 94%;
	background-color: #03B4E3;
	border: 0;
}
/* 紹介 */
.bana_box img {
	width: 300px;
	height: auto;
}

.tvf img {
	position: absolute;
	top: -15px;
	left: 77px;
	width: 400px;
	height: 376px;
}

/* フォーム */
div#tv_frm {
	padding: 0 10px 0 10px;
}
#tv_frm input[type="text"] {
	width: 90%;
	height: 18px;
	padding: 3px;
	border: 1px #cfcfcf solid;
}
#tv_frm label {
	color: #000;
	font-size: 12px;
}
#tv_frm input[type="radio"] {
	margin: 0 5px 0 15px;
}
.tvqa1, .tvqa2, .tvqa3, .tvqa4, .tvqa5, .tvqa6{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#tv_frm input[type="submit"] {
	margin: 0 0 0 62px;
	background-size: 100%;
	width: 170px;
	height: 40px;
}
.b4_frm {
	position: absolute;
	width: 335px;
}
/*　twitter　*/
.b4_tw {
	position: absolute;
	top: 949px;
	left: 0;
	width: 360px;
}
.tw_i {
	color: #03B4E3;
	font-size: 29px;
	float: left;
	margin: 10px 0px 0px 25px;
}
.tw_1 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 15px 5px 0;
}
.tw_2 {
	font-size: 15px;
}
/* 次回予告 */
#kktv .tv_nx h3 {
	color: #03B4E3;
	height: 30px;
	line-height: 42px;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
table.nx_tale {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 15px 3px;
}
.nx_tale tbody td {
	width: 500px;
	height: 100%;
	overflow: hidden;
	border-radius: 20px / 20px;
}
.nx_tale td img {
	width: 500px;
	height: auto;
}
/* 新着動画 */
.tv_mov .ren_box.first {
	margin-left: 90px;
}
.tv_mov .ren_box {
	float: left;
	width: 222px;
	margin: 20px 20px 20px;
}
/* テキスト */
div.tv_in {
	padding: 10px;
	font-size: 16px;
}

.tvf iframe {
	position: absolute;
	top: 137px;
	left: 140px;
	transform: scale(0.88141);
	transform-origin: 0 0;
	z-index: 1;
}
div.tv_in p {
	font-size: 18px;
}
.hi30{
	line-height: 30px;
}
/* スライド */
.tv_img img {
	width: 100%;
	height: auto;
}
/*　レスポンシブ　*/
@media screen and (max-width: 440px){
#kktv .box02 {
	width: auto;
	height: auto;
	display: block;
}
#kktv .box01 {
	width: auto;
	margin: 0 0 10px 0;
}
.tv_frm {
	width: auto;
	float: none;
	margin: 0;
}
div.tv_in {
	padding: 5px;
}
div.tv_in p {
	font-size: 16px;
}
.tv_mov .ren_box.first {
	margin-left: 3%;
}
.tv_mov .ren_box {
	float: left;
	width: 29%;
	margin: 5px 5px;
	border-bottom: none;
	padding: 0;
}
.ren_box .ren_tit {
	font-size: 10px;
	font-weight: normal;
}
.ren_box p {
	font-size: 10px;
}
.tv_mov {
	height: 200px;
}
.tv_int, .tv_frm{
	padding: 0 0 10px;
}
}

/* レンタル彼女募集ページ
----------------------------*/
.img_hd img {
	width: 100%;
}
.apply {
	width: auto;
	height: 190px;
	position: relative;
}
.apply a {
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}
.button02 {
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 10;
	display: block;
	width: 400px;
	height: 150px;
	line-height: 150px;
	margin: auto;
	font-size: 45px;
	margin-bottom: 50px;
}
 
.button02::before {
	content: '';
	/* background-color: rgba(255, 255, 255, 0.97); */
	display: block;
	position: absolute;
	width: 400px;
	height: 150px;
	z-index: -1;
	border-radius: 20px;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #FE538C;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255, 187, 212, 0.97)),color-stop(0.4,rgba(255, 187, 212, 0.97)),color-stop(0.4,rgba(0,0,0,0.1)),color-stop(0.6,rgba(0,0,0,0.1)),color-stop(0.6,rgba(255, 187, 212, 0.97)),to(rgba(255, 187, 212, 0.97)));
	background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-size: 4px 4px;
	border: 2px solid #FE538C;
}
.button02:hover::before {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	box-shadow:
		0 0 0 25px #fff,
		0 0 0 27px #FE538C;
	border: none;
}
a.button02:hover, a.button02:focus, a.button02:active {
	color: #FFF;
}
a.button02:visited {
	color: #fff;
}
@media screen and (max-width: 440px) {
.button02 {
	width: auto;
	height: 100px;
	font-size: 25px;
	line-height: 77px;
	right: 0;
	left: 0;
	margin: auto;
}
.button02::before {
	width: 100%;
	height: 80px;
}
a.button02:visited {
	color: #fff;
}
}
/* コンセプトページ
----------------------------*/
#concept p {
	font-size: 16px;
	text-align: left;
	line-height: 2em;
	margin-left: 1em;
}

p.bgd1 {
	color: #27B5E1;
	font-weight: bold;
	background: #FBE52F;
	border-radius: 10px;
	display: table;
	margin: 5px 0;
}

.cct2 .l_title{
	font-size: 26px;
	line-height: 30px;
	background-position: bottom;
	height: 67px;
}

#concept h5 {
	font-size: 18px;
	font-weight: bold;
	color: #03B4E3;
	text-align: left;
	background: url(img/bg_blue03.gif) repeat 0 0;
	margin-bottom: 10px;
}

hr.hr1 {
	border-top: 4px double #27B5E1;
	text-align: center;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 0;
	margin: 50px 0;
}
hr.hr1:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #FFFFFF;
	color: #27B5E1;
	font-size: 18px;
}

.cct_tit {
	border-bottom: 1px solid #03B4E3;
	padding: 0 0 5px;
	margin-bottom: 20px;
}

#concept .inner {
	margin-bottom: 30px;
}
.cct_img {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 232px;
	float: right;
	overflow: hidden;
	margin: 25px 30px;
}

.cct3 .cct_img {
}

.cct_img:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: #fff; */
	box-shadow: inset 0 0 20px #fff,	 inset 0 0 20px #fff,	 inset 0 0 20px #fff,	 inset 0 0 20px #fff;
}

.cct_img img {
	width: 100%;
	height: auto;
}
#concept .check {
	position:relative;
	padding-left:30px;
	font-weight: bold;
}
 
#concept .check:after, #concept .check:before{
	content:'';
	height:18px;
	width:4px;
	display:block;
	background:#00A8FF;
	position:absolute;
	top: 4px;
	left:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
#concept .check:before{
	height:10px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top: 12px;
	left:7px;
}

.tp70 {
	top: 80px;
}
.uline {
	border-bottom: 3px solid #FBE52F;
	display: table;
}
.login_f .wpmem_box {
	margin: 0;
	padding: 8px;
	background: none;
}
.login_f .mem_tit{
	display: none;
}
.button_div .dr_txt {
	display: inline-block;
}
#head_n .login_f .mem_tit {
	display: none;
}
#head_n .login_f .dr_txt {
	display: none;
}
#head_n .login_f .wpmem_box {
	margin: 0px;
	padding: 0px;
	background: none;
}
#head_n .login_f #wpmem_login {
	float: none;
	width: auto;
}
#head_n .login_f .wpmem_box fieldset {
	min-height: auto;
	padding: 0px;
	font-size: 13px;
}
#head_n .login_f .button_div {
	display: table-cell;
	vertical-align: bottom;
	padding: 0px;
}
#head_n .login_f .wpmem_box .button_div input[type="submit"] {
	padding: 5px 0px 4px;
	width: 90px;
	text-align: center;
	margin: 0px;
}
#head_n .login_f .logout {
	padding: 18px 0 0;
}
#head_n .login_f .logout span {
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
}
#head_n .login_f .logout a {
	width: 90px;
	text-align: center;
	display: inline-block;
	padding: 4px 0 3px;
	font-size: 14px;
	border-radius: 6px;
	background: #03b4e3;
	color: #000;
	border: none;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
h4.line_el {
	border-top: 2px solid #fcef07;
	border-bottom: 2px solid #fcef07;
	text-align: left;
}
.wrap_n #rank_pop {
	position: relative;
	width: 100%;
	top: -150px;
	display: none;
}
.wrap_n #rank_pop .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.wrap_n #rank_pop .box {
	position: absolute;
	height: 1400px;
	z-index: 9999;
	background: #fff;
	width: 100%;
	padding: 30px 80px 80px;
	box-sizing: border-box;
	border-radius: 15px;
}
.wrap_n #rank_pop .box .rank_tit {
	margin-bottom: 25px;
	position: relative;
}
.wrap_n #rank_pop .box .rank_tit .nummber {
	position: absolute;
	top: -4px;
	right: 657px;
	font-size: 56px;
	font-weight: bold;
	color: #1492d4;
	letter-spacing: -0.1em;
}
.wrap_n #rank_pop .box .rank_tit .nummber .small {
	font-size: 34px;
}
.wrap_n #rank_pop .box .in {
	background: url(img/rank_back.jpg) repeat 0 0;
}
.rabox {
	text-align: center;
	padding: 25px 0;
}
.rabox.un02 {
	margin-bottom: 25px;
}
.rabox.un02 .min_box {
	margin: 0 60px;
}
.rabox.un03 .min_box {
	margin: 0 43px;
}
.rabox .rank01 .img img {
	width: 187px;
}
.rabox.un02 .img img {
	width: 168px;
}
.rabox.un03 .img img {
	width: 150px;
}
.rabox .min_box {
	display: inline-block;
	position: relative;
}
.rabox .min_box .icon {
	margin-bottom: 10px;
}
.rabox.un03 .min_box .icon {
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 100;
}
.rabox .min_box .img {
	margin-bottom: 10px;
	display: inline-block;
}
.rabox .min_box.rank01 .img {
	border: 7px solid #e5c64c;
}
.rabox .min_box.rank02 .img {
	border: 6px solid #d1d1d1;
}
.rabox .min_box.rank03 .img {
	border: 6px solid #d79356;
}
.rabox.un03 .min_box .img {
	border: 5px solid #afebff;
}
.rabox .min_box .text {
	font-size: 18px;
}
.loading {
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}
.f_circleG {
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}
#frotateG_01 {
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}
#frotateG_02 {
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}
#frotateG_03 {
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
#frotateG_04 {
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#frotateG_05 {
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#frotateG_06 {
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
#frotateG_07 {
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
#frotateG_08 {
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
@keyframes f_fadeG {
	0%{
		background-color:rgb(0,0,0);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-o-keyframes f_fadeG {
	0%{
		background-color:rgb(0,0,0);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-ms-keyframes f_fadeG {
	0%{
		background-color:rgb(0,0,0);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
.clear {
	clear:both;
}
.bnr_content {
	text-align: left;
}
.bnr_content .bnr {
	display: inline-block;
	margin-bottom: 10px;
}
#fx_side {
	position: absolute;
	left: 0px;
	width: 81px;
	top: 186px;
	z-index: 996;
}
#fx_side .bnr {
	display: block;
	margin-bottom: 20px;
}
.bnr_box {
	margin-bottom: 40px;
}
.bnr_box .bnr {
	display: block;
	float: left;
	margin: 0 13px 20px;
}
/* 事務局からのお願い
----------------------------*/
.info169 div {
	text-align: left;
	font-size: 16px;
	margin: 0 0 30px;
}
.info169 h3 {
	margin: 30px 0 15px;
	padding: 3px 8px;
	font-weight: bold;
	color: #03b4e3;
	background: url(img/bg_blue03.gif) repeat 0 0;
}
.info169 h4 {
	border: 2px solid #03b4e3;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 10px 5px;
	margin: 0 0 10px;
}
.warn {
	border-bottom: 1px solid #add;
	display: inline-block;
}
.in2 ul {
	margin-bottom: 12px;
}
.notice {
	position: relative;
	display: inline-block;
	margin: -20px 0 20px;
}
.notice:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 38%;
	left: -30px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid #ff64a9;
}
.notice:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 38%;
	width: 0;
	height: 0;
	right: -30px;
	margin-top: -5px;
	border-top: 12px solid transparent;
	border-right: 14px solid #ff64a9;
	border-bottom: 12px solid transparent;
	border-left: 12px solid transparent;
}
.notice a {
	background: #ffffff;
	color: #329df0;
	font-size: 20px;
	margin: 0 10px;
	padding: 12px 40px;
	border-radius: 6px;
	display: inline-block;
	border: 3px solid #329df0;
	font-weight: bold;
	width: 240px;
}
.notice a:hover {
	text-decoration: none;
}
.snsicon a {
	font-size: 14px;
	background: #f74680;
	color: #fff;
	padding: 6px 18px;
	border-radius: 6px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 2px 3px 5px;
}
.snsicon a:hover {
	text-decoration: none;
}
.snsicon a.in {
	background: #f55f2e;
	border-bottom: 3px #882605 solid;
}
.snsicon a.tw {
	background: #2ca7e0;
	border-bottom: 3px #0c4965 solid;
}
.snsicon a.ab {
	background: #2c8b3b;
	border-bottom: 3px #074010 solid;
}
.kiyakuarea {
	display: inline-block;
}
.kiyakuarea p {
	margin-bottom: 8px;
	font-size: 12px;
	color: #4a4a4a;
}
.kiyakuarea p a {
	display: inline-block;
	text-decoration: underline;
	font-size: 14px;
}
.kiyakuarea p a:hover {
	text-decoration: none;
}
.kiyakuarea input[type="submit"] {
	width: 140px;
}
#popup .pupbox .area .abbox .abtit {
	font-weight: bold;
	margin-bottom: 25px;
	border-left: 4px solid #ccc;
	padding: 0 0 0 7px;
	line-height: 1.8;
	font-size: 14px;
}

/* ご利用料金
----------------------------*/
#system2 table {
	background: #f4fcff;
	margin: 0 0 50px;
	width: 100%;
}
#system2 dt img {
	width: 200px;
}
#system2 hr {
	width: 270px;
	margin: 12px auto;
	border-color: #fff;
}
#system2 th,#system2 td {
	display: inline-block;
	margin: 0 0 20px;
	text-align: center;
}
#system2 th {
	width: 100%;
	background: #03b4e3;
	height: 40px;
}
#system2 td {
	width: 74%;
}
#system2 dl {
	width: 90%;
	position: relative;
	border-bottom: 1px solid #aaa;
	margin: 0 auto;
	padding: 20px 0;
}

#system2 dl:first-child {
	padding-top: 0;
}

#system2 dl:last-child {
	padding-bottom: 0;
	border: 0;
}
#system2 .place dl {
	width: 100%;
	position: relative;
	border-bottom: 0;
	margin: 0 auto;
	padding: 0 0 2px;
}
#system2 dt,#system2 dd {
	display: inline-block;
	vertical-align: middle;
}
#system2 dt {
	width: 200px;
	margin: 0 80px 0 0;
}
#system2 dd {
	width: calc(90% - 270px);
	text-align: initial;
	font-size: 26px;
}
#system2 .place dt {
	width: 44%;
	display: inline-block;
	padding: 0 0 0 30px;
	background: #b2ccff;
	height: 40px;
	text-align: left;
	line-height: 43px;
	vertical-align: middle;
}
#system2 .place dd {
	width: 339px;
}
#system2 .place dt:before {
	content:" ";
	position: absolute;
	left: 45%;
	display:inline-block;
	width: 60px;
	height: 40px;
	background: url(http://rentalkanojo.com/rentalkanojo/wp-content/uploads/2017/01/bkg_yajirushi.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.rank dd {
	height: 50px;
}
#system2 h3 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
}
#system2 h4 {
	background: #03b4e3;
	width: 370px;
	text-align: center;
	border-radius: 3px;
	padding: 2px 0;
	margin: 0 0 0 150px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#system2 .no_bkg {
	background: 0;
	height: 34px;
}
#system2 .place img {
	border: 1px dotted #329df0;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
}
#system2 p {
	font-weight: bold;
	font-size: 20px;
}
#system2 .fw4{
	font-weight: 400;
}
#system2 .s_box dd {
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #329df0;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}
#system2 .s_box dd:nth-child(2) {
    background: none;
    color: #009fff;
    font-size: 50px;
    width: 90px;
}

/* ご利用の流れ
----------------------------*/
.flow2 {
    margin-bottom: 30px;
}
.flow2 li {
    margin-bottom: 5px;
}
.flow2 li:nth-child(2n-1) {
    border: 5px solid #99e5fa;
    height: 195px;
    position: relative;
}
.flow2 .in1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3";
    float: left;
    width: 300px;
    height: 100%;
    line-height: 1.5em;
    background: #99e5fa;
}
.flow2 .in1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 97.5px 0 97.5px 30px;
    border-color: transparent transparent transparent #99e5fa;
    left: 300px;
    top: 0;
}
.flow2 .in1 p:first-child {
    font-size: 30px;
    margin-top: 35px;
}
.flow2 .in1 .nbr {
    font-size: 30px;
}
.flow2 .in2 {
    float: right;
}
.flow2 .in3 {
    text-align: left;
    margin: 0 240px 0 400px;
}
.flow2 .in3 p {
    text-indent: -15px;
    margin-bottom: 2em;
    font-size: 16px;
}
.flow2 .in3 p:first-child {
    margin-top: 45px;
}
.flow2 .in3 p:before {
    content:'';
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #99e5fa;
    position: relative;
    left: -15px;
    top: 3px;
}
.flow2 img {
    height: 195px;
}
.flow2 hr {
    width: 140px;
    height: 5px;
    background: #fcef07;
    border: none;
    margin: 4px auto;
}
.flow2 .sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #329df0 transparent transparent transparent;
    margin: 5px auto;
}
.flow2 .button a {
    background: #ffffff;
    color: #fe4d6a;
    font-size: 20px;
    margin: 0 40px;
    padding: 12px 40px;
    border-radius: 6px;
    display: inline-block;
    border: 3px solid #fe4d6a;
    font-weight: bold;
}
.flow2 .button a:before {
    content: "▼";
    position: relative;
    left: -20px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.flow2 .button a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.flow2 .step1 .in3 p {
    margin-bottom: 1em;
}
.flow2 .step1 .in3 p:first-child {
    margin-top: 30px;
}
.flow_cta {
    margin: 30px 0 60px;
}
