@charset "UTF-8";
/*
Theme Name: paleo
Text Domain: paleo
*/
/* --------------------------
Reset
-------------------------- */
*{ letter-spacing: 0; }
html{ overflow-y: scroll; }
body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}
fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q{ quotes: none; }
q:before,q:after{
	content: '';
	content: none;
}
a{ text-decoration: none; }
a:hover,
a:active{ outline: 0; }
img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
b,strong{ font-weight: bold; }
div{ word-wrap: break-word; }
sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }
pre,code{
	font-size: 1em;
	font-family: sans-serif;
}
pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
form{ margin: 0; }
button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}
button,input{ line-height: normal; }
textarea{
	overflow: auto;
	vertical-align: top;
}
input[type="text"],textarea{ padding: 2px; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; }
button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}
/* --------------------------
Basic
-------------------------- */
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}
table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
/*Link*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #00b2d5; }a:hover,
a:active{ color: #9c3; }

img.alignleft{
	float: left;
	padding-right: 30px;
}
/*----------------------
Alignments
----------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float: right;
	padding-left: 30px;
}
img.aligncenter {
	display: block;
	margin: auto;
}
.fade img:hover {
  opacity: 0.8;
  filter: alpha(opacity=60);
}
.fade img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* --------------------------
Layout
-------------------------- */
* {
  box-sizing: border-box;
}
html,body{ width: 100%; }
#wrap {
  background-image: url(img/common/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
body{ color: #333; }
#header {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
  color: #fff;
  background: #000;
}
#globalNavi {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#globalNavi-sp {
  display: none;
}
#container {
  margin: 0 auto;
  padding: 0 20px;
  width: 1100px;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content-onecolumn {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size:14px;
}
#content-twocolumn {
  margin: 0;
  padding: 0 0 30px 0;
  width: 780px;
  font-size: 1.4em;
  font-size:14px;
}
#sidebar {
  margin: 0;
  padding: 0;
  width: 250px;
  overflow: hidden;
  font-size: 1.2em;
}
#footer {
  margin: 0 auto;
  padding: 30px;
  width: 1100px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  font-size: 13px;
}
/* --------------------------
#header 
-------------------------- */
.header-logo {
  margin: 0;
  padding: 20px;
}
.header-logo a { text-decoration: none; }
.header-logo a:link,
.header-logo a:visited { color: #060; }
.header-logo a:hover,
.header-logo a:active { color: #9c3; }
#header h1 {
  margin: 50px 20px 0 0;
  font-size: 90%;
  text-align: right;
  margin-top: 50px;
}
/* --------------------------
#globalNavi  
-------------------------- */
.global-navi {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  width: 100%;
  height: auto;
  position: relative;
  list-style: none;
}
ul.global-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
ul.global-menu > li {
  width: 220px;
  height: 70px;
  line-height: 50px;
  position: relative;
}
.global-navi > li a {
  display: none;
  color: #fff;
}
.global-navi > li a:hover {
  color: #999;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li:nth-child(1) a {
  width: 220px;
  height: 70px;
  line-height: 50px;
  color: transparent;
  background-image: url(img/common/gnavi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li:nth-child(2) a {
  width: 220px;
  height: 70px;
  line-height: 50px;
  color: transparent;
  background-image: url(img/common/gnavi02.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li:nth-child(3) a {
  width: 220px;
  height: 70px;
  line-height: 50px;
  color: transparent;
  background-image: url(img/common/gnavi06.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li:nth-child(4) a {
  width: 220px;
  height: 70px;
  line-height: 50px;
  color: transparent;
  background-image: url(img/common/gnavi11.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li:nth-child(5) a {
  width: 220px;
  height: 70px;
  line-height: 50px;
  color: transparent;
  background-image: url(img/common/gnavi12.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: solid 1px rgb(29, 33, 19);
}
ul.global-menu > li a:hover {
  opacity: 70%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul.global-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  list-style: none;
  font-size: 13px;
}
ul.global-menu li:hover ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 600px;
  top: 100%;
  visibility: visible;
  opacity: 1;
  background: rgba(255,255,255,0.7);
}
body.wp-singular ul.global-menu li:hover ul.sub-menu,
body.archive ul.global-menu li:hover ul.sub-menu {

  background: #d2e0a3;
}
ul.global-menu li:hover ul.sub-menu li {
  float: left;
  background: url(img/common/arr.png) left center no-repeat;
  padding: 15px 15px 15px 20px;
  margin-left: 15px;
  font-size: 13px;
  width: auto;
  height: auto;
}
ul.global-menu li:hover ul.sub-menu li a{
  width: auto;
  height: auto;
  color: #000;
  font-weight: bold;
  background-image: none;
  border-right:none;
}
ul.global-menu li:hover ul.sub-menu li a:hover {
  width: auto;
  height: auto;
  color: #598826;
  background-image: none;
}
ul.global-menu > li:hover {
  background: #072A24;
  -webkit-transition: all .5s;
  transition: all .5s;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 60px;
    width: 600px;
    background: #d2e0a3;
}
/* --- globalNavi-sp --- */
.globalNavi-sp {
  background: #fff;
}
.globalNavi-sp dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#globalNavi-sp dt,
#globalNavi-sp dd{ 
	margin: 0;
	padding: 0;
}
/* --- container --- */
#container {
  margin: 0 auto;
  padding: 1.5em 20px 0 20px;
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}
#container h3 a:link,
#container h3 a:visited {
  color: #333;
}
#container h3 a:hover,
#container h3 a:active {
  color: #9c3;
}
/* --- #content --- */
#main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/* --------------------------
Top Page
-------------------------- */
#Topmain-image {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
}
/* --- TopBanner --- */
#TopBanner {
  margin: 0 auto;
  padding: 1.5em 20px 10px 20px;
  width: 1100px;
  background-color: #fff;
  overflow: hidden;
}
#TopBanner ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TopBanner ul li {
  max-width: 198px;
  width: 19%;
}
#TopBanner ul li img {
  max-width: 198px;
  width: 100%;
  height: auto;
}
/* --- mobTopBanner --- */
#mobTopBanner {
  margin: 0;
  padding: 0;
  width: 780px;
}
#mobTopBanner ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}	
#mobTopBanner li {
  width: 24%;
}
#mobTopBanner li img {
  max-width: 100%;
  width: 100%;
}	
#mobTopBanner li.last {
    margin: 0;
}	
#mobTopBanner li.none {
    display: none;
}
/* --- TOPtopics --- */
h2.Topsectiontitle {
  clear: both;
  font-family: 'Fjalla One', sans-serif;
  font-size: 160%;
  background: none;
  color: #4e6f00;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
}
.entryBox {
  margin: 0 auto 20px auto;
  padding: 15px;
  border: 5px solid #ccc;
  overflow: hidden;
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}	
.entryBox-thumb {
  margin: 0;
  padding: 0;
  width: 110px;
}	
.entryBox-thumb img {
  width: 100%;
  height: auto;
}
.entryBox h3 {
  font-size: 110%;
  margin-bottom: 10px;
  font-weight: bold;
}	
.entryBox h3 span.date {
  color: #a70909;
  font-family: 'Fjalla One', sans-serif;
}
.entryBox-content {
  margin: 0 0 10px 0;
  line-height: 1.7;
  max-width: 600px;
  width: calc(100% - 120px);
}	
.entryBox-post {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  font-size: 90%;
  line-height: 1.7;
  overflow: hidden;
}	
.entryBox-cat {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.post-categories li {
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  margin-right: 10px;
}
ul.post-categories li a {
  display: block;
  color: #88BA80;
  font-size: 80%;
  line-height: 1;
  text-decoration: underline;
}
/* --- TOParchive --- */
ul.resp-tabs-list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resp-tabs-list li {
  margin: 0;
  padding: 20px 10px;
  width: 25%;
  height: 75px;
  text-align: center;
  font-weight: 600;
  font-size: 120%;
  list-style: none;
  border: 1px solid #ccc;
  background-color: rgb(245, 245, 245);
  cursor: pointer;
  overflow: hidden;
}
.resp-tabs-list li.resp-tab-active {
  background-color: #fff;
  border-bottom: none;
}
.resp-tabs-container {
  padding: 10px;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background-color: #fff;
}
/* --- Accordion styles --- */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
/* --------------------------
Post & Page content
-------------------------- */
body.single #container,
body.page #container,
body.archive #container {
  padding-top: 30px;
}
#breadcrumbs {
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 100%;
  font-size: 80%;
}
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 80%;
}
#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}
#breadcrumbs li a{
	padding-right: 15px;
	background: url(img/icon/icon-brc.gif) center right no-repeat;
}
h2.page-title,
h2.post-title {
  font-size: 160%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.contents {
  padding: 0 10px;
}
.post {
  line-height: 1.8;
}
.post h2 {
  font-size: 160%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.post h3 {
  font-size: 130%;
  padding: 10px;
  background: #efefef;
  margin-bottom: 20px;
}
.post .entryBox h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  background: none;
}
.post h4 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border: 1px solid #8e8e8e;
  font-weight: bold;
}
.post p {
  margin-bottom: 1.5em;
}
.post ul {
  list-style: none;
}
.post .post-tag {
	padding: 1em;
	background-color: #f3f3f3;
}
.post .post-tag p {
	margin-bottom: 0;
}
/*pagenation*/
.pagenation-box {
  margin: 20px auto;
  text-align: center;
}
div.pagination {
	clear:both;
  margin: 0 auto;
	padding:20px 0;
	font-size:11px;
	line-height:13px;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
  display: inline-block;
}
div.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#88BA80;
	background: #fff;
	border:solid 1px #88BA80;
}
div.pagination a:hover{
	color:#fff ;
	background: #88BA80;
	border:solid 1px #88BA80;
}
div.pagination .current{
	padding:6px 9px 5px 9px;
	background: #88BA80;
	color:#fff;
	border:solid 1px #88BA80;
}
/* --------------------------
sidebar
-------------------------- */
#sidebar h2 {
  font-size: 100%;
}
#sidebar h2.title-sp{
  clear: both;
  font-family: 'Fjalla One', sans-serif;
  font-size: 160%;
  background: none;
  color: #4e6f00;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  display: none;
}
#sidebar h3 {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
#sidebar h3 span.sp {
  font-family: 'Fjalla One', sans-serif;
  color: #4d770d;
  margin-right: 10px;
}
#sidebar .contents {
  margin-bottom: 1.5em;
  padding: 10px;
}
.frontend_user_admin {
  background: #ededed;
  border-radius: 5px;
}
.forgetmenot {
	margin-bottom: 10px;
}
.sub-column dl.search-box dt {
  display: block;
  float: left;
  width: 63%;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}
.sub-column dl.search-box dd {
  float: left;
  margin: 0;
  padding: 0;
}
.sub-column dl.search-box dt input {
    width: 95%;
    height: 2em;
    padding: 2px;
    border: 1px solid #aaa;
    color: #aaa;
    line-height: 1.4em;
}
p.submit input {
  width: 100%;
  background: #444;
  color: #fff;
  padding: 12px 6px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
#search-2.sp {
  display: none;
}
/*●ウィジェットメニュー*/
.widget-conts ul{ margin: 0; }
.widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(img/icon/icon-arrow_r_gray.png) 2px 6px no-repeat;
}
.widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(img/icon/icon-menu02.png) 2px 12px no-repeat;
}
.widget_recent_entries ul li,
.widget_recent_entries ul li li,
.widget_pages ul li,
.widget_pages ul li li,
.widget_nav_menu ul li,
.widget_nav_menu ul li li,
.widget-conts .ranking li,
.widget-conts .ranking li li,
.widget-conts .banner li,
.widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}
.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(img/icon/icon-arrow_r_gray.png) 2px 15px no-repeat;
}
.widget_recent_entries ul li a:active,
.widget_recent_entries ul li a:hover,
.widget_pages ul li a:active,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:active,
.widget_nav_menu ul li a:hover{
	background-color: #bcd764;
	color: #fff;
}
.widget_recent_entries ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}
.widget_recent_entries ul ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul ul{ padding: 0; }
.widget_recent_entries ul li li,
.widget_pages ul li li,
.widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}
.widget_recent_entries ul li li a:link,
.widget_recent_entries ul li li a:visited,
.widget_pages ul li li a:link,
.widget_pages ul li li a:visited,
.widget_nav_menu ul li li a:link,
.widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(images/icon/icon-menu02.png) 2px 12px no-repeat;
}
.widget_recent_entries ul li li a:active,
.widget_recent_entries ul li li a:hover,
.widget_pages ul li li a:active,
.widget_pages ul li li a:hover,
.widget_nav_menu ul li li a:active,
.widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #bcd764; }
.rss-date,
cite{
	display: block;
	margin: 0.5em 0;
}
.widget_links li{ overflow: hidden; }
.widget_links li img{
	display: block;
}
ul.banner { margin-bottom: 10px; }
ul.banner li {
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}
ul.banner li a {
	padding-left: 0;
}
ul.banner li a:link,
ul.banner li a:visited {
  color: #00b2d5;
}
ul.banner li a:hover,
ul.banner li a:active {
  color: #9c3;
}
.dlSymptom {
	margin-bottom: 20px;
}
.dlSymptom dt {
  padding: 5px;
  background: #efefef;
  margin-bottom: 5px;
}
.dlSymptom dd {
	margin: 0;
	padding: 10px;
}
.dlSymptom dd li {
	display: inline;
  margin-right: 10px;
  line-height: 1.6;
}
/* --------------------------
Footer
-------------------------- */
.footer-pc {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#footerContents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerContents dd {
  margin: 0;
  font-size: 95%;
}
#footerContents dd li {
  line-height: 1.8;
}
#footer ul.footerFb {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer ul.footerFb li.fb01,
#footer ul.footerFb li.fb02 {
  width: 517px;
}
#footer a:link	{
  text-decoration: none;
  color: #1e410b;
  border: none;
}
#footer a:active {
  text-decoration: underline;
  color: #6b9c1d; border:
  none;
}
#footer a:visited {
    text-decoration: none;
    color: #1e410b;
    border: none;
}
#footer a:hover	{
  text-decoration: underline;
  color: #6b9c1d; border: none;
}
#footer dl.footerNavi {
  float: left;
  margin-right: 40px;
}
#footer dl.footerNavi dt {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
#footer address {
  clear: both;
  float: right;
  font-size: 80%;
  font-style: normal;
}
.footer-sp {
  display: none;
}
.page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 99;
  width: 185px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.0;
  text-align: left;
}
.page-top a {
  display: block;
  padding: 20px 20px 15px 37px;
  border: 3px solid #fff;
  border-bottom: 0;
  text-decoration: none;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-topleft: 30px;
}
.page-top a:link,
.page-top a:visited {
  background: url(img/common/bg-pagetop.png) 15px 21px no-repeat #bcd764;
  color: #fff;
}
/* --------------------------
Member Page ??
-------------------------- */
dl.shopItem {
	width: 46%;
	padding: 1% 2%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
dl.shopItem dt {
	text-align: center;
	margin-bottom: 10px;
}
dl.shopItem dd {
	margin: 0;
}
img.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
p.itemName {
	padding: 6px;
	font-size: 115%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px !important;
	text-align: center;
}
dl.shopItem dt img {
	width: 80%;
}
dl.shopItem dd ul {
	width: 100%;
	margin-bottom: 15px;
}
dl.shopItem dd li {
	padding: 6px;
	border-bottom: 1px dotted #ccc;
	font-size: 80%;
}
dl.shopItem dd p.itemLink a {
	display: block;
	background: #a4c797;
	border: 1px solid #a4c797;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
}
dl.shopItem dd p.itemLink a:hover {
	background: #fff;
	color: #a4c797;
}
#itemPhoto {
	text-align: center;
	margin-bottom: 20px;
}
h5.itemSpec {
	padding: 6px 10px !important;
	background: #f2f2f2;
	border-bottom: none !important;
	border-radius: 6px;
	
}
h5.itemSpecMember {
	padding: 6px 10px !important;
	background: #e05f71;
	border-bottom: none !important;
	border-radius: 6px;
	color: #fff;
}
h6.price {
	font-size: 110%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #548540;
	font-weight: bold;
}
p.specText {
	padding: 0 15px;
}
.chui {
	border: 3px solid #ededed;
	padding: 20px 20px 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}
span.t-red {
	color: #ff0000;
}
.cartjs_product_table table {
	width: 80% !important;
}
.cartjs_cart_in input {
	padding: 10px;
	background: #6d9a5e;
	color: #fff;
	border: 1px solid #6d9a5e;
	border-radius: 10px;
	margin: 20px auto;
	width: 50%;
	box-sizing: border-box;
}
.cartjs_cart_in input {
  cursor: pointer;
  cursor: hand;
}
.cartjs_cart_in input:hover {
	background: #ff9600;
}

@media only screen and (max-width: 780px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  h2.resp-accordion {
    display: block;
    font-size: 110%;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #ccc;
    background-color: rgb(245, 245, 245);
  }
  h2.resp-accordion.resp-tab-active {
    background: #fff;
  }
  .resp-vtabs.resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
    padding: 0px;
    background-color: #fff;
    clear: left;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-tab-content-active {
    margin: 0 auto;
    width: 98%;

  }
}
@media only screen and (max-width: 680px) {
/* --------------------------
Layout
-------------------------- */
  #wrap {
    background-image:none;
  }
  #header {
    max-width: 680px;
    width: 100%;
  }
  #globalNavi {
    display: none;
  }
  #globalNavi-sp {
    display: block;
  }
  #globalNavi-sp .showMenu {
    display: block!important;
  }
  #container {
    margin: 0 auto;
    padding: 0 4%;
    max-width: 680px;
    width: 100%;
    background-color: #FFF;
    display: block;
  }
  #content-onecolumn {
    margin: 0 auto 30px auto;
    padding: 0;
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:14px;
  }
  #content-twocolumn {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    display: block;
  }
  #sidebar {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    overflow: hidden;
  }
  #footer {
    margin: 0 auto;
    padding: 3%;
    max-width: 680px;
    width: 100%;
  }
/* --- #header --- */
  .header-logo {
    padding: 10px;
  }
  .header-logo img {
    width: 70%;
  }
  #header h1 {
    display: none;
  }
  /* --- sidebar --- */
  #sidebar h2.title-sp {
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    padding: 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 160%;
    background: #4e6f00;
    color: #fff;
    line-height: 1;
    font-weight: bold;
  }
  .article iframe {
    width: 100%
  }
  #sidebar #member {
      display: none;
  }
  #sidebar ul.banner {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  #sidebar ul.banner li {
    margin-bottom: 10px;
  }
  #sidebar h3 {
    padding: 6px;
    text-align: center;
    color: #fff;
    clear: both;
    font-weight: bold;
  }
  #sidebar h3 span.sp {
    display: none;
  }
  #search-2.sp {
    display: block;
  }
  #sidebar .symptom h3 {background: #34494d;}
  #sidebar .program h3 {background: #9f0e0e;}
  #sidebar .free h3 {background: #156809;}
  #sidebar ul.sideList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #sidebar ul.sideList li {
    border-bottom: 1px solid #ccc;
  }
  #sidebar .symptom {
    width: 100%;
    overflow: hidden;
  }
  #sidebar ul.sideList li a {
    display: block;
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #222;
    font-weight: bold;
  }
  #sidebar ul.sideList li a:hover {
    color: #7e9955;
  }
  #sidebar ul.sideList li a:link,
  #sidebar ul.sideList li a:visited,
  #sidebar ul.sideList li a:hover {
    width: 100%;
    display: block;
  }
  #sidebar .program,
  #sidebar .free {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  #sidebar-in ul.program {
    width: 100%;
    overflow: hidden;
  }
  #sidebar-in ul.program li {
    width: 100%;
  }
  #sidebar-in ul.free {
    width: 100%;
    overflow: hidden;
  }
  #sidebar-in ul.free li {
    width: 100%;
  }
  /* --- footer --- */
  .footer-pc {
    display: none;
  }
  .footer-sp {
    display: block;
  }
  .footer-sp ul.sns {
    margin: 0 auto 20px auto;
    padding: 0;
    background: #003996;
    overflow: hidden;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-sp ul.sns {
    margin: 0 auto 20px auto;
    width: 100%;
    background: #003996;
    overflow: hidden;
    list-style: none;
  }
  .footer-sp .sns li {
    width: 50%;
    text-align: center;
  }
  .footer-sp {
    display: block;
  }
  .footer-sp address {
    text-align: center;
    font-style: normal;
    clear: both;
    padding-bottom: 30px;
  }
  .footer-sp ul.footerMenu {
    margin: 0;
    padding-bottom: 30px;
    list-style: none;
    text-align: center;
  }
  .footer-sp ul.footerMenu li {
    display: inline;
    margin: 0 10px;
  }
  .page-top {
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .page-top a {
    display: block;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }  
  .page-top a:link,
  .page-top a:visited,
  .page-top a:hover,
  .page-top a:active {
    background: url(img/common/bg-pagetop.png) 14px center no-repeat #59493f;
    color: #fff;
  }
/* --- Top Page content --- */
  #Topmain-image {
    margin: 0 auto;
    padding: 0;
    max-width: 680px;
    width: 100%;
  }
  #TopBanner {
    display: none;
  }
  #mobTopBanner {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }
  #mobTopBanner ul {
	  margin: 0;
	  list-style: none;
  } 
  #mobTopBanner li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #mobTopBanner li.none {
    display: block;
  }
  #mobTopBanner li img {
    width: 100%;
  }
  h2.Topsectiontitle {
    text-align: center;
    padding: 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 160%;
    background-color: #4e6f00;
    color: #fff;
    line-height: 1;
    font-weight: bold;
  }
  .entryBox-thumb {
    margin: 0;
    padding: 0;
    max-width: 110px;
    width: 24%;
  }
  .entryBox-content {
    max-width: 600px;
    width: 73%;
}	
/* --- Top Page content --- */
	.entryBox {
    padding: 3%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
	}	
	dl.entryBox dt {
		width: 24%;
		float: left;	
		margin: 0;
		padding: 0;
	}	
	dl.entryBox dd {
    float: right;
    width: 70%;
    margin: 0;
    padding: 0;
	}	
	dl.entryBox dd .date{
		text-align: right;
		font-size: 80%;
		color: #ccc;
		padding-top: 15px;
	}	
	dl.entryBox dt img {
				width: 100%;
				height: auto;
	}		
	dl.entryBox dd .entryBoxBody {
			font-size: 85%;
			margin-bottom: 10px;
	}		
	dl.entryBox dd h3 {
				font-weight: bold;
				margin-bottom: 5px;
	}		
	dl.entryBox dd h3 span.date {
			color: #a70909;
	}		
	dl.entryBox dd h3 a {
				text-decoration: none;
	}		
  .entryBox .entryBoxCategory {
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
  ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  ul.post-categories li {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    margin-right: 10px;
  }
  ul.post-categories li a {
    display: block;
    padding: 5px;
    background: #86a300;
    color: #fff;
    text-align: center;
    font-size: 80%;
    border-radius: 5px;
    line-height: 1;
    text-decoration: none;
  }
/* --- Post & Page content --- */
  #breadcrumbs {
    font-size: 80%;
    width: 90%;
  }
  #breadcrumbs li {
    display: inline;
    margin-right: 0.5em;
    line-height: 1.8;
    text-align: right;
    list-style: none;
 }
  h2.post-title,
  h2.page-title {
      font-size: 180%;
      line-height: 1.4;
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
  }
  #main-contents div.post h3 {
      font-size: 130%;
      padding: 10px;
      background: #efefef;
      margin-bottom: 20px;
  }
/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/
  html{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html,body{
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  textarea,input{ max-width: 95%; }
  input[type="submit"],input[type="image"],
  input[type="reset"],input[type="button"],
  input[type="file"]{ max-width: none; }

  /*●画像サイズの調整*/
  img {
    height: auto;
    max-width: 100%;
  }
  a{
    color: #00b2d5;
  }
  .pcHidden {
    display: block;
  }
/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

  #container{
    padding-top: 20px;
    padding-bottom: 1.5em;
  }

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

  #top{ 
    position: relative;
    top: 0;
    height: auto;
    font-size: 1.2em;
  }
  #top-menu{
    float: none;
  }
  #top-menu li{
    text-align: left;
    display: block;
  }

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

/*●ヘッダの回り込み解除*/
  #header #header-title,
  #header-in #header-text{
    float: none;
    width: 100%;
  }
  #header .header-logo{ font-size: 2em; }

/*-------------
global-nav-sp
-------------*/
  #globalNavi-sp{
    background: none;
    border-bottom: 0;
    display: block;
  }
  #globalNavi-sp dt{
    position: absolute; top:12px; right:12px;
  }
  #globalNavi-sp .menu-wrap{ display:none; }
  #globalNavi-sp #menu{ margin-bottom: 0; }
  #globalNavi-sp #menu,
  #globalNavi-sp #menu li{
    width: 100%;
    border: 0;
  }
  #globalNavi-sp #menu li.first { border-left: 0; }
  #globalNavi-sp #menu li {
    border-bottom: 1px solid #fff;
    background-color: #eaeaea;
    white-space: normal;
    font-size: 11px;

  }
  #globalNavi-sp #menu ul{
    position: static;
    width: auto;
    padding-left: 10%;
  }

  #globalNavi-sp #menu li a {
    display: block;
    padding: 0.8em 2em;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
  }
  #global-nav-in {
    margin: 0;
    padding: 0;
    height: auto;
  }
  #globalNavi-sp #menu ul li{ width: 100%; }
  #globalNavi-sp #menu ul li:last-child{ border-bottom: 0; }
  /*メニューのデザイン*/
  #globalNavi-sp #menu li a:link,
  #globalNavi-sp #menu li a:visited,
  #globalNavi-sp #menu li a:hover,
  #globalNavi-sp #menu li a:active{ background: url(img/icon/icon-arrow04.png) 1em 1em no-repeat #eaeaea; }
  #globalNavi-sp #menu ul li a{ width: auto; }
  #globalNavi-sp .btn-gnav{
    display:block;
    padding: 1em;
    cursor: pointer;
  }
/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/
#main-image .catch-copy{ font-size: 1.4em; }

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }
#main-contents dl.news dt{ margin-bottom: 0.4em; }
#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}
#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}
#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}
/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }
#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
#main-contents .table-style01{ /zoom : 1; }#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }
.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}

/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-bottom: 1em;
	padding: 0.5em;
	padding-left: 2.5em!important;
	border-bottom: 2px solid #7ca41e;
	background: url(./images/icon/icon-arrow07.png) 1em center no-repeat #b3d465;
	color: #fff;
	cursor: pointer;
}
.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}
.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}
.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}
/* serachform */
dl.search-box{
  width: 100%;
  display: flex;
}
dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;
  font-size:140%;
	width: calc(100% - 100px);
}
dl.search-box dt input {
  width: 100%;
  padding: 4px;
}
dl.search-box dd{
  width: 90px;
  font-size:140%;
}
#sidebar h3 {
  padding: 3px;
  text-align: center;
  color: #333;
  clear: both;
  font-weight: bold;
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  width: 100%;
  padding: 3%;
}
footer#mob {
  display: block;
}
#footer .footer-menu ul{
	float: none;
	width: 100%;
}
#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}
.copyright{ padding-bottom: 40px; }
.copyright span{ display: block; }

/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents .sb{
	text-align: left;
}
#main-contents .reply a{
	padding-left: 17px;
	background: url(./img/icon/icon-arrow_r_gray.png) 0 3px no-repeat;
}
img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}
.wp-caption{
	max-width: 100%;
}
/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/
.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

}














@media only screen and (min-width:961px) {
/*-----------Vertical tabs-----------*/


}


