/* /s/common/style/sp.css から */

* {
	margin:0;
	padding:0;
}

html,body {
	font-family:Helvetica, HiraKakuProN-W3, sans-serif;
	-webkit-text-size-adjust:none;
	font-size:14px;
	line-height:1.5em;
	height:100%;
	background-color:#646464;
	color:#646464;
}

img {
	border:none;
}

p.side {
	margin:0 15px;
}

table.w310 {
	width:310px;
	margin-left:auto;
	margin-right:auto;
}

td span.bold {
	font-weight:bold;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
	border-width:2px 0 0;
	border-style:solid;
	border-color:#c8c8c8;
	height:1px;
}

hr.w280 {
	border-width:1px 0 0;
	border-style:solid;
	border-color:#00b9f2;
	width:280px;
	margin:0 auto;
}

hr.c_aqua {
	border-width:1px 0 0;
	border-style:solid;
	border-color:#C0E7F1;
	height:1px;
}

hr.c_blue {
	border-width:2px 0 0;
	border-style:solid;
	border-color:#17A4DD;
	height:1px;
}

hr.c_red_0 {
	border-width:2px 0 0;
	border-style:double;
	border-color:#F5A8B0;
	height:1px;
}

ul {
	list-style:none;
}

form.senkyo {
}

form.senkyo div {
	width:100%;
	margin-top:5px;
}

form.senkyo div input {
	width:200px;
	margin:4px 15px;
}

form.senkyo.div div {
	padding:4px 15px;
}

form.senkyo div input.postcode {
	width:40px;
	margin:4px;
}

form.senkyo div input.check {
	width:20px;
	margin:4px 15px;
}

form.senkyo div input.button {
	width:110px;
	margin:4px 0;
}

form.senkyo div textarea {
	width:260px;
	height:60px;
	margin:4px 15px;
}

form.senkyo div ul {
}

form.senkyo div ul li {
	width:100%;
	padding:4px 15px;
	display:table;
}

form.senkyo div ul li p {
	width:100px;
	display:table-cell;
}

form.senkyo div ul li p input.num {
	width:40px;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.mcenter {
	margin-left:auto;
	margin-right:auto;
}

.div_center {
	margin:0 auto;
}

.right {
	text-align:right;
}

.mright {
	margin-right:0;
	margin-left:auto;
}

.left {
	text-align:left;
}

.mleft {
	margin-left:0;
	margin-right:auto;
}

.vtop {
	vertical-align:top;
}

.vmiddle {
	vertical-align:middle;
}

.vbottom {
	vertical-align:bottom;
}

.top_space {
	margin-top:15px;
}

.bottom_space {
	margin-bottom:15px;
}

.side_space {
	margin-left:15px;
	margin-right:15px;
}

.inside_space {
	padding-left:15px;
	padding-right:15px;
}

.in_top {
	padding-top:15px;
}

.in_bottom {
	padding-bottom:15px;
}

.font_small {
	font-size:small;
}

.fsize_10 {
	font-size:10px;
}

.fsize_11 {
	font-size:11px;
}

.fsize_12 {
	font-size:12px;
}

.fsize_13 {
	font-size:13px;
}

.fsize_16 {
	font-size:16px;
}

.f_red {
	color:red;
}

.f_darkred {
	color:#cc0000;
}

.f_green {
	color:green;
}

.f_color01 {
	color:#669966;
}

.border01 {
	border:1px solid #c8c8c8;
}

.bg_yellow {
	background-color:yellow;
}

.bg_black {
	background-color:#000000;
}

.bg_color0 {
	background-color:#ffffff;
}

.bg_color1 {
	background-color:#ffcccc;
}
/*ピンク*/
.bg_color1_1 {
	background-color:#ff99cc;
}

.bg_color2 {
	background-color:#ffffcc;
}

.bg_color3 {
	background-color:#ffcc99;
}

.bg_color4 {
	background-color:#ccffcc;
}

.bg_color5 {
	background-color:#e7fff5;
}
/*水色*/
.bg_color6 {
	background-color:#33CCFF;
}
/*赤色*/
.bg_color7 {
	background-color:#FF0000;
}

.title {
	display:table;
}

.title div {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:13px;
}

.title p {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
}

.linebg1 {
	width:100%;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../img/_gen/back01.png);
	background-repeat:repeat-x;
}

.linebg2 {
	width:100%;
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/_gen/back02.png);
	background-repeat:repeat-x;
	padding-left:15px;
	margin-top:15px;
}

.linebg3 {
	width:100%;
	height:36px;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/_gen/back03.png);
	background-repeat:repeat-x;
}

.linebg4 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#E30014;
	padding:4px 15px;
}

.linebg5 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background-color:#006600;
	padding:4px 15px;
}

.linebg_holi01 {
	color:#ffffff;
	background-color:#557BB4;
	height:30px;
}

.linebg_holi02 {
	color:#ffffff;
	background-color:#F39904;
	height:30px;
}

.linebg_holi03 {
	color:#ffffff;
	background-color:#E60011;
	height:30px;
}

.linebg_prm00 {
	width:100%;
	height:64px;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/prm/prm_00.png);
	background-repeat:repeat-x;
}

.linebg_prm04 {
	width:100%;
	height:39px;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/prm/prm_04.png);
	background-repeat:repeat-x;
	margin-top:15px;
}

.linebg_prm07 {
	width:100%;
	height:37px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/prm/prm_07.png);
	background-repeat:repeat-x;
}

.linebg_ana01 {
	width:100%;
	height:55px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/ana/ana_01.png);
	background-repeat:repeat-x;
	text-align:center;
	margin-top:15px;
}

.linebg_ana03 {
	width:100%;
	height:27px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/ana/ana_03.png);
	background-repeat:repeat-x;
	padding-left:15px;
	margin-top:15px;
}

.linebg_etc01 {
	width:100%;
	height:33px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/etc/etc_01.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

.linebg_etc03 {
	width:100%;
	height:35px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/etc/etc_03.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

.linebg_msize00 {
	width:100%;
	height:46px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/msize/license_00.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

.linebg_24h02 {
	width:100%;
	height:29px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/24h/24_02.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

.linebg_ecoclass01 {
	width:100%;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/eco_class/ecoclass_01.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

.linebg_ecoclass08 {
	width:100%;
	height:26px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/eco_class/ecoclass_08.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	text-align:center;
}

.linebg_ecoclass13 {
	width:100%;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/eco_class/ecoclass_13.png);
	background-repeat:repeat-x;
	padding-left:30px;
	margin-top:15px;
}

.linebg_ecoclass00 {
	width:100%;
	color:#50A8BE;
	font-weight:bold;
	border-top:1px solid #50A8BE;
	border-bottom:1px solid #50A8BE;
	background-color:#ffffff;
	text-align:center;
	padding:2px;
	margin-top:15px;
}

.linebg_houjin00 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background-color:#E30014;
	margin-top:15px;
	padding:4px 0 4px 15px;
}

.linebg_houjin00 span {
	color:#F19706;
}

.linebg_houjin01 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	background-color:#889397;
	padding:4px 15px;
}

.linebg_houjin02 {
	width:100%;
	color:#4B5153;
	font-weight:bold;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background-color:#E6F0F4;
	padding:4px 0;
	text-align:center;
	margin-top:15px;
}

.linebg_houjin03 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	background-color:#E30014;
	padding:4px 0;
	text-align:center;
}

.linebg_houjin04 {
	width:100%;
	height:37px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/nbm/nbm_19.png);
	background-repeat:repeat-x;
	padding-left:15px;
	margin-top:15px;
}

.linebg_ecom00 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	background-color:#F19706;
	padding:4px 15px;
	margin-top:15px;
}

.linebg_ecom01 {
	width:100%;
	color:#000000;
	font-weight:bold;
	background-color:#B1C6D3;
	padding:4px 0 4px 30px;
	margin-top:15px;
}

.linebg_fast00 {
	width:100%;
	color:#000000;
	font-weight:bold;
	border-top:2px solid #847DFF;
	border-bottom:2px solid #847DFF;
	background-color:#ffffff;
	padding:4px 15px;
	margin-top:15px;
	text-align:center;
}

.linebg_child00 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	background-color:#E30013;
	padding:4px 0;
	text-align:center;
}

.linebg_child01 {
	width:100%;
	color:#ffffff;
	font-weight:bold;
	background-color:#FD5F67;
	padding:4px 0;
	text-align:center;
}

.linebg_netwari00 {
	width:100%;
	height:29px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/net/netwari_01.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:13px;
}

.linebg_pet00 {
	width:100%;
	color:#000000;
	font-weight:bold;
	background-color:#D9DA00;
	padding:4px 0;
	margin:15px 0;
	text-align:center;
}

.linebg_univ00 {
	width:100%;
	color:#000000;
	font-weight:bold;
	background-color:#D9DA00;
	padding:4px 0;
	margin:15px 0 0;
	text-align:center;
}

.linebg_anshin01 {
	width:100%;
	height:31px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/anshin/anshin_01.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:13px;
}

.linebg_anshin02 {
	width:100%;
	height:33px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/anshin/anshin_02.png);
	background-repeat:repeat-x;
	padding-left:15px;
	font-size:13px;
}

.linebg_anshin03 {
	width:100%;
	color:#000000;
	font-weight:bold;
	border-top:2px solid #296AB5;
	border-bottom:2px solid #296AB5;
	text-align:center;
	margin-top:15px;
}

.linebg_anshin04 {
	width:100%;
	color:#000000;
	border-top:2px solid #FD9807;
	border-bottom:2px solid #FD9807;
	background-color:#FFFF99;
}

.linebg_tpoint00 {
	width:100%;
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#0E148B;
	padding:4px 15px;
	font-weight:bold;
	margin-top:15px;
}

.linebg_tpoint01 {
	width:100%;
	height:27px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/t_point/tpoint_01.png);
	background-repeat:repeat-x;
	padding-left:15px;
	font-size:13px;
	margin-top:15px;
}

.linebg_kiyaku00 {
	width:100%;
	color:#ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#990000;
	padding:4px 15px;
	font-weight:bold;
}

.linebg_kiyaku01 {
	width:100%;
	color:#000000;
	border-top:1px solid #6666CC;
	border-bottom:1px solid #6666CC;
	background-color:#CCCCFF;
	padding:4px 0;
	text-align:center;
	margin-top:15px;
	font-weight:bold;
}

.linebg_kiyaku02 {
	width:100%;
	color:#000000;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#DDDDFF;
	padding:4px 0;
	text-align:center;
	margin-top:15px;
	font-weight:bold;
}

.linebg_kiyaku03 {
	width:100%;
	color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#ffffff;
	padding:4px 15px;
	margin-top:15px;
	font-weight:bold;
}

.linebg_kiyaku04 {
	width:100%;
	color:#ff0000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#ffffff;
	padding:4px 15px;
	margin-top:15px;
	font-weight:bold;
}

.linebg_ond01 {
	width:100%;
	height:73px;
	color:#000000;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/ond/ond_01.png);
	background-repeat:repeat-x;
	padding:0 15px;
	margin-top:15px;
}

.linebg_ond02 {
	width:100%;
	height:39px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/ond/ond_02.png);
	background-repeat:repeat-x;
	padding-left:15px;
	font-size:13px;
	margin-top:15px;
	line-height:1.2em;
}

.linebg_quick01 {
	width:100%;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(../img/quick/quick_01.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:13px;
	margin-top:15px;
}

.linebg_gen00 {
	width:100%;
	background-color:#E6F0F4;
	border-top:1px solid #84B6CA;
	border-bottom:1px solid #84B6CA;
	padding:4px 15px;
	margin-top:15px;
	font-weight:bold;
	text-align:left;
	height:26px;
}

.linebg_gen00 div.a {
	padding-right:8px;
	height:16px;
}

.linebg_gen00 div.b {
	width:100%;
	height:16px;
}

.disp_tb {
	display:table;
}

.disp_tb_cell {
	display:table-cell;
	vertical-align:middle;
}

.disp_tb_cell_top {
	display:table-cell;
	vertical-align:top;
}

.w_100 {
	width:100%;
}

.w80 {
	width:80px;
}

.h_100 {
	height:100%;
}

#container {
	background-color:#ffffff;
	overflow:auto;
	margin:0 1px;
}

#header {
	background-color:#f91108;
}

#header div.catch {
	display:table;
	width:100%;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	background-image:url(../img/_gen/back01.png);
	background-repeat:repeat-x;
}

#header div.catch span {
	display:table-cell;
	vertical-align:middle;
}

#header div.main {
	display:table;
	width:100%;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	line-height:1em;
}

#header div.main div {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#header div.main div.logo {
	padding:5px 0 5px 5px;
}

#header div.main div.newmem {
	padding:0 5px 5px 0;
	vertical-align:top;
	text-align:right;
}

#contents {
	width:auto;
	overflow:auto;
}

#contents ul.car_list {
	margin:15px;
}

#contents ul.car_list li {
	padding:8px;
	background-color:#f8f8f8;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
}

#contents ul.car_list li.top {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#contents ul.car_list li.bottom {
	border-bottom:1px solid #c8c8c8;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#contents div.h_16 {
	height:16px;
}

#contents div.h_37 {
	height:37px;
}

#contents div.color_red {
	background-color:#ffc2c3;
	border-top:1px solid #f9797b;
	border-bottom:1px solid #f9797b;
}

#contents div.plain {
	margin:15px;
	padding:8px;
	background-color:#ffffff;
	word-break:break-all;
	-webkit-border-radius:8px;
	border:1px solid #c8c8c8;
}

#contents div.plain p {
	margin:14px 8px 0;
}

#contents div.frame {
	border:1px solid #c8c8c8;
	-webkit-border-radius:8px;
	width:310px;
	margin:15px auto;
}

#contents div.frame div {
	padding:2px 0 2px 8px;
}

#contents div.frame div.top {
	margin-bottom:15px;
	background-color:#ebebeb;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#contents div.frame div.middle {
	margin-bottom:15px;
	background-color:#ebebeb;
}

#contents div.frame div.car {
}

#contents div.frame table tr td {
	padding:2px;
}

#contents div.yellow {
	background-color:#fffdc3;
}

#contents div.red {
	background-color:#ff4e54;
}

#contents div.right {
	text-align:right;
}

#contents div.message {
}

#contents span.red {
	color:#ff4e54;
}

#contents span.orange {
	color:#F19706;
}

#contents span.blue {
	color:#757aff;
}

#contents span.blue2 {
	color:#6666cc;
}

#contents span.blue3 {
	color:#479BAF;
}

#contents span.white {
	color:#ffffff;
}

#contents ul.company {
}

#contents ul.company li.item {
	margin:14px 8px 0;
	font-weight:bold;
	letter-spacing:.2em;
}

#contents ul.company li.info {
	margin:4px 8px 0 1em;
	letter-spacing:.08em;
}

#contents ul.string {
	margin:0 0 15px;
}

#contents ul.string li {
	margin:15px 15px 0;
}

#contents table.price {
	width:100%;
}

#contents table.price tr {
	background-color:#e7fff5;
}

#contents table.price td {
	text-align:left;
	padding:2px;
}

#contents table.price td.yen {
	text-align:right;
}

#contents table.price .p_color1 {
	background-color:#ffcccc;
}

#contents table.price .p_color2 {
	background-color:#ffffcc;
}

#contents table.price .p_color3 {
	background-color:#ffcc99;
}

#contents table._4wd {
}

#contents table._4wd .f_color1 {
	background-color:#ffcc99;
}

#contents table._4wd .f_color2 {
	background-color:#ccffcc;
}

#contents table._4wd .f_color3 {
	background-color:#ffffcc;
}

#contents table._4wd td {
	text-align:center;
	padding:1px;
}

#contents div.def div.str {
	width:290px;
	margin:0 auto;
	padding:15px 0 0;
}

//#contents div.def div li {
//	padding:4px 0 6px;
//}

#ecoclass table {
	width:100%;
	background-color:#c8c8c8;
}

#ecoclass table td {
	background-color:#ffffff;
}

#ecoclass table td.c1 {
	background-color:#CDE1FF;
}

#ecoclass table td.c2 {
	background-color:#FFEBCE;
}

#ecoclass table td.r {
	text-align:right;
}

#ecoclass table td.ce {
	text-align:center;
}

#child table.seat {
	width:310px;
	margin:15px auto;
	background-color:#AEAEAE;
}

#child table.seat th {
	padding:2px;
	background-color:#FECC99;
}

#child table.seat td.str {
	padding:2px;
	background-color:#FFFFCC;
}

#child table.seat td.img {
	text-align:center;
	padding:2px;
	background-color:#FFFFFF;
}

#child table.plan {
	margin:15px auto;
	background-color:#FFFFCC;
}

#child table.plan td.mon {
	text-align:right;
}

#child table.mount {
	margin:15px auto;
	background-color:#AEAEAE;
}

#child table.mount td {
	padding:2px;
	text-align:center;
	background-color:#ffffff;
}

#kiyaku div.link a {
	line-height:2em;
}

#kiyaku div.link a.a1 {
	margin:15px;
}

#univ ul {
	margin:0 15px;
}

#univ ul li {
	border:1px solid #c8c8c8;
	padding:4px;
	margin:1px 0;
}

#univ ul li.type {
	margin-top:15px;
	font-weight:bold;
	background-color:#FFCC99;
}

#univ ul li.car {
	margin-top:15px;
	font-weight:bold;
	background-color:#FFFFCC;
}

#univ ul li.area {
	margin-top:15px;
	font-weight:bold;
	background-color:#FFCC99;
}

#univ ul li.cap {
	font-weight:bold;
	background-color:#FFFFCC;
}

#univ ul li.tb {
	display:table;
	width:100%;
}

#univ ul li.tb div {
	display:table-cell;
	vertical-align:middle;
}

#univ ul li.tb div.r {
	text-align:right;
}

#univ_p table {
	background-color:#c8c8c8;
	margin:15px auto;
}

#univ_p table th {
	background-color:#FFCC99;
}

#univ_p table td {
	background-color:#FFFFFF;
}

#univ_p table td.r {
	text-align:right;
}

#anshin ul {
	margin:15px;
}

#anshin ul li {
	display:table;
}

#anshin ul li div {
	display:table-cell;
	vertical-align:middle;
	padding:4px;
}

#ondemand table.a {
	width:100%;
	background-color:#FB0F0C;
}

#ondemand table.a th {
	background-color:#FFCCCC;
}

#ondemand table.a td {
	background-color:#FFFFFF;
}

#ondemand table.b {
	width:100%;
	background-color:#244C8F;
}

#ondemand table.b th {
	background-color:#8FD5E5;
}

#ondemand table.b td {
	background-color:#FFFFFF;
	text-align:center;
}

#quick div.redbox {
	padding:4px 5px;
	background-color:#E30014;
	font-weight:bold;
	margin-top:15px;
}

#quick span.red {
	color:#E30014;
}

#quick div.side {
	width:310px;
	margin:0 auto;
	padding:5px 0 0;
}

#quick div.side div {
	padding:4px;
}

#quick div.try {
	width:100%;
	border-top:2px solid #C8C8C8;
	border-bottom:2px solid #C8C8C8;
	background-color:#EAEAEA;
	margin-top:15px;
	text-align:center;
	padding:2px;
	color:#E30013;
	font-size:14px;
}

#holiday hr {
	margin:0;
}

#holiday li.bold {
	font-weight:bold;
	margin-top:15px;
}

#rpoint {
	line-height:1.5em;
}

#rpoint div.redblock {
	color:#ffffff;
	padding:4px;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:100%;
	background-color:#FF6600;
	text-align:center;
	margin-top:15px;
}

#option ul {
	width:310px;
	margin:5px auto;
}

#option li {
	width:100%;
	padding:4px;
	display:table;
}

#option li span {
	display:table-cell;
	vertical-align:middle;
	padding:2px;
}

#option li span.c0 {
	width:100px;
	background-color:#FFCC99;
}

#option li span.c1 {
	background-color:#FFFFCC;
}

#option li span.c2 {
	background-color:#FFFFEE;
}

#option li span.c3 {
	background-color:#EEFFEE;
}

#option li span.c4 {
	background-color:#FFEEEE;
}

#option hr.op {
	width:310px;
	margin:0 auto;
	border-color:#CDEBF5;
}

#special h3 {
	color:#F19706;
}

#special hr {
	margin:8px 0;
}

#srm div.menu {
	width:100%;
	height:18px;
	color:#000000;
	font-weight:bold;
	background-image:url(../img/srm/srm_13.png);
	background-repeat:repeat-x;
	padding-left:10px;
}

#srm div.menu div.i {
	text-align:left;
	padding-left:2px;
	width:100%;
}

#srm hr {
	border-color:#ffffff;
	margin:2px 0;
}

#srm div.blue {
	width:100%;
	height:24px;
	color:#F71E33;
	font-weight:bold;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background-image:url(../img/srm/srm_01.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

#srm div.red {
	width:100%;
	height:30px;
	color:#F71E33;
	font-weight:bold;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background-image:url(../img/srm/srm_04.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

#srm div.green {
	width:100%;
	height:30px;
	color:#F71E33;
	font-weight:bold;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background-image:url(../img/srm/srm_08.png);
	background-repeat:repeat-x;
	padding-left:15px;
}

#srm div.blue div.i {
	text-align:left;
	padding-left:2px;
	width:100%;
}

#srm div.red div.i {
	text-align:left;
	padding-left:2px;
	width:100%;
}

#srm div.green div.i {
	text-align:left;
	padding-left:2px;
	width:100%;
}

#srm div.str div {
	padding:2px;
}

#srm ul {
	width:310px;
	margin:15px auto;
}

#srm ul li {
	padding:2px 15px;
	background-color:#F6F6F6;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	display:table;
	width:100%;
}

#srm ul li span {
	display:table-cell;
	vertical-align:middle;
}

#srm ul li span.r {
	text-align:right;
}

#srm ul li.cap {
	padding:2px 8px;
	background-color:#CDE0FF;
}

#srm ul li.top {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#srm ul li.bottom {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom:1px solid #c8c8c8;
}

#svr div.catch {
	color:#E1007F;
	margin:15px 15px 2px;
}

#svr div.band {
	width:100%;
	height:33px;
	color:#E1007F;
	font-weight:bold;
	background-image:url(../img/super/super_01.png);
	background-repeat:repeat-x;
	text-align:center;
}

#svr div.band_red {
	background-color:#FD656B;
	border-top:1px solid #FD9699;
	border-bottom:1px solid #FD9699;
	width:100%;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin-top:15px;
}

#svr div.band_yellow {
	background-color:#FFFFCC;
	border-top:1px solid #FAA66F;
	border-bottom:1px solid #FAA66F;
	width:100%;
	padding:4px;
	color:#000000;
	margin-top:15px;
}

#svr div.side {
	width:310px;
	margin:0 auto;
	padding:5px 0 0;
}

#svr button {
	width:100px;
	height:20px;
}

#oneway button {
	width:100px;
	height:20px;
}

#oneway select {
	width:150px;
}

#oneway div.dl {
	height:30px;
	font-weight:bold;
	font-size:16px;
	border:2px solid #c8c8c8;
}

#oneway hr {
	margin:4px 0;
}

#oneway ul.side {
	width:290px;
	margin:15px auto;
	padding:px 0 0;
}

#oneway li {
	padding-left:15px;
	font-weight:bold;
	font-size:13px;
}

#top_button {
	background-color:#FFFFFF;
	display:table;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background-image:url(../img/_gen/back02.png);
	background-repeat:repeat-x;
	height:22px;
}

#top_button div {
	display:table-cell;
	vertical-align:middle;
}

#top_button div.a {
	padding-left:30px;
}

#top_button div.b {
	width:100%;
}

#banner {
	margin:5px auto 0;
	width:320px;
}

#banner_bg {
	width:280px;
	background-color:#646464;
	-webkit-border-radius:8px;
	position:relative;
	left:20px;
}

#arrows {
	width:312px;
	height:66px;
	padding:4px;
	position:relative;
	left:-20px;
}

#arrows img {
	width:27px;
	height:66px;
	float:left;
}

#arrows div {
	float:left;
}

#images img {
	position:absolute;
	width:250px;
	height:66px;
}

#images {
	width:250px;
	height:66px;
	padding:4px;
	background-color:#ffffff;
}

#buttons {
	width:286px;
	clear:both;
	margin:2px auto 0;
	position:relative;
	left:-3px;
}

#policy table {
	width:100%;
	text-align:left;
	background-color:#c8c8c8;
}

#policy table th {
	width:90px;
	background:#ffffff;
}

#policy table td {
	background-color:#ffffff;
}

#yakkan ol {
	margin:15px;
}

#main_menu {
	margin:0 auto;
	width:320px;
}

#main_menu div.bar {
	display:table;
	width:318px;
	margin:15px 0;
}

#main_menu div.icon {
	display:table;
	width:318px;
	margin-bottom:20px;
}

#main_menu .button {
	text-align:center;
	display:table-cell;
}

.caption {
	border-top:1px solid #4b1e2d;
	border-bottom:1px solid #4b1e2d;
	background-image:url(../img/_gen/back03.png);
	padding:5px 5px 5px 0;
	background-repeat:repeat-x;
	display:table;
	width:100%;
	height:36px;
}

.caption div {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

.caption div.icon {
	width:18px;
}

.caption div.title {
	word-break:break-all;
	font-weight:bold;
	color:#ffffff;
}

.caption div.list {
	text-align:right;
}

#footer {
	border-top:1px solid #c8c8c8;
	margin-top:15px;
	font-size:14px;
}

#footer ul {
	padding:15px;
}

#footer li {
	padding-bottom:5px;
}

#footer div.copyright {
	color:#FFFFFF;
	padding:5px;
	background-color:#f91108;
	text-align:center;
}

#footer div.return {
	padding-left:15px;
}

#navi_icon {
	text-align:center;
	background-color:#C2E1E0;
}

#navi_icon li {
	display:inline-block;
}

#navi_icon li p {
	color:#FFFFFF;
}

.navi_list {
	margin:15px;
}

.navi_list li {
	padding:8px;
	background-color:#f8f8f8;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
}

.navi_list li.button {
	background-color:#bde6f8;
}

.navi_list li.top-radius {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.navi_list li.bottom-radius {
	border-bottom:1px solid #c8c8c8;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.all-radius-yellow {
	border-bottom:1px solid #c8c8c8;
	background-color: #ffff99;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.all-radius-blue {
	border-bottom:1px solid #c8c8c8;
	background-color: #ccccff;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.all-radius-green {
	border-bottom:1px solid #c8c8c8;
	background-color: #ccffcc;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.all-radius-pink {
	border-bottom:1px solid #c8c8c8;
	background-color: #ffccff;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.all-radius-red {
	border-bottom:1px solid #c8c8c8;
	background-color: #cc0000;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.navi_list li.line {
	display:table;
	width:100%;
	height:100%;
}

.navi_list li.line div {
	display:table-cell;
	vertical-align:middle;
}

.navi_list li.line div.icon {
}

.navi_list li.line div.title {
	padding:4px;
	word-break:break-all;
	width:100%;
}

.navi_list li.line div.arrow {
	text-align:right;
}

.navi_list td {
}

.navi_list td span {
	padding:4px;
	color:#fa3232;
}

.navi_list td.top {
	padding:4px;
	width:100%;
	vertical-align:top;
}

.navi_list td.right {
	text-align:right;
}

.form_list {
	margin:15px;
}

.form_list li {
	padding:8px;
	background-color:#f8f8f8;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
}

.form_list li.button {
	background-color:#bde6f8;
}

.form_list li.top-radius {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.form_list li.bottom-radius {
	border-bottom:1px solid #c8c8c8;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.form_list li.all-radius-yellow {
	border-bottom:1px solid #c8c8c8;
	background-color: #ffff99;	/* 背景色 */
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.form_list li.line {
	display:table;
	width:100%;
	height:100%;
}

.form_list li.line div {
	display:table-cell;
	vertical-align:middle;
}

.form_list li.line div.icon {
}

.form_list li.line div.title {
	padding:4px;
	word-break:break-all;
	width:100%;
}

.form_list li.line div.arrow {
	text-align:right;
}

.form_list td {
}

.form_list td.top {
	padding:4px;
	width:100%;
	vertical-align:top;
}

.form_list td.right {
	text-align:right;
}



/*190124追加*/
.floatingmenu {
display: block;
width: 100%;
position: fixed;
left: 0px;
bottom: 0px;
z-index: 9999;
text-align: center;
padding: 0 auto;
}

.yoyaku_btn{
    display: inline-block;
    padding: 1em 2em;
	width:80%;
margin:0 auto;
	font-weight: bold;
	text-decoration: none;
    background: #FF0004;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 2px #627295;
    border-radius: 3px;
}
.yoyaku_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}








.datepickerArea_inputArea{
  background-color: #ffffff;
/*  border-top: 1px solid #cccccc; */
/*  padding: 18px 0 0 0; */
}

.datepickerArea_inputBox{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
}

.datepickerArea_inputBox:last-child{
  margin-bottom: 0px;
}

.datepickerArea_inputBox label{
 font-size: 1.3rem;
 min-width: 65px;
 padding-right: 13px;
}

.inputBox_inputSub{
  position: relative;
  width: 100%;
}

.inputBox_inputSub > input{
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  padding: 9px 36px 9px 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

div.inputBox_inputSub .ui-datepicker-trigger{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font: inherit;
  cursor: pointer;

  background-image: url(/s/rootImg/index/inputBox_inputSub_img_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  font-size: 0;
  height: 19px;
  position: absolute;
  top: calc(50% - 9.5px);
  right: 14px;
  width: 17px;
  z-index: 10;
}

.datepickerArea .columnComp.columnComp-type01{
  margin-top: 17px;
  justify-content: space-between;
  flex-direction: inherit;
}

#modalDatepicker #ui-datepicker-div{
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start;*/
  position: relative;
  width: 100% !important;
  opacity: 1;
  /*flex-wrap: wrap;*/
}

#modalDatepicker .modalDatepicker_stepText{
  color: #333333;
  padding: 16px 1rem 0 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#modalDatepicker .modalDatepicker_stepText.modalDatepicker_stepText-type02{
  padding-top: 0;
  padding-bottom: 15px;
}

#modalDatepicker .modalDatepicker_stepText > span:not(.modalDatepicker_swText){
  color: #ed0000;
}

#modalDatepicker .modalBase_body{
  /*min-height: 420px;*/
  padding: 20px 20px 30px 20px;
  position: relative;
}

@media screen and (max-width: 374px) {
  #modalDatepicker .ui-datepicker-title{
    padding-bottom: 2px;
  }

  #modalDatepicker .modalDatepicker_stepText.modalDatepicker_stepText-type02{
    padding-bottom: 10px;
  }

  #modalDatepicker .modalBase_body{
    padding: 2.7vw 5.3vw 2.7vw 5.3vw;
  }
}


.modalBase.modalBase-typeDatepicker{
  width: 100%;
  position: relative;
}

#modalDatepicker .ui-datepicker-group{
  width: 312px;
}


#modalDatepicker .ui-datepicker-calendar{
  table-layout: fixed;
  width: 100%;
}

#modalDatepicker .ui-datepicker-calendar tbody{
  /*display: inline-block;*/
  display: table-row-group;
  padding: 12px 0;
}

#modalDatepicker .ui-datepicker-calendar tbody td{
  text-align: center;
  width: 14.286%;
}

#modalDatepicker .ui-datepicker-prev,
#modalDatepicker .ui-datepicker-next{
  display: block;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  /*top: calc(50% - -10px);*/
  top:0px;
  height: 20px;
  width: 20px;
}

#modalDatepicker .ui-datepicker-prev{
  left: 0px;
}

#modalDatepicker .ui-datepicker-next{
  right: 0px;
}

#modalDatepicker .ui-datepicker-prev::before{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 0px;
  transform: rotate(-135deg);
  width: 10px;
}

#modalDatepicker .ui-datepicker-next::before{
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0px;
  transform: rotate(45deg);
  width: 10px;
}

#modalDatepicker .ui-datepicker-prev.ui-state-disabled,
#modalDatepicker .ui-datepicker-next.ui-state-disabled{
  cursor: default;
}

#modalDatepicker .ui-datepicker-prev.ui-state-disabled::before,
#modalDatepicker .ui-datepicker-next.ui-state-disabled::before{
  border-color: #cccccc;
}


#modalDatepicker .ui-datepicker-header{
  position: relative;
  width: 100%;
}

#modalDatepicker .ui-datepicker-title{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 7px 7px 7px;
  text-align: center;
}

#modalDatepicker .ui-datepicker-title .ui-datepicker-month{
  border: none;
  line-height: 1.1;
  font-size: 2.2rem;
  font-weight: 600;
}

#modalDatepicker .ui-datepicker-calendar thead tr{
  border-bottom: 1px solid #cccccc;
}

#modalDatepicker .ui-datepicker-calendar thead th{
  line-height: 1.1;
  padding: 9px 0;
}

#modalDatepicker .ui-datepicker-unselectable > *{
  color: #cecece;
}

#modalDatepicker .ui-state-default{
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#modalDatepicker .ui-state-default{
  color: #333333;
  font-weight: 600px;
}

#modalDatepicker .ui-datepicker-unselectable .ui-state-default{
  color: #a3a3a3;
  font-weight: normal;
}

#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end:first-child:not(._holiday) .ui-state-default{
  color: #ed0000;
}

#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end:last-child:not(._holiday) .ui-state-default{
  color: #398bad;
}


#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"],
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"],
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"]{/*  ui-datepicker-today ui-datepicker-days-cell-over*/
  position: relative;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"]::before,
#modalDatepicker .ui-datepicker-today[data-handler="selectDay"]::before,
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"]::before{
  border-radius: 50%;
  content: '';
  display: block;
  height: 34px;
  position: absolute;
  top: 2px;
  /*left: 7.5%;*/
  /*width: 80%;*/
  left: calc(50% - 17px);
  width: 34px;
  z-index: 0;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-today.ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"] .ui-state-default,
#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end.ui-datepicker-current-day[data-handler="selectDay"]:first-child .ui-state-default,
#modalDatepicker .ui-datepicker-calendar tr td.ui-datepicker-week-end.ui-datepicker-current-day[data-handler="selectDay"]:last-child .ui-state-default{
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#modalDatepicker .ui-datepicker-current-day[data-handler="selectDay"]::before,
#modalDatepicker .ui-datepicker-today.ui-datepicker-current-day[data-handler="selectDay"]::before{
  background-color: #ed0505;
}
#modalDatepicker .ui-datepicker-days-cell-over[data-handler="selectDay"]::before{
  background-color: #ed0505;
  opacity: 0.5;
}

#modalDatepicker .ui-datepicker-today[data-handler="selectDay"] .ui-state-default{
  position: relative;
  z-index: 1;
}

#modalDatepicker .ui-datepicker-today[data-handler="selectDay"]::before{
  background-color: #e6e6e6;
}

#modalDatepicker .modalBase_footer{
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100%);
  left: 0px;
}

#modalDatepicker #modalBase_footer{
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  left: 20px;
}

#modalDatepicker .modalDatepicker_controller{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px 0px 10px;
  width: 100%;
}

#modalDatepicker .modalDatepicker_controller > *:last-child{
  margin-top: 20px;
  margin-left: 0px;
}

#modalDatepicker .boxLink-type02{
  letter-spacing: 0.5em;
  width: 100%;
}

#modalDatepicker .modalDatepicker_select{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

#modalDatepicker .modalDatepicker_select > span{
  font-size: 1.3rem;
  padding-right: 18px;
  min-width: 51px;
}

#modalDatepicker .modalDatepicker_searchCalendarMenuTime{
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  padding: 12px 24px 12px 42px;
  position: relative;
  text-align: center;
  width: 100%;
}

#modalDatepicker .modalDatepicker_select::before{
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(135deg);
  width: 6px;
}

@media screen and (max-width: 374px) {
  #modalDatepicker .ui-state-default{
    font-size: 3.7vw;
  }

  #modalDatepicker .modalDatepicker_searchCalendarMenuTime{
    padding: 3.2vw 24px 3.2vw 42px;
  }
}

.datepickerArea .tabs_tabPanel {
    background-color: #ffffff;
    padding: 10px 0px 32px 0px;
    margin-right: 20px;
    margin-left: 20px;
}

.datepickerArea .boxLink.boxLink-type01, .datepickerArea .boxLink.boxLink-type02 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.datepickerArea .datepickerArea_userTypeBox-normal .boxLink {
    margin-top: 20px;
}

.datepickerArea .boxLink {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.4em;
    margin-top: 10px;
    padding: 8px 8px 6px 8px;
    width: 100%;
}

.boxLink.boxLink-type02, .boxLink.boxLink-typeReservation {
    background-color: #ed0505;
    border: 1px solid #ed0505;
    color: #ffffff;
}

.datepickerArea .inputBox_TypeNumber {
    border: 1px solid #cccccc;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 2px;
    padding: 8px 15px 8px 15px;
    position: relative;
    width: 100%;
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox {
  padding: 17px 0 0 0;
  text-align: center;
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox > .boxLink{
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  
}

.modalBase.modalBase-typeSearchAndLogin .sAlBtnBox hr {
  border-top: 2px solid #e6e6e6;
  margin: 0 0 22px 0;
}

.modalBase.modalBase-typeSearchAndLogin .arrowLink-type02 {
    margin: 16px 0;
}

.modalBase.modalBase-typeSearchAndLogin .headingBlock-styleType01 {
    margin-bottom: 17px;
}

#Wrapper {
    padding-bottom: 0px;
}

.inquiries_inputArea{
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 11px 0;
	width: 100%;
}

.datepickerArea_inputBox{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	width: 100%;
}

.datepickerArea_inputBox:last-child{
	margin-bottom: 0px;
}

.datepickerArea_inputBox label{
	font-size: 1.3rem;
	min-width: 65px;
	padding-right: 13px;
}

.anch_title {
	text-align: center;
    font-size: 15px;
    font-weight: bold;
	margin: 20px 0 10px;
	text-decoration:underline;
}

.datepickerArea_changeBox {
	display: block;
	align-items: unset;
	width: 100%;
	padding: 12px 0;
}

.datepickerArea_changeBox label{
	font-size: 1.3rem;
	min-width: 65px;
	padding-right: 13px;
}

.headingBlock-styleType09::before {
  background-image: url('/s/reserve/images/icon_01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  top: 3px;
  position: relative;
  right: 10px;
  width: 22px;
  height: 18px;
}

.headingBlock-styleType09 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}

.headingBlock-styleType10::before {
	background-image: url(/s/reserve/images/icon_02.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	top: 5px;
	position: relative;
	width: 24px;
	height: 20px;
	margin-right: 5px;
}

.headingBlock-styleType10 {
	font-size: 1.6rem;
	font-weight: bold;
	}

.change_comment1 {
	margin-left: 1em;
	text-indent: -0.5em;
}

.change_comment2 {
	text-indent: -1em;
    margin-left: 2em;
    font-size: 8pt;
}

.userTypeBox_btnSet_Mid {
 text-align: center;
}

.radio-input + label{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	font-size: 1.4rem;
    font-weight: 600;
}

.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #d01137;
	border-radius: 50%;
}

.inquiries_input_section {
	text-align: center;
}

.inquiries_input_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.inquiries_input_inner01 {
    display: block;
    margin: 20px 0px 10px 0px;
}

.inquiries_input_inner02 {
	width: 100%;
    margin: 40px 0px;
    padding-top: 15px;
    font-weight: bold;
    border-top: 1px solid #cccccc;
}

.columnLavel1 {
	font-size: 13px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 100px;
    margin-top: -3px;
}

.inputBox_TypeNumber01 {
	width: 230px;
    height: 40px;
    border: #CCCCCC solid 1px;
    padding: 3px;
    font-size: 12px;
    margin: 0 0 10px 20px;
}

.inquiries_comment01 {
	font-weight: normal;
    text-align: left;
    margin-left: 50px;
}

.inquiries_comment02 {
	font-weight: normal;
    text-align: center;
}

.inquiries_comment03 {
	color: #ff0000;
    font-size: 14px;
    padding-bottom: 4px;
    margin-top: 40px;
}

.inquiries_comment04 {
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
}


.next-btn {
	display: inline-block;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
}

.next-btn_type01 {
	width: 90%;
    padding: 5px 32px 5px 32px;
    height: 63px;
	background-color: #ed0505;
    border: 1px solid #ed0505;
	color: #ffffff;
}

.next-btn_type02 {
	width: 90%;
    padding: 5px 32px 5px 32px;
    height: 63px;
	background-color: #ffffff;
    border: 1px solid #ed0505;
	color: #ed0000;
}

.next-btn_type03 {
    padding: 12px 32px 11px 32px;
    background-color: #ed0505;
    border: 1px solid #ed0505;
    color: #ffffff;
    position: relative;
    width: 200px;
    margin-top: 10px;
}

.note-sidebar {
    text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}

/* ==========================================================================
  #modalTypeNbm
========================================================================== */

#modalTypeNbm .modal__container{
  max-width: 337px;
  width: 100%;
  background-color: transparent;
}

#modalTypeNbm .modalBase_header{
  background-color: #164A84;
  color: #ffffff;
  padding: 11px 20px 9px 20px;
  font-size: 1.9rem;
}

#modalTypeNbm .modalBase_body{
  padding: 20px 20px 30px 20px;
  text-align: center;
}

#modalTypeNbm .columnComp_box{
  text-align: center;
  padding: 10px;
  width: 100%;
}

#modalTypeNbm .userTypeBox_btnSet{
  letter-spacing: 0.5em;
  max-width: 200px;
  margin: 0 auto;
}

#modalTypeNbm .userTypeBox_btnSet a{
  width: 100%;
  font-size: 1.6rem;
}

#modalTypeNbm .boxLink{
  margin-top: 20px;
  min-height: 41px;
  line-height: 1;
}