@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: jousui
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) 0 -18px 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: 0 auto 16px auto;
	width: 99%;
}

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;
}

*html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#header {
	position: relative;
	height: 60px;
	font-size: 78%;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 16px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 238px;
	height: 180px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 34px;
	right: 0;
	color: #aaa;
	line-height: 110%;
	font-weight: 400;
}

#header_navigation {
	position: absolute;
	top: 0;
	right: 0;
}

#header_navigation li {
	float: left;
	display: inline;
}

#header_navigation li a {
	display: block;
	height: 20px;
}

#header_navigation li.contact a {
	width: 105px;
	background: url(./images/header_navigation_contact_bg.png) left no-repeat;
}

#header_navigation li.sitemap a {
	width: 104px;
	background: url(./images/header_navigation_sitemap_bg.png) left no-repeat;
}

#header_navigation li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	margin: 0 auto;
	width: 900px;
	line-height: 180%;
}

#content h3 {
	clear: both;
	position: relative;
	margin-bottom: 14px;
	padding: 11px 0 0 47px;
	width: 606px;
	height: 26px;
	color: #771E00;
	font-size: 120%;
	font-weight: 400;
	line-height: 110%;
	background: url(./images/h3_bg.png) left no-repeat;
}

#content.no_sub_image {
	margin-top: 148px;
}

#main {
	float: right;
	display: inline;
	width: 606px;
	overflow: hidden;
}

#main h4 {
	margin-bottom: 10px;
	padding: 2px 0 0 16px;
	height: 17px;
	color: #0C257F;
	font-size: 110%;
	font-weight: 400;
	line-height: 110%;
	background: url(./images/h4_bg.png) left no-repeat;
}

#main h5 {
	margin-bottom: 12px;
	color: #521010;
	font-weight: 400;
	line-height: 110%;
}

#main h6 {
	font-weight: 400;
	color: #000;
}

#main ul {
	margin: 0 0 10px 10px;
}

#main ul li {
	padding-left: 16px;
}

#main_image {
	margin-bottom: 28px;
}

.sub_image {
	vertical-align: top;
	margin-bottom: 28px;
}

#main .entry_text {
	margin-bottom: 60px;
	padding: 0 20px;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .entry_text {
	padding: 0 20px;
	line-height: 160%;
}

#content .entry_sitemap {
	padding: 0 3% 20px 3%;
	width: 94%;
}

#content .entry_sitemap:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#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;   
}

#main #main_topics .news,
#main #main_topics .qa {
	padding: 0 18px 16px 18px;
	width: 260px;
	background: url(./images/top_topics_bg.png) bottom no-repeat;
}

#main #main_topics .news {
	float: left;
}

#main #main_topics .news dt {
	padding-left: 12px;
	color: #f90;
	background: url(./images/top_topics_dt_bg.png) left no-repeat;
}

#main #main_topics .news dd {
	margin-bottom: 14px;
	padding-left: 12px;
}

#main #main_topics a {
	color: #666;
}

#main #main_topics a:visited {
	color: #995899;
}

#main #main_topics .qa {
	float: right;
}

#main #main_topics .qa li {
	margin: 0 0 16px 0;
	padding: 0;
}

#main #main_topics h4 {
	margin: 0 -18px 12px -18px;
	height: 32px;
}

#main #main_topics .news h4 {
	background: url(./images/top_news_h4_bg.png) top no-repeat;
}

#main #main_topics .qa h4 {
	background: url(./images/top_qa_h4_bg.png) top no-repeat;
}

#main #main_topics h4 span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#main #main_topics .more {
	text-align: right;
}

#main #main_topics .more a {
	padding-left: 16px;
	color: #f90;
	background: url(./images/top_topics_more_bg.png) left no-repeat;
}

#sidebar {
	float: left;
	display: inline;
	width: 252px;
}

#sidebar hr {
	display: block;
	height: 1px;
	border: none;
	border-bottom: dotted #666 1px;
}

#sidebar_menu {
	margin-bottom: 28px;
}

#sidebar_menu li {
	vertical-align: top;
	zoom: 1;
}

#sidebar_menu li a {
	display: block;
	width: 252px;
	height: 44px;
}

#sidebar_menu li.home a {
	background: url(./images/sidebar_menu_home.png);
}

#sidebar_menu li.introduction a {
	background: url(./images/sidebar_menu_introduction.png);
}

#sidebar_menu li.clinic a {
	background: url(./images/sidebar_menu_clinic.png);
}

#sidebar_menu li.view a {
	background: url(./images/sidebar_menu_view.png);
}

#sidebar_menu li.shinryou a {
	background: url(./images/sidebar_menu_shinryou.png);
}

#sidebar_menu li.kenshin a {
	background: url(./images/sidebar_menu_kenshin.png);
}

#sidebar_menu li.equipment a {
	background: url(./images/sidebar_menu_equipment.png);
}

#sidebar_menu li.contact a {
	height: 46px;
	background: url(./images/sidebar_menu_contact.png);
}

#sidebar_menu li a:hover,
#sidebar_menu li.current a {
	background-position: bottom;
}

#sidebar_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#sidebar_banner li {
	margin-bottom: 14px;
}

#sidebar_info {
	margin-bottom: 16px;
	padding: 20px 20px 0 20px;
	font-size: 85%;
	line-height: 140%;
	background: url(./images/sidebar_info_bg.png) top no-repeat;
	zoom: 1;
}

#sidebar_info h4 {
	margin-bottom: 10px;
	padding: 0 0 9px 13px;
	font-weight: 400;
	font-size: 120%;
	background: url(./images/sidebar_info_h4_bg.png) 3px 4px no-repeat;
	border-bottom: solid 1px #777;
}

#sidebar_info .text {
	padding: 0 12px;
}

#sidebar_info .access {
	margin: 8px -20px 0 -20px;
	padding: 0 20px 14px 20px;
	text-align: right;
	background: url(./images/sidebar_info_foot_bg.png) bottom no-repeat;
	zoom: 1;
}

#sidebar_info .access a {
	padding-left: 15px;
	color: #460000;
	background: url(./images/sidebar_access_bg.png) left no-repeat;
}

#sidebar_info .tel {
	margin: 0 0 6px 0;
	color: #f00;
}

#sidebar_text {
	margin-bottom: 16px;
	padding-bottom: 32px;
	color: #999;
	font-size: 80%;
	line-height: 130%;
	border-bottom: dotted 1px #474747;
}

#sidebar_mobile {
	text-align: center;
}

#sidebar_mobile img {
	margin-bottom: 3px;
	vertical-align: top;
}

#sidebar_mobile h4 {
	margin: 0 0 16px 20px;
	padding: 0 0 0 16px;
	font-weight: 400;
	text-align: left;
	background: url(./images/sidebar_mobile_h4_bg.png) 0 5px no-repeat;
}

#sidebar .company {
	text-align: right;
}

#sidebar .company a {
	padding-left: 14px;
	color: #666;
	background: url(./images/sidebar_company_bg.png) left no-repeat;
}

#footer {
	clear: both;
	margin-top: 42px;
	font-size: 84%;
	border-top: solid 4px #460000;
}

#footer_content {
	padding: 10px 0 4px 0;
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 50px;
}

#footer_menu {
	line-height: 120%;
}

#footer_menu ul {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #A9998F;
}

#footer_menu ul li {
	margin: 0;
	padding: 0;
}

#footer_menu ul li a {
	padding-left: 12px;
	color: #771E00;
	text-decoration: none;
	background: url(./images/footer_menu_li_bg.png) left no-repeat;
}

#footer_menu ul li ul {
	float: none;
	display: block;
	padding: 0;
	font-size: 90%;
	border: none;
}

#footer_menu ul li ul li {
	float: left;
	display: inline;
	margin-left: 10px;
}

#footer_menu ul li ul li a {
	display: block;
	padding-left: 8px;
	background: url(./images/footer_menu_li_li_bg.png) left no-repeat;
}

#footer_text {
	position: absolute;
	top: 8px;
	right: 0;
	color: #aaa;
	font-size: 90%;
	text-align: right;
}

#footer_copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 90%;
	text-align: right;
	line-height: 110%;
	padding: 4px 0;
}

#footer_copyright a {
	color: #666;
	text-decoration: none;
}

.to_top {
	clear: both;
	padding: 20px 0;
	text-align: right;
	zoom: 1;
}

.to_top a {
	padding-left: 16px;
	color: #f90;
	background: url(./images/to_top_bg.png) left no-repeat;
}

#footer .to_top {
	position: absolute;
	top: -22px;
	right: 0;
	padding: 0;
}

#footer .to_top a {
	display: block;
	padding: 0;
	width: 138px;
	height: 18px;
	background: url(./images/footer_to_top_bg.png) left no-repeat;
}

#footer .to_top a span {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	text-indent: -8000px;
}

.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;
}

.red {
	color: #f00;
}

.orange {
	color: #f90;
}

.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;
}