﻿/* CSS Document */

/* 共通 */
.others_wrap {
	border: 1px solid #ccc;
	border-top: 5px solid #006600;
	margin-bottom: 20px;
	padding: 13px;
	width: 972px;
	background: #fff;
	font-size: 13px;
}

.others_title {
	border-bottom: 1px solid #999;
	border-left: 5px solid #006600;
	padding: 3px 0 3px 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}


/* ログイン画面 */
.login_wrap {
	overflow: hidden;
}
.login_wrap strong {
	display: block;
	margin: 2px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-indent: 20px;
}
.login_wrap a {	color: #006DD9;}
.login_wrap a:hover {	color: #999;}
.login_text {
	margin: 10px;
}
.login_text b {	display: block;}
.l_login {
	float: left;
	width: 465px;
	height: 310px;
	border: 5px solid #89BDDE;
}
.l_loginpopup {
	margin-top: 60px;
}
.l_loginpopup a {
	display: block;
	width: 350px;
	height: 60px;
	margin: 0 auto;
	background: #85B200;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	border: 2px solid #006600;
}
.l_loginpopup a:hover {
	color: #fff;
	background: #006600;
}
.l_login strong {	background-color: #D7E8F3;}
.l_loginform {
	margin: 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	
}
.l_loginform span {
	display: block;
}
.l_loginform input[type="text"], .l_loginform input[type="password"] {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 300px;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.l_loginform p {
	padding-top: 10px;
}
.l_loginform input[type="submit"] {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	background: #eee;
	font-size: 15px;
	width: 150px;
	padding: 5px 0;
	cursor: pointer;
	font-weight: bold;
}
.l_loginform input[type="submit"]:hover {
	background: #ccc;
}
.l_userregist {
	float: right;
	width: 465px;
	height: 310px;
	border: 5px solid #FFA400;
}
.l_userregist strong {	background-color: #FFE4B2;}
.l_userform {
	margin: 10px;
	text-align: center;
}
.l_userform p {
	border: 3px solid #FFE4B2;
	border-radius: 5px;
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
	color: #FFA400;
	font-size: 18px;
}
.l_userform a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	background: #ff0000;
	box-shadow: 0 5px 0 -1px #cc0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}
.l_userform a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #cc0000;
	margin-top: 25px;
	box-shadow: none;
}
.login_img {
	margin: 0 auto 15px;
}
.login_img img {
	width: 100%;
	height: auto;
}
.l_new {
	float: right;
	width: 465px;
	height: 310px;
}
.l_new p {
	padding-top: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.l_mail {
	border-top: 1px #999 dashed;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
.l_mail span {
	color: #ff0000;
	font-weight: bold;
}

/* ----------------------------------------
	search　検索画面
---------------------------------------- */

/* 検索画面 */
.search_wrap {
	width: 920px;
	margin: 0 auto 10px;
}

.search_intro {
	overflow: hidden;
	display: table;
	margin: 0 auto 15px;
	width: 860px;
}
.search_sum,
.search_intro p,
.search_intro input {
	display: table-cell;
}
.search_sum {
	font-weight: bold;
	width: 100px;
}
.search_sum span#total_rooms_num {
	font-size: 26px;
}

.search_intro p {
	width: 645px;
	text-align: center;
}
.search_intro input {
	padding: 4px 15px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}
.search_intro input:hover {
	background: #f5f5f5;
}

.search_table {
}
.search_table_tl {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}
.search_table_tl span {
	margin-left: 20px;
}
.search_table table {
	width: 100%;
	border-collapse: collapse;
}
.search_table th, .search_table td {
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
}
.search_table th {
}
.search_table td {
}
.search_area {
}
.search_area td #sel_region,
.search_area td #sel_pref,
.search_area td #sel_tokyo,
.search_area td #sel_city {
	width: 150px;
}
.search_area td option {
	cursor: pointer;
}
.search_area td option:hover {
	background: #F6F0E8;
}
.search_detail a {
	color: #333;
}
#lineTable div {
	overflow: hidden;
}
#lineBtnArea, #stationBtnArea {
	padding:10px 0;
	text-align: center;
}
#lineBtnArea input,
#stationBtnArea input {
	padding: 7px 20px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}
#lineBtnArea input:hover,
#stationBtnArea input:hover {
	background: #f5f5f5;
}

.search_detail {
	margin-bottom: 20px;
}
.search_detail th {
	width: 150px;
}
.search_detail td label {
	display: block;
	float: left;
	padding: 4px 15px;
	border: 1px dotted #ccc;
	border-radius: 3px;
	margin: 3px;
	background: #faf7f3;
	cursor: pointer;
	font-size: 14px;
}
.search_detail td br {	display: none;}
.search_detail td input[type="checkbox"],
.search_detail td input[type="radio"] {
	display: none;
}
.search_detail td input:checked + label {
	background: #3EB3DA;
	border: 1px solid #2499C0;
	color: #fff;
}
.search_detail td select {
	cursor: pointer;
	padding: 4px 15px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.search_detail td select option {
	cursor: pointer;
}
.search_detail td label:hover,
.search_detail td select:hover {
	background: #3EB3DA;
	border: 1px solid #2499C0;
	color: #fff;
}





.search_btn input {
	display: block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}
.search_btn_go {
	margin-bottom: 15px;
}
.search_btn_go input {
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: #dd0000;
	color: #fff;
}
.search_btn_go input:hover {	background: #cc0000;}
.search_btn_clear input {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #ddd;
	font-size: 13px;
}
.search_btn_clear input:hover {	background: #ccc;}

/* 会員登録画面 */
.userregist_text {
	font-size: 17px;
	margin-bottom: 15px;
	text-align: center;
}
.userregist_text span {
	font-weight: bold;
	color: #ff0000;
}

#typelist {
	width: 804px;
	margin: 0 auto;
}

#typelist .box01{
	margin-bottom: 10px;
}

#typelist .box02{
	margin-bottom: 10px;
}
#typelist .boxtext{
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


#user_regist_form {
	margin-bottom:30px;
	overflow: hidden;
	width: 802px;
	margin: 0 auto;
}

#user_regist_form .section{
	width: 800px;
	margin: 20px auto;
	font-size: 15px;
}

input[type="radio"] {
margin: 3px 3px 0px 5px;
}

input[type="checkbox"] {
margin: 3px 7px 0px 5px;
}

input:focus{
background: #FFFFCC;
}
.formdata {
	margin:0 auto 0 30px;
	position: relative;
	background-color: #FFF;
	border: 2px solid #666666;
	padding: 1px 2px 3px;
	width: 494px;
}
th.label {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #F0F0F0;
	color: black;
	font-size: 15px;
	font-weight: bold;
	padding: 9px !important;
	text-align: left;
	width:120px;
}
.required {
	background-color: rgb(190, 14, 14);
	float: right;
	height: 20px;
	width: 32px;
	display: block;
	padding-left: 2px;
	border-radius: 3px; /* CSS3草案 */ 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 3px; /* Firefox用 */ 
}

.required p {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.ime_jp {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 15px;
	padding: 9px;
	text-align: left;
	line-height: 1.8;
}

.ime_jp_required {
	border-color: white white #CCC #CCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	font-size: 15px;
	padding: 15px;
	text-align: left;
	line-height: 1.8;
	background-color:#E2F2FF;
}

/* 追記20141226　ぶった斬り本キャンペーン */
.present1 {
	left: 520px;
	top: 0px;
	position: absolute;
}


/* リマインダー　パスワード忘れ */
.reminder_wrap {
	text-align: center;
	margin-bottom: 30px;
}
.reminder_wrap p {
	margin-bottom: 15px;
}
.reminder_wrap p.err {
	font-weight: bold;
	color: #ff0000;
}
.reminder_form {
	width: 500px;
	margin: 0 auto 15px;
}
.reminder_form span {
	display: block;
	color: #fff;
	margin-bottom: 5px;
	line-height: 30px;
	background: #006600;
}
.reminder_form p {
	border: 5px double #85B200;
	padding: 15px;
}
.reminder_form input[type="text"] {
	padding: 3px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 250px;
	margin-left: 15px;
}
.reminder_form input[type="button"], .reminder_form input[type="reset"] {
	padding: 3px 20px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* popup_regist */
.popup_h1 {
	display: none;
}
.popup_wrap {
	border: 1px solid #ccc;
	border-top: 5px solid #006600;
	margin: 0 auto;
	padding: 13px;
	width: 802px;
	background: #fff;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
}
.regist_inner {
	width: 700px;
	margin: 0 auto;
}
.regist_inner #efoGuide{
	width:540px;
    padding: 15px 20px 15px 70px;
	height:42px;
	display: table-cell; /* IE8から使用可能 */
 	vertical-align: middle;
}
.popup_regist_merit {
	float: left;
	width: 250px;
}
.popup_regist {
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.popup_regist_form {
	float: right;
	width: 540px;
}
.popup_regist table {
	border-collapse: collapse;
	width: 100%;
	margin:0 0 10px 0;
}
.popup_regist th, .popup_regist td {
	border: 1px solid #ccc;
	text-align: left;
	padding: 5px 8px;
}
.popup_regist th {
	background: #eee;
	width: 150px;
	font-size: 14px;
}
.popup_regist th b {
	float: left;
	display:block;
	
}
.popup_regist th span {
	float: right;
	display:block;
	color: #fff;
	background: #cc0000;
	font-size: 13px;
	border-radius: 5px;
	padding: 2px 4px;
	line-height: 16px;
}
.popup_regist td {
	background: #fff;
}
.popup_regist td input {
	font-size: 15px;
	padding: 7px;
	width: 88%;
	margin: 5px 0;
	border-radius: 3px;
	border: 1px solid #999;
	box-sizing: border-box;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.popup_regist td #complete_sign_wSei,.popup_regist td #complete_sign_wEmail,.popup_regist td #complete_sign_wPassword {
	width:20%;
	padding:0 !important;
	margin: 0 0 0 3% !important;
}
.popup_regist td input.popup_regist_address {
	width: 53%;
}
.popup_regist td input.popup_regist_address2 {
	clear: both;
}
.popup_regist td select {
	font-size: 15px;
	padding: 5px 7px;
	width: 45%;
	border-radius: 3px;
	margin: 5px 0;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	cursor: pointer;
	margin-right: 2%;
}
.popup_regist td select:hover {	background: #FFFFCC;}

.popup_regist td p {
	font-size: 12px;
	padding: 5px;
	margin: 5px 0;
	border: 2px solid #FA8072;
	background-color: #FFF0F0;
	font-weight: bold;
}
.popup_regist_table td {	background: #fff;}
.popup_regist_table td input {	width: inherit;}
.popup_regist_table td lebel {	margin-right: 10px;	cursor: pointer;}


.popup_regist label {
	display: inline-block;
	margin: 0 5px;
	border: 1px dotted #999;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
.popup_regist label input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.popup_regist label:hover {
	background: #FFFFCC;
}

.popup_regist_text {
	margin: 8px 0;
	text-align: center;
	font-size: 12px;
}
.popup_regist_check {
	text-align: center;
}
.popup_regist_check label {
	display: inline-block;
	margin: 0 5px;
	border: 1px dotted #999;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 14px;
	cursor: pointer;
}
.popup_regist_check label input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.popup_regist_check label:hover {
	background: #FFFFCC;
}
.popup_regist_btn {
	margin: 15px 0;
	text-align: center;
}
.popup_regist_btn input {
	width: 300px;
	background: #F69805;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 12px 0;
	border-radius: 3px;
	box-shadow: 0 3px 0 #DB8606;
	border: 1px solid #DB8606;
	cursor: pointer;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.popup_regist_btn input:hover {
	background: #DB8606;
}

/* popup_login */
.popup_login {
}
.popup_login input[type="text"], .popup_login input[type="password"] {
	padding: 5px;
	width: 200px;
}
.popup_login input[type="submit"] {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
    border: none;
    background: #eee;
    font-size: 15px;
    width: 150px;
    padding: 5px 0;
    cursor: pointer;
    font-weight: bold;
}
.popup_login input[type="submit"]:hover {	background: #ddd;}
.popup_login p {	margin-top: 10px;}
.popup_login a {	color: #006DD9;}
.popup_login a:hover {	color: #999999;}


/* お気に入り 履歴
-------------------------------------------------- */

.l_order_wrap {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	overflow: visible;
	margin: 10px 0 20px;
}
.l_order {
	height: 35px;
}

.l_order_wrap:after {
    content: '';
    position: absolute;
    border-top: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: 7px;
}
 
.l_order_wrap:before {
    content: '';
    position: absolute;
    border-top: 10px solid #999;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 7px;
}
.list_wrap > .others_wrap {
	position: relative;
}
.fav_text {
	padding: 15px;
	background: #f5f5f5;
	margin-bottom: 15px;
	overflow: hidden;
}
.fav_text > div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.fav_text-count {
	width: 120px;
	text-align: center;
	border: 1px solid #333;
	padding: 9px;
	margin-right: 20px;
	border-radius: 5px;
	background: #fff;
}
.fav_text-count b {
	color: #ff0000;
	font-size: 22px;
	line-height: 22px;
	padding: 0 3px;
}
.fav_text-inner {
	width: 570px;
}
.fav_text-mypage {
	width: 200px;
}
.fav_text-mypage a {
	display: block;
	border: 1px solid #85B200;
	padding: 2px;
	width: 196px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.fav_text-mypage span {
	background: #85B200;
	display: block;
	text-align: center;
	height: 36px;
}
.fav_text-mypage a:hover {	border: 1px solid #006600;}
.fav_text-mypage a:hover span {	background: #006600;}
.fav_menu {
	border-top: 1px solid #999;
	padding-top: 15px;
}
.fav_menu ul {
	overflow: hidden;
	margin-left: 5px;
}
.fav_menu li {
	float: left;
	width: 157px;
	border-right: 1px solid #ccc;
}
.fav_menu li:last-child {
	border-right: none;
}
.fav_menu a {
	display: block;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 0;
	font-weight: bold;
}
.fav_menu a:hover {
	background: #eee;
	color: #85B200;
}
.fav_menu span {
	display: block;
	text-align: center;
	color: #85B200;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 0;
	font-weight: bold;
}

.fav_menu li p {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  bottom: 50px;
  width: 180px;
  padding: 10px;
  border-radius: 2px;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  transition: .3s;
}
.fav_ex-fav {	left: 5px;}
.fav_ex-his {	left: 155px;}
.fav_ex-mail {	left: 315px;}
.fav_ex-req {	left: 475px;}
.fav_ex-reqafter {	left: 472px;}
.fav_ex-inqafter {	left: 627px;}
.fav_menu li p:after{
  position: absolute;
  top: 100%;
  left: 90px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #333;
  content: "";
}
.fav_menu li:hover p{
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}