﻿@charset "utf-8";

/* =Repeatable patterns
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
li img {vertical-align:bottom;}


/* =basics
-------------------------------------------------------------- */
html {
    height: 100%;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#666;
  min-width: 960px;
}

a.op img{
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		   -o-transition: all 0.2s ease;
			    transition: all 0.2s ease;
}
a.op:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a.op00:hover img{
	opacity: 0;
	filter: alpha(opacity=0);
}

a		{color:#796a56;text-decoration:none;}
a:link {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		   -o-transition: all 0.2s ease;
			    transition: all 0.2s ease;
}
a:hover{text-decoration: underline;}

em { font-style: normal;	font-weight: bold; color:#ff4b01; }
strong { font-style: normal; font-weight: bold;}
i {font-style:normal;}

.pc {display:block !important;}
.mb {display:none !important;}

@media screen and (max-width: 640px) {
  body {
    max-width: 640px;
    min-width: 100%;
  }
	.pc {display:none !important;}
	.mb {display:block !important;}
}

/* --------------------------------------------
   【structure】
-------------------------------------------- */
#top {
	background-image: url(../../images/header_bg02.png),url(../../images/header_bg01.png);
	background-repeat: no-repeat,repeat-x;
	background-position:center top 3px,center top;
	background-size: 1920px auto,80px auto;
}
#header {
	width:960px;
	height:188px;
	margin:0 auto;
	position:relative;
}
#wrapper {
	background:url(../../images/bg00.jpg) no-repeat center top #edfbfc;
	-webkit-background-size: 1760px 600px;
	background-size: 1760px 600px;
}
body.home #wrapper {
	background:none;
}
#footer {
	background-image: url(../../images/footer_bg03.png),url(../../images/footer_bg01.png);
	background-repeat: no-repeat,repeat-x;
	background-position: center top 6px,center bottom;
	background-size: 1920px auto,33px auto;
}

@media screen and (max-width: 640px) {
	#header {
		width:100%;
		height:123px;
		border-bottom:3px solid #fff;
	}
	body.page-id-1381 #wrapper {
		background:url(../../images/bg00.jpg) no-repeat center top #edfbfc;
	}
	#footer {
		background:url(../../images/footer_bg03.png) no-repeat center,url(../../images/footer_bg01.png) repeat-x center -7px;
		background-size:1920px auto,33px auto;
	}
}

/* --------------------------------------------
   【header】
-------------------------------------------- */
#hdrLogo {
	position:absolute;
	left:0;
	top:3px;
}
#header h1 {
	position:absolute;
	left:326px;
	top:36px;
	font-size:12px;
	color:#b2a16e;
	line-height:1.1;
}
#hdrInfo {
	position:absolute;
	left:326px;
	top:69px;
}
#hdrInfo li {
	display:inline-block;
}
#hdrRes_kokura {
	position:absolute;
	right:200px;
	top:8px;
}

#hdrRes_simonoseki {
	position:absolute;
	right:0;
	top:8px;
}
#hdrRes_contact {
	position:absolute;
	right:45px;
	top:88px;
}
/*
#mainVisual {
	background:url(../../images/main_bg.jpg) no-repeat center top #edfbfc;
	height:600px;
}*/
#mainVisual .inner {
	background-image:url(../../images/main.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:50%;
	width:960px;
	margin:0 auto;
	position:relative;
}
#mainVisual .inner img {
	position:absolute;
	left:9px;
	top:178px;
}
@media screen and (max-width: 640px) {
#hdrLogo {
	position: static;
	text-align:center;
}

	#header h1,
	#hdrRes_kokura,
	#hdrRes_simonoseki,
	#hdrRes_contact,
	#hdrInfo {
		display:none;
	}
	#mainVisual {
		background:url(../../images/main_bg.jpg) no-repeat center #edfbfc;
		background-size:cover;
		height:200px;
		border-top: 3px solid #e4f1f2;
	}
	#mainVisual .inner {
		border-top:2px solid #a7b3b4;
		width:100%
	}
	#mainVisual .inner img {
		max-width:100%;
		height:auto;
		left:0;
		top:50px;
	}

}

/* --------------------------------------------
   【navi】
-------------------------------------------- */
nav{
	position:absolute;
	top:123px;
	font-size:0;
}
nav > ul > li {
	display: inline-block;
	vertical-align: top;
	font-size:16px;
}
nav > ul > li:nth-child(even){
	border-right:#fff 1px solid;
}
nav > ul > li:nth-child(1){
	padding-right:20px;
}

/* Toggle(Button) */
#navToggle, #navToggle:before,#navToggle:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navToggle {
  width: 40px;
  height: 40px;
  background: #c8bc98;
  display: none;
  padding: 6px 3px;
  border: #fff 2px solid;
  border-radius:5px;
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  z-index: 99;
}
#navToggle div {
  width: 100%;
  height: 100%;
  position: relative
}
#navToggle span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#navToggle span:nth-child(3) {
  bottom: 0;
}

@media screen and (max-width: 640px) {
nav > ul > li{
	width:50%;
	float:left;
	border-bottom:#fff 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
nav > ul > li:nth-child(12) > a::before,
nav > ul > li:nth-child(13) > a::before{
  content: '';
  display: inline-block !important;
  width: 25px;
  height: 25px;
  background-image: url(../../images/mb_Bicon.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;


}
nav > ul > li > a{
	background-color:rgba(51,51,51,0.8);
	display:block;
	width:100%;
	padding:10px 0;
	color:#fff;
}
nav > ul > li > a:hover{
	background-color: rgba(102,102,102,0.8);
}

nav > ul > li:nth-child(1){
	width:100%;
	padding-right:0;
}

	
nav {
  width: 100%;
  position: absolute;
  top: -420px; /* 通常時はビュー外 */
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 999;
}

/* Toggle(Button) */
#navToggle {
  display: block;
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openNav #navToggle span:nth-child(2) {
  opacity: 0;
}
.openNav #navToggle span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*header menu*/
.openNav nav {
  -webkit-transform: translateY(545px);
  transform: translateY(545px);
}
}

/* --------------------------------------------
   【footer】
-------------------------------------------- */
#footer > .inner {
	background:url(../../images/footer_bg02.png) no-repeat 0 6px;
	-webkit-background-size: 960px auto;
	background-size: 960px auto;
	width:960px;
	height:128px;
	padding-top:60px;
	margin:0 auto;
	position:relative;
}
#footer > .inner > ul {
	width:600px;
	font-size:11px;
	line-height:1.6;
}
#footer > .inner > ul > li {
	display:inline-block;
	padding:0 4px;
	color:#b2a16e;
}
#footer > .inner > ul > li a{
	color:#b2a16e;
}
#footer > .inner > #ftrInfo {
	width:470px;
	float:right;
	font-size:10px;
}

#footer > .inner > #ftrInfo > .disc{
	color:#b2a16e;
	}

#footer > .inner > #ftrInfo > .logo {
	width:130px;
	float:left;
}
#footer > .inner > #ftrInfo > .add {
	float:right;
	color:#b2a16e;
}

#footer > .inner > #ftrInfo > .add > .kokura {
	float:left;
	margin-right:5px;
	font-size:8px;
}

#footer > .inner > #ftrInfo > .add > .simonoseki {
	float:right;
	font-size:8px;
}

#footer > .inner > #ftrCopyright {
	width:960px;
	text-align:right;
	font-size:11px;
	position:absolute;
	left:0;
	top:145px;
}
#footer > .inner > #ftrAdv {
	width:960px;
	text-align:right;
	position:absolute;
	left:0;
	top:170px;
}
#footer > .inner > #ftrAdv > a {
	font-size:11px;
	color:#e0d5bb;
}

@media screen and (max-width: 640px) {
	#footer > .inner {
		width:100%;
		height:auto;
		padding:20px 0 0;
		background:none;
	}
	#footer > .inner > ul {
		display:none;
	}
	#footer > .inner > #ftrInfo > .logo {
		width:200px;
		height:75px;
		text-align:center;
		background:url(../../images/footer_bg02.png) no-repeat right bottom;
		background-size:auto 33px;
	}
	#footer > .inner > #ftrInfo {
		width:100%;
		float:none;
		font-size:10px;
		margin:0 auto;
	}
	#footer > .inner > #ftrCopyright {
		width:100%;
		text-align:center;
		position:inherit;
		left:0;
		top:0;
		background-color:#e0d5bb;
		padding:6px 0 5px;
		box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2) inset;
	}
	#footer > .inner > #ftrAdv {
		display:none;
	}
	#footer > .inner > #ftrInfo > .add {
		margin-top:10px;
		margin-right:10px;
	}

}
@media screen and (max-width: 479px) {
	#footer > .inner > #ftrInfo > .logo > img {
		max-width:100%;
		height:auto;
	}
	#footer > .inner > #ftrInfo > .add{
		width:164px;
		margin-top:0px;
	}
	#footer > .inner > #ftrInfo > .add > ul{ display:block;margin-bottom:5px;}

}
@media screen and (max-width: 320px) {
	#footer > .inner > #ftrInfo > .logo {
		width:140px;
	}
}
/* --------------------------------------------
   【float banner】
-------------------------------------------- */
#fBnr{
	bottom: 20px;
	right: 20px;
	display: none;
	position: fixed;
	z-index: 9999;
}
@media screen and (max-width: 640px) {
#fBnr{
	width:90%;
	top:0;
	bottom:auto;
	right:0;
	left:0;
	margin:0 auto;
}
#fBnr li.mb{
	width: 50%;
	display:inline-block !important;
	vertical-align:top;
}
#fBnr img{
	width:100%;
	height:auto;
}
}

/* --------------------------------------------
   【top】
-------------------------------------------- */
body.home .section {
	padding:40px 0;
}
body.home .section:nth-child(odd) {
	background-color:#edfbfc;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2) inset, 0 -10px 10px -10px rgba(0,0,0,0.2) inset;
}

body.home .section > .inner {
	width:960px;
	margin:0 auto;
	background:none;
	padding:0;
}

#topAbout {
	background:url(../../images/bg01.png) repeat-x center top;
}
#topAbout > .bottom {
	background:url(../../images/bg02.png) repeat-x center bottom;
	clear:both;
	height:24px;
}
#topAbout > .inner {
	width:960px;
	margin:0 auto;
	padding:47px 0;
}
#topAbout > .inner > h2 {
	width:373px;
	float:left;
	margin-right:100px;
}
#topAbout > .inner > h3 {
	padding-top:14px;
	margin-bottom:10px;
}
#topAbout > .inner > p {
	margin-bottom:24px;
}
#topInsta {
	background-color:#fff;
	position:relative;

}
#topInsta > .more {
	position:absolute;
	left:764px;
	top:15px;
	width:176px;
	height:32px;
}
#topGallery {
	background-color:#fff;
	position:relative;
}
#topGallery.inner {
	min-height:200px;
}
#topGallery > .more {
	position:absolute;
	left:764px;
	top:15px;
	width:176px;
	height:32px;
}
#topGallery > ul {
	padding-left:20px;
	padding-bottom:10px;
	letter-spacing:-.4em;
}
#topGallery > ul li {
	width:166px;
	display:inline-block;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#fff;
	font-size:11px;
	color:#796a56;
	letter-spacing:normal;
}
#topGallery > ul li:last-child {
	display:none;
}
#topGallery > ul li img {
	margin-bottom:5px;
}
#topGalleryBottom {
	width:960px;
	margin:0 auto;
	position:relative;
}
#topGalleryBottom > img {
	position:absolute;
}

#topMenu {
}
#topMenu li {
	float:left;
	width:300px;
	height:480px;
	margin:0 10px;
	position:relative;
}
#topMenu li > p {
	padding:20px 10px 10px;
}
#topMenu li > .topMenuMore01,
#topMenu li > .topMenuMore02 {
	width:280px;
	height:32px;
	position:absolute;
	left:10px;
	bottom:0;
}
#topMenu li > .topMenuMore02 {
	bottom:0;
}
#topMenu li > div > a {
	background:url(../../images/top_menu91.png) no-repeat left top;
	text-align:center;
	width:280px;
	height:32px;
	line-height:32px;
	display:block;
	color:#222;
}
#topMenu li > div > a::before,
#topMenu li > div > a::after{
	display:inline;
	content:url(../../images/topMenu_icon.png);
	position:relative;
	top:2px;
}
#topMenu li > div > a.green {
	background:url(../../images/top_menu92.gif) no-repeat left top;
}
#topMenu li > div > a:hover {
	text-decoration:none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#topBnr01 {
	margin-bottom:40px;
}
#topBnr01 li:first-child {
	float:left;
}
#topBnr01 li:last-child {
	width:310px;
	float:right;
}
#topBnr01 li:last-child > ul > li {
	float:left;
}
#topBnr01 li:last-child > ul > li:last-child {
	width:auto;
}
.refa-sixpad {
    padding: 40px 0;
    min-height: auto!important;
}
.refa-sixpad ul {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
}
.refa-sixpad ul li {
    display: inline-block;
}
.refa-sixpad ul li:first-child {
    margin-right: 20px;
}
#topNews {
	background:#edfbfc url(../../images/top_news02.png) no-repeat 375px 50px;
	width:610px;
	padding:10px;
	float:left;
	position:relative;
}
#topNews > .nav > li {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
#topNews > .nav > li.cur {
	cursor:default;
}
#topNews > .nav > li:first-child {
	right:135px;
}

#topNews > dl {
	height:260px;
}
#topNews > dl > dt {
	float:left;
	padding:16px 20px;
}
#topNews > dl > dt.more {
	float:right;
	width:auto;
	padding:10px 0 0;
}
#topNews > dl > dd {
	border-bottom:solid 1px #eae4d6;
	padding:16px 20px 56px 120px;
}
#topNews > dl > dd > span.new-entry {
	background: #b31f23;
	color:#fff;
	font-size: 0.95em;
	float: left;
	margin-right: 0.5em;
	padding: 0 0.25em;
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
#topNews > dl > dd > span.date {
	color:#796a56;
	display:block;
}
#topNews > dl > dd > a {
	color:#222;
}
#topNews > dl.topNewsBlog {
	display:none;
}

#topBlog {
	background:url(../../images/top_news02.gif) no-repeat right 40px;
	width:470px;
	float:right;
	position:relative;
}
#topBlog > dl {
	height:215px;
}
#topBlog > dl.blogMore {
	height:initial;
}
#topBlog > dl > dt {
	float:left;
	width:90px;
	padding:16px 20px;
	border-bottom:solid 1px #eae4d6;
}
#topBlog > dl > dt.more {
	float:right;
	width:auto;
	padding:10px 0 0;
	border-bottom:none;
}
#topBlog > dl > dd {
	border-bottom:solid 1px #eae4d6;
	padding: 16px 20px 16px 0;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

#topBnr02 {
	float:right;
}
#topBnr02 li {
	margin-bottom:10px;
}
#topBnr03 h3 {
	color: #c8bc98;
	font-size: 18px;
	text-align:center;
	background: #fff url(../../images/h3_top.png) no-repeat bottom center;
	min-height: 34px;
	padding: 10px 0 10px 20px;
	margin: 0 0 10px 0;
	clear: both;
}
#topQA {
	background:url(../../images/topQA_01.png),
									 url(../../images/topQA_02.png),
									 url(../../images/topQA_03.png),
									 url(../../images/topQA_04.png);
	background-repeat: no-repeat;
	background-position: left top, 
											 right top, 
											 right bottom, 
											 left bottom;
	background-size:80px auto;
	padding:20px;
}
#topQA > .topQA_tit{
	float:left;
	width:300px;
	height:116px;
	padding-top:72px;
	background:url(../../images/top_faq02.png) right top no-repeat;
	background-size:34px auto;
	text-align:center;
}
#topQA > .topQA_qa > .topQA_left{
	float:left;
	margin-left:40px;
	padding-top:10px;
}
#topQA > .topQA_qa > .topQA_right{
	float:right;
	margin-right:50px;
	padding-top:10px;
}
#topQA > .topQA_qa > .topQA_left > dl > dt,#topQA > .topQA_qa > .topQA_right > dl > dt{
	font-size:16px;
	color:#c8bc98;
	margin-bottom:5px;
}
#topQA > .topQA_qa > .topQA_left > dl > dd,#topQA > .topQA_qa > .topQA_right > dl > dd{
	margin-bottom:5px;
}
#topQA > .topQA_qa > .topQA_left > dl > dd:last-child{
	margin-bottom:20px;
}
#sns{
		background-color:#edfbfc;
		box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2) inset, 0 -10px 10px -10px rgba(0,0,0,0.2) inset;
		margin-top:20px;
	}
#sns.section > .inner{
	min-height:auto;
}
#sns ul{
	text-align:center;
	letter-spacing:-.4em;
}
#sns ul li{
	display:inline-block;
	margin-right:20px;
	letter-spacing:normal;
}
#sns ul li:nth-child{
	margin-right:0;
}

#topyoutube{
	margin:10px 0 30px;
	text-align:center;
}
@media screen and (max-width: 640px) {
	body.home .section {
		padding:20px 0;
	}
	body.home .section > .inner {
		width:100%;
		overflow:hidden;
	}
	body.home .section > .inner img {
		max-width:100%;
		height:auto;
	}
	body.home .section > .inner > #topNews h2 img,
	body.home .section > .inner > #topBlog h2 img {
		max-width:inherit;
	}
	body.home .section > .inner > #topNews h2 {
		overflow: hidden;
	}
	#topAbout > .inner {
		width:96%;
		height:auto;
		overflow:hidden;
		padding:40px 0 20px 0;
	}
	#topAbout > .inner img {
		max-width:100%;
		height:auto;
	}
	#topAbout > .inner > h2 {
		width:100%;
		float:none;
		margin-right:0;
	}
	#topAbout > .inner > h2 img {
		width:80%;
	}
	#topBnr01 li,
	#topBnr01 li:first-child,
	#topBnr01 li:last-child {
		float:none;
		text-align:center;
		margin-bottom:5px;
	}
	#topBnr01 li:last-child {
		display:block;
		margin:0 auto;
	}
	#topBnr01 li:last-child > ul > li {
		margin-bottom:0;
	}
	#topNews {
		background:#edfbfc;
		float:none;
		margin-bottom:20px;
		height:auto;
	}
	#topNews > dl {
		height:auto;
	}
	#topBnr02 {
		width: 100%;
		text-align: center;
	}
	#topBnr02 li {
		display:block;
		margin:0 auto 10px;
	}
	#topInsta {
		padding-bottom:30px;
	}
	#topInsta h2{
		text-align:center;
		padding-bottom:20px;
	}
	#topInsta > .more {
	    left: 0px;
		top:auto;
	    bottom: 0px;
	    width: 100%;
	    height: 32px;
	    background: none;
		text-align:center;
	}
	#topGallery {
		padding-bottom:30px;
	}
	#topGallery > .more {
	    left: 0px;
		top:auto;
	    bottom: 10px;
	    width: 100%;
	    height: 32px;
	    background: none;
		text-align:center;
	}
	#topGallery > ul {
		padding:0 2% 4%;
	}
	#topGallery > ul li {
		width: 44%;
		padding: 2%;
		margin:0 2% 2% 0;
	}
	#topGallery > ul li:last-child {
		display:inline-block;
	}
	#topGalleryBottom {
		display:none;
	}
	#topMenu li {
		float:none;
		margin:0 auto;
	}
	/*
	#topQA {
		padding:30px;
	}
	*/
	#topQA > .topQA_tit{
		float:none;
		width:100%;
		height:auto;
		padding:35px 0;
		background-position: right bottom;
	}
	#topQA > .topQA_qa > .topQA_left{
		float:none;
		margin-left:20px;
		padding-top:0;
	}
	#topQA > .topQA_qa > .topQA_right{
		float:none;
		margin-right:0;
		padding-top:0;
		margin-left:20px;
	}
	#topQA > .topQA_qa > .topQA_left > dl > dd,#topQA > .topQA_qa > .topQA_right > dl > dd{
		margin-bottom:5px;
		font-size:14px;
	}
	#topQA > .topQA_qa > .topQA_left > dl > dd:last-child{
		margin-bottom:10px;
	}
	#sns{
		background-color:#edfbfc;
		box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2) inset, 0 -10px 10px -10px rgba(0,0,0,0.2) inset;
		margin-bottom:20px;
	}
	#sns ul li{
		display:block;
		margin-right:0;

	}
	#sns ul li:nth-child{
		margin-bottom:0;
	}
	.refa-sixpad ul{
	    margin: 0 10px 20px;
	}
	.refa-sixpad ul li:first-child{
	    margin: 0 0 10px 0;
	}
	.refa-sixpad ul li img{
	    width: 100%;
	    height: auto;
	}
	#topyoutube img{
		width:305px;
		height:auto;
	}

}
@media screen and (max-width: 630px) {
	#topNews, #topBlog {
		width:auto;
	}
}
@media screen and (min-width: 321px) {
.mbh2img{display:none;}
}

@media screen and (max-width: 320px) {
.pch2img{ display:none;}
}


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
.center {text-align: center !important;}
.right {text-align: right !important;}
.left {text-align: left !important;}
.top {vertical-align: top !important;}
.bottom {vertical-align: bottom !important;}

.bold{ font-weight:bold; }
.normal {font-weight:normal;}
.underline {text-decoration:underline;}
.italic {font-style:italic;}

.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}

.lh10 {line-height:1;}
.lh12 {line-height:1.2;}
.lh20 {line-height:2;}

.fcGray {}
.fcRed {color:#b42023;}
.fcBlue {color:#06F;}
.fcPink {color:#f19ca7;}
.fcNavy {}
.fcWine {}
.fcGreen {}
.fcOrange {color:#FF9B00;}

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr06 {margin-right: 6px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 05px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}
.pr00 {padding-right: 00px !important;}
.pr05 {padding-right: 05px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}

/* ---------------------------------------------------------
   【フロート】	#は削除
--------------------------------------------------------- */
.fltL { float:left; }
.fltR { float:right; }
.fl { float:left; }
.fr { float:right; }
.clrL { clear:left;}
.clrR { clear:right;}
.both 	{ clear:both; }
.both05 { clear:both;height:05px;line-height:1;font-size:1px; }
.both10 { clear:both;height:10px;line-height:1;font-size:1px; }
.both15 { clear:both;height:15px;line-height:1;font-size:1px; }
.both20 { clear:both;height:20px;line-height:1;font-size:1px; }
.both30 { clear:both;height:30px;line-height:1;font-size:1px; }
.both40 { clear:both;height:40px;line-height:1;font-size:1px; }
.both50 { clear:both;height:50px;line-height:1;font-size:1px; }

.clearfix:after {
	display: block;
	clear: both;
	height: 0.1px;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* for macIE \*/
* html .clear {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */

.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}

#mfp_buttons li {
	margin:0;
	padding:0;
}

body#tinymce{
	margin:10px;
	background:none;
	background-image:none;
	background-color:#FFF;
}

#tinymce .alignleft,
#tinymce img.alignleft,
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
}
#tinymce .alignright,
#tinymce img.alignright,
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
}
#tinymce .aligncenter,
#tinymce img.aligncenter,
.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#tinymce img.alignleft,
#tinymce img.alignright,
#tinymce img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 12px;
}
#tinymce ul li,
.entry-content ul li {
	list-style:disc;
	margin-left:20px;
	line-height:1.3;
	margin-bottom:8px;
}
#tinymce ol li,
.entry-content ol li {
	list-style:decimal;
	margin-left:20px;
	line-height:1.3;
	margin-bottom:8px;
}

/*背景薄緑リスト*/
.back-green-list dt{
	background:#F4FAED;
	padding:5px 8px 0;
	font-weight:bold;
	border-bottom:1px dotted #666;
}
.back-green-list dd{
	background:#F4FAED;
	padding:5px 8px 8px;
	margin-bottom:13px;
}


/* 各種テーブル用
table00：　枠なし（ビジュアルエディタではドット枠あり）
table01：　枠あり（会社概要仕様）
table01Color：　背景色
.table00,
.table01,
.tableCP{
	margin:0 auto 10px;	
}
.table00 th,
.table00 td,
.tableCP th,
.tableCP td{
	padding:2px;
}
#tinymce .table00 th,
#tinymce .table00 td,
#tinymce .tableCP th,
#tinymce .tableCP td{
	border:dotted 1px #CEC960;
	padding:1px;
}
.table00 img
.tableCP img{
	text-align:center;
	vertical-align:middle;
}
.table01 th,
.table01 td{
	padding:5px 10px;
}
.table01 th{
	text-align:center;
}
.table01Color{
	background-color:#E9E6B8;
}
.table02 th,
.table02 td {
	padding:5px 10px;
}
.table02 th {
	background-color:#E9E6B8;
	color:#FFF;
	text-align:center;
}
*/
