/*
Theme Name: FSV002WP BASIC CORPORATE 04 (PINK)
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.fsv.jp/
Description: A generic template that fits all kinds of business websites.
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsv002wpbasic
*/


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	/*overflow: hidden;*/
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

caption,
thead,
tbody,
tfoot,
th,
td {
	font-weight: normal;
	text-align: left;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

del {
	color: #333;
}

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

hr {
	background-color: #888;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin: 1rem 0;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div,
span {
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: normal;
}
/* iPhone4,5の場合のみ発動 */
.sp_br {
	display: none;
}
@media screen and (max-width: 360px) {
	.sp_br {
		display: block;
	}
}
/* --------- Clearing floats  --------- */

.clear,
.clear:after,
.footer-widget-area:after {
	clear: both;
}

.clear:before,
.clear:after,
.footer-widget-area:before,
.footer-widget-area:after {
	display: table;
	content: "";
}

html.mm-opened div.mm-page {
	/*position: fixed;
	top: 0;*/
}

html.mm-opened body.logged-in #page {
	/*position: fixed;
	top: 0px;*/
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* --------- Form fields, general styles first  --------- */

button,
input,
select,
textarea {
	border: 1px solid #888;
	border-radius: 4px;
	font-family: inherit;
	padding: 6px;
	padding: 0.6rem;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border: 1px solid #222222;
	background-color: #ffecec;
}

input:focus,
textarea:focus {
	background-color: #fff;
}

textarea {
	border: 1px solid #222222;
	background-color: #ffecec;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* --------- Reset non-text input types  --------- */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* --------- Responsive Images  --------- */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

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

img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* --------- Make sure videos and embeds fit their containers  --------- */

embed,
iframe,
object,
video {
	max-width: 100%;
}

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

/* =Basic structure
-------------------------------------------------------------- */

/* --------- Body, links, basics  --------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	/* font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
	text-rendering: optimizeLegibility;
	color: #000000;
}

body.custom-background-empty,
body.custom-background-default,
body.custom-background-white {
	background-color: #fff;
}

a {
	/*font-size: 13px;
	font-size: 1.3rem;*/
	/*outline: none;*/
	color: #336699;
	text-decoration: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover {	/* hover */
	/*text-decoration: underline;*/
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.iOSclass a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
pre,
blockquote,
span {
	/*font-size: 13px;
	font-size: 1.3rem;*/
	word-wrap: normal;
	word-break: normal;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

td,
th {
	font-size: 13px;
	font-size: 1.3rem;
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}
.f_clear{
	clear: both;
}

.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.t_center {
	text-align:center;
}

.font_ss {
	font-size: x-small;
}
.font_s {
	font-size: small;
}
.font_m {
	font-size: medium;
}
.font_l {
	font-size: large;
}
.font_ll {
	font-size: x-large;
}
.font_bold {
	font-weight:bold;
}
.m10 {
	margin:10px 0;
}
.m20 {
	margin:20px 0;
}
.m30 {
	margin:30px 0;
}
.p10 {
	padding:10px 0;
}
.p20 {
	padding:20px 0;
}
.p30 {
	padding:30px 0;
}
.font_red {
	color:#ff0000;
}

/* 価格改定のお知らせ */
.price_change_msg {
	border:2px solid #FF0000;
	padding:5px;
	margin:0 0 15px 0;

}

/* --------- Assistive text  --------- */

.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.site-header-area,
.header-image-area,
.main-content-area,
.main-content-wrap,
.main-content-site,
.sidebar-left,
.sidebar-right,
.footer-widget-area,
.widget-area,
.footer-copy-area {
	display: block;
	position: relative;
	/*overflow: hidden;*/
}
.sidebar-right {
	float:right;
}

.component-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

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

.site-header-area {
}

.mmenu-load-button {
	display: block;
	position: absolute;
	top: 20px;
	top: 2rem;
	left: 30px;
	left: 3rem;
	line-height: 1;
}

.mmenu-load-button a {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

/* --------- Header Title Area --------- */

.header-title-only,
.header-title-area {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 0px solid #777;
	text-align: center;
	padding: 15px 70px 15px 75px;
	padding: 1.5rem 7rem 1.5rem 7.5rem;
}

/* Header Logo */
.header-title-only .site-title-img,
.header-title-area .site-title-img {
	display: block;
	/*max-width: 300px;
	max-width: 30rem;*/
	height: 90px;
	padding-top:10px;
	line-height: 0;
	margin: 0 auto;
}

.header-title-only .site-title-img a,
.header-title-area .site-title-img a {
	display: inline-block;
	width: 100%;
	height: 80px;
}

.header-title-only .site-title-img a img,
.header-title-area .site-title-img a img {
	display: inline-block;
	max-width: 100%;
	height: 100%;
}

/* Header Title Text */
.header-title-only .site-title,
.header-title-area .site-title {
	display: block;
}

.header-title-only .site-title a,
.header-title-area .site-title a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	word-break: normal;
}

.header-title-only .site-description,
.header-title-area .site-description {
		display: block;
		padding-top: 12px;
		padding-top: 1.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		font-weight: normal;
		color: #888;
		clear: none;
}

/* --------- Header Widget Area --------- */

#header-widget-area {
	text-align: center;
	line-height: 1.5;
}

/* --------- Sitemap & Contact Link --------- */

.hw_link1,
.hw_link2 {
	display: block;
	overflow:hidden;
	width: 100%;
	border-bottom: 1px solid #888;
}

.hw_link1 a,
.hw_link2 a {
	display: block;
	overflow:hidden;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
	text-align: left;
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.hw_link1 a {
	width: 100%;
}

.hw_link2 a {
	width: 50%;
	float: left;
	border-right: 1px solid #888;
}

.hw_link2 a:last-child {
	border-right: none;
}

.hw_text {
	padding: 10px 30px 5px;
	padding: 1rem 3rem 0.5rem;
	font-size: 12px;
	font-size: 1.2rem;
}

.hw_text_large {
	padding: 5px 30px 2px;
	padding: 0.5rem 3rem 0.2rem;
	font-size: 23px;
	font-size: 2.3rem;

}

/* --------- Header Image Area (Slide) --------- */

.header-image-area {
	border-top: 0px solid #888;
	width: 100%;
	height: auto;
	padding-top: 5px;	/* 25px */
}

.header-image-area .component-inner {
	/*
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
	*/
}

/* --------- Navigation Menu --------- */

#site-navigation li a,
#site-navigation li {
	line-height: 1.4;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

/* =Main Contents
-------------------------------------------------------------- */

.main-content-area {
	border-top: 0px solid #888;
	width: 100%;
	height: auto;
	line-height: 1;
}

body.home .main-content-area {
	margin-top: 0;
}

.main-content-site {
	width: 100%;
	padding: 0;
}

/* --------- Welcome Message Area --------- */

.topmain-welcome-area {
	background: url("images/widget_wel_back.png") repeat 0 0;
	padding: 20px 30px 20px;
	padding: 2rem 3rem 2rem;
	line-height: 1.5;
}

.topmain-welcome-area .topmain-welcome-title {
	font-size: 22px;
	font-size: 2.2rem;
	color: #555;
}

.topmain-welcome-contents {
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Breadcrumb --------- */

.main-breadcrumb {
	display: none;
}

/* --------- Main Content Header --------- */

.main-content-header {
	padding: 20px 30px 0;
	padding: 2rem 3rem 0;
}

.main-content-header .main-content-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: normal;
	text-align:center;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	/*background: url("images/title_bg_01.png") no-repeat scroll left bottom;*/
	background: url("images/common/line_02.png") repeat-x scroll left bottom;

}

/* --------- Main Content Entry Meta --------- */

.entry-meta .post-categories {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.entry-meta .post-categories li {
	float: left;
}

a[rel*="category"],
a[rel*="tag"] {
	display: inline-block;
	line-height: 1.5;
	font-size: 11px;
	font-size: 1.1rem;
	background: #222222;
	color: #fff;
	padding: 1px 10px;
	padding: 0.1rem 1rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a[rel="tag"],
a[rel*="tag "] {
	background: #888;
}

.meta-postdate {
	text-align: right;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.meta-postdate a {
	color: #333;
	cursor: default;
}

.meta-postdate a:hover {
	text-decoration: none;
}

.by-author {
	display: none;
}

.post-edit-link-base {
	padding-top: 10px;
	padding-top: 1rem;
}

/* --------- Main Content Entry Detail --------- */

.entry-content {
	padding: 0 30px 0;
	padding: 0 3rem 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size:12px;
	font-size:1.2rem;
}

.main-content-site img {
	max-width: 100%;
	height: auto;
}

.entry-content,
.mu_register {
	line-height: 1.8;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3,
.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4,
.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5,
.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: normal;
}

.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.4;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
	font-size: 12px;
	font-size: 1.2rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	font-size: 13px;
	font-size: 1.3rem;
}

.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
	/*font-size: 13px;
	font-size: 1.3rem;*/
	margin: 10px 0 15px;
	margin: 1rem 0 1.5rem;
	line-height: 1.8;
}

.topmain-welcome-area a,
.textwidget a,
.entry-content a,
.comment-content a,
.mu_register p {
	/*font-size: 13px;
	font-size: 1.3rem;*/
}

.topmain-welcome-area p:last-child,
.textwidget p,
.entry-content p:last-child,
.comment-content p:last-child,
.mu_register p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	line-height: 1.8;
}

.topmain-welcome-area ul ul,
.textwidget ul ul,
.entry-content ul ul,
.comment-content ul ul,
.topmain-welcome-area ol ol,
.textwidget ol ol,
.entry-content ol ol,
.comment-content ol ol,
.topmain-welcome-area ul ol,
.textwidget ul ol,
.entry-content ul ol,
.comment-content ul ol,
.topmain-welcome-area ol ul,
.textwidget ol ul,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.topmain-welcome-area ul,
.textwidget ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	margin-left: 2px;
}

.topmain-welcome-area ul li,
.textwidget ul li,
.entry-content ul li,
.comment-content ul li,
.mu_register li {
	margin: 0 0 0 13px;
	margin: 0 0 0 1.3rem;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.topmain-welcome-area ol li,
.textwidget ol li,
.entry-content ol li,
.comment-content ol li,
.mu_register li {
	margin: 0 0 0 20px;
	margin: 0 0 0 2rem;
}

.topmain-welcome-area blockquote,
.textwidget blockquote,
.entry-content blockquote,
.comment-content blockquote {
	padding: 20px 0;
	padding: 2rem 0;
}
.topmain-welcome-area blockquote p:last-child,
.textwidget blockquote p:last-child,
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area code,
.textwidget code,
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	line-height: 2;
}

.topmain-welcome-area pre,
.textwidget pre,
.entry-content pre,
.comment-content pre {
	border: 1px solid #ccc;
	line-height: 1;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 10px;
	padding: 1rem;
	overflow: auto;
	font-size: 12px;
	font-size: 1.2rem;
	/* border-raduis */
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
}

.topmain-welcome-area pre code,
.textwidget pre code,
.entry-content pre code,
.comment-content pre code {
	display: block;
}

.topmain-welcome-area abbr,
.textwidget abbr,
.entry-content abbr,
.comment-content abbr,
.topmain-welcome-area dfn,
.textwidget dfn,
.entry-content dfn,
.comment-content dfn,
.topmain-welcome-area acronym,
.textwidget acronym,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}

.topmain-welcome-area address,
.textwidget address,
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.topmain-welcome-area embed,
.topmain-welcome-area iframe,
.topmain-welcome-area object,
.topmain-welcome-area video,
.textwidget embed,
.textwidget iframe,
.textwidget object,
.textwidget video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.topmain-welcome-area dd,
.textwidget dd,
.entry-content dd,
.comment-content dd {
	line-height: 1.8;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.topmain-welcome-area table,
.textwidget table,
.entry-content table,
.comment-content table {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	/*font-size: 13px;
	font-size: 1.3rem;*/
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}

.topmain-welcome-area table caption,
.textwidget table caption,
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

.topmain-welcome-area th,
.textwidget th,
.entry-content th,
.comment-content th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #f5f5f5;
	padding: 15px;
	padding: 1.5rem;
	font-weight: normal;
}

.topmain-welcome-area th a,
.textwidget th a,
.entry-content th a,
.comment-content th a {
	color: #33484d;
}

.topmain-welcome-area td,
.textwidget td,
.entry-content td,
.comment-content td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 15px;
	padding: 1.5rem;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* --------- Main Content Entry Images --------- */

.alignleft {
	max-width: 50%;
	float: left;
}

.alignright {
	max-width: 50%;
	float: right;
}

.aligncenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	margin-top: 10px;
	margin-top: 1rem;
}

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

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

img.alignnone,
.wp-caption.alignnone {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

div.attachment {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

div.attachment img,
.wp-caption img,
img.main-tile,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.archive-post img {
	/*
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	*/
	display: block;
	height: auto;
	/*margin-left: 1px;
	margin-left: 0.1rem;*/
	max-width: 100%;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

dl.wp-caption.aligncenter {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* --------- Main Content Single audio/video attachment view --------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* --------- Main Content Pager Settings  --------- */

.page-links {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	clear: both;
	line-height: 1.8;
	text-align: center;
}

.page-links > span {
	background: #222222;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #222222;
	color: #fff;
}

.page-links > a {
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #888;
	color: #333;
}

.page-links > a:hover {
	background: #888;
}

.nav-single {
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

.nav-previous a,
.nav-next a {
	display: block;
	width: 50%;
	float:left;
	overflow: hidden;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-previous a {
	border-right: 1px dotted #888;
	padding: 20px 20px 20px 50px;
	padding: 2rem 2rem 2rem 5rem;
	background: url("images/arrow-pagenation-l.png") no-repeat left center;
}

.nav-next a {
	padding: 20px 50px 20px 20px;
	padding: 2rem 5rem 2rem 2rem;
	background: url("images/arrow-pagenation-r.png") no-repeat right center;
	text-align: right;
}

.nav-previous a.no-pager-links,
.nav-next a.no-pager-links {
	background: none;
}

.nav-previous a.no-pager-links:hover,
.nav-next a.no-pager-links:hover {
	text-decoration: none;
}

/* --------- Main Content Comments Area  --------- */

.comments-area {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.comments-title,
.comment-reply-title {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.pingback {
	line-height: 1.5;
	padding: 0 0 10px;
}

ol.commentlist {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

article.comment {
	padding-top: 15px;
	padding-top: 1.5rem;
	border-top: 1px dotted #888;
}

.comment .children {
	border-top: 1px dotted #888;
	padding-top: 15px;
	padding-top: 1.5rem;
	margin-top: 10px;
	margin-top: 1rem;
	margin-left: 20px;
	margin-left: 2rem;
}

ol.commentlist li,
.comment .children li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

ol.commentlist li:last-child,
.comment .children li:last-child {
	margin-bottom: 0;
}

.comment img {
	display: block;
	overflow: hidden;
	float:left;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.comment > img + section {
	padding-left: 60px;
	padding-left: 6rem;
}

ol.commentlist li:first-child > article.comment {
	padding-top: 0;
	border-top: none;
}

p.comment-meta {
	margin-top: 0;
}

.post-author {
	font-size: 11px;
	font-size: 1.1rem;
	background: #b7b7b7;
	color: #fff;
	padding: 0 10px;
	padding: 0 1rem;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.bypostauthor,
.sticky {
	font-weight: normal;
}

.comment-reply-title > small {
	margin-left:10px;
	margin-left:1rem;
}

.comment-form {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

.comment-notes {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.form_content {
	display: none;
}

.comment-fields input,
.comment-area textarea {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.form-allowed-tags {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.form-submit input {
	width: 100%;
}

.nocomments-accept {
	display: none;
}

.nocomments {
	border-top: 1px solid #888;
	padding: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- Main Content Archive Page Settings  --------- */

.archive-post {
	/*background:#FF9955;*/
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	margin: 0px 18px 35px 0;
	/*border-top: 1px dotted #888;*/
	width:304px;
	min-height:270px;
	float:left;
}
.topics {
	height:310px;
}


.entry-image,
.entry-summary {
	display: block;
	overflow: hidden;
}

.archive-post img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.excerpt-title {
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	/* margin-bottom: 10px;
	margin-bottom: 1rem; */
}

.excerpt-title a {
	font-weight: bold;
}

/* = Widget Area Settings
-------------------------------------------------------------- */

/* --------- Widget Area Total Settings  --------- */

.widget-area {
	line-height: 1;
}

.widget {
	display: block;
	overflow: hidden;
	border-top: 0px solid #888;
}

.widget > * {
	width: 100%;
	padding: 15px 0 15px;
	padding: 1.5rem 0 1.5rem;
}

.widget-title {
	line-height: 1.5;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

.topmain-widget-area .widget-title {
	background-color: #222222;
	color: #fff;
}

.sidebar-left .widget-title,
.sidebar-right .widget-title {
	background: url("images/title_bg_02.png") no-repeat scroll 30px center;
	padding-left: 45px;
	padding-left: 4.5rem;
}

.post-sitemap-list {
	border-bottom: 1px solid #888;
}

.post-sitemap-list h2 {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;

}

/* --------- Widget Displayed in List Format --------- */
.post-sitemap-list > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_nav_menu > div,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_recent_comments > ul,
.widget_tagposts > ul,
.widget_catposts >ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_tagposts ul li,
.widget_catposts ul li {
	display: block;
	overflow: hidden;
	/*width: 100%;*/
	line-height: 1.5;
	/*border-bottom: 1px dotted #888;*/
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post-sitemap-list ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_tagposts ul li:last-child,
.widget_catposts ul li:last-child {
	border-bottom: none;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li {
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.widget_categories ul li.cat-item-none {
	background: none;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.widget_recent_comments ul li {
	padding: 15px 30px 15px 57px;
	padding: 1.5rem 3rem 1.5rem 5.7rem;
	background: url("images/widget_com_icon.png") no-repeat scroll 30px 16px;
}

.widget_archive ul li {
	float: left;
	width: 50%;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_tagposts ul li,
.widget_catposts ul li  {
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.post-sitemap-list ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
	display: block;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
}

.widget_archive ul li:nth-child(2n+1) a {
	border-right: 1px dotted #888;
}

.post-sitemap-list .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_categories .children {
	border-top: 1px dotted #888;
}

.post-sitemap-list .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_pages .children li:last-child,
.widget_categories .children li:last-child {
	border-bottom: none;
}

.post-sitemap-list .children li,
.widget_nav_menu .sub-menu li,
.widget_pages .children li,
.widget_categories .children li {
	background: url("images/widget_lst_icon_sub.png") no-repeat scroll 33px 22px;
}

.post-sitemap-list .children .children li,
.widget_nav_menu .sub-menu .sub-menu li,
.widget_pages .children .children li,
.widget_categories .children .children li {
	background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 32px 24px;
}

/* --------- Widget Tagged posts --------- */

.widget_tagposts ul li p,
.widget_tagposts ul li div.img_tag_posts_none {
	display: none;
}

.widget_tagposts ul li p.ex_tag_link,
.topmain-widget-area .widget_tagposts ul li p {
	display: inline-block;
}

.widget_tagposts .img_tag_posts,
.topmain-widget-area .widget_tagposts ul li .ex_tag_link {
	margin-bottom:10px;
	margin-bottom:1rem;
}

.widget_tagposts ul li p.ex_tag_button {
	display: none;
}

/* --------- Widget Recent Posts --------- */

.widget_recent_entries .post-date,
.widget_catposts .post-date {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
}

/* --------- Widget RSS --------- */

.widget_rss .widget-title > a.rsswidget {
	display: none;
}

.widget_rss .widget-title > a.rsswidget + a.rsswidget {
	background: url("images/widget_rss_icon.png") no-repeat right center;
	display: inline-block;
	padding-right: 30px;
	color: #333;
}

.widget_rss .widget-title a:hover {
	text-decoration: none;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
cite {
	display:block;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.widget_rss cite:before {
	content: " - ";
}

/* --------- Dropdown List for Widget Archives, Widget Categories --------- */

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform {
	display: block;
	overflow: hidden;
	background: url("images/widget_cat_drop_down.png") no-repeat right 10px center #222222;
	color: #fff;
	width: 90%;
	border: none;
	cursor: pointer;
	margin: 30px 5%;
	margin: 3rem 5%;
	padding: 6px 5px 6px 10px;
	padding: 0.6rem 0.5rem 0.6rem 1rem;
	line-height:1.1;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
}

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform, x:-moz-any-link {
	background-image: none;
	padding: 0 5px;
	padding: 0 0.5rem;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option {
	border: none;
	box-shadow: none;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option, x:-moz-any-link {
	padding: 3px 10px 3px 10px;
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* --------- Widget Tag Cloud --------- */

.tagcloud {
	padding-left: 30px !important;
	padding-left: 3rem !important;
	padding-right: 30px !important;
	padding-right: 3rem !important;
	line-height: 1.3;
}

.tagcloud a {
	background: url("images/widget_tag_icon.png") no-repeat left center;
	width: 100%;
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
	padding: 5px 0 5px 20px;
	padding: 0.5rem 0 0.5rem 2rem;
	vertical-align: middle;
}

/* --------- Widget Text --------- */

.widget_text .textwidget {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- Widget Text block --------- */

.widget_framedtext {
	background: url("images/widget_txt_back.png") repeat 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 12px;
	padding: 1.2rem;
	margin: 30px;
	margin: 3rem;
}

.widget_framedtext .widget-title {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	border: none;
	color: #333;
}

.widget_framedtext .textwidget {
	padding: 0;
	line-height:1.5;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Widget Search --------- */

#searchform {
	text-align: center;
}

#searchform input#s {
	background: url("images/bg_search.png") no-repeat 8px center #ffecec;
	padding-left: 40px;
	padding-left: 4rem;
	width: 90%;
	margin: 1rem auto;
}

#searchform input#s:focus {
	background-color: #fff;
}

#searchform input#searchsubmit {
	display: none;
}

/* --------- Widget Calendar --------- */

#calendar_wrap {
	padding: 0;
	margin: 30px;
	margin: 3rem;
	/* box-shadow */
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #fff;
	padding: 15px;
	padding: 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #222222;
}

#wp-calendar th,
#wp-calendar td {
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	text-align: center;
	background-color: #eee;
}

#wp-calendar th {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tfoot td {
	height: 40px;
	height: 4rem;
	padding: 0 5px;
	padding: 0 0.5rem;
}

#wp-calendar tbody a {
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar tfoot #prev a {
	background: url("images/widget_cal_icon_prev.png") no-repeat left top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-top: -0.3rem;
}

#wp-calendar tfoot #next a {
	background: url("images/widget_cal_icon_next.png") no-repeat right top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	right: 40px;
	right: 4rem;
	margin-top: -3px;
	margin-top: -0.3rem;
}

/* = Footer Copy Area
-------------------------------------------------------------- */

.footer-copy-area {
	line-height: 1;
	padding: 10px 0;
	padding: 1rem 0;
	margin:300px 0 0 0;
	background-color: #222222;
	/*color:#FFFFFF;*/
}

.footer-copy-area .footer-copy {
	word-break: normal;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	/*color: #fff;*/
}

.footer-copy-left {
	word-break: normal;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	font-size:1rem;
	color: #999999;
	float:left;
	width:80%;
}
.footer-copy-right {
	word-break: normal;
	text-align: right;
	line-height: 1.5;
	font-weight: normal;
	font-size:1rem;
	color: #fff;
	float:right;
	width:20%;
}
.footer-copy-left a#footer_contact{
	padding-right:20px;
}
.footer-copy-left a#footer_dp{
	padding-right:20px;
}

.footer-copy-left a, .footer-copy-right a {
	color: #999999;
}
.footer-copy-area .footer-copy  a {
	color: #666666 !important;
}

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 * @media screen and (min-width: 786px) {100px
 */
@media screen and (min-width: 786px) {

	/* =Basic structure
	-------------------------------------------------------------- */

	.component-inner,
	.site-header-area .component-inner {
		margin: 0 auto;
		width: 950px;
		/*max-width: 950px; // スマホ対応時はここを戻す  */
		padding: 0;
		/*padding: 0 2rem 0;*/
	}

	.header-image-area {
		border-top: 0px solid #888;
		width: 100%;
		height: auto;
		padding-top: 25px;	/* 25px */
	}
	/* =Header Layout
	-------------------------------------------------------------- */

	.site-header-area {
		border-top: none;
	}

	#header-menu-button {
		display: none;
	}

	/* --------- Header Title Area --------- */

	.header-title-only {
		border: none;
		text-align: left;
		padding: 36px 0 20px 0;
		width: 100%;
		height:auto;
	}

	.header-title-only .site-title-img a,
	.header-title-area .site-title-img a {
		height: auto;
	}

	.header-title-area {
		border: none;
		float: left;
		text-align: left;
		padding: 0 10px 20px 0;
		width: 70%;
		height:auto;
	}

	.header-title-only .site-title-img,
	.header-title-only .site-title,
	.header-title-area .site-title-img,
	.header-title-area .site-title {
		/*
		margin-right: 15px;
		margin-right: 1.5rem;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
		float: left;
		*/
		margin:0;
		padding-top:0px;
		float:none;
		width:100%;
		height:auto;
		text-align:center;

	}

	.header-title-only .site-title,
	.header-title-area .site-title {
		float: none;
	}

	.header-title-only .site-description,
	.header-title-area .site-description {
		padding-top: 13px;
		padding-top: 1.3rem;
	}

	/* --------- Header Widget Area --------- */

	#header-widget-area {
		/*float: right;
		width: 30%;
		text-align: right;
		margin-top: 0;
		padding-top: 5px;
		padding-top: 0.5rem;*/
	}

	/* --------- Sitemap & Contact Link --------- */

	.hw_link1,
	.hw_link2 {
		display: block;
		overflow:hidden;
		width: 100%;
		margin-top: 5px;
		margin-top: 0.5rem;
		margin-bottom: 8px;
		margin-bottom: 0.8rem;
		border: none;
	}

	.hw_link1 a,
	.hw_link2 a {
		display: inline;
		overflow:hidden;
		padding: 12px 0 10px 21px;
		padding: 1.2rem 0 1rem 2.1rem;
		margin-left: 20px;
		margin-left: 2rem;
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 13px;
		width: auto;
		float: none;
		border: none;
	}

	.hw_text {
		padding: 0;
		border-bottom: none;
	}

	.hw_text_large {
		padding: 0;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
	}

	/* --------- Header Image Area (Slide) --------- */

	.header-image-area {
		border: none;
	}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
		background-color: #FFFFFF;
		margin-top: 0;
		/* box-shadow
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);*/
	}

	#site-navigation div.menu > ul {
		display: inline-block !important;
		width: 100%;
	}

	#site-navigation div.menu > ul > li {
		/*background: url("images/border_nav.png") no-repeat left center;*/
		display: inline-block !important;
		text-align: center;
		width:182px;
		margin-right:6px;
		position: relative;
		opacity:1;
	}

	#site-navigation div.menu > ul > li:last-child {
		/*background: url("images/border_nav.png") no-repeat left center , url("images/border_nav.png") no-repeat right center;*/
		margin-right:0px;
		opacity:1;
	}

	#site-navigation div.menu > ul > li > a {
		color:#000000;
		display: inline-block !important;
		padding: 10px 0px;
		padding: 1rem 0rem;
		margin-left: 0px;
		opacity:1;
	}

	#site-navigation div.menu > ul.menu > li > a {
		/*margin-right: -5px;*/
		font-weight:normal;
		opacity:1;
	}

	#site-navigation div.menu > ul > li:last-child a {
		/*margin-left: 1px;
		margin-right: 1px;*/
		font-weight:normal;
		opacity:1;
	}

	#site-navigation ul {
		border-left: none;
		margin: 0;
		text-indent: 0;
		font-weight:normal;
	}

	#site-navigation li {
		border-right: none;
		position: relative;
		text-align: left;
		font-weight:normal;
	}

	#site-navigation li a,
	#site-navigation li {
		background: #ffffff;
		display: inline-block;
		text-decoration: none;
		width: 100%;
		font-weight:normal;
	}

	#site-navigation li a {
		/*padding: 8px 10px;
		padding: 0.8rem 1rem;*/
		font-weight:normal;
		opacity:1;
	}

	#site-navigation li a:hover,
	#site-navigation li:hover {
		color: #fff;
		background: #eeeeee;
		/*-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		*/
		font-weight:normal;
		z-index: 9999;
		outline:none;
		opacity:1;
	}

	#site-navigation li ul {
		display: block;
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		/* box-shadow */
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		font-weight:normal;
	}

	#site-navigation li ul ul {
		/*top: -1px;*/
		left: 100%;
		font-weight:normal;
		opacity:1;
	}

	#site-navigation ul li:hover > ul {
		z-index: 9999;
		opacity: 1;
		/*-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;*/
		font-weight:normal;
	}

	#site-navigation li ul li a {
		background: #222222;
		line-height: 1.7;
		padding: 12px 10px;
		padding: 1.2rem 1rem;
		width: 100%;
		z-index: 9999;
		font-weight:normal !important;
		opacity:1;
	}

	#site-navigation li ul li a:hover {
		background: #555555;
		color: #fff;
		font-weight:normal;
		opacity:1;
	}

	#site-navigation li ul li {
		/*border-top: 1px solid #d80101;*/
	}

	#site-navigation .current-menu-item > a,
	#site-navigation .current-menu-ancestor > a,
	#site-navigation .current_page_item > a,
	#site-navigation .current-page-ancestor > a {
		/*font-weight: bold;*/
		background:#222222; /*#222222;*/
		color:#FFFFFF !important;
		font-weight:normal;
		opacity:1;
	}
	#site-navigation .current-menu-item > a:hover,
	#site-navigation .current-menu-ancestor > a:hover,
	#site-navigation .current_page_item > a:hover,
	#site-navigation .current-page-ancestor > a:hover {
		background:#eeeeee;
		color:#000000 !important;
		content: none;
		font-weight:normal;
		opacity:1;
	}

	#site-navigation .current-menu-item > a:after,
	#site-navigation .current-menu-ancestor > a:after,
	#site-navigation .current-page-item > a:after,
	#site-navigation .current-page-ancestor > a:after {
		content: url("images/common/menu_selected.png");
		position: absolute;
		top: calc(100% + 3px);
		left: 85px;
		margin-top: -12px;
		font-weight:normal !important;
		opacity:1;
	}

	#site-navigation .sub-menu .current-menu-item > a:after,
	#site-navigation .sub-menu .current-menu-ancestor > a:after,
	#site-navigation .sub-menu .current_page_item > a:after,
	#site-navigation .sub-menu .current-page-ancestor > a:after {
		content:none;
		position: absolute;
		top: calc(100% + 5px);
		left: 85px;
		margin-top: -12px;
		font-weight:normal;
		opacity:1;
	}


	#site-navigation .children .children li a,
	#site-navigation .sub-menu .sub-menu li a {
		color: #333;
		background: #555555;
		text-shadow: none;
		font-weight:normal;
		opacity:1;
	}

	#site-navigation .children .children li a:hover,
	#site-navigation .sub-menu .sub-menu li a:hover {
		background: #555555;
	}

	#site-navigation .children .children li,
	#site-navigation .sub-menu .sub-menu li {
		/*border-top: 1px solid #640000;*/
	}


	/* =Main Contents
	-------------------------------------------------------------- */

	.main-content-area {
		border: none;
		padding-top: 25px;
	}

	/* --------- 3 Columns Basic Layout --------- */

	body.column-3 .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-3 .sidebar-right {
		float: right;
		width: 18%;
	}

	body.column-3 .main-content-site {
		float: right;
		width: 77.5%;
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-3 .sidebar-left {
		float: left;
		width: 22.5%;
	}

	/* --------- 2 Columns Left-Sidebar Basic Layout --------- */

	body.column-2l .main-content-wrap {
		width: 100%;
	}

	body.column-2l .main-content-site {
		float: right;
		width: 82%;
		padding-left: 40px;
		padding-left: 4rem;
	}

	body.column-2l .sidebar-left {
		float: left;
		width: 18%;
	}

	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	body.column-2r .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-2r .main-content-site {
		width: 100%;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-2r .sidebar-right {
		float: right;
		width: 18%;
	}

	/* --------- 1 Column Basic Layout --------- */

	body.full-width .main-content-wrap,
	body.full-width .main-content-site {
		width: 100%;
	}

	/* --------- Main Contents Basic Settings --------- */

	.main-content-site {
		border-top: none;
	}

	.main-content-site > * {
		padding-left: 0;
		padding-right: 0;
	}

	/* --------- Welcome Message Area --------- */

	.topmain-welcome-area {
		padding: 20px;
		padding: 2rem;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	/* --------- Breadcrumb --------- */

	.main-breadcrumb {
		display: block;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		word-wrap: normal;
	}

	/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 20px 0 0 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
		padding: 0;
	}

	/* --------- Main Content Pager Settings  --------- */

	.nav-previous a {
		border-right: none;
	}

	/* --------- Main Content Comments Area  --------- */

	.comments-area {
		border-bottom: 1px solid #888;
	}

	.comments-title,
	.comment-reply-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 12px;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		padding: 15px 0 0 15px;
		padding: 1.5rem 0 0 1.5rem;
		border-bottom: none;
	}

	ol.commentlist {
		padding: 0 0 10px;
		padding: 0 0 1rem;
	}

	.comment .children {
		margin-left: 60px;
		margin-left: 6rem;
	}

	.comment-respond {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.comment-form {
		padding: 0;
	}

	.nocomments {
		padding: 20px 0;
		padding: 2rem 0;
	}

	/* --------- Main Content Archive Page Settings  --------- */

	.article-group {
		/*border-bottom: 1px dotted #888;*/
		margin-bottom: 0;
		margin-right:-18px;
	}

	.archive-post {
		/*padding: 15px 0;
		padding: 1.5rem 0;*/
	}

	.archive-post img {
		margin: 0;
	}

	.archive-post > .entry-image {
		float: right;
		width: 29%;
		padding: 2px 3px 3px 2px;
		padding: 0.2rem 0.3rem 0.3rem 0.2rem;
	}

	.archive-post > .entry-image + .entry-summary {
		float: left;
		width: 71%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	/* = Widget Area Settings
	-------------------------------------------------------------- */

	/* --------- Widget Area Total Settings  --------- */

	.footer-widget-area {
		background-color: #f5f5f5;
		margin-top: 30px;
		margin-top: 3rem;
		padding-top: 30px;
		padding-top: 3rem;

	}

	.widget-area {
		overflow: hidden;
		float:left;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
	}

	#footer-widget-area-1,
	#footer-widget-area-2 {
		border-right: 1px solid #ccc;
	}

	#footer-widget-area-1 {
		width: 33%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	#footer-widget-area-2 {
		width: 33.9%;
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
	}

	#footer-widget-area-3 {
		width: 33%;
		padding-left: 20px;
		padding-left: 2rem;
	}

	.widget {
		border: none;
		padding-top: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.widget > * {
		padding: 0;
	}

	.widget-title {
		padding: 0 0 15px;
		padding: 0 0 1.5rem;
		margin-bottom: 0;
		border: none;
	}

	.topmain-widget-area .widget-title {
		color: #333;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: normal;
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		padding-bottom: 10px;
		padding-bottom: 1rem;
		background: url("images/title_bg_01.png") no-repeat scroll left bottom;
	}

	.post-sitemap-list h2,
	.sidebar-left .widget-title,
	.sidebar-right .widget-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 0;
		margin: 0 0 15px;
		margin: 0 0 1.5rem;
		padding: 3px 0 0 15px;
		padding: 0.3rem 0 0 1.5rem;
	}

	.post-sitemap-list {
		border-bottom: none;
	}

	.post-sitemap-list h2 {
		margin: 20px 0 20px;
		margin: 2rem 0 2rem;
		border: none;
	}

	.topmain-widget-area section:last-child,
	.sidebar-left aside:last-child,
	.sidebar-right aside:last-child {
		margin-bottom: 0;
	}

	/* --------- Widget Displayed in List Format --------- */

	.widget_archive ul li:after {
		clear: both;
	}

	.post-sitemap-list ul li,
	.widget_archive ul li,
	.widget_categories ul li,
	.widget_nav_menu ul li,
	.widget_pages ul li,
	.widget_meta ul li {
		/*background: url("images/widget_lst_icon_main.png") no-repeat scroll left 18px;
		border-right: none;*/
		background:#FFFFFF;
		/*border:1px solid #dddddd;*/
		/*padding: 8px 0 8px 15px;
		padding: 0.8rem 0 0.8rem 1.5rem;*/
		/*text-indent: -15px;
		text-indent: -1.5rem;*/
		/*margin:0 0 6px 6px;*/
		position: relative;
	}

	.widget_categories ul li.cat-item-none {
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}

	.post-sitemap-list ul,
	.widget_archive ul,
	.widget_categories ul,
	.widget_nav_menu ul,
	.widget_pages ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_rss ul,
	.widget_recent_comments ul,
	.widget_tagposts ul,
	.widget_catposts ul{
		/*border-top: 1px dotted #888;*/
	}

	.post-sitemap-list ul li:last-child,
	.widget_archive ul li:last-child,
	.widget_categories ul li:last-child,
	.widget_nav_menu ul li:last-child,
	.widget_pages ul li:last-child,
	.widget_meta ul li:last-child,
	.widget_recent_entries ul li:last-child,
	.widget_rss ul li:last-child,
	.widget_recent_comments ul li:last-child,
	.widget_tagposts ul li:last-child,
	.widget_catposts ul li:last-child {
		/*border-bottom: 1px dotted #888;*/
	}

	.widget_recent_comments ul li {
		padding-right: 0;
		padding-left: 30px;
		padding-left: 3rem;
		background: url("images/widget_com_icon.png") no-repeat scroll 0 16px;
	}

	.post-sitemap-list ul li a,
	.widget_archive ul li a,
	.widget_categories ul li a,
	.widget_nav_menu ul li a,
	.widget_pages ul li a,
	.widget_meta ul li a {
		display: block !important;
		/*padding: 0 0 0 18px;
		padding: 0 0 0 1.8rem;*/
		left:0;
		padding: 4px 0 4px 15px;
		/*padding: 0.8rem 1rem 0.8rem 1.5rem;*/
		text-indent: 0px;
		text-indent: 0rem;
		/*width:100%;*/
		border: 1px solid #dddddd;
		margin:0 0 6px 10px;
	}

	.widget_archive ul li:nth-child(2n+1) a {
		border-right: none;
	}

	.post-sitemap-list .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children,
	.widget_categories .children {
		margin-left: -22px;
		margin-left: -2.2rem;
		margin-top: 15px;
	}

	.post-sitemap-list .children li,
	.widget_nav_menu .sub-menu li,
	.widget_pages .children li,
	.widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 22px;
	}

	.post-sitemap-list .children li:last-child,
	.widget_nav_menu .sub-menu li:last-child,
	.widget_pages .children li:last-child,
	.widget_categories .children li:last-child {
		padding-bottom: 0;
	}

	.post-sitemap-list .children .children li,
	.widget_nav_menu .sub-menu .sub-menu li,
	.widget_pages .children .children li,
	.widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 24px;
	}

	.widget_archive select[name=archive-dropdown],
	.widget_categories select.postform {
		margin: 0;
		width: 100%;
	}


	.cat-item-selected {
		/*background:#229922 !important;*/
	}
	.cat-item-selected a{
		color:#FFFFFF;
		background:#000000;
		border: 1px solid #000000 !important;
	}

	.cat-item-selected a:after {
		content: url("images/common/side_selected.png");
		position: absolute;
		/*top: -50%;*/
		left: 5px;
	}

	.cat-item-title {
		text-align:right;
		font-weight:bold;
		padding:3px 0 3px 0;
	}


	/* --------- Widget Tag Cloud --------- */

	.tagcloud {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* --------- Widget Text --------- */

	.widget_text .textwidget {
		padding: 0 0 5px;
		padding: 0 0 0.5rem;
	}

	/* --------- Widget Text block --------- */

	.widget_framedtext {
		border:1px solid #ccc;
		padding: 12px;
		padding: 1.2rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.widget_framedtext .widget-title {
		background: none;
		padding: 0;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_recent_entries ul li,
	.widget_rss ul li,
	.widget_catposts ul li,
	.widget_tagposts ul li {
		padding-right: 0;
		padding-left: 0;
	}

	/* --------- Widget Search --------- */

	#searchform input#s {
		padding-left: 40px;
		padding-left: 4rem;
		width: 100%;
		margin: 0 auto;
	}

	/* --------- Widget Calendar --------- */

	#calendar_wrap {
		max-width: 98%;
		margin: 0 4px 4px 2px;
		margin: 0 0.4rem 0.4rem 0.2rem;
	}

	#wp-calendar tfoot #next a {
		right: 10px;
		right: 1rem;
	}

	/* --------- This CSS apply only to a specific Widget Area --------- */

	.topmain-widget-area .widget {
		padding-bottom: 0;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	.topmain-widget-area .widget:last-child {
		margin-bottom: 0;
	}

	.main-content-site .post-sitemap-list ul,
	.topmain-widget-area .widget_archive ul,
	.topmain-widget-area .widget_categories ul,
	.topmain-widget-area .widget_nav_menu ul,
	.topmain-widget-area .widget_pages ul,
	.topmain-widget-area .widget_meta ul,
	.topmain-widget-area .widget_recent_comments ul,
	.footer-widget-area .widget_archive ul,
	.footer-widget-area .widget_categories ul,
	.footer-widget-area .widget_nav_menu ul,
	.footer-widget-area .widget_pages ul,
	.footer-widget-area .widget_meta ul {
		border: none;
	}

	.main-content-site .post-sitemap-list ul li,
	.topmain-widget-area .widget_archive ul li,
	.topmain-widget-area .widget_categories ul li,
	.topmain-widget-area .widget_nav_menu ul li,
	.topmain-widget-area .widget_pages ul li,
	.topmain-widget-area .widget_meta ul li,
	.footer-widget-area .widget_archive ul li,
	.footer-widget-area .widget_categories ul li,
	.footer-widget-area .widget_nav_menu ul li,
	.footer-widget-area .widget_pages ul li,
	.footer-widget-area .widget_meta ul li {
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 2px;
		padding: 0 0 8px 22px;
		padding: 0 0 0.8rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
		border: none;
	}

	.footer-widget-area	.widget_categories ul li.cat-item-none {
		background: none;
		padding: 0 20px;
		padding: 0 2rem;
	}

	.topmain-widget-area .widget_recent_comments ul li {
		background: url("images/widget_com_icon.png") no-repeat scroll 0 1px;
		padding: 0 0 15px 30px;
		padding: 0 0 1.5rem 3rem;
		border: none;
	}

	.main-content-site .post-sitemap-list .children,
	.topmain-widget-area .widget_nav_menu .sub-menu,
	.topmain-widget-area .widget_pages .children,
	.topmain-widget-area .widget_categories .children,
	.footer-widget-area .widget_nav_menu .sub-menu,
	.footer-widget-area .widget_pages .children,
	.footer-widget-area .widget_categories .children {
		margin-left: 0;
		margin-top: 8px;
		margin-top: 0.8rem;
	}

	.main-content-site .post-sitemap-list .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu li,
	.topmain-widget-area .widget_pages .children li,
	.topmain-widget-area .widget_categories .children li,
	.footer-widget-area .widget_nav_menu .sub-menu li,
	.footer-widget-area .widget_pages .children li,
	.footer-widget-area .widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}

	.main-content-site .post-sitemap-list .children .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.topmain-widget-area .widget_pages .children .children li,
	.topmain-widget-area .widget_categories .children .children li,
	.footer-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.footer-widget-area .widget_pages .children .children li,
	.footer-widget-area .widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 7px;
	}

	.topmain-widget-area .widget_recent_entries .post-date,
	.topmain-widget-area .widget_catposts .post-date {
		width: 19%;
		float: left;
		margin-bottom: 0;
		padding-right: 10px;
		padding-right: 1rem;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-on,
	.topmain-widget-area .widget_catposts .post-title-date-on {
		display: block;
		width: 81%;
		float: left;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-off,
	.topmain-widget-area .widget_catposts .post-title-date-off {
		padding-left: 18px;
		padding-left: 1.8rem;
		display: block;
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}

	.topmain-widget-area .widget_tagposts ul,
	.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_recent_entries ul,
	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul,
	.topmain-widget-area .widget_catposts ul li {
		border: none;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_recent_entries ul li:last-child,
	.topmain-widget-area .widget_catposts ul li:last-child,
	.topmain-widget-area .widget_recent_comments ul li:last-child {
		padding-bottom: 0;
	}

	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul li {
		padding-top: 0;
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
	}

	.topmain-widget-area .widget_tagposts ul li {
		padding-top: 0;
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child {
		padding-bottom: 3px;
		padding-bottom: 0.3rem;
	}

	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts_none {
		display: block;
		width: 29%;
		float: left;
		margin-bottom: 0;
	}

	.topmain-widget-area .widget_tagposts ul li div.ex_tag_posts {
		padding-left: 20px;
		padding-left: 2rem;
		display: block;
		width: 71%;
		float: left;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link {
		font-weight: normal;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 2px;
		margin-top: 0.2rem;
		width: 100%;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a,
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a:hover {
		color: #333;
		text-decoration: none;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_button {
		display: block;
		margin-top: 15px
	}

	.topmain-widget-area .widget_framedtext {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}

	.topmain-widget-area .widget_framedtext .widget-title {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.topmain-widget-area #calendar_wrap {
		max-width: 99%;
	}

	#footer-widget-area-1 #wp-calendar tfoot #next a,
	#footer-widget-area-2 #wp-calendar tfoot #next a {
		right: 32px;
		right: 3.2rem;
	}

	.sidebar-left #wp-calendar,
	.sidebar-right #wp-calendar {
		width: 100.2%;
	}

	.sidebar-left #wp-calendar caption,
	.sidebar-right #wp-calendar caption {
		padding: 8px 15px;
		padding: 0.8rem 1.5rem;
	}

	.sidebar-left #wp-calendar thead th,
	.sidebar-left #wp-calendar thead td,
	.sidebar-right #wp-calendar thead th,
	.sidebar-right #wp-calendar thead td,
	.sidebar-left #wp-calendar tbody th,
	.sidebar-left #wp-calendar tbody td,
	.sidebar-right #wp-calendar tbody th,
	.sidebar-right #wp-calendar tbody td {
		padding: 6px 5px;
		padding: 0.6rem 0.5rem;
	}

}


/* カスタムCSS */
/* 汎用css */
/* YouTube動画用 */
.youtube {
	margin-bottom: 20px;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.youtube iframe {
	position: absolute;
	height: 100% !important;
	right: 0;
	top: 0;
	width: 100% !important;
}
/* /YouTube動画用 */
/* /汎用css */
#main-header {
	background:#222222;
	color:#FFFFFF;
	height:30px;
	padding:0;
	margin:0;
	text-align:right;
}
#main-header_inner {
	width:950px;
	margin:0 auto;
	line-height:2.2;
	font-size:1.2rem;
	padding:4px 0 0 0;
}
#main-header_inner a{
	font-size: 1.2rem;
}

.header_link_left {
	float:left;
	text-align:left;
	width:20%;
}
.header_link_left a{
	color:#FFFFFF;
}

.header_link_right {
	float:right;
	width:80%;
}

.header_link_right a{
	color:#FFFFFF;
}
.header_link_mobile {
	display:none;
}
/** トップページ **/
.top_h2 {
	border:0px solid;
	text-align:center !important;
	font-size:18px !important;
	line-height: 18px !important;
	font-weight:bold !important;
	padding:0 !important;
	margin:0 0 30px 0 !important;
}
.ico_show_all {
	margin:25px 0 0 0;
	padding:0;
}

.area_3 {
	float:left;
	width:304px;
	margin:0 19px 0 0;
}
.area_3_last {
	float:left;
	width:304px;
	margin:0;
}

.area_5 {
	float:left;
	width:224px;
	margin:0 18px 20px 0;
	height:340px;
}
.area_5_last {
	float:left;
	width:224px;
	margin:0 0 20px 0;
	height:340px;
}

#product_area {
	border-top:3px solid #222222;
	padding:30px 0 40px 0;
	margin:0;
}
#product_area img {
	vertical-align:bottom;
}

#product_area_2, #product_area_4 {
	margin:0 0 20px 0;
}


#topics_area {
	border-top:3px solid #222222;
	padding:30px 0 40px 0;
	margin:0 0 0 0;
}
#topics_area img {
	vertical-align:bottom;
}

.topics_area_ymd {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding:8px 0 2px 0;
}


#tfa_area {
	border-top:3px solid #222222;
	padding:30px 0 40px 0;
	margin:0 0 0 0;
}
#tfa_area img {
	vertical-align:bottom;
}

.tfa_area_ymd {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding:8px 0 2px 0;
}


#feature_area {
	border-top:3px solid #222222;
	padding:30px 0 40px 0;
	margin:0;
}
#feature_area img {
	vertical-align:bottom;
}

.feature_area_text {
	font-size:1.2rem;
	line-height:1.4;
	padding:2px 0 0 0;
}
.feature_area_waku {
	padding: 6px 0 0 0;
}
.feature_area_photo {
	position:relative;
	background: url("images/top/photo_waku.png") no-repeat scroll left top;
	width:224px;
	height:266px;
}
.photo_area {
	position:absolute;
	left:13px;
	top:14px;
	width:198px;
	height:202px;
}
.photo_text {
	position:absolute;
	text-align:center;
	top:236px;
	left:13px;
	width:196px;
	color:#333333;
}


.fa-lg2 {
	font-size: 2.0rem;
	line-height: 0.75em;
	vertical-align: -15%;
}
.font_glay {
	color:#CCCCCC;
}

.full-content {
	width:100%;
	margin:0 0 0 0;
}


#howto_area {
	border-top:3px solid #222222;
	padding:30px 0 40px 0;
	margin:0;
}
#howto_area img {
	vertical-align:bottom;
}
.howto_area_title {
	font-size:12px;
	line-height: 1.8;
	padding:8px 0 2px 0;
}


/** /トップページ **/

/** カテゴリトップ **/
.item-content {
	float:left;
	max-width:700px;
	margin:0 45px 0 0;
}
#tertiary {
	width:205px;
}
.inner_text, .inner_text_line {
	padding:0 0 30px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.9;
}
.inner_link {
	padding:0 0 0px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.inner_text_line {
	margin:0 0 30px 0;
	padding:20px 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:4rem;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.inner_img {
	padding:0 0 20px 0;
}

.inner_img img {
	vertical-align:bottom;
}

.inner_link img {
	vertical-align:middle;
}

.inner_title_h1 {
	margin:40px 0 40px 5px !important;
}
.inner_title_h2{
	border:1px solid #000000;
	padding:8px 0 8px 15px !important;
	font-size: 14px;
	font-size: 1.4rem;
	margin:20px 0 20px 0 !important;
}

.item_area {
	margin-right:-20px;
}
.item_box {
	width:340px;
	height:230px;
	float:left;
	margin:0 20px 30px 0;
	text-align:center;
	vertical-align:bottom;
	position: relative;
}
.item_box_180 {
	height:150px !important;
	margin:0 20px 40px 0;
}
.item_box_190 {
	height:190px !important;
	margin:0 20px 40px 0;
}
.item_box_200 {
	height:200px !important;
	margin:0 20px 40px 0;
}
.item_box_210 {
	height:210px !important;
	margin:0 20px 40px 0;
}
.item_box_220 {
	height:220px !important;
	margin:0 20px 40px 0;
}
.item_box_240 {
	height:240px !important;
	margin:0 20px 40px 0;
}
.item_box_260 {
	height:260px !important;
	margin:0 20px 40px 0;
}
.item_box_280 {
	height:280px !important;
	margin:0 20px 40px 0;
}
.item_box_300 {
	height:300px !important;
	margin:0 20px 40px 0;
}
.item_box_340 {
	height:340px !important;
	margin:0 20px 40px 0;
}
.item_box_430 {
	height:430px !important;
	margin:0 20px 40px 0;
}

.item_box_full {
	width:100%;
	min-height:240px;
	margin:0 20px 20px 0;
	text-align:center;
	vertical-align:bottom;
	position: relative;

}
.item_box_full2 {
	width:100%;
	margin:0 20px 20px 0;
	text-align:left;
	vertical-align:bottom;
	position: relative;
}
.item_box_right {
	width:340px;
	height:230px;
	float:left;
	margin:0 0 20px 0;
	text-align:center;
	vertical-align:bottom;
	position: relative;
}

.item_box_type3 {
	width:220px;
	height:230px;
	float:left;
	margin:0 20px 30px 0;
	text-align:center;
	vertical-align:bottom;
	position: relative;
}


.item_box img, .item_box_right img, .item_box_full img, .item_box_type3 img{
	vertical-align:bottom;
	position:absolute;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	/*position: relative;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);*/
}
.item_box img:hover, .item_box_right img:hover, .item_box_full img:hover, .item_box_type3 img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.iOSclass .item_box img:hover, .iOSclass .item_box_right img:hover, .iOSclass .item_box_full img:hover, .iOSclass .item_box_type3 img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.item_box h5, .item_box_right h5, .item_box_full h5, .item_box_full2 h5{
	border:1px solid #000000;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:left;
}
.item_box_type3 h5{
	border:1px solid #000000;
	padding:8px 8px 8px 8px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:left;
}
.line_1 {
	border:1px solid #000000;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:left;
}

#customize .item_box , #customize .item_box_right {
	height:260px;
}

#brass .item_title {
	background:#222222;/*#aa9c3f;*/
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

#spiral .item_title {
	background:#222222;/*#4b4340; #785d30; */
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

#trnote .item_title {
	background:#222222;/*#785d30;*/
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

#kraft .item_title {
	background:#222222;/*#c77d1e*/
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

#customize .item_title {
	background:#222222;/*#336699;*/
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_panam {
	background:#005099;
	color:#FFFFFF;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_2016diary {
	background:#0095cc;
	color:#FFFFFF;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_braniff {
	background:#ec7a28;
	color:#FFFFFF;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_diary {
	background:#686767;
	color:#FFFFFF;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_trgreen {
	background:#d1e530;
	color:#000000;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_red {
	background:#bf1617;
	color:#ffffff;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_green {
	background:#147345;
	color:#ffffff;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_yellow {
	background:#f6ac00;
	color:#ffffff;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_brown {
	background:#4b4340;
	color:#ffffff;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.item_title_camel {
	background:#954916;
	color:#ffffff;
	padding:8px 0 8px 15px !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}





.pdf_box {
	width:170px;
	height:400px;
	float:left;
	margin:0 10px 20px 0;
	text-align:left;
	vertical-align:bottom;
	position: relative;
}
.pdf_img {
	width:100%;
}

.tfainfo {
	height:295px;
}

/** /カテゴリトップ **/

/** TOPICSINFOMATION **/

.topicsinfo_label {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding:8px 0 2px 0;
}
.pagenavi {
	padding:5px 0 5px 0;
}

/** /TOPICSINFOMATION **/

/** CUSTOMIZE PROFESSIONAL USER **/
.cat-profile-area {
	margin-right:-15px;
}
.cat-profile {
	width:224px;
	height:350px;
	margin:0 14px 15px 0;
	float:left;
}
.cat-travelers {
	width:224px;
	height:280px;
	margin:0 14px 15px 0;
	float:left;
}

.profile_area {
	border-top:1px solid #cccccc;
}
.profile_area_en {
	border-top:0px solid #cccccc;
	padding-top:30px ;
}
.profile_area_profile {
	font-weight:bold;
	margin:25px 0;
}
.profile_area_name {
	font-weight:bold;
	margin:0 0 0 0;
}
.profile_area_name_inner_text {
	padding:0 0 0px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:2.0;
}
.professional_image_area {
	margin:10px -10px 30px 0;
}
.professional_image {
	margin:0 10px 10px 0;
	float:left;
	width:132px;
}

/** /CUSTOMIZE PROFESSIONAL USER **/

/** トピックス **/
.topics_japan {
	margin:0 20px 0 0;
}

.topics_oversea {
	margin:0 0 0 0;
}

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

.area_brown {
	background:#4b4340;
	color:#FFFFFF;
	padding:8px 0 8px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}


/** CONTACT **/
.contact_text {
	padding:30px 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
	width:100%;
}

.contact_title {
	border-top:1px solid #cccccc;
	padding:20px 0 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.contact_body {
	padding:0px 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.double {
	border-top: 3px double #000000;
	background:#FFFFFF;
	height: 1px;
	margin: 10px 0;
	margin: 1rem 0;
}

/** COMPANY **/

.company_area {
	float:left;
	width:340px;
	margin:20px 20px 0 0;
}
.company_area_last {
	float:left;
	width:340px;
	margin:20px 0 0 0;
}

/** /COMPANY **/

/** TOPメッセージ **/
.msg_area {
	padding:20px 0 100px 0;
}

.msg_area_list {
	padding:0 0 30px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.msg_area_ymd {
	padding:0 0 10px 0;
}

/** /TOPメッセージ **/
table.table_00 {
    border: medium none;
    border-spacing: 0;
    margin: 0 0 1em;
    width: 100%;
}
table.table_00 th {
    border: medium none;
	padding: 4px 0 3px;
}
table.table_00 td {
    border: medium none;
    padding: 0px 0 10px;
}
table.table_00 p {
    margin: 0;
}
table.table_01 {
    border-left: 1px solid #bbbbbb;
    border-spacing: 0;
    border-top: 1px solid #bbbbbb;
    margin: 0 0 1em;
    width: 510px;
}
table.table_01 th {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 6px 5px 5px;
}
table.table_01 td {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 6px 5px 5px;
}
table.table_01 p {
    margin: 0;
}
table.table_02 {
    border-spacing: 0;
    margin: 0 0 1em;
    width: 510px;
}
table.table_02 th {
    background-color: #e0e0d7;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding: 6px 5px 5px;
}
table.table_02 td {
    background-color: #ebeae4;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding: 6px 5px 5px;
}
table.table_02 p {
    margin: 0 0 0.5em;
}
table.table_03 {
    border-left: 1px solid #bbbbbb;
    border-spacing: 0;
    border-top: 1px solid #bbbbbb;
    margin: 0 0 1em;
    width: 80%;
}
table.table_03 th {
    background-color: #ebeae4;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
}
table.table_03 th.h {
    background-color: #e0e0d7;
}
table.table_03 td {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
}
table.table_03 p {
    margin: 0;
}
table.table_04 {
    border-left: 1px solid #bbbbbb;
    border-spacing: 0;
    border-top: 1px solid #bbbbbb;
    margin: 0 0 1em;
    width: 360px;
}
table.table_04 th {
    background-color: #ebeae4;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
}
table.table_04 th.h {
    background-color: #e0e0d7;
}
table.table_04 td {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
}
table.table_04 p {
    margin: 0;
}
table.table_05 {
    border-left: 1px solid #bbbbbb;
    border-spacing: 0;
    border-top: 1px solid #bbbbbb;
    margin: 0 0 1em;
    width: 360px;
}
table.table_05 th {
    background-color: #ebeae4;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
    width: 50px;
}
table.table_05 th.h {
    background-color: #e0e0d7;
}
table.table_05 th.h2 {
    width: 290px;
}
table.table_05 td {
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 3px 5px 3px;
    width: 290px;
}
table.table_05 p {
    margin: 0;
}

table.shopinfo-prefectures {
    margin: 0;
    padding:0;
    margin:0;
}
table.shopinfo-prefectures th {
    width: 50px;
    background:#FFFFFF;
}
table.shopinfo-prefectures td {
    /*width: 460px;*/
}
table.shopinfo-shopdata th {
    width: 90px;
}
table.shopinfo-shopdata th.h2 {
    width: 400px;
}
table.shopinfo-shopdata td {
    width: 400px;
}

table.shopinfo-prefectures {
    margin: 0;
}
table.shopinfo-prefectures th {
    width: 50px;
}
table.shopinfo-prefectures td {
    /*width: 460px;*/
}
table.shopinfo-shopdata th {
    width: 90px;
}
table.shopinfo-shopdata th.h2 {
    width: 400px;
}
table.shopinfo-shopdata td {
    width: 400px;
}

.pagetop {
	text-align:right;
	margin:0 0 50px 0;
}

.sectionbox_01 h5 {
	width:80%;
	background:#d7d6cb;
	padding:3px 0 3px 10px;

}

.fa-border {
	padding: .15em .30em .15em;
	border: solid 1px #999999;
}

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

.mb_off {
	display:block;
}
.mb_on {
	display:none;
}

#menu-icon {
	display:none;
}

/* ポップアップリンク */
.online_shop {
	cursor: pointer;
}
.popup {
	display: none;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index:99998;
}

.content{
	background-color: rgba(255,255,255, 1);
	opacity: 1;
	padding: 30px 30px 50px 30px;
	/* width:50%; */
	max-width: 640px;
	max-height:350px;
	z-index:99999;
}
.show {
	display: flex;
	justify-content: center;
	align-items: center;
}
#close {
	text-align:right;
	cursor: pointer;
}
#shop_link_textarea {
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	line-height:2em;
	font-size:16px;
	font-weight:bold;
}
#shop_link_japan {
	display:table;
	width:100%;
	line-height:2em;
	font-weight:bold;
	padding:0 0 10px 0;
}
#shop_link_usa {
	display:table;
	width:100%;
	font-weight:bold;
}
.shop_link_text {
	display:table-cell;
	width:20%;
	vertical-align: middle;
	line-height:2em;
	font-size:16px;
	text-align:right;
	padding:0 15px 0 0;
}
.shop_link_img {
	display:table-cell;
	width:80%;
	padding:0 20px 0 0;
}
.shop_link_img a{
	display:flex;
}
.shop_link_img img {
	width:100%;
	vertical-align: bottom;
}
/* /ポップアップリンク */


/* /カスタムCSS */

/* タブレット対応 */
@media screen and (max-width: 785px) {

	#main-header_inner {
		width:100%;
	}
	.header_link_left {
		display:block;
		padding:0 0 0 30px;
		height:26px;
	}
	.header_link_right {
		display:block;
		padding:0 30px 0 0;
		height:26px;
	}
	.header_link_mobile {
		display:none;
	}
	.header-image-area .component-inner {
		padding:0 0;
	}

	/** トップページ **/
	.mb_center {
		margin:0 auto;
		width:626px;
	}
	.mb_center .area_3 {
		float:left;
		width:auto;
		margin:0 0 18px 0;
	}
	.mb_center .area_3_last {
		float:left;
		width:626px;
		margin:0 0 10px 0;
	}

	.area_5 {
		float:left;
		width:auto;
		margin:0 12px 20px 0;
		height:340px;
	}
	.area_5_last {
		float:left;
		width:auto;
		margin:0 12px 20px 0;
		height:auto;
	}

	#product_area {
		border-top:3px solid #222222;
		padding:30px 0 40px 0;
		margin:0 auto;
	}

	.mb_center #product_area_1 {
		width:304px;
		margin:0 18px 0 0;
	}
	.mb_center #product_area_2 {
		margin:0 0 19px 0;
	}
	.mb_center #product_area_3 {
		margin:0 0 0px 0;
	}
	.mb_center #product_area_4 {
		float:left;
		margin:0 18px 0 0;
	}
	.mb_center #product_area_5 {
		float:left;
	}

	.mb_center #topics_area_1 {
		width:304px;
		margin:0 18px 0 0;
	}
	.mb_center #topics_area_2 {
		width:304px;
	}
	.mb_center #topics_area_3 {
		width:304px;
	}
	.mb_center .howto_area_img {
		width:304px;
	}
	#howto_area .mb_center .area_3_last {
		float: left;
		width: 322px;
		margin: 0 0 18px 0;
	}

	.mb_center #tfa_area_1 {
		width:304px;
		margin:0 18px 0 0;
	}
	.mb_center #tfa_area_2 {
		width:304px;
	}
	.mb_center #tfa_area_3 {
		width:304px;
	}

	.mb_center #feature_area_1,.mb_center #feature_area_2,.mb_center #feature_area_4,.mb_center #feature_area_5 {
		margin:0 14px 0 0;
	}
	.mb_center #feature_area_3,.mb_center #feature_area_6 {
		margin:0 0 0 0;
	}

	#feature_area {
		border-top:3px solid #222222;
		padding:30px 0 40px 0;
		margin:0 30px;
	}
	#feature_area img {
		vertical-align:bottom;
	}

	.feature_area_text {
		font-size:1.2rem;
		line-height:1.4;
		padding:2px 0 0 0;
	}
	.feature_area_waku {
		padding: 6px 0 10px 0;
		width:224px;
		margin:0 auto;
	}
	.feature_area_photo {
		position:relative;
		background: url("images/top/photo_waku.png") no-repeat scroll left top;
		width:224px;
		height:266px;
		margin:0 auto;
	}

	#howto_area {
		border-top:3px solid #222222;
		padding:30px 0 40px 0;
		margin:0 30px;
	}

	/** TOPメッセージ **/
	#msg_area {
		padding:20px 0 100px 0;
		margin:0 30px;
	}

	/** /トップページ **/

	/** カテゴリトップ **/
	.item-content {
		float:none;
		max-width:100%;
		margin:0 0 0 0;
	}
	#tertiary {
		width:100%;
		display:block;
	}
	/** /カテゴリトップ **/


	.sectionbox_01 h5 {
		width:100%;
		background:#d7d6cb;
		padding:3px 0 3px 10px;

	}
	table.table_03 {
	    border-left: 1px solid #bbbbbb;
	    border-spacing: 0;
	    border-top: 1px solid #bbbbbb;
	    margin: 0 0 1em;
	    width: 100%;
	}

	.article-group {
		width: 644px;
		margin:0 auto;
	}
	.archive-post {
		width:304px;
	}

	/* サイドバー */
	/* nav-wrap */
    #tertiary {
        position: relative;
    }

    /* menu icon */
    #menu-icon {
        color: #000;
        width: 90px;
        height: 30px;
        background: #ecebeb url(images/menu-icon.png) no-repeat 10px center;
        padding: 8px 0px 0 8px;
        margin:0 0 0 0px;
        cursor: pointer;
        border: solid 1px #666;
        display: block; /* show menu icon */
    }
    #menu-icon:hover {
        background-color: #f8f8f8;
    }
    #menu-icon.active {
        background-color: #bbb;
    }

    /* main nav */
    #tertiary {
    	padding:0 30px 10px 30px;
    }
    #nav {
        clear: both;
        position: absolute;
        top: 29px;
        left:30px;
        width: 80%;
        z-index: 10000;
        padding: 0px;
        background: #f8f8f8;
        border: solid 1px #999;
        display: none; /* visibility will be toggled with jquery */
    }
    #nav li {
        clear: both;
        float: none;
        margin: 0;
        padding:5px 0 5px 15px;
        background:#f8f8f8;
    }
    #nav li.cat-item-title {
        margin: 0;
		padding: 5px 0 5px 5px;
		font-weight:bold;
		background:#CCCCCC;
	}

    #nav a,
    #nav ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #666;
        border: none;
    }
    #nav a:hover,
    #nav ul a:hover {
        background: none;
        color: #000;
    }

    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }
    #nav ul li {
        margin: 3px 0 3px 15px;
    }
}

/* スマホ対応 */
@media screen and (max-width: 685px) {

	.mb_off {
		display:none;
	}
	.mb_on {
		display:block;
	}

	.inner_title_h1 {
		font-size:1.6rem !important;
		margin:20px 0 20px 5px !important;
	}

	#main-header {
		background:#222222;
		color:#FFFFFF;
		height:auto;
		padding:0;
		margin:0;
		text-align:right;
	}

	#main-header_inner {
		width:100%;
	}
	.header_link_left {
		text-align:center;
		display:block;
		float:none;
		width:100%;
	}
	.header_link_right {
		text-align:center;
		display:none;
		float:none;
	}
	.header_link_mobile {
		text-align:center;
		display:block;
	}
	.header_link_mobile a{
		color:#FFFFFF;
	}
	.header-image-area .component-inner {
		padding:0 0;
	}

	/** トップページ **/
	.mb_center {
		margin:0 auto;
		width:100%
	}
	.mb_center img {
		width:100%;
	}
	.mb_center .area_3 {
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	.mb_center .area_3_last {
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}

	.area_5 {
		float:none;
		width:100%;
		margin:0 0 10px 0;
		height:auto;
	}
	.area_5_last {
		float:none;
		width:100%;
		margin:0 0 10px 0;
		height:auto;
	}

	#product_area {
		border-top:3px solid #222222;
		padding:30px 0 40px 0;
		margin:0;
	}

	.mb_center #product_area_2, .mb_center #product_area_4 {
		margin:0 0 10px 0;
	}

	#feature_area {
		border-top:3px solid #222222;
		padding:30px 0 40px 0;
		margin:0 30px;
	}
	#feature_area img {
		vertical-align:bottom;
	}

	.feature_area_text {
		font-size:1.2rem;
		line-height:1.4;
		padding:2px 0 0 0;
	}
	.feature_area_waku {
		padding: 6px 0 10px 0;
		width:224px;
		margin:0 auto;
	}
	.feature_area_photo {
		position:relative;
		background: url("images/top/photo_waku.png") no-repeat scroll left top;
		width:224px;
		height:266px;
		margin:0 auto;
	}

	.mb_center #product_area_1 {
		width:304px;
		margin:0 auto;
	}
	.mb_center #product_area_2 {
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_3 {
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_4 {
		float:none;
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_5 {
		float:none;
		width:304px;
		margin:0 auto 10px auto;
	}

	.mb_center #topics_area_1 {
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center #topics_area_2 {
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center #topics_area_3 {
		width:304px;
		margin:0 auto 10px auto;
	}
	.mb_center .howto_area_img {
		width:304px;
		margin:0 auto 10px auto;
	}
	#howto_area .mb_center .area_3_last {
		width:100%;
		margin:0 auto 10px auto;
	}

	.ico_show_all img {
		width:97px;
	}

	/** /トップページ **/

	/** カテゴリトップ **/
	.item-content {
		float:none;
		max-width:100%;
		margin:0 0 0 0;
	}
	#tertiary {
		width:100%;
		display:block;	/* display:none */
	}
	.item_area {
		margin:0 auto;
	}
	.item_box {
		width:100%;
		height:230px;
		float:left;
		margin:0 20px 30px 0;
		text-align:center;
		vertical-align:bottom;
		position: relative;
	}


	.item_box_full {
		width:100%;
		min-height:230px;
		margin:0 20px 20px 0;
		text-align:center;
		vertical-align:bottom;
		position: relative;

	}
	.item_box_full2 {
		width:100%;
		margin:0 20px 20px 0;
		text-align:left;
		vertical-align:bottom;
		position: relative;
	}
	.item_box_right {
		width:100%;
		height:230px;
		float:left;
		margin:0 0 20px 0;
		text-align:center;
		vertical-align:bottom;
		position: relative;
	}

	.item_box img, .item_box_right img, .item_box_full img{
		vertical-align:bottom;
		position:absolute;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);

		/*position: relative;
		bottom: 0;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);*/
	}
	.item_box img:hover, .item_box_right img:hover, .item_box_full img:hover {
		opacity:0.8;
		filter:alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
	.iOSclass .item_box img:hover, .iOSclass .item_box_right img:hover, .iOSclass .item_box_full img:hover {
		opacity:1;
		filter:alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}

	.item_box h5, .item_box_right h5, .item_box_full h5, .item_box_full2 h5{
		border:1px solid #000000;
		padding:8px 0 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:left;
	}
	.line_1 {
		border:1px solid #000000;
		padding:8px 0 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:left;
	}

	#customize .item_box , #customize .item_box_right {
		height:260px;
	}

	#brass .item_title {
		background:#aa9c3f;
		color:#FFFFFF;
		padding:8px 15px 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	#spiral .item_title {
		background:#785d30;
		color:#FFFFFF;
		padding:8px 15px 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	#trnote .item_title {
		background:#785d30;
		color:#FFFFFF;
		padding:8px 15px 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	#kraft .item_title {
		background:#c77d1e;
		color:#FFFFFF;
		padding:8px 15px 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	#customize .item_title {
		background:#336699;
		color:#FFFFFF;
		padding:8px 15px 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_panam {
		background:#005099;
		color:#FFFFFF;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_2016diary {
		background:#0095cc;
		color:#FFFFFF;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_braniff {
		background:#ec7a28;
		color:#FFFFFF;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_diary {
		background:#686767;
		color:#FFFFFF;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_trgreen {
		background:#d1e530;
		color:#000000;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_red {
		background:#bf1617;
		color:#ffffff;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_green {
		background:#147345;
		color:#ffffff;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_yellow {
		background:#f6ac00;
		color:#ffffff;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_brown {
		background:#4b4340;
		color:#ffffff;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.item_title_camel {
		background:#954916;
		color:#ffffff;
		padding:8px 15px 8px 15px !important;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}


	.pdf_box {
		width:100%;
		height:400px;
		float:left;
		margin:0 10px 20px 0;
		text-align:left;
		vertical-align:bottom;
		position: relative;
	}
	.pdf_img {
		width:100%;
	}

	.tfainfo {
		height:295px;
	}

	/** /カテゴリトップ **/

	/** TOPICSINFOMATION **/

	.topicsinfo_label {
		font-size:12px;
		line-height:12px;
		font-weight:bold;
		padding:0px 0 0px 0;
	}
	.topicsinfo_label .f_right {
		height:15px;
	}
	.pagenavi {
		padding:5px 0 5px 0;
	}

	/** /TOPICSINFOMATION **/

	/** CUSTOMIZE PROFESSIONAL USER **/
	.cat-profile-area {
		margin-right:0px;
	}
	.cat-profile {
		width:224px;
		height:350px;
		margin:0 auto;
		float:none;
	}
	.cat-travelers {
		width:224px;
		height:280px;
		margin:0 auto;
		float:none;
	}

	.profile_area {
		border-top:1px solid #cccccc;
	}
	.profile_area_en {
		border-top:0px solid #cccccc;
		padding-top:30px ;
	}
	.profile_area_profile {
		font-weight:bold;
		margin:25px 0;
	}
	.profile_area_name {
		font-weight:bold;
		margin:0 0 0 0;
	}
	.profile_area_name_inner_text {
		padding:0 0 0px 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height:2.0;
	}
	.professional_image_area {
		margin:0 auto;
	}
	.professional_image {
		margin:0 auto;
		float:none;
		width:132px;
	}

	/** /CUSTOMIZE PROFESSIONAL USER **/

	/** トピックス **/
	.topics_japan {
		margin:0 20px 0 0;
	}

	.topics_oversea {
		margin:0 0 0 0;
	}

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

	.area_brown {
		background:#4b4340;
		color:#FFFFFF;
		padding:8px 0 8px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
		margin-top: 10px;
		margin-top: 1rem;
	}


	/** CONTACT **/
	.contact_text {
		padding:30px 0 20px 0;
		font-size: 12px;
		font-size: 1.2rem;
		width:100%;
	}

	.contact_title {
		border-top:1px solid #cccccc;
		padding:20px 0 10px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.contact_body {
		padding:0px 0 20px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.double {
		border-top: 3px double #000000;
		background:#FFFFFF;
		height: 1px;
		margin: 10px 0;
		margin: 1rem 0;
	}

	/** COMPANY **/

	.company_area {
		float:none;
		width:100%;
		margin:0 auto;
	}
	.company_area_last {
		float:none;
		width:100%;
		margin:0 auto;
	}

	/** /COMPANY **/

	/** TOPメッセージ **/
	#msg_area {
		padding:20px 0 100px 0;
		margin:0 30px;
	}

	.msg_area_list {
		padding:0 0 30px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.msg_area_ymd {
		padding:0 0 10px 0;
	}


	.sectionbox_01 h5 {
		width:100%;
		background:#d7d6cb;
		padding:3px 0 3px 10px;

	}

	.article-group {
		width:304px;
	}
	.article-group img {
		width:100%;
	}
	.archive-post {
		width:100%;
		float:none;
		margin:0 0 0px 0;
	}

	/* フッター */
	.footer-copy-left {
		text-align:center;
		float:none;
		width:100%;
	}
	.footer-copy-left a#footer_contact{
		display:block;
		text-align:center;
		float:none;
		width:100%;
		padding-right:0px;
	}
	.footer-copy-left a#footer_dp{
		display:block;
		text-align:center;
		float:none;
		width:100%;
	}
	.footer-copy-right {
		padding-top:10px;
		text-align:center;
		float:none;
		width:100%;
	}


	/* ショップ一覧 */
	table.shopinfo-prefectures th {
	    width: 50px;
	    background:#FFFFFF;
	}
	table.shopinfo-shopdata th {
	    width: 90px;
	}
	table.shopinfo-shopdata th.h2 {
	    width: auto;
	}
	table.shopinfo-shopdata td {
	    width: auto;
	}

	table.shopinfo-prefectures th {
	    width: auto;
	}
	table.shopinfo-shopdata th {
	    width: auto;
	}
	table.shopinfo-shopdata th.h2 {
	    width: auto;
	}
	table.shopinfo-shopdata td {
	    width: auto;
	     word-wrap: break-word;
	     word-break: break-all;
	}

	/* サイドバー */
	/* nav-wrap */
    #tertiary {
        position: relative;
    }

    /* menu icon */
    #menu-icon {
        color: #000;
        width: 90px;
        height: 30px;
        background: #ecebeb url(images/menu-icon.png) no-repeat 10px center;
        padding: 8px 0px 0 8px;
        margin:0 0 0 0px;
        cursor: pointer;
        border: solid 1px #666;
        display: block; /* show menu icon */
    }
    #menu-icon:hover {
        background-color: #f8f8f8;
    }
    #menu-icon.active {
        background-color: #bbb;
    }

    /* main nav */
    #tertiary {
    	padding:0 30px 10px 30px;
    }
    #nav {
        clear: both;
        position: absolute;
        top: 29px;
        left:30px;
        width: 80%;
        z-index: 10000;
        padding: 0px;
        background: #f8f8f8;
        border: solid 1px #999;
        display: none; /* visibility will be toggled with jquery */
    }
    #nav li {
        clear: both;
        float: none;
        margin: 0;
        padding:5px 0 5px 15px;
        background:#f8f8f8;
    }
    #nav li.cat-item-title {
        margin: 0;
		padding: 5px 0 5px 5px;
		font-weight:bold;
		background:#CCCCCC;
	}

    #nav a,
    #nav ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #666;
        border: none;
    }
    #nav a:hover,
    #nav ul a:hover {
        background: none;
        color: #000;
    }

    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }
    #nav ul li {
        margin: 3px 0 3px 15px;
    }

    /* ポップアップリンク */
	.content{
		padding: 20px;
		width:90%;
		text-align:right;
	}
	#close {
		width:100%;
		text-align:right;
		padding:0 0 10px 0;
	}
	#close img {
		width:5%;
	}
	#shop_link_textarea {
		width:100%;
		text-align:center;
		padding:0 0 20px 0;
		line-height:1.6em;
		font-size:13px;
		font-weight:bold;
	}
	#shop_link_japan {
		display:block;
		width:100%;
		line-height:2em;
		font-weight:bold;
		padding:0 0 10px 0;
	}
	#shop_link_usa {
		display:block;
		width:100%;
		font-weight:bold;
	}
	.shop_link_text {
		display:block;
		width:100%;
		vertical-align: middle;
		line-height:1.6em;
		font-size:13px;
		text-align:center;
	}
	.shop_link_img {
		display:block;
		width:100%;
		padding:0 0 0 0;
	}
	/* /ポップアップリンク */

}


/* iPhone6 対応 */
@media screen and (max-width: 425px) {
	.mb_center #tfa_area_1 {
		width:304px;
		margin: 0 auto 10px auto;
	}
	.mb_center #tfa_area_2 {
		width:304px;
		margin: 0 auto 10px auto;
	}
	.mb_center #tfa_area_3 {
		width:304px;
		margin: 0 auto 10px auto;
	}
    /* ポップアップリンク */
	#shop_link_textarea {
		font-size:12px;
	}
	/* /ポップアップリンク */
}



/* iPhone4.5 対応 */
@media screen and (max-width: 363px) {

	/** トップページ **/
	.mb_center #product_area_1 {
		width:100%;
		margin:0 auto;
	}
	.mb_center #product_area_2 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_3 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_4 {
		float:none;
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #product_area_5 {
		float:none;
		width:100%;
		margin:0 auto 10px auto;
	}

	.mb_center #topics_area_1 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #topics_area_2 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #topics_area_3 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center .howto_area_img {
		width:100%;
		margin:0 auto 10px auto;
	}
	#howto_area .mb_center .area_3_last {
		width:100%;
		margin:0 auto 10px auto;
	}

	.mb_center #tfa_area_1 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #tfa_area_2 {
		width:100%;
		margin:0 auto 10px auto;
	}
	.mb_center #tfa_area_3 {
		width:100%;
		margin:0 auto 10px auto;
	}
	/** /トップページ **/

	.article-group {
		width:100%;
		margin:0 auto;
		padding:0 30px;
	}
	.article-group img {
		width:100%;
	}
	.archive-post {
		width:100%;
		float:none;
		margin:0 0 0px 0;
	}
	#trnote .area_3 {
	    float: none;
	    width: 100%;
	    margin: 0 19px 0 0;
	}

	#trnote .area_3_last {
	    float: none;
	    width: 100%;
	    margin: 0 19px 0 0;
	}


}

/* 価格改定 */
#price_change {
 border:2px solid #bbbbbb;
 font-size:1.2rem;
}
#price_change tbody td{
 border:2px solid #bbbbbb;
}
#price_change tbody th {
 border:2px solid #bbbbbb;
 background:#FFFFFF;
 text-align:center;
}
#price_change thead th{
 text-align:center;
 border:2px solid #bbbbbb;
 background:#FFFFFF;
}
@media screen and (max-width: 480px) {
	#price_change {
	 display: block;
	 border:solid 0px;
	}
	#price_change thead{
	 display: none;
	}
	#price_change tbody{
	 display: block;
	}
	#price_change tbody tr{
	 display: block;
	 margin-bottom: 1.5em;
	}
	#price_change tbody th,
	#price_change tbody td{
	 display: list-item;
	 border: none;
	 text-align:left;
	}
	#price_change tbody th{
	 margin-bottom: 5px;
	 list-style-type: none;
	 color: #fff;
	 background: #000;
	 padding: 5px 15px;
	}
	#price_change tbody td{
	 margin-left: 20px;
	 padding: 0;
	}
	#price_change tbody th:nth-of-type(1):before { content: "[商品コード] "; }
	#price_change tbody td:nth-of-type(1):before { content: "[品名] "; }
	#price_change tbody td:nth-of-type(2):before { content: "[希望小売価格(税抜)：現行] "; }
	#price_change tbody td:nth-of-type(3):before { content: "[希望小売価格(税抜)：改定後] "; }
}
/* /価格改定 */

/* CONTACT US*/
#contact_us{margin-top:50px;}
#contact_us > div[class^="area"]:after{clear:both;content:"";display:block;}
#contact_us > div[class^="area"] > h3{
	margin-top:40px;
	margin-bottom:40px;
	padding:0;
	font-size: 20px;
	line-height:24px;
	font-weight: 400;
}
#contact_us .link_blocks .link_block{
	display:table;
	background-color:#eeeeee;
	float:left;
	margin:0 0 25px;
	height:100px;
	width:calc((100% - 50px) / 3);
}
/* マウスオン時ボタンカラー濃く*/
#contact_us .link_blocks .link_block:hover{
	background-color:#dddddd;
}
#contact_us .link_blocks .link_block:nth-of-type(3n-1){
	margin-left:25px;
	margin-right:25px;
}
#contact_us .link_blocks .link_block:nth-of-type(3n+1):before{
	clear:both;
	content:"";
	display:block;
}
#contact_us .link_blocks .link_block a{
	font-weight:400;
	display:table-cell;
	color:#000;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align: middle;
	font-size: 14px;
	line-height:24px;
}
#contact_us .double{margin-top:45px;}

/* よくあるご質問 #faq */
div[id^="faq"] hr{background-color:#cccccc;}
.faq_inner {
	margin:0 auto;
}

div[id^="faq"] .accordion {
	font-size:13px;
	list-style: none;
}
div[id^="faq"] .accordion .faq_content {
	display: none;
}
div[id^="faq"] .accordion div{
	cursor: pointer;

}
div[id^="faq"] ul.accordion {
	list-style: none;
}
div[id^="faq"] ul.accordion li{
	margin:20px 0 25px;
}
div[id^="faq"] .faq_title {
	background: #eeeeee;
	font-weight:bold;
	line-height:20px;
	min-height:40px;
	padding:10px 20px;
	position: relative;
}
div[id^="faq"] .faq_title_text {
	width:95%;
	float:left;
	padding-left:1.5em;
	text-indent:-1.5em;

}
div[id^="faq"] .faq_title_text:before {
	content:"Q. ";
}
div[id^="faq"] .faq_title_btn {
	width:5%;
	float:right;
	text-align:right;
}
div[id^="faq"] .faq_title_btn span:after,
div[id^="faq"] .faq_title_btn span:before{
	border-top:2px solid;;
	content:"";
	display: inline-block;
	position: absolute;
	width:1.2em;
	top: calc(50% - 1px);
	right: 1em;
}
div[id^="faq"] .faq_title_btn span:after{
	transform: rotate(90deg);
	transition-duration: 0.3s;
}
div[id^="faq"] .faq_title_btn span.minus:after{
	transform: rotate(180deg);
}

div[id^="faq"] .accordion .open {
	background: #dddddd;
}

div[id^="faq"] .faq_content {
	padding:0 0 15px 0;
}
div[id^="faq"] .faq_content p {
	margin:20px 25px 0;
}
div[id^="faq"] .faq_arrow {
	float:right;
	padding:10px;
}

.main-content-header .sub-content-title-faq{
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	margin:70px 0 30px;
	text-align: left;
}
/* 問合せフォーム用css*/
.main-content-header .sub-content-title-form{
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	margin:50px 0 40px;
	text-align: left;
}
p.mb_form{margin-bottom:20px;}
.precautions{
	border:1px solid #dddddd;
	margin-top:50px;
	padding:32px;
}
.precautions p{margin:0;}
.precautions p:last-child{margin-top:1em;}


.c_red{color:red;}
.form_area{border-collapse:collapse;display:table;width: 100%;}
.form_row{border-bottom:1px solid #DDDDDD;display:table-row;}
.form_cell {
	display:table-cell;
	/* プレイスホルダー文字大きく(に伴う高さ調整：エラー空でのマージン消したのでpadding調整) */
	/*padding:3rem 0 calc(3rem - 10px) 0;*/
	padding:3rem 0;
	font-size:14px;
}
.form_cell.th{
	width:20em;
	vertical-align: top;
}
.form_cell.td{
	width:calc(100% - 20em);
}
.form_cell > div{display:inline-block;margin-right:1em;}
.form_cell > div.errors{
	display:block;
	margin:10px 0 0;
}
/* プレイスホルダー文字大きく(に伴う高さ調整：エラー空でも上が有効なのでマージン消す) */
.form_cell > div.errors:empty{
	margin-top:0;
}
.form_cell > div:last-of-type{margin-right:0;}
.form_cell > div.w25{
	width:calc(25% - 1em - 2px);
}
.form_cell > div.w50{
	width:calc(50% - 1em - 2px);
}
.form_cell > div.w100{
	width:100%;
}
.form_cell > div.textarea_w100{width:100%;}
.form_cell > div:not([class]){display:block;}
.form_cell > div > p{margin:1rem 0 0;}
.form_cell > div:first-child > *:first-child{margin-top:0;}
.form_cell > div > input,
.form_cell > div > textarea{width:100%;}
/*.form_cell > div > select,*/
/* プレイスホルダー文字大きく(に伴う高さ調整) */
.form_cell > div > input,
.form_cell > div > .mwform-tel-field > input,
.form_cell > div > textarea{padding: 1.2rem;}
.form_cell > label{line-height: 4.6rem;}
.form_cell select, .form_cell textarea, .form_cell input[type="text"], .form_cell input[type="password"], .form_cell input[type="search"], .form_cell input[type="tel"], .form_cell input[type="url"], .form_cell input[type="email"], .form_cell input[type="number"] {
	background-color:#f4f6f7;
	border-color:#e0e0e0;
	border-radius:0;
	/* プレイスホルダー文字大きく */
	line-height:18px;
	font-size: 14px;
}
.form_cell .d_none_confirm{display:block;}
.form_cell .mwform-radio-field.horizontal-item{
	display:block;
	line-height:4.6rem;
	margin:0;
}

.form_font_s {
	font-size:12px;
	line-height:18px;
}
.contact-type_text {
	padding-left:28px;
	margin:0;
}


.form_select {
	overflow: hidden;
	text-align: center;
}
.form_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form_select select::-ms-expand {
    display: none;
}
.form_select.sl01 {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius:0;
	background: #f4f6f7;
}
.form_select.sl01::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form_select.sl01 select {
	padding: 1.2rem;
	color: #666666;
}

.form_cell select.input_error, .form_cell textarea.input_error, .form_cell input.input_error[type="text"], .form_cell input.input_error[type="password"], .form_cell input.input_error[type="search"], .form_cell input.input_error[type="tel"], .form_cell input.input_error[type="url"], .form_cell input.input_error[type="email"], .form_cell input.input_error[type="number"] {
	background-color:#fff7f5;
}

.mw_wp_form .error {
	font-size: 14px;
	line-height:20px;
	color:#FF0000;
}


.button_area{
	margin: 5rem auto 3.7rem;
	text-align: center;
}
.button_area button{
	background-color:#FFF;
	border-radius: 0;
	cursor: pointer;
	height: 6rem;
	width: 380px;
}
.button_area button.send{
	margin-left:20px;
	background-color:#000;
	color:#FFF;
}

/* 確認限定 */
.mw_wp_form_confirm .form_cell{padding: 1.3rem 0;}
.mw_wp_form_confirm .form_cell.td{
	line-height:4.6rem;
}
.mw_wp_form_confirm .form_cell.td.name > div.w25{width:auto;margin-right:0.5em;}
.mw_wp_form_confirm .form_cell.td .errors{margin:0;}
.mw_wp_form_confirm .form_cell .d_none_confirm{display:none;}
.mw_wp_form_confirm .form_cell.td .mt_0_confirm{margin-top:0;}

.mw_wp_form_confirm .form_select {
	overflow: visible;
	text-align: left;
	position: relative;
	border: 0px solid #ffffff;
	border-radius: 0;
	background: #ffffff;
}
.mw_wp_form_confirm .form_select.sl01::before {
	content: none;
}
.mw_wp_form_confirm .form_cell > div.w25 {
	width:100%;
}
.mw_wp_form_confirm .form_cell > div.textarea_w100 {
    line-height: 2.0rem;
	margin-top: 10px;
}


/* 完了画面限定 */
.comp_form h3{
	font-size: 2.2rem;
	margin:50px 0 0 0;
	padding:0;
}
.mw_wp_form_complete{text-align:center;}
.mw_wp_form_complete p{
	margin:3rem 0 0 0;
	font-size: 14px;
	line-height:24px;
}
.mw_wp_form_complete p.c_red{margin-top:4.5rem;}
.mw_wp_form_complete a.to_top_page{
	background-color:#FFF;
	border:1px solid #000;
	border-radius: 0;
	color:#000;
	cursor: pointer;
	display:block;
	line-height: 6rem;
	margin: 6.5rem auto 0;
	height: 6rem;
	width: 380px;
}
article.form_complete .main-content-header .sub-content-title-form,
article.form_complete p.mb_form,
article.form_complete .precautions{display:none;}
/* /問合せフォーム用css*/

@media screen and (max-width: 480px) {
	#contact_us .link_blocks .link_block{
		width:100%;
	}
	#contact_us .link_blocks .link_block:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	#contact_us .link_blocks .link_block:nth-of-type(3n+1):before{
		content:none;
	}

	.form_cell {
		display:block;
		padding:0 0 0 0;
	}
	.form_cell.th{
		width:100%;
	}
	.form_cell.td{
		width:100%;
	}
	.form_cell > div.w25{
		width:100%;
	}
	.form_cell > div.w50{
		width:100%;
	}
	.form_cell .mwform-radio-field.horizontal-item{
		line-height:3rem;
	}
	.form_cell > div > p{
		margin:0.5rem 0 0;
	}
	/* スマホはエラー下に空間作る(領域わけのラインが被るので) */
	.form_cell > div.errors{
		margin-bottom:10px;
	}
	/* スマホのフォーカス時オレンジを消す */
	.form_cell select,
	.form_cell textarea,
	.form_cell input,
	.button_area button{
		/*
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		*/
	}

	.button_area button{
		width: 100%;
	}
	.button_area button.send{
		margin-left:0px;
		margin-top:20px;
	}
	.contact-type_text {
		padding-left:28px;
		margin:0;
	}

	.mw_wp_form_confirm .form_cell > div.textarea_w100 {
	    margin-top: 0px;
	}

	.mw_wp_form_confirm .form_cell.td{
		line-height:2.5rem;
		padding-top:0px;
	}

	.mw_wp_form_complete a.to_top_page{
		width: 100%;
	}

	.form_cell select, .form_cell textarea, .form_cell input[type="text"], .form_cell input[type="password"], .form_cell input[type="search"], .form_cell input[type="tel"], .form_cell input[type="url"], .form_cell input[type="email"], .form_cell input[type="number"] {
		/* プレイスホルダー文字大きく */
		font-size: 16px;
	}


}

/* /CONTACT US*/

