@charset (utf-8);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: inherit;
	font-style:normal;
	font-weight: normal;
	color: #666;
	text-shadow: 0px 1px #fff;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	min-width: 950px;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #62627d;
	text-decoration: none;
	line-height: 1;
}
img {
	line-height: 1;
	vertical-align: bottom;
}
a img {
	margin: 0;
	outline: 0;
	border: 0;
	padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =common
-------------------------------------------------------------- */

/*ClearFix*/
/*for IE 5.5-7*/
.clearfix{
	zoom:1;
}
/*for modern browser*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear{
	clear:both;
}

body {
	font-size: 14px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
}
/* for IE 6,7,8以降 */
:root *> a:hover {
	filter: alpha(opacity=80);
}
#wrap {
	margin: 0 auto;
}
ul.arrow {
	list-style: url(../img/common/liststyle_arrow.png) inside;
}
ul.arrow li a,
ul.arrow li span,
ul.arrow li img {
	vertical-align: middle;
}

.under{
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
header#branding {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	background: #fff;
}

h1#site-title {
	margin: 0 0 30px 0;
}

/* =Main
-------------------------------------------------------------- */
#main {
	margin: 0 0 0 0;
	background: url(../img/common/bg.gif);
	padding: 30px 0 55px;
}
#main > div {
	margin: 0 auto;
	width: 950px;
}


/* Gnav */
#gnav {
	float: left;
	width: 250px;
	margin: 0 0 0 0;
}
#gnav h3 {
	margin: 0;
}
#gnav ul {
	margin: 0 0 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
#gnav li {
	margin: 0 10px 0 13px;
}
#gnav .bnr {
    margin: 0 0 10px;
}

/* =Contents
-------------------------------------------------------------- */
#contents {
	float: right;
	width: 660px;
}
div > p {
	margin: 15px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
div[class="clearfix"] img.right {
	float: right;
	margin: 0 0 20px 20px;
}
div[class="clearfix"] img.left {
	float: left;
	margin: 0 20px 20px 0;
}
ul.disc {
	list-style: outside disc;
}
ul.disc li {
	margin: 0 0 0 30px;
}
ul.border {
	list-style: inside;
}
ul.border li {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	line-height: 3;
}
ul.border li + li {
	border-top: 1px dashed #999;
}

table th {
	text-align: justify;
	text-justify: inter-ideograph;
}
table.consultationtime {
	width: 100%;
}
table.consultationtime th {
	background: url(../img/common/bg_dark.gif);
	padding: 6px 0 6px 30px;
	text-align: left;
	font-weight: bold;
}
table.consultationtime .day {
	width: 150px;
	border-right: 2px solid #999;
}
table.consultationtime td {
	border-top: 1px dashed #999;
	padding: 6px 0 6px 30px;
	text-align: left;
}

div.border {
	margin: 30px 0;
	border-top: 1px dashed #999;
}
.btn {
	text-align: center;
}


/* =Lower layer
-------------------------------------------------------------- */
div.breadcrumb {
	margin: 0 0 20px 0;
	height: 30px;
	background: url(../img/common/bg_breadcrumb.png) 0 0 no-repeat;
	line-height: 30px;
	padding: 0 0 0 30px;
}
h3 {
	margin: 0 0 10px 0;
}
h3.ttl {
	margin: 0 0 20px 0;
}
h4.ttl {
	margin: 30px 0 15px;
	height: 41px;
	background: url(../img/common/bg_h4.gif) 0 0 no-repeat;
	padding: 0 0 0 42px;
	line-height: 41px;
	font-size: 16px;
	font-weight: bold;
}
#contents h4 img {
	vertical-align: middle;
}
#breadcrumb {
	margin-bottom: 20px;
}
#breadcrumb a {
	color: #1F80B3;
}




/* =Footer
-------------------------------------------------------------- */
footer {
	padding: 35px 0 0;
	background: #fff;
	border-top: 3px solid #73738b;
}
footer > div {
	margin: 0 auto;
	width: 950px;
}
#footnav > div {
	float: left;
}
#footnav > div ul {
	list-style-position: outside;
}
#footnav > div ul li {
	float: left;
	margin: 0 20px;
}
#footnav #site-title {
	float: right;
}
#footnav #site-title a {
	display: block;
	width: 475px;
	/* height: 50px; */
	height: 56px;
	background: url(../img/common/logo_footer.gif);
}
#footnav #site-title a:hover {
	/* background-position: 0px -50px; */
}
#footnav address#copyright {
	float: left;
	margin: 9px 0 0 0;
	font-size: 10px;
	font-style: normal;
	color: #a3a3a3;
}

ul#relation {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 45px auto;
}
ul#relation::after{
	content: none;
}
ul#relation li {
	/* float: left; */
}
ul#relation li + li {
	/* margin-left: 10px; */
}
ul#relation li a {
	display: block;
	width: 182px;
	height: 60px;
	background-image: url(../img/common/relation.gif);
}
ul#relation li a :hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
ul#relation li a#relation02 {
	background-position: -192px 0px;
}
ul#relation li a#relation03 {
	background-position: -384px 0px;
}
ul#relation li a#relation04 {
	background-position: -576px 0px;
}
ul#relation li a#relation05 {
	background-position: -768px 0px;
}
ul#relation li a#relation01:hover {
	background-position: 0px -60px;
}
ul#relation li a#relation02:hover {
	background-position: -192px -60px;
}
ul#relation li a#relation03:hover {
	background-position: -384px -60px;
}
ul#relation li a#relation04:hover {
	/* background-position: -576px -60px; */
}
ul#relation li a#relation05:hover {
	background-position: -768px -60px;
}

#gotoTop {
	position: fixed;
		bottom:20px;
		right:20px;
		z-index: 99;
}
#gotoTop a {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#gotoTop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* =Paging navigation
-------------------------------------------------------------- */



/* =Responsive Structure
----------------------------------------------- */
@media screen and (max-width: 950px) {
}