@charset "utf-8";

/* common_setting
-------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pc_with {
	width: 990px;
	margin: 0 auto;
}
a:hover img {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*タイトル詳細用の外部ファイル*/
.contents_header_box_center a:hover img {
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*ヘッダの検索の画像のmouseover*/
.mouseOver:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}

/* header for pc(cmoa)
-------------------------------------------------------------*/
.header2018,
.header2018 .co_he_searvice {
	background: #FFF;
}
.header2018 .co_he_searvice_le {
	float: left;
	display: inline;
	height: 27px;
}
.header2018 .co_he_searvice_le a{
	display: inline-block;
	font-size: 12px;
}
.header2018 .co_he_searvice_img_btn1,
.header2018 .co_he_searvice_img_btn2,
.header2018 .co_he_searvice_img_btn3,
.header2018 .co_he_searvice_img_btn4 {
	float: left;
	display: inline;
	width:74px;
	height:27px;
	line-height:27px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
	font-weight: bold;
}
.header2018 .co_he_searvice_img_btn1,
.header2018 .co_he_searvice_img_btn2,
.header2018 .co_he_searvice_img_btn3,
.header2018 .co_he_searvice_img_btn4 {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.header2018 .co_he_searvice_img_btn1:hover,
.header2018 .co_he_searvice_img_btn2:hover,
.header2018 .co_he_searvice_img_btn3:hover,
.header2018 .co_he_searvice_img_btn4:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.header2018 .co_he_searvice_img_btn1,
.header2018 .co_he_searvice_img_btn1:hover {
	background: #FFB62F;
	color:#FFF;
}
.header2018 .co_he_searvice_img_btn1 {
	border-left: 1px solid #B3B3B3;
	border-radius: 0 0 0 8px;
}
.header2018 .co_he_searvice_ri {
	float: right;
	display: inline;
	width: 6px;
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 8px 0;
}
.header2018 .co_he_searvice_ce {
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-bottom: 1px solid #B3B3B3;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color:#FFF;
}
.header2018 .co_right_mypage_areamypage_cursor {
	float: right;
	margin: 1px;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
}
.header2018 .co_right_mypage_area_down,
.header2018 .co_right_mypage_area_up {
	position:relative;
	float: right;
	width: 18px;
	height: 18px;
	margin: 2px 5px 0;
	background: none;
	border: 1px solid #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header2018 .co_right_mypage_area_down:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}
.header2018 .co_right_mypage_area_up:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #333 transparent;
}
.header2018 .co_right_mypage_area_down:hover,
.header2018 .co_right_mypage_area_up:hover {
	background: #FFFFE6;
}
.header2018 .co_right_mypage_area {
	float: right;
	height: 22px;
	margin-left: 5px;
	text-align: right;
	font-size: 12px;
}
.header2018 .co_right_mypage_area:hover {
	text-decoration: underline;
}
.header2018 .co_right_mypage_area_pulldown {
	position: absolute;
	top: 20px;
	right: 6px;
	width: 150px;
	height: 253px;
	background: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	z-index: 1000;
}
.header2018 .co_right_mypage_area_pulldown .mypage_link {
	position:relative;
	background: none;
	padding-left: 15px;
	line-height: 2.4em;
	font-size: 12px;
}
.header2018 .co_right_mypage_area_pulldown .mypage_link a {
	display: block;
	color: #000;
}
.header2018 .co_right_mypage_area_pulldown .mypage_link a:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	left: 5px;
	margin: -4px 0 0 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #333;
}
.header2018 .co_right_login_area,
.header2018 .co_right_regist_area {
	display: inline;
	float: right;
	width: 120px;
	height: 22px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 22px;
	font-size: 12px;
}
.header2018 .co_right_login_area {
	margin: 2px 0 0;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	color: #666;
}
.header2018 .co_right_login_area:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.header2018 .co_right_regist_area {
	margin: 2px 5px 0 0;
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF936F), color-stop(0.50, #FF936F), color-stop(0.51, #F77F63), color-stop(1.00, #F77F63));
	background: -webkit-linear-gradient(top, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	background: linear-gradient(to bottom, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	border: 1px solid #FF936F;
	color: #FFF;
}
.header2018 .co_right_regist_area:hover {
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F77F63), color-stop(0.50, #F77F63), color-stop(0.51, #FF936F), color-stop(1.00, #FF936F));
	background: -webkit-linear-gradient(top, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
	background: linear-gradient(to bottom, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
}
.header2018 .co_head_main_le {
	float: left;
	width: 180px;
	height: 80px;
}
.header2018 .co_cmoa_logo {
	padding: 10px;
}
.header2018 .co_head_main_re {
	float: left;
	height: 80px;
	text-align: left;
}
.header2018 .co_head_main_re_in_left {
	float: left;
	width: 426px;
	height: 80px;
}
.header2018 .co_head_h1_catch {
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	color: #C7C7C7;
}
.header2018 .co_he_main_catch_li1 {
	line-height:26px;
	font-size: 12px;
	font-weight: normal;
	color: #989898;
}
.header2018 .header_search_submit {
	float: inherit;
	padding: 0px;
	width: 415px;
	height: 42px;
	border: 2px solid #CCC;
}
.header2018 .co_head_main_re_in_left .search_sub_btn {
	float: left;
	width: 100px;
	height: 29px;
	margin: 5px 0 5px 5px;
	padding: 0;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #EEE));
	background: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
}
.header2018 .co_head_main_re_in_left .search_sub_btn a {
	display: block;
	padding: 3px 0 1px;
	line-height: 2.2;
	font-size: 12px;
	color: #171717;
	text-decoration: none;
}
.header2018 .co_he_search_pull {

	float: left;
	margin: 5px;
}
.header2018 .co_he_search_pull input {
	width: 253px;
	margin: 0;
	padding: 6px 0 7px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-size: 11px;
	color: #555;
}
.header2018 .co_he_search_pull input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.header2018 .co_he_search_btn {
	float: left;
	margin-left: -3px;
	margin-top: 6px;
	line-height: 0;
}
.header2018 .mouseOver:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}
.header2018 .co_head_main_re_btn_area {
	position: relative;
	float: left;
	height: 80px;
}
.header2018 .btn_3area {
	float: left;
	width: 183px;
	margin-right: 3px;
	margin-left: 63px;
	padding-top: 8px;
}
.header2018 .btn_3area_login {
	width: 244px;
	margin-left: 0;
}
.header2018 .btn_3area a.header_img_btn {
	display: block;
	float: left;
	width: 61px;
	text-align: center;
}
.header2018 .btn_3area a.header_img_btn:hover {
	color: #FFB62F;
	text-decoration: underline;
}
.header2018 .head_btn_text {
	margin-top: 4px;
	font-size: 10px;
	color: #666;
}
.header2018 .btn_3area_ballon {
	position:relative;
	width: 56px;
	height: 19px;
	margin: 0 auto 8px;
	background: #F1F1F1;
	border-radius: 5px;
}
.header2018 .btn_3area_ballon:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	bottom:-5px;
	left: 50%;
	margin: 0 0 0 -6px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #F1F1F1 transparent transparent transparent;
}
.header2018 .btn_3area_ballon_area_inner {
	margin: auto;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
}
.header2018 .cart_area {
	float: left;
	margin: 0 5px;
	padding: 7px 0;
}
.header2018 .cart_area a:hover {
	text-decoration: none;
}
.header2018 .cart_btn {
	width: 125px;
	height: 64px;
	background: #FFB62F;
	border-radius: 8px;
	text-align: center;
}
.header2018 .cart_btn:hover {
	background: #FCA912;
}
.header2018 .cart_logo_area {
	position: relative;
	width: 110px;
	height: 15px;
	padding: 6px 0 0 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.header2018 .cart_logo_area span{
	position: absolute;
	top: 8px;
	left: 40px;
}
.header2018 .cart_ballon_area {
	position:relative;
	width: 84px;
	height: 20px;
	margin: 13px auto 0;
	background: #FFF;
	border-radius: 5px;
}
.header2018 .cart_ballon_area:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:-8px;
	left: 50%;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #FFF transparent;
}
.header2018 .cart_ballon_area_inner {
	margin: auto;
	padding-top:0;
	line-height: 20px;
	text-align: center;
}

/* header for tab(cmoa)
-------------------------------------------------------------*/
.header2018.tab .co_he_searvice_le {
	width: 600px;
	height: 33px;
}
.header2018.tab .co_he_searvice_img_btn1,
.header2018.tab .co_he_searvice_img_btn2,
.header2018.tab .co_he_searvice_img_btn3,
.header2018.tab .co_he_searvice_img_btn4 {
	width: 150px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}
.header2018.tab .co_he_searvice_ri {
	width: 10px;
	height: 33px;
	line-height: 33px;
}
.header2018.tab .co_he_searvice_ce {
	height: 33px;
	line-height: 33px;
}
.header2018.tab .co_right_mypage_area_down,
.header2018.tab .co_right_mypage_area_up {
	margin: 4px 5px 0;
}
.header2018.tab .co_right_mypage_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.header2018.tab .co_right_mypage_area_pulldown {
	top: 23px;
	right: 17px;
	width: 160px;
	height: 300px;
}
.header2018.tab .co_right_mypage_area_pulldown .mypage_link {
	font-size: 14px;
}
.header2018.tab .co_right_login_area,
.header2018.tab .co_right_regist_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.header2018.tab .co_head_h1_catch {
	letter-spacing: -0.3px;
}

/* header for pc(rental)
-------------------------------------------------------------*/
.rental2018 .co_he_searvice {
	position: relative;
	width: 990px;
	background: #FFF;
	margin: 0 auto;
}

.rental2018 .co_he_searvice_le {
	float: left;
	display: inline;
	height: 27px;
}
.rental2018 .co_he_searvice_le a{
	display: inline-block;
	font-size: 12px;
}
.rental2018 .co_he_searvice_img_btn1,
.rental2018 .co_he_searvice_img_btn2,
.rental2018 .co_he_searvice_img_btn3,
.rental2018 .co_he_searvice_img_btn4,
.rental2018 .co_he_searvice_img_btn5{
	float: left;
	display: inline;
	width:74px;
	height:27px;
	line-height:27px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
	font-weight: bold;
}
.rental2018 .co_he_searvice_img_btn1,
.rental2018 .co_he_searvice_img_btn3,
.rental2018 .co_he_searvice_img_btn4,
.rental2018 .co_he_searvice_img_btn5{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.rental2018 .co_he_searvice_img_btn1:hover,
.rental2018 .co_he_searvice_img_btn3:hover,
.rental2018 .co_he_searvice_img_btn4:hover,
.rental2018 .co_he_searvice_img_btn5:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.rental2018 .co_he_searvice_img_btn2,
.rental2018 .co_he_searvice_img_btn2:hover {
	background: #42CC00;
	color:#FFF;
}
.rental2018 .co_he_searvice_img_btn1 {
	border-left: 1px solid #B3B3B3;
	border-radius: 0 0 0 8px;
}
.rental2018 .co_he_searvice_img_btn5 {
	width:165px;
}
.rental2018 .co_he_searvice_ri {
	float: right;
	display: inline;
	width: 6px;
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 8px 0;
}
.rental2018 .co_he_searvice_ce {
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-bottom: 1px solid #B3B3B3;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color:#FFF;
}
.rental2018 .co_right_mypage_areamypage_cursor {
	float: right;
	margin: 1px;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
}
.rental2018 .co_right_mypage_area_down,
.rental2018 .co_right_mypage_area_up {
	position:relative;
	float: right;
	width: 18px;
	height: 18px;
	margin: 2px 5px 0;
	background: none;
	border: 1px solid #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.rental2018 .co_right_mypage_area_down:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}
.rental2018 .co_right_mypage_area_up:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #333 transparent;
}
.rental2018 .co_right_mypage_area_down:hover,
.rental2018 .co_right_mypage_area_up:hover {
	background: #FFFFE6;
}
.rental2018 .co_right_mypage_area {
	float: right;
	height: 22px;
	margin-left: 5px;
	text-align: right;
	font-size: 12px;
}
.rental2018 .co_right_mypage_area:hover {
	text-decoration: underline;
}
.rental2018 .co_right_mypage_area_pulldown {
	position: absolute;
	top: 20px;
	right: 6px;
	width: 150px;
	height: 225px;
	background: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	z-index: 1000;
}
.rental2018 .co_right_mypage_area_pulldown .mypage_link {
	position:relative;
	background: none;
	padding-left: 15px;
	line-height: 2.4em;
	font-size: 12px;
}
.rental2018 .co_right_mypage_area_pulldown .mypage_link a {
	display: block;
	color: #000;
}
.rental2018 .co_right_mypage_area_pulldown .mypage_link a:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	left: 5px;
	margin: -4px 0 0 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #333;
}
.rental2018 .co_right_login_area,
.rental2018 .co_right_regist_area {
	display: inline;
	float: right;
	width: 120px;
	height: 22px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 22px;
	font-size: 12px;
}
.rental2018 .co_right_login_area {
	margin: 2px 0 0;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	color: #666;
}
.rental2018 .co_right_login_area:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.rental2018 .co_right_regist_area {
	margin: 2px 5px 0 0;
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF936F), color-stop(0.50, #FF936F), color-stop(0.51, #F77F63), color-stop(1.00, #F77F63));
	background: -webkit-linear-gradient(top, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	background: linear-gradient(to bottom, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	border: 1px solid #FF936F;
	color: #FFF;
}
.rental2018 .co_right_regist_area:hover {
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F77F63), color-stop(0.50, #F77F63), color-stop(0.51, #FF936F), color-stop(1.00, #FF936F));
	background: -webkit-linear-gradient(top, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
	background: linear-gradient(to bottom, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
}
.rental2018 .co_he_main {
	width: 990px;
	margin: 0 auto;
}
.rental2018 .co_head_main_le {
	float: left;
	width: 138px;
	height: 80px;
}
.rental2018 .co_cmoa_logo {
	padding: 10px;
}
.rental2018 .co_head_main_re {
	float: left;
	height: 80px;
	text-align: left;
}
.rental2018 .co_head_main_re_in_left {
	float: left;
	width: 426px;
	height: 80px;
}
.rental2018 .co_head_h1_catch {
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	color: #C7C7C7;
}
.rental2018 .co_he_main_catch_li1 {
	line-height:26px;
	font-size: 12px;
	font-weight: normal;
	color: #989898;
}
.rental2018 .header_search_submit {
	float: inherit;
	padding: 0px;
	width: 431px;
	height: 42px;
	background: #F1F2F3;
	border: none;
}
.rental2018 .co_head_main_re_in_left .search_sub_btn {
	float: left;
	width: 100px;
	height: 29px;
	margin: 5px 0 5px 5px;
	padding: 0;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F3F3F3));
	background: -webkit-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F3F3F3 100%);
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
}
.rental2018 .co_head_main_re_in_left .search_sub_btn a {
	display: block;
	padding: 3px 0 1px;
	line-height: 2.2;
	font-size: 12px;
	color: #171717;
	text-decoration: none;
}
.rental2018 .co_he_search_pull {

	float: left;
	margin: 5px;
}
.rental2018 .co_he_search_pull input {
	width: 268px;
	margin: 0;
	padding: 6px 0 7px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-size: 11px;
	color: #555;
}
.rental2018 .co_he_search_pull input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.rental2018 .co_he_search_btn {
	float: left;
	margin: 5px 5px 5px -3px;
	line-height: 0;
}
.rental2018 .mouseOver:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}
.rental2018 .co_head_main_re_btn_area {
	position: relative;
	float: left;
	height: 80px;
	margin-left: 42px;
}
.rental2018 .btn_3area {
	float: left;
	width: 183px;
	margin-right: 3px;
	margin-left: 63px;
	padding-top: 8px;
}
.rental2018 .btn_3area_login {
	width: 244px;
	margin-left: 0;
}
.rental2018 .btn_3area a.header_img_btn {
	display: block;
	float: left;
	width: 61px;
	text-align: center;
}
.rental2018 .btn_3area a.header_img_btn:hover {
	color: #7ECB3A;
	text-decoration: underline;
}
.rental2018 .head_btn_text {
	margin-top: 4px;
	font-size: 10px;
	color: #666;
}
.rental2018 .btn_3area_ballon {
	position:relative;
	width: 56px;
	height: 19px;
	margin: 0 auto 8px;
	background: #F1F1F1;
	border-radius: 5px;
}
.rental2018 .btn_3area_ballon:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	bottom:-5px;
	left: 50%;
	margin: 0 0 0 -6px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #F1F1F1 transparent transparent transparent;
}
.rental2018 .btn_3area_ballon_area_inner {
	margin: auto;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
}
.rental2018 .cart_area {
	float: left;
	margin: 0 5px;
	padding: 7px 0;
}
.rental2018 .cart_area a:hover {
	text-decoration: none;
}
.rental2018 .cart_btn {
	width: 125px;
	height: 64px;
	background: #FFB62F;
	border-radius: 8px;
	text-align: center;
}
.rental2018 .cart_btn:hover {
	background: #FCA912;
}
.rental2018 .cart_logo_area {
	position: relative;
	width: 110px;
	height: 15px;
	padding: 6px 0 0 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.rental2018 .cart_logo_area span{
	position: absolute;
	top: 8px;
	left: 40px;
}
.rental2018 .cart_ballon_area {
	position:relative;
	width: 84px;
	height: 20px;
	margin: 13px auto 0;
	background: #FFF;
	border-radius: 5px;
}
.rental2018 .cart_ballon_area:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:-8px;
	left: 50%;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #FFF transparent;
}
.rental2018 .cart_ballon_area_inner {
	margin: auto;
	padding-top:0;
	line-height: 20px;
	text-align: center;
}

/* header for tab(rental)
-------------------------------------------------------------*/
.rental2018.tab .co_he_searvice_le {
	width: 670px;
	height: 33px;
}
.rental2018.tab .co_he_searvice_img_btn1,
.rental2018.tab .co_he_searvice_img_btn2,
.rental2018.tab .co_he_searvice_img_btn3,
.rental2018.tab .co_he_searvice_img_btn4,
.rental2018.tab .co_he_searvice_img_btn5 {
	width: 125px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}
.rental2018.tab img.wlc_img{
	padding-bottom: 2px;
}
.rental2018.tab .co_he_searvice_img_btn5 {
	width: 170px;
}
.rental2018.tab .co_he_searvice_ri {
	width: 10px;
	height: 33px;
	line-height: 33px;
}
.rental2018.tab .co_he_searvice_ce {
	height: 33px;
	line-height: 33px;
}
.rental2018.tab .co_right_mypage_area_down,
.rental2018.tab .co_right_mypage_area_up {
	margin: 4px 5px 0;
}
.rental2018.tab .co_right_mypage_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.rental2018.tab .co_right_mypage_area_pulldown {
	top: 23px;
	right: 17px;
	width: 160px;
	height: 265px;
}
.rental2018.tab .co_right_mypage_area_pulldown .mypage_link {
	font-size: 14px;
}
.rental2018.tab .co_right_login_area,
.rental2018.tab .co_right_regist_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}

/* popterm
-------------------------------------------------------------*/
#popterm,
.popterm_hidden{
	z-index: 100000;
}
.co_he_main #popterm {
	background-color: #FFF;
}
.co_he_main #popterm .popterm_selected {
	background-color: #EEE;
	color: black;
}
.co_he_main .popterm_visible{
	margin-top: 30px !important;
	border: 1px solid #CCC !important;
	width: 236px !important;
}
/* 全てのIE */
.co_he_main .popterm_visible{
	margin-top: 30px !important;
	border: 1px solid #CCC !important;
	width: 240px\9 !important;
}
.co_he_main #popterm td {
	border: none;
}

/* genreTab
-------------------------------------------------------------*/
.genreTab{
	height:40px;
	border-bottom:2px solid #FF8C2F;
	text-align:left;
}
.genreTab.line_boy{
	border-bottom:2px solid #0185E5;
}
.genreTab.line_girl{
	border-bottom:2px solid #FF6E78;
}
.genreTab.line_lightnovel{
	border-bottom:2px solid #3BB280;
}
.genreTab.line_book{
	border-bottom:2px solid #21A42E;
}
.genreTab.line_magazinetop{
	border-bottom:2px solid #66CC66;
}
.genreTab.line_boyslove{
	border-bottom:2px solid #00AAE6;
}
.genreTab.line_teenslove{
	border-bottom:2px solid #FC0;
}
.genreTab.line_harlequin{
	border-bottom:2px solid #FFA3F0;
}
.genreTab.line_media{
	border-bottom:2px solid #FFA218;
}
.genreTab.line_original{
	border-bottom:2px solid #FFC826;
}
.genreTab.line_scroll{
	border-bottom:2px solid #88B5C5;
}
.genreTab .genreBtn,
.genreTab .genreBtnS{
	float: left;
	width: 77px;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F8F8F8));
	background: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
	border: 1px solid #CCC;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	text-align:center;
	font-weight: bold;
	color:#333;
}
.genreTab .genreBtn:hover,
.genreTab .genreBtnS:hover{
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F8F8F8), color-stop(1.00, #FFF));
	background: -webkit-linear-gradient(top, #F8F8F8 0%, #FFF 100%);
	background: -moz-linear-gradient(top, #F8F8F8 0%, #FFF 100%);
	background: -o-linear-gradient(top, #F8F8F8 0%, #FFF 100%);
	background: -ms-linear-gradient(top, #F8F8F8 0%, #FFF 100%);
	background: linear-gradient(to bottom, #F8F8F8 0%, #FFF 100%);
}
.genreTab .genreBtn{
	height:35px;
	margin:3px 3px 0 0;
	line-height: 31px;
	font-size:12px;
}
.genreTab .genreBtnS{
	height:30px;
	margin:9px 3px 0 0;
	line-height: 25px;
	font-size:10px;
}
.genreTab .genreBtn img{
	padding: 0;
}
.genreTab .genreBtn.selected img{
	padding: 6px 0;
}
.genreTab .selected{
	height:40px;
	margin:0 3px 0 0;
	line-height: 29px;
	font-size:12px;
	color:#FFF;
}
.genreTab .genreBtnS .selected{
	height:39px;
}
.genreTab .top.selected{
	background: #FF8C2F;
	border: 1px solid #FF7C11;
	border-bottom: none;
}
.genreTab .boy.selected{
	background: #0185E5;
	border: 1px solid #0185E5;
	border-bottom: none;
}
.genreTab .girl.selected{
	background: #FF6E78;
	border: 1px solid #FF6E78;
	border-bottom: none;
}
.genreTab .novel.selected{
	background: #3BB280;
	border: 1px solid #3BB280;
	border-bottom: none;
}
.genreTab .book.selected{
	background: #21A42E;
	border: 1px solid #21A42E;
	border-bottom: none;
}
.genreTab .magazinetop.selected{
	background: #66CC66;
	border: 1px solid #66CC66;
	border-bottom: none;
}
.genreTab .bl.selected{
	background: #00AAE6;
	border: 1px solid #00AAE6;
	border-bottom: none;
}
.genreTab .tl.selected{
	background: #FC0;
	border: 1px solid #FC0;
	border-bottom: none;
}
.genreTab .hq.selected{
	background: #FFA3F0;
	border: 1px solid #FFA3F0;
	border-bottom: none;
}
.genreTab .media.selected{
	background: #FFA218;
	border: 1px solid #FFA218;
	border-bottom: none;
}
.genreTab .original.selected{
	background:#FFC826;
	border: 1px solid #FFC826;
	border-bottom: none;
}
.genreTab .scroll.selected{
	background: #88B5C5;
	border: 1px solid #88B5C5;
	border-bottom: none;
}
.genreTab .genreBtn:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}
.genreTab a,
.genreTab span{
	display: block;
	padding:4px 0 3px;
	border-radius: 3px 3px 0 0;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.genreTab a:hover{
	color: #000;
	text-decoration: none;
}
.genreTab .selected a,
.genreTab .selected span{
	padding:6px 0;
	color:#FFF;
}
.genreTab .top{
	border-top:2px solid #FF7C11;
	line-height: 28px;
}
.genreTab .boy{
	border-top:2px solid #0185E5;
	line-height: 14px;
}
.genreTab .girl{
	border-top:2px solid #FF6E78;
	line-height: 14px;
}
.genreTab .novel{
	border-top:2px solid #6FDD00;
	line-height: 14px;
}
.genreTab .book{
	border-top: 2px solid #21A42E;
	font-size: 11px;
}
.genreTab .tl{
	line-height: 12px;
}
.genreTab .original{
	line-height: 12px;
}

/* header for pc(simple)
-------------------------------------------------------------*/
.header_line_n {
	border-top: 3px solid #F90;
	border-bottom: 1px solid #CCC;
}
.header_logo_td_n {
	width: 170px;
	background: #FFF;
	vertical-align: bottom;
	text-align: center;
}
.header_logo_td_n img {
	width: 115px;
	margin: 3px 0;
}

/* bread_cramb(faq etc.)
-------------------------------------------------------------*/
nav#main-root {
	height: 25px;
	padding: 0 10px;
	background:#F1F1F1;
	border-top: 1px solid #FFF;
	border-right: none;
	border-bottom: 1px solid #CCC;
	border-left: none;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #373737;
	overflow: hidden;
}
nav#main-root a{
	color:#069
}
nav#main-root span.active-page {
	font-weight: bold;
	color: #333;
}
.co_he_search_error{
	display: block;
	padding: 0 0 2px 15px;
	text-align: left;
	color: #f00;
}
.subnavi_search_error{
	display: block;
	padding-bottom: 5px;
	font-size: 10px;
	color: #f00;
}

/* footer
-------------------------------------------------------------*/
footer{
	text-align: left;
}
.co_fo_menu{
	background:#FFFFFF;
}
.co_fo_menu_wrapper{
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
}
.co_fo_menu_td{
	width: 24.8%;
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
}
.co_fo_menu_td_inner{
	padding:3px 8px 3px 12px;
	text-align:left;
	height: auto;
}
.co_fo_menu_td_inner_ma_title{
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	color:#333333;
}
.co_fo_menu_td_inner_ma_link{
	margin-left:10px;
	line-height:18px;
	font-size: 12px;
}
.co_fo_menu_td_inner_ma_link a{
	color:#333333;
}
.co_fo_menu_td_inner_ma_link a:hover{
	color: #005580;
}
.co_fo_copyright{
	padding: 5px 12px;
}
.co_fo_copyright_div {
	font-size: 10px;
	text-align: left;
	line-height:18px;
}
.co_fo_copyright_div a{
	color:#333333;
	text-decoration:underline;
}
.co_fo_copyright_div a:hover{
	color:#005580;
	text-decoration:underline;
}
.tab-footer-inner_div a {
	color: #333;
	font-size: 14px;
}
.footer_obi_search .co_he_search{
	height: 42px;
	background: #F8F8F8;
}
.footer_obi_search .co_he_search_pull{
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.footer_obi_search .header_search_keyword{
	width: 526px;
}
.footer_obi_search .co_he_search_btn{
	float: left;
	line-height: 42px;
	height: 42px;
	margin-left: 10px;
}
.footer_obi_search .co_he_search_text,
.footer_obi_search .co_he_search_text2,
.footer_obi_search .co_he_search_text3,
.footer_obi_search .co_he_search_text4{
	float: left;
}
.footer_obi_search .co_he_search_text a,
.footer_obi_search .co_he_search_text2 a,
.footer_obi_search .co_he_search_text3 a,
.footer_obi_search .co_he_search_text4 a{
	text-decoration: underline;
	line-height: 42px;
	height: 42px;
	margin-left: 10px;
	color: #000;
}
.footer_obi_search .co_he_search_text_right{
	float: right;
	margin-right: 10px;
}

/* header for pc(yomiho)
-------------------------------------------------------------*/
.limited2018 .co_he_searvice {
	background: #FFF;
}
.limited2018 .co_he_searvice_le {
	float: left;
	display: inline;
	height: 27px;
}
.limited2018 .co_he_searvice_le a{
	display: inline-block;
	font-size: 12px;
}
.limited2018 .co_he_searvice_img_btn1,
.limited2018 .co_he_searvice_img_btn2,
.limited2018 .co_he_searvice_img_btn3,
.limited2018 .co_he_searvice_img_btn4,
.limited2018 .co_he_searvice_img_btn5{
	float: left;
	display: inline;
	width:74px;
	height:27px;
	line-height:27px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
	font-weight: bold;
}
.limited2018 .co_he_searvice_img_btn1,
.limited2018 .co_he_searvice_img_btn2,
.limited2018 .co_he_searvice_img_btn4,
.limited2018 .co_he_searvice_img_btn5{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.limited2018 .co_he_searvice_img_btn1:hover,
.limited2018 .co_he_searvice_img_btn2:hover,
.limited2018 .co_he_searvice_img_btn4:hover,
.limited2018 .co_he_searvice_img_btn5:hover{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.limited2018 .co_he_searvice_img_btn3{
	background: #00A8DF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #6CD8FB), color-stop(0.50, #6CD8FB), color-stop(0.51, #00A8DF), color-stop(1.00, #00A8DF));
	background: -webkit-linear-gradient(top, #6CD8FB 0%, #6CD8FB 50%, #00A8DF 51%, #00A8DF 100%);
	background: linear-gradient(to bottom, #6CD8FB 0%, #6CD8FB 50%, #00A8DF 51%, #00A8DF 100%);
	color:#FFF;
}
.limited2018 .co_he_searvice_img_btn3:hover {
	background: #00A8DF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #00A8DF), color-stop(0.50, #00A8DF), color-stop(0.51, #6CD8FB), color-stop(1.00, #6CD8FB));
	background: -webkit-linear-gradient(top, #00A8DF 0%, #00A8DF 50%, #6CD8FB 51%, #6CD8FB 100%);
	background: linear-gradient(to bottom, #00A8DF 0%, #00A8DF 50%, #6CD8FB 51%, #6CD8FB 100%);
}
.limited2018 .co_he_searvice_img_btn1 {
	border-left: 1px solid #B3B3B3;
	border-radius: 0 0 0 8px;
}
.limited2018 .co_he_searvice_img_btn5 {
	width:165px;
}
.limited2018 .co_he_searvice_ri {
	float: right;
	display: inline;
	width: 6px;
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 8px 0;
}
.limited2018 .co_he_searvice_ce {
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-bottom: 1px solid #B3B3B3;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color:#FFF;
}
.limited2018 .co_he_searvice_text_btn {
	float: right;
	display: inline;
	line-height:27px;
	padding:0 10px;
}
.limited2018 .co_he_searvice_text_btn a {
	color:#656565;
}
.limited2018 .co_he_main {
	border-bottom: 2px solid #ccc;
}
.limited2018 .co_he_main_le {
	width: auto;
	height: auto;
}
.limited2018 .co_he_main_logo {
	float: left;
	display: inline;
	width: 118px;
	height: 61px;
	line-height: 61px;
}
.limited2018 .co_he_main_logo a{
	display: block;
}
.limited2018 .co_he_main_catch {
	float: left;
	display: inline;
	padding-left:10px;
	text-align:left;

}
.limited2018 .co_he_main_catch_li1 {
	margin-top: 11px;
	line-height: 1.22;
}
.limited2018 .co_he_main_catch_li2 {
	line-height: 38px;
	color:#989898;
}
.limited2018 .co_he_main_catch_li2 h1 {
	display: inline-block;
	font-size:12px;
	font-weight: normal;
}
.limited2018 .co_he_main_catch_li2 h1.color_gr {
	color: #090;
}
.limited2018 .co_he_main_catch_li2 .color_rd,
.limited2018 .co_he_main_catch_li2 .color_rd a,
.limited2018 .co_he_main_catch_li2 .color_rd h1 {
	display: inline-block;
	color: #E00;
}
.limited2018 .co_he_main_re {
	float: right;
	display: inline;
	height: auto;
	margin:0px 10px;
	text-align: center;
}
.limited2018 .co_he_main_btn {
	margin-top: 4px;
}
.limited2018 .co_he_main_btn td{
	width: 144px;
	height: 27px;
}
.limited2018 .co_he_main_btn td.notice{
	position: relative;
}
.limited2018 .co_he_main_btn td a {
	display: block;
	text-decoration:none;
}
.limited2018 .header_btn_regist,
.limited2018 .header_btn_login,
.limited2018 .header_btn_logout,
.limited2018 .header_btn_info,
.limited2018 .header_btn_list,
.limited2018 .header_btn_rireki,
.limited2018 .header_btn_teigakuregist {
	height:26px;
	line-height:26px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
}
.limited2018 .header_btn_regist,
.limited2018 .header_btn_login,
.limited2018 .header_btn_logout,
.limited2018 .header_btn_info,
.limited2018 .header_btn_list,
.limited2018 .header_btn_rireki {
	width:143px;
}
.limited2018 .header_btn_teigakuregist {
	width:287px;
}
.limited2018 .header_btn_login,
.limited2018 .header_btn_logout,
.limited2018 .header_btn_info,
.limited2018 .header_btn_list,
.limited2018 .header_btn_rireki {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	color: #666;
}
.limited2018 .header_btn_regist,
.limited2018 .header_btn_teigakuregist {
	background: #FF9900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFB300), color-stop(0.50, #FFB300), color-stop(0.51, #FF9900), color-stop(1.00, #FF9900));
	background: -webkit-linear-gradient(top, #FFB300 0%, #FFB300 50%, #FF9900 51%, #FF9900 100%);
	background: linear-gradient(to bottom, #FFB300 0%, #FFB300 50%, #FF9900 51%, #FF9900 100%);
	border: 1px solid #DD8140;
	color: #000;
}
.limited2018 .header_btn_login:hover,
.limited2018 .header_btn_logout:hover,
.limited2018 .header_btn_info:hover,
.limited2018 .header_btn_list:hover,
.limited2018 .header_btn_rireki:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.limited2018 .header_btn_regist:hover,
.limited2018 .header_btn_teigakuregist:hover {
	background: #FF9900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF9900), color-stop(0.50, #FF9900), color-stop(0.51, #FFB300), color-stop(1.00, #FFB300));
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF9900 50%, #FFB300 51%, #FFB300 100%);
	background: linear-gradient(to bottom, #FF9900 0%, #FF9900 50%, #FFB300 51%, #FFB300 100%);
}
.limited2018 .info_cnt_box{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	background: #F00;
	border-radius: 5px;
	color: #FFF;
}
.limited2018 .co_he_main_ce {
	float: right;
	display: inline;
}
.limited2018 .co_he_main_point_li1 {
	margin-top:11px;
	text-align:right;
	color:#656565;
}
.limited2018 .co_he_main_point_li2 {
	overflow: hidden;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: right;
	color: #656565;
}

/* header for tablet(yomiho)
-------------------------------------------------------------*/
.limited2018.tab .co_he_searvice_img_btn1,
.limited2018.tab .co_he_searvice_img_btn2,
.limited2018.tab .co_he_searvice_img_btn3,
.limited2018.tab .co_he_searvice_img_btn4,
.limited2018.tab .co_he_searvice_img_btn5 {
	width:125px;
	height: 33px;
	line-height: 33px;
	font-size:14px;
}
.limited2018.tab img.wlc_img{
	padding-bottom: 2px;
}
.limited2018.tab .co_he_searvice_img_btn5 {
	width: 170px;
}
.limited2018.tab .co_he_searvice_ri {
	width: 10px;
	height: 33px;
	line-height: 33px;
}
.limited2018.tab .co_he_searvice_ce {
	height: 33px;
	line-height: 33px;
}
.limited2018.tab .co_he_searvice_text_btn {
	line-height: 33px;
}
.limited2018.tab .co_he_main_le {
	margin-top:6px;
}
.limited2018.tab .co_he_main_catch_li1 {
	margin-top:15px;
}
.limited2018.tab .co_he_main_re {
	margin:0px 8px
}
.limited2018.tab .header_btn_info{
	width: 143px;
	height: 26px;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	line-height: 26px;
	color: #666;
}
.limited2018.tab .header_btn_info:hover{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}

/* mypage?
-------------------------------------------------------------*/
#btn_menu_area ul {
	margin: 0;
	text-align: center;
}
#btn_menu_area li {
	text-align: center;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
}
#btn_menu_area li a{
	display:block;
	border:1px solid #ccc;
	border-right:none;
	padding:10px 0;
	background:#FCFCFC;
	color: #000;
	font-weight: bold;
}
#btn_menu_area li a:hover {
	background:#FFF;
}


/* ▼old▼
-------------------------------------------------------------*/
.header2015,
.header2015 .co_he_searvice {
	background: #FFF;
}
.header2015 .co_he_searvice_le {
	float: left;
	display: inline;
	height: 27px;
}
.header2015 .co_he_searvice_le a{
	display: inline-block;
	font-size: 12px;
}
.header2015 .co_he_searvice_img_btn1,
.header2015 .co_he_searvice_img_btn2,
.header2015 .co_he_searvice_img_btn3,
.header2015 .co_he_searvice_img_btn4 {
	float: left;
	display: inline;
	width:74px;
	height:27px;
	line-height:27px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
	font-weight: bold;
}
.header2015 .co_he_searvice_img_btn1,
.header2015 .co_he_searvice_img_btn2,
.header2015 .co_he_searvice_img_btn3,
.header2015 .co_he_searvice_img_btn4 {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.header2015 .co_he_searvice_img_btn1:hover,
.header2015 .co_he_searvice_img_btn2:hover,
.header2015 .co_he_searvice_img_btn3:hover,
.header2015 .co_he_searvice_img_btn4:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.header2015 .co_he_searvice_img_btn1,
.header2015 .co_he_searvice_img_btn1:hover {
	background: #FFB62F;
	color:#FFF;
}
.header2015 .co_he_searvice_img_btn1 {
	border-left: 1px solid #B3B3B3;
	border-radius: 0 0 0 8px;
}
.header2015 .co_he_searvice_ri {
	float: right;
	display: inline;
	width: 6px;
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 8px 0;
}
.header2015 .co_he_searvice_ce {
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-bottom: 1px solid #B3B3B3;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color:#FFF;
}
.header2015 .co_right_mypage_areamypage_cursor {
	float: right;
	margin: 1px;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
}
.header2015 .co_right_mypage_area_down,
.header2015 .co_right_mypage_area_up {
	position:relative;
	float: right;
	width: 18px;
	height: 18px;
	margin: 2px 5px 0;
	background: none;
	border: 1px solid #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header2015 .co_right_mypage_area_down:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}
.header2015 .co_right_mypage_area_up:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	right: 5px;
	margin: -2px 0 0 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #333 transparent;
}
.header2015 .co_right_mypage_area_down:hover,
.header2015 .co_right_mypage_area_up:hover {
	background: #FFFFE6;
}
.header2015 .co_right_mypage_area {
	float: right;
	height: 22px;
	margin-left: 5px;
	text-align: right;
	font-size: 12px;
}
.header2015 .co_right_mypage_area:hover {
	text-decoration: underline;
}
.header2015 .co_right_mypage_area_pulldown {
	position: absolute;
	top: 20px;
	right: 6px;
	width: 150px;
	height: 253px;
	background: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	z-index: 1000;
}
.header2015 .co_right_mypage_area_pulldown .mypage_link {
	position:relative;
	background: none;
	padding-left: 15px;
	line-height: 2.4em;
	font-size: 12px;
}
.header2015 .co_right_mypage_area_pulldown .mypage_link a {
	display: block;
	color: #000;
}
.header2015 .co_right_mypage_area_pulldown .mypage_link a:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:50%;
	left: 5px;
	margin: -4px 0 0 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #333;
}
.header2015 .co_right_login_area,
.header2015 .co_right_regist_area {
	display: inline;
	float: right;
	width: 120px;
	height: 22px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 22px;
	font-size: 12px;
}
.header2015 .co_right_login_area {
	margin: 2px 0 0;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	color: #666;
}
.header2015 .co_right_login_area:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.header2015 .co_right_regist_area {
	margin: 2px 5px 0 0;
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF936F), color-stop(0.50, #FF936F), color-stop(0.51, #F77F63), color-stop(1.00, #F77F63));
	background: -webkit-linear-gradient(top, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	background: linear-gradient(to bottom, #FF936F 0%, #FF936F 50%, #F77F63 51%, #F77F63 100%);
	border: 1px solid #FF936F;
	color: #FFF;
}
.header2015 .co_right_regist_area:hover {
	background: #FF936F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F77F63), color-stop(0.50, #F77F63), color-stop(0.51, #FF936F), color-stop(1.00, #FF936F));
	background: -webkit-linear-gradient(top, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
	background: linear-gradient(to bottom, #F77F63 0%, #F77F63 50%, #FF936F 51%, #FF936F 100%);
}
.header2015 .co_head_main_le {
	float: left;
	width: 180px;
	height: 80px;
}
.header2015 .co_cmoa_logo {
	padding: 10px;
}
.header2015 .co_head_main_re {
	float: left;
	height: 80px;
	text-align: left;
}
.header2015 .co_head_main_re_in_left {
	float: left;
	width: 426px;
	height: 80px;
}
.header2015 .co_head_h1_catch {
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	color: #C7C7C7;
}
.header2015 .co_he_main_catch_li1 {
	line-height:26px;
	font-size: 12px;
	font-weight: normal;
	color: #989898;
}
.header2015 .header_search_submit {
	float: inherit;
	padding: 0px;
	width: 415px;
	height: 42px;
	border: 2px solid #CCC;
}
.header2015 .co_head_main_re_in_left .search_sub_btn {
	float: left;
	width: 100px;
	height: 29px;
	margin: 5px 0 5px 5px;
	padding: 0;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #EEE));
	background: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
}
.header2015 .co_head_main_re_in_left .search_sub_btn a {
	display: block;
	padding: 3px 0 1px;
	line-height: 2.2;
	font-size: 12px;
	color: #171717;
	text-decoration: none;
}
.header2015 .co_he_search_pull {

	float: left;
	margin: 5px;
}
.header2015 .co_he_search_pull input {
	width: 253px;
	margin: 0;
	padding: 6px 0 7px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-size: 11px;
	color: #555;
}
.header2015 .co_he_search_pull input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.header2015 .co_he_search_btn {
	float: left;
	margin-left: -3px;
	margin-top: 6px;
	line-height: 0;
}
.header2015 .mouseOver:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}
.header2015 .co_head_main_re_btn_area {
	position: relative;
	float: left;
	height: 80px;
}
.header2015 .btn_3area {
	float: left;
	width: 183px;
	margin-right: 3px;
	margin-left: 63px;
	padding-top: 8px;
}
.header2015 .btn_3area_login {
	width: 244px;
	margin-left: 0;
}
.header2015 .btn_3area a.header_img_btn {
	display: block;
	float: left;
	width: 61px;
	text-align: center;
}
.header2015 .btn_3area a.header_img_btn:hover {
	color: #FFB62F;
	text-decoration: underline;
}
.header2015 .head_btn_text {
	margin-top: 4px;
	font-size: 10px;
	color: #666;
}
.header2015 .btn_3area_ballon {
	position:relative;
	width: 56px;
	height: 19px;
	margin: 0 auto 8px;
	background: #F1F1F1;
	border-radius: 5px;
}
.header2015 .btn_3area_ballon:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	bottom:-5px;
	left: 50%;
	margin: 0 0 0 -6px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #F1F1F1 transparent transparent transparent;
}
.header2015 .btn_3area_ballon_area_inner {
	margin: auto;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
}
.header2015 .cart_area {
	float: left;
	margin: 0 5px;
	padding: 7px 0;
}
.header2015 .cart_area a:hover {
	text-decoration: none;
}
.header2015 .cart_btn {
	width: 125px;
	height: 64px;
	background: #FFB62F;
	border-radius: 8px;
	text-align: center;
}
.header2015 .cart_btn:hover {
	background: #FCA912;
}
.header2015 .cart_logo_area {
	position: relative;
	width: 110px;
	height: 15px;
	padding: 6px 0 0 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.header2015 .cart_logo_area span{
	position: absolute;
	top: 8px;
	left: 40px;
}
.header2015 .cart_ballon_area {
	position:relative;
	width: 84px;
	height: 20px;
	margin: 13px auto 0;
	background: #FFF;
	border-radius: 5px;
}
.header2015 .cart_ballon_area:before {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top:-8px;
	left: 50%;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #FFF transparent;
}
.header2015 .cart_ballon_area_inner {
	margin: auto;
	padding-top:0;
	line-height: 20px;
	text-align: center;
}
.tab2014  .co_he_searvice_le {
	width: 600px;
	height: 33px;
}
.tab2014 .co_he_searvice_img_btn1,
.tab2014 .co_he_searvice_img_btn2,
.tab2014 .co_he_searvice_img_btn3,
.tab2014 .co_he_searvice_img_btn4 {
	width: 150px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}
.tab2014 .co_he_searvice_ri {
	width: 10px;
	height: 33px;
	line-height: 33px;
}
.tab2014 .co_he_searvice_ce {
	height: 33px;
	line-height: 33px;
}
.tab2014 .co_right_mypage_area_down,
.tab2014 .co_right_mypage_area_up {
	margin: 4px 5px 0;
}
.tab2014 .co_right_mypage_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.tab2014 .co_right_mypage_area_pulldown {
	top: 23px;
	right: 17px;
	width: 160px;
	height: 300px;
}
.tab2014 .co_right_mypage_area_pulldown .mypage_link {
	font-size: 14px;
}
.tab2014 .co_right_login_area,
.tab2014 .co_right_regist_area {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.rental2014 .co_he_searvice {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.rental2014 .co_he_searvice_img_btn1 {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.rental2014 .co_he_searvice_img_btn1:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	color:#333;
}
.rental2014 .co_he_searvice_img_btn2,
.rental2014 .co_he_searvice_img_btn2:hover {
	background: #42CC00;
	color:#FFF;
}
.rental2014 .co_right_mypage_area_pulldown {
	height: 225px;
}
.rental2014.tab2014 .co_right_mypage_area_pulldown {
	height: 265px;
}
.rental2014 .co_he_main {
	width: 990px;
	margin: 0 auto;
}
.rental2014 .co_head_main_le {
	width: 138px;
}
.rental2014 .header_search_submit {
	width: 431px;
	border: none;
	background: #F1F2F3;
}
.rental2014 .co_head_main_re_in_left .search_sub_btn {
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F3F3F3));
	background: -webkit-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F3F3F3 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F3F3F3 100%);
}
.rental2014 .co_he_search_pull input {
	width: 268px;
}
.rental2014 .co_he_search_btn {
	margin: 5px 5px 5px -3px;
}
.rental2014 .co_head_main_re_btn_area{
	margin-left: 42px;
}
.rental2014 .btn_3area a.header_img_btn:hover {
	color: #7ECB3A;
}
.limited .co_he_searvice {
	background: #FFF;
}
.limited .co_he_searvice_le {
	float: left;
	display: inline;
	height: 27px;
}
.limited .co_he_searvice_le a{
	display: inline-block;
	font-size: 12px;
}
.limited .co_he_searvice_img_btn1,
.limited .co_he_searvice_img_btn2,
.limited .co_he_searvice_img_btn3,
.limited .co_he_searvice_img_btn4{
	float: left;
	display: inline;
	width:74px;
	height:27px;
	line-height:27px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
	font-weight: bold;
}
.limited .co_he_searvice_img_btn1,
.limited .co_he_searvice_img_btn2,
.limited .co_he_searvice_img_btn4{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	color:#333;
}
.limited .co_he_searvice_img_btn1:hover,
.limited .co_he_searvice_img_btn2:hover,
.limited .co_he_searvice_img_btn4:hover{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.limited .co_he_searvice_img_btn3{
	background: #00A8DF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #6CD8FB), color-stop(0.50, #6CD8FB), color-stop(0.51, #00A8DF), color-stop(1.00, #00A8DF));
	background: -webkit-linear-gradient(top, #6CD8FB 0%, #6CD8FB 50%, #00A8DF 51%, #00A8DF 100%);
	background: linear-gradient(to bottom, #6CD8FB 0%, #6CD8FB 50%, #00A8DF 51%, #00A8DF 100%);
	color:#FFF;
}
.limited .co_he_searvice_img_btn3:hover {
	background: #00A8DF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #00A8DF), color-stop(0.50, #00A8DF), color-stop(0.51, #6CD8FB), color-stop(1.00, #6CD8FB));
	background: -webkit-linear-gradient(top, #00A8DF 0%, #00A8DF 50%, #6CD8FB 51%, #6CD8FB 100%);
	background: linear-gradient(to bottom, #00A8DF 0%, #00A8DF 50%, #6CD8FB 51%, #6CD8FB 100%);
}
.limited .co_he_searvice_img_btn1 {
	border-left: 1px solid #B3B3B3;
	border-radius: 0 0 0 8px;
}
.limited .co_he_searvice_ri {
	float: right;
	display: inline;
	width: 6px;
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 8px 0;
}
.limited .co_he_searvice_ce {
	height:27px;
	line-height:27px;
	background:#FCFCFC;
	border-bottom: 1px solid #B3B3B3;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color:#FFF;
}
.limited .co_he_searvice_text_btn {
	float: right;
	display: inline;
	line-height:27px;
	padding:0 10px;
}
.limited .co_he_searvice_text_btn a {
	color:#656565;
}
.limited .co_he_main {
	border-bottom: 2px solid #ccc;
}
.limited .co_he_main_le {
	width: auto;
	height: auto;
}
.limited .co_he_main_logo {
	float: left;
	display: inline;
	width: 118px;
	height: 61px;
	line-height: 61px;
}
.limited .co_he_main_logo a{
	display: block;
}
.limited .co_he_main_catch {
	float: left;
	display: inline;
	padding-left:10px;
	text-align:left;
}
.limited .co_he_main_catch_li1 {
	margin-top: 11px;
	line-height: 1.22;
}
.limited .co_he_main_catch_li2 {
	line-height: 38px;
	color:#989898;
}
.limited .co_he_main_catch_li2 h1 {
	display: inline-block;
	font-size:12px;
	font-weight: normal;
}
.limited .co_he_main_catch_li2 h1.color_gr {
	color: #090;
}
.limited .co_he_main_catch_li2 .color_rd,
.limited .co_he_main_catch_li2 .color_rd a,
.limited .co_he_main_catch_li2 .color_rd h1 {
	display: inline-block;
	color: #E00;
}
.limited .co_he_main_re {
	float: right;
	display: inline;
	height: auto;
	margin:0px 10px;
	text-align: center;
}
.limited .co_he_main_btn {
	margin-top: 4px;
}
.limited .co_he_main_btn td{
	width: 144px;
	height: 27px;
}
.limited .co_he_main_btn td.notice{
	position: relative;
}
.limited .co_he_main_btn td a {
	display: block;
	text-decoration:none;
}
.limited .header_btn_regist,
.limited .header_btn_login,
.limited .header_btn_logout,
.limited .header_btn_info,
.limited .header_btn_list,
.limited .header_btn_rireki,
.limited .header_btn_teigakuregist {
	height:26px;
	line-height:26px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:12px;
}
.limited .header_btn_regist,
.limited .header_btn_login,
.limited .header_btn_logout,
.limited .header_btn_info,
.limited .header_btn_list,
.limited .header_btn_rireki {
	width:143px;
}
.limited .header_btn_teigakuregist {
	width:287px;
}
.limited .header_btn_login,
.limited .header_btn_logout,
.limited .header_btn_info,
.limited .header_btn_list,
.limited .header_btn_rireki {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	color: #666;
}
.limited .header_btn_regist,
.limited .header_btn_teigakuregist {
	background: #FF9900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFB300), color-stop(0.50, #FFB300), color-stop(0.51, #FF9900), color-stop(1.00, #FF9900));
	background: -webkit-linear-gradient(top, #FFB300 0%, #FFB300 50%, #FF9900 51%, #FF9900 100%);
	background: linear-gradient(to bottom, #FFB300 0%, #FFB300 50%, #FF9900 51%, #FF9900 100%);
	border: 1px solid #DD8140;
	color: #000;
}
.limited .header_btn_login:hover,
.limited .header_btn_logout:hover,
.limited .header_btn_info:hover,
.limited .header_btn_list:hover,
.limited .header_btn_rireki:hover {
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.limited .header_btn_regist:hover,
.limited .header_btn_teigakuregist:hover {
	background: #FF9900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF9900), color-stop(0.50, #FF9900), color-stop(0.51, #FFB300), color-stop(1.00, #FFB300));
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF9900 50%, #FFB300 51%, #FFB300 100%);
	background: linear-gradient(to bottom, #FF9900 0%, #FF9900 50%, #FFB300 51%, #FFB300 100%);
}
.limited .info_cnt_box{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	background: #F00;
	border-radius: 5px;
	color: #FFF;
}
.limited .co_he_main_ce {
	float: right;
	display: inline;
}
.limited .co_he_main_point_li1 {
	margin-top:11px;
	text-align:right;
	color:#656565;
}
.limited .co_he_main_point_li2 {
	overflow: hidden;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: right;
	color: #656565;
}
.limited .tab .co_he_searvice_img_btn1,
.limited .tab .co_he_searvice_img_btn2,
.limited .tab .co_he_searvice_img_btn3,
.limited .tab .co_he_searvice_img_btn4 {
	width:150px;
	height: 33px;
	line-height: 33px;
	font-size:14px;
}
.limited .tab .co_he_searvice_ri {
	width: 10px;
	height: 33px;
	line-height: 33px;
}
.limited .tab .co_he_searvice_ce {
	height: 33px;
	line-height: 33px;
}
.limited .tab .co_he_searvice_text_btn {
	line-height: 33px;
}
.limited .tab .co_he_main_le {
	margin-top:6px;
}
.limited .tab .co_he_main_catch_li1 {
	margin-top:15px;
}
.limited .tab .co_he_main_re {
	margin:0px 8px
}
.limited .tab .header_btn_info{
	width: 143px;
	height: 26px;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FEFEFE), color-stop(0.50, #FEFEFE), color-stop(0.51, #F2F2F2), color-stop(1.00, #F2F2F2));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #F2F2F2 51%, #F2F2F2 100%);
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	line-height: 26px;
	color: #666;
}
.limited .tab .header_btn_info:hover{
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F2F2F2), color-stop(0.50, #F2F2F2), color-stop(0.51, #FEFEFE), color-stop(1.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FEFEFE 51%, #FEFEFE 100%);
}
.limited .tab .infomation_ball_box_ar{
	position: absolute;
	bottom: -10px;
	left: 65px;
	z-index: 200001 !important;
}
.limited .tab .infomation_ball_box{
	position: absolute;
	padding: 5px;
	background: #DCDCDC;
	z-index: 200000 !important;
	top: 35px;
	border-radius: 2px;
	left: -70px;
	text-align: left;
}
.limited .infomenu_box {
	position: relative;
	width: 350px;
}
.limited .infomenu_box .infoclose_btn_box {
	position: absolute;
	z-index: 100;
	top: 8px;
	right: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.limited .infomenu_box li .icon_open_td{
	width: 17px;
	text-align: center;
}
/* genre_tab(cmoa/rental)
-------------------------------------------------------------*/
.genre_link_area{
	height:35px;
	border-bottom:2px solid #FF8C2F;
	text-align:left;
}
.line_boy{
	border-bottom:2px solid #0185E5;
}
.line_girl{
	border-bottom:2px solid #FF6E78;
}
.line_lightnovel{
	border-bottom:2px solid #3BB280;
}
.line_boyslove{
	border-bottom:2px solid #00AAE6;
}
.line_teenslove{
	border-bottom:2px solid #FC0;
}
.line_ladies{
	border-bottom:2px solid #9B78FF;
}
.line_harlequin{
	border-bottom:2px solid #FFA3F0;
}
.line_book{
	border-bottom:2px solid #21A42E;
}
.line_genre{
	border-bottom:2px solid #A5A4A4;
}
.genre_link_area a,
.genre_link_area a:hover{
	text-decoration: none;
}
.inner_border{
	font-weight:bold;
}
.genre_link_area .btn{
	float: left;
	padding: 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	box-shadow: none;
	text-align:center;
	font-weight: bold;
	color:#333;
	text-shadow: none;
}
.genre_link_area .btn:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
}
.genre_link_area .btn a{
	display:block;
	padding: 0;
}
.genre_link_area .btn.top,
.genre_link_area .btn.boy,
.genre_link_area .btn.girl,
.genre_link_area .btn.novel,
.genre_link_area .btn.book{
	height: 31px;
	margin: 3px 3px 0 0;
	line-height: 29px;
	font-size:12px;
}
.genre_link_area .btn.top{
	width: 89px;
}
.genre_link_area .btn.boy,
.genre_link_area .btn.girl{
	width: 109px;
}
.genre_link_area .btn.novel{
	width: 85px;
}
.genre_link_area .btn.book{
	width: 86px;
}
.genre_link_area .btn.magazintop,
.genre_link_area .btn.bl,
.genre_link_area .btn.tl,
.genre_link_area .btn.hq,
.genre_link_area .btn.genre{
	height: 25px;
	margin:9px 3px 0 0;
	line-height: 25px;
	font-size:10px;
}
.genre_link_area .btn.magazintop,
.genre_link_area .btn.bl,
.genre_link_area .btn.tl{
	width: 94px;
}
.genre_link_area .btn.hq{
	width: 93px;
}
.genre_link_area .btn.genre{
	width: 89px;
	margin:9px 0 0 0;
}
.genre_link_area .inner_border{
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F9F9F9));
	background: -webkit-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
}
.genre_link_area .inner_border:hover{
	background: #F9F9F9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F9F9F9), color-stop(1.00, #FFF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -moz-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%, #FFF 100%);
	background: linear-gradient(to bottom, #F9F9F9 0%, #FFF 100%);
}
.genre_link_area .top .inner_border{
	border-radius: 3px 3px 0 0;
	border-top:2px solid #FF7C11;
}
.genre_link_area .boy .inner_border{
	border-radius: 3px 3px 0 0;
	border-top:2px solid #0185E5;
}
.genre_link_area .girl .inner_border{
	border-radius: 3px 3px 0 0;
	border-top:2px solid #FF6E78;
}
.genre_link_area .novel .inner_border{
	border-radius: 3px 3px 0 0;
	border-top:2px solid #6FDD00;
}
.genre_link_area .book .inner_border {
	border-radius: 3px 3px 0 0;
	border-top: 2px solid #21A42E;
}
.genre_link_area .btn.selected{
	height: 34px;
	margin:0 3px 0 0;
	line-height: 34px;
	color:#FFF;
}
.genre_link_area .btn.top.selected{
	background: #FF8C2F;
	border: 1px solid #FF7C11;
	border-bottom: none;
	font-size:16px;
}
.genre_link_area .btn.boy.selected{
	background: #0185E5;
	border: 1px solid #0185E5;
	border-bottom: none;
}
.genre_link_area .btn.girl.selected{
	background: #FF6E78;
	border: 1px solid #FF6E78;
	border-bottom: none;
}
.genre_link_area .btn.novel.selected{
	background: #3BB280;
	border: 1px solid #3BB280;
	border-bottom: none;
}
.genre_link_area .btn.book.selected{
	background: #21A42E;
	border: 1px solid #21A42E;
	border-bottom: none;
}
.genre_link_area .btn.magazintop.selected{
	background: #66CC66;
	border: 1px solid #66CC66;
	border-bottom: none;
	font-size:12px;
}
.genre_link_area .btn.bl.selected{
	background: #00AAE6;
	border: 1px solid #00AAE6;
	border-bottom: none;
	font-size:12px;
}
.genre_link_area .btn.tl.selected{
	background: #FC0;
	border: 1px solid #FC0;
	border-bottom: none;
	font-size:12px;
}
.genre_link_area .btn.hq.selected{
	background: #FFA3F0;
	border: 1px solid #FFA3F0;
	border-bottom: none;
	font-size:12px;
}
.genre_link_area .btn.genre.selected{
	background: #A5A4A4;
	border: 1px solid #A5A4A4;
	border-bottom: none;
	font-size:12px;
}
/* ▲old▲
-------------------------------------------------------------*/
