@charset "utf-8";
@import "tokon.css";
/*
Theme Name: enzeru
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: TOKON
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
x	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
x	margin: 0 280px 0 20px;
}
/*
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
*/
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-size:14px;
	line-height:1.8em;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=submit] {
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	background: #fff;
	margin-top:0;
	padding:0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
}
body,
input,
textarea {
	color: #222;
	font-size: 14px;
	line-height: 2;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin: 0 0 24px;
	text-align:justify;
}
ul {
	list-style: square;
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #FFF;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	/* padding: 2px; */
	padding: 2px 4px;
}
a:link {
	color: #2b557b;
	text-decoration: none;
}
a:visited {
	color: #ac0404;
}
a:focus {
	outline:none;
}
a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight:normal;
}

h1 {
	font-size: 25px;
	font-weight:bold;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
	color:#2b5379;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
	color:#2b547a;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}

.site-header {
	background-color: #fafaf3;
	border-top:5px solid #2b557b;
	padding:17px 0 0 0;
	position: relative;
	min-height: 74px;
	margin: 0 auto;
}

#site-title {
	float: left;
	margin:0 8px 15px 2px;
	width:285px;
}
#site-title span{}
#site-title a {
	display:block;
	width:285px;
	height:61px;
	margin:0;
	padding:0;
	text-align:left;
	background:url(img/common/logo.png) no-repeat 0 0;
	font-size:14px;
	line-height: 1;
	text-indent:-9999px;
}
#site-description {
	float:left;
	clear:none;
	width:261px;
	height:30px;
	margin:28px 0 0px 2px;
	font: 100 italic 10px "Source Sans Pro", Helvetica, sans-serif;
	line-height:1.2;
	background:url(img/text/h2_site.png) no-repeat 0 0;
	text-indent:-9999px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */
/* Navbar */
.navbar {
	clear:both;
	position:relative;
	background:url(img/bg/bg_nav.gif) repeat 0 0;
	margin: 0 auto;
	width: 100%;
}
/*
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
x	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin:0;
x	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
x	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/

/* =Content
-------------------------------------------------------------- */
/*
#main {
	clear: both;
	overflow: hidden;
}
*/

.site-main {
	position: relative;
	margin:0;
	padding:0;
	background:#FFF url(img/navi/nav_shadow.png) no-repeat center top;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1000px;
}


#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
x	color: #333;
x	font-size: 16px;
x	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
x	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
x	color: #000;
}
/*
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
*/
#content table {
x	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
x	color: #888;
x	font-size: 12px;
x	font-weight: bold;
x	line-height: 18px;
x	padding: 9px 24px;
}
#content tr td {
x	border-top: 1px solid #e7e7e7;
x	padding: 6px 24px;
}
#content tr.odd td {
x	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	display:block;
	width:18.0em;
	margin:0 auto;
	padding:1.7em 0;
	color:#2b5379;
	text-align:center;
	border:1px solid #2b5379;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #222;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 6px 0 6px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #222;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.entry-thumbnail img{
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 245px;
}

/* =Widget Areas
-------------------------------------------------------------- */
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin:0 0 24px;
	padding:0;
	word-wrap: break-word;
}

.widget .widget-title {
	font:100 normal 20px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #2b557b;
	color:#2b547a;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/*
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
*/

#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
x	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =======================================
 common
======================================= */
.inner{
	max-width:1000px;
	margin:0 auto;}
h3.content-title{
	font:100 normal 20px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #2b557b;
	color:#2b547a;
	margin:40px 0 10px;}

h3.ringttl{
	font-size:1.4rem;
	margin:30px 0 20px 0;
	padding:20px 0 18px 24px;
	background:url(img/icon/icn_ring-gry.png),url(img/common/dot_blue_2x2.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left center, left bottom;}

h4.cubettl01{
	font-size:16px;
	margin:20px 0 20px 0;
	padding:2px 0 0 20px;
	color:#2b547a;
	background:url(img/icon/icn_cube.png) no-repeat left center;}
h4.cubettl02{
	font-size:16px;
	margin:20px 0 20px 0;
	padding:2px 0 0 20px;
	color:#2b547a;
	background:url(img/icon/icn_cube-all.png) no-repeat left center;}
h4.tablettl{
	font-size:18px;
	line-height:1;
	margin-bottom:0;
	padding:12px 24px;
	color:#FFF;
	background:#339dc1;}
h4.framettl{
	width:12em;
	margin-top:5px;
	padding:12px 0;
	font-size:14px;
	line-height:1;
	color:#2b547a;
	border:1px solid #2b547a;}
h4.btmline{
	margin:0 0 16px 0;
	padding:0 0 16px 0;
	font-size:24px;
	line-height:1;
	text-align:left;
	color:#2b547a;
	border-bottom:1px solid #2b5279;}

/* column */
.col2,
.col3,
.col4{
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	list-style:none;}
.col2>li,
.col2>div{
	float:left;
	display:block;
        width: 50%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:1.8;
	box-sizing:border-box;}
.col3>li,
.col3>div{
	float:left;
	display:block;
	width:33.333%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:1.8;
	box-sizing:border-box;}
.col2>div.subcon{
	margin-bottom:20px;}
.col2>div.subcon>div{
	border:1px solid #acac9d;
	text-align:left;
	box-sizing:border-box;}
.col2>div:first-child{padding-right:10px;}
.col2>div:last-child{padding-left:10px;}
.col2>div.subcon h4{
	text-align:left;
	font-size:16px;
	color:#FFF;
	background:#acac9d;
	margin:0;
	padding:8px 1em;}
.col2>div.subcon p{
	margin:1em;}
.col3>div.subcon>div{
	border:1px solid #0587b4;
	text-align:left;
	box-sizing:border-box;}
.col3>div.subcon h4{
	text-align:left;
	/* font-size:14px;*/
	font-size:1em;
	color:#FFF;
	background:#0587b4;
	margin:0;
	padding:8px 1em;}
.col3>div.subcon p{
	margin:1em;
	padding:10px 0;
	font-size:1.2em;}
.col3>div:first-child{padding-right:8px;}
.col3>div:nth-child(2){padding:0 4px;}
.col3>div:last-child{padding-left:8px;}
.col3.img>div p.cptn{font-size:1.2em; line-height:1.8;}
.col3.img>div p.cptn,
.col3.img>div img{
x	margin-right:6px;
x	margin-left:6px;}
.col3>div:first-child p.cptn,
.col3.img>div:first-child img{margin-left:0;}
.col3>div:last-child p.cptn,
.col3.img>div:last-child img{margin-right:0;}
.col4>li,
.col4>div{
	float:left;
	display:block;
	width:25%;
	margin:0;
	padding:0;
	text-align:center;
	/*font-size:14px;*/
	font-size:1.1em;
	line-height:1.8;
	box-sizing:border-box;}
.col4.feature>div.subcon>p{
	border:3px solid #0587b4;
	font-size:19px;
	text-align:center;
	color:#0587b4;
	padding:30px 0;
	margin:0 0 8px 0;}
.col4.feature>div:first-child{padding-right:6px;}
.col4.feature>div:nth-child(2),
.col4.feature>div:nth-child(3){padding-left:6px; padding-right:6px;}
.col4.feature>div:last-child{padding-left:6px;}

dl.tblProfile,
dl.tblHistory, 
.tblProfile,
.tblHistory {
	margin:40px 0 0 0;
	/*font-size:13px;*/
	font-size:121.4%;
	}
dl.tblProfile dt,
dl.tblHistory dt, 
.tblProfile .form-label {
	float:left;
	margin:0;
	padding:.9em 1.5em .9em 1.5em;
	font-weight:normal;}
dl.tblProfile dd, 
.tblProfile .form-field {
	margin:0;
	padding:.9em 1.5em .9em 23.5em;}
dl.tblHistory dd {
	margin:0;
	padding:.9em 1.5em .9em 11.5em;}
dl.tblProfile dd span,  
.tblProfile .form-field span {
	display:inline-block;
	width:12em;
}

/* --------------------------------------------------
 * 1. 既存指定（旧dl形式・History用）
 * -------------------------------------------------- */
dl.tblProfile dd:nth-child(4),
dl.tblProfile dd:nth-child(8),
dl.tblProfile dd:nth-child(12),
dl.tblProfile dd:nth-child(16),
dl.tblProfile dd:nth-child(20),
dl.tblProfile dd:nth-child(24),
dl.tblProfile dd:nth-child(28),
dl.tblProfile dd:nth-child(32),
dl.tblProfile dd:nth-child(36),
dl.tblProfile dd:nth-child(40),
dl.tblProfile dd:nth-child(44),
dl.tblProfile dd:nth-child(48),
dl.tblProfile dd:nth-child(52),
dl.tblProfile dd:nth-child(56),
dl.tblProfile dd:nth-child(60),
dl.tblProfile dd:nth-child(64),
dl.tblProfile dd:nth-child(68),
dl.tblProfile dd:nth-child(72),
dl.tblProfile dd:nth-child(76),
dl.tblProfile dd:nth-child(80),
dl.tblProfile dd:nth-child(84),
dl.tblProfile dd:nth-child(88),
dl.tblProfile dd:nth-child(92),
dl.tblProfile dd:nth-child(96),
dl.tblProfile dd:nth-child(100),
dl.tblProfile dd:nth-child(104),
dl.tblProfile dd:nth-child(108),
dl.tblProfile dd:nth-child(112),
dl.tblProfile dd:nth-child(116),
dl.tblProfile dd:nth-child(120) {
  background: #ecfaff;
}

/* 履歴テーブル用（dl.tblHistory） */
dl.tblHistory dd:nth-child(4),
dl.tblHistory dd:nth-child(8),
dl.tblHistory dd:nth-child(12),
dl.tblHistory dd:nth-child(16),
dl.tblHistory dd:nth-child(20),
dl.tblHistory dd:nth-child(24),
dl.tblHistory dd:nth-child(28),
dl.tblHistory dd:nth-child(32),
dl.tblHistory dd:nth-child(36),
dl.tblHistory dd:nth-child(40),
dl.tblHistory dd:nth-child(44),
dl.tblHistory dd:nth-child(48),
dl.tblHistory dd:nth-child(52),
dl.tblHistory dd:nth-child(56),
dl.tblHistory dd:nth-child(60),
dl.tblHistory dd:nth-child(64),
dl.tblHistory dd:nth-child(68),
dl.tblHistory dd:nth-child(72),
dl.tblHistory dd:nth-child(76),
dl.tblHistory dd:nth-child(80),
dl.tblHistory dd:nth-child(84),
dl.tblHistory dd:nth-child(88),
dl.tblHistory dd:nth-child(92),
dl.tblHistory dd:nth-child(96),
dl.tblHistory dd:nth-child(100),
dl.tblHistory dd:nth-child(104),
dl.tblHistory dd:nth-child(108),
dl.tblHistory dd:nth-child(112),
dl.tblHistory dd:nth-child(116),
dl.tblHistory dd:nth-child(120) {
  background: #ecfaff;
}

/* --------------------------------------------------
 * 2. 新構造（div形式）フォーム用追加指定
 * -------------------------------------------------- */
/* 行（.form-row）単位で偶数行に背景色を適用 */
div.tblProfile .form-row:nth-child(even) {
  background: #ecfaff;
}

/* Contact Form 7 のエラー表示のアニメーション・チラつきを抑える */
.wpcf7-not-valid-tip {
  transition: none !important;
  animation: none !important;
}


body#principle .site-content,
body#profile .site-content,
body#management .site-content,
body#history .site-content,
body#care_center .site-content,
body#inquiry .site-content,
body#thanks .site-content,
body#privacypolicy .site-content,
body#news .site-content,
body.single-post .site-content{padding:60px 0 0 0;}

body#news .listing {
	margin: 60px 0 0;
}

body.single-post .entry-meta{
	font-size:13px;
	margin:40px 0 0 0;}
body.single-post .entry-meta a{
	pointer-events:none;
	cursor:text;
	text-decoration:none;}
body.single-post .entry-meta a:hover{
	color:#222;
	text-decoration:none;}
body.single-post h3.ringttl{
	margin-top:0;}
body.single-post .entry-date{
	padding-right:1em;}


/* table */
table.ghometbl{}
table.ghometbl th{
	background:#2b557b;
	color:#fff;
	font-size:13px;
	line-height:1;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	min-width:23px;
	border-left:4px solid #FFF;}
table.ghometbl th:first-child{border-left:none;}
table.ghometbl td{
	border-left:4px solid #FFF;
	padding:4px 0;
	text-align:center;}
table.ghometbl td:first-child{border-left:none;}
table.ghometbl tr:nth-child(odd) td{background:#e9eef2;}
table.ghometbl tr td:nth-child(1),
table.ghometbl tr td:nth-child(2){
	padding-left:1em;
	text-align:left;}

table.pricetable1,
table.pricetable2{
	border-collapse:collapse;
	border:1px solid #f0f0f0;}
table.pricetable1 th,
table.pricetable2 th,
table.pricetable2 td{
	padding:12px 0 12px 1em;
	text-align:left;
	font-weight:normal;
/*	font-size:11px;*/
	font-size:121.4%;
	line-height:1.2;
	border:1px solid #f0f0f0;}
table.pricetable1 tr:first-child th{
	padding-left:0;
	text-align:center;}
table.pricetable1 tr:first-child th:first-child{
	padding-left:1em;
	text-align:left;}
table.pricetable1 td{
	padding:12px 0;
	text-align:center;
	font-weight:normal;
	/*	font-size:11px;*/
	font-size:1.1em;
	line-height:1.2;
	border:1px solid #f0f0f0;}

/* list */
ul.bluebox,
ul.polkaList{
	display:block;
	list-style:none;
	margin:24px 0;
	padding:0;
	width:100%;
	overflow:hidden;
	font-size:0;
	text-align:center;}
ul.bluebox li{
	display:inline-block;
	width:90%;
	box-sizing:border-box;
	max-width:309px;
	margin:5px 12px;
	padding:12px;
	font-size:14px;
	line-height:1;
	color:#FFF;
	background:#0587b4;
	border-radius:4px;}
ul.polkaList li{
	display:inline-block;
	width:90%;
	box-sizing:border-box;
	max-width:244px;
	margin:4px 2px;
	padding:22px;
	font-size:13px;
	line-height:1;
	color:#FFF;
	background:url(img/bg/bg_polkadot.png) repeat 0 0;
	border-radius:4px;}

.pagelink{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
	text-align:center;}
.pagelink li{
	display:block;
	margin:0;
	padding:0;
	float:left;}
.pagelink li a{
	display:block;
	width:230px;
	height:60px;
	margin:0 9px 20px 9px;
	padding:16px 5px 0 33px;
	font-size:15px;
	text-align:left;
	color:#FFF;
	box-sizing:border-box;
	background:url(img/button/btn_pagelink.png) no-repeat 0 0;}
.pagelink li a:hover{
	color:#FFF;
	text-decoration:none;}

ul.inlinelist{
	margin:0 0 0 2px;
	padding:0;
	list-style:none;}
ul.inlinelist li{
	display:inline-block;
	width:17.1em;
	padding:0 0 0 14px;
	background:url(img/icon/icn_square-blk.png) no-repeat left center;}

ul.ylwframe{
	padding:16px;
	font-size:13px;
	background:#fefdf4;
	border-radius:6px;
	list-style:none;}
ul.ylwframe li{
	display:block;
	width:100%;
	padding-left:8px;
	text-align:left;
	background:url(img/icon/blk_dot.png) no-repeat 0 10px;}
ul.ylwframe.inline li{
	display:inline-block;
	width:48%;
	padding-left:8px;
	text-align:left;
	background:url(img/icon/blk_dot.png) no-repeat 0 10px;}

dl.flow{margin:0;}
.flow dt,
.flow h5{
	display:block;
	width:300px;
	box-sizing:border-box;
	margin:0;
	padding:12px 0;
	text-align:center;
	font-size:14px;
	line-height:1;
	font-weight:normal;
	color:#FFF;
	background:#0587b4;}
.flow dt{float:left; clear:both;}
.flow dd,
.flow p{
	display:block;
	margin:0 auto !important;
	/*font-size:13px; */
	font-size:1.1em;
	color:#0587b4;}
.flow dd{
	display:table-cell;
	box-sizing:content-box;
	height:38px;
	line-height:1.5;
	padding:0 0 30px 20px;
	vertical-align:middle;}
.flow.col3 dt,
.flow.col3 h5{margin:0 auto !important;}
.flow.col3 dd,
.flow.col3 p{
	height: 160px;
	box-sizing:border-box;
	width:300px;
	color:#FFF;
	padding:20px !important;
	background:#82c3d9;}

dl.timescdl{
	margin:0;
	padding:0;
	font-size:15px;
	line-height:1.8;}
dl.timescdl dt{
	float:left;
	width:12em;
	font-size:1.2em;
	color:#2b547a;}
dl.timescdl dd{
	width:100%;
	margin-bottom:12px;
	padding:0 0 12px 13em;
	border-bottom:1px solid #eee;}

dl.detailinfo{
	margin:0;
	padding:23px 27px 7px 27px;
	font-size:12px;
	line-height:1.8;
	border:1px solid #676767;}
dl.detailinfo dt{
	float:left;
	display:block;
	width:6em;
	font-weight:bold;}
dl.detailinfo dd{
	width:100%;
	display:block;
	padding:0 0 0 6em;}

ul.disclist{
	margin:0;
	padding:17px;
	text-align:left;
	list-style:none;
	border:1px solid #355d81;}
ul.disclist li{
	line-height:1.8;
	color:#355d81;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:15px;
	background:url(img/icon/icn_ring.png) no-repeat 0 10px;}

.btmdash{
	position:relative;
	margin-bottom:40px !important;}
.btmdash:after{
	position:absolute;
	bottom:-15px;
	left:0;
	display:block;
	margin:0;
	clear:both;
	content:" ";
	font-size:1px;
	line-height:1px;
	height:1px;
	width:100%;
	background:url(img/common/dot_blue_2x2.png) repeat-x 0 0;
	text-indent:-9999px;}
.nomgn h5,
.no h6,
.nomgn p{
	margin:0 0 0 0;}


/* =======================================
 index
======================================= */
body#home #news{
	padding:36px 0 26px;
	text-align:center;
	background:#f8f8ef url(img/navi/nav_shadow.png) no-repeat center top;}
body#home #news h3{
	margin:0 0 26px;
	padding:0;
	color:#2b547a;}
body#home #news dl,
body#news dl{
	border:none;
	background:url(img/common/dot_bxw.png) repeat-x 0 0;
	margin:0;
	padding:0;}
body#home #news dl dt,
body#news dl dt {
	display:block;
	clear:both;
	float:left;
	width:90px;
	margin:0;
	padding:12px 4px;
	color:#2b5379;
	font-weight:normal;
	font-size:13px;
	text-align:left;
	line-height:1.2em;
	border:none;}
body#home #news dl dd,
body#news dl dd {
	display:block;
	float:left;
	margin:0;
	padding:12px 4px;
	font-size:13px;
	line-height:1.2em;
	border:none;}
body#home #news dl dd.cat,
body#news dl dd.cat {
x	color:#858573;
	color:#222;
	width:110px;}
body#home #news dl dd.dtl,
body#news dl dd.dtl{
	float:none;
	width:100%;
	padding-left:200px;
	text-align:left;
	background:url(img/common/dot_bxw.png) repeat-x left bottom}
body#home #news dl dd.dtl a,
body#news dl dd.dtl a{
x	color:#444;
	color:#222;}

body#home #primary{
x	padding-top:40px;
	max-width:724px;
	padding-bottom: 130px;}

body#home a.btn_recruit{
	display:block;
	width:100%;
	margin-bottom:12px;
	padding-top:32%;
	height:0;
	background:url(img/button/recruit01.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
body#home a.btn_recentry{
	display:block;
	width:100%;
	padding-top:14.1%;
	height:0;
	background:url(img/button/recruit02.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
body#home ul.col3.pickup li {
	width: calc(33.333% - 1%);
}
body#home ul.col3.pickup li:nth-child(1) {
	margin-right: 1%;}
body#home ul.col3.pickup li:nth-child(2) {
	margin-right: 0.5%;
	margin-left: 0.5%;}
body#home ul.col3.pickup li:nth-child(3) {
	margin-left: 1%;}
@media (max-width: 999px) {
	body#home ul.col3.pickup li {
		width: 100%;
		margin: 0;}
	body#home ul.col3.pickup li:nth-child(1) {
		margin-right: 0;}
	body#home ul.col3.pickup li:nth-child(2) {
		margin-right: 0;
		margin-left: 0;}
	body#home ul.col3.pickup li:nth-child(3) {
		margin-left: 0;}
}
body#home a.btn_picup01{
	display:block;
	width:100%;/*233px*/
	padding-top:77.3%;
	height:0;
	background:url(img/button/picup01.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
body#home a.btn_picup02{
	display:block;
	width:100%;/*233px*/
	padding-top:77.3%;
	height:0;
	background:url(img/button/picup02.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
body#home a.btn_picup03{
	display:block;
	width:100%;/*233px*/
	padding-top:77.3%;
	height:0;
	background:url(img/button/picup03.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}

/* 20201211 追加 */
.btn_news_wrapper {
	margin: 36px auto 10px;
	text-align: right;
}

.btn_news_wrapper a,
.btn_news_wrapper a:visited {
	color: #f1f1f1;
}

a.btn_news {
	display: inline-block;
	padding: 12px;
	max-width: 330px;
	width: 100%;
	background:#2b547a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.btn_news:hover {
	background-color: #51a1e9;
}

.btn_single_wrapper {
	margin: 52px auto 0;
	text-align: center;
}

.btn_single_wrapper a,
.btn_single_wrapper a:visited {
	color: #747271;
}
a.btn_single {
	display: inline-block;
	padding: 16px 20px;
	border: 1px solid #747271;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
a.btn_single:hover {
	color: #f1f1f1;
	background-color: #747271;
}

/* side menu */
body#home #menu-sidemenu{}
body#home #menu-sidemenu li{}
body#home #menu-sidemenu li a{
	display:block;
	text-indent:-9999px;}
body#home #menu-sidemenuother{}
body#home #menu-sidemenuother li{}
body#home #menu-sidemenuother li a{
	display:block;
	text-indent:-9999px;}
body#home #menu-sidemenugroup{}
body#home #menu-sidemenugroup li{}
body#home #menu-sidemenugroup li a{
	display:block;
	text-indent:-9999px;}
body#home #menu-sidemenu li.nav01 a{
	width:100%;
	height:77px;
	background:url(img/button/media01.png) no-repeat 0 0;
	background-size:contain;}
body#home #menu-sidemenu li.nav02 a{
	width:100%;
	height:230px;
	background:url(img/button/media02.png) no-repeat 0 0;
	background-size:contain;}
	body#home #menu-sidemenu li.nav03 a{
	width:100%;
	height:68px;
	background:url(img/button/media03.png) no-repeat 0 0;
	background-size:contain;}
body#home #menu-sidemenuother li.nav01 a{
	width:100%;
	height:90px;
	background:url(img/button/owner.png) no-repeat 0 0;
	background-size:contain;}
body#home #menu-sidemenuother li.nav02 a{
	width:100%;
	height:200px;
	background:url(img/button/arakawamaru.png) no-repeat 0 0;
	background-size:contain;}
body#home #menu-sidemenuother li.nav03 a{
	width:100%;
	height:61px;
	background:url(img/button/zaitaku-kyo.jpg) no-repeat 0 0;
	background-size:cover;}
body#home #menu-sidemenugroup li.nav01 a{
	width:100%;
	height:204px;
	background:url(img/button/enfuku.jpg) no-repeat 0 0;
	background-size:contain;}
body#home #menu-sidemenugroup li.nav02 a{
	width:100%;
	height:200px;
	background:url(img/button/shonannnoen.jpg) no-repeat 0 0;
	background-size:contain;}

body#home #service.col4{}
body#home #service.col4>div{
	width:330px !important;
	margin-right:5px;}
body#home #service.col4 .sv03,
body#home #service.col4 .sv06{
	margin-right:0 !important;}
body#home #service>div>ul{
	padding-top:216px;
	padding-left:0;
	list-style:none;}
body#home #service .sv01 ul{
	background:url(img/photo/service01.png) no-repeat 0 0;
	background-size:contain;}
body#home #service .sv02 ul{
	background:url(img/photo/service02.png) no-repeat 0 0;
	background-size:contain;}
body#home #service .sv03 ul{
	background:url(img/photo/service03.png) no-repeat 0 0;
	background-size:contain;}
body#home #service .sv04 ul{
	background:url(img/photo/service04.png) no-repeat 0 0;
	background-size:contain;}
body#home #service .sv05 ul{
	background:url(img/photo/service05.png) no-repeat 0 0;
	background-size:contain;}
body#home #service .sv06 ul{
	background:url(img/photo/service06.png) no-repeat 0 0;
	background-size:contain;}
body#home #service>div>ul li{
	text-align:left;
	font-size:14px;
	line-height:1.2;
	padding:4px 0 4px 8px;
	background:url(img/common/dot_blue.gif) no-repeat left center;}
body#home #service>div>ul li a{color:#8a8a79;}
body#home .note {
	max-width: 1000px;
	margin: auto;
}


/* =======================================
 kvslider
======================================= */
.kvslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.kvslider:before{
	content:"";
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10px;
	background:url(img/navi/nav_shadow.png) no-repeat center top;
	z-index:1;}
.kvslider ul,
.kvslider ul li {
	float: left;
	margin:0;
	padding:0;
	display: inline;
	overflow: hidden;
}
.kvslider ul li img {
	width: 100%;
	display: none;
}
.kvslider_base {
	top: 0;
	position: absolute;
}
.kvslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: rgba(255,255,255,.5) url(img/key/prev.png) no-repeat right center;}
.slider_next {background: rgba(255,255,255,.5) url(img/key/next.png) no-repeat left center;}
.pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 {background: transparent url(img/pn1.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url(img/pn2.jpg) no-repeat left top;}
.pagination a.pn3 {background: transparent url(img/pn3.jpg) no-repeat left top;}
.pagination a.pn4 {background: transparent url(img/pn4.jpg) no-repeat left top;}
.pagination a.pn5 {background: transparent url(img/pn5.jpg) no-repeat left top;}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.kvslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.kvslider ul {
	display: inline-block;
	overflow: hidden;
}


/* =======================================
 header
======================================= */
#headNavi{
	position:absolute;
	top:0;
	left:0;
	width:100%;}
#headNavi .hnavi{
	position:relative;
	max-width:1000px;
	margin:0 auto;}
#headNavi .menu-hnavi-container{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:450px;
	height:25px;
	background:#2b557b;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;}
#headNavi .menu-hnavi-container ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:15px;
	line-height:22px;}
#headNavi .menu-hnavi-container ul li{
	display:inline-block;
	margin:0;
	padding:0;}
#headNavi .menu-hnavi-container ul li a{
	display:block;
	background:url(img/icon/square_white.gif) no-repeat left center;
	padding:0 0 0 8px;
	margin:0 0 0 38px;
	color:#fff;}


/* =======================================
 footer
======================================= */

#footNavi{
	padding:20px 0;
	background:url(img/bg/bg_nav.gif) repeat 0 0;}
#footNavi .fnavi{
	max-width:1000px;
	margin:0 auto;}
#footNavi ul{
	list-style:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;}
#footNavi ul>li{
	display:inline-block;
	margin:0;
	padding:0;}
#footNavi ul ul{
	display:none;}
#footNavi ul ul>li{
	margin:0;
	padding:0;}

#footNavi ul li a{
	display:block;
	padding:5px 0;
	margin:0 8px;
	font-size:12px;
	line-height:1.2;
	color:#FFF;}

.site-info .flogo{
	display:inline-block;
	width:285px;
	height:61px;
	margin:0;
	padding:0;
	background:url(img/common/logo.png) no-repeat 0 0;
	text-indent:-9999px;}
.site-info .fdescription{
	max-width:528px;
	height:18px;
	margin:0 auto;
	background:url(img/text/foot_description.png) no-repeat 0 0;
	background-size:contain;
	text-indent:-9999px;}
.site-footer{text-align:center;}
.site-footer small{
	display:block;
	border-top:30px solid #ecf2f9;
	color:#2b5279;
	font-size:10px;
	padding:12px;}

.site-info {
	margin: 0 auto;
	max-width: 1000px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/* =======================================
 principle
======================================= */
body#principle .principle{
	margin:30px 0 72px 0;}
body#principle .principle img{display:block;}
body#principle .principle p{
	display:none;
	margin:0;
	padding:.75em 1em;
	font-size:14px;
	line-height:2.2;
	color:#2b5279;
	background-size:auto;
	text-shadow: #FFFFFF 0 0 10px;
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF,Strength=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-10, OffY=-10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=10, OffY=-10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=10, OffY=0, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=10, OffY=10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=-10, OffY=10, Color=#FFFFFF)progid:DXImageTransform.Microsoft.dropshadow(OffX=-10, OffY=0, Color=#FFFFFF)";}
body#principle .organization{
	margin:60px 0 0 0;}

body#care_center .tblProfile{margin:12px 0 0;}
body#care_center .tblProfile a{color:#9b9b8c;}
body#care_center .toplink{
	margin-bottom: 80px;
	width: 100%;
	text-align: right;
}

body#message p.corp{
	width:100%;
	height:17px;
	margin-bottom:10px;
	background:url(img/common/logo_text.png) no-repeat right top;
	text-indent:-9999px;}
body#message p.president{
	width:100%;
	height:30px;
	margin-top:10px;
	background:url(img/text/president.png) no-repeat right top;
	text-indent:-9999px;}

/* =======================================
 service
======================================= */
.brownie{
	width:100%;
	margin-right:210px;
	margin-bottom:10px;
	padding:20px;
	background:#fffbe7;
	border-radius:8px;}
.brownie h6{
	display:block;
	width:100%;
	height:14px;
	margin:0 0 10px;
	background:url(img/title/brownie.png) no-repeat 0 0;
	text-indent:-9999px;}
.brownie p{
	margin-bottom:0;}

/*
body#regional_support h5.ttl_rsupport01,
body#regional_support h5.ttl_rsupport02,
body#regional_support h5.ttl_rsupport03,
body#regional_support h5.ttl_rsupport04{
	height:16px;
	margin-bottom:20px;
	text-indent:-9999px;}
body#regional_support h5.ttl_rsupport01{background:url(img/title/ttl_rsupport01.png) no-repeat 0 0;}
body#regional_support h5.ttl_rsupport02{background:url(img/title/ttl_rsupport02.png) no-repeat 0 0;}
body#regional_support h5.ttl_rsupport03{background:url(img/title/ttl_rsupport03.png) no-repeat 0 0;}
body#regional_support h5.ttl_rsupport04{background:url(img/title/ttl_rsupport04.png) no-repeat 0 0;}
*/
body#regional_support h3.ttl_rsupport05{
	height:19px;
	margin-top:50px;
	background:url(img/title/ttl_rsupport05.png) no-repeat center top;
	text-indent:-9999px;}

/* =======================================
 inquiry
======================================= */

body#inquiry dl.tblProfile {
	border-bottom:1px solid #e4e4e4;
}
body#inquiry dl.tblProfile dd span, 
body#inquiry .tblProfile .form-field span {
	width:100% !important;
}
body#inquiry dl.tblProfile dd span.wpcf7-list-item-label, 
body#inquiry .tblProfile .form-field span.wpcf7-list-item-label { 
	display:inline; padding-left:5px;
}

body#inquiry .tblProfile span.wpcf7-not-valid-tip {
	left:0; padding-left:.5em; background:#e00; color:#fff;
}
body#inquiry input[type="text"].zip {
	width:100px;
}
body#inquiry input[type="text"].add {
	width:100%;
}
body#inquiry textarea.msg {
	width:100%;
}
body#inquiry input[type="submit"].wpcf7-submit,
body#inquiry input[type="button"].wpcf7-modify {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:4px 1.5em;
	margin:10px 5px 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #cccccc;
	*border:0;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
body#inquiry input[type="submit"].wpcf7-submit:hover,
body#inquiry input[type="submit"].wpcf7-submit:focus,
body#inquiry input[type="submit"].wpcf7-submit:active,
body#inquiry input[type="button"].wpcf7-modify:hover,
body#inquiry input[type="button"].wpcf7-modify:focus,
body#inquiry input[type="button"].wpcf7-modify:active {
	color:#333333;
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
}

/* Contact Form 7 の重複エラーメッセージの片方を非表示 */
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none !important;
}

/* ====================================
 OTHER
==================================== */
/* margin */
.mrA{margin-left:auto; margin-right:auto; display:block !important;}
.mr0{margin:0 !important;}
.mr5{margin:5px !important;}
.mr10{margin:10px !important;}
.mrt0{margin-top:0px !important;}
.mrt5{margin-top:5px !important;}
.mrt10{margin-top:10px !important;}
.mrt15{margin-top:15px !important;}
.mrt20{margin-top:20px !important;}
.mrt25{margin-top:25px !important;}
.mrt30{margin-top:30px !important;}
.mrt35{margin-top:35px !important;}
.mrt40{margin-top:40px !important;}
.mrt45{margin-top:45px !important;}
.mrt50{margin-top:50px !important;}
.mrt55{margin-top:55px !important;}
.mrt60{margin-top:60px !important;}
.mrt65{margin-top:65px !important;}
.mrt70{margin-top:75px !important;}
.mrt75{margin-top:75px !important;}
.mrt80{margin-top:80px !important;}
.mrt85{margin-top:85px !important;}
.mrt90{margin-top:90px !important;}
.mrt95{margin-top:95px !important;}
.mrt100{margin-top:100px !important;}
.mrr0{margin-right:0px !important;}
.mrr5{margin-right:5px !important;}
.mrr10{margin-right:10px !important;}
.mrr15{margin-right:15px !important;}
.mrr20{margin-right:20px !important;}
.mrr25{margin-right:25px !important;}
.mrr30{margin-right:30px !important;}
.mrr35{margin-right:35px !important;}
.mrr40{margin-right:40px !important;}
.mrr45{margin-right:45px !important;}
.mrr50{margin-right:50px !important;}
.mrr55{margin-right:55px !important;}
.mrr60{margin-right:60px !important;}
.mrr65{margin-right:65px !important;}
.mrr70{margin-right:75px !important;}
.mrr75{margin-right:75px !important;}
.mrr80{margin-right:80px !important;}
.mrr85{margin-right:85px !important;}
.mrr90{margin-right:90px !important;}
.mrr95{margin-right:95px !important;}
.mrr100{margin-right:100px !important;}
.mrb0{margin-bottom:0px !important;}
.mrb5{margin-bottom:5px !important;}
.mrb10{margin-bottom:10px !important;}
.mrb15{margin-bottom:15px !important;}
.mrb20{margin-bottom:20px !important;}
.mrb25{margin-bottom:25px !important;}
.mrb30{margin-bottom:30px !important;}
.mrb35{margin-bottom:35px !important;}
.mrb40{margin-bottom:40px !important;}
.mrb45{margin-bottom:45px !important;}
.mrb50{margin-bottom:50px !important;}
.mrb55{margin-bottom:55px !important;}
.mrb60{margin-bottom:60px !important;}
.mrb65{margin-bottom:65px !important;}
.mrb70{margin-bottom:75px !important;}
.mrb75{margin-bottom:75px !important;}
.mrb80{margin-bottom:80px !important;}
.mrb85{margin-bottom:85px !important;}
.mrb90{margin-bottom:90px !important;}
.mrb95{margin-bottom:95px !important;}
.mrb100{margin-bottom:100px !important;}
.mrl0{margin-left:0px !important;}
.mrl5{margin-left:5px !important;}
.mrl10{margin-left:10px !important;}
.mrl15{margin-left:15px !important;}
.mrl20{margin-left:20px !important;}
.mrl25{margin-left:25px !important;}
.mrl30{margin-left:30px !important;}
.mrl35{margin-left:35px !important;}
.mrl40{margin-left:40px !important;}
.mrl45{margin-left:45px !important;}
.mrl50{margin-left:50px !important;}
.mrl55{margin-left:55px !important;}
.mrl60{margin-left:60px !important;}
.mrl65{margin-left:65px !important;}
.mrl70{margin-left:75px !important;}
.mrl75{margin-left:75px !important;}
.mrl80{margin-left:80px !important;}
.mrl85{margin-left:85px !important;}
.mrl90{margin-left:90px !important;}
.mrl95{margin-left:95px !important;}
.mrl100{margin-left:100px !important;}

/*padding*/
.pda0{padding:0 !important;}
.pda5{padding:5px !important;}
.pda10{padding:10px !important;}
.pdt0{padding-top:0px !important;}
.pdt5{padding-top:5px !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt25{padding-top:25px !important;}
.pdt30{padding-top:30px !important;}
.pdt35{padding-top:35px !important;}
.pdt40{padding-top:40px !important;}
.pdt45{padding-top:45px !important;}
.pdt50{padding-top:50px !important;}
.pdt55{padding-top:55px !important;}
.pdt60{padding-top:60px !important;}
.pdt65{padding-top:65px !important;}
.pdt70{padding-top:75px !important;}
.pdt75{padding-top:75px !important;}
.pdt80{padding-top:80px !important;}
.pdt85{padding-top:85px !important;}
.pdt90{padding-top:90px !important;}
.pdt95{padding-top:95px !important;}
.pdt100{padding-top:100px !important;}
.pdr0{padding-right:0px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr23{padding-right:23px !important;}
.pdr25{padding-right:25px !important;}
.pdr29{padding-right:29px !important;}
.pdr30{padding-right:30px !important;}
.pdr33{padding-right:33px !important;}
.pdr35{padding-right:35px !important;}
.pdr40{padding-right:40px !important;}
.pdr45{padding-right:45px !important;}
.pdr50{padding-right:50px !important;}
.pdr55{padding-right:55px !important;}
.pdr60{padding-right:60px !important;}
.pdr65{padding-right:65px !important;}
.pdr70{padding-right:75px !important;}
.pdr75{padding-right:75px !important;}
.pdr80{padding-right:80px !important;}
.pdr85{padding-right:85px !important;}
.pdr90{padding-right:90px !important;}
.pdr95{padding-right:95px !important;}
.pdr100{padding-right:100px !important;}
.pdb0{padding-bottom:0px !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb35{padding-bottom:35px !important;}
.pdb40{padding-bottom:40px !important;}
.pdb45{padding-bottom:45px !important;}
.pdb50{padding-bottom:50px !important;}
.pdb55{padding-bottom:55px !important;}
.pdb60{padding-bottom:60px !important;}
.pdb65{padding-bottom:65px !important;}
.pdb70{padding-bottom:75px !important;}
.pdb75{padding-bottom:75px !important;}
.pdb80{padding-bottom:80px !important;}
.pdb85{padding-bottom:85px !important;}
.pdb90{padding-bottom:90px !important;}
.pdb95{padding-bottom:95px !important;}
.pdb100{padding-bottom:100px !important;}
.pdl0{padding-left:0px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl15{padding-left:15px !important;}
.pdl20{padding-left:20px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}
.pdl35{padding-left:35px !important;}
.pdl40{padding-left:40px !important;}
.pdl45{padding-left:45px !important;}
.pdl50{padding-left:50px !important;}
.pdl55{padding-left:55px !important;}
.pdl60{padding-left:60px !important;}
.pdl65{padding-left:65px !important;}
.pdl70{padding-left:75px !important;}
.pdl75{padding-left:75px !important;}
.pdl80{padding-left:80px !important;}
.pdl85{padding-left:85px !important;}
.pdl90{padding-left:90px !important;}
.pdl95{padding-left:95px !important;}
.pdl100{padding-left:100px !important;}

/*width*/
.w10{width:10px !important;}
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w60{width:60px !important;}
.w70{width:70px !important;}
.w80{width:80px !important;}
.w90{width:90px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w130{width:130px !important;}
.w140{width:140px !important;}
.w150{width:150px !important;}
.w160{width:160px !important;}
.w170{width:170px !important;}
.w180{width:180px !important;}
.w190{width:190px !important;}
.w200{width:200px !important;}
.w210{width:210px !important;}
.w220{width:220px !important;}
.w230{width:230px !important;}
.w240{width:240px !important;}
.w250{width:250px !important;}
.w260{width:260px !important;}
.w270{width:270px !important;}
.w280{width:280px !important;}
.w290{width:290px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w325{width:325px !important;}
.w330{width:330px !important;}
.w340{width:340px !important;}
.w350{width:350px !important;}
.w360{width:360px !important;}
.w370{width:370px !important;}
.w380{width:380px !important;}
.w390{width:390px !important;}
.w400{width:400px !important;}
.w410{width:410px !important;}
.w417{width:417px !important;}
.w420{width:420px !important;}
.w430{width:430px !important;}
.w440{width:440px !important;}
.w450{width:450px !important;}
.w460{width:460px !important;}
.w470{width:470px !important;}
.w480{width:480px !important;}
.w490{width:490px !important;}
.w500{width:500px !important;}
.w510{width:510px !important;}
.w520{width:520px !important;}
.w530{width:530px !important;}
.w540{width:540px !important;}
.w550{width:550px !important;}
.w560{width:560px !important;}
.w570{width:570px !important;}
.w580{width:580px !important;}
.w583{width:583px !important;}
.w590{width:590px !important;}
.w600{width:600px !important;}
.w610{width:610px !important;}
.w620{width:620px !important;}
.w630{width:630px !important;}
.w650{width:650px !important;}
.w675{width:675px !important;}
.w680{width:680px !important;}
.w700{width:700px !important;}
.w5P{width:5% !important;}
.w10P{width:10% !important;}
.w15P{width:15% !important;}
.w23P{width:23% !important;}
.w20P{width:20% !important;}
.w25P{width:25% !important;}
.w30P{width:30% !important;}
.w33P{width:33% !important;}
.w35P{width:35% !important;}
.w40P{width:40% !important;}
.w45P{width:45% !important;}
.w50P{width:50% !important;}
.w75P{width:75% !important;}
.w80P{width:80% !important;}
.w85P{width:85% !important;}
.w90P{width:90% !important;}
.w95P{width:95% !important;}
.w100P{width:100% !important;}
.mw790{ width:100% !important; max-width:790px !important;}

/*postion*/
.posPrt{position:relative;}
.posR0T0{position:absolute; right:0; top:0;}
.posL0T0{position:absolute; left:0; top:0;}
.posR0B0{position:absolute; right:0; bottom:0;}
.posL0B0{position:absolute; left:0; bottom:0;}

/* font */
.j10{font-size:71.4%; line-height:1.8;}
.j12{font-size:85.7%; line-height:1.8;}
.j13{font-size:92.9%; line-height:1.8;}
.j14{font-size:100%; line-height:1.8;}
.j15{font-size:107.1%; line-height:1.8;}
.j16{font-size:114.3%; line-height:1.8;}
.j17{font-size:121.4%; line-height:1.8;}
.j18{font-size:128.6%; line-height:1.8;}
.j20{font-size:142.9%; line-height:1.8;}
.j24{font-size:171.4%; line-height:1.4;}

.tR{text-align:right !important;}
.tL{text-align:left !important;}
.tC{text-align:center !important;}
.tB{font-weight:bold !important;}
.tN{ font-weight:normal !important;}

/* color */
.colRed{color:#e80000;}
.colBordeaux{color:#b10035;}
.colNavy{color:#2b547a;}
.colBlue{color:#1071a7;}
.colGreen{color:#006600;}
.colBlack{color:#444444;}
.colWine{color:#5f2131;}
.colYellow{color:#fefdf4;}
.colOrange{color:#ff7f00;}
.colGray{color:#666;}
.bgRed{background-color:#e80000;}
.bgBordeaux{background-color:#b10035;}
.bgNavy{background-color:#002e54;}
.bgBlue{background-color:#1071a7;}
.bgGreen{background-color:#006600;}
.bgBlack{background-color:#444444;}
.bgWine{background-color:#5f2131;}
.bgYellow{background-color:#fefdf4;}
.bgOrange{background-color:#ff7f00;}
.bgGray{background-color:#666;}
.backwh{background:#fff;}
.bgBeige{background:#F1EDE8;}

/* position*/
.relative{position:relative;}
.absolute{position:absolute;}

/* list */
ul.none{
	margin:0;
	padding:0;
	list-style:none;}
ul.none li{
	line-height:1.4em;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	list-style:none;}
ul.kome{
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;}
ul.kome li{
	background:url(img/common/kome.png) no-repeat 0 0.22em;
	line-height:1.4em;
	margin:0 0 5px 1em;
	padding:0 0 0 15px;
	list-style:none;}
ul.check{
	margin:0;
	padding:0;
	list-style:none;}
ul.float{
	margin:0;
	padding:0;
	list-style:none;}
ul.float li{
	margin:0 10px 0 0;
	padding:0;
	float:left;}

/* image */
.fL{float:left;}
.fR{float:right;}
img.noshade{box-shadow:none !important;}

hr.no_line {
	margin:15px 0;
	background:none;
}
hr.margin{margin: 25px 0 20px;}
div.dot{
	margin:1em 0 1em;
	padding:0 0 15px;
	background:url(img/common/hr_dot.png) no-repeat left bottom;
	border:0px none;}

.noline{border:none !important;}

/* bottun */
a.defbtn{
	display:inline-block;
	color:#cc6095 !important;
	margin:5px 10px;
	padding:3px 10px 3px 26px;
	text-decoration:none;
	background:#f9e6ed url(img/icn/icn_disc_arw.png) no-repeat 10px center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}


/* clearfix */
.cf:before,
.cf:after,
.col2:before, .col2:after,
.col3:before, .col3:after,
.col4:before, .col4:after{content:" "; display:table;}
.cf:after,
.col2:after,
.col3:after,
.col4:after{clear:both;}
.cf,
.col2,
.col3,
.col4{*zoom:1;}


@media (min-width:1000px) {
	/**
	 * 4.2 Navigation
	 * ----------------------------------------------------------------------------
	 */

	.main-navigation {
		clear: both;
		margin: 0 auto;
		width: 1000px;
		min-height: 45px;
	}

	ul#menu-gnavi,
	div#menu-gnavi > ul {
		margin: 0;
		padding:0;
		font-size:0;
		line-height:0;
	}

	#menu-gnavi li {
		display: inline-block;
	x	position: relative;
	}

	#menu-gnavi li a {
		color: #141412;
		display: block;
		font-size: 15px;
		line-height: 1;
		padding: 19px 16px;
		text-decoration: none;
	}

	#menu-gnavi>li>a{
		display:block;
		width: 111px;
		height:70px;
		margin:0;
		padding:0;
		background:url(img/navi/gnavi.png) no-repeat 0 0;
		text-indent:-9999px;}
	/*
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;}
	#menu-gnavi>li>a:hover{
		opacity:.5;}*/
	#menu-gnavi>li.nav01>a {
		background-position: 0 0;
	}
	#menu-gnavi>li.nav02>a {
		background-position: -111px 0;
	}
	#menu-gnavi>li.nav03>a {
		background-position: -222px 0;
	}
	#menu-gnavi>li.nav04>a {
		background-position: -333px 0;
	}
	#menu-gnavi>li.nav05>a {
		background-position: -444px 0;
	}
	#menu-gnavi>li.nav06>a {
		background-position: -555px 0;
	}
	#menu-gnavi>li.nav07>a {
		background-position: -666px 0;
	}
	#menu-gnavi>li.nav08>a {
		background-position: -777px 0;
	}
	#menu-gnavi>li.nav09>a {
		background-position: -888px 0;
		width: 112px;
	}
	#menu-gnavi>li.nav01>a:hover, #menu-gnavi>li.nav01.current-menu-item >a, #menu-gnavi>li.nav01.current-menu-parent >a {
		background-position: 0 -70px;
	}
	#menu-gnavi>li.nav02>a:hover, #menu-gnavi>li.nav02.current-menu-item >a, #menu-gnavi>li.nav02.current-menu-parent >a {
		background-position: -111px -70px;
	}
	#menu-gnavi>li.nav03>a:hover, #menu-gnavi>li.nav03.current-menu-item >a, #menu-gnavi>li.nav03.current-menu-parent >a {
		background-position: -222px -70px;
	}
	#menu-gnavi>li.nav04>a:hover, #menu-gnavi>li.nav04.current-menu-item >a, #menu-gnavi>li.nav04.current-menu-parent >a {
		background-position: -333px -70px;
	}
	#menu-gnavi>li.nav05>a:hover, #menu-gnavi>li.nav05.current-menu-item >a, #menu-gnavi>li.nav05.current-menu-parent >a {
		background-position: -444px -70px;
	}
	#menu-gnavi>li.nav06>a:hover, #menu-gnavi>li.nav06.current-menu-item >a, #menu-gnavi>li.nav06.current-menu-parent >a {
		background-position: -555px -70px;
	}
	#menu-gnavi>li.nav07>a:hover, #menu-gnavi>li.nav07.current-menu-item >a, #menu-gnavi>li.nav07.current-menu-parent >a {
		background-position: -666px -70px;
	}
	#menu-gnavi>li.nav08>a:hover, #menu-gnavi>li.nav08.current-menu-item >a, #menu-gnavi>li.nav08.current-menu-parent >a {
		background-position: -777px -70px;
	}
	#menu-gnavi>li.nav09>a:hover, #menu-gnavi>li.nav09.current-menu-item >a, #menu-gnavi>li.nav09.current-menu-parent >a {
		background-position: -888px -70px;
	}

	#menu-gnavi li:hover > a,
	#menu-gnavi li a:hover,
	#menu-gnavi li:focus > a,
	#menu-gnavi li a:focus {
	x	background-color: #220e10;
		color: #fff;
	}

	#menu-gnavi .sub-menu,
	#menu-gnavi .children {
		display:block;
		position: absolute;
x		left:0;
		top:70px;
		z-index:1;
		width: auto;
		min-width:112px;
x		height: 50px;
		margin:0;
		padding:1px;
x		text-align:center;
		border-top: 0;
		background-color: #CCC;
	x	overflow: hidden;
	x	clip: rect(1px, 1px, 1px, 1px);
	/*box-shadow*/
    box-shadow: 5px 10px 8px rgba(0,0,0,.5);
    -webkit-box-shadow: 5px 10px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 5px 10px 8px rgba(0,0,0,.5);}
	#menu-gnavi .sub-menu:before,
	#menu-gnavi .children:before{
		position: absolute;
		top:0;
		display: block;
		margin: 0;
		clear: both;
		content: " ";
		z-index:10;
		font-size: 1px;
		line-height: 1px;
		width:111px;
		height: 1px;
		background:#FFF;
		text-indent: -9999px;}
/*
	body#home #menu-gnavi .sub-menu:after,
	body#home #menu-gnavi .children:after{background:#f8f8ef url(img/navi/nav_shadow.png) no-repeat center top;}
*/
	#menu-gnavi .sub-menu ul,
	#menu-gnavi .children ul {
		border-left: 0;
		left: 100%;
		top: 0;
	}

	#menu-gnavi .sub-menu li,
	#menu-gnavi .children li{
		display:block;
		background:#FFF;
		border-bottom:1px dotted #CCC;}
	#menu-gnavi .sub-menu li:last-child,
	#menu-gnavi .children li:last-child{
		border-bottom:none;}

	ul#menu-gnavi ul a,
	#menu-gnavi ul ul a {
x		color: #73735e;
		color: #222;
		margin: 0;
		font-size:14px;
		line-height:1;
	x	width: 200px;
	}

	ul#menu-gnavi ul a:hover,
	#menu-gnavi ul ul a:hover,
	ul#menu-gnavi ul a:focus,
	#menu-gnavi ul ul a:focus {
	x	background-color: #db572f;
		color:#2b557b;
	}
	#menu-gnavi .sub-menu li a:hover,
	#menu-gnavi .children li a:hover {
x		background:#006;
		color:#FFF;
		background:url(img/bg/bg_nav.gif) repeat 0 0;}

	ul#menu-gnavi li > ul,
	#menu-gnavi ul li > ul{
		clip:rect(0,0,0,0);}

	ul#menu-gnavi li:hover > ul,
	#menu-gnavi ul li:hover > ul,
	ul#menu-gnavi .focus > ul,
	#menu-gnavi .focus > ul,
x	ul#menu-gnavi li.current-menu-item > ul,
x	#menu-gnavi ul li.current-menu-item > ul,
x	ul#menu-gnavi li.current-menu-parent > ul,
x	#menu-gnavi ul li.current-menu-parent > ul{
		z-index:4;
		clip: inherit;
		overflow: inherit;
x		height: 50px;
x		width: inherit;
	}
/*
	ul#menu-gnavi li.current-menu-item > ul,
	#menu-gnavi ul li.current-menu-item > ul,
	ul#menu-gnavi li.current-menu-parent > ul,
	#menu-gnavi ul li.current-menu-parent > ul{
		z-index:3;}

	ul#menu-gnavi li.nav01.current-menu-item:after,
	#menu-gnavi ul li.nav01.current-menu-item:after,
	ul#menu-gnavi li.nav09.current-menu-item:after,
	#menu-gnavi ul li.nav09.current-menu-item:after{
		z-index:1;
	}
	ul#menu-gnavi li.nav01:hover:after,
	#menu-gnavi ul li.nav01:hover:after,
	ul#menu-gnavi li.nav09:hover:after,
	#menu-gnavi ul li.nav09:hover:after,
	ul#menu-gnavi li.nav01.current-menu-item:after,
	#menu-gnavi ul li.nav01.current-menu-item:after,
	ul#menu-gnavi li.nav09.current-menu-item:after,
	#menu-gnavi ul li.nav09.current-menu-item:after{
		position:absolute;
		top:70px;
		left:0;
		display:block;
		content:" ";
		clear:both;
		width:100%;
		height:50px;
		background:#FFF;
		z-index:5;}
	ul#menu-gnavi li.nav01.current-menu-item:after,
	#menu-gnavi ul li.nav01.current-menu-item:after,
	ul#menu-gnavi li.nav09.current-menu-item:after,
	#menu-gnavi ul li.nav09.current-menu-item:after{
		z-index:1;}
*/
	ul#menu-gnavi .focus > ul,
	#menu-gnavi .focus > ul,
	#menu-gnavi .current_page_item > a,
	#menu-gnavi .current_page_ancestor > a,
	#menu-gnavi .current-menu-item > a,
	#menu-gnavi .current-menu-ancestor > a {
		color: #2b547a;
	}

	.menu-toggle {
		display: none;
	}

}

@media (max-width: 999px) {
	.site-header{
		padding:10px 0 0 0;}
	.home-link{
		margin:0 8px 10px 2px;}
	.inner{
		max-width:1000px;
		overflow:hidden;
		padding-left:10px;
		padding-right:10px;}
	body#home #primary{max-width:100%; padding-bottom: 0;}
	#header{padding:0;}
	#headNavi{display:none;}

	/* Small menu */
	.navbar{
		position:absolute;
		top:15px;
		right:10px;
		width:30px;
		height:30px;
		background:none;
		margin: 0 auto;
		z-index:1;}

	.navbar #site-navigation,
	.navbar .main-navigation{
		position:relative;
		overflow:visible;}

	.sub-menu,
	#menu-gnavi .children,
	#menu-gnavi .sub-menu{width:100%;}


	#access{
		position:relative;
		width:30px;}

	.menu-header,
	.menu-gnavi-container{
		position:absolute;
		right:0;
		top:0;
		z-index:10;
		width:290px !important;
		box-sizing:content-box;
		background:rgba(255,255,255,1);
		box-shadow: 5px 5px 10px #666;
		-webkit-box-shadow: 5px 5px 10px #666;
		-moz-box-shadow: 5px 5px 10px #666;}

	.menu-toggle {
		cursor:pointer;
		display:block;
		width:30px;
		height:30px;
		background:url(img/button/btn_menu.png) no-repeat 0 0;
		background-size:contain;
		text-indent:-9999px;
		margin:0;
		z-index:2;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		border: none;
		color: #141412;
		padding:0;
	}

	.menu-toggle:focus {
		outline: none;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on #menu-gnavi,
	.toggled-on #menu-gnavi > ul {
		display: block;
		margin-left: 0;
		padding: 0;
x		width: 100%;
		height:auto;
		box-sizing:content-box;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on #menu-gnavi{
		margin:1px;
		font-size:14px;
		line-height:1.2em;
	}

	.toggled-on #menu-gnavi li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin:0;
		padding:0;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on #menu-gnavi li a{
		padding:3px 6px;
		display:block;
		border-bottom:1px solid #dfdfd2;
		box-sizing:border-box;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		transition:all .4s ease;
	}
	.toggled-on #menu-gnavi > li > a {
		background:#2b547a;
		color:#FFF;}
	.toggled-on #menu-gnavi li > ul a {
		color: #8a8a79;
		padding-left:20px;
		width: auto;
	}

	.toggled-on #menu-gnavi li:hover > a,
	.toggled-on #menu-gnavi .children a {
x		background-color: transparent;
		color: #FFF;
	}

	.toggled-on #menu-gnavi ul > li a:hover{
		background-color: #dadac9;
		color: #5f5f4f;
	}
	.toggled-on #menu-gnavi > li > a:hover {
		opacity:.5;}

	.toggled-on #menu-gnavi > li a:focus,
	.toggled-on #menu-gnavi > ul a:focus {
x		background-color: #220e10;
		color: #fff;
	}

	ul#menu-gnavi,
	div#menu-gnavi > ul {
		display: none;
	}

	.site-main{
		margin-top:0;}

	body#home #news dl dd.dtl,
	body#news dl dd.dtl{
		clear:both;
		float:none;
		width:100%;
		padding:0 4px 12px;
		text-align:left;}

	/* def */
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		width:100%;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0;
		max-width: 100%;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

	/* column */
	.col2>li,
	.col2>div,
	.col3>li,
	.col3>div,
	.col4>li,
	.col4>div{
		float:none;
		clear:both;
		display:block;
		width:100%;
		margin:0;
		padding:0;
		text-align:center;
		font-size:14px;
		line-height:1.2;
		box-sizing:border-box;}
	.col2>li:first-child,
	.col2>div:first-child,
	.col2>li:last-child,
	.col2>div:last-child,
	.col3>li:first-child,
	.col3>div:first-child,
	.col3>li:nth-child(2),
	.col3>div:nth-child(2),
	.col3>li:last-child,
	.col3>div:last-child,
	.col4>div:first-child,
	.col4>div:nth-child(2),
	.col4>div:nth-child(3),
	.col4>div:last-child{
		padding-left:0 !important;
		padding-right:0 !important;
		margin-bottom:10px;}
	.col2.img>div img,
	.col3.img>div img{
		margin:0 0 10px 0 !important;
		width:100%;}
	.col4.feature br{ display:none;}

	.col3.flow dt,
	.col3.flow h5,
	.col3.flow dd,
	.col3.flow p{width:100%;}

	/* index button */

	/* 20201211 追加 */
	a.btn_news {
		padding: 20px 0;
		max-width: 100%;
	}
	a.btn_single {
		padding: 24px 20px;
		max-width: 450px;
		width: 90%;
	}

	body#home a.btn_picup01,
	body#home a.btn_picup02,
	body#home a.btn_picup03{
		display:block;
		width:100%;
		height:67px;
		box-sizing: border-box;
		margin:0 0 12px;
		padding:.8em 1em 0;
		background:#2b547a;
		text-indent:0;
		font-size:20px;
		text-align:left;
		vertical-align:middle;
		text-decoration:none;
		color:#FFF;}
	body#home a.btn_picup01:hover,
	body#home a.btn_picup02:hover,
	body#home a.btn_picup03:hover{}
	body#home a.btn_picup01 span,
	body#home a.btn_picup02 span,
	body#home a.btn_picup03 span{
		font-size:12px;
		display:block;
		clear:both;}
	body#home #menu-sidemenu li.nav01 a{
		width:100%;
		height:77px;
/* 		background:#373531 url(img/button/media01_mbl.png) no-repeat 0 0;
 */		background-size:contain;}
	body#home #menu-sidemenu li.nav02 a{
		width:100%;
		height:62px;
		background:#FFF url(img/button/media02_mbl.png) no-repeat 0 0;
		background-size:contain;
		border:3px solid #000;}
/* 	body#home #menu-sidemenu li.nav03 a{
		width:100%;
		height:90px;
		background:#FFF url(img/button/owner-bnr_04.png) no-repeat 0 0;
		background-size:contain;
		border:3px solid #000;} */

	body#home #service.col1>div,
	body#home #service.col2>div,
	body#home #service.col3>div,
	body#home #service.col4>div{
		width:100% !important;}
	body#home #service>div>ul{
		padding-top:0;
		padding-left:0;
		margin:0;
		list-style:none;
		background:none !important;}
	body#home #service>div>ul li{
		border-bottom:1px solid #2b557b;
		background:none;
		padding:8px 0;
		font-size:16px;
		text-align:center;}
	body#home #service>div>ul li a{
		display:block;
		color:#2b557b;}

	body#inquiry dl.tblProfile dd, 
	.tblProfile form-field {
		padding:.2em .5em .9em .5em;
	}

	#footNavi,
	.site-info{
		display:none;}

	.wbr br{display:none;}

	ul.ylwframe.inline li{
		display:block;
		width:100%;}

	.w320, .w325, .w340, .w350, .w370, .w380, .w390,
	.w417, .w440, .w470, .w530, .w560, .w583,
	.w610, .w620, .w630, .w650, .w660, .w675, .w680{
		width:100% !important;}
	.pdr15, .pdr20, .pdr23, .pdr25, .pdr30, .pdr33{
		padding-right:0 !important;}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}


	.flow dt,
	dl.detailinfo dt,
	dl.timescdl dt{
		float:none;}
	.flow dd{
		padding:8px 0 30px 0;
		height:auto;
		vertical-align:top;}
	dl.detailinfo dd{padding:0 0 0 1em;}
	dl.timescdl dd{padding:0 0 12px 1em;}

}

@media (max-width: 643px) {
	#site-title {
		font-size: 20px;
		margin-bottom:10px;
	}
	#site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}

	.main-navigation,
	.inner{max-width:100%;}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
x		padding-left: 20px;
x		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 20px;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	/* =======================================
	 principle
	======================================= */
	body#principle .principle img{display:none;}
	body#principle .principle p{display:block;}


	dl.tblProfile dt,
	dl.tblHistory dt{
		float:none;
		font-weight:bold;
		padding:.9em 1.5em .2em 1.5em;}
	dl.tblProfile dd{
		margin:0;
		padding:.2em 1.5em .9em 2em;}
	dl.tblHistory dd{
		margin:0;
		padding:.2em 1.5em .9em 2em;}
	dl.tblProfile dt:nth-child(3),
	dl.tblHistory dt:nth-child(3),
	dl.tblProfile dt:nth-child(7),
	dl.tblHistory dt:nth-child(7),
	dl.tblProfile dt:nth-child(11),
	dl.tblHistory dt:nth-child(11),
	dl.tblProfile dt:nth-child(15),
	dl.tblHistory dt:nth-child(15),
	dl.tblProfile dt:nth-child(19),
	dl.tblHistory dt:nth-child(19),
	dl.tblProfile dt:nth-child(23),
	dl.tblHistory dt:nth-child(23),
	dl.tblProfile dt:nth-child(27),
	dl.tblHistory dt:nth-child(27),
	dl.tblProfile dt:nth-child(31),
	dl.tblHistory dt:nth-child(31),
	dl.tblProfile dt:nth-child(35),
	dl.tblHistory dt:nth-child(35),
	dl.tblProfile dt:nth-child(39),
	dl.tblHistory dt:nth-child(39),
	dl.tblProfile dt:nth-child(43),
	dl.tblHistory dt:nth-child(43),
	dl.tblProfile dt:nth-child(47),
	dl.tblHistory dt:nth-child(47),
	dl.tblProfile dt:nth-child(51),
	dl.tblHistory dt:nth-child(51),
	dl.tblProfile dt:nth-child(55),
	dl.tblHistory dt:nth-child(55),
	dl.tblProfile dt:nth-child(59),
	dl.tblHistory dt:nth-child(59),
	dl.tblProfile dt:nth-child(63),
	dl.tblHistory dt:nth-child(63),
	dl.tblProfile dt:nth-child(67),
	dl.tblHistory dt:nth-child(67),
	dl.tblProfile dt:nth-child(71),
	dl.tblHistory dt:nth-child(71),
	dl.tblProfile dt:nth-child(75),
	dl.tblHistory dt:nth-child(75),
	dl.tblProfile dt:nth-child(79),
	dl.tblHistory dt:nth-child(79),
	dl.tblProfile dt:nth-child(83),
	dl.tblHistory dt:nth-child(83),
	dl.tblProfile dt:nth-child(87),
	dl.tblHistory dt:nth-child(87),
	dl.tblProfile dt:nth-child(91),
	dl.tblHistory dt:nth-child(91),
	dl.tblProfile dt:nth-child(95),
	dl.tblHistory dt:nth-child(95),
	dl.tblProfile dt:nth-child(99),
	dl.tblHistory dt:nth-child(99),
	dl.tblProfile dt:nth-child(103),
	dl.tblHistory dt:nth-child(103),
	dl.tblProfile dt:nth-child(107),
	dl.tblHistory dt:nth-child(107),
	dl.tblProfile dt:nth-child(111),
	dl.tblHistory dt:nth-child(111),
	dl.tblProfile dt:nth-child(115),
	dl.tblHistory dt:nth-child(115),
	dl.tblProfile dt:nth-child(119),
	dl.tblHistory dt:nth-child(119){background:#ecfaff;}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.entry-content *{font-size:1.2rem;}
.entry-content h4{font-size:1.6rem;}

/* Google Map */
#gmap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

#gmap	iframe {
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}