@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/*
==================================================
基本スタイル
==================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*
==================================================
基本スタイル
==================================================
*/
body {
  background-color: #f4f4f4;
  color: #333333;
  font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title, dt {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
}
h1, h2, h3{
clear:both;
}
h2,h3,h4,h5,h6{
	overflow:hidden;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}
p {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* リスト
==================================================
*/
#main ul{
  list-style: outside none none;
  margin: 10px 0;
  padding: 0;
}
#main ul > li {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0 0 0 1.4em;
  position: relative;
}
#main ul > li:before {
  background-color: #5fb552;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  height: 0.375em;
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  width: 0.375em;
  font-weight:bold;
  text-align:center;
}
table ul li:before {
  top: 0.5em;
}
#main table ul,#main table ol{
  margin:10px 0;
}
#whatsnew ul li:before{
  display:none;
}
#main ol {
  counter-reset: number;
  list-style: outside none none;
  margin: 10px 0;
  padding: 0;
}
#main ol > li {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0 0 0 1.8em;
  position: relative;
}
#main ol > li::before{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5fb552;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  height: 0.375em;
  position: absolute;
  top: 0.6em;
  left: 0.1em;
  width: 1.5em;
  font-weight:bold;
  text-align:center;
  font-family: Arial;
}
table ul li:before {
  top: 0.5em;
}
#main table ul,#main table ol{
  margin:10px 0;
}
#whatsnew ul li:before{
  display:none;
}
#main ol > li::before {
  counter-increment: number;
  content: counter(number,decimal) ".";
  top: 0;
}

/* リンク
==================================================
*/
a {
  color: #4887d9;
}
a img{background: none;}
@media screen and (min-width: 1000px) {
  a:hover {
	color: #5fb552;
	text-decoration: none;
  }
  #main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
  }
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#contents {
  background-color: #fff;
}
#siteNavi {
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 2px 15px;
}
@media screen and (min-width: 768px) {
  #contents {
	position: relative;
	z-index: 0;
  }
  #contents::after {
	clear: both;
	content: '';
	display: block;
  }
  #siteNavi {
	margin: 0 0 12px;
	padding: 0;
  }
}
@media screen and (min-width: 740px) {
  #contents {
	margin: 0 auto;
	width: 740px;
	z-index: 0;
  }
}
/* ページ上部へ戻る
==================================================
*/
#pagetop{
	clear:both;
	width:auto;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}
#pagetop a{
	display:block;
	width:100%;
	color:#FFF;
	background-color:#6aac22;
	text-decoration:none;
	font-size:13px;
	padding:8px;
	height:40px;
	box-sizing:border-box;
}
#pagetop a::before{
	content:'↑';
	color:#FFF;
}
@media screen and (min-width: 768px) {
#pagetop a{
	width:160px;
	height:40px;
	margin:16px 10px 0 auto;
	border-radius:8px 8px 0 0;
}
#pagetop a:hover{
	left:0;
	top:0;
	position:relative;
}
}
/* 検索ボックス
==================================================
*/
#searchbox {
  background-color: #6aac22;
  border-top: 1px solid #3b9b57;
  padding: 10px;
}
#searchbox form {
  position: relative;
}
#searchbox form::before {
  border: 2px solid #808080;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 11px;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 11px;
}
#searchbox form::after {
  background-color: #808080;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  content: '';
  height: 6px;
  position: absolute;
  right: 15px;
  top: 20px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 3px;
}
#searchbox input {
  -webkit-appearance: none;
}
#searchbox input[type="text"], #searchbox input[type="search"] {
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 40px 10px 10px;
  width: 100%;
}
#searchbox input[type="submit"] {
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  height: 38px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 40px;
}
@media screen and (min-width: 768px) {
  #searchbox {
	background-color: transparent;
	border-top: none;
	float: right;
	margin-left: 10px;
	padding: 0;
	width: 240px;
  }
  #searchbox form::before {
	right: 11px;
	top: 10px;
  }
  #searchbox form::after {
	right: 10px;
	top: 18px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
	background-color: #f9f9f9;
	line-height: 18px;
	padding: 6px 30px 6px 10px;
  }
  #searchbox input[type="submit"] {
	height: 30px;
	width: 30px;
  }
}
@media screen and (min-width: 1000px) {
  #searchbox input[type="text"], #searchbox input[type="search"] {
	border: 1px solid transparent;
  }
  #searchbox input[type="text"]:focus, #searchbox input[type="search"]:focus {
	background-color: #fff;
	border: 1px solid #e1e3e5;
	outline: 0;
  }
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img img {
  margin: 0 8px 8px 8px;
}
.center {
  margin: 5px 0;
  text-align: center;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.float-l img,
.float-r img {
  margin-bottom: 20px;
}
.float-l img {
  margin-right: 20px;
}
.float-r img {
  margin-left: 20px;
}
.clear, .FloatEnd {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
  border-top: 3px #61a219 solid;
  background-color: #fff;
  text-align: left;
  min-height: 32px;
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
  margin-bottom: 0px;
}
.inner {
    display: block;
    min-height: 32px;
    width: 100%;
    z-index: 9999;
}
#top h1 {  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 13px 48px 13px 10px;
}
#top h1 a {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #top {
	height: auto;
}
  #top .inner {
	overflow: hidden;
	padding: 10px;
	position: static;
	width: auto;
	height: auto;
  }
  #top::after {
	clear: both;
	content: '';
	display: block;
  }
  #top h1 {
	display: inline-block;
	padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
	margin: 0 auto 28px;
	padding: 10px 0;
	width: 1000px;
  }
  #top h1 a:hover {
	color: #5fb552;
  }
}
/* ヘッダー
==================================================
*/
#header {
  background-color: #fff;
  height: auto;
  overflow: hidden;
  position: relative;
}
#header img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
#header #headertxt {
  margin-bottom: 14px;
  overflow: hidden;
  text-align: left;
}
#header #headertxt div:nth-child(2) {
  margin-top: 5px;
}
#header .title,
#header .desc {
  margin: 0;
  padding: 0 15px;
}
#header .title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 20%;
  left: 0%;
  display: inline-block;
  width: 75%;
  letter-spacing:3px;
  overflow:hidden;
  text-overflow: ellipsis;
  max-height:4.5em;
}
#header .title a {
  color: #6aac22;
  text-decoration: none;
}
#header .desc {
  font-size: 0.875em;
  line-height: 1.5;
  max-height:4.5em;
  overflow:auto;
}
#header .title img,#header .desc img{
  width:auto;
}
@media screen and (min-width: 480px) {
	#header .title{
		font-size:1.25em;
	}
}
@media screen and (min-width: 768px) {
  #header {
	margin: 0 auto;
	width: 100%;
	z-index: 0;
  }
  #header img {
	margin-bottom: 0;
  }
  #header #headertxt {
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
  }
  #header #headertxt div:nth-child(2) {
	margin-top: 15px;
  }
  #header .title,
  #header .desc {
	left: 5%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 90%;
	max-height:100%;
	overflow:visible;
  }
  #header .title {
	margin: auto;
	font-size: 28px;
	line-height: 1.3;
	width: 70%;
	max-height:100%;
  }
}
@media screen and (min-width: 1000px) {
  #header {
	height: auto;
	width: 1000px;
  }
  #header > img {
	width:100%;
	height:auto;
  }
  #header .title {
	font-size: 36px;
	width: 90%;
  }
  #header .title a {
	-moz-transition: text-shadow 0.1s ease 0s;
	-o-transition: text-shadow 0.1s ease 0s;
	-webkit-transition: text-shadow 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: text-shadow 0.1s ease 0s;
  }
  #header .title a:hover {
	color: #5fb552;
  }
  #header .desc {
	font-size: 14px;
  }
}
/* トップメニュー
==================================================
*/
#topmenubtn {
  cursor: pointer;
  display: block;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: 200%;
  top: 5px;
  white-space: nowrap;
  width: 38px;
}
#topmenubtn::before {
  border-bottom: 3px solid #6aac22;
  border-top: 3px solid #6aac22;
  content: '';
  height: 4px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 19px;
}
#topmenubtn::after {
  border-top: 3px solid #6aac22;
  content: '';
  height: 0;
  left: 10px;
  position: absolute;
  top: 24px;
  width: 19px;
}
/* メニュー表記ありの場合 */
#topmenubtn{
	text-indent:0;
	padding-top:30px;
	height:50px;
	top:0;
	font-size:10px;
	text-align:center;
	box-sizing:border-box;
}
#topmenubox {
  position: absolute;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.1s ease 0s;
  width: 100%;
}
input#panel[type="checkbox"] {
  display: none;
}
input#panel[type="checkbox"] ~ #topmenubox {
  opacity: 0;
  z-index: -1;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before {
  border-bottom: none;
  border-top: 3px solid #6aac22;
  height: 0;
  top: 18px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn::after {
  border-top: 3px solid #6aac22;
  top: 18px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input#panel[type="checkbox"]:checked ~ #topmenubox {
  opacity: 1;
  z-index: 50;
}
#topmenu ul {
  margin: 0;
  padding: 0;
}
#topmenu ul a {
  background-color: #6aac22;
  border-top: 1px solid #3b9b57;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  margin:0;
}
#topmenu ul a::before {
  border-right: 2px solid #cfedd8;
  border-top: 2px solid #cfedd8;
  content: '';
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
@media screen and (min-width: 768px) {
  #topmenubtn {
	display: none;
  }
  #topmenubox {
	display: inline;
	opacity: 1 !important;
	position: static;
	width: auto;
  }
  #topmenu{
  	display:block;
    	margin-top:16px;
	margin-bottom:4px;
  }
  #topmeu ul{
	list-style:none;
  }
  #topmenu ul li{
        list-style:none;
	padding:0;
	margin:0;
	background-image:none;
	width:20%;
	width:25%;
	float:left;
	box-sizing:border-box;
  }
  #topmenu ul li a{
	padding:10px;
	width:100%;
	text-align:center;
	border-left:dotted 1px rgba(255,255,255,0.5);
	box-sizing:border-box;
  }
  #topmenu ul li:first-child a{
	border-left:none;
}
  #topmenu ul li a:hover{
	opacity:0.8;
	color:#FFF;
	text-decoration:none;
  }
  #topmenu ul a::before {
	display:none;
  }
}
@media screen and (min-width: 1000px) {
  #topmenu ul a:hover {
	color: #5fb552;
	text-decoration: underline;
  }
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
  text-align: left;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
  overflow: visible;
  padding: 15px;
  margin-bottom:24px;
}
@media screen and (min-width: 768px) {
  #main {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 30px 20px 0;
  }
  #main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	padding: 15px 10px;
  }
}
/* 見出し
==================================================
*/
#main h2,
#main h3 {
  background-color: #6aac22;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,.3);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative;
  clear:both;
}
/* H3見出し - デザイン2 */
/*
#main h2,
#main h3{
  padding:3px;
}
#main h2 span,
#main h3 span{
  border-top:1px dashed #FFF;
  border-bottom:1px dashed #FFF;
  display:block;
  padding:8px 16px;
}
*/
#main .text h2, #main #text1 h2, #main #text2 h2, #main #text3 h2, #main #text4 h2, #main #text5 h2, #main #text6 h2, #main #text7 h2, #main #text8 h2, #main #text9 h2, #main #text10 h2, #main #space1 h2, #main #space2 h2,
#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
  margin: 15px -15px;
}
#main h2 a,#main h3 a{color:#FFF;}
#main h2 a:not([href]),#main h3 a:not([href]) {text-decoration:none;}
#main #sitemaps + h2,
#main #sitemaps + h3, #main #searchresult + h2,
#main #searchresult + h3 {
  border-top: none;
}
#main #sitemaps + h2 + #space2,
#main #sitemaps + h3 + #space2, #main #searchresult + h2 + #space2,
#main #searchresult + h3 + #space2 {
  border-bottom: 1px solid #e1e3e5;
}
#main h4 {
  background-color: #F2F8EC;
  color: #61a219;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0px 18px;
  overflow: visible;
  padding: 10px 18px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  clear:both;
}
#main h4::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #F2F8EC;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#main h5 {
  background-image: url(img/h5.png);
  background-position: left 0.1em;
  background-repeat: no-repeat;
  background-size: 1.18em auto;
  font-size: 17px;
  line-height: 1.5;
  margin: 20px 0 10px;
  padding: 0 0 0 1.7em;
  overflow:hidden;
}
#main h6 {
  background-image: url(img/h6.png);
  background-position: left 0.28em;
  background-repeat: no-repeat;
  background-size: 1.1em auto;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px auto;
  padding: 0 0 0 1.52941em;
  overflow:hidden;
}
#main blockquote {
  background-color: #eee;
  border: none;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0;
  padding: 15px;
  //padding-left: 2.5375em;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main h2,
  #main h3 {
	font-size: 20px;
	line-height: 1.4;
	padding: 16px 24px;
	position: relative;
  }
  #main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
	margin-left:-10px;
	margin-right:-10px;
  }
  #main #sitemaps + h2 + #space2,
  #main #sitemaps + h3 + #space2, #main #searchresult + h2 + #space2,
  #main #searchresult + h3 + #space2 {
	border-bottom: none;
  }
  #main h4 {
	font-size: 20px;
  }
  #main blockquote {
	padding: 20px;
	//padding-left: 2.85em;
  }
}
#main .txt-decbox1 .top_box h3,#main .txt-decbox2 .top_box h3{
	box-shadow:none;
}
/*
==================================================
画像付きボックス
==================================================
*/
.alert, .accept, .attention, .thint {
  background-image: none;
  border: none;
  font-size: 16px;
  line-height: 1.8;
  margin: 35px 0 15px;
  padding: 30px 15px;
  position: relative;
}
.alert::before, .accept::before, .attention::before, .thint::before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 43px auto;
  top: -20px;
  content: '';
  height: 47px;
  left: -8px;
  position: absolute;
  width: 43px;
}
.alert.noimage, .accept.noimage, .attention.noimage, .thint.noimage {
  margin: 15px 0;
  text-indent: 0;
}
.alert.noimage::before, .accept.noimage::before, .attention.noimage::before, .thint.noimage::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .alert, .accept, .attention, .thint {
	margin: 45px 0 20px;
	padding: 20px 30px;
  }
}
.attention {
  background-color: #fef8e0;
  border-top: 1px solid #f9ead6;
  color: #ca7f1d;
}
.attention::before {
  background-image: url(img/attention.png);
}
.accept {
  background-color: #effada;
  border-top: 1px solid #e4eddd;
  color: #346f15;
}
.accept::before {
  background-image: url(img/accept.png);
}
.alert {
  background-color: #fceded;
  border-top: 1px solid #f2dde1;
  color: #a24659;
}
.alert::before {
  background-image: url(img/alert.png);
}
.thint {
  background-color: #eff4fa;
  border-top: 1px solid #dee3eb;
  color: #436690;
}
.thint::before {
  background-image: url(img/thint.png);
}
.user1,
.user2 {
  background-color: #eeeeee;
  background-position: 10px 7px;
  background-repeat: no-repeat;
  background-size: 52px auto;
  border: none;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  min-height: 36px;
  overflow: hidden;
  position: relative;
  padding: 15px 25px 15px 95px;
  _height: auto;
  z-index: 0;
}
.user1::before,
.user2::before {
  border-bottom: 10px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  -moz-box-shadow: 0 1px 0 #d6d6d6;
  -webkit-box-shadow: 0 1px 0 #d6d6d6;
  box-shadow: 0 1px 0 #d6d6d6;
  content: '';
  height: 0;
  left: 73px;
  position: absolute;
  top: 20px;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 0;
  z-index: -1;
}
.user1::after,
.user2::after {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  -moz-box-shadow: 0 1px 0 #d6d6d6;
  -webkit-box-shadow: 0 1px 0 #d6d6d6;
  box-shadow: 0 1px 0 #d6d6d6;
  content: '';
  left: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
}
.user1.noimage,
.user2.noimage {
  background-image: none;
  padding: 15px 25px 15px 35px;
}
.user1.noimage::before,
.user2.noimage::before {
  left: 13px;
}
.user1.noimage::after,
.user2.noimage::after {
  left: 20px;
}
.user1 {
  background-image: url(img/user1.png);
}
.user2 {
  background-image: url(img/user2.png);
}
@media screen and (min-width: 768px) {
  .user1,
  .user2 {
	background-position: 15px 12px;
	background-size: 65px auto;
	margin: 20px 0;
	min-height: 50px;
	padding: 20px 25px 20px 115px;
  }
  .user1::before,
  .user2::before {
	left: 88px;
  }
  .user1::after,
  .user2::after {
	left: 95px;
  }
  .user1.noimage,
  .user2.noimage {
	padding: 20px 25px 20px 40px;
  }
}

/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-image: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  padding: 13px 16px 13px 64px;
  position: relative;
}
.question1::before,
.answer1::before {
  font-size: 28px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1em;
}
.question1 {
  background-color: #f7f7fa;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  margin: 15px 0 0;
}
.question1::before {
  color: #1c72a6;
  content: 'Q';
}
.answer1 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  margin: 0 0 15px;
}
.answer1::before {
  color: #ae4453;
  content: 'A';
}
@media screen and (min-width: 768px) {
  .question1 {
	margin-top: 20px;
  }
  .answer1 {
	margin-bottom: 20px;
  }
}
.question2,
.answer2 {
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  min-height: 46px;
  padding: 8px 0 0 58px;
  position: relative;
}
.question2::before,
.answer2::before {
  background: #f7f7fa none repeat scroll 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  height: 46px;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}
.question2 {
  margin: 20px 0 10px;
}
.question2::before {
  color: #1c72a6;
  content: 'Q';
}
.answer2 {
  border: none;
  margin-bottom: 25px;
}
.answer2::before {
  color: #ae4453;
  content: 'A';
}
@media screen and (min-width: 768px) {
  .question2 {
	margin: 30px 0 20px;
  }
  .answer2 {
	margin-bottom: 35px;
  }
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  background-color: #f9f9f9;
  overflow: hidden;
	padding: 30px 10px 0;
  text-align: left;
  box-sizing: border-box;
}
#menu h4,
#rmenu h4 {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #6aac22;
  border-left: 1px solid #ddd;
  margin: 0;
  position: relative;
  margin: 0;
  padding: 11px 15px 11px 10px;
  position: relative;
  overflow: hidden;
}
#menu h4 span,
#rmenu h4 span {
  background-image: url(img/menu_h4.png);
  background-position: left 0.25em;
  background-repeat: no-repeat;
  background-size: 1.178em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 1.75;
  min-height: 1.875em;
  padding: 0 0 0 24px;
}
#menu .title,
#rmenu .title {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #6aac22;
  border-left: 1px solid #ddd;
  margin: 0;
  position: relative;
  margin: 0;
  padding: 11px 15px 11px 10px;
  position: relative;
  overflow: hidden;
}

#menu .title span,
#rmenu .title span {
  background-image: url(img/menu_h4.png);
  background-position: left 0.25em;
  background-repeat: no-repeat;
  background-size: 1.178em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 1.75;
  min-height: 1.875em;
  padding: 0 0 0 24px;
}
#menu .menuitem,
#rmenu .menuitem{
margin:0 0 15px 0;
}
ul#submenu {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 30px;
}
ul#submenu li, ul#submenu li a {
  margin: 0;
  padding: 0;
  line-height: 2;
}
#menu .menulist ul,
#rmenu .menulist ul {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #e1e3e5;
  border-left: 1px solid #ddd;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#menu .menulist li,
#rmenu .menulist li {
  background-color: #fff;
  border-bottom: 1px solid #e1e3e5;
}
#menu .menulist li:last-child,
#rmenu .menulist li:last-child {
  border-bottom: none;
}
#menu .menulist li a,
#rmenu .menulist li a {
  color: #4d4d4d;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-decoration: none;
}
#menu .menulist li a::before,
#rmenu .menulist li a::before {
  border-right: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
  content: '';
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#menu .menulist li a span,
#rmenu .menulist li a span {
  background-color: #f9f9f9;
  border: 1px solid #e1e3e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 5px;
  padding: 0 0.4em;
}
#menu .menulist .l2,
#rmenu .menulist .l2 {
  border-bottom: 1px dashed #e1e3e5;
}
#menu .menulist .l2 a,
#rmenu .menulist .l2 a {
  margin: 0 10px;
  padding: 14px 25px 14px 20px;
}
#menu .menulist .l2 a::before,
#rmenu .menulist .l2 a::before {
  right: 10px;
}
#menu .menulist .l3,
#rmenu .menulist .l3 {
  border-bottom: 1px dashed #e1e3e5;
  background-color:#F7F7F7;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a {
  margin: 0 10px;
  padding: 10px 25px 10px 40px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before {
  right: 10px;
}
#menu .rankbox,
#rmenu .rankbox {
  border-bottom: 1px solid #e1e3e5;
  padding: 0 10px 10px;
}
@media screen and (min-width: 768px) {
  #menu,
  #rmenu {
	background-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  }
  #menu h4,
  #menu .title,
  #rmenu h4,
  #rmenu .title {
	margin-bottom: -1px;
  }
  #menu .menubox,
  #rmenu .menubox {
	margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #menu .menulist ul,
  #rmenu .menulist ul {
	border-right: none;
	border-left: none;
  }
  #menu .menulist li,
  #rmenu .menulist li {
	border-left: 1px solid #e1e3e5;
	border-right: 1px solid #e1e3e5;
  }
  #menu .menulist li a:hover,
  #rmenu .menulist li a:hover {
	color: #5fb552;
  }
  #menu .menulist li a:hover::before,
  #rmenu .menulist li a:hover::before {
	border-right: 2px solid #5fb552;
	border-top: 2px solid #5fb552;
  }
}
/* バナー領域
==================================================
*/
.bannerbox {
  border-bottom: 1px solid #e1e3e5;
  position: relative;
}
.bannerbox ul {
  list-style: outside none none;
  margin: 0;
  padding: 10px 0 0;
}
.bannerbox li {
  margin-bottom: 10px;
  text-align: center;
}
.bannerbox li a img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .bannerbox ul {
	padding: 10px 10px 0;
  }
}
@media screen and (min-width: 1000px) {
  .bannerbox {
	border: none;
  }
  .bannerbox ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
  }
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul#newEntry li, ul#entryarchive li {
  background-color: #fff;
  border-bottom: 1px solid #e1e3e5;
  color: rgba(51, 51, 51, 0.7);
  font-size: 13px;
  line-height: 1.6;
  padding: 15px;
}
@media screen and (min-width: 1000px) {
  ul#newEntry, ul#entryarchive {
	background-color: #fff;
	border: 1px solid #e1e3e5;
	padding: 13px 15px;
  }
  ul#newEntry li, ul#entryarchive li {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	padding: 0 0 0 1.23077em;
	position: relative;
  }
  ul#newEntry li:last-child, ul#entryarchive li:last-child {
	margin-bottom: 0;
  }
  ul#newEntry li::before, ul#entryarchive li::before {
	content: '・';
	left: 0;
	position: absolute;
  }
}
/*
==================================================
フッター
==================================================
*/
#footer {
  background-color: #fff;
}
#footer #footermenu,
#footer #footsub {
  padding: 0;
}
#footer #footermenu a,
#footer #footsub a {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e3e5;
  color: gray;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  margin:0;
}
#footer #footermenu a::before,
#footer #footsub a::before {
  border-right: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
  content: '';
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#footer small {
  color: rgba(51, 51, 51, 0.5);
  display: block;
  font-size: 9px;
  line-height: 1.6;
  padding: 17px 10px;
}
@media screen and (min-width: 768px) {
  #footer {
	border-top: 1px solid #e1e3e5;
	margin: -1px auto 0;
	padding: 22px 0 0;
	position: relative;
  }
  #footer #footermenu,
  #footer #footsub {
	display: inline;
	letter-spacing: -.40em;
  }
  #footer #footermenu a,
  #footer #footsub a {
	background-color: transparent;
	border: none;
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	margin: 10px 15px;
	padding: 0;
  }
  #footer #footermenu a::before,
  #footer #footsub a::before {
	display: none;
  }
  #footer small {
	font-size: 12px;
	padding: 10px 10px 32px;
  }
}
@media screen and (min-width: 740px) {
  #footer {
	padding: 32px 0 0;
	width: 740px;
  }
  #footer #footermenu a:hover,
  #footer #footsub a:hover {
	color: #5fb552;
	text-decoration: underline;
  }
  #footer small {
	padding: 20px 10px 42px;
  }
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew .title {
  background-color: #6aac22;
  padding: 6px 15px;
}
#whatsnew .title span {
  background-image: url(img/whatsnew_title.png);
  background-position: left 0.16667em;
  background-repeat: no-repeat;
  background-size: 1.72222em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  min-height: 1.66667em;
  padding: 0 0 0 2.33333em;
}
#whatsnew ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
#whatsnew ul li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 15px;
}
#whatsnew ul li span:nth-last-of-type(2) {
  color: #8b8b8b;
  display: block;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #whatsnew {
	margin-bottom: 20px;
  }
  #whatsnew .title {
  padding: 10px;
  }
  #whatsnew .title span {
	margin-left: 5px;
  }
  #whatsnew ul {
	border-collapse: collapse;
	display: table;
	overflow: visible;
	width: 100%;
  }
  #whatsnew ul li {
	display: table-row;
  }
  #whatsnew ul li span {
	display: table-cell;
	padding: 17px;
	vertical-align: top;
  }
  #whatsnew ul li span:nth-last-of-type(2) {
	display: table-cell;
	margin: 0;
	padding-right: 20px;
	white-space: nowrap;
	width: 1%;
  }
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
  background-color: #ebebeb;
  overflow: hidden;
}
#categorylist .catbox {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
#categorylist .catbox:first-of-type {
  margin-top: 10px;
}
#categorylist .title {
  border-bottom: 2px solid #ced2d6;
  margin-bottom: 10px;
  padding: 0 0 6px;
}
#categorylist .title a  {
  background-image: url(img/category_title.png);
  background-position: left 0.11111em;
  background-repeat: no-repeat;
  background-size: 2em auto;
  color: #737373;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  min-height: 1.72222em;
  padding: 0 0 0 2.22222em;
  text-decoration: none;
}
#categorylist .thumb {
  margin: 0 0 10px;
  text-align: center;
}
#categorylist .thumb img {
  vertical-align: bottom;
  display:block;
  margin:0 auto 10px auto;
}
#categorylist p {
  color: #595959;
  font-size: 13px;
  line-height: 2.375;
  overflow: hidden;
}
#categorylist .more {
  margin: 10px 0 0;
}
#categorylist .more a {
  background-color: #6aac22;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 10px 8px 0;
  text-align: center;
  text-decoration: none;
}
#categorylist .more a::before {
  content: '≫';
  letter-spacing: -2px;
  padding-right: 0.5em;
}
#main #pagelist {
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
}
#main #pagelist ul {
  letter-spacing: -.40em;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#main #pagelist li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px 10px !important;
  padding: 0 !important;
}
#main #pagelist li::before {
  display: none;
}
#main #pagelist a {
  background-color: #5fb552;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #categorylist {
	background-color: transparent;
  }
  #categorylist .catbox {
	margin-bottom: 20px;
	padding: 20px 30px;
  }
  #categorylist .catbox:first-of-type {
	margin-top: 20px;
  }
  #categorylist .title {
	margin-bottom: 24px;
	padding: 1px 0 6px;
  }
  #categorylist .title a {
	background-position: left 0.2em;
	background-size: 1.8em auto;
	font-size: 20px;
	margin: 0 0 0 5px;
	min-height: 1.7em;
	padding: 0 0 0 2.3em;
  }
}
@media screen and (min-width: 1000px) {
  #categorylist .title a:hover {
	color: #6aac22;
	text-decoration: underline;
  }
  #categorylist .more a {
	border: 1px solid transparent;
	padding: 2px 10px 2px 0;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.1s ease 0s;
  }
  #categorylist .more a:hover {
	background-color: #A5CE77;
	left: 0;
	top: 0;
  }

  #main #pagelist a {
	border: 1px solid transparent;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.1s ease 0s;
  }
  #main #pagelist a:hover {
	background-color: #79ce6c;
	left: 0;
	top: 0;
  }
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
  background-color: #fff;
}
#entrylist h4 {
  background-color: transparent;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #e1e3e5;
  margin: 0;
  padding: 15px 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#entrylist h4:before {
  background: none;
  display: none;
}
#entrylist h4 span {
  background-image: url(img/entry_title.png);
  background-position: left 0.27778em;
  background-repeat: no-repeat;
  background-size: 1.83333em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  min-height: 1.77778em;
  padding: 0.11111em 0 0 2.44444em;
}
#entrylist dl {
  margin: 0;
}
#entrylist dt {
  padding: 12px 15px;
  position: relative;
}
#entrylist dt:first-child {
    border-top: none;
}
#entrylist dt .entry_title a {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
#entrylist dl div {
  border-bottom: 1px solid #e1e3e5;
  overflow:hidden;
}
#entrylist dd {
  color: #595959;
  font-size: 12px;
  line-height: 1.6;
  margin: -10px 0 0;
  padding: 0 15px 12px;
}
#entrylist dd:after {
  content: "";
  clear: both;
  display:  block;
}
#entrylist dl div:last-child {
  border: none;
}
#relNavigate {
  margin: 15px 0;
  text-align: center;
}
#relNavigate a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
  width: 42%;
}

@media screen and (min-width: 768px) {
  #entrylist {
	margin: 0 -20px;
	padding: 20px 25px;
  }
  #entrylist h4 span {
	margin-left: 5px;
  }
  #entrylist dt {
	padding: 16px 0;
  }
  #entrylist dd {
	font-size: 13px;
	margin: -14px 0 0;
	padding: 0 0 16px;
  }
  #relNavigate {
	margin: 20px 0;
  }
  #relNavigate a {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline;
	font-size: 16px;
	margin: 0 30px;
	text-decoration: underline;
	width: auto;
  }
}
@media screen and (min-width: 1000px) {
  #relNavigate a:hover {
	text-decoration: none;
  }
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
  border-top: 1px solid #e1e3e5;
}
#sitemaps ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#sitemaps ul li {
  padding:0;
  margin:0;
  background-color: #fff;
  border-bottom: 1px solid #e1e3e5;
}
#sitemaps li a {
  color: #4d4d4d;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  margin:0;
}
#sitemaps ul li:before{display:none;}
#sitemaps li a::before {
  border-right: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
  content: '';
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#sitemaps .l2 {
  margin-top: -1px;
}
#sitemaps .l2 a {
  border-top: 1px dashed #e1e3e5;
  margin: 0 10px;
  padding: 14px 25px 14px 15px;
}
#sitemaps .l2 a::before {
  right: 10px;
}
#sitemaps .l3 {
  margin-top: -1px;
}
#sitemaps .l3 a {
  border-top: 1px dashed #e1e3e5;
  margin: 0 10px 0 20px;
  padding: 14px 25px 14px 40px;
}
#sitemaps .l3 a::before {
  right: 10px;
}
#sitemaps br {
  display: none;
}
@media screen and (min-width: 768px) {
  #sitemaps {
	border-top: none;
  }
  #sitemaps ul {
	padding: 0 10px;
  }
  #sitemaps ul:first-of-type {
	padding-top: 20px;
  }
  #sitemaps ul:last-of-type {
	padding-bottom: 20px;
  }
  #sitemaps li,
  #sitemaps .l2,
  #sitemaps .l3 {
	background-color: transparent;
	border: none;
	margin: 0 0 8px;
  }
  #sitemaps li a,
  #sitemaps .l2 a,
  #sitemaps .l3 a {
	color: #4887d9;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 0 20px;
  }
  #sitemaps li a::before,
  #sitemaps .l2 a::before,
  #sitemaps .l3 a::before {
	display: none;
  }
  #sitemaps li a::after,
  #sitemaps .l2 a::after,
  #sitemaps .l3 a::after {
	border-right: 2px solid #c2c2c2;
	border-top: 2px solid #c2c2c2;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
  }
  #sitemaps .l2 {
	margin-left: 20px;
  }
  #sitemaps .l2 a {
	border: none;
	margin: 0;
  }
  #sitemaps .l2 a::before {
	left: 0;
  }
  #sitemaps .l3 {
	margin-left: 50px;
  }
  #sitemaps .l3 a {
	border: none;
	margin: 0;
  }
  #sitemaps .l3 a::before {
	left: 0;
  }
}
@media screen and (min-width: 1000px) {
  #sitemaps li a:hover {
	color: #5fb552;
	text-decoration: underline;
  }
}
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow: hidden;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #space3, #space4, #space5, #space6 {
	padding: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #space3, #space4, #space5, #space6 {
	border-top: 1px solid #ddd;
	border-right: 1px solid #e1e3e5;
	border-bottom: 1px solid #e1e3e5;
	border-left: 1px solid #e1e3e5;
  }
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
  border-bottom: 1px solid #e1e3e5;
  overflow: hidden;
  padding: 15px;
}
.blog .thumb {
  float: left;
  margin-right: 15px;
}
.blog .thumb img {
  max-width: 100px;
}
.blog .title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog .title a {
  color: #333333;
}
.blog .info {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.blog .info a {
  color: rgba(51, 51, 51, 0.5);
}
.blog .body{
  clear:both;
  padding:10px 0;
}
.blog .more {
  text-align: right;
}
.blog .plist{padding:0 5px;}
.blog .plist a{margin:0 2px;}
.blog .plist::before{content:" | ";}
@media screen and (min-width: 768px) {
  .blog {
	padding: 20px 10px;
  }
  .blog:last-of-type {
	border: none;
  }
  .blog .thumb {
	margin: 0 25px 25px 0;
  }
  .blog .thumb img {
	max-width: 200px;
  }
  .blog .title {
	font-size: 20px;
	margin-bottom: 15px;
  }
  .blog .info {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
  }
  .blog .body {
	overflow: hidden;
	clear: none;
  }
}
@media screen and (min-width: 1000px) {
  .blog .title a:hover {
	color: #5fb552;
  }
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
  border-bottom: 1px solid #e1e3e5;
  padding: 15px;
}
#searchresult dl {
  margin: -15px;
}
#searchresult dt {
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 15px 0;
}
#searchresult dt a {
  background-image: url(img/category_title.png);
  background-position: left 0.11111em;
  background-repeat: no-repeat;
  background-size: 2em auto;
  line-height: 1.5;
  min-height: 1.72222em;
  padding: 0 0 0 2.22222em;
  font-weight: normal;
  display:block;
}
#searchresult dd {
  font-size:90%;
  line-height:1.6;
  border-bottom: 1px solid #e1e3e5;
  margin: 0;
  padding: 5px 15px 15px;
}
#searchresult dd:last-of-type {
  border-bottom: none;
}
#searchresult b {
  color: #5fb552;
}
@media screen and (min-width: 768px) {
  #searchresult {
	border-bottom: none;
	padding: 20px 10px;
  }
  #searchresult dl {
	margin: -20px -10px;
  }
  #searchresult dt {
	padding: 25px 10px 0;
  }
  #searchresult dd {
	padding: 5px 10px 20px;
  }
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
  margin: 0;
}
#linklist dt {
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 15px 0;
}
#linklist dd {
  border-bottom: 1px solid #e1e3e5;
  margin: 0;
  padding: 5px 15px 15px;
}
@media screen and (min-width: 768px) {
  #linklist dt {
	padding: 25px 10px 0;
  }
  #linklist dd {
	padding: 5px 10px 20px;
  }
  #linklist dd:last-of-type {
	border: none;
  }
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
  border: none;
}
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.55556em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 10px 0;
  min-height: 1.77778em;
  padding: 0.11111em 0 0 2.11111em;
}
@media screen and (min-width: 768px) {
  #main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-size: 1.5em auto;
	font-size: 22px;
	line-height: 1.4;
	margin: 12px 0;
	min-height: 1.83333em;
	padding: 0.16667em 0 0 2.08333em;
  }
}
.point1 {
  background-image: url(img/point1.png);
}
.point2 {
  background-image: url(img/point2.png);
}
.point3 {
  background-image: url(img/point3.png);
}
.point4 {
  background-image: url(img/point4.png);
}
.point5 {
  background-image: url(img/point5.png);
}
.point6 {
  background-image: url(img/point6.png);
}
.point7 {
  background-image: url(img/point7.png);
}
.point8 {
  background-image: url(img/point8.png);
}
.point9 {
  background-image: url(img/point9.png);
}
.point10 {
  background-image: url(img/point10.png);
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  border: none;
  height: auto;
}
.rank {
  background-color: #f9f9f9;
  margin: 0 0 25px;
}
.rank .rank-inner {
  padding: 15px 15px 5px;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
  background-color:#FFF;
  //background-color: #6aac22;
  background-position: 5px 5px;
  background-size: 2.08333em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  min-height: 1.5em;
  padding: 0.75em 15px 0.5em 2.66667em;
}
.rank .float-l,
.rank .float-r {
  background-color: #f2f2f2;
  float: none;
  text-align: center;
}
.rank .float-l img,
.rank .float-r img {
  margin: 10px 0;
  max-width:100%;
}
.rank .float-l img:last-child,
.rank .float-r img:last-child {
  margin-bottom: 10px;
}
.rank .float-l p img:last-child,
.rank .float-r p img:last-child {
  margin-bottom: 0;
}
.rank .float-l p:last-of-type img,
.rank .float-r p:last-of-type img {
  margin-bottom: 10px;
}
.rank .feature {
  color: #6aac22;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.rank .rankbox .rnkbody {
  margin-bottom: 10px;
}
.rank .rank-table {
  margin: 10px 0;
  overflow: hidden;
}
.rank td,.rank th{
  padding:12px;
  font-size:15px;
}
.rank th{
  width:25%;
  background-color:#f7f7f7;
  text-align:center;
}
.rank .more{clear:both;}
.rank table,.rank .rank-table{clear:both;}
.rank table{
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
}
.rank .rank-table .rank-price {
  display: inline-block;
  font-family: Arial;
  font-size: 26px;
  line-height: 1.2;
  vertical-align: baseline;
}
.rank .comment {
  background-color: #ffffff;
  border-bottom: 2px solid #dddddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0;
}
.rank .comment .comment-tit {
  background-color: #6AAC22;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  padding: 10px 15px 8px;
}
.rank .comment .comment-tit span {
  background-image: url(img/comment-tit.png);
  background-position: left 0.09091em;
  background-repeat: no-repeat;
  background-size: 1.27273em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  min-height: 1.22727em;
  padding: 0 0 0 2.04545em;
}
.rank .comment .comment-body {
  padding: 15px;
}
.rank .more {
  margin: 15px 0;
  position: relative;
  text-align: center;
}
.rank .more span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.rank .more span:last-child {
  margin-bottom: 0;
}
.rank .more span.official a {
  background-color: #f18001;
}
.rank .more span.official a::before {
  background-color: #C16601;
}
.rank .more a {
  background-color: #237db9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 25px;
  position: relative;
  text-decoration: none;
}
.rank .more a::before {
  background-color: #1C6494;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: -1;
}
.rank .more a::after {
  background-image: url(img/button_more.png);
  background-position: left 0.125em;
  background-repeat: no-repeat;
  background-size: 1.8125em auto;
  content: '';
  height: 100%;
  left: 30px;
  position: absolute;
  top: 12px;
  width: 100%;
}
.rank1, .rank2, .rank3 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.35em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  height: auto;
  line-height: 1.5;
  margin: 8px 0;
  min-height: 1.8em;
  padding: 0.6em 0 0.6em 2.6em;
}
.rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.35em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  height: auto;
  line-height: 1.5;
  margin: 8px 0;
  min-height: 1.8em;
  padding: 0.2em 0 0.4em 2.6em;
}
#menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 45px;
}
.rank1 {
  background-image: url(img/rank1.png);
}
.rank2 {
  background-image: url(img/rank2.png);
}
.rank3 {
  background-image: url(img/rank3.png);
}
.rank4 {
  background-image: url(img/rank4.png);
}
.rank5 {
  background-image: url(img/rank5.png);
}
.rank6 {
  background-image: url(img/rank6.png);
}
.rank7 {
  background-image: url(img/rank7.png);
}
.rank8 {
  background-image: url(img/rank8.png);
}
.rank9 {
  background-image: url(img/rank9.png);
}
.rank10 {
  background-image: url(img/rank10.png);
}
@media screen and (min-width: 768px) {
  .rank {
	margin: 0 0 36px;
  }
  .rank .float-l img,
  .rank .float-r img {
	margin: 16px 0;
  }
  .rank .float-l,
  .rank .float-r {
	margin-bottom: 10px;
  }
  .rank .comment .comment-tit {
	padding: 12px 20px 10px;
  }
  .rank .comment .comment-body {
	padding: 15px 20px;
  }
  .rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
	background-position: left top;
	background-size: 2.30769em auto;
	font-size: 20px;
	line-height: 1.4;
	margin: 12px 0 6px;
	min-height: 1.76923em;
	padding: 0.625em 0 0.375em 2.61538em;
  }
}
@media screen and (min-width: 1000px) {
  .rank .rank1 a, .rank .rank2 a, .rank .rank3 a, .rank .rank4 a, .rank .rank5 a, .rank .rank6 a, .rank .rank7 a, .rank .rank8 a, .rank .rank9 a, .rank .rank10 a {
	-moz-transition: text-shadow 0.1s ease 0s;
	-o-transition: text-shadow 0.1s ease 0s;
	-webkit-transition: text-shadow 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: text-shadow 0.1s ease 0s;
  }
  .rank .rank1 a:hover, .rank .rank2 a:hover, .rank .rank3 a:hover, .rank .rank4 a:hover, .rank .rank5 a:hover, .rank .rank6 a:hover, .rank .rank7 a:hover, .rank .rank8 a:hover, .rank .rank9 a:hover, .rank .rank10 a:hover {
	text-decoration: underline;
	//text-shadow: 0 3px 5px #266438;
  }
  .rank .float-l,.rank .float-r{
	float:left;
	background-color:transparent;
	padding:0 20px 10px 20px;
	max-width:30%;
  }
  #main .rank .more{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  }
  .rank .more span{
	width:48%;
	margin-left:1%;
	margin-right:1%;
  }
  .rank .more span a {
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.1s ease 0s;
  }
  .rank .more span a:hover {
	background-color: #6EB8F0;
	background-image: none;
	left: 0;
	top: 2px;
  }
  .rank .more span a:hover::before {
	display: none;
  }
  .rank .more span.official a:hover {
	background-color: #FFBE22;
  }
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3, #menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5,#menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 36px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 18px;
  height: auto;
  line-height: 1.5;
  margin: 10px auto;
  min-height: 40px;
  padding: 0.27778em 0 0 2.44444em;
}
#menu .rank1 {
  background-image: url(img/rank1.png);
}
#menu .rank2 {
  background-image: url(img/rank2.png);
}
#menu .rank3 {
  background-image: url(img/rank3.png);
}
#menu .rank4 {
  background-image: url(img/rank4.png);
}
#menu .rank5 {
  background-image: url(img/rank5.png);
}

/* メニュー用 画像スタイルサイズ調整 */
#menu .point1, #rmenu .point1, #menu .point2, #rmenu .point2, #menu .point3, #rmenu .point3, #menu .point4, #rmenu .point4, #menu .point5, #rmenu .point5, #menu .point6, #rmenu .point6, #menu .point7, #rmenu .point7, #menu .point8, #rmenu .point8, #menu .point9, #rmenu .point9, #menu .point10, #rmenu .point10, #menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3, #menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
border:none;
background-size:36px auto;
background-position:top left;
height:auto;
min-height:36px;
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 #menu,
#column1 #main {
  float: none;
  width: 100%;
  box-sizing:border-box;
}
@media screen and (min-width: 768px) {
  #column1 #main {
    padding-left:32px;
    padding-right:32px;
 }
  #column1 #menu {
	background-color: #f9f9f9;
	border-top: 1px solid #e1e3e5;
	margin-top: -1px;
	padding: 20px 20px 0;
  }
  #column1 #menu h4,
  #column1 #menu .title {
	margin-bottom: -1px;
  }
  #column1 #menu .menubox {
	margin-bottom: 20px;
  }
  #column1 #menu .menulist ul {
	background-color: #fff;
	border: 1px solid #e1e3e5;
	line-height: 0;
	padding: 13px 20px 3px;
  }
  #column1 #menu .menulist li {
	background-color: transparent;
	border: none;
	display: inline;
  }
  #column1 #menu .menulist li a {
	border: none;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 0 0 0 16px;
	text-decoration: underline;
  }
  #column1 #menu .menulist li a::before {
	display: none;
  }
  #column1 #menu .menulist li a::after {
	border-right: 2px solid #c2c2c2;
	border-top: 2px solid #c2c2c2;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 6px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
  }
  #column1 #menu .menulist li a span {
	text-decoration: none;
  }
  #column1 ul#newEntry,
  #column1 ul#entryarchive {
	background-color: #fff;
	border: 1px solid #e1e3e5;
	line-height: 0;
	padding: 13px 20px 3px;
  }
  #column1 ul#newEntry li,
  #column1 ul#entryarchive li {
	background-color: transparent;
	border: none;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 0 0 0 1.23077em;
	position: relative;
  }
  #column1 ul#newEntry li::before,
  #column1 ul#entryarchive li::before {
	content: '・';
	left: 0;
	position: absolute;
  }
  #column1 #categorylist .thumb {
	float: left;
	margin-right: 25px;
	max-width: 200px;
  }
  #column1 #categorylist .body::after {
	clear: both;
	content: '';
	display: block;
  }
  #column1 #categorylist .more {
	margin: 10px 0;
	text-align: right;
  }
  #column1 #categorylist .more a {
	display: inline-block;
	padding: 3px 10px 3px 0;
	vertical-align: bottom;
	width: 154px;
  }
  #column1 .rank .rank1, #column1 .rank .rank2, #column1 .rank .rank3 {
	background-position: 10px 1px;
	background-size: 2.17647em auto;
	font-size: 22px;
	line-height: 1.5;
	min-height: 1.52941em;
	padding: 0.64706em 15px 0.47059em 2.88235em;
	}
  #column1 .rank .rank4, #column1 .rank .rank5, #column1 .rank .rank6, #column1 .rank .rank7, #column1 .rank .rank8, #column1 .rank .rank9, #column1 .rank .rank10 {
	background-position: 5px 6px;
	background-size: 2.17647em auto;
	font-size: 22px;
	line-height: 1.3;
	min-height: 1.52941em;
	padding: 0.64706em 15px 0.47059em 2.88235em;
  }
  #column1 .rank .rank-inner {
	padding: 25px 30px 10px;
  }
  #column1 .rank .rankbox .rnkbody {
	margin-bottom: 20px;
  }
  #column1 .rank .rank-table {
	margin-bottom: 20px;
	margin-top: 20px;
  }
  #column1 .rank .comment {
	margin: 20px 0;
  }
  #column1 .rank .more {
	margin: 25px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  }
  #column1 .rank .more span{
	width:46%;
	margin-left:2%;
	margin-right:2%;
  }
}
@media screen and (min-width: 1000px) {
  #column1 #menu .menulist li a:hover {
	text-decoration: none;
  }
  #column1 ul#newEntry li a:hover,
  #column1 ul#entryarchive li a:hover {
	text-decoration: none;
  }
  #column1 #categorylist .more a {
	padding: 2px 10px 2px 0;
  }
  #column1 .rank .more::after {
	clear: both;
	content: '';
	display: block;
  }
  #column1 .rank .more span {
	margin-bottom: 0;
  }
}
/*
==================================================
２カラムレイアウト
==================================================
*/
@media screen and (min-width: 768px) {
  #column2 #main {
	width: 68%;
  }
  #column2 #menu {
	float: left;
	width: 32%;
  }
/*
  #column2 #menu::before {
	background-color: #f9f9f9;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 32%;
	z-index: -1;
  }
  #column2 #menu::after {
	background-color: #e1e3e5;
	bottom: 0;
	content: '';
	left: 32%;
	position: absolute;
	top: 0;
	width: 1px;
  }
*/
  #column2 #categorylist .thumb {
	float: left;
	margin-right: 25px;
	max-width: 200px;
  }
  #column2 #categorylist .body::after {
	clear: both;
	content: '';
	display: block;
  }
  #column2 #categorylist .more {
	margin: 10px 0;
	text-align: right;
  }
  #column2 #categorylist .more a {
	display: inline-block;
	padding: 3px 10px 3px 0;
	vertical-align: bottom;
	width: 154px;
  }
  #column2 .rank .rank1, #column2 .rank .rank2, #column2 .rank .rank3 {
	background-position: 10px 0;
	background-size: 2.17647em auto;
	font-size: 22px;
	line-height: 1.5;
	min-height: 1.52941em;
	padding: 0.64706em 15px 0.47059em 2.88235em;
  }
  #column2 .rank .rank4, #column2 .rank .rank5, #column2 .rank .rank6, #column2 .rank .rank7, #column2 .rank .rank8, #column2 .rank .rank9, #column2 .rank .rank10 {
	background-position: 5px;
	background-size: 2.17647em auto;
	font-size: 22px;
	line-height: 1.3;
	min-height: 1.52941em;
	padding: 0.64706em 15px 0.47059em 2.88235em;
  }
  #column2 .rank .rank-inner {
	padding: 25px 30px 10px;
  }
  #column2 .rank .rankbox .rnkbody {
	margin-bottom: 20px;
  }
  #column2 .rank .rank-table {
	margin-bottom: 20px;
	margin-top: 20px;
  }
  #column2 .rank .comment {
	margin: 20px 0;
  }
  #column2 .rank .more {
	margin: 25px 0;
  }
}
@media screen and (min-width: 1000px) {
  #column2 #main {
	width: 700px;
  }
  #column2 #menu {
	width: 300px;
  }
  #column2 #menu::before {
	width: 300px;
  }
  #column2 #menu::after {
	left: 299px;
  }
  #column2 #menu .menulist li {
	-moz-transition: background-color 0.1s ease 0s;
	-o-transition: background-color 0.1s ease 0s;
	-webkit-transition: background-color 0.1s ease;
	-webkit-transition-delay: 0s;
	transition: background-color 0.1s ease 0s;
  }
  #column2 #menu .menulist li:hover {
	background-color: #f9f9f9;
  }
  #column2 #menu .menulist li a:hover {
	left: 0;
	top: 0;
  }
  #column2 #categorylist .more a {
	padding: 2px 10px 2px 0;
  }
  #column2 .rank .more::after {
	clear: both;
	content: '';
	display: block;
  }
}
/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/

#headerbox {
  height: auto !important;
}

@media screen and (max-width: 999px) {
  #header {
	height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #top h1 {
	  padding: 13px 10px;
	  
	  padding: 13px 48px 13px 10px;
	  
	  
  }
  #topmenubtn {
	  display: none;
	  
	  display: block;
	  
	  
  }
  #main,
  #menu,
  #rmenu,
  #layoutbox {
	float: none !important;
  }
}
@media screen and (min-width: 768px) {
  #column2 #menu::before {
	  left: auto;
	  left: 0;
  }
  #column2 #menu::after {
	  left: auto;
	  left: 32%;
  }
  #column3 #menu::before {
	  left: auto;
	  left: 0;
  }
  #column3 #menu::after {
	  left: auto;
	  left: 30%;
  }
  #column3 #rmenu {
	  padding: 30px 0 0;
	  padding-right: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #column2 #menu::after {
	  left: auto;
	  left: 319px;
  }
  #column3 #menu::after {
	  left: auto;
	  left: 219px;
  }
}
#contents #main .txt-decbox1,
#contents #main .txt-decbox2 {
  margin: 10px 0;
  overflow:hidden;
}
#contents #main .txt-decbox1 .top_box h3,
#contents #main .txt-decbox2 .top_box h3 {
  border: none !important;
}
#contents #main .txt-decbox1 .top h3 span,
#contents #main .txt-decbox2 .top h3 span {
  display: block;
}
#contents #main .txt-border h3,
#contents #main .txt-grayback h3,
#contents #main .txt-colorback h3,
#contents #main .txt-frame h3,
#contents #main .txt-colorframe h3,
#contents #main .txt-rndbox h3,
#contents #main .txt-decbox2 h3,
#contents #main .txt-decbox2 h3 {
	margin-left:0;
	margin-right:0;
}
@media screen and (min-width: 768px) {

  #contents #main .txt-frame .top {
	background-image: url("img/frame_t.gif"), url("img/frame_t.gif"), url("img/frame_t.gif");
	background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-frame .bottom {
	background-image: url("img/frame_b.gif"), url("img/frame_b.gif"), url("img/frame_b.gif");
	background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-colorframe .top {
	background-image: url("img/colorframe_t.gif"), url("img/colorframe_t.gif"), url("img/colorframe_t.gif");
	background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-colorframe .bottom {
	background-image: url("img/colorframe_b.gif"), url("img/colorframe_b.gif"), url("img/colorframe_b.gif");
	background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-rndbox .top {
	background-image: url("img/round_t.gif"), url("img/round_t.gif"), url("img/round_t.gif");
	background-position: left top, 885px top, 1770px top;
  }
  #contents #main .txt-rndbox .bottom {
	background-image: url("img/round_b.gif"), url("img/round_b.gif"), url("img/round_b.gif");
	background-position: left top, 885px top, 1770px top;
  }
  #contents #main .txt-decbox1 .top {
	background-image: url("img/decbox_t.gif"), url("img/decbox_t.gif"), url("img/decbox_t.gif");
	background-position: left top, 850px top, 1700px top;
  }
  #contents #main .txt-decbox1 .bottom {
	background-image: url("img/decbox_b.gif"), url("img/decbox_b.gif"), url("img/decbox_b.gif");
	background-position: left top, 850px top, 1700px top;
  }
  .txt-decbox2 {
	position: relative;
	z-index: 0;
  }
  .txt-decbox2::before, .txt-decbox2::after {
	background-image: url("img/decbox2_r.gif");
	background-position: left bottom;
	background-repeat: repeat-y;
	bottom: 0;
	content: '';
	position: absolute;
	top: 0;
	width: 880px;
	z-index: -2;
  }
  .txt-decbox2::before {
	right: 900px;
  }
  .txt-decbox2::after {
	right: 1780px;
  }
  .txt-decbox2 .body {
	z-index: 1;
  }
  .txt-decbox2 .top,
  .txt-decbox2 .bottom {
	position: relative;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after,
  .txt-decbox2 .bottom::before,
  .txt-decbox2 .bottom::after {
	background-repeat: no-repeat;
	content: '';
	height: 16px;
	position: absolute;
	z-index: -1;
  }
  .txt-decbox2 .top::before,
  .txt-decbox2 .bottom::before {
	right: 900px;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after {
	background-image: url("img/decbox2_tr.gif");
	background-position: left top;
	top: 0;
	width: 890px;
  }
  .txt-decbox2 .top::after {
	right: 1790px;
  }
  .txt-decbox2 .bottom::before, .txt-decbox2 .bottom::after {
	background-image: url("img/decbox2_br.gif");
	background-position: left bottom;
	bottom: 0;
	width: 730px;
  }
  .txt-decbox2 .bottom::after {
	right: 1630px;
  }
}
#main .txt-frame, #main .txt-colorframe,#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding: 0 !important;
}
body{
}
//#header{ height: 0px;
	display:none;; }
#headerbox {display:none; }
#header h2 ,#header .title {
text-shadow:-1px -1px #FFF,1px -1px #FFF,-1px  1px #FFF,1px  1px #FFF,0 1px 5px rgba(0, 0, 0, 0.2);
}
#header h2 a, #header h2 a:visited,#header h2 a:hover,#header .title a,#header .title a:visited{}
#headertext ,#header .desc{

}
@media screen and (min-width: 768px) {

#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
}

#header{display:none;}

/*基本設定*/
.con_txt p{margin-bottom: 20px; }

/*margin padding*/
.mt0{margin-top: 0; }
.mt10{margin-top: 10px; }
.mt20{margin-top: 20px; }
.mt30{margin-top: 30px; }
.mt40{margin-top: 40px; }
.mr0{margin-right: 0; }
.mr10{margin-right: 10px; }
.mr20{margin-right: 20px; }
.mr30{margin-right: 30px; }
.mr40{margin-right: 40px; }
.mb0{margin-bottom: 0; }
.mb10{margin-bottom: 10px!important; }
.mb20{margin-bottom: 20px; }
.mb30{margin-bottom: 30px; }
.mb40{margin-bottom: 40px; }
.ml0{margin-left: 0; }
.ml10{margin-left: 10px; }
.ml20{margin-left: 20px; }
.ml30{margin-left: 30px; }
.ml40{margin-left: 40px; }
.pt0{padding-top: 0; }
.pt10{padding-top: 10px; }
.pt20{padding-top: 20px; }
.pt30{padding-top: 30px; }
.pt40{padding-top: 40px; }
.pr0{padding-right: 0; }
.pr10{padding-right: 10px; }
.pr20{padding-right: 20px; }
.pr30{padding-right: 30px; }
.pr40{padding-right: 40px; }
.pb0{padding-bottom: 0; }
.pb10{padding-bottom: 10px; }
.pb20{padding-bottom: 20px; }
.pb30{padding-bottom: 30px; }
.pb40{padding-bottom: 40px; }
.pl0{padding-left: 0; }
.pl10{padding-left: 10px; }
.pl20{padding-left: 20px; }
.pl30{padding-left: 30px; }
.pl40{padding-left: 40px; }

/*width*/
.w40p{width: 40%; }
.w60p{width: 60%; }
.w100p{width: 100%; }

/*color*/
.pink{font-weight: bold; color: #F33; }
.red{font-weight: bold; color: #F00; }
.blue{font-weight: bold; color: #00F; }
.gray{color: #aaa; }

/*text-align*/
.all{text-align: left; }
.alr{text-align: right; }
.alc{text-align: center; }

/*vertical-align*/
.vat{vertical-align: top; }
.vac{vertical-align: center; }
.vab{vertical-align: bottom; }

/*font-size*/
.fss{font-size: 12px; }
.fsn{font-size: 14px; line-height: 14px; }
.fsb{font-size: 30px; }
.fwb{font-weight: bold;}

/*コンテンツ設定*/
.line{font-weight: bold; background-color: #ff0; }
.con, .con2{position: relative; display: inline-block; width: 100%; clear: both; }


/*イメージ簡易ランキング*/
.img_rank{ display: inline-block; display: relative; width: 100%; }
.img_cell{ width: 32%; margin: 0 2% 10px 0; float: left; border: 1px #aaa solid; box-sizing: border-box; position: relative; overflow: hidden;}
.img_cell:nth-child(3n){ margin-right: 0; }

/*画像サイズ*/
p img{width: 100%; display: inline-block; }
p.mSize img{width: 60%; }
p.sSize img{width: 30%; }

/*float設定*/
.con .w30p:first-of-type{display: inline-block; width: 29.5%; margin-right: 0.5%; float: left; }
.con .w70p:last-of-type{display: inline-block; width: 69.5%; margin-left: 0.5%; float: left; }
.con .w50p:first-of-type{display: inline-block; width: 49.5%; margin-right: 0.5%; float: left; }
.con .w50p:last-of-type{display: inline-block; width: 49.5%; margin-left: 0.5%; float: left; }

.con2 .w50p:first-of-type{display: inline-block; width: 47%; margin: 10px 1% 10px 2%; float: left; }
.con2 .w50p:last-of-type{display: inline-block; width: 47%; margin: 10px 2% 10px 1%; float: left; }

/*表示切り替え*/
.pc_dis{display: inherit; }
.sp_dis{display: none; }

/*こだわり検索フォームエリア*/
.search-form form{display: table; padding: 0!important; width: 100%; }
.search-item {float: inherit!important; width: 100%; margin: 0; margin-right: 0!important; padding: 0; border-bottom: 1px #ccc solid; }
.search-item-name {padding: 10px 0 !important; display: table-cell!important; width: 110px; text-align: center; background-color: #f2ffe6; border-right: 1px #ccc solid; }
.search-item-value{display: table-cell!important; padding-left: 6px; }
.search-item.checkbox-item{width: 100%; }
.search-button {float: inherit!important; text-align: center; padding: 10px 0 !important; }
.search-button input {width: 80%!important; padding: 10px 0; font-size: 20px; letter-spacing: 20px; text-indent: 20px; }

/*こだわり検索フォームエリア----------------------------------------------------------*/
.search-button{float: left; padding: 0; width: 100%; text-align: center; margin: 0; }
.search-button input{width: 80%!important; padding: 20px 0; background-color: #95BE35; border: none; color: #FFF; font-weight: bold; text-align: center; border-radius: 5px; box-shadow: 0 2px 5px #555; cursor: pointer; font-size: 20px; letter-spacing: 15px; }
.search-item-value label span{margin-right: 10px; width: 70%; }

/*ランキングテーブル*/
.review_table td {margin: 5px; font-size: 11px;}
.review_table tr.type td img{margin-bottom: 5px;}
.review_table td p{margin-bottom: 0; }
.review_table th{width: 12%; }
.review_table th, .review_table td{text-align: center; padding: 10px 5px; }
.review_table tr.rank_area td {background-color: #ffffee; background-position: 50%; border-right: 1px #ccc solid; padding: 10px 0; }
.review_table tr.rank_area td img{width: 40%;}
.review_table tr.score_symbol td img{margin-bottom: 10px}
.review_table tr.score_area img{width: 70%; }
.review_table tr.btn_area img{width: 80%; }
.review_table tr.product_img{vertical-align: top;}
.review_table td span.score, .review_table td span.price {font-size: 20px; color: #ec1818; font-weight: bold; line-height: 0; }
.review_table span.flavor.strong, .review_table span.gender.woman {width: 100%; display: inline-block; border-radius: 3px; background-color: #fbc1c1; }
.review_table span.flavor.weak, .review_table span.gender.man {width: 100%; display: inline-block; border-radius: 3px; background-color: #c1fbfa; }
.review_table span.flavor.normal, .review_table span.gender.both {width: 100%; display: inline-block; border-radius: 3px; background-color: #fbe8c1; }
.review_table td span.campaign{background-color: #ec1818; color: #fff; border-radius: 3px; padding: 3px 5px; font-weight: bold; font-size: 10px; }

/*商品最安値テーブル*/
.price_table th, .price_table td{text-align: center; font-size: 12px; }
.price_table td a{font-size: 11px; }

/*サイドバナー*/
.nav_banner{
  border: 1px #aaa solid;
  margin-bottom: 20px;
}

/*商品詳細エリア*/
.article04_rankList {clear: both; width: 100%; margin-bottom: 20px; display: inline-block; position: relative; padding-bottom: 10px; }
#rank1 h4, #rank2 h4, #rank3 h4, #rank4 h4, #rank5 h4 {padding: 15px 0 10px 65px; margin-bottom: 20px; background-color: #f5f0e9;}
#rank1 h4::before {content: ''; background-image: url(./img/rank1.png); background-size: 42px; position: absolute; width: 50px; height: 55px; top: 2px; background-repeat: no-repeat; left: 10px; }
#rank2 h4::before {content: ''; background-image: url(./img/rank2.png); background-size: 42px; position: absolute; width: 50px; height: 55px; top: 2px; background-repeat: no-repeat; left: 10px; }
#rank3 h4::before {content: ''; background-image: url(./img/rank3.png); background-size: 42px; position: absolute; width: 50px; height: 55px; top: 2px; background-repeat: no-repeat; left: 10px; }
#rank4 h4::before {content: ''; background-image: url(./img/rank4.png); background-size: 42px; position: absolute; width: 50px; height: 55px; top: 2px; background-repeat: no-repeat; left: 10px; }
#rank5 h4::before {content: ''; background-image: url(./img/rank5.png); background-size: 42px; position: absolute; width: 50px; height: 55px; top: 2px; background-repeat: no-repeat; left: 10px; }
.article04_rankList .detail_line {clear: both; display: inline-block; width: 100%; margin-top: 0px; margin-bottom: 10px; }
.article04_rankList .article04_imgarea {display: inline-block; width: 51%; vertical-align: top; margin-right: 1%; position: relative; }
.article04_rankList .article04_imgarea p {text-align: center; margin-bottom: 10px; }
.article04_imgarea p.medal {position: absolute; left: 5px; top: 5px; width: 55px; z-index: 100; }
.article04_imgarea a {border: 1px #ccc solid; box-sizing: border-box; border-radius: 3px; display: inline-block; width: 100%; position: relative; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.article04_imgarea a:after {content: ""; color: #ccc; font-size: 12px; position: absolute; right: 5px; bottom: 5px; }
.point_area {position: relative; display: inline-block; width: 100%; clear: both; }
.article04_rankList .article04_txtarea {display: inline-block; width: 47%; vertical-align: bottom; }
#main .article04_txtarea table ul li{line-height: 1.1em;}
table.price_score {width: 100%; margin: 0 !important; }
table.price_score tr.price {padding: 20px 0; }
table.price_score th {text-align: center; width: 20%; font-size: 12px;}
table.price_score tr.price td {font-size: 20px; color: #f00; }
p.product_score {font-weight: bold; position: relative; border-radius: 3px; padding: 5px 0 0px 10px; background-color: #fbffbe; border: 1px #c7b768 solid;}
p.product_score img {width: 120px; position: relative; top: -3px; margin-left: 10px; }
p.product_score span {color: #f00; position: absolute; right: 5px; }

/*商品タグ*/
#main ul.tag_list{width: 100%; display: inline-block; position: relative; margin-bottom: 10px; margin: 0 0 10px 0; }
#main ul.tag_list li{background-color: #f2f2ee; padding: 3px 6px; border-radius: 3px; font-size: 12px; font-weight: bold; position: relative; display: inline-block; margin: 0; }
#main ul.tag_list li::before{content: ""; padding: 10px; position: relative; top: 0; left: 2px; margin-right: 0px; background-color: transparent; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-sizing: none; background-image: url("./img/tag_1.png"); background-size: 12px; background-repeat: no-repeat; background-position: left; }

/*チャートエリア*/
.chart_area{display: inline-block; width: 100%; clear: both; background-color: #feffea; border-radius: 3px; padding: 2% 0; box-sizing: border-box; border: 1px #aaa solid;}
.wrap-chart{ width: 58%; height: 350px; display: inline-block; float: left;}
.wrap-txt{width: 40%; display: inline-block; float: left;}
.wrap-txt table th{width: 20%;}
.wrap-txt table th, .wrap-txt table td{font-size: 10px; text-align: center;}
.wrap-txt p{font-size: 13px;}

/*説明タブエリア*/
.tabs{ width:100%; margin:10px auto; position:relative; border: 1px #eee solid;}
.tab-buttons span{ font:400 14px 'open sans',sans-serif; color:#333; background:#f8f8f8; cursor:pointer; border-bottom:2px solid #ddd; display:block; width:33.3%; float:left; text-align:center; height:40px; line-height:40px; font-weight: bold;}
.tab-content{ border-bottom:3px solid #ddd; padding: 20px; background:#f8f8f8; display:inline-block; font:400 13px 'open sans',sans-serif; color:#333; }
.tab-content p{ margin-bottom: 20px; font-size: 14px;}
#lamp, #lamp2, #lamp3, #lamp4, #lamp5 { width:33.3%; height:2px; background:#819e33; display:block; position:absolute; top:40px; transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; }
#lamp.content2, #lamp2.content2, #lamp3.content2, #lamp4.content2, #lamp5.content2{ left:33.3%; transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; }
#lamp.content3, #lamp2.content3, #lamp3.content3, #lamp4.content3, #lamp5.content3{ left:66.6%; transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; }
#lamp.content1, #lamp2.content1, #lamp3.content1, #lamp4.content1, #lamp5.content1{ left:0; transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; }

/*ボタンタブ切り替え*/
.tab-content{position: relative; }
.tab-content .left_slide{position: absolute; left: 0; top: 120px; z-index: 100; }
.tab-content .right_slide{position: absolute; right: 0; top: 120px; z-index: 100; }

/*関連記事一覧リスト*/
.column-list {width: 100%; height: auto; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap; margin-bottom: 40px; }
.column-bottom {justify-content: space-between; }
.column-common {width: 30%; background: #fff; position: relative; color: #555; margin: 1.4%; }
@media screen and (max-width: 640px) {.column-common {width: 40%; background: #fff; position: relative; color: #555; margin: 4.5%; } }
.column-common a {color: #303030; display: block; }
.column-common a {text-decoration: none; color: inherit; }
.column-common a:hover {opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -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; }
.column-img {width: 230px; height: 180px; display: table-cell; vertical-align: middle; layout-grid-line: 180px; border-bottom: 1px solid #eee; position: relative; }
.column-img p {text-align: center; }
.column-img img {width: auto; height: 100%; max-height: 180px; max-width: 100%; vertical-align: middle; text-align: center; object-fit: cover; margin: 0px !important; }
.column-common .category {font-size: 12px; padding: 10px 10px 0px 10px; word-wrap: break-word; word-break: break-all; line-height: 1; margin-bottom: 0; }
.column-common .title-area {overflow: hidden; max-height: 4.0rem; }
.column-common .title {font-size: 0.8rem; font-weight: bold; padding: 10px 10px 5px 10px; word-wrap: break-word; word-break: break-all; line-height: 1.5; margin-bottom: 0; display: -webkit-box; }
.column-common .title-cut {-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

/*口コミデザイン*/
.pst_rev {margin-top: 20px; padding: 15px; border: 1px #ddd solid; border-radius: 3px;}
.pst_rev p.rev_tit {font-size: 18px; font-weight: bold; margin-bottom: 0 !important; }
.pst_rev .rev_scr {font-size: 12px; border-bottom: 1px #ddd solid; margin-bottom: 20px;}
.pst_rev .rev_scr img {width: 90px; position: relative; top: -2px; }
.pst_rev .rev_scr span {color: #f00; font-weight: bold; margin-left: 10px; }
.rev_img_area {width: 100%; position: relative; display: inline-block; clear: both; margin-bottom: 20px; }
.rev_img_area .img_cell {width: 19%; margin-right: 1.2%; float: left; }
.rev_img_area .img_cell img {border-radius: 3px; }
.pst_rev .cnt_area {border-bottom: 1px #ddd solid; }
.cnt_txt{margin-bottom: 20px;}
.dtl_rev {margin-top: 10px; position: relative; }
#main .dtl_rev span.profile {font-size: 14px; color: #aaa; margin: 0 10px; border: none; }
.dtl_rev span.day {right: 5px; font-size: 14px; color: #aaa; position: relative; padding-left: 18px; margin-left: 10px; }
.pst_dtl {width: 100%; position: absolute; text-align: right; right: 0; top: 5px; display: inline-block; }
.cnt_dtl_link {margin-top: 20px; }
.dtl_rev img {width: 40px; }
.cnt_dtl_link a {width: 100%; display: inline-block; text-align: center; text-decoration: none; padding: 20px 0; border: 1px #ddd solid; border-radius: 3px; color: #6b6b6b; }
.cnt_dtl_link a span {position: relative; }
.cnt_dtl_link a span:before {content: "\f086"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; left: -20px; top: 7px; }
span.annotation{font-size: 11px; color: #999; }
p.annotation{font-size: 11px; color: #999; line-height: 11px; }
.detail_ranking img{border: none;}

/*実際に使用したコンテンツエリア*/
.review_orange{
  border: 2px #ffaa00 solid;
  padding: 0px 20px 10px 20px;
  border-radius: 3px;
}

/*詳細ページリンク*/
p.detail_link{text-align: right; font-size: 13px; }
p.detail_link a{background-image: url(./img/link_arrow.png); background-position: left 3px; background-repeat: no-repeat; line-height: 1.7; margin: 13px 0; padding: 0 0 0 28px; position: relative; background-size: 13px; text-decoration: none;}

/*口コミ簡略化デザイン*/
.review_voice p#more_btn{width: 90%; display: inherit; text-decoration: none; text-align: center; padding: 10px 0; margin: 0 5% 10px 5%; border: 1px #00a1b3 solid; background-color: #fff; position: relative; }
.pst_rev_area p#more_btn{width: 100%; display: inherit; text-decoration: none; text-align: center; padding: 10px 0; margin: 20px 0; border: 1px #00a1b3 solid; background-color: #fff; position: relative; box-sizing: border-box; }
.review_voice p#more_btn:after{content: "\f13a"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; right: 15px; top: 44%; color: #40aab5; }

/*コンテンツデコレーション[.column_point]*/
.column_point {position: relative; margin: 1.5em 0 1em; padding: 0.5em 1em; border: solid 3px #e38524; border-radius: 8px; }
.column_point .box-title {position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 9px; line-height: 1; font-size: 19px; background: #FFF; color: #e38524; font-weight: bold; }

.column_point p {margin: 0; padding: 10px 0; margin-bottom: 0 !important; }
.product_component_list{width: 100%; display: inline-block; border: 1px #ccc solid; margin-bottom: 20px; }
.product_component_list p.tit{text-align: center; vertical-align: middle; font-weight: bold; width: 100%; border-bottom: 1px #ccc solid; box-sizing: border-box; background-color: #ffffee; padding: 10px 0; }
.product_component_list p.commentary{margin: 20px; }
.product_component_list p.commentary span.red{color: #f00; font-weight: bold; }
.column_point_box{background-color: #f5e9f4; margin: 20px 0 30px; }
.column_point_box ul li{background-image: url(./img/ul2.png)!important; }
.column_point_box2{background-color: #e9f3f5; margin: 20px 0 30px; }
.column_point_box2 ul li{background-image: url(./img/ul3.png)!important; }


/*キャンペーン中エリア*/

.campaign_area{
  background-color: #fff5de;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  border: 6px #ffbc00 dashed;
  box-sizing: border-box;
  padding: 10px;
}

/*タブレットサイズ設定*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  .con .w50p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; float: none;}
  .con .w50p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: none; }
  .pc_dis{display: inherit; }
  .sp_dis{display: none; }
}

/*スマートフォンサイズ設定*/
@media screen and (max-width: 479px) {
  .con .w50p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: none;}
  .con .w50p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: none; }
  .con .w30p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: left; }
  .con .w70p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: left; }
  .con2 .w50p:first-of-type{display: inline-block; width: 96%; margin: 20px 2% 5px 2%; float: left; }
  .con2 .w50p:last-of-type{display: inline-block; width: 96%; margin: 5px 2% 20px 2%; float: left; }
  .pc_dis{display: none; }
  .sp_dis{display: inherit; }

  /*width*/
  .w40p{width: 100%; }
  .w60p{width: 100%; }

  /*商品詳細エリア*/
  .article04_rankList .article04_imgarea {display: inline-block; width: 100%; margin-right: 0; margin-bottom: 10px;}
  .article04_rankList .article04_txtarea {display: inline-block; width: 100%;}

  /*チャートエリア*/
  .chart_area{padding: 0% 5%;}
  .wrap-chart{ width: 100%; height: 310px; display: inline-block; float: inherit;}
  .wrap-txt{width: 100%; display: inline-block; float: inherit;}

  /*無添加一覧*/
  .chara_free p.list {width:padding: 4px 0px; border-radius: 3px; font-size: 12px; font-weight: bold; float: left; margin-right: 5px; margin-bottom: 5px; }

  /*ランキングテーブル*/
  table.review_table.comparison tr td:nth-child(5), table.review_table.comparison tr td:nth-child(6) {display: none;}
  .review_table td {font-size: 10px;}
}

/*条件検索ボタン*/
p#search_btn{width: 100%; padding: 20px 0; border: 1px solid #aaa; background-color: #68a036; color: #fff; text-align: center; box-sizing: border-box; margin-bottom: 10px; }


/*口コミデザイン*/
.pst_rev {margin-top: 20px; padding: 15px; border: 1px #ddd solid; border-radius: 3px;}
.pst_rev p.rev_tit {font-size: 18px; font-weight: bold; margin-bottom: 0 !important; }
.pst_rev .rev_scr {font-size: 12px; border-bottom: 1px #ddd solid; margin-bottom: 20px;}
.pst_rev .rev_scr img {width: 90px; position: relative; top: -2px; }
.pst_rev .rev_scr span {color: #f00; font-weight: bold; margin-left: 10px; }
.rev_img_area {width: 100%; position: relative; display: inline-block; clear: both; margin-bottom: 20px; }
.rev_img_area .img_cell {width: 19%; margin-right: 1.2%; float: left; }
.rev_img_area .img_cell img {border-radius: 3px; }
.pst_rev .cnt_area {border-bottom: 1px #ddd solid; }
.cnt_txt{margin-bottom: 20px;}
.dtl_rev {margin-top: 10px; position: relative; }
.dtl_rev span.day:before{ content: "\f040"; font-family: FontAwesome; font-weight: normal; font-size: 1.1em; position: relative; right: 5px; }
#main .dtl_rev span.profile {font-size: 14px; color: #aaa; margin: 0 10px; border: none; }
.dtl_rev span.day {right: 5px; font-size: 14px; color: #aaa; position: relative; padding-left: 18px; margin-left: 10px; }
.pst_dtl {width: 100%; position: absolute; text-align: right; right: 0; top: 5px; display: inline-block; }
.cnt_dtl_link {margin-top: 20px; }
.dtl_rev img {width: 40px; }
.cnt_dtl_link a {width: 100%; display: inline-block; text-align: center; text-decoration: none; padding: 20px 0; border: 1px #ddd solid; border-radius: 3px; color: #6b6b6b; }
.cnt_dtl_link a span {position: relative; }
.cnt_dtl_link a span:before {content: "\f086"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; left: -20px; top: 7px; }
span.annotation{font-size: 11px; color: #999; }
p.annotation{font-size: 11px; color: #999; line-height: 11px; }
.detail_ranking img{border: none;}

/*ボタン設定*/
.btn-cv {padding: .5em 0; overflow: hidden; position: relative; } .btn-cv a {border: solid #fff 10px; /* ? border-radius: 12px; */ border-radius: 50px; /*  box-shadow: 1px 1px 10px 0 #a1a1a1;*/ box-shadow: 0 0 0 1px #999, 3px 3px 5px 0 #a1a1a1; color: #fff; display: block; /*  font-size: 1.6em;*/ font-size: 1.7em; font-weight: bold; line-height: 1.3; margin: 0.5em auto; /*  padding: 1em 2em .8em;*/ padding: 1em 0 .8em; position: relative; text-align: center; text-decoration: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; vertical-align: middle; width: 85%; } .btn-cv.is-fz20 a {font-size: 20px; } .btn-cv a img {vertical-align: middle; } .btn-cv a:after {content: ' ' !important; } /* ボタン内のアイコン */ .btn-cv a:before {content: "\f138"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; right: 15px; top: 50%; } .btn-cv a:hover {box-shadow: 1px 1px 2px 0 #a1a1a1; filter: alpha(opacity=70); opacity: .7; } /* 2つ連続で並べる場合の余白 */ .btn-cv + .btn-cv a {margin-top: 0; } /* 緑ボタン */ .btn-cv a {background: #00a23f; /*   background: -webkit-linear-gradient(#00a23f, #39900a); background: linear-gradient(#00a23f, #39900a);*/ background: -webkit-linear-gradient(#77e83a, #39900a); background: linear-gradient(#77e83a, #39900a); text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1); } /* ボタンの光沢 */ .is-reflection a {overflow: hidden; } .is-reflection a:after {-moz-animation: is-reflection 4s ease-in-out infinite; -moz-transform: rotate(45deg); -ms-animation: is-reflection 4s ease-in-out infinite; -ms-transform: rotate(45deg); -o-animation: is-reflection 4s ease-in-out infinite; -o-transform: rotate(45deg); -webkit-animation: is-reflection 4s ease-in-out infinite; -webkit-transform: rotate(45deg); animation: is-reflection 4s ease-in-out infinite; background-color: #fff; content: " "; height: 100%; left: 0; opacity: 0; position: absolute; top: -180px; transform: rotate(45deg); width: 30px; } /* アニメーションを遅延させる */ .is-reflection + .is-reflection a:after {-webkit-animation-delay: .3s; animation-delay: .3s; } @keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; } } @-webkit-keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } } /* CVボタン矢印揺れ */ .is-trembling a:before {-webkit-animation-name:is-trembling; -webkit-animation-duration:.8s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease; -moz-animation-name:is-trembling; -moz-animation-duration:1s; -moz-animation-iteration-count:infinite; -moz-animation-timing-function:ease; } @-webkit-keyframes is-trembling {0% {-webkit-transform:translate(-3px, 0);} 100% {-webkit-transform:translate(0, 0);} } /* ボタンをバウンドさせる */ .is-bounce {animation: bounce 4s infinite; -moz-animation: bounce 4s infinite; -webkit-animation: bounce 4s infinite; -webkit-animation-delay: 4s; animation-delay: 4s; } @-webkit-keyframes bounce {0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);} 5% {-webkit-transform: translateY(-6px);} 12% {-webkit-transform: translateY(-4px);} } @keyframes bounce {20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);} 25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);} 32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);} } /* アニメーションを遅延させる */ .is-bounce + .is-bounce {-webkit-animation-delay: .5s; animation-delay: .5s; } /* ぷるるるるん！ */ .is-purun {-webkit-animation: is-purun 5s infinite; -moz-animation: is-purun 5s infinite; animation: is-purun 5s infinite; } @-webkit-keyframes is-purun {0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } } @keyframes is-purun {0% { transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { transform: scale(1.0, 1.0) translate(0%, 0%); } } /* アニメーションを遅延させる */ .is-purun + .is-purun {-webkit-animation-delay: .5s; animation-delay: .5s; } @keyframes horizontal {0% { transform:translateX( -5px); } 100% { transform:translateX(  0px); } } .yurayura {animation: horizontal 1s ease-in-out infinite alternate; } @media screen and (max-width: 1050px) {.btn-cv a {width: 94%; } } @media screen and (max-width: 500px) {.btn-cv a {font-size: 1.4em; border: solid #fff 7px; } } @media screen and (max-width: 360px) {.btn-cv a {font-size: 1.2em; } /*  .btn-cv a:before {content: none; } */ }

.tenmetsu {
    animation: flash 2s linear infinite;
    color: #FF0A0A;
    font-size: 15px;
    font-weight: bold;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}

/*topnavi表示制限*/
@media screen and (min-width: 480px) {
  nav#topmenu{
    display: none;
  }
}

/*口コミ評価一覧*/
.review_score{
  display: inline-block;
  width: 100%;
}

#main .review_score ul{
  clear: both;
}
#main .review_score p{
  text-align: center;
  background-color: #ffd485;
  font-size: 13px;
  border-radius: 3px;
  padding: 3px 0;
  margin-top: 10px;
}

#main .review_score ul > li{
  padding: 0;
  width: 23.75%;
  margin-left:1%;
  float: left;
  color: #333;
}


#main .review_score ul > li:before{
  content: none;
}
#main .review_score ul > li:last-child{
  margin-right: 1%;
}


.demo_list{
  list-style-type:none;
  margin:0;
  padding:0;
}
.demo_list > li{
    display:inline-block;
    margin:0 20px;
  }
}
.graph_box{
  padding:5px;
  box-sizing: border-box;
}
.graph_box_wrap{
  position: relative;
  width: 100px;
  height: 100px;
  margin:0 auto;
}
.graph_box_wrap.white:after{
  content:"";
  position:absolute;
  display: block;
  width: 70px;
  height: 70px;
  background:#fff;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  border-radius: 50% 50%;
}
.graph_box_percent{
  position: absolute;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  top: 50%;
  left:0;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
}
.graph_box_percent span{
  font-size: 20px;
}


.review_matome{
  width: 100%;
  display: inline-block;
  clear: both;
}

#main .review_matome ul{
  margin-right: 10px;
}

.review_matome .rev_good{
  width: 49%;
  border: 5px #faa solid;
  background-color: #fee;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
}

.review_matome .rev_good.w100p{
  width: 100%;
  margin-right: 0%;
  float: none;
}


.review_matome .rev_good p.tit{
  content: "";
  background-image: url(./img/rev_good_tit.png); 
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px;
  padding: 18px 0 18px 70px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px #faa solid;
}

.review_matome .rev_bad p.tit{
  content: "";
  background-image: url(./img/rev_bad_tit.png); 
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px;
  padding: 18px 0 18px 70px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px #aaf solid;
}


.review_matome .rev_bad{
  width: 49%;
  border: 5px #aaf solid;
  background-color: #eef;
  box-sizing: border-box;
  float: left;
}

#main .review_matome ul > li{
  color: #333;
  font-size: 13px;
  padding: 0px 0 0 35px;
}

#main .rev_good ul > li:before{
  background-color: transparent;
  border: none;
  box-shadow: none;
  background-image: url(./img/rev_good_icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  left: 8px;
  position: absolute;
  top: 0px;
  width: 30px;
}

#main .rev_bad ul > li:before{
  background-color: transparent;
  border: none;
  box-shadow: none;
  background-image: url(./img/rev_bad_icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  left: 8px;
  position: absolute;
  top: 0px;
  width: 30px;
}

#main .review_matome ul > li span{
  font-size: 10px;
  color: #aaa;
}

@media screen and (max-width: 479px) {
  #main .review_score ul > li{
    width: 49.5%;
  }
  #main .review_score ul > li:nth-child(2n-1){
    margin-left: 0;
  }
  #main .review_score ul > li:last-child{
    margin-right: 0;
  }
  .review_matome .rev_good{
    width: 100%;
    margin-right: none;
    margin-bottom: 10px
  }
  .review_matome .rev_bad{
    width: 100%;
  }
}

.kokuti{
  display: block;
  text-align: center;
  padding: 3px 0;
  border-radius: 3px;
  background-color: #e73861;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}

span.notes{
	position: relative;
	font-size: 10px;
}

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