/*-----------------------------------
 Android reset
-----------------------------------*/
*{
	margin: 0;
	padding: 0;
}
*:after{
	display: block;
	clear: both;
}
body{
	font-size: 12px;
	width: 100%;
}
article, aside, figure, footer, header,hgroup, nav, section {
	display:block;
}
img{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
#Container{
	margin: 0;
	padding: 0;
}
/*-----------------------------------
 base
-----------------------------------*/
a{
	text-decoration: none;
}
a:focus{
	outline: none;
}
h1{
	text-align: left;
	background: #FFFFFF;
}
h2{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	text-shadow: 1px 1px 1px 1px #000000;
	background: url(../images/h2_bg.gif) repeat-x;
    	height: 25px;
    	line-height: 33px;
}
/*-----------------------------------
 Map
-----------------------------------*/
#map1{
	background: #9dbbd8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	padding: 0;
}
#grid{
	position: absolute;
	top:50%;
	left: 50%;
	width: 80px;
	height: 80px;
	z-index: 9998;
	background: url(../images/grid.png) no-repeat center center;
	margin: -40px 0 0 -40px;
}
/*-----------------------------------
 %Map Parameters and foucus
-----------------------------------*/
#Parameters{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: rgba(0,0,0,0.75);
	z-index: 2000;
}
#Parameters p{
	float: left;
	margin-right: 50px;
}
a#focus{
	float: right;
	margin-left: -50px;
	width: 50px;
	height: 40px;
	background: url(../images/focus.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
}
/*-----------------------------------
 %Map Navigation
-----------------------------------*/
nav{
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d7d7d), color-stop(100%, #9f9f9f));
	background-image: -webkit-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -moz-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -o-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -ms-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: linear-gradient(#7d7d7d, #9f9f9f);
	z-index: 99999;
	overflow:hidden;
}
ul#mapNavi{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index:1;
}
ul#mapNavi li:nth-child(1){ border-left: none; }
ul#mapNavi li:nth-child(5){ border-right: none; }
ul#mapNavi li:nth-child(6){ border-left: none; border-right: none; }

ul#mapNavi li{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #7d7d7d;

}

ul#mapNavi li:nth-child(1),
ul#mapNavi li:nth-child(2),
ul#mapNavi li:nth-child(3),
ul#mapNavi li:nth-child(4){
	width: 15%;
}

ul#mapNavi li:nth-child(5),
ul#mapNavi li:nth-child(6){
	width: 20%;
}

ul#mapNavi li a{
	float: left;
	height: 49px;
	display: block;

}
a#MemberHome{
	background: url(../images/memberhome.png) no-repeat center center;
	width: 100%;
	text-indent: -9999px;
	display: block;
}
a#MemberHome_on,
a#MemberHome:hover,
a#MemberHome:active{
	background: url(../images/memberhome_on.png) no-repeat center center;
}
a#WayPointAdd{
	background: url(../images/wp_add.png) no-repeat center center;
	width: 100%;
	text-indent: -9999px;
	display: block;
}
a#WayPointAdd_on,
a#WayPointAdd:hover,
a#WayPointAdd:active{
	background: url(../images/wp_add_on.png) no-repeat center center;
}
a#WayPointList{
	background: url(../images/wp_list.png) no-repeat center center;
	width: 100%;
	text-indent: -9999px;
	display: block;
}
a#WayPointList_on,
a#WayPointList:hover,
a#WayPointList:active{
	background: url(../images/wp_list_on.png) no-repeat center center;
}

a#WeatherOpen{
	background: url(../images/weather.png) no-repeat center center;
	width: 100%;
	text-indent: -9999px;
	display: block;
}
a#WeatherOpen:hover,
a#WeatherOpen:active{
	background: url(../images/weather_on.png) no-repeat center center;
}

ul#mapNavi li a#MapPlus{
	float: right;
}
ul#mapNavi li a#MapMinus{
	float: left;
}
ul#backNavi,
ul#pointNavi{
	list-style: none;
	z-index:1;
}
ul#backNavi li,
ul#pointNavi li{
	float: left;
	width: 50%;
	display: block;
}

ul#backNavi2 li{

	margin:0;
	float: left;
	width: 100%;
	display: block;
	list-style: none;
	z-index:1;
	text-align:center;
	background:#545454;
}





a#p_send{
	margin: 5px auto 1px auto;
	background: url(../images/p_send.png) no-repeat center center;
	width: 150px;
	height: 44px;
	text-indent: -9999px;
	display: block;
}
a#p_cancel{
	margin: 5px auto 1px auto;
	background: url(../images/p_cancel.png) no-repeat center center;
	width: 150px;
	height: 44px;
	text-indent: -9999px;
	display: block;
}

/*-----------------------------------
 WayPointAdd
-----------------------------------*/
.ui-widget-overlay{
	z-index: 3000;
	opacity: .0;
	filter:Alpha(Opacity=0);
}

#wpAdd,
#wpAdd2,
#wpList,
#Weather{
	display: none;
}
#wpList,#Weather{
	z-index: 9999999;
	position: absolute;
	top:0;
	left:0;

	width: 100%;
	height: 100%;

	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #595959), color-stop(100%, #545454));
	background-image: -webkit-linear-gradient(#595959, #545454);
	background-image: -moz-linear-gradient(#595959, #545454);
	background-image: -o-linear-gradient(#595959, #545454);
	background-image: -ms-linear-gradient(#595959, #545454);
	background-image: linear-gradient(#595959, #545454);
}
#wpAddBox_bg{
	position: absolute;
	margin: -25px 0 0 -115px;
	left: 50%;
	top: 40%;
	width: 260px;
	height: 80px;
	z-index: 9999;
}
#wpAddBox{
	position: absolute;
	margin: -30px 0 0 -120px;
	padding: 10px;
	left: 50%;
	top: 40%;
	width: 240px;
	height: 60px;
	z-index: 9999;
}
.ui-widget-content a.wpadd_close{ color: #FFFFFF; }
a.wpadd_close{
	margin: 5px auto;
	text-align: center;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e6e6e), color-stop(100%, #383939));
	background-image: -webkit-linear-gradient(#6e6e6e, #383939);
	background-image: -moz-linear-gradient(#6e6e6e, #383939);
	background-image: -o-linear-gradient(#6e6e6e, #383939);
	background-image: -ms-linear-gradient(#6e6e6e, #383939);
	background-image: linear-gradient(#6e6e6e, #383939);
	padding: 0.4em 1em;
	width: 5em;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#wpAdd2{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #CECECE));
	background-image: -webkit-linear-gradient(#FFFFFF, #CECECE);
	background-image: -moz-linear-gradient(#FFFFFF, #CECECE);
	background-image: -o-linear-gradient(#FFFFFF, #CECECE);
	background-image: -ms-linear-gradient(#FFFFFF, #CECECE);
	background-image: linear-gradient(#FFFFFF, #CECECE);
	overflow: hidden;
}
ul#List{
	float: left;
	width: 100%;
	list-style: none;
}
ul#List li{
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #CECECE));
	background-image: -webkit-linear-gradient(#FFFFFF, #CECECE);
	background-image: -moz-linear-gradient(#FFFFFF, #CECECE);
	background-image: -o-linear-gradient(#FFFFFF, #CECECE);
	background-image: -ms-linear-gradient(#FFFFFF, #CECECE);
	background-image: linear-gradient(#FFFFFF, #CECECE);
	width: 100%;
	overflow: hidden;
}
ul#List li a.mapWP{
	margin: 0 0 0 51px;
	padding: 0 10px;
	height: 50px;
	color: #333333;
	line-height: 25px;
	background: url(../images/li_arrow.png) no-repeat right center;
	display: block;
}
ul#List li a h3{
	font-weight: normal;
	color: #333333;
	text-shadow: 0 1px 1px #999999;
}
a.delWP{
	float: left;
	background: url(../images/del.png) no-repeat center center;
	width: 51px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	z-index: 989999;
}
.mapBack{
	clear: both;
	padding: 5px 0;
	overflow: hidden;
}
#backNavi{
	float: left;
	width: 100%;
	background: #595959;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #595959), color-stop(100%, #545454));
	background-image: -webkit-linear-gradient(#595959, #545454);
	background-image: -moz-linear-gradient(#595959, #545454);
	background-image: -o-linear-gradient(#595959, #545454);
	background-image: -ms-linear-gradient(#595959, #545454);
	background-image: linear-gradient(#595959, #545454);
}
a#stopNavi{
	margin: 5px auto 0 auto;
	width: 150px;
	height: 44px;
	text-indent: -9999px;
	background: url(../images/btn_stopnavi.png) no-repeat;
	display: block;
}
a#mapBack{
	margin: 5px auto 0 auto;
	width: 150px;
	height: 44px;
	text-indent: -9999px;
	background: url(../images/btn_mapback.png) no-repeat;
	display: block;
}

/*-----------------------------------
 index
-----------------------------------*/
body.general{
	background: #F3F6F8;
	background: #dedede;
}
.general h2{
	text-align: center;
	text-indent: 0;
}
#loginBox{
	margin: 10px auto;
	text-align:left;
	width: 90%;
	overflow: hidden;
}

#loginBox tr th{
	padding: 5px 0 0 0;
}
#loginBox tr td{
	padding: 5px 0;
}
#loginBox label{
	margin: 0 auto;
	width: 90%;
	display: block;
}
#navi{
	text-align: center;
}
#navi ul li:nth-child(2n+1) {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #cccccc;
}
#navi ul li:nth-child(2n+2) {
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
#navi ul li:nth-last-child(-n+1){
	border-bottom: 1px solid #b4b4b4;
}
#navi ul li:nth-last-child(-n+2){
	border-bottom: 1px solid #b4b4b4;
}
#navi ul li{
	float: left;
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	border-top: 1px solid #b4b4b4;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #CECECE));
	background-image: -webkit-linear-gradient(#FFFFFF, #CECECE);
	background-image: -moz-linear-gradient(#FFFFFF, #CECECE);
	background-image: -o-linear-gradient(#FFFFFF, #CECECE);
	background-image: -ms-linear-gradient(#FFFFFF, #CECECE);
	background-image: linear-gradient(#FFFFFF, #CECECE);
}
#navi ul li a{
	position: relative;
	display: block;
	padding: 10px;
	color: #006699;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}
.ui-input{
	display: inline-block;
	overflow: hidden;
	margin: 10px 5%;
	padding: 0.6em 1%;
	font-size: 1.2em;
	text-indent: 5px;
	width: 88%;
	border-radius: 0.6em;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.ui-submit{
	display: block;
	overflow: hidden;
	margin: 10px 5%;
	padding: 1em;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 1em 1em 1em 1em;

	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FDFDFD), color-stop(100%, #EEEEEE));
	background-image: -webkit-linear-gradient(#FDFDFD, #EEEEEE);
	background-image: -moz-linear-gradient(#FDFDFD, #EEEEEE);
	background-image: -o-linear-gradient(#FDFDFD, #EEEEEE);
	background-image: -ms-linear-gradient(#FDFDFD, #EEEEEE);
	background-image: linear-gradient(#FDFDFD, #EEEEEE);
	border: 1px solid #CCCCCC;
	color: #444444;
	font-weight: bold;
	text-shadow: 0 1px 1px #F6F6F6;
}
ul.ui-list{
	margin: 10px auto;
	text-align: center;
	width: 90%;
	
	overflow: hidden;
	list-style: none;

}
ul.ui-list li {
	float: left;
	margin: 0 0 10px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;

}
ul.ui-list li a{
	padding: 10px 0.6em;
	-webkit-border-radius: 1em;
	-moz-border-radius-topright: 1em;
	border-radius: 1em;

	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #CECECE));
	background-image: -webkit-linear-gradient(#FFFFFF, #CECECE);
	background-image: -moz-linear-gradient(#FFFFFF, #CECECE);
	background-image: -o-linear-gradient(#FFFFFF, #CECECE);
	background-image: -ms-linear-gradient(#FFFFFF, #CECECE);
	background-image: linear-gradient(#FFFFFF, #CECECE);
	width: 100%;
	display: block;
}

/*-----------------------------------
 
-----------------------------------*/

#Main{
	margin: 10px;
}
#Main p{
	margin: 0 0 1em 0;
}
ul.errorlist li,
.error{
	color:#ff0000;
}
ul.disc{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: disc !important;
}
ul.disc li{ margin: 0 0 1em 0; }
#inqBox{
	text-align:left;
	width: 100%;
	overflow: hidden;
}
#inqBox label{
	margin: 0 5%;

}

/*-----------------------------------
 14/01/19 Settlement
-----------------------------------*/

#Main.Settlement ol,
#Main.Settlement ul {
	list-style:none;
	margin:0;
	padding:0;
	zoom:normal;
}
#Main.Settlement li{
	width: 100%;
}
#Main.Settlement table {
	border-collapse:collapse;
	border-spacing:0;
}
#Main.Settlement fieldset,
#Main.Settlement img,
#Main.Settlement input[type="image"] {
	width:100%;
	border:none;
	vertical-align: bottom;
}

#Main.Settlement ul.lev1{
	margin: 5px auto;
	width: 95%;
}
#Main.Settlement ul.lev1>li {
	margin-bottom:10px;
}







table.weather {
  width:100%;
  border-spacing: 0;
  font-size:14px;
}
table.weather th {
	color: #fff;
	padding: 10px 15px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.weather th.cap{
	background: #e6e6e6;
	border: none;
	color: #222222;
	font-weight: normal;
	text-shadow: none;
}
table.weather th:last-child {
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.weather tr td {
	width:11%;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	box-shadow: 2px 0px 2px rgba(0,0,0,0.1),0px 0px 0px rgba(255,255,255,0.3) inset;
	text-align: center;
	font-size:0.85em
}
table.weather tr td:last-child {
	border-right: 1px solid #84b2e0;
}




table.weather tr {
	background: #f1f6fc;
}
table.weather tr:nth-child(2n+1) {
	background: #fff;
}
table.weather tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
ul.lev0 li{
	background: #e6e6e6;
	overflow: hidden;
}
ul.lev0 li h3{
	width: 100%;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	background-image: linear-gradient(#FFFFFF, #CECECE);
	border-top: 1px solid #B4B4B4;
	list-style: none outside none;
	padding:0 5px;
	overflow: hidden;
} 
ul.lev0 li .slideHeader{
	overflow: hidden;
	padding: 10px 0;
}

ul.lev0 li a.plus{
	padding: 15px 0;
	width: 100%;
	background: url(/sp/common/images/plus.png) no-repeat center right;
	display: block;
}
ul.lev0 li a.minus{
	padding: 15px 0;
	width: 100%;
	background: url(/sp/common/images/minus.png) no-repeat center right;
	display: block;
}
ul.lev0 li .slideDetail{
	width: 95%;
	margin: 10px;
	display:none;
}
div.RtxtLink{
	padding: 10px;
	text-align:right;
	background: #999999;
	overflow: hidden;
}
div.RtxtLink a{ float: right; }
div.footer_nav ul{
	clear:both;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d7d7d), color-stop(100%, #9f9f9f));
	background-image: -webkit-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -moz-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -o-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: -ms-linear-gradient(#7d7d7d, #9f9f9f);
	background-image: linear-gradient(#7d7d7d, #9f9f9f);
	width: 100%;
	height: 50px;
	overflow: hidden;
}

/*-----------------------------------
 18/04/18 汎用
-----------------------------------*/
.btn_block {
	padding: 20px 0;
	text-align: center;
}

/*
 「ul.ui-list li a」を参考にしています。
 buttonタグ以外でも使用可能です。
 必要に応じ、widthは別途設定してください。

*/
.btn {
	background: linear-gradient(#FFFFFF, #CECECE);
	border: 1px solid #CCCCCC;
	border-radius: 1em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	padding: 10px 0.6em;
}

.btn_text {
	color: #0000EE;
}

.caution {
	color: #EE0000;
	font-weight: bold;
}

.p5 {
	padding: 5px;
}

.ta_left {
	text-align: left;
}
