@charset "UTF-8";
/*
 * layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color: #000;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
}

p  {
	margin-bottom: 10px;
}

input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	border-style: none;
	height: auto;
 max-width: 100%;
 width: auto;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content:'';
}
a, input {
	outline: none;
}
input, textarea {
	border-radius: 0;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
abbr, acronym {
	border: 0;
}

/*==================================================================================================================*/

/*　共通
----------------------------------------------------*/

div.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* リンク
----------------------------------------------------*/
	
a:link {
	color:#0C61CE;
}
	
a:active {
 color:#0000FF;
}
	
a:visited {
 color:#990066;
}
	
a:hover {
	color:#F00;
}

/*　アイコン　*/

img.icon {
	padding-left: 0.3em;
}

/*==================================================================================================================*/

/*　ヘッダー
----------------------------------------------------*/
#headerArea {
	width: 100%;
	text-align: left;
	border-top: 1px solid #016109;
	padding-bottom: 20px;
	padding-top: 15px;
}
#headerArea div.block {
	width: 380px;
	float: left;
}
#headerArea div.block p.text {
	font-size: 11px;
	color: #996C0D;
	margin-bottom: 10px;
}
#headerArea div.block .logo {
	height: 49px;
	width: 368px;
}

#headerArea .contact {
	float: right;
	border: 1px solid #016109;
	margin: 0px;
	padding: 0px;
	width: 570px;
}

#headerArea .contact p.text {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #016109;
	font-weight: bold;
}
#headerArea .contact .inner {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-bottom: 0px;
}
#headerArea .contact p.flL {
	border-right: 1px solid #D6D6D6;
	padding-right: 15px;
}

#headerArea .contact p.flR a:hover img  {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*==================================================================================================================*/

/*　グローバル　ナビ
----------------------------------------------------*/

#gl-navArea {
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #666600;
	background: url(../img/bg_gl-nav.jpg) repeat-x left bottom;
}

#gl-nav {
	padding: 0px;
	margin: 0px auto;
	width: 940px;
}

#dropmenu {
	position: relative;
	width: 940px;
	height: 45px;
	margin: 0px;
	padding: 0;
}

#dropmenu li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	height: 45px;
	display: block;
	line-height: normal;
	position: relative;
}

#dropmenu li a {
 display: block;
 margin: 0;
 padding: 0;
	height: 45px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline:none;
	zoom: 1;
}

#dropmenu li#nav-blog {
	margin: 0;
	padding: 0;
}

/*　グローバルナビ　ボタン　a　*/

#gl-nav li#nav-home > a {
	background: url(../img/btn_gl-nav_01_up.jpg) no-repeat left top;
	width: 168px;
	text-indent: -9999px;
}

#gl-nav li#nav-symptom > a {
	background: url(../img/btn_gl-nav_02_up.jpg) no-repeat left top;
	width: 251px;
	text-indent: -9999px;
}

#gl-nav li#nav-contact > a {
	background: url(../img/btn_gl-nav_03_up.jpg) no-repeat left top;
	width: 265px;
	text-indent: -9999px;
}

#gl-nav li#nav-blog > a {
	background: url(../img/btn_gl-nav_04_up.jpg) no-repeat left top;
	width: 220px;
	text-indent: -9999px;
}

/*　グローバルナビ　ボタン　hover　*/

#gl-nav li#nav-home > a:hover,
#home #gl-nav li#nav-home > a {
	background: url(../img/btn_gl-nav_01_dw.jpg) no-repeat left top;
	width: 168px;
}

#gl-nav li#nav-symptom > a:hover,
#symptom #gl-nav li#nav-symptom > a {
	background: url(../img/btn_gl-nav_02_dw.jpg) no-repeat left top;
	width: 251px
}

#gl-nav li#nav-contact > a:hover,
#contact #gl-nav li#nav-contact > a {
	background: url(../img/btn_gl-nav_03_dw.jpg) no-repeat left top;
	width: 265px;
}

#gl-nav li#nav-blog > a:hover,
#blog #gl-nav li#nav-blog > a {
	background: url(../img/btn_gl-nav_04_dw.jpg) no-repeat left top;
	width: 220px;
}

#dropmenu li div {
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
	padding: 0px;
	z-index:9999;
	display: block;
	width: 230px;
}

#dropmenu li div ul {
	margin: 0;
	padding: 0;
	display: block;
}

#dropmenu li:last-child ul {
 left: -100%;
 width: 100%
}

#dropmenu li div li {
 overflow: hidden;
 height: 0;
 -moz-transition: .2s;
 -webkit-transition: .2s;
 -o-transition: .2s;
 -ms-transition: .2s;
 transition: .2s;
}

#dropmenu li div li a {
	border-top: 1px solid #686804;
	border-right: 1px solid #686804;
	border-left: 1px solid #686804;
	display: block;
	height: 16px;
	width: 239px;
	padding: 10px 5px;
	line-height: normal;
	outline:none;
	zoom: 1;
	font-size: 14px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}

#dropmenu li:hover div li {
 overflow: visible;
 height: 36px;
}

#dropmenu li div li a:last-child {
	border-bottom:1px solid #686804;
}

#dropmenu li:hover div li a:link {
	color: #000;
}

#dropmenu li:hover div li a:hover {
	color:#E20A16;
}

#dropmenu li:hover div li span {
	background: url(../img/icon4.png) no-repeat left 1px;
	padding-left: 20px;
}

/*==================================================================================================================*/

/*　コンテンツ　*/
#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}
#wrapper {
	width: 100%;
	background: url(../img/bg_01.jpg) repeat left top;
	overflow: hidden;
}
#contents {
	float: left;
	width: 980px;
	background: #FFF;
	padding: 0px;
	line-height: 1.5;
	margin: 0px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#contents div.contents_main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#cate-title {
	height: 90px;
	width: 870px;
	margin-bottom: 20px;
}

/*==================================================================================================================*/

/*　page-top
----------------------------------------------------*/

#page-top {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}

#page-top div.wrap {
	padding: 50px 0px 0px;
}

#page-top p.btn {
	height: 43px;
	width: 110px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#page-top p.btn a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	outline:none;
	line-height: 0;
}

#page-top p.btn a {
	height: 43px;
	width: 110px;
	background: url(../img/btn_page-top.jpg) no-repeat left top;
}

#page-top p.btn a:hover {
	background: url(../img/btn_page-top.jpg) no-repeat left -43px;
}

/*==================================================================================================================*/

/*　フッタ
----------------------------------------------------*/

#footerArea {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	display: block;
	border-top: 5px solid #6C6C0A;
	color: #1F240B;
}

#footerArea a:link {
	color: #1F240B;
}
#footerArea a:hover {
	color:#F00;
}

#footerArea a:active {
 color:#0000FF;
}
	
#footerArea a:visited {
 color:#990066;
}
	

/*　フッタ　ナビ　*/
#footer_navi {
	padding:5px 10px;
	margin: 0px;
	float: left;
}
#footer_navi p.navi {
	line-height: normal;
	background: url(../img/ico_01.gif) no-repeat left 3px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}
#footer_navi ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer_navi li {
	line-height: normal;
	background: url(../img/ico_01.gif) no-repeat left 3px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
}
#footer_navi a {
	text-decoration: none;
	font-size: 15px;
}

/*　フッタ　テキスト　*/
#footer_text {
	padding:5px 15px;
	margin: 0px;
	float: right;
	border-left: 1px solid #CCC;
	font-size: 15px;
}
#footer_text strong {
	font-size: 18px;
}
#footer_text p.copy {
	font-size: 12px;
	padding-top: 20px;
}
