@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.question {
	background-image: url(../../../images/chiryou/q.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 20px;
	font-weight: bold;
	color: #093;
	text-indent: 30px;
	font-size: 14px;
	height: 24px;
	padding-top: 5px;
	margin-top: 30px;
}
.answer {
	border: 1px solid #D6D6D6;
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 15px;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

p {
	padding-right: 20px;
	padding-left: 20px;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	margin-bottom: 0px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 900px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.top {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer_up {
	width: 880px;
	clear: both;
	text-align: right;
	padding-right: 20px;
}

h1 {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}
.content_title {
	margin-top: 25px;
}

.header {
	height: 94px;
	width: 900px;
}

.header_img {
	display:block;
	padding-top:16px;
}

/* ~~ レイアウトに使用するカラムです。~~ */

.sidebar {
	float: left;
	width: 220px;
	line-height: 160%;
	clear: both;
}

.information {
	width: 220px;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7CA;
	padding-bottom: 12px;
	height: 236px;
	margin-bottom: 10px;
	background-image: url(../img/information_bg.gif);
}

#shinryoujikan{
	padding-right: 10px;
	padding-left: 10px;
}

#shinryoujikan span{
	color: #FF6600;
}

#shinryoujikan .jikan{
	background-color: #E3E3E3;
	letter-spacing: 0.1em;
}

#shinryoujikan table{
	width: 620px;
	margin-bottom: 0px;
}

#shinryoujikan td{
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 1em;
}
.intyou {
	background-image: url(../img/clinic/hotta.jpg);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.intyou p {
	margin-left: 310px;
	padding-right: 0px;
}


.content {
	width: 650px;
	float: left;
	line-height: 180%;
	margin-bottom: 20px;
}

.container .content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #666;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* ~~ フッター ~~ */
.footer {
	clear: both;
	background-image: url(../img/footer.gif);
	height: 50px;
	padding-top: 14px;
	color: #FFF;
	font-size: 10px;
	width: 900px;
}

.corp {
	clear: both;
	background-image: url(../img/corp.gif);
	height: 27px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	margin-top: 1px;
	margin-bottom: 30px;
	width: 900px;
}



#kaiso {
	font-size: 10px;
	margin-bottom: 20px;
}
h2 {
	background-image: url(../img/orange.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	padding-top: 5px;
	letter-spacing: 0.1em;
	margin-top: 40px;
	padding-left: 10px;
}
.cap {
	padding-bottom: 20px;
	padding-top: 5px;
	line-height: 140%;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7CA;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 8px;
	margin-top: 10px;
	padding-top: 10px;
}
.chiryou {
	float: left;
	width: 270px;
	padding-left: 40px;
	margin-bottom: 50px;
}
img {
	vertical-align: middle;
}
h4 {
	background-image: url(../img/wa.gif);
	background-repeat: no-repeat;
	color: #060;
	font-size: 14px;
	text-indent: 1.5em;
	padding-left: 10px;
	line-height: 14px;
	padding-top: 15px;
}

.content div ul {
	float: left;
}
.content .chiryou a {
	background-image: url(../img/ya.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 200%;
}
.up {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	text-align: right;
}











/*--------------------------navi---------------------------------*/

#navi {
	background-image: url(../img/top.jpg);
	height: 43px;
	width: 900px;
	margin-bottom: 20px;
}

#navi li {
	float: left;
	width: 150px;
	list-style-type: none;
}
#navi li a {
    text-indent: -9999px;
    text-decoration: none;
    display: block;
	width: 100%;
	height: 43px;
	background-image: url(../img/top.jpg);
}

	/* ʏ */
	#nav01 a { background-position: 0 0; }
	#nav02 a { background-position: -150px 0; }
	#nav03 a { background-position: -300px 0; }
	#nav04 a { background-position: -450px 0; }
	#nav05 a { background-position: -600px 0; }
	#nav06 a { background-position: -750px 0; }

	
	/* I}EX */
	#nav01 a:hover { background-position: 0  -43px; }
	#nav02 a:hover { background-position: -150px -43px; }
	#nav03 a:hover { background-position: -300px -43px; }
	#nav04 a:hover { background-position: -450px -43px; }
	#nav05 a:hover { background-position: -600px -43px; }
	#nav06 a:hover { background-position: -750px -43px; }
	
/*--------------------------navi_end---------------------------------*/
#machi {
	background-color: #FFFDE5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 198px;
	padding: 10px;
}
.parking {
	height: 63px;
	width: 300px;
	background-image: url(../img/parking.gif);
	padding-left: 350px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.footer p a {
	color: #FFF;
}

/*--------------------------info---------------------------------*/
.pc_news_midasi {
	margin:10px;
	display:table;
    width: 95%;
}
.pc_news_midasi dt {
    float: left;
    clear: left;
    width: 7em;
    padding:4px 5px;
}
.pc_news_midasi dd {
    padding-left: 6em;
    padding:4px 5px;
}
.pc_inner {
	width: 900px;
    margin: 0 auto;
	padding:10px;
	background-color:#ffffff;
}
.pc_news-d {
    text-align: left;
    padding: 15px 25px 20px;
    border: #ddd solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pc_news-d h3 {
    font-weight: 500;
    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(0.25, #fff), color-stop(0.25, #e9f7f7), color-stop(0.5, #deeaf3), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, #deeaf3), to(#deeaf3));
    background: -moz-linear-gradient(-45deg, #fff 25%, #e9f7f7 25%, #e9f7f7 50%, #fff 50%, #fff 75%, #e9f7f7 75%, #e9f7f7);
    background: linear-gradient(-45deg, #fff 25%, #e9f7f7 25%, #e9f7f7 50%, #fff 50%, #fff 75%, #e9f7f7 75%, #e9f7f7);
    background-size: 8px 8px;
    font-size: 1.3em;
	border:none;
}
.pc_date {
    font-size: 0.88em;
    float: right;
}
.pc_bottom-10 {
    margin-bottom: 10px;
}
.pc_bottom-15 {
    margin-bottom: 15px;
}
.pc_bottom-20 {
    margin-bottom: 20px;
}
.new {
    font-size: 11px;
    color: #fff;
    background: #C00;
    padding: 3px 5px;
    margin-right: 5px;
}
@media only screen and (max-width: 900px){
	.pc_inner{
		width:96%;
		margin:0 2%;
	}
}