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

/*
Theme Name: yoshida_hihuka
Theme URI: http://nijimo.jp/
Description: yoshida_hihuka
Version: 1.0
Author: 株式会社ニジモ
Tags:
*/

body {
	color: #000000;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:;
	background: url(./images/main_bg.png);
}

a {
	color: #FF444A;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

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

th {
	padding: 4px 8px;
	font-weight: 400;
	text-align: left;
	border: #BFB8B0 solid 1px;
	vertical-align: middle;
	background: #E7FAF6;
}

thead th {
	background: #FAF1E7;
	text-align: center;
}

td {
	padding: 4px 8px;
	border: #BFB8B0 solid 1px;
}

table.nostyle th,
table.nostyle td {
	padding: 0;
	color: #000000;
	vertical-align: top;
	background: none;
	border: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	width: 860px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	zoom:1;
}

#header {
	margin: 0 0 20px 0;
}

#header_content {
	position: relative;
	margin: 0 auto;
	height: 152px;
	border-top: solid 6px #E7B0BA;
}

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

#header h1 a {
	display: block;
	width: 495px;
	height: 57px;
}

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

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

#header .tel {
	position: absolute;
	top: 24px;
	right: 0;
	color: #56210D;
	font-size: 13px;
	line-height: 1.8em;
	text-align: right;
}

#header .tel span {
	color: #000000;
}

#header_menu {
	position: absolute;
	bottom: 0;
}

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

#header_menu li a {
	display: block;
	width: 143px;
	height: 46px;
	background-position: top;
}

#header_menu li.menu_1 a { background: url(./images/header_menu_1_bg.png); }
#header_menu li.menu_2 a { background: url(./images/header_menu_2_bg.png); }
#header_menu li.menu_3 a { background: url(./images/header_menu_3_bg.png); }
#header_menu li.menu_4 a { background: url(./images/header_menu_4_bg.png); }
#header_menu li.menu_5 a { background: url(./images/header_menu_5_bg.png); }
#header_menu li.menu_6 a { background: url(./images/header_menu_6_bg.png); }

#header_menu li.menu_1 a,
#header_menu li.menu_6 a {
	width: 144px;
}

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

#content {
	line-height: 1.8;
	margin: 0 auto;
	padding-bottom: 80px;
	width: 860px;
	font-size: 1.2em;
}

#content:after {
  content: "";
  clear: both;
  display: block;
}

#content hr {
	display: block;
	margin: 12px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-bottom: dotted #DC8C9A 1px;
	vertical-align: top;
	zoom: 1;
}

#main {
	float: right;
	display: inline;
	margin-top: 30px;
	width: 600px;
}

#main h3 {
	position: relative;
	margin-bottom: 18px;
	padding: 0 0 0 24px;
	height: 30px;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 30px;
	background: url(./images/h3_bg.png) top no-repeat;
}

#main h4 {
	position: relative;
	margin-bottom: 16px;
	padding: 0 0 0 22px;
	height: 25px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 25px;
	background: url(./images/h4_bg.png) left no-repeat;
}

#main h5 {
	position: relative;
	padding: 0 0 0 16px;
	color: #D4697E;
	font-weight: 400;
	background: url(./images/h5_bg.png) left no-repeat;
}

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

#content .box {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
	overflow: hidden;
	zoom: 1;
}

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

#content .pager {
	margin: 0 auto;
	width: 25%;
	overflow: hidden;
	zoom: 1;
}

#sidebar {
	margin-top: 30px;
	float: left;
	display: inline;
	width: 230px;
	overflow: hidden;
}

#sidebar_menu {
	margin: 0 0 26px 0;
	border: solid 1px #CD586D;
}

#sidebar_menu li {
	border-bottom: solid 1px #F3DCD1;
}

#sidebar_menu li:last-child {
	border-bottom: none;
}

#sidebar_menu li a {
	display: block;
	padding: 3px 0 3px 34px;
	color: #56210D;
	text-decoration: none;
	font-size: 14px;
	background: url(./images/sideber_sankaku.png) 13px 50% no-repeat;
}

#sidebar_menu li a:hover {
	text-decoration: underline;
}

#sidebar_online {
	margin: 0 0 26px 0;
	padding: 5px;
	line-height: 1.6;
	border: solid 4px #71C6C0;
}

#sidebar_online hr {
	display: block;
	margin: 5px 0;
	border-bottom: solid #999 1px;
}

#sidebar_online a.paa {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
	color: #999;
	text-decoration: none;
	font-size: 15px;
}

#sidebar_info {
	margin: 0 0 16px 0;
	padding: 8px;
	line-height: 1.6;
	border: solid 1px #ADADAD;
}

#sidebar_info h3 {
	margin: 0 0 6px 0;
	padding: 0 0 0 16px;
	color: #CD586D;
	font-size: 1.3em;
	font-weight: 800;
	background: url(./images/sidebar_info_h3_bg.png) left no-repeat;
	border-bottom: solid 2px #CD586D;
}

#sidebar_info .service {
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	font-size: 1.2em;
	border-bottom: dotted 1px #999;
}

#sidebar_info .address {
	margin: 0 0 4px 0;
}

#sidebar_info .tel img {
	display: block;
	margin: 0 0 16px 0;
}

#sidebar_info .access {
	font-size: 11px;
	line-height: 1.2;
	color: #000000;
}

#sidebar_info .access img {
	display: block;
	margin: 0 0 4px 0;
}

#sidebar .facebook {
}

#footer {
	clear: both;
	padding: 12px 0;
	background: #D67888 url(./images/footer_bg.png) top repeat-x;
	zoom: 1;
}

#footer_content {
}

#footer_menu {
	margin: 0 0 12px 0;
}

#footer_menu ul {
	text-align: center;
}

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

#footer_menu ul li a {
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 95%;
	border-right: solid 1px #fff;
}

#footer_menu ul li.home a {
	border-left: solid 1px #fff;
}

#footer_text {
	padding: 2px 0;
	color: #000000;
	text-align: center;
	line-height: 1.2em;
}

#footer_copyright {
	padding: 4px 0;
	text-align: center;
	color: #000000;
	line-height: 1.4;
}

#footer_copyright a {
	color: #aaa;
}

.oflow {
	overflow: hidden;
	zoom: 1;
}

.center {
	text-align: center;
}

.detail {
	padding: 12px 0;
	text-align: right;
}

.detail a {
	padding-left: 15px;
	color: #D4697E;
	background: url(./images/top_department_detail_bg.png) left no-repeat;
}

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

.to_top a {
	color: #FF8588;
}

.oflow {
	overflow: hidden;
}

.mbottom_10 {
	margin: 0 0 10px 0;
}

.mbottom,
.mbottom_20 {
	margin: 0 0 20px 0;
}

.mbottom_40 {
	margin: 0 0 40px 0;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}

.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: #CD586D;
}

.big {
	font-size: 1.2em;
}

.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;
}
