@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: テル皮膚科
Theme URI: http://nijimo.jp/
Description: テル皮膚科
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #0A50A1;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

table {
	margin-bottom: 16px;
	width: 100%;
}

th {
	padding: 8px 12px;
	font-weight: 400;
	text-align: left;
	border: #9EADC0 solid 1px;
	vertical-align: middle;
	background: #D5E9FF;
}

td {
	padding: 8px 12px;
	border: #9EADC0 solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	background: url(./images/body_bg.png) top repeat-x;
	zoom:1;
}

#header {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	height: 110px;
}

#header h1 {
	position: absolute;
	top: 35px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 285px;
	height: 58px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}

#header_navigation {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 120%;
}

#header_navigation li {
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 0 14px 0 12px;
	font-size: 12px;
	line-height: 20px;
	background: url(./images/header_navigation_li_bg.png) left no-repeat;
}

#header_navigation li a {
	color: #fff;
	text-decoration: none;
}

#searchform {
	position: absolute;
	top: 36px;
	right: 0;	
}

#searchform input {
	vertical-align: top;
}

#s {
	width: 130px;
}

#font_resize {
	position: absolute;
	top: 70px;
	right: 14px;
	color: #877D6D;
	font-size: 1.2em;
}

#font_resize img {
	vertical-align: middle;
}

#header_menu {
	width: 100%;
	position: absolute;
	left: 7px;
	bottom: 0;
	font-size: 1.1em;
}

#header_menu li {
	float: left;
	display: inline;
	text-align: center;
}

#header_menu li a {
	display: block;
	width: 159px;
	height: 42px;
}

#header_menu li.home a { width: 160px; background: url(./images/header_menu_home_bg.png) top no-repeat; }
#header_menu li.hospital a { background: url(./images/header_menu_hospital_bg.png) top no-repeat; }
#header_menu li.service a { background: url(./images/header_menu_service_bg.png) top no-repeat; }
#header_menu li.examination a { background: url(./images/header_menu_examination_bg.png) top no-repeat; }
#header_menu li.equipment a { background: url(./images/header_menu_equipment_bg.png) top no-repeat; }
#header_menu li.contact a { width: 160px; background: url(./images/header_menu_contact_bg.png) top no-repeat; }

#header_menu li.contact {
	margin-right: 0;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	line-height: 180%;
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	font-size: 1.2em;
	background: #fff url(./images/content_bg.png) top no-repeat;
}

#content.no_image {
	padding-top: 30px;
	background: none;
}

#main {
	float: left;
	display: inline;
	margin-top: 20px;
	padding-bottom: 30px;
	width: 670px;
}

#main h3 {
	clear: both;
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 0 13px;
	height: 42px;
	color: #335CD7;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 42px;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h4 {
	margin-bottom: 10px;
	color: #335CD7;
	font-size: 1.25em;
	font-weight: 400;
	border-bottom: solid 2px #335CD7;
}

#main_image {
	margin: 0 -3px 29px -3px;
}

.sub_image {
	margin: 0 -3px 29px -3px;
	text-align: center;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .entry_text {
	margin-bottom: 20px;
	padding: 0 20px;
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
}

#content .navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .pager {
	margin: 0 auto;
	width: 25%;
}

#content .pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#sidebar {
	float: right;
	display: inline;
	margin: 20px 0 30px 0;
	width: 200px;
}

#sidebar_menu {
	margin-bottom: 18px;
}

#sidebar_menu li {
	width: 198px;
	height: 38px;
	vertical-align: top;
	border: solid 1px #DBDBDB;
}

#sidebar_menu li.menu_1 { background: #fff url(./images/sidebar_menu_1_bg.png) left top no-repeat; }
#sidebar_menu li.menu_2 { background: #fff url(./images/sidebar_menu_2_bg.png) left top no-repeat; }
#sidebar_menu li.menu_3 { background: #fff url(./images/sidebar_menu_3_bg.png) left top no-repeat; }
#sidebar_menu li.menu_4 { background: #fff url(./images/sidebar_menu_4_bg.png) left top no-repeat; }
#sidebar_menu li.menu_5 { background: #fff url(./images/sidebar_menu_5_bg.png) left top no-repeat; }
#sidebar_menu li.menu_6 { background: #fff url(./images/sidebar_menu_6_bg.png) left top no-repeat; }
#sidebar_menu li.menu_7 { background: #fff url(./images/sidebar_menu_7_bg.png) left top no-repeat; }
#sidebar_menu li.menu_8 { background: #fff url(./images/sidebar_menu_8_bg.png) left top no-repeat; }

#sidebar_menu li a {
	display: block;
	width: 198px;
	height: 38px;
}

#sidebar_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#sidebar_banner {
	margin-bottom: 30px;
}

#sidebar_banner li {
	margin-bottom: 10px;
}

#sidebar_banner img {
	vertical-align: top;
}

#sidebar_info h3 {
	margin-bottom: 4px;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: 400;
	border-left: solid 3px #929292;
	border-bottom: solid 1px #929292;
}

#sidebar_info h4 {
	margin-bottom: 4px;
	font-weight: 400;
}

#sidebar_info img {
	vertical-align: top;
}

#sidebar_info .block {
	padding: 10px;
	font-size: 90%;
	line-height: 140%;
	border-top: dotted 1px #929292;
}

#sidebar_info .text {
	padding: 12px 0 28px 0;
	font-size: 85%;
	color: #aaa;
	line-height: 130%;
}

#footer {
	clear: both;
	color: #999;
	background: #fff url(./images/footer_bg.png) top repeat-x;
	zoom: 1;
}

#footer_content {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	text-align: center;
}

#footer_text {
	padding-top: 4px;
	height: 30px;
	color: #fff;
	text-align: left;
	line-height: 1.2em;
}

#footer_text2 {
	margin-bottom: 3px;
	color: #bbb;
}

#footer_menu {
	margin: 8px 0 10px 0;
}

#footer_menu ul li {
	display: inline;
	zoom: 1;
}

#footer_menu ul li a {
	padding: 0 16px;
	color: #999;
	text-decoration: none;
	border-left: solid 1px #999;
}

#footer_copyright {
	text-align: center;
}

#footer_supported {
	text-align: center;
}

#footer_supported a {
	color: #aaa;
	text-decoration: none;
}

.to_top {
	clear: both;
	padding: 12px 0;
	text-align: right;
	zoom: 1;
}

.to_top a {
	padding-left: 16px;
	color: #816F6C;
	text-decoration: none;
	background: url(./images/to_top_bg.png) left no-repeat;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 16px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 16px;
}

.red {
	color: #f00;
}

.hover:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
	zoom: 1;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}

.clear {
	clear: both;
}