@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css?20180806001);

/*
Theme Name: Gabrielle
Theme URI: http://nijimo.jp/
Description: 妻田内科クリニック
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 80%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(./images/body_bg.png) repeat-x;
}

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: 4px 6px;
	font-weight: 400;
	text-align: left;
	border: #999 solid 1px;
	vertical-align: middle;
	background: #eee;
}

td{
	padding: 4px 6px;
	border: #999 solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #fff url(./images/wrapper_bg.png) repeat-y;
}

#main {
	float: right;
	width: 680px;
}

#header {
	position: relative;
	height: 132px;
	font-size: 78%;
	background: url(./images/header_bg.png) bottom no-repeat;
}

#header h1 {
	position: absolute;
	top: 45px;
	left: 31px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 216px;
	height: 43px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 28px;
	left: 28px;
	line-height: 110%;
	font-weight: 400;
}

#header_menu {
	position: absolute;
	bottom: 0;
	right: 0;
}

#header_menu li {
	float:left;
	display: inline;
	margin-left: 4px;
}

#header_menu li a {
	display: block;
	width: 105px;
	height: 36px;
}

#header_menu li.home a {
	background: url(./images/header_menu_home_bg.png) bottom no-repeat;
}

#header_menu li.greeting a {
	background: url(./images/header_menu_greeting_bg.png) bottom no-repeat;
}

#header_menu li.information a {
	background: url(./images/header_menu_information_bg.png) bottom no-repeat;
}

#header_menu li.service a {
	background: url(./images/header_menu_service_bg.png) bottom no-repeat;
}

#header_menu li.equipment a {
	background: url(./images/header_menu_equipment_bg.png) bottom no-repeat;
}

#header_menu li.contact a {
	background: url(./images/header_menu_contact_bg.png) bottom no-repeat;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	margin: 30px 0 0 30px;
	padding: 12px 20px;
	line-height: 180%;
	background: #fff url(./images/content_bg.png) top right no-repeat;
}

#content h3 {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 180px;
	height: 75px;
	border-right: dotted 2px #D6DAD2;
}

#content .entry_text {
	padding: 0 20px;
}

#content .head_text {
	float: left;
	display: inline;
	width: 400px;
}

#content h4 {
	clear: both;
	position: relative;
	margin-bottom: 14px;
	padding: 5px 0 3px 20px;
	/*height: 14px;*/
	color: #006F53;
	font-size: 120%;
	font-weight: 400;
	line-height: 110%;
	background: url(./images/h4_bg.png) left no-repeat;
}

#content h4 a {
	color: #006F53;
}

#content h4 span {
	margin-left: 24px;
	font-size: 80%;
	color: #000;
}

#sidebar {
	float: left;
	padding-top: 276px;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	font-size: 85%;
	background: url(./images/sidebar_bg.png) top left no-repeat;
	overflow: hidden;
}

#sidebar h4 {
	margin-bottom: 6px;
	padding: 0 0 8px 13px;
	font-size: 130%;
	font-weight: 400;
	background: url(./images/sidebar_h4_bg.png) 0 2px no-repeat;
	border-bottom: solid 1px #929292;
}

#sidebar hr {
	display: block;
	height: 1px;
	border: none;
	border-bottom: dotted #aaa 1px;
}

#sidebar_menu {
	margin: 0 0 20px 0;
}

#sidebar_menu li {
	margin: 0 0 2px 0;
}

#sidebar_menu li a {
	display: block;
	padding: 0 0 0 18px;
	width: 182px;
	height: 30px;
	color: #fff;
	font-size: 1.3em;
	line-height: 30px;
	text-decoration: none;
	background: url(./images/sidebar_menu_bg.png) left no-repeat;
}

#sidebar_menu ul {
	padding: 8px;
}

#sidebar_menu ul li a {
	display: inline;
	padding: 0 0 0 12px;
	width: auto;
	height: auto;
	color: #333;
	font-size: 100%;
	line-height: 1.8;
	background: url(./images/medical_care_li_li_bg.gif) left no-repeat;
}

#sidebar_tel {
	text-align: center;
	font-size: 110%;
	line-height: 180%;
	color: #FF4900;
}

#sidebar_banner {
	margin-bottom: 20px;
}

#sidebar_banner li {
	margin-bottom: 9px;
}

#sidebar_banner img {
	vertical-align: top;
}

#footer {
	clear: both;
	margin-left: 250px;
	width: 650px;
	border-top: solid 2px #E5E8E4;
}

#footer_menu {
	text-align: right;
	margin: 6px 0 10px 0;
}

#footer_menu li {
	display: inline;
	margin-right: 10px;
	padding-left: 12px;
	background: url(./images/footer_menu_li_bg.png) left no-repeat;
}

#footer_menu a {
	font-size: 85%;
	color: #888;
	text-decoration: none;
}

#footer_text {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
	color: #999;
	font-size: 80%;
}

#footer_copyright {
	font-size: 85%;
	text-align: right;
}

#footer_supported {
	font-size: 85%;
	text-align: right;
}

#footer_supported a {
	color: #999;
	text-decoration: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
}

.to_top {
	margin-bottom: 40px;
	text-align: right;
}

.to_top a {
	padding-left: 14px;
	background: url(./images/to_top_bg.png) left no-repeat;
	color: #7a7a7a;
}

.pager {
	margin: 0 auto;
	width: 25%;
}

.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;
}
