@charset "utf-8";
/* CSS Document */

/*初期化
-----------------------------------------------------------------------------------*/
html, body, div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea,
p, blockquote, table, th, td, address{
	margin: 0;
	padding: 0;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
#products_name {border:0;}
img , a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
	}
.text span{
	vertical-align:top;
    padding:0;
    margin:0;
	} 
#medicineArea a:hover{
	font-style:normal;
	font-weight:normal;
	}
#wrap{list-style:none;}
.photo02{text-align:left;}
#button_area{
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after{content:'';}
abbr,acronym {
	border:0;
	font-variant:normal;
	}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

/*input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}*/

input,textarea,select{*font-size:100%;}
legend{color:#000;}


/*use Fx: Dotted line erase when click Link or Block element*/
*{outline: none;}


/*共通スタイル
-----------------------------------------------------------------------------------*/
a {
	vertical-align: middle;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

a img {
	border-style: none;
	vertical-align: middle;
}
	a img:hover {
		filter:alpha(opacity=80); /*IE*/
		-moz-opacity:0.8; /*FF*/
		opacity:0.8;
	}
	a.ro img:hover {
		filter:alpha(opacity=100); /*IE*/
		-moz-opacity:1; /*FF*/
		opacity:1;
	}
	a img.noh:hover {
		filter:alpha(opacity=100); /*IE*/
		-moz-opacity:1; /*FF*/
		opacity:1;
	}

ul,dl,ol{
	list-style:none;
}

/* 文字列制御 */
.text_just {
	text-align:justify;  
	text-justify: inter-ideograph;
}
.lh20 {
	line-height: 2;
}
.lh15 {
	line-height: 1.5;
}
.lh12 {
	line-height: 1.2;
}

/* マージン共通 */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt5 {
	margin-top: 5px;
}
.mtm10 {
	margin-top: -10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}
.mt75 {
	margin-top: 55px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.ml40 {
	margin-left:40px;
}
.ml45 {
	margin-left:45px;
}
.ml70 {
	margin-left:70px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr30 {
	margin-right: 30px;
}


/* パディング */
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}

/* アライン共通 */
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.vam {
	vertical-align: middle;
}

/* フォーム共通 */
img,input {
	vertical-align: middle;
}
input[type="text"], input[type="password"] {
	border: solid 1px #cdcdcd;
	padding: 2px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	border: solid 1px #cdcdcd;
	padding: 5px;
	background-color: #DFDFDF;
}
select {
	border: solid 1px #cdcdcd;
	padding: 2px;
	vertical-align: middle;
}
textarea {
	border: solid 1px #cdcdcd;
	padding: 2px;
}


/* 文字 */
.f_red {
	color: red;
}
.f_pink {
	color: #ff3b9d;
}
.f_blue {
	color: #1c6eff;
}
.f_green {
	color: #94c023;
}
.alert {
	display: none;
	color: red;
}

/* フロート関連 */
.flt_L {
	float: left;
}
.flt_R {
	float: right;
}
.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
.alignright {
	float: rightt;
	padding: 0 0 10px 10px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾀ*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix + *{
    clear: both;
}

.clf {
	width: 100%;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
}

/* 追加 */

* html body {     
    background: url(null) fixed;     
}

body {
	color : #000;
	background-image : url(../img/body_bg.jpg);
	font-family : "ｍｓ ゴシック","ヒラギノ角ゴ pro w3","hiragino kaku gothic pro",sans-serif,osaka,"メイリオ",meiryo;
	font-size : 14px;
	line-height : 1;
	margin : 0;
	padding : 0 0 30px 0;
	min-width : 972px;;-webkit-text-size-adjust:none;
}


#header {
	background-image : url(../img/h_bg.png);
	background-position : center top;
	background-repeat : no-repeat;
	width: 100%;
	height: 179px;
    position: fixed !important;  
    position: absolute;
	top: 0;
    left: 0;
    padding: 0;  
	z-index: 999;
}
#header .wrap {
	position: relative;
	width: 972px;
	margin: 0 auto;
}
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}
#header h1 {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	padding: 5px 0 0 20px;
}
#h_logo {
	position: absolute;
	top: 40px;
	left: 20px;
}
#h_tel {
	position: absolute;
	top: 25px;
	left: 260px;
}
#h_btn {
	position: absolute;
	top: 45px;
	right: 10px;
}
#gn {
	position: absolute;
	top: 115px;
	left: 20px;
}
#gn li {
	float: left;
}

#main {
	background-image : url(../img/main_bg.png);
	background-position : left top;
	background-repeat : repeat-x;
	padding-top : 200px;
	width: 100%;
	height: 604px;
	text-align: center;
}

#sec1 {
	background-image : url(../img/sec1_bg.png);
	background-position : left bottom;
	background-repeat : no-repeat;
	width: 970px;
	height: 235px;
	margin: 20px auto 0 auto;
	position: relative;
}
#sec1 h3 {
	position: absolute;
	top: 0;
	left: 10px;
}
#sec1 .btn {
	position: absolute;
	top: 30px;
	right: 20px;
}
#sec1 .list {
	color: #d44732;
	position: absolute;
	top: 80px;
	left: 50px;
	width: 890px;
	height: 135px;
	overflow-y: scroll;
}
#sec1 dl {
	margin-bottom: 10px;
}
#sec1 dt {
	float: left;
	width: 100px;
	color: #584a2f;
}
#sec1 dd {
	background-image : url(../img/icon1.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding: 0 0 0 10px;
	width: 750px;
	float: right;
}
#sec1 dd a {
	color: #d44732;
}

#box {
	border: 5px solid #b96436;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width: 963px;
	margin: 20px auto 0 auto;
	background-color: #FFF;
}

#sec2A .box1 {
	position: relative;
	text-align: right;
}
#sec2A .box1 img {
	position: absolute;
	height: 431px;
	top: -100px;
	right: 0;
}
#sec2A .box1 p {
	position: absolute;
	z-index: 10;
	padding: 10px 20px;
	color: #612a15;
	width: 540px;
	height: 130px;
	top:110px;
	left: 30px;
	text-align: left;
	line-height: 2;
}

#sec2B {
	margin-top: 380px;
	text-align: center;
}

#sec3 {
	position: relative;
	text-align: center;
}
#sec3 .link {
	position: absolute;
	top: 60px;
	right: 20px;
}
#sec3B {
	width: 833px;
	margin: 0 auto;
	padding: 20px 0;
}
#sec3C {
	position: relative;
}
#sec3C p {
	position: absolute;
	width: 250px;
	height: 107px;
	text-align: left;
	line-height: 2;
	padding: 10px;
	color: #584607;
}
#sec3C1 {
	top: 112px;
	left: 349px;
}
#sec3C2 {
	top: 112px;
	left: 656px;
}
#sec3C3 {
	top: 379px;
	left: 45px;
}
#sec3C4 {
	top: 379px;
	left: 350px;
}
#sec3C5 {
	top: 379px;
	left: 656px;
}

#feed2 {
	width: 910px;
	margin: 10px auto 0 auto;
}
#feed2 div {
	width: 220px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
#feed2 img {
	width: 200px;
}
#feed2 .r_end{
	margin-right: 0;
}
#feed2 a {
	color: #187274;
}

#sec4_link {
	position: absolute;
	bottom: 160px;
}
#sec4 {
	position: relative;
}
#sec4 li {
	padding: 0 0 0 20px;
}

#sec5_link {
	position: absolute;
	bottom: 160px;
}
#sec5C {
	position: relative;
}
#sec5C .left {
	float: left;
	width: 445px;
	margin-left: 25px;
}
#sec5C .right {
	float: right;
	width: 445px;
	margin-right: 25px;
}
#sec5C h5 span {
	color: #FFF;
	font-weight: bold;
	background-color: #af883d;
	padding: 5px 10px;
	font-size: 18px;
	display: inline;
}
#sec5C table {
	width: 100%;
	border-top: 1px solid #ebc39a;
	border-left: 1px solid #ebc39a;
}
#sec5C th {
	font-size: 17px;
	font-weight: bold;
	color: #985917;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #ebc39a;
	border-right: 1px solid #ebc39a;
	background-color: #fbe2c8;
}
#sec5C td {
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #ebc39a;
	border-right: 1px solid #ebc39a;
	vertical-align: top;
	color: #5a3918;
	font-size: 12px;
	line-height: 1.5;
}

#sec6 {
	position: relative;
}
#sec6_link {
	position: absolute;
	bottom: 160px;
}
#sec6 .left {
	width: 450px;
	float: left;
	margin-left: 25px;
}
#sec6 .right {
	width: 450px;
	float: right;
	margin-right: 25px;
}
#sec6 td {
	vertical-align: top;
}
#sec6 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #c45223;
}
#sec6 p {
	font-size: 12px;
	line-height: 2;
}

#sec7_link {
	position: absolute;
	bottom: 160px;
}
#sec7 table {
	width: 100%;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	width: 745px;
	margin: 30px auto 0 auto;
}
#sec7 th {
	font-weight: bold;
	color: #5b564c;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	background-color: #e8e8e7;
	vertical-align: top;
}
#sec7 th span {
	color: #e73f0b;
}
#sec7 td {
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	vertical-align: top;
	line-height: 1.5;
}

#footer {
	margin-top: 60px;
	font-size: 12px;
}
#footer a {
	color: #000;
}
#copy {
	margin-top: 20px;
	padding: 20px 0;
	background-color: #ece2c8;
	color: #937f4b;
	font-weight: bold;
}
#copy .left {
	width: 400px;
	margin-left: 35px;
	float: left;
}
#copy .right {
	width: 400px;
	margin-right: 35px;
	float: right;
	text-align: right;
}
