﻿/* ******************************************************************** */
/* CSS for 薬ネット
/* Date.2011/9/1
/* Copyright 2011 MedicalValue All rights reserved.
/* For HP
/* ******************************************************************** */


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

.countbox {c                  
	width:260px;
	height:80px;
	border:1px solid #e4e4e4;
	padding:0px;
	color:#999;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	line-height: 2;
	background:#FFFFFF;
	margin-bottom: 10px;
}

.contbox {
	visibility:hidden;
	position:fixed;
	z-index: 20000;
	margin:auto;
  top:120px;
  left:50%;
  right:50%;
	display:inline-block;
	border:1px solid #999;
	width:280px;
	height:100px; 
	padding:10px;
	background: #fff;
}


.searchbox {
	width:260px;
	height:30px;
	color:#000;
	text-align:left;
	background:#fff;
	margin-bottom:10px;
}

.search-input {
	width:230px;
	height:30px;
	padding:6px 6px;
	border:1px solid #083388;
}

.search-input:hover {
	border:solid 2px #083388;
}

.search-submit {
	position:absolute;
	top:0px;
	left:230px;
	display:inline-block;
	border:0px;
	width:30px;
	height:30px;
	background:url(../image/search-submit.jpg)no-repeat;
	text-align:center;
border-radius: 0;
-webkit-appearance: button;
	cursor: pointer;
}

.searchlabel {
	width:auto;
	height:20px;
	line-height: 0.6;
	font-size:13px;
	font-weight: bold;
	color:#083388;
}

.address-input {
	width:508px;
	height:30px;
	padding:6px 6px;
}

.address-input:hover {
	border:solid 2px #083388;
}
.address-submit {
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	border:0px;
	width:30px;
	height:30px;
	background:url(../image/search-submit.jpg)no-repeat;
	text-align:center;
border-radius: 0;
-webkit-appearance: button;
	cursor: pointer;
}


/*-------------------------------------------------------*/
.addressbox {
	position: relative;
	width:auto;
	height:30px;
	background:#eaeaea;
	text-align: right;
}

#map2 {
	position: absolute;
	top:40px;
	width:100%;
	height:98%;
	background:#fff;
}


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

.topnavibox1 {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #ccc;
	width: 160px;
	height: 22px;
    text-align:right;
	background: ;
}

.topnavibox2 {
	position: absolute;
	left: 39px;
	top: 73px;
	color: #ccc;
	width: 1000px;
	height: 22px;


	 background: ;
}

.rsp {
	padding-right:50px;
}

/*-------------------------------------------------------*/
.herebtn {
	position: absolute;
	width:100%;
	bottom: 80px;
	background: ;
	text-align:center;
}


/* table2 -------------------------------------------------*/

.adbox {
	position:relative;
	display: table;
	width:100%;
	height:300px;
	background:#eee;
	border-spacing:30px;
	margin-bottom:40px;
}

.adbox .adbox101 {
	display: table-cell;
	width:245px;
	color:#000;
	background:#fff;
    height:200px;
    border:0;
    padding:0;
    vertical-align:top;

}

.adbox .adbox102 {
	display: table-cell;
	width:245px;
	margin-left: 20px;
	color:#000;
	background:#fff;
	height:auto;
    border:0;
    padding:0;
    vertical-align:top;
}


.adbox103 {
	display: table-cell;
	width:245px;
	margin-left: 20px;
	color:#000;
	background:#fff;
	height:auto;
    border:0;
    padding:0;
    vertical-align:top;
}


.adbox104 {
	display: table-cell;
	width:245px;
	margin-left: 20px;
	color:#000;
	background:#fff;
	height:auto;
    border:0;
    padding:0;
    vertical-align:top;
}

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

a.adbox201 {
	display:block;
	color:#083388;
	width:auto;
	height:80px;
	border:1px solid #df0268;
	line-height:5;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

a.adbox201:active {color:083388;text-decoration:none;}
a.adbox201:visited {color:083388;text-decoration:none;}

a.adbox201:hover {
	background:#083388;
	color:#fff;
	border:1px solid #083388;
	text-decoration:none;
}
a.adbox201:visited:hover {
	background:#083388;
	color:#fff;
	border:1px solid #083388;
	text-decoration:none;
}

.adbox202 {
	width:auto;
	height:auto;
	line-height:1.4;
	text-align:left;
	font-size:14px;
	color:#666;
	padding:10px;
}


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

a.adbox301 {
	display:block;
	color:#083388;
	width:260px;
	height:70px;
	border:1px solid #df0268;
	line-height:4;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background:#e4e4e4;
}

a.adbox301:active {color:083388;text-decoration:none;}
a.adbox301:visited {color:083388;text-decoration:none;}
a.adbox301:visited:hover {
	background:#083388;
	color:#fff;
	border:1px solid #083388;
	text-decoration:none;
}

a.adbox301:hover {
	background:#083388;
	color:#fff;
	border:1px solid #083388;
	text-decoration:none;
}




/* radio,chekbox ----------------------------------------------- */

.radiobox input {
	display: none;
}
.radiobox label{
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radiobox label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.radiobox label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.radiobox input[type="radio"]:checked + .switch-on {
	background-color: #e67168;
	color: #fff;
}
.radiobox input[type="radio"]:checked + .switch-off {
	background-color: #a1b91d;
	color: #fff;
}

/* local search box ----------------------*/

.controls {
	margin-top:10px;
	margin-left:10px;
  border: 1px solid #ddd;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;  
  width:100%;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 480px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

