/*
Theme Name: ota_blog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ota_blog
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ota_blog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## カスタマイズ
--------------------------------------------------------------*/
/*---------------------------------
Basic Style Guide
----------------------------------*/
html {
	font-size: 62.5%;
}

body {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	color: #221814;
	text-align: left;
	position: relative;
}

/**<a>　リンク*/
a:link,
a:visited,
a:active,
a:hover {
	/* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
	text-decoration: none;
}

a {
	color: #0098D8;
}

a:hover,
a:focus,
a:active {
	color: #0098D8;
	text-decoration: underline;
}

a:hover .img-hover {
	opacity: 0.7;
}

div {
	padding: 0;
	margin: 0;
	position: relative;
}

section {
	padding: 0;
	margin: 0;
	position: relative;
}

article {
	padding: 0;
	margin: 0;
	position: relative;
}

hr {
	text-align: left;
	margin: 0;
	padding: 0;
}

br {
	letter-spacing: normal;
	/* ← IE6、IE7対策 */
}

.m_b2 {
	margin-bottom: 2px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_b15 {
	margin-bottom: 15px;
}

.m_b20 {
	margin-bottom: 20px;
}

.m_b30 {
	margin-bottom: 30px;
}

.m_b40 {
	margin-bottom: 40px;
}

.m_b80 {
	margin-bottom: 80px;
}

.m_auto {
	margin-left: auto;
	margin-right: auto;
}

.m_nt20 {
	margin-top: -4px;
}

.m_t10 {
	margin-top: 10px;
}

.m_t20 {
	margin-top: 20px;
}

.m_r40 {
	margin-right: 40px !important;
}

.m_l10 {
	margin-left: 10px;
}

.p_t8 {
	padding-top: 8px;
}

.p_t16 {
	padding-top: 16px;
}

.p_t20 {
	padding-top: 20px;
}

.p_t26 {
	padding-top: 26px;
}

.p_t32 {
	padding-top: 32px;
}

.p_b16 {
	padding-bottom: 16px;
}

.p_b36 {
	padding-bottom: 36px;
}

.p_lr6 {
	padding-left: 6px;
	padding-right: 6px;
}

.p_trl {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.f_right {
	float: right;
}

.f_left {
	float: left;
}

.t_center {
	text-align: center;
}

.t_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.t_indent02 {
	padding-left: 1em;
	text-indent: -1em;
}

.black {
	color: #3D3938;
}

.blue {
	color: #0096D4;
}

.b_colo1 {
	background-color: #F7F5DB !important;
}

.b_colo2 {
	background-color: #F1EEE9;
}

.font-s11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.font-s12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.font-s16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.font-s20 {
	font-size: 20px;
	font-size: 2rem;
}

.font-s30 {
	font-size: 30px;
	font-size: 3rem;
}

.font-s32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.lheight12 {
	line-height: 1.2;
}

.overzoom {
	overflow: hidden;
	_zoom: 1
}

.clearB {
	clear: both;
}

.weightB {
	font-weight: bold;
}

.g-r10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #FFF;
}

.borderw250 {
	width: 250px;
	border: none;
	border-top: solid 1px #5F2E2C;
	height: 1px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 auto 4px auto;
}

.hovers {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hovers:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.font15 {
	font-size: 15px;
	font-size: 1.5rem;
}

/**=
* ========================================
* h1・h2・h3・h4 トップタイトル
* ======・==================================
*/
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

.byline {
	display: none !important;
}

@media screen and (min-width: 960px) {
	.page-title {
		text-align: center;
		border: 2px solid #f1f1f1;
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 25px;
		padding: 6px 0;
	}

	.att {
		padding-left: 1em;
		text-indent: -1em;
	}

	.sm_b40 {
		margin-bottom: 40px;
	}

	.c_right {
		float: right;
	}

	.l-br {
		display: block;
	}

	/** ヘッダー========================================*/
	#header-wrap {
		padding: 0;
		margin: 0;
	}

	#header {
		width: 980px;
		padding: 0 0 0 0;
		margin: 0 auto;
		position: relative;
		height: 135px;
	}

	/** メインイメージ========================================*/
	#section_top {
		width: 980px;
		padding: 0;
		margin: 0 auto;
		position: relative;
		z-index: 12;
	}

	#l-contact {
		padding: 0;
		margin: 0;
		width: 365px;
		height: 191px;
		background: url(./images/common/l-contact_b.png) no-repeat;
		position: absolute;
		top: -180px;
		right: 0;
		z-index: 10;
	}

	/** トップイメージ========================================*/
	/* 内部 */
	#inner_img-wrap {
		width: 100%;
		height: 350px;
		position: relative;
		padding: 0;
		margin: -110px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		background-color: #FFFAEC;
		z-index: 9;
		overflow: hidden;
	}

	#l-main_img {
		width: 1500px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	/** コンテンツ レイアウト========================================*/
	#content {
		width: 980px;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}

	/**左 ===*/
	#primary {
		width: 640px;
		margin: 0;
		padding: 40px 0 90px 0;
		position: relative;
		float: left;
	}

	/**右 ===*/
	#secondary {
		width: 300px;
		margin: 26px 0 90px 0;
		padding: 0;
		position: relative;
		float: right;
	}

	/**トップ右 ===*/
	#side-info {
		padding: 15px;
		background: #0098D8;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	#side-tell {
		padding: 0;
		margin: 0 auto;
		width: 250px;
		overflow: hidden;
	}

	#l-side_address {
		color: #F7F7F7;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 0 0 10px 10px;
	}

	#side-table {
		width: 100%;
		margin-bottom: 35px;
	}

	#side-thead {
		background: #1A3C78;
	}

	#side-thead th {
		border-right: 1px solid #FFF;
		text-align: center;
		color: #FFF;
		padding: 2px 4px;
	}

	#side-thead th:last-child {
		border-right: none;
	}

	#side-tbody {
		background: #FFFFFF;
	}

	#side-tbody tr td {
		background: #FFFFFF;
		border-right: 1px solid #0069B6;
		border-bottom: 1px solid #0069B6;
		color: #0069B6;
		text-align: center;
		padding: 2px 0;
		font-weight: bold;
	}

	#side-tbody tr td:last-child {
		border-right: none;
	}

	#side-tbody tr#tr-tbody td {
		border-bottom: none;
	}

	#side-tfoot {
		background: #BAE2F8;
		text-align: center;
		color: #1A3C78;
		font-weight: bold;
	}

	#side-tfoot th {
		border-top: 1px solid #FFF;
		margin-top: -1px;
	}

	#side-map {
		padding: 0;
		margin: 0;
		width: 270px;
		height: 255px;
		background: #FFF;
		position: relative;
	}

	#g-map {
		width: 250px;
		height: 190px;
		margin: 0 auto 10px auto;
		padding: 45px 0 0 0;
	}

	.s-subject {
		width: 70px;
		height: 70px;
		padding: 0;
		margin: 0;
		border: 1px solid #5F2E2C;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
	}

	.dl-subject {
		padding: 0;
		margin: 0 0 10px 0;
		color: #5F2E2C;
	}

	.dl-subject dt {
		margin: 4px 0 0 24px;
		padding: 0;
		width: 72px;
		float: left;
		clear: both;
	}

	.dl-subject dd {
		margin: 10px 0 0 0;
		padding: 0 0 0 80px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
		line-break: strict;
		word-break: break-strict;
		position: relative;
	}

	.ul-subject {
		text-align: left;
	}

	#l-detail {
		float: right;
		margin: 10px 0 0 0;
	}

	/** フッター========================================*/
	#footer-wrap {
		padding: 25px 0 0 0;
		margin: 0;
		width: 100%;
		height: 125px;
		background-color: #004DA1;
		clear: both;
	}

	#footer {
		padding: 0;
		margin: 0 auto;
		width: 980px;
		position: relative;
		color: FFF;
	}

	#page-top {
		position: absolute;
		top: -76px;
		right: 0;
	}

	#copyright {
		position: absolute;
		top: 42px;
		right: 10px;
	}

	/** グローバルナビ========================================*/
	#nav-wrap {
		width: 100%;
		height: 110px;
		margin: 0;
		padding: 0;
		position: relative;
		background-color: #FFFAEC;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		border-top: 4px solid #1DADDE;
		z-index: 10;
		position: relative;
	}

	#nav {
		position: relative;
		padding: 0 0 0 0;
		margin: -4px auto 0 auto;
		z-index: 11;
		width: 1068px;
		height: 110px;
		background: url(./images/common/cover.png) top center no-repeat;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}

	#ul-nav {
		width: 980px;
		margin: 4px auto 0 auto;
		padding: 70px 0 0 0;
		list-style: none;
	}

	#ul-nav li {
		height: 21px;
		padding: 0;
		float: left;
	}

	#ul-nav li a {
		display: block;
		height: 21px;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	li#nav01 a {
		background: url(./images/nav/l-nav.png) 0 0;
		width: 140px;
		margin-right: 47px;
	}

	li#nav01 a:hover {
		background: url(./images/nav/l-nav.png) 0 -21px;
		width: 140px;
	}

	li#nav02 a {
		background: url(./images/nav/l-nav.png) -187px 0;
		width: 95px;
		margin-right: 72px;
	}

	li#nav02 a:hover {
		background: url(./images/nav/l-nav.png) -187px -21px;
		width: 95px;
	}

	li#nav03 a {
		background: url(./images/nav/l-nav.png) -354px 0;
		width: 86px;
		margin-right: 71px;
	}

	li#nav03 a:hover {
		background: url(./images/nav/l-nav.png) -354px -21px;
		width: 86px;
	}

	li#nav04 a {
		background: url(./images/nav/l-nav.png) -511px 0;
		width: 98px;
		margin-right: 58px;
	}

	li#nav04 a:hover {
		background: url(./images/nav/l-nav.png) -511px -21px;
		width: 98px;
	}

	li#nav05 a {
		background: url(./images/nav/l-nav.png) -667px 0;
		width: 113px;
		margin-right: 58px;
	}

	li#nav05 a:hover {
		background: url(./images/nav/l-nav.png) -667px -21px;
		width: 113px;
	}

	li#nav06 a {
		background: url(./images/nav/l-nav.png) -838px 0;
		width: 98px;
	}

	li#nav06 a:hover {
		background: url(./images/nav/l-nav.png) -838px -21px;
		width: 98px;
	}

	/** フッターナビ========================================*/
	#footer-nav {
		height: 100%;
		margin: 8px 0 0 40px;
		padding: 0;
		list-style: none;
		float: left;
	}

	#footer-nav li {
		padding: 0 20px;
		margin: 0 0 8px 0;
		float: left;
		font-size: 13px;
		font-size: 1.3rem;
		border-left: 1px solid #FFF;
	}

	#footer-nav li.f-rb {
		border-right: 1px solid #FFF;
	}

	#footer-nav li a {
		color: #FFF;
	}

	#footer-nav li a:hover {
		color: #00A290;
	}

	#footer-nav li a:focus {
		color: #00A290;
	}

	#footer-nav li a:active {
		color: #00A290;
	}

	/* ロゴ */
	.header h1 {
		width: 343px;
		height: 83px;
		margin: 0;
		padding: 0;
	}

	a#logo {
		display: block;
		width: 343px;
		height: 83px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-logo.png) no-repeat;
		margin: 45px 0 0 0;
		padding: 0;
	}

	a#logo:hover {
		opacity: 0.7;
	}

	body#home a#logo:hover {
		opacity: 1.0;
	}

	/** ヘッダー */
	#t-contact {
		width: 250px;
		height: 45px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-contact.png) no-repeat;
		margin: 18px auto 28px auto;
	}

	#s-system {
		width: 194px;
		height: 17px;
		padding: 0;
		margin: 0 auto 7px auto;
	}

	#s-system a {
		width: 194px;
		height: 17px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-reserve.png) no-repeat;
	}

	#l-reserve_about {
		width: 178px;
		height: 21px;
		padding: 0;
		margin: 0 auto 7px auto;
	}

	#l-reserve_about a {
		width: 178px;
		height: 21px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-reserve_about.png) no-repeat;
	}

	/** トップ 右 */
	#lc-reserve {
		width: 300px;
		height: 164px;
		margin-bottom: 30px;
	}

	#lc-reserve a {
		width: 300px;
		height: 164px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/lc-reserve.png) no-repeat;
	}

	#lc-reserve a:hover {
		width: 300px;
		height: 164px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/lc-reserve.png) no-repeat;
	}

	#endoscope {
		width: 300px;
		height: 120px;
		margin-bottom: 30px;
	}

	#endoscope a {
		width: 300px;
		height: 120px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 300px 120px;
	}

	#endoscope a:hover {
		width: 300px;
		height: 120px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 300px 120px;
	}

	#intro {
		width: 300px;
		height: 100px;
	}

	#intro a {
		width: 300px;
		height: 100px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 300px 100px;
	}

	#intro a:hover {
		width: 300px;
		height: 100px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 300px 100px;
	}

	#l-side_logo {
		width: 270px;
		height: 60px;
		margin-bottom: 10px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/l-side_logo.png) no-repeat;
	}

	#l-side_tell {
		width: 237px;
		height: 25px;
		margin-bottom: 8px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/l-side_tell.png) no-repeat;
		float: right;
	}

	#l-side_fax {
		width: 154px;
		height: 14px;
		margin-bottom: 15px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/l-side_fax.png) no-repeat;
		float: right;
	}

	#l-side_subject {
		background: #D2ECFA;
		color: #007EB5;
		margin-bottom: 10px;
		text-align: center;
		padding: 4px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	#l-side_map {
		width: 190px;
		height: 66px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/l-access_map.png) no-repeat;
		position: absolute;
		top: -20px;
		left: 36px;
	}

	/** フッター */
	#footer-logo {
		width: 102px;
		height: 74px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/l-footer_logo.png) no-repeat;
		float: left;
	}

	/** ウィジェットタイトル */
	.widget-title {
		padding: 0;
		margin: 0;
		font-size: 1.6em;
	}

	.widget ul {
		margin: 0;
		padding: 0 0 0 1em;
	}

	.entry-title {
		border-bottom: 6px solid #def1fb;
		color: #07569f;
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.7;
		margin-bottom: 15px;
	}

}


@media only screen and (min-width: 481px) and (max-width: 959px) {
	.page-title {
		text-align: center;
		border: 2px solid #f1f1f1;
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 25px;
		padding: 6px 0;
	}

	.att {
		padding-left: 1em;
		text-indent: -1em;
	}

	.c_right {
		float: right;
	}

	/** ヘッダー========================================*/
	#header-wrap {
		padding: 0;
		margin: 0;
	}

	#header {
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 auto;
		position: relative;
		height: 200px;
	}

	/** メインイメージ========================================*/
	#section_top {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		z-index: 12;
	}

	#l-contact {
		padding: 0;
		margin: 0;
		width: 365px;
		height: 191px;
		background: url(./images/common/l-contact_b.png) no-repeat;
		position: absolute;
		top: -230px;
		right: 0;
		z-index: 10;
	}

	/** トップイメージ========================================*/
	#main_img-wrap {
		width: 100%;
		height: 470px;
		position: relative;
		padding: 0;
		margin: -110px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		background-color: #FFFAEC;
		z-index: 9;
		overflow: hidden;
	}

	/* 内部 */
	#inner_img-wrap {
		width: 100%;
		height: 350px;
		position: relative;
		padding: 0;
		margin: -110px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		background-color: #FFFAEC;
		z-index: 9;
		overflow: hidden;
	}

	#l-main_img {
		width: 1500px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	#catch {
		position: absolute;
		left: 50px;
		bottom: 160px;
	}

	/** コンテンツ レイアウト========================================*/
	#content {
		width: 92%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}

	/**左 ===*/
	#primary {
		width: 100%;
		margin: 0;
		padding: 35px 0 10px 0;
		position: relative;
	}

	/**右 ===*/
	#secondary {
		width: 100%;
		padding: 0;
		margin: 0;

	}

	/**トップ右 ===*/
	#m-div {
		width: 100%;
		background: #0098D8;
		padding: 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin: 0 auto 30px auto;
		position: relative;
		overflow: hidden;
	}

	#side-info {
		padding: 0;
		margin: 300px auto 0 auto;
		width: 92%;
	}

	#side-tell {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 90px;
		right: 0;
	}

	#l-side_address {
		clear: both;
		color: #F7F7F7;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin: 0 0 10px 0;
	}

	#side-table {
		width: 100%;
		margin-bottom: 25px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#side-thead {
		background: #1A3C78;
	}

	#side-thead th {
		border-right: 1px solid #FFF;
		text-align: center;
		color: #FFF;
		padding: 2px 4px;
	}

	#side-thead th:last-child {
		border-right: none;
	}

	#side-tbody {
		background: #FFFFFF;
	}

	#side-tbody tr td {
		background: #FFFFFF;
		border-right: 1px solid #0069B6;
		border-bottom: 1px solid #0069B6;
		color: #0069B6;
		text-align: center;
		padding: 2px 0;
		font-weight: bold;
	}

	#side-tbody tr td:last-child {
		border-right: none;
	}

	#side-tbody tr#tr-tbody td {
		border-bottom: none;
	}

	#side-tfoot {
		background: #BAE2F8;
		text-align: center;
		color: #1A3C78;
		font-weight: bold;
	}

	#side-tfoot th {
		border-top: 1px solid #FFF;
		margin-top: -1px;
	}

	#side-map {
		padding: 0;
		margin: 0;
		width: 270px;
		height: 255px;
		background: #FFF;
		position: absolute;
		top: -276px;
		right: 0;
	}

	#g-map {
		width: 250px;
		height: 190px;
		margin: 0 auto 10px auto;
		padding: 45px 0 0 0;
	}

	#l-detail {
		float: right;
		margin: 10px 0 0 0;
	}

	.s-subject {
		width: 70px;
		height: 70px;
		padding: 0;
		margin: 0;
		border: 1px solid #5F2E2C;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
	}

	.dl-subject {
		padding: 0;
		margin: 0 0 10px 0;
		color: #5F2E2C;
	}

	.dl-subject dt {
		margin: 4px 0 0 24px;
		padding: 0;
		width: 72px;
		float: left;
		clear: both;
	}

	.dl-subject dd {
		margin: 10px 0 0 0;
		padding: 0 0 0 80px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
		line-break: strict;
		word-break: break-strict;
		position: relative;
	}

	.ul-subject {
		text-align: left;
	}

	#l-detail {
		display: none;
	}

	/** フッター========================================*/
	#footer-wrap {
		padding: 10px 0 0 0;
		margin: 0;
		width: 100%;
		height: 100%;
		background-color: #004DA1;
		clear: both;
		overflow: hidden;
	}

	#footer {
		padding: 0;
		margin: 0;
		position: relative;
		color: FFF;
	}

	#copyright {
		padding: 0;
		margin: 0 auto 20px auto;
		display: block;
	}

	#page-top {
		position: absolute;
		top: -76px;
		right: 0;
	}

	/** グローバルナビ========================================*/
	#nav-wrap {
		width: 100%;
		height: 110px;
		*/ margin: 0;
		padding: 0;
		position: relative;
		background-color: #FFFAEC;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		border-top: 4px solid #1DADDE;
		z-index: 10;
		position: relative;
	}

	#nav {
		position: relative;
		padding: 0 0 0 0;
		margin: -10px auto 0 auto;
		z-index: 11;
		width: 100%;
		background: url(./images/common/cover.png) top center no-repeat;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}

	#ul-nav {
		margin: 47px auto 0 auto;
		padding: 0;
		list-style: none;
	}

	#ul-nav li {
		height: 100%;
		padding: 0;
		float: left;
		font-size: 18px;
		font-size: 1.8rem;
		width: 33%;
		background-color: #FFF;
	}

	#ul-nav li:nth-child(3n) {
		width: 34%;
	}

	#ul-nav li a {
		display: block;
		padding: 15px 0;
		color: #5F4C3E;
		text-align: center;
		text-decoration: none;
	}

	/** フッターナビ========================================*/
	#footer-nav {
		height: 100%;
		margin: 8px auto 0 auto;
		padding: 0;
		list-style: none;
	}

	#footer-nav li {
		padding: 0;
		margin: 0 0 0 0;
		float: left;
		font-size: 16px;
		font-size: 1.6rem;
		border-bottom: 1px solid #0098d8;
		box-sizing: border-box;
		width: 25%;
		background-color: #FFF;
		line-height: 3.0;
		border-right: 1px solid #0098d8;
	}

	#footer-nav li:nth-child(4n) {
		border-right: none;
	}

	#footer-nav li a {
		color: #004DA1;
		display: block;
		text-align: center;
	}

	#footer-nav li:last-child {
		margin-bottom: 20px;
	}

	#footer-nav li a:hover {
		color: #00A290;
		text-decoration: none;
	}

	#footer-nav li a.clearB {
		clear: none;
	}

	/* ロゴ */
	.header h1 {
		width: 343px;
		height: 83px;
		margin: 0;
		padding: 0;
	}

	a#logo {
		display: block;
		width: 343px;
		height: 83px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-logo.png) no-repeat;
		margin: 30px 0 0 25px;
		padding: 0;
	}

	a#logo:hover {
		opacity: 0.7;
	}

	body#home a#logo:hover {
		opacity: 1.0;
	}

	/** ヘッダー */
	#t-contact {
		width: 250px;
		height: 45px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-contact.png) no-repeat;
		margin: 18px auto 28px auto;
	}

	#s-system {
		width: 194px;
		height: 17px;
		padding: 0;
		margin: 0 auto 7px auto;
	}

	#s-system a {
		width: 194px;
		height: 17px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-reserve.png) no-repeat;
	}

	#l-reserve_about {
		width: 178px;
		height: 21px;
		padding: 0;
		margin: 0 auto 7px auto;
	}

	#l-reserve_about a {
		width: 178px;
		height: 21px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/l-reserve_about.png) no-repeat;
	}

	/** トップ 右 */
	#lc-reserve {
		width: 330px;
		height: 180px;
		margin: 25px 0 180px 26px;
		float: left;
	}

	#lc-reserve a {
		width: 330px;
		height: 180px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/sc-reserve.png) no-repeat;
		background-size: 330px 180px;
	}

	#endoscope {
		width: 330px;
		height: 132px;
		position: absolute;
		top: 225px;
		left: 26px;
	}

	#endoscope a {
		width: 330px;
		height: 132px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 330px 132px;
	}

	#endoscope a:hover {
		width: 330px;
		height: 132px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 330px 132px;
	}

	#intro {
		width: 250px;
		height: 83px;
		position: absolute;
		top: 290px;
		right: 38px;
		z-index: 12;
	}

	#intro a {
		width: 250px;
		height: 83px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 250px 83px;
	}

	#intro a:hover {
		width: 250px;
		height: 83px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 250px 83px;
	}

	#l-side_logo {
		width: 300px;
		height: 65px;
		margin: 0;
		margin-bottom: 15px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-side_logo.png) no-repeat;
		background-size: 300px 65px;
		clear: both;
	}

	#l-side_tell {
		display: block;
		clear: both;
		width: 340px;
		color: #FFDB60;
		text-align: right;
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.2;
	}

	#l-side_fax {
		text-align: right;
		color: #FFF;
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 20px;
	}

	#l-side_subject {
		clear: both;
		background: #D2ECFA;
		color: #007EB5;
		margin-bottom: 10px;
		text-align: center;
		padding: 8px 0;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#l-side_map {
		width: 191px;
		height: 66px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-access_map.png) no-repeat;
		background-size: 191px 66px;
		position: absolute;
		top: -17px;
		margin-left: -96px;
		left: 50%;
	}

	/** フッター */
	#footer-logo {
		width: 100px;
		height: 73px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-footer_logo.png) no-repeat;
		margin: 0 auto 15px auto;
		background-size: 100px 73px;
	}

	/** ウィジェットタイトル */
	.widget-title {
		padding: 0;
		margin: 0;
		font-size: 1.6em;
	}

	.widget ul {
		margin: 0;
		padding: 0 0 0 1em;
	}

	/**=
* ========================================
* h2・h3・h4 内部コンテンツタイトル
* ========================================
*/
	#content-left h2 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		color: #07569F;
		border-bottom: 6px solid #DEF1FB;
		margin-bottom: 15px;
		line-height: 1.7;
	}

	h3 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		color: #551A1A;
		font-size: 18px;
		font-size: 1.8rem;
	}

	h4 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}

	h5 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}

	.entry-title {
		border-bottom: 6px solid #def1fb;
		color: #07569f;
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.7;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.page-title {
		text-align: center;
		border: 2px solid #f1f1f1;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 25px;
		padding: 6px 0;
	}

	.s-br {
		display: block;
	}

	.s-br2 {
		display: block;
		line-height: 1;
		padding-bottom: 7px;
	}

	.att {
		padding-left: 1em;
		text-indent: -1em;
	}

	.c_right {
		margin: 0 auto 20px auto;
		display: block;
	}

	/** ヘッダー========================================*/
	#header-wrap {
		padding: 0;
		margin: 0;
		position: relative;
	}

	#header {
		width: 100%;
		padding: 0;
	}

	#section_top {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#l-contact {
		background-color: #F4F4F4;
		padding-top: 10px;
	}

	/** コンテンツ レイアウト========================================*/
	#content {
		width: 92%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}

	/**左 ===*/
	#content-left {
		width: 100%;
		margin: 0;
		padding: 35px 0 10px 0;
		position: relative;
	}

	/**右 ===*/
	#content-right {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		position: relative;
	}

	/**トップ左 ===*/
	#top-sec {
		padding: 20px;
		background: #F8F6EC;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	#top-sec-p1 {
		margin: 0 auto 15px auto;
		line-height: 1.8;
		font-size: 15px;
		font-size: 1.5rem;
	}

	#top-sec-p2 {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 auto;
		line-height: 1.8;
	}

	#i-photo {
		display: block;
		margin: 0 auto 12px auto;
	}

	#top-dl {
		padding: 0;
		margin: 0;
	}

	#top-dl dt {
		padding: 0;
		margin: 0 0 3px 0;
		color: #004EA2;
		font-size: 17px;
		font-size: 1.7rem;
	}

	#top-dl dt a {
		color: #004EA2;
	}

	#top-dl dd {
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		line-height: 1.6;
		color: #303030;
		border-bottom: 1px dashed #5F4C3E;
	}

	#top-dl dd a {
		color: #6C5237;
	}

	/**トップ右 ===*/
	#side-info {
		padding: 15px;
		background: #0098D8;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	#l-side_address {
		color: #F7F7F7;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		margin: 0 0 10px 0;
	}

	#side-table {
		width: 100%;
		margin-bottom: 35px;
	}

	#side-thead {
		background: #1A3C78;
	}

	#side-thead th {
		border-right: 1px solid #FFF;
		text-align: center;
		color: #FFF;
		padding: 2px 4px;
	}

	#side-thead th:last-child {
		border-right: none;
	}

	#side-tbody {
		background: #FFFFFF;
	}

	#side-tbody tr td {
		background: #FFFFFF;
		border-right: 1px solid #0069B6;
		border-bottom: 1px solid #0069B6;
		color: #0069B6;
		text-align: center;
		padding: 2px 0;
		font-weight: bold;
	}

	#side-tbody tr td:last-child {
		border-right: none;
	}

	#side-tbody tr#tr-tbody td {
		border-bottom: none;
	}

	#side-tfoot {
		background: #BAE2F8;
		text-align: center;
		color: #1A3C78;
		font-weight: bold;
	}

	#side-tfoot th {
		border-top: 1px solid #FFF;
		margin-top: -1px;
	}

	#side-map {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 255px;
		background: #FFF;
		position: relative;
	}

	#g-map {
		width: 250px;
		height: 190px;
		margin: 0 auto 10px auto;
		padding: 45px 0 0 0;
	}

	#l-detail {
		float: right;
		margin: 10px 0 0 0;
	}

	/** フッター========================================*/
	#footer-wrap {
		padding: 10px 0 0 0;
		margin: 0;
		width: 100%;
		height: 100%;
		background-color: #004DA1;
		clear: both;
		overflow: hidden;
	}

	#footer {
		padding: 0;
		margin: 0;
		position: relative;
		color: FFF;
	}

	#copyright {
		padding: 0;
		margin: 0 auto 20px auto;
		display: block;
	}

	#page-top {
		display: none;
	}

	#content-right section.m_b40 {
		margin-bottom:
	}

	#nav-wrap {
		padding: 0;
		margin: 0;
	}

	#nav {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#ul-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100% !important;
	}

	#ul-nav li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #05A1DA;
	}

	#ul-nav li a {
		margin: 0;
		padding: 0;
	}

	#ul-nav li a:hover {
		text-decoration: none;
	}

	li#nav01 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav02 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav03 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav04 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav05 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav06 {
		background-color: #07569F;
		width: 100%;
		z-index: 10;
	}

	li#nav01 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	li#nav02 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	li#nav03 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	li#nav04 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	li#nav05 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	li#nav06 a {
		text-align: center;
		margin: 0;
		padding: 0.8em 0;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
	}

	/** フッターナビ========================================*/
	#footer-nav {
		height: 100%;
		margin: 8px auto 0 auto;
		padding: 0;
		list-style: none;
	}

	#footer-nav li {
		padding: 0;
		margin: 0 0 0 0;
		float: left;
		font-size: 13px;
		font-size: 1.3rem;
		border-bottom: 1px solid #0098d8;
		box-sizing: border-box;
		width: 50%;
		background-color: #FFF;
		line-height: 3.6;
	}

	#footer-nav li:nth-child(odd) {
		border-right: 1px solid #0098d8;
	}

	#footer-nav li a {
		color: #004DA1;
		display: block;
		text-align: center;
	}

	#footer-nav li:last-child {
		margin-bottom: 20px;
	}

	#footer-nav li a:hover {
		color: #00A290;
		text-decoration: none;
	}

	/* ロゴ */
	.header h1 {
		width: 264px;
		height: 64px;
		margin: 0;
		padding: 0;
	}

	a#logo {
		display: block;
		width: 264px;
		height: 64px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-logo.png) no-repeat;
		margin: 6px 0 10px 10px;
		padding: 0;
		background-size: 264px 64px;
	}

	a#logo:hover {
		opacity: 0.7;
	}

	body#home a#logo:hover {
		opacity: 1.0;
	}

	/** ヘッダー */
	#t-contact {
		width: 255px;
		height: 46px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/common/s-contact.png) no-repeat;
		-moz-background-size: contain;
		background-size: contain;
		margin: 0 auto 10px auto;
		padding: 0;
	}

	#s-system {
		width: 100%;
		background-color: #05A1DA;
		padding: 1em 0;
		text-align: center;
	}

	#s-system a {
		color: #FFF;
		font-size: 21px;
		font-size: 2.1rem;
		text-shadow: 1px 1px 0 #666;
		text-decoration: none;
	}

	#l-reserve_about {
		width: 100%;
		background-color: #F4BD00;
		padding: 0.5em 0;
		text-align: center;
	}

	#l-reserve_about a {
		color: #FFF;
		font-size: 21px;
		font-size: 2.1rem;
		text-shadow: 1px 1px 0 #666;
		text-decoration: none;
	}

	/** トップ */
	#top-t {
		color: #5F4C3E;
		border-bottom: 1px solid #5F4C3E !important;
		border-top: 1px solid #5F4C3E;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0.8em 0;
		margin-bottom: 12px;
	}

	#top-t2 {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 0 0.2em 0;
		margin-bottom: 12px;
		border-bottom: 4px solid #DEF1FB;
		color: #1E4D82;
	}

	/** トップ 右 */
	#lc-reserve {
		width: 330px;
		height: 180px;
		margin: 0 auto 30px auto;
	}

	#lc-reserve a {
		width: 330px;
		height: 180px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/sc-reserve.png) no-repeat;
		background-size: 330px 180px;
	}

	#endoscope {
		width: 330px;
		height: 132px;
		margin: 0 auto 30px auto;
	}

	#endoscope a {
		width: 330px;
		height: 132px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 330px 132px;
	}

	#l-side_logo {
		width: 300px;
		height: 65px;
		margin-bottom: 10px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-side_logo.png) no-repeat;
		background-size: 300px 65px;
	}

	#intro {
		width: 330px;
		height: 110px;
		margin: 0 auto 30px auto;
	}

	#intro a {
		width: 330px;
		height: 110px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 330px 110px;
	}

	#l-side_tell {
		color: #FFDB60;
		text-align: right;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.2;
	}

	#l-side_fax {
		text-align: right;
		color: #FFF;
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 4px;
	}

	#l-side_subject {
		background: #D2ECFA;
		color: #007EB5;
		margin-bottom: 10px;
		text-align: center;
		padding: 4px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	#l-side_map {
		width: 191px;
		height: 66px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-access_map.png) no-repeat;
		background-size: 191px 66px;
		position: absolute;
		top: -22px;
		margin-left: -96px;
		left: 50%;
	}

	/** フッター */
	#footer-logo {
		width: 100px;
		height: 73px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-footer_logo.png) no-repeat;
		margin: 0 auto 15px auto;
		background-size: 100px 73px;
	}

	/** ウィジェットタイトル */
	.widget-title {
		padding: 0;
		margin: 0;
		font-size: 1.6em;
	}

	.widget ul {
		margin: 0;
		padding: 0 0 0 1em;
	}


	/**=
* ========================================
* h2・h3・h4 内部コンテンツタイトル
* ========================================
*/
	#content-left h2 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		color: #07569F;
		border-bottom: 6px solid #DEF1FB;
		margin-bottom: 15px;
		line-height: 1.7;
	}

	h3 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		color: #551A1A;
		font-size: 18px;
		font-size: 1.8rem;
	}

	h4 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}

	h5 {
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}

	.entry-title {
		border-bottom: 6px solid #def1fb;
		color: #07569f;
		font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.5;
		margin-bottom: 15px;
		font-size: 21px;
		font-size: 2.1rem;
	}
}

@media screen and (min-width: 320px) and (max-width: 359px) {
	#l-side_address {
		color: #F7F7F7;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		margin: 0 0 10px 0;
	}

	/* ロゴ */
	.header h1 {
		width: 247px;
		height: 60px;
		margin: 0;
		padding: 0;
	}

	a#logo {
		display: block;
		width: 247px;
		height: 60px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-logo.png) no-repeat;
		margin: 6px 0 10px 0;
		padding: 0;
		background-size: 247px 60px;
	}

	a#logo:hover {
		opacity: 0.7;
	}

	body#home a#logo:hover {
		opacity: 1.0;
	}

	#lc-reserve {
		width: 300px;
		height: 163px;
		margin: 0 auto 30px auto;
	}

	#lc-reserve a {
		width: 300px;
		height: 163px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/sc-reserve.png) no-repeat;
		background-size: 300px 163px;
	}

	#endoscope {
		width: 300px;
		height: 120px;
		margin: 0 auto 30px auto;
	}

	#endoscope a {
		width: 300px;
		height: 120px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/endoscope.png) no-repeat;
		background-size: 300px 120px;
	}

	#intro {
		width: 300px;
		height: 100px;
		margin: 0 auto 0 auto;
	}

	#intro a {
		width: 300px;
		height: 100px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/intro.png) no-repeat;
		background-size: 300px 100px;
	}

	#l-side_logo {
		width: 265px;
		height: 58px;
		margin-bottom: 10px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(./images/title/s-side_logo.png) no-repeat;
		background-size: 265px 58px;
	}

	#l-side_tell {
		color: #FFDB60;
		text-align: right;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.2;
	}

	#l-side_subject {
		background: #D2ECFA;
		color: #007EB5;
		margin-bottom: 10px;
		text-align: center;
		padding: 4px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	/** ウィジェットタイトル */
	.widget-title {
		padding: 0;
		margin: 0;
		font-size: 1.6em;
	}

	.widget ul {
		margin: 0;
		padding: 0 0 0 1em;
	}
}

.side.bnr {
	margin: 25px 0 25px !important;
}

@media (max-width: 480px) {
	.side.bnr {
		max-width: 330px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}