@charset "utf-8";
/* default
-----------------------------------------------------------------------------------
body, div, pre, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	background:#FFF;
	font-family:helvetica, arial, sans-serif;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: auto;
}
a {
	display:inline-block;
	padding:2px;
}
img {
	margin:0;
	padding:0;
	border:none;
}*/
table, th, td {
	text-align:left;
}
ul, ol {
	margin:0;
	padding:0;
	list-style:none outside;
}
em {
	font-style:normal;
	font-weight:bold;
	color:#BF0000;
}

/* clearfix
-----------------------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	clear:both;
}
/* end of for macIE */

/* group Toolbar
-----------------------------------------------------------------------------------
.toolbar {
	background:-webkit-gradient(linear, 0% 0%, 0% 80%, from(#b0bccd), to(#6d84a2));
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #2d3642;
	padding:10px;
	height:45px;
	position:relative;
}
h1 {
	color:#FFF;
	font-size:20px;
	text-align:center;
	text-shadow:rgba(255, 255, 255, .2) 0 1px 1px;
}*/
.black-translucent .toolbar {
	margin-top:20px;
}
.button, .back, .cancel, .add {
	position:absolute;
	overflow:hidden;
	top:8px;
	right:6px;
	margin:0;
	border-width:0 5px;
	padding:0 3px;
	width:auto;
	height:30px;
	line-height:30px;
	font-family:inherit;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.5) 0px -1px 0;
	text-overflow:ellipsis;
	text-decoration:none;
	white-space:nowrap;
	background:none;
	-webkit-border-image:url(../img/apple/toolButton.png) 0 5 0 5;
}
.button.active, .back.active, .cancel.active, .add.active {
	-webkit-border-image:url(../img/apple/toolButton.png) 0 5 0 5;
}
.blueButton {
	-webkit-border-image:url(../img/apple/blueButton.png) 0 5 0 5;
	border-width:0 5px;
}
/*.back {
	left:6px;
	right:auto;
	padding:0;
	max-width:55px;
	border-width:0 8px 0 14px;
	-webkit-border-image:url(../img/apple/backButton.png) 0 8 0 14;
}*/
.leftButton, .cancel {
	left:6px;
	right:auto;
}
.add {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}
.whiteButton, .grayButton {
	display:block;
	border-width:0 12px;
	padding:10px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-decoration:inherit;
	color:inherit;
}
.whiteButton {
	-webkit-border-image:url(../img/apple/whiteButton.png) 0 12 0 12;
	text-shadow:rgba(255, 255, 255, 0.7) 0 1px 0;
	cursor:pointer;
}
.grayButton {
	-webkit-border-image:url(../img/apple/grayButton.png) 0 12 0 12;
	color:#FFFFFF;
}
.searchButton {
	overflow:hidden;
	margin:0;
	border-width:0 5px;
	padding:0 3px;
	width:auto;
	height:23px;
	line-height:23px;
	font-family:inherit;
	font-size:12px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
	white-space:nowrap;
	background:none;
	-webkit-border-image:url(../img/apple/searchButton.png) 0 5 0 5;
}

/* common title
-----------------------------------------------------------------------------------*/
.heading {
	font-size:16px;
	font-weight:bold;
	background:-webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFFFFF), to(#F9F9F9), color-stop(.6, #F9F9F9));
	margin:5px 5px 2px 5px;
	padding:5px 6px 3px;
	border-bottom: 3px solid #bb0a0a;
	display:block;
}
/* @group Lists */

h1 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
	margin-top:0;
}
ul {
	border:1px solid #B4B4B4;
	font-size:17px;
	padding:0;
	margin:5px;
	-webkit-border-radius:8px;
}
ul li {
	border-top:1px solid #B4B4B4;
	padding:10px;
}
/* when you have a first LI item on any list */
li:first-child, li:first-child a {
	border-top:0;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}
li:last-child, li:last-child a {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
/* universal arrows */

ul li.arrow {
	background-image:url(../img/apple/chevron.png);
	background-position:right center;
	background-repeat:no-repeat;
}
#plastic ul li.arrow, #metal ul li.arrow {
	background-image:url(../images/chevron_dg.png);
	background-position:right center;
	background-repeat:no-repeat;
}
/* universal links on list */
ul li a, li.img a + a {
	color:#333;
	text-decoration:none;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:12px 10px 12px 10px;
	margin:-10px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
ul li a.active {
	background:#194fdb url(../img/apple/selection.png) 0 0 repeat-x;
	color:#fff;
}
ul li a.button {
	background-color:#194fdb;
	color:#fff;
}
ul li.img a + a {
	margin:-10px 10px -20px -5px;
	font-size:17px;
	font-weight:bold;
}
ul li.img a + a + a {
	font-size:14px;
	font-weight:normal;
	margin-left:-10px;
	margin-bottom:-10px;
	margin-top:0;
}
ul li.img a + small + a {
	margin-left:-5px;
}
ul li.img a + small + a + a {
	margin-left:-10px;
	margin-top:-20px;
	margin-bottom:-10px;
	font-size:14px;
	font-weight:normal;
}
ul li.img a + small + a + a + a {
	margin-left:0px !important;
	margin-bottom:0;
}
ul li a + a {
	color:#333;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
	color:#666;
	font-size:13px;
	margin:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	padding:0;
}
/*
@end */

/* @group Forms */
ul.form li {
	padding:7px 10px;
}
ul.form li.error {
	border:2px solid red;
}
ul.form li.error + li.error {
	border-top:0;
}
ul.form li:hover {
	background:#fff;
}
ul li label {
	font-size:14px;
	font-weight:bold;
	vertical-align: middle;
	margin-right:5px;
}
ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
	font-size:14px;
	border:1px solid #AAAAAA;
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 1px 2px #D4D4D4;
	vertical-align: middle;
	margin:3px 0 5px;
	padding:8px 1px;
}
ul li textarea {
	height:120px;
	padding:0;
	text-indent:-2px;
}
ul li input[type="checkbox"], ul li input[type="radio"] {
	margin:0;
	color:rgb(50,79,133);
	padding:10px 10px;
}
ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
	content:attr(title);
	font-size:17px;
	display:block;
	width:246px;
	margin:-12px 0 0 17px;
}
ul li input.form_error, ul li textarea.form_error, ul li select.form_error {
	border:2px solid #C00;
}
.rounded{
	text-align:left;
}
/* decoration
--------------------------------------------*/
dt {
	font-size:15px;
	font-weight:bold;
	background:#EEEEEE;
	padding:5px;
	margin-bottom:5px;
}
dt:before {
	content:"■ ";
	color:#FF6600;
}
dd {
	margin:0 5px;
	padding-bottom:8px;
	margin-bottom:0;
	font-size:15px;
}
dd.a_style_01 a {
	color:#F60;
	text-decoration:underline;
}
dd.wide_m input, dd.wide_m select, dd.wide_m textarea {
	width:80px;
}
dd.full input, dd.full select, dd.full textarea {
	width:98%;
}
dd.dayForm select {
	width:auto;
	margin:3px 3px 8px 3px;
	padding:5px 0;
}
.float_LR select {
	margin:3px 0;
	float:right;
}
.float_LR a {
	margin:3px 0;
	float:right;
}
.styleOra {
	color:#F60;
	text-decoration:underline;
}

/* @group Edge to edge */
.edgetoedge h4 {
	color:#fff;
	background:rgb(154,159,170) url(../img/apple/listGroup.png) top left repeat-x;
	border-top:1px solid rgb(165,177,186);
	text-shadow:#666 0 1px 0;
	margin:0;
	padding:2px 10px;
}
.edgetoedge, .metal {
	margin:0;
	padding:0;
	background-color:rgb(255,255,255);
}
.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius:0;
	margin:0;
	border-left:0;
	border-right:0;
	border-top:0;
}
.metal ul {
	border-top:0;
	border-bottom:0;
	background:rgb(180,180,180);
}
.edgetoedge ul li:first-child,
.edgetoedge ul li:first-child a, .edgetoedge ul li:last-child, .edgetoedge ul li:last-child a, .metal ul li:first-child a, .metal ul li:last-child a {
	-webkit-border-radius:0;
}
.edgetoedge ul li small {
	font-size:16px;
	line-height:28px;
}
.edgetoedge li, .metal li {
	-webkit-border-radius:0;
}
.edgetoedge li em {
	font-weight:normal;
	font-style:normal;
}
.edgetoedge h4 + ul {
	border-top:1px solid rgb(152,158,164);
	border-bottom:1px solid rgb(113,125,133);
}
/* @end */

/* @group Mini Label */

ul li small {
	color:#369;
	font-size:17px;
	text-align:right;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:23%;
	float:right;
	padding:3px 0px;
}
ul li.arrow small {
	padding:0 15px;
}
ul li small.counter {
	font-size:17px !important;
	line-height:13px !important;
	font-weight:bold;
	background:rgb(154,159,170);
	color:#fff;
	-webkit-border-radius:11px;
	padding:4px 10px 5px 10px;
	display:inline !important;
	width:auto;
	margin-top:-22px;
}
ul li.arrow small.counter {
	margin-right:15px;
}
/* @end */

/* @group Plastic */

#plastic ul li.arrow, #metal ul li.arrow {
	background-image:url(../img/apple/listArrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius:0;
	margin:0;
	border-left:0;
	border-right:0;
	border-top:0;
}
.metal ul li {
	border-top:1px solid rgb(238,238,238);
	border-bottom:1px solid rgb(156,158,165);
	background:url(../images/bgMetal.png) top left repeat-x;
	font-size:26px;
	text-shadow:#fff 0 1px 0;
}
.metal ul li a {
	line-height:26px;
	margin:0;
	padding:13px 0;
}
.metal ul li a:hover {
	color:rgb(0,0,0);
}
.metal ul li:hover small {
	color:inherit;
}
.metal ul li a em {
	display:block;
	font-size:14px;
	font-style:normal;
	color:#333;
	width:50%;
	line-height:14px;
}
.metal ul li small {
	float:right;
	position:relative;
	margin-top:10px;
	font-weight:bold;
}
.metal ul li.arrow a small {
	padding-right:0;
	line-height:17px;
}
.metal ul li.arrow {
	background:url(../images/bgMetal.png) top left repeat-x, url(../images/chevron_dg.png) right center no-repeat;
}
.plastic {
	margin:0;
	padding:0;
	background:rgb(173,173,173);
}
.plastic ul {
	-webkit-border-radius:0;
	margin:0;
	border-left:0;
	border-right:0;
	border-top:0;
	background-color:rgb(173,173,173);
}
.plastic ul li {
	-webkit-border-radius:0;
	border-top:1px solid rgb(191,191,191);
	border-bottom:1px solid rgb(157,157,157);
}
 .plastic ul li:nth-child(odd) {
 background-color:rgb(152,152,152);
 border-top:1px solid rgb(181,181,181);
 border-bottom:1px solid rgb(138,138,138);
}
.plastic ul + p {
	font-size:11px;
	color:#2f3237;
	text-shadow:none;
	padding:10px 10px;
}
.plastic ul + p strong {
	font-size:14px;
	line-height:18px;
	text-shadow:#fff 0 1px 0;
}
.plastic ul li a {
	text-shadow:rgb(211,211,211) 0 1px 0;
}
 .plastic ul li:nth-child(odd) a {
 text-shadow:rgb(191,191,191) 0 1px 0;
}
.plastic ul li small {
	color:#3C3C3C;
	text-shadow:rgb(211,211,211) 0 1px 0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:24px;
}
#plastic ul.minibanner, #plastic ul.bigbanner {
	margin:10px;
	border:0;
	height:81px;
	clear:both;
}
#plastic ul.bigbanner {
	height:140px !important;
}
#plastic ul.minibanner li {
	border:1px solid rgb(138,138,138);
	background-color:rgb(152,152,152);
	width:145px;
	height:81px;
	float:left;
	-webkit-border-radius:5px;
	padding:0;
}
#plastic ul.bigbanner li {
	border:1px solid rgb(138,138,138);
	background-color:rgb(152,152,152);
	width:296px;
	height:140px;
	float:left;
	-webkit-border-radius:5px;
	padding:0;
	margin-bottom:4px;
}
#plastic ul.minibanner li:first-child {
	margin-right:6px;
}
#plastic ul.minibanner li a {
	color:transparent;
	text-shadow:none;
	display:block;
	width:145px;
	height:81px;
}
#plastic ul.bigbanner li a {
	color:transparent;
	text-shadow:none;
	display:block;
	width:296px;
	height:145px;
}
/* @end */

/* @group Individual */

ul.individual {
	border:0;
	background:none;
	clear:both;
	overflow:hidden;
}
ul.individual li {
	color:rgb(183,190,205);
	background:white;
	border:1px solid rgb(180,180,180);
	font-size:14px;
	text-align:center;
	-webkit-border-radius:8px;
	-webkit-box-sizing:border-box;
	width:48%;
	float:left;
	display:block;
	padding:11px 10px 14px 10px;
}
ul.individual li + li {
	float:right;
}
ul.individual li a {
	color:rgb(50,79,133);
	line-height:16px;
	margin:-11px -10px -14px -10px;
	padding:11px 10px 14px 10px;
	-webkit-border-radius:8px;
}
ul.individual li a:hover {
	color:#fff;
	background:#36c;
}
/* @end */

/* @group Toggle */


.toggle {
	width:94px;
	position:relative;
	height:27px;
	display:block;
	overflow:hidden;
	float:right;
}
.toggle input[type="checkbox"]:checked {
	left:0px;
}
.toggle input[type="checkbox"] {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	margin:0;
	-webkit-border-radius:5px;
	background:#fff url(../img/apple/on_off.png) 0 0 no-repeat;
	height:27px;
	overflow:hidden;
	width:149px;
	border:0;
	-webkit-appearance:textarea;
	background-color:transparent;
	-webkit-transition:left .15s;
	position:absolute;
	top:0;
	left:-55px;
}
/* @end */
.info {
	background:#dce1eb;
	font-size:12px;
	line-height:16px;
	text-align:center;
	text-shadow:rgba(255, 255, 255, .8) 0 1px 0;
	color:rgb(76, 86, 108);
	padding:15px;
	border-top:1px solid rgba(76, 86, 108, .3);
	font-weight:bold;
}
#progress {
	-webkit-border-radius : 10px;
	background-color: rgba(0, 0, 0, .7);
	color:white;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	left: 60px;
	line-height:80px;
	margin: 0 auto;
	position:absolute;
	text-align:center;
	top: 120px;
	width: 200px;
}
.Products_list div {
	position:relative;
}
.Products_list .imgBox {
	text-align:center;
	width:60px;
	float:left;
	margin-top:5px;
}
.Products_list .txtBox {
	margin-left:65px;
}
.Products_list .txtBox p {
	font-size:13px;
	padding:1px 5px
}
.Products_list .txtBox p.price {
	color:#fff;
	background:#F60;
	font-weight:bold;
	-webkit-border-radius:5px;
}
.NormalRsv,
.RequestRsv,
.NoRentalRsv {
	color:#fff;
	font-size:12px;
	margin:2px 0 0 0;
	padding:1px 5px 3px;
	-webkit-border-radius:5px;
	display:inline-block;
}
.NormalRsv {
	background:#F69;
}
.RequestRsv {
	background:#06C;
}
.NoRentalRsv {
	background:#FF0000;
}
.Products_error {
	margin:15px 9px 10px 20px;
}
.IconTtl {
	display:block;
	margin:3px;
}
#total_price {
	color:#C00;
	font-weight:bold;
	text-align:right;
}
#footer {
	padding: 7px;
}
#footer p {
	text-align: center;
	font-size:11px;
	margin-top:10px;
}
#footer p a {
	margin:0 4%;
	font-size:11px;
}
.right_t,.right_b{text-align:right;}
.right_t{padding:3px 10px 1px 0;}
.right_b{padding:0px 10px 0px 0;}

.my_page{
	padding:1% 5%;
}

.opPrice {
	border: #bf0008 solid 1px;
	float: right;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-right: 10px;
	width: 70%;
	height: 37px;
	text-align: right;
	line-height: 2.5em;
}

.opPrice span {
	background: #bf0008;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	width: 45%;
	float: left;
}
.rounded dt {clear: both;}

/*プラン詳細　再計算時のエラー　*/
.recalculationBox {border: none;}
.recalculationBox li {
	/*list-style-type: square;*/
	background: #ffe7df;
	color: #ff0000;
	font-size: 13px;
	border-radius: initial;
	border: none;
	line-height: 1em;
	font-weight: bold;
	padding: 6px 8px;
}
.recalculationBox li p {
	margin-top: 3.5px;
    vertical-align: middle;
    display: inline;
}
.recalculationBox li p#txt_rec {
    font-size: 24px;
    margin: 0px 2px 0px -4px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* The Modal (background) */
.modal_box {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_box_content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.modal_box .modal_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal_box .modal_close:hover, .modal_box .modal_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

