@charset "UTF-8";
/**********************************************************
 * ページ全体
 **********************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
}
html, body{
	height: 100%;
}
p {
	font-size: .9em;
	margin-top: .5em !important;
}
@media screen and (min-width : 600px) {
	p {
		margin-left: 20px;
	}
}
strong {
	color: #147494;
	font-weight: normal;
}
ul li .ui-btn-text {
	color: #333;
	font-size: .9em;
}
.wrapperFrame {
	width: 98%;
	margin: 10px auto 50px;
	border: 1px solid rgba(255,255,255,0.5);
}
.notLastFrame {
	margin-bottom: 11px;
}
.wrapper {
	background: #FFFFFF;
	margin: 3px;
	padding: 5px;
}
.shadow {
	-moz-box-shadow: 0px 1px 8px rgba(70,70,70,0.3);
	-webkit-box-shadow: 0px 1px 8px rgba(70,70,70,0.3);
	box-shadow: 0px 1px 8px rgba(70,70,70,0.3);
}
.radius {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
small {
	display: block;
}
@media screen and (max-width : 350px) {
	.break {
		display: block;
	}
}
/**********************************************************
 * ヘッダー
 **********************************************************/
#header {
	-webkit-box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding-left: 5px;
	background: rgb(155,227,239);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliZTNlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZWM1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(155,227,239,1) 0%, rgba(94,197,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,227,239,1)), color-stop(100%,rgba(94,197,229,1)));
	background: -webkit-linear-gradient(top,  rgba(155,227,239,1) 0%,rgba(94,197,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(155,227,239,1) 0%,rgba(94,197,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(155,227,239,1) 0%,rgba(94,197,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(155,227,239,1) 0%,rgba(94,197,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be3ef', endColorstr='#5ec5e5',GradientType=0 );
}
#titlelogo {
	background: url('../../img/titlelogo.png') no-repeat left top;
	-webkit-background-size: 46px 38px;
	background-size: 46px 38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#titlelogo {
		background: url('../../img/titlelogo@2x.png') no-repeat left top;
		-webkit-background-size: 46px 38px;
		background-size: 46px 38px;
	}
}
h1 {
	color: #FFF;
	font-size: 110%;
	padding: 5px 0;
	text-indent: 50px;
	text-shadow: none;
}
h2 {
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	font-size: 105%;
	border-left: 7px solid #87DAED;
	padding-left: 8px;
	margin: 5px;
}
h3 {
	font-size: 95%;
	background: #EDF5F7;
	font-weight: normal;
	padding: 3px 0 3px 3px;
}
@media screen and (min-width : 600px) {
	h3 {
		padding: 3px 0 3px 20px;
	}
}
h4 {
	font-size: 90%;
	border-left: 7px solid #AAA;
	font-weight: normal;
	padding: 2px 0 2px 4px;
	margin: 6px 0 0 0;
}
@media screen and (min-width : 600px) {
	h4 {
		margin-left: 20px;
	}
}

/**********************************************************
 * リスト(ul)
 **********************************************************/
ul {
	margin: 5px 0 15px 20px;
}
.ui-listview {
	margin: 5px 0 !important;
}
@media screen and (max-width : 599px) {
	ul a.ui-link-inherit {
		padding: .65em 15px !important;
	}
}
@media screen and (min-width : 600px) {
	ul.ui-listview {
		margin-left: 25px !important;
	}
	.ui-listview-inset .ui-li {
		border: none !important;
		background: #FFF !important;
	}
	ul.ui-listview-inset .ui-li a:hover,
	ul.ui-listview-inset .ui-li a:active {
		color: rgba(44, 158, 215, 1);
	}
	.ui-btn-icon-right .ui-icon {
		left: 10px;
	}
	ul li.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
		padding: .65em 0 .65em 37px !important;
	}
	ul.ui-shadow {
		box-shadow: none;
	}
	ul li.ui-btn {
		cursor: default;
	}
}
@media screen and (min-width : 700px) {
	#index .ui-li .ui-btn-text {
		width: 230px;
	}
}
/* リスト内リンク要素 */
@media screen and (max-width : 600px) {
	.li-link {
		display: inline-block !important;
	}
	.li-link .ui-shadow {
		box-shadow: none;
	}
}
@media screen and (min-width : 600px) {
	.li-link .ui-shadow {
		box-shadow: none;
	}
	.li-link .ui-btn-up-a,
	.li-link .ui-btn-hover-a {
		background: none;
	}
	.li-link .ui-btn-inner {
		border: none;
		padding: .3em 20px;
	}
	.li-link a .ui-btn-text {
		font-size: 120%;
	}
	.li-link a:hover .ui-btn-text {
		color: rgba(44, 158, 215, 1);
	}
}
/**********************************************************
 * リスト(ol)
 **********************************************************/
ol.ui-listview .ui-link-inherit::before,
ol.ui-listview .ui-li-static::before,
.ui-li-dec {
	content: counter(listnumbering) "" !important;
	background: #5AC4E7; /* 5AC4E7 */
	width: 17px;
	height: 24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding-right: 0 !important;
	padding-left: 7px;
	color: #FFF;
	font-size: 1.2em !important;
}
ol li.ui-li {
	font-size: .9em;
}
@media screen and (min-width : 600px) {
	ol li .li-child {
		margin-left: 30px;
		margin-top: 5px;
	}
	.li-child {
		margin-left: 20px;
		margin-top: 5px;
	}
	ol li.ui-btn-up-a {
		background: #FFF !important;
	}
}
/**********************************************************
 * テーブル
 **********************************************************/
/* 共通 */
table {
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: .9em;
	background: rgb(255,255,255);
}
@media screen and (max-width : 500px) {
	table {
		width: 100%;
	}
}
tr {
	border-left: 1px solid #ccc;
}
tr:first-child {
	border-top: 1px solid #ccc;
}
table tr th,
table tr td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
}
table tr.header th {
	text-align: center;
}
@media only screen and (min-width: 701px) {
	table tr th {
		font-weight: normal;
	}
}
/* 車両変更テーブル */
table#changeBikeTable tr td {
	text-align: center;
	border-right: 1px solid #CCC;
}
@media only screen and (max-width: 850px) {
	table#changeBikeTable,
	table#changeBikeTable thead,
	table#changeBikeTable tbody,
	table#changeBikeTable th,
	table#changeBikeTable td,
	table#changeBikeTable tr { 
		display: block; 
	}
	table#changeBikeTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table#changeBikeTable tbody th {
		font-weight: bold;
		background: #F0F0F0;
		padding-left: 3px;
	}
	table#changeBikeTable tbody td:last-child {
		border-bottom: 1px solid #CCC;
	}
	table#changeBikeTable td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	table#changeBikeTable td:before { 
		position: absolute;
		left: 3px;
		width: 30%; 
		padding-right: 10px;
		white-space: nowrap;
		border-right: 1px solid #CCC;
	}
	table#changeBikeTable td:nth-of-type(1):before { content: "ラックなし"; text-align: left; }
	table#changeBikeTable td:nth-of-type(2):before { content: "ラック"; text-align: left; }
	table#changeBikeTable td:nth-of-type(3):before { content: "ラック/高"; text-align: left; }
	table#changeBikeTable td:nth-of-type(4):before { content: "2段ラック/下"; text-align: left; }
	table#changeBikeTable td:nth-of-type(5):before { content: "2段ラック/上"; text-align: left; }
	
	table#changeBikeTable td {
		padding-left: 35%;
	}
}
@media screen and (min-width : 851px) {
	table tr.odd {
		background: #F3F3F3;
	}
	table#changeBikeTable {
		margin-left: 20px;
	}
	table#changeBikeTable thead th {
		text-align: center;
	}
	table#changeBikeTable tbody th {
		padding-left: 3px;
	}
}

/* 返金額テーブル */
@media only screen and (max-width: 600px) {
	table#repaymentTable,
	table#repaymentTable thead,
	table#repaymentTable tbody,
	table#repaymentTable th,
	table#repaymentTable td,
	table#repaymentTable tr { 
		display: block; 
	}
	table#repaymentTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table#repaymentTable tbody th {
		font-weight: bold;
		background: #F0F0F0;
		padding-left: 3px;
	}
	table#repaymentTable td {
		position: relative;
		padding: 2px 0 2px 3px;
	}
	table#repaymentTable td:before { 
		position: absolute;
		left: 3px;
		width: 30%; 
		padding-right: 10px;
		white-space: nowrap;
		border-right: 1px solid #CCC;
	}
	table#repaymentTable tbody th,
	table#repaymentTable tbody td {
		text-align: left;
	}
}
@media screen and (min-width : 601px) {
	table tr.odd {
		background: #F3F3F3;
	}
	table#repaymentTable {
		margin: 0;
	}
	table#repaymentTable tr th {
		text-align: center;
	}
	table#repaymentTable tr td {
		padding-left: 3px;
	}
}

/**********************************************************
 * フッター
 **********************************************************/
#footer {
	width: 100%;
	height: 60px;
	margin: 13px auto 0;
	background: #FFF;
	border-top: 2px solid #54C6FF;
	position: absolute;
	bottom: 0;
}
#back {
	float: left;
	margin: 11px 0;
}
@media screen and (max-width : 500px) {
	#back {
		margin-left: 10px;
	}
}
#ecostation21 {
	float: right;
	width: 50px;
	height: 50px;
	margin: 5px;
	background: url('../../img/ecostation21.png') no-repeat;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#ecostation21 {
		float: right;
		width: 50px;
		height: 50px;
		margin: 5px;
		background: url('../../img/ecostation21@2x.png') no-repeat;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
#ncd a,
#ecostation21 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/**********************************************************
 * クレジットカード
 **********************************************************/
#credit {
	margin-bottom: 10px;
}
@media screen and (min-width : 600px) {
	#credit {
		margin-left: 20px;
	}
}
#visa {
	background: url('../../img/Visa.png') no-repeat;
	-webkit-background-size: 60px 40px;
	background-size: 60px 40px;
	width: 61px;
}
#JCB {
	background: url('../../img/JCB.png') no-repeat;
	-webkit-background-size: 50px 40px;
	background-size: 50px 40px;
	width: 50px;
}
#MasterCard {
	background: url('../../img/Mastercard.png') no-repeat;
	-webkit-background-size: 61px 40px;
	background-size: 61px 40px;
	width: 61px;
}
#AmericanExpress {
	background: url('../../img/American-Express.png') no-repeat;
	-webkit-background-size: 44px 40px;
	background-size: 44px 40px;
	width: 44px;
}
#DinersClub {
	background: url('../../img/Diners-Club.png') no-repeat;
	-webkit-background-size: 54px 40px;
	background-size: 54px 40px;
	width: 54px;
}
#TokyuCard {
	background: url('../../img/TOKYU.jpg') no-repeat;
	-webkit-background-size: 64px 40px;
	background-size: 64px 40px;
	width: 64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#visa {
		background: url('../../img/Visa@2x.png') no-repeat;
		-webkit-background-size: 60px 40px;
		background-size: 60px 40px;
		width: 61px;
	}
	#JCB {
		background: url('../../img/JCB@2x.png') no-repeat;
		-webkit-background-size: 50px 40px;
		background-size: 50px 40px;
		width: 50px;
	}
	#MasterCard {
		background: url('../../img/Mastercard@2x.png') no-repeat;
		-webkit-background-size: 61px 40px;
		background-size: 61px 40px;
		width: 61px;
	}
	#AmericanExpress {
		background: url('../../img/American-Express@2x.png') no-repeat;
		-webkit-background-size: 44px 40px;
		background-size: 44px 40px;
		width: 44px;
	}
}
#visa,
#JCB,
#MasterCard,
#AmericanExpress,
#DinersClub,
#TokyuCard {
	height: 40px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center;
}
/**********************************************************
 * 駐輪場検索
 **********************************************************/
#sample-map {
	margin-bottom: 5px;
	margin-top: 5px;
	background: url('../../img/map_sample.png') no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 271px;
	height: 402px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center;
}
@media screen and (min-width : 600px) {
	#sample-map {
		margin-left: 20px;
	}
}

ul.pin li {
	list-style-type: none;
	min-height: 40px;
	margin-top: 5px;
	margin-left: -20px;
	padding-left:47px;
}

#ecopool-pin {
	background: url('../../img/pin.png') no-repeat;
	-webkit-background-size: 40px 41px;
	background-size: 40px 41px;
	padding-top: 10px;
}
#ecostation-pin {
	background: url('../../img/pin_ecostation21.png') no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	padding-top: 10px;
}
#multiple-pin {
	background: url('../../img/pin_multiple.png') no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	padding-top: 10px;
}

ul.map-icon li {
	list-style-type: none;
	margin-left: -20px;
	min-height: 40px;
	margin-top: 5px;
	padding-top: 5px;
}
.radius {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pIconBox {
	color: white;
	text-align: center;
	padding: 5px 0 10px;
	width: 34px;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-shadow: none;
	float:left;
	margin-top: -5px;
	margin-right: 15px;
}
.full {
	color: #DD0028;
	background: rgb(254,187,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZlOTA5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVjNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1)));
	background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
}
.empty {
	color: #5F739F;
	background: rgb(210,226,239);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZTJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(210,226,239,1) 0%, rgba(152,190,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,226,239,1)), color-stop(100%,rgba(152,190,222,1)));
	background: -webkit-linear-gradient(top,  rgba(210,226,239,1) 0%,rgba(152,190,222,1) 100%);
	background: -o-linear-gradient(top,  rgba(210,226,239,1) 0%,rgba(152,190,222,1) 100%);
	background: -ms-linear-gradient(top,  rgba(210,226,239,1) 0%,rgba(152,190,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,226,239,1) 0%,rgba(152,190,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e2ef', endColorstr='#98bede',GradientType=0 );
}
.normal {
	color: #4FBF2F;
	background: rgb(200,255,193);
	background: -moz-linear-gradient(top,  rgba(200,255,193,1) 0%, rgba(150,250,143,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,255,193,1)), color-stop(100%,rgba(150,250,143,1)));
	background: -webkit-linear-gradient(top,  rgba(200,255,193,1) 0%,rgba(150,250,143,1) 100%);
	background: -o-linear-gradient(top,  rgba(200,255,193,1) 0%,rgba(150,250,143,1) 100%);
	background: -ms-linear-gradient(top,  rgba(200,255,193,1) 0%,rgba(150,250,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,255,193,1) 0%,rgba(150,250,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8ffc1', endColorstr='#96fa8f',GradientType=0 );
}

/**********************************************************
 * その他
 **********************************************************/
/* 必須マーク */
.ast {
	color: #F00;
}
/* 練馬表記 */
#nerima {
	color: #FF0000;
}