@charset "utf-8";

/*-----------------------------------------------------
common
-----------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
	background-color: #A52C33;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;;
}

dt, dd, ol, li, pre, input, p, blockquote, th, td, address {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6,strong, em, p, address,table, tr, td,
dl, dt, dd, ul, li, ol, form, fieldset, legend,noscript, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	border: 0;
	overflow: hidden;
	color: #23426E;
}

a:hover {
	border: 0;
	overflow: hidden;
	color: #FF6600;
}

a:visited {
	border: 0;
	overflow: hidden;
	color: #6D96BE;
}

a img {
	border: 0;
} 

li {
	list-style: none;
}

.clear {
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.log {
	display: none;
}

/*-----------------------------------------------------
table_bace
-----------------------------------------------------*/

table.table_bace {
	border-top: 1px solid #314A66;
	border-left: 1px solid #314A66;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.table_bace th {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
    color: #ffffff;
    background-color: #A52C33;
	background-image: url(../img/table-back.gif);
    background-position: left top;
    padding: 7px 5px;
    text-align: center;
	font-size: 14px;
}

table.table_bace td {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
	padding: 7px 5px;
	font-size: 14px;
}

/*-----------------------------------------------------
wrap
-----------------------------------------------------*/

#wrap {
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
	background-color: #FFF;
	
}

body > #wrap {
	height: auto;
}

/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #999999;
	border-bottom: 1px solid #CCCCCC;
}

/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#footer {
	width: 880px;
	height: 25px;
	margin: 0 auto;
	background-color:#CCCCCC;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

/*-----------------------------------------------------
トップページのindex CSS
-----------------------------------------------------*/

#header h1.pharma_product_logo a img {
	display: block;
	width: 500px;
	height: 105px;
	margin: 20px auto ;
	text-align: center;
}

/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
	width: 840px;
	margin: 0 30px;
}

#container .text_01 {
	font-size: 18px; 
	font-weight: bold; 
	line-height: 135%; 
	margin-bottom: 30px;
	text-align: center;
}

.left_f {
	float: left;
	width: 400px;
	margin-right: 30px;
}

.right_f {
	float: left;
	width: 410px;
	font-size: 14px;
	line-height: 135%;
	vertical-align: middle;
	margin-top: 20px;
}

#container h2.title {
	background: url(../img/pharma_product_title.jpg) no-repeat left top;
	width: 660px;
	height: 105px;
	margin: 30px auto 20px auto;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#container h2.title_yukikagaku {
	background: url(../img/pharma_title_yukikagaku.jpg) no-repeat left top;
	width: 660px;
	height: 200px;
	margin: 30px auto 20px auto;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#container h2.title_user {
	background: url(../img/user_title.gif) no-repeat left top;
	width: 600px;
	height: 145px;
	margin: 30px 0 0 150px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#wrap #container h3.table_title {
	font-size: 20px; 
	color: #A52C33; 
	margin-bottom: 20px;
}

#container .contact_text {
	background: url(../img/contact_text.gif) no-repeat left top;
	width: 660px;
	height: 100px;
	margin: 30px 0 0 120px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

form {
	width: 840px;
	margin: 0px auto;
	font-size: 14px;
}

form h2 {
	background: url(../img/h2_contact.gif) no-repeat left top;
	width: 560px;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

form .label {
	float: left;
	width: 150px;
	margin-right: 30px;
}

form .label span {
	font-weight: bold;
}

form .input {
	float: left;
}

form .textarea {
	float: left;
}

.line {
	background: url(../img/line.gif) repeat-x left bottom;
	width: 840px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.privacy {
	text-align: center;
}

.privacy textarea {
    border: 1px solid #CCCCCC;
    height: 120px;
    margin: 40px auto 50px auto;
    padding: 2%;
    width: 90%;
}

.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    /*color: #999;*/
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
	width: 220px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}

@media only screen and (max-width: 767px) {
#header h1.pharma_product_logo a img {
	display: block;
	width: 80%;
	height: auto;
	margin: 20px auto ;
	text-align: center;
}

img {
	width : 90% ;
}

#container .text_01 {
	font-size: 170%; 
	font-weight: bold; 
	line-height: 135%; 
	margin-bottom: 30px;
	text-align: center;
}

.left_f {
	float: left;
	width : 100% ;
	text-align: center;
}

.right_f {
	float: left;
	width: 100%;
	font-size: 150%;
	line-height: 135%;
	vertical-align: middle;
	margin-top: 20px;
}

#wrap #container h3.table_title {
	font-size : 180% ;
	line-height : 1.7 ;  
	color: #A52C33; 
	margin-bottom: 20px;
}

#wrap #container table tr td img {
	width : 200% ;
	margin : 0 0 1.8em 0 ;
}
#wrap #container .table_bace tr th {
	font-size : 150% ;
	line-height : 1.7 ; 
}
#wrap #container .table_bace tr td {
	font-size : 150% ;
	line-height : 1.7 ; 
}


} 




