/* CSS Document */
/* ##################################################################### */
/*	EyewillStrap Ver.1.0
/* ##################################################################### */
/* ===================================================================== */
/*	スマホ基本設定
/* ===================================================================== */
li.list04.globalnavi {
	background-color: #BB0205;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(217,0,3,1.00) 0%,rgba(196,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(217,0,3,1.00) 0%,rgba(196,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(217,0,3,1.00) 0%,rgba(196,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,0,0,1.00) 0%,rgba(196,0,0,1.00) 100%);
	}

li.list04.globalnavi a {
	color: #FFFFFF;
	}

li.list04.globalnavi a:hover {
	color: #BB0205;
	}

li.list04.globalnavi .dropdown-menu{
	background-color: #FFFFFF;
}

li.list04.globalnavi a{
	color: #FFFFFF!important;
	}
	
li.list04.globalnavi li a{
	color: #000000!important;
	}
li.list04.globalnavi li a:hover{
	color: #BB0205!important;
	}

table.basic ul{
	padding-left: 15px;
}

table.basic ul li{
	padding-left: 0px;
    margin-bottom: 0px;
    line-height: 1.6em;
}


.mapTitle{
	}
.mapTitle h2{
	}

.mapJP{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #F1F0E9;
	float: left;
	margin-bottom: 30px;
	}

.mapJP h2{
	color: #373127;
	background-color: #9E9B86;
	}

.mapJP dl{
	width: 100%;
	clear: both;

	}
	
.mapJP dt{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-radius: 6px;
	font-size: 90%;
	font-weight: normal;
	}
	
.mapJP dd{
	font-size:90%;
	width:100%;
	color:#909090;
	}

	
/* ===== エリアの色変更 ====== */
.mapJP dt.list01{
	background-color: #82C1EA;
	}
	
.mapJP dt.list02{
	background-color: #E72B67;
	}
	
.mapJP dt.list03{
	background-color: #91B671;
	}
	
.mapJP dt.list04{
	background-color: #F39939;
	}
	
.mapJP dt.list05{
	background-color: #A59ACA;
	}
	
.mapJP dt.list06{
	background-color: #FDD000;
	}
.mapJP dt.list07{
	background-color: #339e78;
	}
.mapJP dt.list08{
	background-color: #d887c4;
	}
.mapJP dt.list09{
	background-color: #3487c9;
	}



@media (min-width: 768px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */
.mapJP{
	padding-right:10px;}

.mapJP dl{
	background-color: rgba(255,255,255,0.60);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
	margin-bottom: 5px;
	}
.mapJP dt{
	width: 18%;
	font-size: 90%;
	display: inline-table;
	padding-bottom:5px;
	padding-top:5px;
	}
.mapJP dd{
	/* background-color: rgba(255,255,255,0.60); */
	height: auto;
	padding-left: 10px;
	width: 80%;
	font-size: 90%;
	display: inline-table;
	padding-top:5px;
	}

.memberList ul{
	padding-left:0px;
	width:100%;
	margin-left:0%;
	}

.memberList .member{
	margin-bottom: 15px;
	background-color:transparent;
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 0px;
	}


.memberList .member{
	background-image:none;
	
	}
.search table{
	margin-bottom:15px;}
}

p.search{
	font-size:140%;
}

.searchTitle{
	margin-bottom: 20px;
}

.search i{
	font-size:140%;
	color: #FF0004;	
}

.searchTitle p{
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF0004;
}


.searchTitle ul{
	margin-left: 0px;
	padding-left: 0px;
}

.searchTitle li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.searchTitle li label{
	font-weight: normal!important;
	font-variant: normal!important;
	font-style: normal!important;
}

.searchTitle li label:hover{
	color: #FF7173;	
}

.mapJP .mapBG{
	display: none;
	}

@media (min-width: 992px) {
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */

.mapJP .mapBG{
	background-image: url(map.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 300px;
	display: block;
	text-indent: -9999px;
	background-position: 0px 15px;
	}


}

@media (min-width: 1200px) {
/* ##################################################################### */
/*	PC　コンピュータ
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */

/* .map{
	background-image: url(images/map.png);
	background-size: contain;
	background-position: 280px center;
	background-repeat: no-repeat;
	}	
*/	

}