@charset "utf-8";

/*
Theme Name: Dental Mediate
Theme URI: 
Author: Hiroshi Miyazawa
Author URI: 
Description: Dental Mediate
Version: 1.0
*/

/**
 * リセット
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
	color: #444;						/* 基本 color */
	font-size: 14px;
	line-height: 2;						/* 基本 line-height */
	margin: 0;
}

a {
	color: #8080ff;						/* 基本 a */
	text-decoration: none;
}

a:visited {
	color: #8080ff;						/* 基本 a:visited */
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #00c;						/* 基本 a:hover */
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3;					/* 見出し line-height */
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

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

h3 {
	font-size: 22px;
	margin: 22px 0;
}

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

h5 {
	font-size: 18px;
	margin: 30px 0;
}

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

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
	margin: 0 0 10px;
}

dd {
	margin: 0 0 20px;
}

menu,
ol {
	margin: 0;
	padding: 0 0 0 40px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	vertical-align: bottom;
	line-height: 1.3;
	padding: 6px 10px 6px 0;
}

td {
	border-top: 1px solid #eee;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 頻出パターン
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before,
.page-navigation-mark:before,
.comment-navigation-prev:before,
.comment-navigation-next:after,
.info-navigation-next a:after,
.info-navigation-prev a:before,
.widget_calendar #prev a:after,
.widget_calendar #next a:before,
.sp-footer-navigation .menu-item-has-children > a:after,
.sp-footer-navigation .page_item_has_children > a:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1.3 Genericons;
	vertical-align: top;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .footer-vertical:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
.header-main:after,
.hentry:after,
.entry-header-main:after,
.section:after,
.section-inner:after,
.sp-home-lead:after,
.home .section3-footer:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .footer-vertical:before,
.site-footer .footer-vertical:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after,
.header-main:before,
.header-main:after,
.hentry:before,
.hentry:after,
.entry-header-main:before,
.entry-header-main:after,
.section:before,
.section:after,
.section-inner:before,
.section-inner:after,
.sp-home-lead:before,
.sp-home-lead:after,
.home .section3-footer:before,
.home .section3-footer:after {
	content: "";
	display: table;
}

/* フォームの基本スタイル */

button,
input,
textarea {
	border: 2px solid #bbb;
	font-family: inherit;
	padding: 5px;
}

input:focus,
textarea:focus {
	border: 2px solid #888;
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #666;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	-webkit-transition: width 300ms ease, background 300ms ease;
	transition:         width 300ms ease, background 300ms ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #fff;
	color: #666;
	outline: none;
}

.design-rich button,
.design-rich input[type="submit"],
.design-rich input[type="button"],
.design-rich input[type="reset"] {
	background: -webkit-linear-gradient(top, #949494 0%, #474747 100%);	/* +30% -30% */
	background:   linear-gradient(to bottom, #949494 0%, #474747 100%);
	border: none;
	border-bottom: 3px solid #333;										/*-50% */
}

.design-rich button:hover,
.design-rich input[type="submit"]:hover,
.design-rich input[type="button"]:hover,
.design-rich input[type="reset"]:hover {
	background: #666; /* Old browsers */
	background: -webkit-linear-gradient(top, #a3a3a3 0%, #525252 100%);	/* +40% -20% */
	background:   linear-gradient(to bottom, #a3a3a3 0%, #525252 100%);
	color: #fff;
}

.design-rich button:active,
.design-rich input[type="submit"]:active,
.design-rich input[type="button"]:active,
.design-rich input[type="reset"]:active {
	background: #666; /* Old browsers */
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #5c5c5c 100%);	/* -40% -10% */
	background:   linear-gradient(to bottom, #3d3d3d 0%, #5c5c5c 100%);
	border: none;
	border-top: 3px solid #333;											/*-50% */
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #777;
}

:-moz-placeholder {
	color: #777;
}

::-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

img {
	height: auto;						/* 追加 */
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/* 追加分 */

.sp-only-block,
.sp-only-inline {
	display: none;
}

.altif {
	display: none;
}

.font-noto {
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*
 * 基本構造
 * ----------------------------------------------------------------------------
 */

.site {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

/*
 * ヘッダー
 * ----------------------------------------------------------------------------
 */

.site-header-container {
	background: #006 url( images/page_bg.gif ) top center no-repeat;
}

.site-header {
	max-width: 982px;
	height: 220px;
	margin: 0 auto;
	color: #fff;
	border-right: 1px solid #fff;
}

.header-main {
	height: 120px;
}

.header-left-line,
.header-left {
	float: left;
}

.header-left-line {
	width: 50px;
	height: 100px;
	margin: 0 10px;
	background-color: #fff;
}

.header-sub-title {
	margin-top: 10px;
	line-height: 1.5;
	color: #ccf;
	font-size: 16px;
	height: 64px;
}

.header-title {
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
}

.header-title a {
	color: #fff;
}

.header-right {
	float: right;
}

.header-right h1 {
	height: 19px;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 0;
	padding: 4px 11px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: 200;
	line-height: 1;
	white-space: nowrap;
}

/*
 * メインナビゲーション
 * ----------------------------------------------------------------------------
 */

.navigation ul.nav-menu,
.navigation div.nav-menu > ul {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.navigation .nav-menu li {
	display: inline-block;
}

.navigation .nav-menu li a {
	display: block;
	text-decoration: none;
}

.main-navigation {
	margin: 68px 3px 0 0;
}

.main-navigation .nav-menu li a {
	color: #fff;
	padding: 0 8px;
	font-size: 14px;
	border-left: 1px solid #fff;
}

.main-navigation .nav-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.main-navigation .nav-menu li:hover > a,
.main-navigation .nav-menu li a:hover,
.main-navigation .nav-menu li.focus > a {
	color: #ccf;
}

.main-navigation .nav-menu .current_page_item > a,
.main-navigation .nav-menu .current-menu-item > a {
	color: #ccf;
}

.topic-navigation ul.nav-menu {
	margin-left: 10px;
}

.topic-navigation .nav-menu li {
	width: 33.3%;
}

.topic-navigation .nav-menu li a {
	position: relative;
	color: #444;
	margin: 0 10px 10px 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #ffffcb;
}

.topic-navigation .nav-menu li a .icon {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e5d6b8;
	-moz-transition:    background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-o-transition:      background-color 200ms ease;
	-ms-transition:     background-color 200ms ease;
	transition:         background-color 200ms ease;
}

.topic-navigation .nav-menu li:hover > a .icon,
.topic-navigation .nav-menu li a:hover .icon,
.topic-navigation .nav-menu li.focus > a .icon {
	background-position: 0 -24px;
	background-color: #ccb88f;
	-moz-transition:    background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-o-transition:      background-color 200ms ease;
	-ms-transition:     background-color 200ms ease;
	transition:         background-color 200ms ease;
}

.topic-navigation .nav-menu .current_page_item > a .icon,
.topic-navigation .nav-menu .current-menu-item > a .icon {
	background-position: 0 -24px;
	background-color: #ccb88f;
}

.topic-navigation .nav-menu li.menu-item-26 a .icon {
	background-image: url( images/topic_concept.gif );
}

.topic-navigation .nav-menu li.menu-item-16 a .icon {
	background-image: url( images/topic_before.gif );
}

.topic-navigation .nav-menu li.menu-item-15 a .icon {
	background-image: url( images/topic_after.gif );
}

.topic-navigation .nav-menu li.menu-item-22 a .icon {
	background-image: url( images/topic_web.gif );
}

.topic-navigation .nav-menu li.menu-item-329 a .icon {
	background-image: url( images/topic_printing.gif );
}

.topic-navigation .nav-menu li.menu-item-21 a .icon {
	background-image: url( images/topic_fee.gif );
}

.topic-navigation .nav-menu li.menu-item-611 a .icon {
	background-image: url( images/topic_profile.gif );
}

/*
 * コンテンツ
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0 0 40px;
}

.home .hentry {
	padding: 0;
}

.content-container {
	margin: 0 auto;
	max-width: 980px;
}

/* サイドバーがないとき */

.sidebar-container {
	display: none;
}

/* サイドバーがあるとき */

.sidebar .content-area {
	float: left;
	width: 100%;
	margin-right: -200px;
}

.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	margin-right: 250px;
}

.sidebar .sidebar-container {
	display: block;
	float: right;
	width: 200px;
}

/**
 * コンテンツ - Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 1150px;
}

.entry-header .entry-header-main {
	position: relative;
	margin: 0 auto;
	max-width: 982px;
	padding: 130px 0 0 50px;
	border-right: 1px solid #006;
	background-position: left top;
	background-repeat: no-repeat;
}

.entry-header h1 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.entry-header h1 {
	margin: 0 0 7px;
	line-height: 32px;
	font-size: 32px;
	font-weight: 200;
}

.msie .entry-header h1 {
	margin-bottom: 0;
}

.page-template-page_menu .entry-header h1 {
	position: absolute;
	bottom: 0;
}

.page-template-page_menu .entry-header h1 br {
	display: none;
}

.entry-header ul {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 60%;
}

.entry-header ul.one-column,
.entry-header ul.wide-column {
	width: 50%;
}

.entry-header ul li {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}

.entry-header ul.one-column li,
.entry-header ul.wide-column li {
	width: 100%;
}

.entry-header ul li a {
	display: block;
	position: relative;
	background-color: #f0f0ff;
	color: #444;
	margin-right: 10px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}

.entry-header ul li a .small {
	font-size: 12px;
}

.entry-header ul li a .square {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #ccf;
	-moz-transition:    background 200ms ease;
	-webkit-transition: background 200ms ease;
	-o-transition:      background 200ms ease;
	-ms-transition:     background 200ms ease;
	transition:         background 200ms ease;
}

.entry-header ul li a .square1 {
	top: 2px;
	left: 2px;
}

.entry-header ul li a .square2 {
	top: 11px;
	left: 2px;
}

.entry-header ul li a .square3 {
	top: 2px;
	left: 11px;
}

.entry-header ul li:hover > a .square,
.entry-header ul li a:hover .square,
.entry-header ul li.focus > a .square {
	background-color: #7f7fff;
	-moz-transition:    background 200ms ease;
	-webkit-transition: background 200ms ease;
	-o-transition:      background 200ms ease;
	-ms-transition:     background 200ms ease;
	transition:         background 200ms ease;
}

.entry-header .entry-header-footer-container {
	background: url( images/entry_header_footer.gif ) center top no-repeat;
}


.entry-header .entry-header-footer {
	margin: 0 auto;
	max-width: 982px;
	padding-left: 50px;
}

.entry-header .entry-header-footer-inner {
	height: 26px;
	border-top: 1px solid #006;
	border-right: 1px solid #006;
}

.entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

/*
 * コンテンツ - Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
}

.edit-link a:before {
	content: "\f411";
}

.single-author .entry-meta .author,
.sticky .entry-meta .date {
	display: none;
}

/*
 * コンテンツ - Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content h2 {
	font-weight: 200;
	margin-top: 50px;
}

.entry-content h2:first-child {
	margin-top: 0;
}

.home .entry-content h2 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.entry-content h3 {
	font-weight: 200;
}

.entry-content p,
.entry-content ul,
.entry-content .h2-content-container {
	margin-left: 50px;
}

.entry-content p ul,
.entry-content ul ul {
	margin-left: 10px;
}

.entry-content ul p {
	margin: 0;
}

.entry-content p ul,
.entry-content ul ul,
.entry-content .h2-content-container ul {
	margin-left: 30px;
}

.entry-content p {
	margin-bottom: 16px;
}

.entry-content img {
	margin: 0;
}

.entry-content table {
	border-bottom: 1px solid #ccf;
}

.entry-content td {
	border-top: 1px solid #ccf;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.entry-content td:first-child {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.entry-content td.set {
	background-color: #ccf;
	padding: 10px;
	line-height: 1.5;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content .nm {
	margin: 0;
}

.entry-content .request {
	margin: 70px auto 70px auto;
	padding: 10px 0;
	width: 400px;
	background-color: #006;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-radius: 8px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* page-template-page_menu */

.page-template-page_menu .entry-content .h2-container {
	margin: 35px 0 25px;
}

.page-template-page_menu .entry-content .h2-container:first-child {
	margin-top: 0;
}

.page-template-page_menu .entry-content h2 {
	display: inline-block;
	background: #006 url( images/h2.gif ) right top no-repeat;
	color: #fff;
	height: 40px;
	line-height: 38px;
	margin: 0;
	padding: 2px 60px 0 25px;
	font-size: 20px;
	
}

/* ピン */

.entry-content ul.pin li h3 {
	background: url( images/pin.gif ) 0 3px no-repeat;
	margin: 0 0 10px 0;
	padding-left: 25px;
	font-size: 20px;
}

.entry-content ul.pin li {
	margin-bottom: 30px;
}

/* チェック */

.entry-content ul.check {
	margin-bottom: 20px;
	padding: 0;
}

.entry-content ul.check li {
	background: url( images/check.gif ) 0 3px no-repeat;
	margin-bottom: 10px;
	padding-left: 25px;
	line-height: 1.6;
}

.entry-content ul.check.inner {
	margin-top: 20px;
}

.entry-content ul.check.end {
	margin-top: 70px;
}

/* ライン */

.entry-content ul.line li {
	border-top: 1px solid #ccf;
	padding: 20px 0;
	margin-bottom: 0;
}

.entry-content ul.line li:first-child {
	border-top: none;
	padding-top: 5px;
}

.entry-content ul.line {
	margin-bottom: 20px;
	padding: 0;
}

/* パネル */

.entry-content ul.panel {
	margin-bottom: 20px;
	padding: 0;
}

.entry-content ul.panel li {
	display: block;
	border: 1px solid #ccf;
	margin: 20px 0;
	padding-left: 160px;
}

.entry-content ul.panel li div {
	background-color: #e5e5ff;
	min-height: 160px;
	padding: 15px 15px 10px;
}

.entry-content ul.panel li h3,
.entry-content ul.panel li p {
	margin: 0;
	padding: 0;
}

.entry-content ul.panel li h3 {
	line-height: 20px;
	font-size: 20px;
	border-bottom: 5px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.entry-content ul.panel li p {
	line-height: 1.6;
}

.entry-content ul.panel li.panel-zero {
	background: url( images/panel_zero.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-domain {
	background: url( images/panel_domain.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-design {
	background: url( images/panel_design.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-sp {
	background: url( images/panel_sp.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-booking {
	background: url( images/panel_booking.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-edit {
	background: url( images/panel_edit.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-graph {
	background: url( images/panel_graph.gif ) left top no-repeat;
}

.entry-content ul.panel li.panel-camera {
	background: url( images/panel_camera.gif ) left top no-repeat;
}

/* p内リスト */

.entry-content ul ul {
	margin: 0 0 0 20px;
}

.entry-content ul ul li,
.entry-content ul ul li:first-child {
	border-top: none;
	padding: 0 0 0 25px;
	line-height: inherit;
	background-position: 0 6px;
}

/* 冒頭文 */

.lead {
	background-color: #e5e5ff;
	background-position: 20px center;
	background-repeat: no-repeat;
	margin: 0 0 50px 50px;
	padding: 20px 20px 20px 86px;
}

.lead.bang {
	background-image: url( images/lead_bang.gif );
}

/* ○×テーブル */

.entry-content table.true-false th,
.entry-content table.true-false td {
	padding-right: 0;
	text-align: center;
}

.entry-content table.true-false th:first-child,
.entry-content table.true-false td:first-child {
	text-align: left;
}

/* ホーム */

.home .home-lead-container {
	background: url( images/home_lead.gif ) center top no-repeat;
	height: 200px;
}

.home .home-lead {
	max-width: 980px;
	margin: 0 auto;
}

.home .home-lead ul {
	max-width: 730px;
	margin: 0;
	padding: 30px 0 0 10px;
	border-bottom: 1px solid #006;
}

.home .home-lead li {
	display: block;
	padding-bottom: 10px;
}

.home .home-lead h2 {
	margin: 0;
}

.home .home-lead a {
	position: relative;
	display: block;
	max-width: 670px;
	height: 50px;
	color: #444;
	line-height: 50px;
	font-size: 18px;
	padding: 0 20px 0 60px;
	background-color: #f0f0ff;
}

.home .home-lead a .check {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url( images/home_lead_check.gif );
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ccf;
	-moz-transition:    background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-o-transition:      background-color 200ms ease;
	-ms-transition:     background-color 200ms ease;
	transition:         background-color 200ms ease;
}

.home .home-lead li a:hover .check,
.home .home-lead li:hover a .check,
.home .home-lead li.focus a .check {
	background-position: 0 -50px;
	background-color: #b2b2ff;
	-moz-transition:    background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-o-transition:      background-color 200ms ease;
	-ms-transition:     background-color 200ms ease;
	transition:         background-color 200ms ease;
}

.home .section {
	max-width: 980px;
	margin: 0 auto;
}

.home .section1-container {
	background: url( images/section1_outer.gif ) center top no-repeat;
}

.home .section1-inner {
	margin-right: 1px;
	background: url( images/section1_inner.gif ) right top no-repeat;
}

.home .main-visual-container {
	float: left;
	width: 100%;
	margin-right: -530px;
}

.home .main-visual {
	margin-right: 580px;
	height: 315px;
	background: url( images/home_visual.jpg ) center top no-repeat;
}

.home .section1-content {
	float: right;
	width: 530px;
	margin-top: 86px;
}

.msie.home .section1-content {
	margin-top: 91px;
}

.home .section1-content p {
	width: 510px; 
	margin: 0;
}

.home .section2-container {
	background: url( images/section2_outer.gif ) center top no-repeat;
	margin-top:30px;
}

.home .section2-inner {
	background: url( images/section2_inner.gif ) left top no-repeat;
	margin-left: 1px;
	padding: 87px 0 0 21px;
}

.msie.home .section2-inner {
	padding-top: 92px;
}

.home .section2 h2 {
	margin-bottom: 30px;
}

.home .section2-unit {
	float: left;
	width: 33.3%;
	padding-right: 22px;
}

.home .section2 h3 {
	margin: 0;
}

.home .section2-unit-title {
	background: #006 url( images/section2_title_outer.gif ) left top no-repeat;
}

.home .section2 h3 a {
	background: url( images/section2_title_inner.gif ) right top no-repeat;
	display: block;
	color: #fff;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}

.home .section2-content,
.home .section2-quote {
	line-height: 1.6;
}

.home .section2-content {
	padding: 20px 10px;
}

.home .section2-quote {
	padding: 10px;
	min-height: 138px;
	border-left: 4px solid #b2b2ff;
	background: #ffc url( images/section2_fold.gif ) 0 -15px no-repeat;
}

.home .section2-quote .data-source {
	background: url( images/data_source.gif ) center top no-repeat;
	height: 13px;
	margin-bottom: 10px;
}

.home .section2-quote p {
	margin: 0;
}

.home .section3-container {
	background: url( images/section3_outer.gif ) center top no-repeat;
	margin-top:40px;
}

.home .section3-inner {
	margin-right: 1px;
	padding: 87px 7px 0 0;
	background: url( images/section3_inner.gif ) right top no-repeat;
}

.msie.home .section3-inner {
	padding-top: 92px;
}

.home .section3 h2 {
	text-align: right;
	padding-right: 14px;
	margin-bottom: 30px;
}

.home .section3-lead {
	margin: 0 0 30px 22px;
}

.home .section3-unit {
	float: left;
	width: 50%;
	padding: 0 14px 0 22px;
	margin-bottom: 30px;
	background: url( images/section3_footer_outer.gif ) 0 -20px bottom no-repeat;
}

.home .section3-unit-inner {
	border: 1px solid #7a7acc;
}

.home .section3 h3,
.home .section3-footer {
	line-height: 1.6;
}

.home .section3-img {
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
}

.home .section3-img1 {
	background-image: url( images/section3_img1.jpg );
}

.home .section3-img2 {
	background-image: url( images/section3_img2.jpg );
}

.home .section3-img3 {
	background-image: url( images/section3_img3.jpg );
}

.home .section3-img4 {
	background-image: url( images/section3_img4.jpg );
}

.home .section3 h3 {
	background-color: #ffc;
	font-size: 20px;
	margin: 0;
	padding: 15px 15px;
}

.home .section3-footer {
	color: #fff;
	background: #7a7acc url( images/section3_footer_inner.gif ) 0 -20px no-repeat;
	padding: 6px 15px;
}

.home .section3-footer br {
	display: none;
}

.home .section3-footer a {
	display: block;
	float: right;
}

.home .section3-footer a,
.home .section3-footer a:visited {
	color: #fff;
}

.home .section3-footer a:active,
.home .section3-footer a:hover {
	color: #ccf;
}

.home .section2 a,
.home .section3 a {
	white-space: nowrap;
}

/* コンセプト */

.concept-img {
	position: relative;
	margin: 40px 0 40px 50px;
	line-height: 1.6;
}

.concept-img img {
	width: auto;
}

.concept-img1 img {
	height: 250px;
}

.concept-img2 img {
	height: 240px;
}

.concept-img .text {
	position: absolute;
	text-align: center;
}

.concept-img1 .text1 {
	left: 0;
	top: 40px;
	width: 100%;
	padding: 0 25%;
}

.concept-img1 .text2 {
	left: 0;
	top: 160px;
	width: 100%;
}

.concept-img1 .text3,
.concept-img1 .text4 {
	top: 165px;
	width: 35%;
	padding: 0 20px;
}

.concept-img1 .text3 {
	left: 0;
}

.concept-img1 .text4 {
	right: 0;
}

.concept-img2 .text0 {
	left: 0;
	top: 110px;
	width: 100%;
	padding: 0 85% 0 1%;
}

.concept-img2 .text1,
.concept-img2 .text2,
.concept-img2 .text3 {
	left: 0;
	top: 29px;
	width: 100%;
}

.concept-img2 .text1 {
	padding: 0 58% 0 20%;
}

.concept-img2 .text2 {
	padding: 0 30% 0 48%;
}

.concept-img2 .text3 {
	padding: 0 1% 0 76%;
}

.concept-img2 .text4,
.concept-img2 .text5,
.concept-img2 .text6 {
	left: 0;
	top: 179px;
	width: 100%;
}

.concept-img2 .text4 {
	padding: 0 1% 0 76%;
}

.concept-img2 .text5 {
	padding: 0 29% 0 48%;
}

.concept-img2 .text6 {
	padding: 0 57% 0 20%;
}

/* contact form */

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
	width: auto;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #888;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background: #888;
	color: #fff;
}

.page-links a:hover {
	background: #fff;
	color: #111;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 10px;
	padding: 0;
}

/*
 * 添付画像
 * ----------------------------------------------------------------------------
 */


.attachment .entry-header {
	display: none;
}

.attachment .entry-content {
	padding: 0;
}

.attachment .type-attachment p {
	margin: 0 auto;
	text-align: center;
}

.attachment .site-main .sidebar-container {
	display: none;
}

/*
 * ページナビゲーション
 * ----------------------------------------------------------------------------
 */

.page-navigation {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}

.sidebar .page-navigation {
	padding-left: 60px;
	padding-right: 290px;
}

.page-navigation-top {
	padding-top: 40px;
}

.page-navigation-bottom {
	padding-bottom: 40px;
}

.page-navigation a,
.page-navigation .page-navigation-current {
	background: #fff;
	border: 1px solid #888;
	border-radius: 2px;
	margin: 0 2px;
	padding: 5px 10px;
	text-decoration: none;
}

.page-navigation a {
	background: #888;
	color: #fff;
}

.page-navigation .page-navigation-mark {
	padding: 5px 3px;
	background: #666;
	border: 1px solid #666;
}

.page-navigation a:hover {
	background: #fff;
	color: #888;
}

.page-navigation a.page-navigation-mark:hover {
	color: #666;
}

.page-navigation .page-navigation-mark:before {
	line-height: 1.9;
}

.page-navigation .page-navigation-first:before {
	content: "\f450";
}

.page-navigation .page-navigation-last:before {
	content: "\f451";
}

.page-navigation .page-navigation-skip-prev:before {
	content: "\f459";
}

.page-navigation .page-navigation-skip-next:before {
	content: "\f458";
}

.page-navigation .page-navigation-next:before {
	content: "\f452";
	margin-right: 2px;
}

.page-navigation .page-navigation-next {
	margin-left: 10px;
	padding-left: 6px;
	padding-right: 8px;
}

/*
 * アーカイブ
 * ----------------------------------------------------------------------------
 */

.archive-header {
	text-align: center;
	font: 200 normal 30px "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding-top: 40px;
}

.sidebar .archive-header {
	padding: 40px 290px 0 60px;
}

.archive-header div {
	padding: 6px 0;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.archive-meta p {
	margin: 0;
}

/*
 * ページヘッダー&ページコンテンツ
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #eee;
}

.page-title {
	font: 200 normal 30px "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 40px 60px;
}

.page-content {
	padding: 40px 0;
	margin: 0 auto;
	width: 860px;						/* コンテンツの項目に合わせる */
}

.sidebar .page-content {
	width: 100%;
	padding-left: 60px;
	padding-right: 290px;
}

/*
 * コメント
 * ----------------------------------------------------------------------------
 */

.comments-area-dotted:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 860px;						/* コンテンツの項目に合わせる */
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .comment-reply-title,
.sidebar .must-log-in,
.sidebar .comment-respond .comment-form {
	width: 100%;
	padding-left: 60px;
	padding-right: 290px;
}

.comments-title {
	font: 200 normal 30px "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:before,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:first-child:before {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

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

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 13px;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #aaa;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #aaa;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #eee;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 200 normal 30px "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.comment-reply-title small a {
	color: #111;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #aaa;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 150px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 260px;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #666;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-align: center;
}

.sidebar .comment-navigation {
	padding: 0 290px 0 60px;
}

.comment-navigation a {
	background: #666;
	color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	margin: 5px 2px;
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
}

.comment-navigation a:hover {
	background: #fff;
	color: #666;
}

.comment-navigation .comment-navigation-next:after {
	content: "\f459";
	line-height: 2;
	margin-left: 4px;
}

.comment-navigation .comment-navigation-prev:before {
	content: "\f458";
	line-height: 2;
	margin-right: 4px;
}

.no-comments {
	background-color: #eee;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 290px;
}

/*
 * サイドバー
 * ----------------------------------------------------------------------------
 */

.sidebar-container .widget-area .widget_my_image_widget {
	margin-bottom: 10px;
}

.sidebar-container .widget-area .widget_my_image_widget a {
	display: block;
	width: 200px;
	height: 80px;
}

/*
 * ウィジェット
 * ----------------------------------------------------------------------------
 */

/* sidebar widget base */

.sidebar-container .widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.sidebar-page .sidebar-container .widget {
	background-color: transparent;
	margin: 0 0 15px;
}

.sidebar-blog .sidebar-container .widget {
	background-color: #ffe;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	margin: 0 0 24px;
	padding: 20px;
}

.sidebar-container .widget .widget-title {
	font: 200 normal 20px "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0 0 10px;
}

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

.sidebar-container .widget li {
	padding: 5px 0;
}

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

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

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

.search-form .screen-reader-text {
	display: none;
}

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

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

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

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

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

.widget_calendar a {
	display: block;
	color: #000;
}

.widget_calendar a:hover {
	color: #fff;
	background-color: #444;
	text-decoration: none;
}

.widget_calendar tbody td,
.widget_calendar #prev,
.widget_calendar #next {
	color: #ccc;
	background-color: #fff;
	border: 1px solid #ddd;
}

.widget_calendar tbody .pad,
.widget_calendar #prev.pad,
.widget_calendar #next.pad {
	background-color: transparent;
	border: none;
}

.widget_calendar #prev a:after {
	content: "\f503";
	line-height: 1.8;
	margin-left: 4px;
}

.widget_calendar #next a:before {
	content: "\f501";
	line-height: 1.8;
	margin-right: 4px;
}

/*
 * フッター
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #fdd;				/* フッター下段 bgcolor */
	font-size: 14px;
	color: #888;
}

.site-footer a {
	color: #888;
}

.site-footer .footer-vertical {
	width: 730px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}

.site-footer .footer-vertical .widget {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.site-footer .footer-vertical .widget_text {
	float: right;						/* 使用するウィジェットの種類に合わせる */
	width: 230px;
	margin-right:10px;
}

.site-footer .footer-vertical .widget-title {
	margin: 6px 0;
	font-size: 16px;
	font-weight: bold;
}

.site-footer .footer-vertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-horizontal {
	padding: 10px 0;
}

.site-footer .footer-horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.site-footer .footer-horizontal li {
	display: inline-block;
}

.site-footer .footer-horizontal li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 7px;
	line-height: 1.5;
	color: #aaa;
}

.site-footer .footer-horizontal li:first-child:before {
	content: none;
}

.site-info {
	position: relative;
	background-color: #006;
	color: #ccf;
	padding: 4px 0;
	text-align: center;
}

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

/*
 * メディアクエリー
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
	zoom: 1;
}

@viewport {
	width: device-width;
	zoom: 1;
}

@media only screen and (max-width: 1100px) {

	.home .section1-container {
		background: url( images/section1_outer.gif ) center -500px no-repeat;
	}

	.home .section2-container {
		background: url( images/section2_outer.gif ) center -600px no-repeat;
	}

	.home .section3-container {
		background: url( images/section3_outer.gif ) center -1000px no-repeat;
	}
}

@media only screen and (max-width: 981px) {

	.site-header {
		border: none;
	}

	.page-template-page_menu .entry-header h1 br {
		display: inline;
	}

	.entry-header ul.wide-column {
		width: 60%;
	}

	.entry-header .entry-header-main {
		border: none;
	}

	.entry-header .entry-header-footer-inner {
		border-right: none;
	}

	.home .section3-footer br {
		display: inline;
	}

	.home .section3-footer a {
		display: inline;
		float: none;
	}

	.sidebar .page-navigation {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .archive-header {
		padding-left: 0;
		padding-right: 0;
	}

	.page-content,
	.sidebar .page-content {
		width: 630px;						/* コンテンツの項目に合わせる */
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.comments-title,
	.comment-list,
	.sidebar .comments-title,
	.sidebar .comment-list {
		width: 630px;						/* コンテンツの項目に合わせる */
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.comment-respond {
		padding-left: 50px;					/* コンテンツの項目から逆算 */
		padding-right: 50px;				/* コンテンツの項目から逆算 */
	}

	.comment-reply-title,
	.must-log-in,
	.comment-respond .comment-form,
	.comment-respond iframe,
	.sidebar .comment-reply-title,
	.sidebar .must-log-in,
	.sidebar .comment-respond .comment-form {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .comment-navigation {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 900px) {

	.header-sub-title {
		font-size: 14px;
	}

	.home .section3 h3 {
		font-size: 18px;
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 840px) {

	.site-header {
		height: 198px;
	}

	.header-main {
		height: 106px;
	}

	.header-left-line {
		height: 90px;
	}

	.header-sub-title {
		font-size: 12px;
		height: 54px;
	}

	.header-right h1 {
		margin-left: 0;
	}

	.main-navigation {
		margin-top: 60px;
	}

	.main-navigation .nav-menu li a {
		padding: 0 7px;
	}

	.main-navigation .nav-menu li a {
		font-size: 12px;
	}

	.topic-navigation .nav-menu li a {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}

	.entry-header ul {
		width: 50%;
	}

	.entry-header ul li {
		width: 100%;
	}

	.home .section3 h3 {
		font-size: 16px;
		padding: 10px 15px;
	}
}

/* スマートフォン */
@media only screen and (max-width: 731px) {

	.pc-only {
		display: none;
	}

	.sp-only-block {
		display: block;
	}

	.sp-only-inline {
		display: inline;
	}

	.sidebar-container,
	.sidebar .sidebar-container {
		display: none;
	}

	.entry-header h1,
	.home .entry-content h2,
	.archive-header,
	.page-title,
	.comments-title,
	.comment-reply-title,
	.sidebar-container .widget .widget-title {
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-weight: normal;
	}

	.site-header-container {
		background: #006 url( images/page_bg.gif ) 0 -19px no-repeat;
	}

	.site-header {
		height: auto;
	}

	.header-main {
		height: auto;
	}

	.header-title {
		font-size: 20px;
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
	}

	.menu-sp {
		background: url( images/menu_sp.gif ) left top no-repeat;
		width: 20px;
		height: 19px;
		margin: 15px 10px 0 0;
	}

	/* メインナビゲーション */

	.navbar {
		position: fixed;
		top: 50px;
		right: 0;
		width: 90%;
		height: auto;
		display: none;
		z-index: 100;
		background: #fff;
		border: 1px solid #006;
		box-shadow: -2px 2px 6px rgba(0,0,0,0.2);
	}

	.navbar .topic-navigation .nav-menu li {
		width: 100%;
	}

	.navbar .topic-navigation .nav-menu li a {
		margin: 0 0 4px 0;
		text-align: left;
		padding-left: 40px;
	}

	.main-navigation {
		position: static;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul,
	.main-navigation .nav-menu ul {
		margin-left: 20px;
	}

	.main-navigation .nav-menu li {
		display: block;
		position: static;
	}

	.main-navigation .nav-menu li a {
		width: 100%;
		padding: 10px 0 10px 20px;
	}

	.main-navigation .nav-menu .sub-menu,
	.main-navigation .nav-menu .children {
		position: static;
		z-index: inherit;
		width: auto;
		height: auto;
		overflow: auto;
		clip: auto;
	}

	.main-navigation a:after {
		display: none;
	}

	.menu-toggle {
		cursor: pointer;
	}

	.navbar-close {
		margin: 8px 0;
		font-size: 10px;
		text-align: center;
	}

	.navbar-close span {
		border: 1px solid #111;
		border-radius: 5px;
		padding: 5px 10px;
	}

	.sp-navigation ul,
	.scroll-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sp-navigation ul {
		border-top: 1px solid #006;
	}

	.sp-navigation li,
	.scroll-navigation li {
		display: block;
		float: left;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #006;
	}

	.sp-navigation li {
		width: 50%;
	}

	.sp-navigation li:nth-child(odd) {
		border-right: 1px solid #006;
	}

	.sp-navigation a,
	.scroll-navigation a {
		display: block;
		line-height: 50px;
		padding-left: 40px;
		color: #111;
		text-decoration: none;
	}

	.sp-navigation a {
		background: url( images/home_menu.gif ) 10px 13px no-repeat;
	}

	.scroll-navigation a {
		background: url( images/page_menu.gif ) 10px 13px no-repeat;
	}

	/* コンテンツ */

	.entry-header h1 {
		font-size: 26px;
	}

	.entry-header ul {
		display: none;
	}

	.entry-content h2 {
		font-size: 20px;
	}

	.entry-header,
	.entry-content,
	.entry-meta,
	.entry-summary,
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-meta,
	.sidebar .entry-summary {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.home .entry-header,
	.home .entry-content,
	.home .entry-meta,
	.home .entry-summary {
		width: 100%;
	}

	.entry-header .entry-meta,
	.sidebar .entry-header .entry-meta {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	img.mw90 {
		max-width: 90%;
	}

	img.mw80 {
		max-width: 80%;
	}

	img.mw70 {
		max-width: 70%;
	}

	img.mw60 {
		max-width: 60%;
	}

	img.mw50 {
		max-width: 50%;
	}

	img.mw40 {
		max-width: 40%;
	}

	img.mw30 {
		max-width: 30%;
	}

	img.mw20 {
		max-width: 20%;
	}

	img.mw10 {
		max-width: 10%;
	}

	/* ホーム */

	.home .sp-home-lead table {
		width: 100%;
		border: none;
		margin: 0;
	}

	.home .sp-home-lead table td {
		border: none;
	}

	.home .sp-home-lead-content {
		width: 70%;
		padding: 5px 10px;
		line-height: 1.5;
	}

	.home .sp-home-lead-img {
		width: 30%;
		padding: 0;
		background: url( images/home_visual.jpg ) center -330px no-repeat;
	}

	.home .section1-container {
		background: url( images/section1_outer.gif ) left -970px no-repeat;
	}

	.home .section1-inner {
		margin-right: 0;
		background: url( images/section1_inner.gif ) right -500px no-repeat;
	}

	.home .main-visual-container {
		float: none;
	}

	.home .main-visual {
		margin-right: 0;
		height: auto;
		background: transparent;
	}

	.home .section1-content {
		float: none;
		width: 100%;
		margin-top: 48px;
		line-height: 1.8;
	}

	.home .section1-content h2 {
		margin-bottom: 40px;
		padding-left: 42px;
		font-size: 16px;
	}

	.home .section1-content p {
		width: 90%; 
		margin: 0 auto;
	}

	.home .section2-container {
		background: url( images/section2_outer.gif ) left -1200px no-repeat;
	}

	.home .section2-inner {
		background: url( images/section2_inner.gif ) right -600px no-repeat;
		margin-left: 0;
		padding: 18px 0 0 0;
	}

	.home .section2-unit {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

	.home .section2 h2 {
		margin-bottom: 35px;
		padding-left: 42px;
		font-size: 16px;
	}

	.home .section2-unit-title {
		display: inline-block;
		background: #fff url( images/section2_title_outer.gif ) right -36px no-repeat;
		height: 46px;
		padding-top: 14px;
	}

	.home .section2 h3 a {
		display: inline-block;
		background: #f0f0ff url( images/section2_title_inner.gif ) right -36px no-repeat;
		color: #444;
		text-align: left;
		height: 34px;
		line-height: 34px;
		padding: 0 36px 0 10px;
	}

	.home .section2-content {
		width: 90%; 
		margin: 15px auto 10px auto;
		padding: 0;
	}

	.home .section2-quote {
		width: 90%; 
		min-height: 0;
		margin: 0 auto;
		padding-bottom: 5px;
		background: #ffc url( images/section2_fold.gif ) right bottom no-repeat;
	}

	.home .section2-quote .data-source {
		background: url( images/data_source.gif ) left top no-repeat;
	}

	.home .section3-container {
		background: url( images/section3_outer.gif ) left -2000px no-repeat;
	}

	.home .section3-inner {
		background: url( images/section3_inner.gif ) right -1000px no-repeat;
		margin-right: 0;
		padding: 18px 0 0 0;
	}

	.home .section3 h2 {
		margin-bottom: 40px;
		padding-left: 42px;
		font-size: 16px;
		text-align: left;
	}

	.home .section3-lead {
		width: 90%; 
		margin: 0 auto;
		line-height: 1.6;
	}

	.home .section3-unit {
		float: none;
		width: auto;
		max-width: 100%;
		padding-left: 0;
		margin: 25px 0 0 0;
		background: url( images/section3_footer_outer.gif ) right bottom no-repeat;
	}

	.home .section3 h3,
	.home .section3-footer {
		border-left: none;
		margin-right: 35px;
	}

	.home .section3 h3 {
		font-size: 14px;
	}

	.home .section3-footer {
		background: #7a7acc url( images/section3_footer_inner.gif ) right bottom no-repeat;
	}

	.home .request {
		margin: 70px auto;
		width: 200px;
		font-size: 16px;
		font-weight: normal;
	}

	.wpcf7 textarea {
		height: 80px;
	}

	.entry-content table.schedule {
		width: 100%;
	}

	.page-title {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
	}

	.page-content,
	.sidebar .page-content {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.info-navigation,
	.sidebar .info-navigation {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
	}

	.comments-title,
	.comment-list,
	.comment-reply-title,
	.must-log-in,
	.comment-respond .comment-form,
	.comment-respond iframe,
	.sidebar .comments-title,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .must-log-in,
	.sidebar .comment-respond .comment-form {
		width: 90%;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 20px;
	}

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

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

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

	.comment-respond {
		padding-top: 10px;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: 100%;
	}

	.comment-form textarea {
		height: 80px;
	}

	.sidebar-container .widget-area {
		background-color: #fee;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 490px;
	}

	.site-footer {
		background: #006;
	}

	.site-footer .sp-footer-navigation ul {
		margin: 0;
		padding: 0;
	}

	.site-footer .sp-footer-navigation ul ul {
		padding-left: 0;
		display: none;
	}

	.site-footer .sp-footer-navigation li {
		display: block;
	}

	.site-footer .sp-footer-navigation a {
		display: block;
		padding-left: 30px;
		white-space: normal;
		border-top: 1px solid #006;
		background: #fff url(images/sp_footer.gif) no-repeat top left;
		color: #444;
		height: 42px;
		line-height: 42px;
	}

	.site-footer .sp-footer-navigation ul ul a {
		margin-left: 20px;
	}

	.site-footer .sp-footer-navigation ul ul ul a {
		margin-left: 40px;
	}

	.site-footer .sp-footer-navigation ul ul ul ul a {
		margin-left: 60px;
	}

	.site-footer .sp-footer-navigation a:hover {
		text-decoration: none;
	}

	.site-footer .sp-footer-navigation li.menu-item-has-children > a,
	.site-footer .sp-footer-navigation li.page_item_has_children > a {
		position: relative;
	}

	.site-footer .sp-footer-navigation li.menu-item-has-children > a:after,
	.site-footer .sp-footer-navigation li.page_item_has_children > a:after {
		content: "\f502";
		position: absolute;
		right: 12px;
		top: 16px;
	}
}

/* フロート2つ並び */
@media only screen and (max-width: 690px) {
	.entry-content .float2-1,
	.entry-content .float2-2 {
		float: none;
	}
}

/* バナー1列 */ /* 画像以外未対応 */
@media only screen and (max-width: 499px) {

	.sidebar-page .sidebar-container .widget-area {
		width: 100%;
		max-width: 230px;
	}

	.sidebar-page .sidebar-container .widget {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.sidebar-blog .sidebar-container .widget-area {
		width: 100%;
	}

	.sidebar-blog .sidebar-container .widget {
		width: 100%;
		margin: 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
}
