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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/* Homepage css ------------------------ */

body {
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	font-family:;
	vertical-align:middle;
	line-height:1.2;
	color:#000;
	font-size:14px;
}

input[type="submit"]{
-webkit-appearance: none;
}


.pagetitle {
	width:auto;
	height:40px;
	padding:6px 0;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align: left;
}

.boxright {
	width:auto;
}

.loginbox {
	position:relative;
	top:0px;
	width:400px;
	height:340px;
	padding:10px;
	background:#fff;
	text-align: left;
	margin:0 auto;
}

/* msg --------------------------------- */

.msgbox {
	display:none;
	position:fixed;
	z-index:10000;
	top:240px;
	left:50%;
	margin:0 0 0 -120px;
	width:240px;
	color:#03F;
	background:#FFC;
	padding:20px;
	border:1px solid #ccc;
-moz-box-shadow: 0 4px4px rgba(220,220,220,0.9);
-webkit-box-shadow: 0 4px4px rgba(220,220,220,0.9);
-o-box-shadow: 0 4px 4px rgba(220,220,220,0.9);
-ms-box-shadow: 0 4px 4px rgba(220,220,220,0.9);
box-shadow: 0 4px 4px rgba(220,220,220,0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}


a:link {
	color:#4d4d4d;
	text-decoration:none;
}
a:visited {
	color:#4d4d4d;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:none;
}


a.wnav {color:#fff;text-decoration:none;font-weight:none ;font-size:16px;cursor:pointer;}
a.wnav:active {color:#fff;text-decoration:none;}
a.wnav:visited {color:#fff;text-decoration:none;}
a.wnav:hover {color:#f60;text-decoration:none;}


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

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password]{
    width:344px;
    height:36px;
    padding: 0 8px;
    background:#fff;
    border: 1px solid #c0c0c0;
    color:#404040;
    font-size:18px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-input-placeholder    {font-size:14px;color: #424242}
  -moz-placeholder    {font-size:14px;color: #424242}
  -moz-placeholder    {font-size:14px;color: #424242}
  -ms-input-placeholder    {font-size:14px;color: #424242}   
}

input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=password]:hover {
    background:#fff;
  border: 1px solid #238EFF;
}

/*
input[type="submit"]{
-webkit-appearance: none;
}
input[type=submit]{
  display: inline-block;
  width:360px;
  text-align: center;
  overflow: hidden;
  font-size:16px;
  padding: 10px 0px;
  border: 1x solid #f4f4f4;
  background:#4c8efa;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
  color:#fff;
  font-weight:bold;
}

input[type=submit]:hover {
	background:#9fc1fa;
}
*/

.inputline {
	width:auto;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}

