﻿@charset "Shift_JIS";

/*------------------------------------------------------------------------------*/
/*要素名　　：全ての要素							*/
/*セレクタ名：なし								*/
/*備考      ：ブラウザ毎の初期設定をクリア                                      */
/*------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body{
	background-image:url("../image/bg_header.jpg");
	background-repeat:repeat-x;
	font-size:1em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img{
	border:0;
}

/*------------------------------------------------------------------------------*/
/*要素名　　：h1								*/
/*セレクタ名：なし								*/
/*備考      ：			                                                */
/*------------------------------------------------------------------------------*/
h1{
	font-size:0.8em;
	font-weight:normal;
	color:#404040;
	letter-spacing:0.05em;
	line-height:2.0;
	margin-bottom:10px;
	text-align:right;

}

h2{
	margin-top:20px;
	margin-bottom:20px;
}
br.clear{
	clear:both;
}


ul{
	list-style:none;
}

li{

	color:#404040;
	letter-spacing:0.05em;
	line-height:2.0;
}

/*------------------------------------------------------------------------------*/
/*要素名　　：div								*/
/*セレクタ名：div#g_header							*/
/*備考      ：			                                                */
/*------------------------------------------------------------------------------*/
div#header{
	margin:0 auto;
	width:1100px;
    max-width: 100%;
	height:128px;
	text-align:left;
}

div#header_logo{
	float:left;
	width:350px;
}

div#header_tel{
	float:right;
	text-align:right;
	display: flex;
	align-items: flex-start;
}
div#header_tel img:nth-child(2){
	padding: 3px 0 0 5px;
}
/*------------------------------------------------------------------------------*/
/*要素名　　：div								*/
/*セレクタ名：div#g_header_container						*/
/*備考      ：			                                                */
/*------------------------------------------------------------------------------*/
div#vi{
	width:100%;
	position:absolute;
	top:204px;
	left:0;
    text-align: center;
        z-index:500;
}

div#blog{
	position:absolute;
	left:50%;
	margin-left:150px;
	top:330px;
        z-index:1000;
}

div#link_blog{
	position:absolute;
	left:50%;
	margin-left:282px;
	top:220px;

}


div#menu_top{
	clear:both;
	margin:0 auto;
	width:1100px;
    max-width: 100%;
	height:160px;
	vertical-align:bottom;
	margin-bottom:360px;
    text-align: center;
}

div#menu_top ul{
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

div#menu_top li{
	float:left;
    1padding-right: 0.3em;
    1width: 216px;
    1width: 20%;
    max-width: 20%;
    text-align: left;
}

div#menu_top li img{
    width: 100%;
}

div#menu_top li#menu_end{
	padding-right:0;
}

div#menu{
	clear:both;
	margin:0 auto;
	width:1100px;
    max-width: 100%;
	height:160px;
	vertical-align:bottom;
	margin-bottom:170px;
    text-align: center;
}

div#menu ul{
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

div#menu li{
	float:left;
    1padding-right: 0.3em;
    1width: 216px;
    1width: 20%;
    max-width: 20%;
    text-align: left;
}

div#menu li img{
    width: 100%;
}

div#menu li#menu_end{
	padding-right:0;
}

div#message{
	margin:0 auto;
	border:1px solid #ccc;
	padding:30px;
	width:900px;
	margin-bottom:30px;
}

dl#information{
	width:960px;
}

#information dt{
	float:left;
}

#information dd{
	float:right;
	width:790px;
	padding:10px;
	height:156px;
	text-align:left;
	border:1px solid #CCCCCC;

}

#information dd ul{
	background-clip: padding-box;
	overflow-y: scroll;
	height:156px;
}

#information li{
	padding-bottom:20px;
}

div#top_symptom{
	background-color:#FFEACB;
	width:900px;
	margin:0 auto;
	border-radius: 10px;
	padding:20px;
	position:relative;
	font-size:0.8em;
}

div#top_symptom ul{
	float:left;
	margin-left:20px;
    width: 275px;
}

div#top_symptom li{
    background: url(../../image/listmark_disc.png) no-repeat 10px 8px;
    padding-left: 35px;
}

div#top_symptom li:first-child{
    background: none;
}

div#top_symptom strong{
	font-size:1.4em;
	border-bottom:1px dotted #EC8D00;
}
div#top_symptom p{
	position:absolute;
	bottom:10px;
	right:20px;
}

div#top_link{
	margin-bottom:50px;
	font-size:0.8em;
}

div#top_link img{
	padding-bottom:5px;
}
dl.info{
	float:left;
	width:231px;
	margin-right:12px;
	margin-top:30px;
}

dl.info_end{
	float:right;
	width:231px;
	margin-top:30px;
}

div.box_left{
	padding-top:20px;
	float:left;
	width:426px;
}

div.box_right{
	padding-top:20px;
	float:right;
	width:500px;
}

ul#time_comment{
	float:right;
	text-align:right;
	padding-bottom:20px;
}

small{
	float:right;
}

div#top_comment{
	border:1px solid #cccccc;
	padding:20px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#FEECD1;
}

span#info_01{
	background: url(../../image/ico_01.gif) no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	float:right;
}

span#info_02{
	background: url(../../image/ico_02.gif) no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	float:right;
}

span#info_03{
	background: url(../../image/ico_03.gif) no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	float:right;
}

span#info_04{
	background: url(../../image/ico_04.gif) no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	float:right;
}

span#symptom_07{
    margin-left: 20px;
}


/*------------------------------------------------------------------------------*/
/*要素名　　：div								*/
/*セレクタ名：div#g_container							*/
/*備考      ：			                                                */
/*------------------------------------------------------------------------------*/
div#container{
	width:960px;
	background-position:0 0;
	background-color:#FFFFFF;
	margin:0 auto;
}

/*------------------------------------------------------------------------------*/
/*要素名　　：p									*/
/*セレクタ名：なし								*/
/*備考      ：g_main_pに属するpに適用			                        */
/*------------------------------------------------------------------------------*/
p{

	color:#333;
	letter-spacing:0.05em;
	line-height:2.0;
	text-align:justify;
	text-justify:inter-ideograph;
}

dl{

	color:#333;
	letter-spacing:0.05em;
	line-height:2.0;
	text-align:justify;
	text-justify:inter-ideograph;
}

div#footer{
	background-image:url("../image/bg_footer.gif");
	background-repeat:repeat-x;
	background-position:center;
	height:270px;
	width:100%;
	font-size:0.8em;
}


div#footer_gototop{
	text-align:right;
	width:960px;
	margin:0 auto;
	padding-top:25px;
	height:20px;
}

div#footer_left{
	float:left;
	width:510px;
	text-align:left;
}

div#footer_logo{
	float:left;
	width:200px;
}

div#footer_info{
	float:right;
	width:306px;
}

div#footer_info p{
	color:#fff;
	line-height:1.4em;
}

div#footer_info img{
	padding-bottom:10px;
}

div#footer_right{
	float:right;
	width:430px;
	text-align:left;
	position: relative;
}

div#footer_right li, div#footer_right p{
	color:#fff;
}

div#footer_right li{
	padding-top:0;
	padding-bottom:0;
	margin-top:10px;
	line-height:1em;
	padding-right:8px;
	padding-left:8px;
}

div#footer_right li.end{
	border:0;
	padding-right:0;
}

div#footer_container{
	margin:0 auto;
	width:960px;
	padding-top:46px;
	text-align:right;
	color:#B9C1F0;
	letter-spacing:0.05em;
	line-height:2.0;
	position:relative;
}

img#doctor_name{
	float:right;
	padding-top:24px;
	padding-right:10px;
}


div#copyright{
	position:absolute;
	bottom:0;
	right:0;
}

div#footer_right p{
	margin-left:6px;
}

.doctors-file{
	display: block;
	position: absolute;
	top: 50px;
	right: 3px;
	width: 200px;
}
.doctors-file img{
	width: 100%;
}
a:link {color:#006699;}      /* unvisited link */
a:visited {color:#551A8B;}  /* visited link */
a:hover {color:#006699;}  /* mouse over link */
a:active {color:#0066CC;}  /* selected link */

div#footer a:link {color:#ffffff;text-decoration:none;}      /* unvisited link */
div#footer a:visited {color:#ffffff;text-decoration:none;}  /* visited link */
div#footer a:hover {color:#ffffff;text-decoration:underline}  /* mouse over link */
div#footer a:active {color:#ffffff;}  /* selected link */

.link_doctor_qube img{
	width: 170px;
}
