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

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

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

a {
	color: #3c3c3c;
}

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

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #fff;
	zoom:1;
}

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

#header_content {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	height: 104px;
}

#header_content .logo {
	position: absolute;
	top: 48px;
	left: 30px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 28px;
	width: 904px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	background: #67C6DD;
}

#header h2 {
	position: absolute;
	top: 130px;
	left: 404px;
	color: #148DCE;
	font-size: 16px;
	line-height: 1.6;
}

#header .tel {
	position: absolute;
	top: 20px;
	right: 164px;
	color: #ED86B3;
	font-size: 11px;
	text-align: right;
	line-height: 2.4;
}

#header .contact {
	position: absolute;
	top: 20px;
	right: 30px;
}

#content {
	position: relative;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0 30px 40px 30px;
	font-size: 1.2em;
	z-index: 1000;
}

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

#main {
	float: right;
	margin: 0 0 40px 0;
	width: 640px;
}

#main h3 {
	margin: 0 0 10px 0;
	color: #3493C3;
	font-size: 24px;
	line-height: 1.5;
	border-bottom: solid 2px #67C6DD;
}

#main h4 {
	margin: 0 0 16px 0;
	color: #3493C3;
	font-size: 16px;
	line-height: 1.5;
	padding: 8px;
}

#main hr {
  margin: 20px 0;
  display: block;
  height: 1px;
  border: none;
  border-bottom: dotted #ADADAD 1px;
  vertical-align: top;
}

#main .inner {
	padding: 0 10px;
}

#main .more a {
	padding: 0 0 0 14px;
	color: #ED86B3;
	background: url(./images/more_bg.png) left no-repeat;
}

#sidebar {
	float: left;
	margin: -100px 0 40px 0;
	width: 210px;
}

#sidebar_logo {
	margin: 0 0 40px 0;
}

#sidebar_menu {
	padding: 8px 0 0 0;
}

#sidebar_menu li {
	font-size: 14px;
	border-bottom: dotted 1px #B7B6B7;
}

#sidebar_menu li a {
	display: block;
	padding: 6px 0 6px 30px;
	text-decoration: none;
	background: url(./images/menu_icon.png) 10px 50% no-repeat;
}

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

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

#top_foot {
	clear: both;
	padding: 20px;
	border: solid 1px #D8D8D8;
	overflow: hidden;
}

#top_foot .top_foot_info {
	width: 576px;
	float: left;
	overflow: hidden;
}

#top_foot .top_foot_info_wrap {
	position: relative;
	overflow: hidden;
}

#top_foot .top_foot_info_left {
	width: 278px;
	float: left;
}

#top_foot .top_foot_info_left h3 {
	margin: 0;
	color: #3493c3;
	font-size: 20px;
	border-bottom: solid 2px #67C6DD;
}

#top_foot .top_foot_info_left .shinryo {
	padding: 4px 0;
	font-size: 14px;
	line-height: 1.4;
	border-bottom: solid 2px #67C6DD;
}

#top_foot .top_foot_tel {
	position: absolute;
	right: 0;
	bottom: 4px;
}

#top_foot .top_foot_info hr {
	margin: 7px 0 9px 0;
	display: block;
	height: 1px;
	border: none;
	border-bottom: dotted #ccc 1px;
	vertical-align: top;
}

#top_foot .top_foot_text {
	color: #616161;
	line-height: 1.4;
}

#top_foot .top_foot_map {
	float: right;
}

#footer {
	clear: both;
  border-top: solid 2px #67C6DD;
	zoom: 1;
}

#footer_content {
	position: relative;
	margin: 0 auto;
}

#footer_menu {
	padding: 18px 0;
}

#footer_menu ul {
	text-align: center;
}

#footer_menu ul li {
	display: inline;
	font-size: 11px;
	zoom: 1;
}

#footer_menu ul li a {
	padding: 0 17px;
	text-decoration: none;
	border-right: solid 1px #616161;
}

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

#footer_text {
	padding: 0 0 8px 0;
	text-align: center;
	line-height: 1.3em;
	color: #BFBFBF;
}

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

#footer_copyright a {
	color: #C0AD85;
}

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

.oflow {
	overflow: hidden;
}

.mbottom_5 {
	margin: 0 0 5px 0;
}

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

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

.mbottom_30 {
	margin: 0 0 30px 0;
}

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

.mbottom_50 {
	margin: 0 0 50px 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;
}