@charset "UTF-8";
body {
}
#Wrapper {
	text-align: left;
	vertical-align: bottom;
/*	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.8);*/
}
/* ----------------------- 初期設定 ---------------------- */
p {
	font-size: 12pt;
	line-height: 1.5;
}
/* -------------------- クラス指定 ----------------------- */

.FloatL {
	float: left;
}
img.FloatL {
	margin-right: 5px;
}
.AlignCenter {
	text-align: center;
}
/* -------------------- ヘッダーブロック ----------------------- */
header {
	text-align: left;
}
#TopHead {
	height: 60px;
	border-bottom: 3px solid #99CC00;
}
header h1 {
	width: 42%;
	height: 60px;
	float: left;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}

header  h1#PageHead {
	background-color: #99CC00;
	margin: 0px;
	padding: 0px;
	height: 5px;
	background-image: none;
	float: none;
	width: 100%;
}

.Android header h1 {
	background-image: url(../images/logo.jpg);
}
#Top ul {
	float: right;
	width: 170px;
}
#Top ul, #Top li {
	margin: 0;
	padding: 0;
}
#Top ul li {
	float: left;
	height: 55px;
	width: 50px;
}
#Top ul li#TopMedical,#Top ul li#TopBeauty {
	margin-left: 10px;
}
#Top ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 16px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
#Top ul li#TopArea a {
	background-image: url(../images/area_btx2.png);
}
#Top ul li#TopMedical a {
	background-image: url(../images/medical_btx2.png);
}
#Top ul li#TopBeauty a {
	background-image: url(../images/beauty_btx2.png);
}
/* --------- header内のナビブロック ------------ */
header nav {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 46px;
	min-height:46px;
	position:relative;
}
header nav a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-9999px;
}
header nav p#GotoBack {
	width: 58px;
	height: 43px;
	float: left;
	margin-left:7px;
	background-image: url(../images/back_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
header nav p#Home {
	width: 25px;
	height: 43px;
	float:right;
	position:absolute;
	right:48px;
	top:0;
	background-image: url(../images/backhome_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}
header nav p#Search {
	width: 41px;
	height: 43px;
	float:right;
	text-indent:-9999px;
	background-image: url(../images/header_search.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 41px 86px;
}
header nav p#Search.active {
	background-position: 0 -43px;
}
#SearchWindow {
	clear: both;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,254,255)),color-stop(1, rgb(232,232,232)));
	background-image: gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,254,255)),color-stop(1, rgb(232,232,232)));
	background-image: -webkit-linear-gradient(-90deg,rgb(255,254,255) 0%,rgb(232,232,232) 100%);
	background-image: linear-gradient(-90deg,rgb(255,254,255) 0%,rgb(232,232,232) 100%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#SearchWindow p.search-bar {
	margin-bottom:10px;
}
.search-bar .search-text em {
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	margin-right:10px;
	margin-left:10px;
	line-height:30px;
	color:#333;
}
.search-bar .search-text {
	width:100%;
}
.search-bar .search-text input[type = "search"] {
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 67%;
	height: 30px;
	padding: 6px 6px 5px 6px;
	font-size: 17px;
	overflow: hidden;
	border: solid 1px #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:rgb(255,255,255);
	-webkit-box-shadow:inset 0px 0px 3px rgb(102,102,102);
	box-shadow:inset 0px 0px 3px rgb(102,102,102);
}
.search-bar input[type = "submit"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 95%;
	height: 34px;
	margin: 10px auto 0px auto;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.5em;
	text-shadow: 0px 1px 0px rgba(50, 50, 50, 1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: solid 1px #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #666;
	background-image: -webkit-gradient(linear,53% 0%,53% 99%,color-stop(0, rgb(136,136,136)),color-stop(1, rgb(70,70,70)));
	background-image: gradient(linear,53% 0%,53% 99%,color-stop(0, rgb(136,136,136)),color-stop(1, rgb(70,70,70)));
	background-image: -webkit-linear-gradient(-90deg,rgb(136,136,136) 0%,rgb(70,70,70) 100%);
	background-image: linear-gradient(-90deg,rgb(136,136,136) 0%,rgb(70,70,70) 100%);
}


/* -------------------- フッターブロック ----------------------- */
footer p.PageTop {
	background-color:#343104;
	height:35px;
}
footer p.PageTop a {
	display: block;
	color: #FFF;
	font-size: 12px;
	width: 11em;
	float: right;
	line-height: 35px;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	background-image: url(../images/go_top_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:14px 11px;
}
footer nav ul,
footer nav li {
	margin:0;
	padding:0;
	list-style-type:none;
}
footer nav ul {
	height:50px;
	background-color:#00CA98;
}
footer nav ul li {
	width:33.33%;
	float:left;
}
footer nav ul li a {
	display:block;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:15px;
}
footer nav ul li#EdogawaCity {background-color:#5ABE28;}
footer nav ul li#KotoCity {background-color:#00A5FE;}
footer nav ul li#SumidaCity {background-color:#00CA98;}
footer nav ul li#KatsushikaCity {background-color:#95C60C;}

footer nav ul li#TakatsuCity {background-color:#254989;}
footer nav ul li#AobaCity {background-color:#0021CD;}
footer nav ul li#MiyamaeCity {background-color:#669900;}
footer nav ul li#TsuzukiCity {background-color:#FF330C;}

footer nav ul li:last-child{float:right;}

footer nav p#Display {
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
footer nav p#Display span {
	line-height: 40px;
	color: #727272;
}
footer nav p#Display a {
	text-decoration:none;
	color:#000;
}
address {
	font-style:normal;
	text-align:right;
	font-size:11px;
	line-height:34px;
	background-color:#2D2D2D;
	color:#FFF;
	padding-right:10px;
}
address span {
	font-size: 1.4em;
	vertical-align: middle;
	margin-right: 0.2em;
}











