@charset "utf-8";

/* font set */
.kaimin-b {
	font-family: "Kaimin Sora Medium";
}
.kaimin-m {
	font-family: "Kaimin Sora Medium";
/*
	font-family: "Kaimin Sora Medium";
*/
}
.cinema {
	font-family: "Cinema Letter";
}
.hiraginoold-w6 {
	font-family: "Shuei KakuGo Gin B";
}


body {
	min-width: 960px;
	background: url(/tora-san/resources/img/common/bg.jpg) #fff;
}
/* footer fixed */
.container {
	min-height: 100%;
	position: relative;
}

.header_wrap {
	background: #fff;
	width: 100%;
	min-width: 960px;
	height: 135px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 10000;
}
header h1,
header h2 {
	display: none;
}
.logo {
	text-align: center;
	line-height: 1;
	padding-top: 65px;
}
.nav_side {
	position: absolute;
	top: 99px;
	left: 50%;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
}
.nav_side li {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 0 9px;
	border-left: 1px solid #cccccc;
}
.nav_side li:first-child {
	border-left: none;
}
.nav_side .active a {
	background: url(/tora-san/resources/img/common/bg_gn_active.gif) repeat-x left bottom;
}
.nav_side a {
	padding: 0 2px 2px;
}
.nav_side a:hover {
	background: url(/tora-san/resources/img/common/bg_gn_active.gif) repeat-x left bottom;
}
.nav_first {
	width: 405px;
	margin-left: -550px;
}
.nav_second {
	width:  430px;
	margin-left: 138px;
}
@media screen and (max-width: 1200px) {
	.logo {
		text-align: left;
		padding-top: 75px;
		padding-left: 10px;
		width: 165px;
	}
	.logo img {
		width: 100%;
	}
	.nav_wrap {
		float: right;
		position: relative;
		top: -10px;
	}
	.nav_side {
		position: static;
		text-align: right;
		float: left;
		font-size: 0;
		box-sizing: border-box;
	}
	.nav_side li {
		font-size: 12px;
	}
	.nav_side li:first-child {
		border-left: 1px solid #cccccc;
	}
	.nav_first li:first-child {
		border-left: none;
	}
	.nav_first {
		width: auto;
		margin-left: 0;
	}
	.nav_second {
		width:  auto;
		margin-left: 0;
	}
}
/*
li.special {
	position: relative;
}
*/
.special_contents{
	position: absolute;
	top: 50px;
	right: 0px;
	background: #fff;
	background: rgba(245,245,245,0.95);
	padding: 22px 15px 15px;
	box-sizing: border-box;
	display: none;
}
.special_contents:after{
	content: "";
	width: 20px;
	height: 11px;
	background: url(/tora-san/resources/img/common/icn_sankaku5.png) no-repeat center top;
	position: absolute;
	top: -11px;
	right: 15px;
}
.special_contents li{
	display: block;
	border: none;
}

.site_utilities {
	position: absolute;
	top: 45px;
	right: 0;
	float: right;
	width: 108px;
}
.site_utilities li {
	float: left;
}
.nav_about {
	position: absolute;
	top: 52px;
	right: 131px;
}
.nav_about a {
	display: block;
	box-sizing: border-box;
	padding-right: 10px;
	width: 172px;
	height: 30px;
	line-height: 28px;
	color: #6b3f29;
	text-align: center;
	font-size: 12px;
	background: url(/tora-san/resources/img/common/btn_about.png) no-repeat left top;
}
.nav_50th {
	position: absolute;
	top: 52px;
	right: 313px;
}
.nav_50th a {
	display: block;
	box-sizing: border-box;
	padding-right: 10px;
	width: 172px;
	height: 30px;
	color: #6b3f29;
	text-align: center;
	font-size: 12px;
	background: url(/tora-san/resources/img/common/btn_about.png) no-repeat left top;
	padding-top: 3px;
}
.my_profile {
	position: absolute;
	top: 50px;
	right: 16px;
	background: #fff;
	background: rgba(245,245,245,0.95);
	width: 260px;
	padding: 22px 15px 15px;
	box-sizing: border-box;
	display: none;
}
.my_profile:after {
	content: "";
	width: 20px;
	height: 11px;
	background: url(/tora-san/resources/img/common/icn_sankaku5.png) no-repeat center top;
	position: absolute;
	top: -11px;
	right: 27px;
}
.my_profile .name {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}
.my_profile .name span {
	font-size: 12px;
}
.my_profile .btn_n {
	width: 150px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	background: url(/tora-san/resources/img/common/icn_mypage.png) no-repeat 28px center #333333;
	padding-left: 15px;
	box-sizing: border-box;
}
.logout {
	text-align: center;
	margin-top: 10px;
}
.logout span {
	display: inline-block;
	background: url(/tora-san/resources/img/common/icn_logout.png) no-repeat left center;
	padding-left: 20px;
	font-size: 12px
}
.logout a {
	text-decoration: underline;
	color: #bf765e;
}
.logout a:hover {
	text-decoration: none;
}

.footer_wrap {
	background: url(/tora-san/resources/img/common/bg_footer.png) no-repeat center top;
	min-height: 282px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	padding-top: 220px;
	box-sizing: border-box;
}
.sns_footer {
	text-align: center;
	margin-bottom: 45px;
}
.sns_footer h2 {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.sns_footer ul {
	font-size: 0;
	text-align: center;
}
.sns_footer li {
	margin: 0 25px;
	display: inline-block;
}
.sns_footer li:first-child {
	margin: 0 30px;
}
.links {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
	color: #f6e2d8;
}
.links li {
	border-left: 1px solid #786764;
	padding: 0 20px;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
}
.links a {
	color: #f6e2d8;
}
.links li:first-child {
	border-left: none;
}
.copyright {
	color: #f6e2d8;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
}
.copyright small {
	font-size: 12px;
}
.btn_top {
	position: absolute;
	top: 74px;
	left: 50%;
	margin-left: 380px;
	cursor: pointer;
}

main {
	padding: 155px 0 400px;
	font-size: 14px;
	line-height: 1.8;
}

.topicpath {
	width: 960px;
	margin: 0 auto 48px;
	overflow: hidden;
}
.topicpath li {
	float: left;
	font-size: 12px;
	line-height: 1;
	margin-right: 10px;
}
.topicpath a {
	display: inline-block;
	margin-right: 10px;
}
.topicpath .current {
	color: #c17a63;
	font-weight: bold;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.write_vertical {
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
.no-js .write_vertical,
.no-js .write_vertical .kaimin-b {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.write_vertical *::selection {
	background: transparent;
}
.btn_n {
	width: 170px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn_l {
	width: 320px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 24px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.btn_sl {
	width: 480px;
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 36px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.btn_sl span {
	font-size: 25px;
	line-height: 1;
}
.btn_s {
	width: 100px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 12px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.btn_g {
	background: #333333;
	font-size: 12px;
	color: #fff !important;
}
.btn_b {
	background: #6b3f29;
	font-size: 14px;
	color: #fff !important;
}
.btn_b.loading{
	background: #fff;
}
.big_img_wrap {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}
.big_img {
	width: 1600px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}
.maru {
	font-size: 20px;
	color: #6b3f29;
	line-height: 1.2;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 55px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.cast_detail dl{
	overflow: hidden;
}
.cast_detail dt {
	width: 77px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: left;
}
.cast_detail dd {
	line-height: 1;
}
.cast_detail ul {
	overflow: hidden;
}
.cast_detail ul li {
	float: left;
	margin: 0 8px 10px 0;
}
.cast_detail dd a {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	background: url(/tora-san/resources/img/common/icn_sankaku_r.png) no-repeat 11px center #181514;
	padding: 7px 14px 7px 24px;
	border-radius: 3px;
}
/* list style */
.list_style {
	width: 860px;
	margin: 0 auto 55px;
	overflow: hidden;
}
.list_style ul {
	width: 940px;
}
.list_style li {
	float: left;
	margin-right: 80px;
	border-bottom: 1px dotted #eed4c7;
}
.list_style li a {
	display: table;
	width: 390px;
	height: 120px;
	padding: 10px 0;
	box-sizing: border-box;
}
.list_style li.top_border {
	border-top: 1px dotted #eed4c7;
}
.list_style .image {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}
.list_style .text {
	min-width: 265px;
	display: table-cell;
	vertical-align: top;
	padding-right: 25px;
}
.list_style a dt {
	font-size: 12px;
	color: #b48d72;
	line-height: 1;
	margin-bottom: 10px;
}
.list_style a dd {
	font-weight: bold;
}

.head_line_l {
	background: url(/tora-san/resources/img/common/bg_head_l.gif) repeat-x left bottom;
	display: inline-block;
	padding-bottom: 4px;
}
.head_line_bt {
	background: url(/tora-san/resources/img/common/bg_head_bt.png) repeat-x left bottom;
	display: inline-block;
	padding-bottom: 2px;
}
.head_line_bts {
	background: url(/tora-san/resources/img/common/bg_head_bts.png) repeat-x left bottom;
	display: inline-block;
	padding-bottom: 2px;
}

.bg_tex_pink{
	background: url(/tora-san/resources/img/common/bg_pink.jpg) repeat 0 0;
}
.btn_more{
	width: 142px;
	height: 32px;
}
.bg_w{
	background: #fff;
}


.inner_box {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 460px;
	z-index: 100;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background: url(/tora-san/resources/img/common/bg_inner_box.gif);
	padding: 15px 0 8px 13px;
	line-height: 1;
	display: none;
}
.inner_box:before {
	content: "";
	position: absolute;
	top: -11px;
	width: 20px;
	height: 11px;
	background: url(/tora-san/resources/img/common/icn_sankaku3.png) no-repeat left top;
}
.inner_box h3 {
	font-size: 14px;
	color: #333 !important;
	margin-bottom: 15px;
	font-weight: bold !important;
}
.inner_list {
	overflow: hidden;
}
.inner_list li {
	display: inline-block;
	margin: 0 6px 6px 0;
}

/* list style */
.box {
	width: 100% !important;
	min-width: 960px !important;
	height: 430px;
	margin: 0 !important;
	position: relative;
	background: #222222;
	display: none;
	overflow: hidden;
}
.box .over {
	display: block;
}
.box .pager li {
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
}
.box .prev {
	left: 0;
}
.box .next {
	right: 0;
}
.box .prev.hide,
.box .next.hide {
	display: none !important;
}
.movie-btn{
	display: flex;
}

.movie-btn .btn_detail{
	margin-right: 20px !important;
	margin-top: 10px !important;
}
.box_detail {
	color: #d9c6b8;
	padding: 50px 0;
	font-size: 14px;
}
.box_detail .btn_detail {
	margin: 35px 0 0 0;
}
.box_detail .number {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 15px;
}
.box_detail .date {
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	padding-top: 3px;
}
.box .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


/* modal */
#modalWrap  #modalDetail.member{
	width: 600px;
	height: auto;
	background: #fff;
	margin: 0 0 0 -300px;
}
#modalDetail.member .modalin{
	padding-bottom: 45px;
	width: auto;
	padding-top: 0;
}
#modalDetail.member h2{
	line-height: 1;
	padding-top: 50px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
#modalDetail.member .tab{
	width: 540px;
	margin: 30px auto 60px;
	overflow: hidden;
}
#modalDetail.member .tab li{
	width: 50%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #6b3f29;
	line-height: 1;
	padding-bottom: 25px;
	cursor: pointer;
	background: url(/tora-san/resources/img/common/icn_new_member_off.gif) no-repeat 0 bottom;
}
#modalDetail.member .tab li:first-child{
	color: #bf765e;
	background: url(/tora-san/resources/img/common/icn_login_already_off.gif) no-repeat 0 bottom;
}
#modalDetail.member .tab li.on{
	background: url(/tora-san/resources/img/common/icn_new_member_on.gif) no-repeat 0 bottom;
}
#modalDetail.member .tab li.on:first-child{
	background: url(/tora-san/resources/img/common/icn_login_already_on.gif) no-repeat 0 bottom;
}

#modalDetail.member .tab_box{
	clear: both;
}
#modalDetail.member .tab_box li .txt{
	margin-left: 100px;
	margin-bottom: 10px;
	line-height: 22px;
}
#modalDetail.member .regist_fb{
	width: 400px;
	height: 50px;
	line-height: 50px;
	background: #1e3665;
	margin: 0 auto 30px;
}
#modalDetail.member .regist_fb a{
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	background: url(/tora-san/resources/img/common/icn_fb.gif) no-repeat left top;
	padding-left: 73px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#modalDetail.member .regist_mail{
	width: 400px;
	margin: 0 auto 30px;
}
#modalDetail.member .regist_mail a.btn{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	background: url(/tora-san/resources/img/common/icn_mail.gif) #222 no-repeat left top;
	padding-left: 73px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#modalDetail.member .user_info{
	width: 350px;
	margin-left: 50px;
	padding-top: 14px;
	padding-bottom: 58px;
	background: #222222;
	position: relative;
}
#modalDetail.member .user_info.regist{
	padding-bottom: 28px;
}
#modalDetail.member .user_info li{
	height: 36px;
	margin-bottom: 10px;
	text-align: center;
}
#modalDetail.member .user_info li input{
	width: 300px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	border: none;
	outline: none;
	padding: 0 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#modalDetail.member .user_info .forgot{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
#modalDetail.member .user_info .forgot a{
	color: #fff;
	display: block;
	background: #444;
}

#modalDetail.member .step2 p{
	line-height: 1;
}
#modalDetail.member .step2 input[type=text]{
	width: 400px;
	height: 36px;
	margin: 20px auto;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: block;
	padding: 0 13px;
	outline: none;
}
#modalDetail.member .step2 input[type=checkbox]{
	margin-left: 100px;
	font-size: 12px;
	margin-bottom: 60px;
	outline: none;
}
#modalDetail.member .btn_mailmagazine{
	width: 320px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto 60px;
	text-align: center;
}
#modalDetail.member .btn_mailmagazine a{
	color: #fff;
	font-weight: bold;
	border-radius: 9999px;
	display: block;
	background: url(/tora-san/resources/img/common/icn_otheropen.png) #333 no-repeat 23px center;
}
#modalDetail.member .block3 h2{
	margin-bottom: 120px;
}
#modalDetail.member .read{
	padding: 0 40px;
}
#modalDetail.member .forgotblock .forgotinner{
	margin: 30px 40px;
	text-align: center;
}
#modalDetail.member .forgotblock .forgotinner input{
	width: 400px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	outline: none;
	padding: 0 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#modalDetail.member .forgotblock .forgotinner table{
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
}
#modalDetail.member .forgotblock .forgotinner table th,
#modalDetail.member .forgotblock .forgotinner table td{
	padding: 10px 5px;
	text-align: center;
}
#modalDetail.member .forgotblock .forgotinner table th{
	background: #000;
	color: #fff;
	width: 35%;
}

.none{display: none;}

/* modal location */
#modalWrap #modalDetail.modalLocation{
	width: 960px;
	height: auto;
	margin-left: -480px;
}
/* modal message */
.modalin.message{
	background: none;
}
.modalin.message .block1 .lead_txt{
	padding: 0 25px 15px;
	line-height: 1.6;
}
.modalin.message .block1 form{
	padding: 0 25px;
}
.modalin.message .block1 form select{
	border: 1px solid #e0e0e0;
	background: #fff;
	outline: none;
}
.modalin.message .block1 form input,
.modalin.message .block1 form textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: bottom;
}
.modalin.message .block1 form input{
	margin: 10px 0;
}
.modalin.message .block1 form textarea{
	max-width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
}
.modalin.message .block1 .btn_submit{
	margin-bottom: 10px;
}
.modalin.message.complete .block1{
	text-align: center;
}
.modalin.message.complete .block1 p{
	margin-bottom: 10px;
}
/* modal torasan toha */
#modalWrap #modalDetail.about{
	width: 960px;
	height: 700px !important;
	margin-top: -350px;
	margin-left: -480px;
}

#modalWrap #modalDetail.about .block1{
	width: 480px;
	padding: 35px 0 0 400px;
}
#modalWrap #modalDetail.about .block1 p{
	margin-bottom: 1em;
	font-size: 14px;
	color: #fff;
}
#modalWrap #modalDetail.about .block1 h2{
	margin-bottom: 60px;
	text-align: right;
}
#modalWrap #modalDetail.about .block1 h3{
	font-size: 36px;
	line-height: 1;
	margin-bottom: 25px;
	color: #fff;
}
/* torasan toha story */
#modalWrap #modalDetail.about.story{
	background: url(/tora-san/resources/img/common/bg_story.jpg) #fff no-repeat center bottom;
}
/* torasan toha intro */
#modalWrap #modalDetail.about.intro{
	background: url(/tora-san/resources/img/common/bg_intro.jpg) #fff no-repeat center bottom;
}
#modalWrap #modalDetail.about .modalin{
	background: none;
	padding-top: 0;
}
/* 会員情報の変更 */
#modalWrap #modalDetail.modalInfoChange{
	width: 520px;
	height: auto;
	background: #fdfcfa;
}
#modalWrap #modalDetail.modalInfoChange .modal_change{
	padding: 40px 30px 35px;
}
#modalWrap #modalDetail.modalInfoChange .modal_change h2{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e7e8;
}
#modalWrap #modalDetail.modalInfoChange .modal_change dt{
	line-height: 1;
}
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl{
	padding: 0 20px;
}
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dt{
	font-weight: bold;
	padding-bottom: 15px;
}
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dd{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #cbd1d8;
}
#modalWrap #modalDetail.modalInfoChange .modal_change dd dt{
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
}
#modalWrap #modalDetail.modalInfoChange .change_password{
	overflow: hidden;
}
#modalWrap #modalDetail.modalInfoChange .change_password p{
	float: left;
	height: 30px;
	line-height: 30px;
}
#modalWrap #modalDetail.modalInfoChange .change_password .btn_change{
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: right;
}
#modalWrap #modalDetail.modalInfoChange .btn_change input{
	width: 100px;
	height: 30px;
	background: #333333;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-ms-border-radius: 9999px;
	border: none;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

#modalWrap #modalDetail.modalInfoChange .now_image{
	width: 100px;
	height: 100px;
	margin: 15px auto 35px;
	position: relative;
}
#modalWrap #modalDetail.modalInfoChange .now_image img{
	width: 100px;
	height: auto;
}
#modalWrap #modalDetail.modalInfoChange .now_image:after{
	content: "";
	width: 100px;
	height: 100px;
	background: url(/tora-san/resources/img/common/icn_prof_cover1.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#modalWrap #modalDetail.modalInfoChange .select_image{
	width: 400px;
	overflow: hidden;
}
#modalWrap #modalDetail.modalInfoChange .select_image ul{
	width: 411px;
	padding-bottom: 33px;
	overflow: hidden;
}
#modalWrap #modalDetail.modalInfoChange .select_image li{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	position: relative;
}
#modalWrap #modalDetail.modalInfoChange .select_image li img{
	width: 40px;
	height: auto;
}
#modalWrap #modalDetail.modalInfoChange .select_image li:hover{
	cursor: pointer;
}
#modalWrap #modalDetail.modalInfoChange .select_image li:after{
	content: "";
	width: 40px;
	height: 40px;
	background: url(/tora-san/resources/img/common/icn_prof_cover2.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#modalWrap #modalDetail.modalInfoChange .select_image .attention{
	color: #bf765e;
	font-size: 10px;
}
#modalWrap #modalDetail.modalInfoChange input{
	outline: none;
}
#modalWrap #modalDetail.modalInfoChange .change_username,
#modalWrap #modalDetail.modalInfoChange .change_address{
	width: 100%;
	font-size: 14px;
	padding: 8px 5px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#modalWrap #modalDetail.modalInfoChange .submit{
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
#modalWrap #modalDetail.modalInfoChange .submit input{
	width: 200px;
	height: 40px;
	background: #333333;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-ms-border-radius: 9999px;
	border: none;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
#modalWrap #modalDetail.modalInfoChange .withdraw{
	line-height: 1;
	text-align: center;
	font-size: 10px;
	margin-top: 26px;
}
#modalWrap #modalDetail.modalInfoChange .withdraw a{
	padding-left: 10px;
	background: url(/tora-san/resources/img/common/icn_sankaku6.png) no-repeat 0 center;
}
.modalin.complete {
  text-align: center;
  padding: 50px 0px 0px;
}
.modalin.complete h2{
	margin-bottom: 40px;
}
.modalin.complete .btn{
	margin-top: 30px;
}

.mm_comp{
	text-align: center;
}
.mm_comp h2{
	padding: 70px 0 10px;
}


/* error */
.error{
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.error li{
	height: auto !important;
	margin-bottom: 0 !important;
}
.user_info .error{
	color: #bf765e;
}
.step2 .error{
	padding-bottom: 15px;
	color: #f00;
}
.boxerror{
	border: 1px solid #f00;
	padding: 10px;
	margin-bottom: 15px;
	color: #f00;
}

.over {
	opacity: 1;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.over:hover {
	opacity: 0.7;
}

.image_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/tora-san/resources/img/common/icn_arrow.png) no-repeat right center rgba(0,0,0,.8);
	box-sizing: border-box;
	padding: 10px 25px 10px 10px;
}
.image_info dt {
	color: #bf765e;
	font-size: 11px;
}
.image_info dd {
	font-size: 12px;
	color: #fff;
}

.single .slide {
	width: 190px;
	position: relative;
}



/* 404 page not found */
.notfound {
	width: 960px;
	margin: 0 auto;
	font-size: 16px;
}
.notfound h1 {
	text-align: center;
	line-height: 1;
	font-size: 30px;
	margin-bottom: 40px;
	letter-spacing: 3px;
}

#searchBox{
	background: #fff;
	width: 335px;
	height: 36px;
	position: absolute;
	top: 45px;
	right: 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	display: none;
	/* padding-left: 10px; */
}
#searchBox.show{
	display: block;
}
#searchBox #searchClose{
	display: block;
	width: 20px;
	float: left;
	text-align: center;
	padding: 7px 7px 7px 8px;
	cursor: pointer;
}
#___gcse_0{
	width: 300px;
	float: left;
}
.gsc-control-searchbox-only * {
	border: none !important;
	box-shadow: none !important;
}
.gsc-control-searchbox-only td,
.gsc-control-searchbox-only div {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gsc-search-box {
	width: 300px !important;
}
.gsc-input {
	margin: 0 auto !important;
	height: 36px !important;
	/*padding: 10px !important;*/
	display: block !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #6b3f29 !important;
	background-color: #6b3f29 !important;
	background-image: none !important;
	padding: 11px 11px 12px !important;
	border-radius: 0 !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-top: 0 !important;
}
.gsc-above-wrapper-area{
	border-bottom: none !important;
}
.gsc-orderby-container,
.gsc-result-info-container,
.gsc-above-wrapper-area-container,
.gsc-control-wrapper-cse table,
.gsc-control-wrapper-cse tr,
.gsc-control-wrapper-cse td{
	border: none !important;
}

/* メルマガ登録内容変更 */
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dd.birthday ul,
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dd.birthday li{
	list-style: none;
}
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dd.birthday li{
	float: left;
	margin-right: 10px;
}
#modalWrap #modalDetail.modalInfoChange .modal_change form>dl> dd.birthday li select{
	margin-right: 5px;
	vertical-align: 2px;
}
.ie .movie-header__nav-list {
	min-width: 1300px!important;
}