@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;
}
png: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: #f2f4f6;
  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;
}
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;
}
@media screen and (min-width: 768px) {
  body {
	background-color: #fff;
  }
}
/* リスト
==================================================
*/
#main ul{
  list-style: outside none none;
  margin: 10px 0 10px 0px;
  padding: 0;
}
#main ul > li {
  color: #10345d;
  font-weight: 700;
  line-height: 1.7;
  margin: 12px 0;
  padding: 0 0 0 23px;
  position: relative;
}
#main ul > li:before {
  background-color: #fff;
  border: 3px solid #4b7fbb;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 9px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 9px;
}
#main table ul li:before {
  top: 5px;
}
#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 10px 2px;
  padding: 0;
}
#main ol > li {
  color: #10345d;
  font-weight: 700;
  line-height: 1.7;
  margin: 12px 0;
  padding: 0 0 0 30px;
  position: relative;
}
#main ol > li::before {
  background-color: #0047ab;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: counter(number,decimal);
  counter-increment: number;
  font-size: 12px;
  font-weight: normal;
  height: 19px;
  left: 0;
  letter-spacing: 0;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 19px;
}
@media screen and (min-width: 768px) {
  #main ul{
  }
  #main .grayline ul, #main .graybg ul, #main .grayline ul, #main .graybg ul {
	margin: 24px 0 24px 12px;
  }
  #main ul > li {
	padding: 0 0 0 24px;
  }
  #main ol {
	margin: 24px 0 24px 7px;
  }
  #main ol > li {
	padding: 0 0 0 32px;
  }
  #main ol > li::before {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	top: 3px;
	width: 20px;
  }
}
/* リンク
==================================================
*/
a {
  color: #3598d9;
}
a img{background: none;}
@media screen and (min-width: 1000px) {
  a:hover {
	color: #44b4fd;
	text-decoration: none;
  }
/*  #main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
  }*/
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
  overflow: hidden;
  position: relative;
}
#contents {
  padding: 0 8px;
  position: relative;
}
#siteNavi {
  color: #4d4d4d;
  font-size: 10px;
  line-height: 1.6;
  padding: 10px 0;
}
#siteNavi a {
  color: #004E82;
}
@media screen and (min-width: 768px) {
  #contents {
	padding: 10px;
  }
  #contents::after {
	clear: both;
	content: '';
	display: block;
  }
  #siteNavi {
	margin: 0 0 8px;
	padding: 4px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper {
	min-width: 1000px;
	overflow: visible;
  }
  #contents, #pr p {
	margin: 0 auto;
	padding: 24px 0 50px;
	width: 1000px;
  }
  #siteNavi {
	margin: 0 0 12px;
  }
  #siteNavi a:hover {
	color: #4db2f4;
  }
}
/* ページ上部へ戻る
==================================================
*/
#pagetop a {
  background-color: #0047ab;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 12px 12px;
  padding: 18px 0 18px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#pagetop a::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 10px;
  left: 50%;
  margin-left: -36px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
@media screen and (min-width: 768px) {
  #pagetop::after {
	clear: both;
	content: '';
	display: block;
  }
  #pagetop a {
	float: right;
	height: 42px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
	width: 42px;
  }
  #pagetop a::before {
	height: 13px;
	left: 14px;
	margin: 0;
	top: 18px;
	width: 13px;
  }
}
@media screen and (min-width: 1000px) {
  #pagetop {
	margin: 0 auto;
	width: 1000px;
  }
  #pagetop a {
	height: 49px;
	margin-right: 0;
	width: 49px;
  }
  #pagetop a:hover {
	background-color: #5797C2;
  }
  #pagetop a::before {
	height: 15px;
	left: 16px;
	top: 21px;
	width: 15px;
  }
}
/* 検索ボックス
==================================================
*/
#searchbox {
  line-height: 1;
}
#searchbox form {
  padding: 12px 8px;
  position: relative;
}
#searchbox form::before {
  border: 2px solid #3598d9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 12px;
  position: absolute;
  right: 23px;
  top: 21px;
  width: 12px;
}
#searchbox form::after {
  background-color: #3598d9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  content: '';
  height: 7px;
  position: absolute;
  right: 22px;
  top: 29px;
  -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"] {
  background-color: #fafafa;
  border: 1px solid #dde0e4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding: 0 36px 0 8px;
  width: 100%;
}
#searchbox input[type="submit"] {
  background-color: transparent;
  border: medium none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  text-indent: 200%;
  top: 12px;
  white-space: nowrap;
  width: 36px;
}
@media screen and (min-width: 768px) {
  #searchbox {
	right: 10px;
	position: absolute;
	top: 8px;
	width: 25%;
  }
  #searchbox form {
	padding: 0;
  }
  #searchbox form::before {
	border: 2px solid #cbcbcb;
	left: 8px;
	right: auto;
	top: 7px;
  }
  #searchbox form::after {
	background-color: #cbcbcb;
	left: 18px;
	right: auto;
	top: 15px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
	height: 28px;
	line-height: 28px;
	padding: 0 56px 0 32px;
  }
  #searchbox input[type="submit"] {
	background-color: #3598d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	right: 0;
	text-indent: 0;
	top: 0;
	white-space: normal;
	width: 48px;
  }
}
@media screen and (min-width: 1000px) {
  #searchbox {
	left: 50%;
	margin-left: 240px;
	right: auto;
	top: 18px;
	width: 260px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
	-moz-transition: border 0.15s ease-out 0s;
	-o-transition: border 0.15s ease-out 0s;
	-webkit-transition: border 0.15s ease-out;
	-webkit-transition-delay: 0s;
	transition: border 0.15s ease-out 0s;
  }
  #searchbox input[type="text"]:focus, #searchbox input[type="search"]:focus {
	background-color: #fff;
  }
  #searchbox input[type="submit"]:hover {
	background-color: #4db2f4;
  }
}
/* 回り込み・回り込み解除
==================================================
*/
.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 {
  background-color:#f4f4f4;
  border-bottom: 1px solid #ddd;
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
#top .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 45px;
  padding: 8px;
  width: 100%;
}
#top h1 {
  color: #b7b9bf;
  font-size: 7px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
#top h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
#top h2 a {
  color: #004E82;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
	#top {
		background-color: #fff;
		background-image: none;
		border-top: 5px solid #0047ab;
		border-bottom: 1px solid #bbbbbb;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
		position: relative;
		z-index: 1;
	}
	#top::before {
		background-image: url('data:image/png	+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI	+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
		background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
		bottom: 0;
		content: '';
		height: 39%;
		left: 0;
		position: absolute;
		right: 0;
		z-index: -1;
	}
	#top::after {
		background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #adadad), color-stop(20%, #d6d6d6), color-stop(100%, #ffffff));
		background-image: -moz-linear-gradient(top, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
		background-image: -webkit-linear-gradient(top, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
		background-image: linear-gradient(to bottom, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
		content: '';
		height: 4px;
		left: 0;
		position: absolute;
		right: 0;
		top: 1px;
		z-index: -1;
	}
  #top .inner {
	display: block;
	height: auto;
	padding: 12px 290px 12px 10px;
  }
  #top h1 {
	font-size: 14px;
  }
  #top h2 {
	font-size: 22px;
	line-height: 1.5;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
	left: 50%;
	margin-left: -500px;
	padding: 24px 0;
	position: relative;
	width: 668px;
  }
}
/* ヘッダー
==================================================
*/
#header {
  background-color: #fff;
  height: auto !important;
}
#header > img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #headerbox {
	background-color: #f1f1f1;
	padding: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #headerbox {
	padding: 24px 0;
  }
  #header {
	margin: 0 auto;
	width: 1000px;
  }
}
/* トップメニュー
==================================================
*/
#topmenubtn {
  background-color: #f2f2f2;
  border-left: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  line-height: 1;
  overflow: hidden;
  position: relative;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 50px;
}
#topmenubtn::before, #topmenubtn::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 19px;
}
#topmenubtn::before {
  border-bottom: 2px solid #004E82;
  border-top: 2px solid #004E82;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 5px;
  top: 15px;
}
#topmenubtn::after {
  border-top: 2px solid #004E82;
  height: 0;
  top: 29px;
}
#topmenubox {
  display: table-row;
}
#topmenubox::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
#topmenubox #topmenubox-inner {
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  width: 100%;
}
#topmenubox #topmenubox-inner::before {
  border-top: 1px solid #ddd;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
input#panel[type="checkbox"] {
  display: none;
}
input#panel[type="checkbox"] ~ #topmenubox::after,
input#panel[type="checkbox"] ~ #topmenubox #topmenubox-inner {
  -moz-transition: opacity 0.05s ease 0s;
  -o-transition: opacity 0.05s ease 0s;
  -webkit-transition: opacity 0.05s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.05s ease 0s;
  opacity: 0;
  z-index: -1;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before, input#panel[type="checkbox"]:checked + #topmenubtn::after {
  border-top: 2px solid #004E82;
  right: 14px;
  top: 21px;
  width: 21px;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before {
  border-bottom: none;
  height: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input#panel[type="checkbox"]:checked ~ #topmenubox::after {
  opacity: 1;
  z-index: 99;
}
input#panel[type="checkbox"]:checked ~ #topmenubox #topmenubox-inner {
  opacity: 1;
  z-index: 100;
}
#topmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topmenu ul li {
  border-top: 1px solid #e6e6e6;
}
#topmenu ul a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#topmenu ul a::before {
  border: 4px solid transparent;
  border-left: 6px solid #0047ab;
  content: '';
  left: 19px;
  position: absolute;
  top: 19px;
}
#topsubmenu {
  background-color: #eaeaea;
}
#topsubmenu span {
  border-top: 1px solid #e6e6e6;
  display: block;
}
#topsubmenu span a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#topsubmenu span a::before {
  border: 4px solid transparent;
  border-left: 6px solid #a3a3a3;
  content: '';
  left: 19px;
  position: absolute;
  top: 19px;
}

@media screen and (min-width: 768px) {
  #topmenubtn {
	display: none;
  }
  #topmenubox {
	display: inline;
  }
  #topmenubox::after {
	display: none;
  }
  #topmenubox #topmenubox-inner {
	background-color: transparent;
	display: inline;
	opacity: 1 !important;
	position: static;
  }
  #topmenubox #topmenubox-inner::before {
	display: none;
  }
	#topmenu {
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	#topmenu::before {
		background-color: #e5e5e5;
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
		bottom: 0;
		content: '';
		height: 5px;
		left: -10px;
		position: absolute;
		right: -10px;
		z-index: -1;
	}
	#topmenu ul {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu ul li {
		border: none;
		border-left: 1px solid rgba(255, 255, 255, 0.75);
		border-right: 1px solid #e4e3e2;
		display: table-cell;
		position: relative;
	}
	#topmenu ul li:first-child {
		border-left: 1px solid #e4e3e2;
	}
	#topmenu ul a {
 		color: #503e3e;
		font-size: 15px;
		padding: 10px 10px 16px;
		position: static;
		text-align: center;
	}
	#topmenu ul a::before, #topmenu ul a::after {
			display: none;
	}
  #topsubmenu {
	background-color: transparent;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 40px;
  }
  #topsubmenu span {
	border: none;
	display: inline;
  }
  #topsubmenu span:first-of-type::before {
	border-right: 1px solid #d1d5d9;
	content: '';
	display: inline-block;
	height: 16px;
	vertical-align: middle;
  }
  #topsubmenu span::after {
	border-right: 1px solid #d1d5d9;
	content: '';
	display: inline-block;
	height: 16px;
	vertical-align: middle;
  }
  #topsubmenu span a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0 1em;
	padding: 0;
  }
  #topsubmenu span a::before {
	display: none;
  }
}
@media screen and (min-width: 1000px) {
  #topmenu ul {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto;
	width: 1000px;
  }
  #topmenu ul li {
	padding-bottom: 0;
  }
  #topmenu ul a:hover {
    color: #0047ab;
  }
  #topmenu ul a:hover::after {
    background-color: #0047ab;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    border: none;
    content: "";
    bottom: 0;
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    margin-top: auto;
    right: 0;
  }
  #topsubmenu {
	left: 50%;
	right: auto;
	top: 58px;
	width: 500px;
  }
  #topsubmenu span a {
	margin: 0 1.8em;
  }
  #topsubmenu span a:hover {
	color: #3598d9;
	text-decoration: underline;
  }
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
  text-align: left;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
  background-color: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  #main {
	float: right;
  }
  #main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin: 0 0 24px;
	padding: 10px;
  }
}
/* 見出し
==================================================
*/
#main h2,
#main h3 {
  background-color: #fff;
  border: 1px solid #d9d4d4;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1;
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  z-index: 1;
  clear:both;
}
#main h2:before, #main h3:before {
    background-color: #0047ab;
    content: "";
    width: 4px;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
}
#main h2 span,
#main h3 span {
  background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
  display: block;
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
  padding: 14px 10px 14px 20px;
}
#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: 8px 0;
}
#main h4 {
  background-color: #fbfbfb;
  border: 1px solid #d3d3cf;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #1C1E21;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 16px;
  padding: 12px 16px;
  position: relative;
  z-index: 0;
  clear:both;
}
#main h4:before {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  margin: auto;
  padding:  0;
}
#main h4:after {
  content: "";
  border: 1px solid #0047ab;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 100%;
}
#main h5 {
  font-size: 17px;
  line-height: 1.5;
  margin: 20px 0 10px;
  overflow: hidden;
  padding: 0 0 0 14px;
  position: relative;
}
#main h5::before {
  background-color: #0047ab;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  bottom: 2px;
  content: '';
  left: 0;
  position: absolute;
  top: 2px;
  width: 4px;
}
#main h6 {
  font-size: 16px;
  line-height: 1.8;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 0 0 24px;
  position: relative;
}
#main h6::before {
  background-color: #0047ab;
  background-image: url(img/h6.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 50%;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  content: '';
  height: 15px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 15px;
}
#main blockquote {
  background-color: #f7f7f7;
  border: 2px solid #cccccc;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
  //padding: 12px 10px 12px 38px;
  padding: 12px 10px 12px 10px;
  position: relative;
}
#main blockquote::before {
/*
  content: '\203b';
  font-size: 16px;
  font-weight: 500;
  left: 16px;
  position: absolute;
  top: 10px;
*/
}
@media screen and (min-width: 768px) {
  #main h2,
  #main h3 {
	margin: 0 0 10px;
	padding: 0;
  }
  #main h2 span,
  #main h3 span {
	font-size: 22px;
	line-height: 1.4;
  }
  #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: 20px 0;
  }
  #main h4 {
	font-size: 19px;
	padding: 10px 10px 8px 15px;
  }
  #main h5 {
	font-size: 19px;
	padding: 0 0 0 16px;
  }
  #main h6 {
	font-size: 17px;
	line-height: 1.5;
	padding: 0 0 0 26px;
  }
  #main h6::before {
	top: 5px;
  }
/*
  #main blockquote {
	padding: 24px 16px 24px 50px;
  }
*/
/*
  #main blockquote::before {
	font-size: 18px;
	line-height: 1.3;
	left: 25px;
	top: 24px;
  }
*/
}
/*
==================================================
画像付きボックス
==================================================
*/
#main .alert, #main .accept, #main .attention, #main .thint {
  background-position: 12px 15px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  padding: 12px 10px 12px 38px;
  position: relative;
  z-index: 0;
}
#main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
  background-image: none;
  padding: 12px 10px;
}
#main .attention {
  background-color: #fffff8;
  background-image: url(img/attention.png);
  border: 2px solid #d3b806;
  color: #B09B09;
}
#main .accept {
  background-color: #f8fbf8;
  background-image: url(img/accept.png);
  border: 2px solid #5ca25e;
  color: #5ba15d;
}
#main .alert {
  background-color: #fdf6f5;
  background-image: url(img/alert.png);
  border: 2px solid #d6272e;
  color: #d5262d;
}
#main .thint {
  background-color: #f6f9fd;
  background-image: url(img/thint.png);
  border: 2px solid #3284cb;
  color: #3183ca;
}
@media screen and (min-width: 768px) {
  #main .alert, #main .accept, #main .attention, #main .thint {
	background-position: 22px 20px;
	background-size: auto auto;
	margin: 20px 0;
	padding: 25px 16px 25px 78px;
  }
  #main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
	padding: 18px 16px;
  }
}
#main .user1,
#main .user2 {
  background-color: #fff;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 65px auto;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 7px #c9c9c9 inset;
  -webkit-box-shadow: 0 0 7px #c9c9c9 inset;
  box-shadow: 0 0 7px #c9c9c9 inset;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
  min-height: 79px;
  overflow: hidden;
  position: relative;
  padding: 20px 12px 20px 82px;
  _height: auto;
  z-index: 0;
}
#main .user1.noimage,
#main .user2.noimage {
  background-image: none;
  min-height: 0;
  padding: 14px 12px;
}
#main .user1 {
  background-image: url(img/user1.png);
}
#main .user2 {
  background-image: url(img/user2.png);
}
@media screen and (min-width: 768px) {
  #main .user1,
  #main .user2 {
	background-position: 10px 10px;
	background-size: 130px auto;
	margin: 30px 0;
	min-height: 150px;
	padding: 35px 20px 35px 170px;
  }
  #main .user1.noimage,
  #main .user2.noimage {
	padding: 20px 18px;
  }
}

/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-color: #f4f4f4;
  background-image: none;
  font-weight: normal;
  line-height: 1.9;
  margin: 15px 0;
  overflow: hidden;
  padding: 16px 16px 16px 48px;
  position: relative;
}
.question1::before,
.answer1::before {
  float: left;
  font-family: 'Helvetica Neue', Arial;
  font-size: 22px;
  margin: 0 0 0 -1.6em;
  text-align: center;
  width: 1.3em;
}
.question1 {
  font-size: 16px;
}
.question1::before {
  color: #0047ab;
  content: 'Q.';
  line-height: 1.3;
}
.question1 + .answer1 {
  margin-top: -22px;
}
.question1 + .answer1::after {
  background-color: #cecece;
  content: '';
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.answer1 {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}
.answer1::before {
  color: #737373;
  content: 'A.';
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .question1,
  .answer1 {
	margin: 30px 0;
	padding: 18px 26px 18px 66px;
  }
  .question1::before,
  .answer1::before {
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 0 -1.5em;
  }
  .question1 {
	padding-top: 24px;
  }
  .question1 + .answer1 {
	margin-top: -36px;
  }
  .question1 + .answer1::after {
	left: 20px;
	right: 20px;
  }
  .answer1 {
	padding-bottom: 24px;
  }
}
.question2,
.answer2 {
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 16px 0 16px 46px;
  position: relative;
}
.question2::before,
.answer2::before {
  border: 1px solid #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Helvetica Neue', Arial;
  font-size: 19px;
  font-weight: normal;
  height: 30px;
  left: 4px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  top: 15px;
  width: 30px;
}
.question2 {
  border-top: 1px dashed #cfcfcf;
  font-weight: 700;
}
.question2::before {
  background-color: #0047ab;
  content: 'Q';
}
.question2 + .answer2 {
  margin-top: -42px;
}
.answer2 {
  border: none;
  border-bottom: 1px dashed #cfcfcf;
}
.answer2::before {
  background-color: #a0a0a0;
  content: 'A';
}
@media screen and (min-width: 768px) {
  .question2,
  .answer2 {
	margin: 35px 0;
	padding: 22px 0 22px 46px;
  }
  .question2::before,
  .answer2::before {
	left: 0;
	top: 20px;
  }
  .question2 + .answer2 {
	margin-top: -66px;
  }
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  text-align: left;
}
#menu h4,
#menu .title,
#rmenu h4,
#rmenu .title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#menu h4 + .menubox,
#menu .title + .menubox,
#rmenu h4 + .menubox,
#rmenu .title + .menubox {
  margin-top: -1px;
}
#menu h4,#rmenu h4, #menu .title, #rmenu .title {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fff, #fafafa);
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  border-top: 3px solid #0047ab;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #dedede;
  color: #333;
  padding: 12px 15px;
}
#menu .menubox,
#rmenu .menubox {
  background-color: #eee;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 7px;
}
#menu .menulist,
#rmenu .menulist {
  background-color: #eee;
  padding: 4px;
}
#menu .menulist ul,
#rmenu .menulist ul, #submenu li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#menu .menulist li,
#rmenu .menulist li {
  background-color: #fff;
  border-bottom: 1px solid #eceff1;
  margin-bottom: 3px;
}
#menu .menulist li:last-child,
#rmenu .menulist li:last-child {
  margin-bottom: 0;
}
#menu .menulist li a,
#rmenu .menulist li a {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 28px;
  position: relative;
  text-decoration: none;
}
#menu .menulist li a::before,
#rmenu .menulist li a::before {
  border: 4px solid transparent;
  border-left: 6px solid #0047ab;
  content: '';
  left: 15px;
  position: absolute;
  top: 19px;
}
#menu .menulist .l2,
#menu .menulist .l3,
#rmenu .menulist .l2,
#rmenu .menulist .l3 {
  background-color: #fafafa;
  margin-top: -3px;
}
#menu .menulist .l2 a,
#menu .menulist .l3 a,
#rmenu .menulist .l2 a,
#rmenu .menulist .l3 a {
  font-size: 13px;
}
#menu .menulist .l2 a::before, #menu .menulist .l2 a::after,
#menu .menulist .l3 a::before,
#menu .menulist .l3 a::after,
#rmenu .menulist .l2 a::before,
#rmenu .menulist .l2 a::after,
#rmenu .menulist .l3 a::before,
#rmenu .menulist .l3 a::after {
  border: none;
  border-right: 1px solid #484848;
  border-top: 1px solid #484848;
  content: '';
  height: 5px;
  left: 30px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  width: 5px;
}
#menu .menulist .l2 a::after,
#menu .menulist .l3 a::after,
#rmenu .menulist .l2 a::after,
#rmenu .menulist .l3 a::after {
  left: 34px;
}
#menu .menulist .l2 a,
#rmenu .menulist .l2 a {
  padding-left: 48px;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a {
  padding-left: 68px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before {
  left: 50px;
}
#menu .menulist .l3 a::after,
#rmenu .menulist .l3 a::after {
  left: 54px;
}
#menu .rankbox,
#rmenu .rankbox {
  border-bottom: 1px dashed #cfcfcf;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #menu h4,
  #menu .title,
  #rmenu h4,
  #rmenu .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
  }
  #menu h4,
  #rmenu h4 {
	padding: 15px 16px;
  }
  #menu .title,
  #rmenu .title {
	padding: 14px 15px;
  }
  #menu .menulist,
  #rmenu .menulist {
	padding: 7px;
  }
  #menu {
	float: left;
  }
}
@media screen and (min-width: 1000px) {
  #menu h4,
  #rmenu h4 {
	padding: 16px 20px;
  }
  #menu .title,
  #rmenu .title {
	padding: 15px 19px;
  }
  #menu .menubox,
  #rmenu .menubox {
	margin-bottom: 16px;
  }
  #menu .menulist li a:hover,
  #rmenu .menulist li a:hover {
	color: #3598d9;
	text-decoration: underline;
  }
  #menu .menulist li a:hover::before,
  #rmenu .menulist li a:hover::before {
	border-left-color: #3598d9;
  }
  #menu .menulist .l2 a:hover::before, #menu .menulist .l2 a:hover::after,
  #menu .menulist .l3 a:hover::before,
  #menu .menulist .l3 a:hover::after,
  #rmenu .menulist .l2 a:hover::before,
  #rmenu .menulist .l2 a:hover::after,
  #rmenu .menulist .l3 a:hover::before,
  #rmenu .menulist .l3 a:hover::after {
	border-right-color: #3598d9;
	border-top-color: #3598d9;
  }
}
#submenu{margin-bottom:15px;}
/* バナー領域
==================================================
*/
.bannerbox {
  position: relative;
}
.bannerbox ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.bannerbox li {
  margin-bottom: 10px;
  text-align: center;
}
.bannerbox li a img {
  vertical-align: bottom;
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive {
  background-color: #fff;
  list-style: outside none none;
  margin: -7px 0;
  padding: 0;
}
ul#newEntry li, ul#entryarchive li {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  line-height: 1.6;
  padding: 14px 0 14px 22px;
  position: relative;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child {
	border-bottom: 5px solid #f5f5f5;
}
ul#newEntry li::before, ul#entryarchive li::before {
  border: 4px solid transparent;
  border-left: 6px solid #3598d9;
  content: '';
  left: 9px;
  position: absolute;
  top: 20px;
}
ul#newEntry li a, ul#entryarchive li a {
  color: #004E82;
}
@media screen and (min-width: 768px) {
  ul#newEntry, ul#entryarchive {
  }
}
@media screen and (min-width: 1000px) {
  ul#newEntry li a:hover, ul#entryarchive li a:hover {
	color: #4db2f4;
  }
}
/*
==================================================
フッター
==================================================
*/
#footer {
  background-color: #0047ab;
  overflow: hidden;
  position: relative;
}
#footer .inner {
  letter-spacing: -.4em;
  padding: 16px 20px 0;
}
#footer span::before {
  border-left: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 0.7em;
  vertical-align: middle;
}
#footer span:first-of-type::before {
  display: none;
}
#footer span a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#footer .desc {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 16px;
  text-align: left;
}
#footer span + .desc {
  margin-top: 16px;
}
#footer small {
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin: -16px 0 0;
  padding: 10px 0;
  text-align: center;
}
#footer span + small,
#footer .desc + small {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #footer .desc {
	text-align: center;
  }
  #footer small {
	padding: 16px 0;
  }
}
@media screen and (min-width: 1000px) {
  #footer .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 0 0;
	width: 1000px;
  }
  #footer span::before {
	height: 18px;
	margin: 0 1.2em;
  }
  #footer span a {
	font-size: 13px;
  }
  #footer span a:hover {
	opacity: 0.8;
	text-decoration: underline;
  }
  #footer .desc {
	font-size: 12px;
	margin: 0 0 24px;
  }
  #footer span + .desc {
	margin-top: 24px;
  }
  #footer small {
	font-size: 11px;
	margin: 0;
	padding: 0 0 24px;
  }
  #footer span + small,
  #footer .desc + small {
	margin-top: 24px;
  }
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	overflow: hidden;
}
#whatsnew .title {
  background-color: #0047ab;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 13px 15px;
}
#whatsnew .title span {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
}
#whatsnew .title span::after {
  color: #fff;
  content: '\00a0\00a0/\00a0\00a0update\00a0record';
  font-size: 12px;
  letter-spacing: 0.05em;
}
#whatsnew ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 7px;
}
#whatsnew ul li {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	line-height: 1.6;
	margin: auto;
	padding: 16px 8px;
	width: auto;
}
#whatsnew ul li:first-child {
	border-top: 5px solid #f5f5f5;
}
#whatsnew ul li:last-child {
}
#whatsnew ul li span {
  display: block;
}
#whatsnew ul li span:first-of-type {
  color: #8e9bac;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
#whatsnew ul li a {
  color: #004E82;
}
@media screen and (min-width: 768px) {
  #whatsnew {
	margin-bottom: 20px;
  }
  #whatsnew .title {
	border-bottom: none;
	padding: 14px 20px;
  }
  #whatsnew .title span {
	font-size: 18px;
  }
  #whatsnew .title span::after {
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.1em;
  }
  #whatsnew ul {
	padding: 0;
  }
  #whatsnew ul li {
	padding: 15px 20px;
	width: 92%;
  }
  #whatsnew ul li:last-child {
	border-bottom: 5px solid #f5f5f5;
  }
  #whatsnew ul li span:first-of-type {
	margin: 0 0 8px;
  }
}
@media screen and (min-width: 1000px) {
  #whatsnew ul li a:hover {
	color: #4db2f4;
  }
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 8px;
}
#categorylist .catbox {
  background-color: #fff;
  border: 1px solid #d2d7dc;
  margin: 0 0 8px;
  padding: 3px 0 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
#categorylist .catbox::before {
  border-top: 4px solid #0047ab;
  content: '';
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
#categorylist .catbox:last-of-type {
  margin-bottom: 0;
}
#categorylist .title {
  padding: 10px 12px;
  position: relative;
  text-align: left;
}
#categorylist .title::before {
  background-color: #0047ab;
  bottom: 13px;
  content: '';
  left: 12px;
  position: absolute;
  top: 13px;
  width: 4px;
}
#categorylist .title a {
  color: #004E82;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 0 14px;
  position: relative;
  text-decoration: none;
}
#categorylist .body {
  border: 5px solid #eee;
  padding: 12px;
  text-align: center;
}
#categorylist .body::after {
  clear: both;
  content: '';
  display: block;
}
#categorylist .thumb {
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
#categorylist .thumb img{
  display:block;
  margin:0 auto 10px auto;
}
#categorylist p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: left;
}
#categorylist .more {
  margin: 0 -12px -12px;
  padding: 11px;
}
#categorylist .more a {
  background-color: #0047ab;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  text-decoration: none;
}
#categorylist .more a::after {
  border: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  bottom: 3px;
  content: '';
  position: absolute;
  right: 3px;
}
#main #pagelist {
  margin: 15px 0 5px;
  text-align: center;
}
#main #pagelist ul {
  letter-spacing: -.4em;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#main #pagelist li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 3px 10px !important;
  padding: 0 !important;
}
#main #pagelist li::before {
  display: none;
}
#main #pagelist a {
  background-color: #f0f3f5;
  color: #004E82;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 7px 11px;
  text-align: center;
  text-decoration: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #categorylist {
	background-color: transparent;
	margin: 20px 0;
	padding: 0;
  }
  #categorylist .catbox {
	margin: 0 0 16px;
  }
  #categorylist .catbox:last-of-type {
	margin-bottom: 16px;
  }
  #categorylist .title {
	padding: 14px 15px;
  }
  #categorylist .title::before {
	bottom: 16px;
	left: 15px;
	top: 16px;
  }
  #categorylist .title a {
	font-size: 20px;
	line-height: 1.5;
	padding: 0 0 0 16px;
  }
  #categorylist .body {
	background-color: #fff;
	border: 5px solid #eee;
	padding: 18px 24px;
  }
  #categorylist p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14px;
  }
  #categorylist .more {
	background-color: transparent;
	margin: 0;
	padding: 0;
  }
  #categorylist .more a {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0;
  }
  #main #pagelist {
	margin: 20px 0 10px;
  }
  #main #pagelist li {
	margin: 0 2px 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  #categorylist .title a:hover {
	color: #3598d9;
	text-decoration: underline;
  }
  #categorylist .more a:hover {
	background-color: #97AFCA;
  }
  #main #pagelist a:hover {
	background-color: #3598d9;
	color: #fff;
  }
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0;
}
#entrylist h4 {
  background-color: #0047ab;
  border: none;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  margin: 0;
  padding: 12px 15px 9px;
}
#entrylist h4 span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0 13px;
  position: relative;
}
#entrylist h4 span::before {
  background-color: #fff;
  bottom: 1px;
  content: '';
  left: 0;
  position: absolute;
  top: 1px;
  width: 3px;
}
#entrylist dl {
  margin: 0;
  padding: 0;
}
#entrylist dt {
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 15px 0 15px;
}
#entrylist dt .entry_title a {
  color: #004E82;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0 12px;
  position: relative;
}
#entrylist dt .entry_title a::before {
  border: 4px solid transparent;
  border-left: 6px solid #004E82;
  content: '';
  left: 0;
  position: absolute;
  top: 7px;
}
#entrylist dd {
  color: #797979;
  font-size: 12px;
  line-height: 1.8;
  margin: -5px 0 15px;
  padding: 0 15px 5px 8px;
}
#entrylist dd:after {
  content: "";
  clear: both;
  display:  block;
}
#entrylist dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#entrylist dl div{
	overflow:hidden;
	border-top: 1px solid #ddd;
	padding:8px 0 0 4px;
}
#entrylist dl div:first-child{
	border:none;
}
#relNavigate {
  margin: 20px 0;
  text-align: center;
}
#relNavigate a {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  #entrylist {
	margin-bottom: 20px;
	padding: 0;
	}
  #entrylist h4 {
	margin: 0;
	padding: 16px 0 10px 15px;
	color: #fff;
	}
  #entrylist h4 span {
	font-size: 15px;
	padding: 0 0 0 15px;
  }
  #entrylist dt .entry_title a {
	padding: 0 0 0 14px;
  }
  #entrylist dt .entry_title a::before {
	border-left-width: 7px;
  }
  #entrylist dd {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 0 15px 15px 30px;
	margin-bottom: 15px;
	}
  #relNavigate {
	margin: 30px 0;
  }
}
@media screen and (min-width: 1000px) {
  #entrylist dt a:hover {
	color: #4db2f4;
  }
  #entrylist dt a:hover::before {
	border-left-color: #4db2f4;
  }
  #relNavigate a:hover {
	color: #4db2f4;
  }
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
  margin: 8px 0;
  overflow: hidden;
}
#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 #eceff1;
  margin-bottom: 3px;
  padding: 0;
}
#sitemaps ul li:before{
  display:none;
}
#sitemaps li:last-child {
  margin-bottom: 0;
}
#sitemaps li a {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 28px;
  position: relative;
  text-decoration: none;
}
#sitemaps li a::before {
  border: 4px solid transparent;
  border-left: 6px solid #0047ab;
  content: '';
  left: 15px;
  position: absolute;
  top: 19px;
}
#sitemaps .l2,
#sitemaps .l3 {
  background-color: #fafafa;
  margin-top: -3px;
}
#sitemaps .l2 a,
#sitemaps .l3 a {
  font-size: 13px;
}
#sitemaps .l2 a::before, #sitemaps .l2 a::after,
#sitemaps .l3 a::before,
#sitemaps .l3 a::after {
  border: none;
  border-right: 1px solid #484848;
  border-top: 1px solid #484848;
  content: '';
  height: 5px;
  left: 30px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  width: 5px;
}
#sitemaps .l2 a::after,
#sitemaps .l3 a::after {
  left: 34px;
}
#sitemaps .l2 a {
  padding-left: 48px;
}
#sitemaps .l3 a {
  padding-left: 68px;
}
#sitemaps .l3 a::before {
  left: 50px;
}
#sitemaps .l3 a::after {
  left: 54px;
}
#sitemaps br {
  display: none;
}
@media screen and (min-width: 768px) {
  #sitemaps {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 10px;
  }
  #sitemaps li {
	background-color: transparent;
	border-bottom: none;
	margin-bottom: 0;
  }
  #sitemaps li a {
	display: inline-block;
	font-size: 16px;
	padding: 0 0 0 14px;
  }
  #sitemaps li a::before {
	border-left-width: 7px;
	left: 0;
	top: 7px;
  }
  #sitemaps .l1 {
	margin-top: 20px;
  }
  #sitemaps .l1:first-child {
	margin-top: 0;
  }
  #sitemaps .l2,
  #sitemaps .l3 {
	background-color: transparent;
	margin-top: 6px;
  }
  #sitemaps .l2 a,
  #sitemaps .l3 a {
	font-size: 15px;
	padding-left: 18px;
  }
  #sitemaps .l2 a::before, #sitemaps .l2 a::after,
  #sitemaps .l3 a::before,
  #sitemaps .l3 a::after {
	left: 0;
	top: 8px;
  }
  #sitemaps .l2 a::after,
  #sitemaps .l3 a::after {
	left: 4px;
  }
  #sitemaps .l2 {
	margin-left: 18px;
  }
  #sitemaps .l3 {
	margin-left: 38px;
  }
}
@media screen and (min-width: 1000px) {
  #sitemaps li a:hover {
	color: #3598d9;
	text-decoration: underline;
  }
  #sitemaps li a:hover::before {
	border-left-color: #3598d9;
  }
  #sitemaps .l2 a:hover::before, #sitemaps .l2 a:hover::after,
  #sitemaps .l3 a:hover::before,
  #sitemaps .l3 a:hover::after {
	border-right-color: #3598d9;
	border-top-color: #3598d9;
  }
}
/*
==================================================
フリースペース
==================================================
*/
#space3,#space4, #space5, #space6 {
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 10px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
.blog .thumb {
  float: left;
  margin-right: 15px;
}
.blog .thumb img {
  max-width: 100px;
}
.blog .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog .info {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.blog .info a {
  color: #9c9c9c;
}
.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 {
	border-bottom: 1px dashed #cfcfcf;
	margin: 10px 0;
	padding: 10px;
  }
  .blog .thumb {
	margin: 0 20px 20px 0;
  }
  .blog .thumb img {
	max-width: 200px;
  }
  .blog .title {
	font-size: 19px;
  }
  .blog .info {
	margin-bottom: 10px;
  }
  .blog .body {
	overflow: hidden;
	clear: none;
  }
  .blog .more {
	margin-top: 10px;
  }
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
#searchresult dl {
  margin: 0;
  padding: 0;
}
#searchresult dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 5px;
}
#searchresult dd {
  border-bottom: 1px dashed #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 0 0 14px;
}
#searchresult dd:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#searchresult b {
  color: #3598d9;
}
@media screen and (min-width: 768px) {
  #searchresult {
	margin: 0 0 20px;
	padding: 10px;
  }
  #searchresult dl {
	margin: 0 -10px;
  }
  #searchresult dt {
	padding: 0 10px;
  }
  #searchresult dd {
	margin: 0 0 20px;
	padding: 0 10px 20px;
  }
  #searchresult dd:last-of-type {
	border-bottom: 1px dashed #cfcfcf;
	margin: 0 0 20px;
	padding: 0 10px 20px;
  }
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
#linklist dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 5px;
}
#linklist dd {
  border-bottom: 1px dashed #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 0 0 14px;
}
#linklist dd:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #linklist {
	margin: 0 0 20px;
	padding: 10px 0;
  }
  #linklist dt {
	padding: 0 10px;
  }
  #linklist dd {
	margin: 0 0 20px;
	padding: 0 10px 20px;
  }
  #linklist dd:last-of-type {
	border-bottom: 1px dashed #cfcfcf;
	margin: 0 0 20px;
	padding: 0 10px 20px;
  }
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10, #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 {
  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: 48px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 15px 0 5px;
  min-height: 32px;
  padding: 2px 0 0 56px;
}
#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 {
  padding: 0 2px 0 40px;
  background-position:  left top;
  line-height: 1.8;
}

@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: auto auto;
	font-size: 20px;
	margin: 20px 0 10px;
	min-height: 40px;
	padding: 4px 0 0 70px;
  }
}
.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: #e8ecf0;
  margin: 0 0 15px;
  padding: 4px;
}
.rank .rank-container {
  background-color: #fbfbfb;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
  background-color: #fff;
  border-bottom: 1px solid #d7dbde;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  min-height: 52px;
  padding: 11px 10px 11px 62px;
}
.rank .rank1::before, .rank .rank1::after, .rank .rank2::before, .rank .rank2::after, .rank .rank3::before, .rank .rank3::after, .rank .rank4::before, .rank .rank4::after, .rank .rank5::before, .rank .rank5::after, .rank .rank6::before, .rank .rank6::after, .rank .rank7::before, .rank .rank7::after, .rank .rank8::before, .rank .rank8::after, .rank .rank9::before, .rank .rank9::after, .rank .rank10::before, .rank .rank10::after {
  height: 51px;
  width: 51px;
}
.rank .rank1::after, .rank .rank2::after, .rank .rank3::after, .rank .rank4::after, .rank .rank5::after, .rank .rank6::after, .rank .rank7::after, .rank .rank8::after, .rank .rank9::after, .rank .rank10::after {
  background-position: left top;
  background-size: 51px auto;
}
.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 {
  color: #10476e;
  text-decoration: none;
}
.rank .rank-inner {
  overflow: hidden;
  padding: 8px;
}
.rank .float-l,
.rank .float-r {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 10px auto;
  max-width: 50%;
  text-align: center;
}
.rank .float-l img,
.rank .float-r img {
  margin: 0 0 10px;
}
.rank .rankbox {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 5px;
}
.rank .feature {
  border-bottom: 1px dashed #adadad;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 7px;
  position: relative;
}
.rank .feature span {
  display: block;
  padding: 0 0 0 13px;
  position: relative;
}
.rank .feature span::before {
  background-color: #0047ab;
  bottom: 2px;
  content: '';
  left: 0;
  position: absolute;
  top: 2px;
  width: 3px;
}
.rank .rankbox .rnkbody {
  font-size: 14px;
  line-height: 1.6;
}
.rank .rank-table {
  background-color: #f5f6f7;
  margin: 10px 0;
  padding: 2px;
  clear:both;
}
.rank-table table{
  border-collapse: separate;
  border-spacing:2px;
  clear:both;
  padding:2px;
}
.rank-table th{
  padding:2px;
  width:25%;
  background-color:#F7F7F7;
}
.rank-table td{
  padding:12px;
  font-size:15px;
}
.rank-table table th div{
  background-color: #f7f7f7;
  color: #676767;
  //border:solid 1px #FFF;
  padding:8px;
  width:100%;
  height:100%;
  text-align:center;
  box-sizing:border-box;
}
.rank-table .rank-price {
  display: inline-block;
  font-family: 'Helvetica Neue', Arial;
  font-size: 22px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.rank .rank-table table img {
  vertical-align: middle;
}
.rank .comment {
  background-color: #edf0f3;
  margin: 10px 0;
}
.rank .comment .comment-tit {
  background-color: #0047ab;
}
.rank .comment .comment-tit span {
  background-image: url(img/comment-tit.png);
  background-position: 12px 10px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 10px 12px 40px;
}
.rank .comment .comment-body {
  border: 1px solid #dae0e5;
  border-top: none;
  color: #373737;
  font-size: 14px;
  line-height: 1.8;
  padding: 12px;
}
.rank .more {
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  clear:both;
}
.rank .more span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
}
.rank .more span:last-of-type {
  margin-bottom: 0;
}
.rank .more span a {
  background-color:#0b7fcc;
  background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTBkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5NmFiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0aa0d6), color-stop(100%, #096abf));
  background-image: -moz-linear-gradient(top, #0aa0d6, #096abf);
  background-image: -webkit-linear-gradient(top, #0aa0d6, #096abf);
  background-image: linear-gradient(to bottom, #0aa0d6, #096abf);
  border: 1px solid #3f8fc1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding: 10px 15px 10px 0;
  position: relative;
  text-decoration: none;
}
.rank .more span a::before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.rank .more span a::after {
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 9px;
  margin-top: -6px;
  position: absolute;
  right: 26px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  width: 9px;
}
.rank .more span.official a {
  background-color:#ffa900;
  background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2EwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTkwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffca00), color-stop(100%, #ffa900));
  background-image: -moz-linear-gradient(top, #ffca00, #ffa900);
  background-image: -webkit-linear-gradient(top, #ffca00, #ffa900);
  background-image: linear-gradient(to bottom, #ffca00, #ffa900);
  border: 1px solid #ff9f19;
}
@media screen and (min-width: 768px) {
  .rank {
	margin: 0 0 20px;
	padding: 10px;
  }
  .rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
	font-size: 22px;
	line-height: 1.5;
	min-height: 71px;
	padding: 22px 16px 15px 86px;
  }
  .rank .rank1::before, .rank .rank1::after, .rank .rank2::before, .rank .rank2::after, .rank .rank3::before, .rank .rank3::after, .rank .rank4::before, .rank .rank4::after, .rank .rank5::before, .rank .rank5::after, .rank .rank6::before, .rank .rank6::after, .rank .rank7::before, .rank .rank7::after, .rank .rank8::before, .rank .rank8::after, .rank .rank9::before, .rank .rank9::after, .rank .rank10::before, .rank .rank10::after {
	height: 70px;
	width: 70px;
  }
  .rank .rank1::after, .rank .rank2::after, .rank .rank3::after, .rank .rank4::after, .rank .rank5::after, .rank .rank6::after, .rank .rank7::after, .rank .rank8::after, .rank .rank9::after, .rank .rank10::after {
	background-position: left top;
	background-size: 70px auto;
  }
  .rank .rank1::before, .rank .rank2::before, .rank .rank3::before {
	border-width: 3px;
  }
  .rank .rank-inner {
	padding: 15px 12px;
  }
  .rank .float-l,
  .rank .float-r {
	padding: 0 5px;
  }
  .rank .rankbox {
	margin-bottom: 15px;
  }
  .rank .feature {
	font-size: 20px;
	line-height: 1.5;
  }
  .rank .feature span {
	padding: 0 0 0 15px;
  }
  .rank .rankbox .rnkbody {
	font-size: 16px;
	line-height: 1.9;
  }
  .rank .comment {
	margin: 15px 0;
  }
  .rank .comment .comment-tit span {
	background-position: 20px 12px;
	background-size: auto auto;
	font-size: 20px;
	padding: 13px 16px 13px 60px;
  }
  .rank .comment .comment-body {
	font-size: 16px;
	line-height: 1.9;
	padding: 16px 24px;
  }
  .rank .more {
	margin: 15px 0 0;
  }
  .rank .more span {
	margin-bottom: 12px;
  }
  .rank .more span a {
	font-size: 18px;
	padding: 13px 15px 13px 0;
  }
  .rank .more span a::after {
	border-width: 3px 3px 0 0;
	height: 11px;
	margin-top: -8px;
	width: 11px;
  }
}
@media screen and (min-width: 1000px) {
  .rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
	font-size: 22px;
	min-height: 65px;
	padding: 18px 16px 13px 80px;
  }
  .rank .rank1::before, .rank .rank1::after, .rank .rank2::before, .rank .rank2::after, .rank .rank3::before, .rank .rank3::after, .rank .rank4::before, .rank .rank4::after, .rank .rank5::before, .rank .rank5::after, .rank .rank6::before, .rank .rank6::after, .rank .rank7::before, .rank .rank7::after, .rank .rank8::before, .rank .rank8::after, .rank .rank9::before, .rank .rank9::after, .rank .rank10::before, .rank .rank10::after {
	height: 64px;
	width: 64px;
  }
  .rank .rank1::after, .rank .rank2::after, .rank .rank3::after, .rank .rank4::after, .rank .rank5::after, .rank .rank6::after, .rank .rank7::after, .rank .rank8::after, .rank .rank9::after, .rank .rank10::after {
	background-position: left top;
	background-size: 64px auto;
  }
  .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 {
	color: #3598d9;
	text-decoration: underline;
  }
  .rank .rank-inner {
	padding: 22px 20px;
  }
  .rank .float-l,
  .rank .float-r {
	margin: 0 0 10px;
	padding: 0 10px;
  }
  .rank .rankbox {
	margin-bottom: 20px;
	padding: 0 10px;
  }
  .rank .comment {
	margin: 22px 0;
  }
  .rank .more {
	margin: 22px 0 0;
  }
  .rank .more span{
	width:48%;
	margin-left:1%;
	margin-right:1%;
  }
  #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 a:hover {
	background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjYjRkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBiN2ZjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0cb4de), color-stop(100%, #0b7fcc));
	background-image: -moz-linear-gradient(top, #0cb4de, #0b7fcc);
	background-image: -webkit-linear-gradient(top, #0cb4de, #0b7fcc);
	background-image: linear-gradient(to bottom, #0cb4de, #0b7fcc);
	border: 1px solid #4ca5cd;
  }
  .rank .more span.official a:hover {
	background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd500), color-stop(100%, #ffbb00));
	background-image: -moz-linear-gradient(top, #ffd500, #ffbb00);
	background-image: -webkit-linear-gradient(top, #ffd500, #ffbb00);
	background-image: linear-gradient(to bottom, #ffd500, #ffbb00);
	border: 1px solid #ffb21e;
  }
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  background-image: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 15px 0;
  min-height: 26px;
  padding: 0 0 0 34px;
  position: relative;
}
.rank1::before, .rank1::after, .rank2::before, .rank2::after, .rank3::before, .rank3::after, .rank4::before, .rank4::after, .rank5::before, .rank5::after, .rank6::before, .rank6::after, .rank7::before, .rank7::after, .rank8::before, .rank8::after, .rank9::before, .rank9::after, .rank10::before, .rank10::after {
  content: '';
  height: 26px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 26px;
}
.rank1::before, .rank2::before, .rank3::before, .rank4::before, .rank5::before, .rank6::before, .rank7::before, .rank8::before, .rank9::before, .rank10::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rank1::after, .rank2::after, .rank3::after, .rank4::after, .rank5::after, .rank6::after, .rank7::after, .rank8::after, .rank9::after, .rank10::after {
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
.rank1::before {
  background-color: #c0a248;
  border: 2px solid #d8c58d;
}
.rank2::before {
  background-color: #aab4b8;
  border: 2px solid #cad0d3;
}
.rank3::before {
  background-color: #ab6f3d;
  border: 2px solid #caa586;
}
.rank4::before, .rank5::before, .rank6::before, .rank7::before, .rank8::before, .rank9::before, .rank10::before {
  background-color: #d8d8d8;
}
.rank1::after {
  background-image: url(img/rank1.png);
}
.rank2::after {
  background-image: url(img/rank2.png);
}
.rank3::after {
  background-image: url(img/rank3.png);
}
.rank4::after {
  background-image: url(img/rank4.png);
}
.rank5::after {
  background-image: url(img/rank5.png);
}
.rank6::after {
  background-image: url(img/rank6.png);
}
.rank7::after {
  background-image: url(img/rank7.png);
}
.rank8::after {
  background-image: url(img/rank8.png);
}
.rank9::after {
  background-image: url(img/rank9.png);
}
.rank10::after {
  background-image: url(img/rank10.png);
}
@media screen and (min-width: 768px) {
  .rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
	font-size: 24px;
	line-height: 1.4;
	margin: 20px 0;
	min-height: 34px;
	padding: 0 0 0 50px;
  }
  .rank1::before, .rank1::after, .rank2::before, .rank2::after, .rank3::before, .rank3::after, .rank4::before, .rank4::after, .rank5::before, .rank5::after, .rank6::before, .rank6::after, .rank7::before, .rank7::after, .rank8::before, .rank8::after, .rank9::before, .rank9::after, .rank10::before, .rank10::after {
	height: 34px;
	width: 34px;
  }
  .rank1::after, .rank2::after, .rank3::after, .rank4::after, .rank5::after, .rank6::after, .rank7::after, .rank8::after, .rank9::after, .rank10::after {
	background-position: -4px -4px;
	background-size: 42px auto;
  }
}
/* メニュー用ランキング
==================================================
*/
#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-image: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0 0 10px;
  min-height: 26px;
  padding: 3px 0 0 40px;
  position: relative;
}
#menu .rank1::before, #rmenu .rank1::before, #menu .rank1::after, #rmenu .rank1::after, #menu .rank2::before, #rmenu .rank2::before, #menu .rank2::after, #rmenu .rank2::after, #menu .rank3::before, #rmenu .rank3::before, #menu .rank3::after, #rmenu .rank3::after, #menu .rank4::before, #rmenu .rank4::before, #menu .rank4::after, #rmenu .rank4::after, #menu .rank5::before, #rmenu .rank5::before, #menu .rank5::after, #rmenu .rank5::after, #menu .rank6::before, #rmenu .rank6::before, #menu .rank6::after, #rmenu .rank6::after, #menu .rank7::before, #rmenu .rank7::before, #menu .rank7::after, #rmenu .rank7::after, #menu .rank8::before, #rmenu .rank8::before, #menu .rank8::after, #rmenu .rank8::after, #menu .rank9::before, #rmenu .rank9::before, #menu .rank9::after, #rmenu .rank9::after, #menu .rank10::before, #rmenu .rank10::before, #menu .rank10::after, #rmenu .rank10::after {
  content: '';
  height: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
#menu .rank1::before, #rmenu .rank1::before, #menu .rank2::before, #rmenu .rank2::before, #menu .rank3::before, #rmenu .rank3::before, #menu .rank4::before, #rmenu .rank4::before, #menu .rank5::before, #rmenu .rank5::before, #menu .rank6::before, #rmenu .rank6::before, #menu .rank7::before, #rmenu .rank7::before, #menu .rank8::before, #rmenu .rank8::before, #menu .rank9::before, #rmenu .rank9::before, #menu .rank10::before, #rmenu .rank10::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu .rank1::after, #menu .rank2::after, #menu .rank3::after, #menu .rank4::after, #menu .rank5::after, #menu .rank6::after, #menu .rank7::after, #menu .rank8::after, #menu .rank9::after, #menu .rank10::after, #rmenu .rank1::after, #rmenu .rank2::after, #rmenu .rank3::after, #rmenu .rank4::after, #rmenu .rank5::after, #rmenu .rank6::after, #rmenu .rank7::after, #rmenu .rank8::after, #rmenu .rank9::after, #rmenu .rank10::after {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
#menu .rank1::before, #rmenu .rank1::before {
  background-color: #c0a248;
  border: 2px solid #d8c58d;
}
#menu .rank2::before, #rmenu .rank2::before {
  background-color: #aab4b8;
  border: 2px solid #cad0d3;
}
#menu .rank3::before, #rmenu .rank3::before {
  background-color: #ab6f3d;
  border: 2px solid #caa586;
}
#menu .rank4::before, #rmenu .rank4::before, #menu .rank5::before, #rmenu .rank5::before, #menu .rank6::before, #rmenu .rank6::before, #menu .rank7::before, #rmenu .rank7::before, #menu .rank8::before, #rmenu .rank8::before, #menu .rank9::before, #rmenu .rank9::before, #menu .rank10::before, #rmenu .rank10::before {
  background-color: #d8d8d8;
}
#menu .rank1::after, #rmenu .rank1::after {
  background-image: url(img/rank1.png);
}
#menu .rank2::after, #rmenu .rank2::after {
  background-image: url(img/rank2.png);
}
#menu .rank3::after, #rmenu .rank3::after {
  background-image: url(img/rank3.png);
}
#menu .rank4::after, #rmenu .rank4::after {
  background-image: url(img/rank4.png);
}
#menu .rank5::after, #rmenu .rank5::after {
  background-image: url(img/rank5.png);
}
#menu .rank6::after, #rmenu .rank6::after {
  background-image: url(img/rank6.png);
}
#menu .rank7::after, #rmenu .rank7::after {
  background-image: url(img/rank7.png);
}
#menu .rank8::after, #rmenu .rank8::after {
  background-image: url(img/rank8.png);
}
#menu .rank9::after, #rmenu .rank9::after {
  background-image: url(img/rank9.png);
}
#menu .rank10::after, #rmenu .rank10::after {
  background-image: url(img/rank10.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 #menu .menulist ul,
  #column1 #rmenu .menulist ul {
	background-color: #fff;
	overflow: hidden;
	padding: 10px 19px 0;
  }
  #column1 #menu .menulist li,
  #column1 #rmenu .menulist li {
	border:none;
  }
  #column1 #menu .menulist li,
  #column1 #menu .menulist .l2,
  #column1 #menu .menulist .l3,
  #column1 #rmenu .menulist li,
  #column1 #rmenu .menulist .l2,
  #column1 #rmenu .menulist .l3 {
	background-color: transparent;
	border-bottom: none;
	float: left;
	margin: 0 20px 10px 0;
  }
  #column1 #menu .menulist li a,
  #column1 #menu .menulist .l2 a,
  #column1 #menu .menulist .l3 a,
  #column1 #rmenu .menulist li a,
  #column1 #rmenu .menulist .l2 a,
  #column1 #rmenu .menulist .l3 a {
	font-size: 13px;
	padding: 0 0 0 14px;
  }
  #column1 #menu .menulist li a::before,
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist li a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
	border-left-width: 7px;
	left: 0;
	top: 6px;
  }
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
	border: 4px solid transparent;
	border-left: 7px solid #0047ab;
	height: auto;
	left: 0;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: 6px;
	width: auto;
  }
  #column1 #menu .menulist .l2 a::after,
  #column1 #menu .menulist .l3 a::after,
  #column1 #rmenu .menulist .l2 a::after,
  #column1 #rmenu .menulist .l3 a::after {
	display: none;
  }
  #column1 ul#newEntry, #column1 ul#entryarchive {
	overflow: hidden;
	padding: 10px 19px 0;
  }
  #column1 ul#newEntry li, #column1 ul#entryarchive li {
	border: none;
	float: left;
	font-size: 13px;
	margin: 0 20px 10px 0;
	padding: 0 0 0 14px;
  }
  #column1 ul#newEntry li::before, #column1 ul#entryarchive li::before {
	border-left-width: 7px;
	left: 0;
	top: 6px;
  }
  #column1 #categorylist .thumb {
	float: left;
	margin: 0 20px 0 0;
  }
  #column1 #categorylist .thumb img {
	display: block;
	max-width: 200px;
  }
  #column1 #categorylist .more {
	float: right;
  }
  #column1 #categorylist .more a {
	width: 188px;
  }
  #column1 .rank .rank-inner {
	margin-top: 10px;
  }
  #column1 .rank .float-l,
  #column1 .rank .float-r {
	max-width: 200px;
	float: left;
  }
  #column1 .rank .float-l img,
  #column1 .rank .float-r img {
	margin: 0 10px 15px 0;
  }
  #column1 .rank .rank-table {
	clear: both;
	padding: 0 1px;
	margin: 15px 0;
  }
  #column1 .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;
  }
  #column1 .rank .more span{
	width:46%;
	margin-left:2%;
	margin-right:2%;
  }
}
@media screen and (min-width: 1000px) {
  #column1 #menu .menulist .l2 a:hover::before,
  #column1 #menu .menulist .l3 a:hover::before,
  #column1 #rmenu .menulist .l2 a:hover::before,
  #column1 #rmenu .menulist .l3 a:hover::before {
	border-left-color: #3598d9;
  }
  #column1 .rank .float-l img,
  #column1 .rank .float-r img {
	margin: 0 15px 20px 0;
  }
  #column1 .rank .rank-table {
	margin: 22px 0;
  }

}
/*
==================================================
２カラムレイアウト
==================================================
*/
@media screen and (min-width: 768px) {
  #column2 #main {
	width: 68%;
  }
  #column2 #menu {
	width: 30%;
  }
  #column2 #menu .menulist li a,
  #column2 #rmenu .menulist li a {
	font-size: 13px;
	padding: 16px 12px 16px 29px;
  }
  #column2 #menu .menulist li a::before,
  #column2 #rmenu .menulist li a::before {
	border-left-width: 7px;
	left: 15px;
	top: 22px;
  }
  #column2 #menu .menulist .l2 a::before, #column2 #menu .menulist .l2 a::after,
  #column2 #menu .menulist .l3 a::before,
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::after {
	top: 22px;
  }
  #column2 #menu .menulist .l2 a,
  #column2 #rmenu .menulist .l2 a {
	padding-left: 50px;
  }
  #column2 #menu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::before {
	left: 30px;
  }
  #column2 #menu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l2 a::after {
	left: 34px;
  }
  #column2 #menu .menulist .l3 a,
  #column2 #rmenu .menulist .l3 a {
	padding-left: 60px;
  }
  #column2 #menu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::before {
	left: 40px;
  }
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l3 a::after {
	left: 44px;
  }
  #column2 ul#newEntry li, #column2 ul#entryarchive li {
	font-size: 13px;
	padding: 14px 12px 14px 29px;
  }
  #column2 ul#newEntry li::before, #column2 ul#entryarchive li::before {
	border-left-width: 7px;
	left: 15px;
	top: 20px;
  }
  #column2 #categorylist .thumb {
	float: left;
	margin: 0 20px 0 0;
  }
  #column2 #categorylist .thumb img {
	display: block;
	max-width: 200px;
  }
  #column2 #categorylist .more {
	float: right;
  }
  #column2 #categorylist .more a {
	width: 188px;
  }
  #column2 .rank .float-l img,
  #column2 .rank .float-r img {
	margin: 0 0 15px;
  }
}
@media screen and (min-width: 1000px) {
  #column2 #main {
	width: 660px;
  }
  #column2 #menu {
	width: 300px;
  }
  #column2 #menu .menulist li:hover,
  #column2 #rmenu .menulist li:hover {
	background-color: #eceff1;
	border-bottom-color: #eceff1;
  }
  #column2 #menu .menulist li a,
  #column2 #rmenu .menulist li a {
	padding: 16px 12px 16px 35px;
  }
  #column2 #menu .menulist li a::before,
  #column2 #rmenu .menulist li a::before {
	left: 19px;
  }
  #column2 #menu .menulist .l2 a,
  #column2 #rmenu .menulist .l2 a {
	padding-left: 54px;
  }
  #column2 #menu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::before {
	left: 34px;
  }
  #column2 #menu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l2 a::after {
	left: 38px;
  }
  #column2 #menu .menulist .l3 a,
  #column2 #rmenu .menulist .l3 a {
	padding-left: 64px;
  }
  #column2 #menu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::before {
	left: 44px;
  }
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l3 a::after {
	left: 48px;
  }
  #column2 ul#newEntry li, #column2 ul#entryarchive li {
	background-color: #fff;
	border-top: 3px solid #eee;
	padding: 14px 12px 14px 35px;
  }
  #column2 ul#newEntry li:first-child, #column2 ul#entryarchive li:first-child {
  	border-top: 5px solid #eee;
  }
  #column2 ul#newEntry li:last-child, #column2 ul#entryarchive li:last-child {
  	border-bottom: 7px solid #eee;
  }
  #column2 ul#newEntry li::before, #column2 ul#entryarchive li::before {
	left: 19px;
  }
  #column2 .rank .rank-inner {
	margin-top: 10px;
  }
  #column2 .rank .float-l,
  #column2 .rank .float-r {
	max-width: 200px;
	float: left;
  }
  #column2 .rank .float-l img,
  #column2 .rank .float-r img {
	margin: 0 15px 20px 0;
  }
  #column2 .rank .rank-table {
	clear: both;
	padding: 0 1px;
	margin: 22px 0;
  }

}
/*
==================================================
メニュー用ランキング調整スタイル
==================================================
*/
@media screen and (min-width: 768px) {
	#menu .rank,
	#rmenu .rank{
		padding:0;
		margin:0 0 15px 0;
	}
	#menu .rank .float-l,
	#rmenu .rank .float-l{
		width:100%;
		text-align:center;
		float:none;
		padding:5px 0;
		max-width:100%;
	}
	#menu .rank th div,
	#rmenu .rank th div{
		font-size:13px;
	}
	#menu .rank td,
	#rmenu .rank td,
	#menu .rank th,
	#rmenu .rank th{
		padding:8px  !important;
		font-size:14px;
	}
	#menu .rank .rank-price,
	#rmenu .rank .rank-price{
		font-size:22px;
	}
	#menu .rank .float-l img,
	#rmenu .rank .float-l img{
		display:block;
		margin:auto;
	}
	#menu .rank .rank-inner,
	#rmenu .rank .rank-inner{
		padding:5px;
	}
	#menu .rank .comment .comment-inner,
	#rmenu .rank .comment .comment-inner{
		padding:0;
	}
	#menu .rank .more a,
	#rmenu .rank .more a{
		font-size:14px;
		padding:8px 5px;
		text-align:center;
	}
	#menu .rank .more span,
	#rmenu .rank .more span{
		width:100%;
		margin:8px 0 !important;
		float:none;
	}
	#menu .rank .comment .comment-tit span,
	#rmenu .rank .comment .comment-tit span{
		font-size:16px;
		min-height:16px;
	}
	#menu .rank .rank-inner::before,
	#rmenu .rank .rank-inner::before,
	#menu .rank .more a::before,
	#rmenu .rank .more a::before{
		display:none;
	}
	#menu .rank .more a::after,
	#rmenu .rank .more a::after{
		left:8%;
	}
	#column3 #menu .rank .more a:after,
	#column3 #rmenu .rank .more a:after{
		display:none;
	}
	#menu .rank .comment .comment-tit span,
	#rmenu .rank .comment .comment-tit span{
		padding:5px;
		background-image:none;
	}
	#menu .rank .comment .comment-body,
	#rmenu .rank .comment .comment-body{
		font-size:14px;
		border:none;
		padding:5px 10px;
	}
	#menu .rank .rank-inner,
	#rmenu .rank .rank-inner{
		margin-top:0;
	}
	#menu .rank .feature,
	#rmenu .rank .feature{
		font-size:14px;
	}
	#menu .rank .rankbox .rnkbody,
	#rmenu .rank .rankbox .rnkbody{
		font-size:14px;
		padding:0px 8px 5px;
	}
	#menu .rank .rank1,#menu .rank .rank2,#menu .rank .rank3,#menu .rank .rank4,#menu .rank .rank5,#menu .rank .rank6,#menu .rank .rank7,#menu .rank .rank8,#menu .rank .rank9,#menu .rank .rank10,#rmenu .rank .rank1,#rmenu .rank .rank2,#rmenu .rank .rank3,#rmenu .rank .rank4,#rmenu .rank .rank5,#rmenu .rank .rank6,#rmenu .rank .rank7,#rmenu .rank .rank8,#rmenu .rank .rank9,#rmenu .rank .rank10{
		box-shadow:none;
		margin:5px;
		padding-top:6px;
		background-color:transparent;
		text-decoration:underline;
	}
	#column1 .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;
	}
}

/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/

#headerbox {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  #main,
  #menu,
  #rmenu,
  #layoutbox {
	float: none !important;
  }
}
@media screen and (min-width: 768px) {
  #top .inner {
  }
  #topsubmenu {
	top: 8px;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
  }
  #topsubmenu {
	top: 18px;
  }
}
#contents #main .txt-border {
  background-position: left 12px;
  margin: 8px 0;
  padding: 12px !important;
  position: relative;
  z-index: 0;
}
#contents #main .txt-border::before {
  border: 12px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#contents #main .txt-grayback {
  background-color: #e6e6e6;
  margin: 8px 0;
}
#contents #main .txt-colorback {
  background-color: #ffe591;
  margin: 8px 0;
}
#contents #main .txt-frame,
#contents #main .txt-colorframe {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 8px 0;
}
#contents #main .txt-rndbox {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 8px 0;
}
#contents #main .txt-decbox1,
#contents #main .txt-decbox2 {
  margin: 8px 0;
}
#contents #main .txt-decbox1 .top h3,
#contents #main .txt-decbox2 .top h3 {
  box-shadow: none;
}
#contents #main .txt-decbox1 .top h3 span,
#contents #main .txt-decbox2 .top h3 span {
  display: block;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #contents #main .txt-border {
	margin: 0 0 20px;
  }
  #contents #main .txt-border::before {
	display: none;
  }
  #contents #main .txt-grayback,
  #contents #main .txt-colorback,
  #contents #main .txt-frame,
  #contents #main .txt-colorframe,
  #contents #main .txt-rndbox {
	margin: 0 0 20px;
  }
  #contents #main .txt-decbox1,
  #contents #main .txt-decbox2 {
	margin: 0 0 20px;
  }
  #contents #main .txt-decbox1 .body h3,
  #contents #main .txt-decbox2 .body h3 {
	margin: 20px 0 !important;
  }
  #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: 515px; }
#headerbox {height:515px; }
#header h2 ,#header .title {
}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited, #top .title a, #top .title a:visited{}
#headertext {

}

@media screen and (min-width: 768px) {
#main{ float: left; }
#column2 #menu,#column3 #menu{ float: right; }
#column3 #rmenu { float: left; }
#column3 #layoutbox { float: right; }
#column3 #main { float: left; }
}

/*基本設定*/
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;}
.vam{vertical-align: middle;}
.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;}
.lt {text-decoration: line-through;}

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

/*こだわり検索フォームエリア*/
.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: #0047ab; 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: #ff5e00; 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: 15%;}
.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: 18px; 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;}
#main .review_table td ul li {margin: 0;}

/*チャートエリア*/
.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;}

/*キャンペーン中エリア*/
.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) {
.w50p{display: inline-block; width: 100%; margin-right: 0%; float: none;}
.pc_dis{display: inherit;}
.sp_dis{display: none;}
}

/*スマートフォンサイズ設定*/
@media screen and (max-width: 479px) {
.w30p{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: left;}
.w50p{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: none;}
.w70p{display: inline-block; width: 100%; margin-left: 0%; 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;}
.review_table td span.score {font-size: 12px;}

}

/*条件検索ボタン*/
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;
}
}

/*評価-口コミを見るボタン-------------------------------------*/
p.score{
  padding: 10px;
  background-color: #fffee5;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  border: 1px #e2e2e2 solid;
}
p.score img{
  width: 100px;
  display: inline-block;
  vertical-align: text-bottom;
}
p.score span.red{
  margin-left: 5px;
}
p.score a{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #ff9800;
  color: #fff;
  padding: 3px 15px;
  font-weight: bold;
  border: 3px #fff solid;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
}
p.score span.review{
  position: relative;
  margin-left: 15px;
}
p.score span.review:before{
  content: "\f075";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  position: absolute;
  left: -20px;
  top: -4px;
}
p.score a:hover{
  position: absolute!important;
  top: 8px!important;
  left: auto!important;
  right: 10px!important;
}

/*関連記事一覧リスト*/
.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; }

/*詳細ページリンク*/
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;}

/*店舗表示スライドデザイン設定------------------------------------------------*/

.area_list li{
  padding: 10px 0!important;
  margin: 0!important;
}

.area_list li.subtit{
  padding: 5px 0!important;
  background-color: #fffce9!important;
  background-image: none!important;
}

.area_list li:before{
  content: none!important;
}

.list_open {
    background-image: url(img/list-open.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.shop_list {
    height: 20px;
    background-color: #f5f5f5;
    margin-bottom: 0;
    border-top: solid 2px #ccc;
    padding: 15px 10px;
}
.shop_child_list ul {
    list-style: none;
    padding: 0px !important;
    margin: 0;
}
.shop_child_list ul li {
    background-color: #fff;
    padding: 10px 25px;
    border-top: solid 2px #ccc;
    background-image: url(img/shop-more.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.shop_child_list ul li span{
    color: #0047ab;
}

.shop_list a {
    display: block;
    color: #5b544f !important;
    text-decoration: none;
}
.shop_child_list ul li a {
    display: block;
    color: #5b544f !important;
    text-decoration: none;
}

.list_close {
    background-image: url(img/list-close.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

/*サービス詳細エリアデザイン-------------------------------------------------*/

.rank_detail h4 img{
  width: 10%;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .rank_detail h4 img{
    width: 15%;
    vertical-align: bottom;
  }
}

table.rank_detail{
  width: 100%;
}

table.rank_detail th, table.rank_detail td,{
  text-align: center;
}

.notice_memo{
  padding: 20px 15px;
  background-color: #feffec;
  border-radius: 3px;
}

.notice_memo p{
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  border: 1px #e2e2da solid;
}

.notice_memo span{
  border-bottom: 1px solid #aaa;
}

.notice_memo2{
  padding: 20px 15px;
  background-color: #ecf6ff;
  border-radius: 3px;
}

.notice_memo2 p{
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  border: 1px #e2e2da solid;
}

.notice_memo2 span{
  border-bottom: 1px solid #aaa;
}

.notice_gray{
  color: #aaa;
  line-height: 1.1em;
  display: inline-block;
}


.column2{
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 0px;
}

.column2 .w50p{
  width: 49%;
  margin-right: 1%;
  float: left;
}

.column2 .w50p img{
  width: 100%;
}

.column2 .w50p:last-of-type{
  width: 49%;
  margin-left: 1%;
  margin-right: 0;
  float: left;
}

.column2 .w30p{
  width: 29%;
  margin-right: 1%;
  float: left;
}

.column2 .w70p{
  width: 69%;
  margin-right: 1%;
  float: left;
}

.campaign_area{
  background-color: #fffee5;
  border: 5px #ffaa00 dashed;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .column2 .w30p, .column2 .w50p, .column2 .w50p:last-of-type, .column2 .w70p{
    width: 100%;
    margin-right: 0%;
    float: inherit;
  }
}

.chara-list{
  font-size: 12px;
}

.chara-list p{
  margin-bottom: 5px;
}
.chara-list p.subtit{
  background-color: #ffe6ed;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: bold;
}

/*口コミ評価一覧*/
.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%;
  }
}

.note4{
  color: #696969;
  font-weight: bold;
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
}

.sen4{
  position: relative;
  background-color: #fff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
.sen4 span.abl{
  position: absolute;
  top: 0;
}

/*-- チャット会話風デザイン --*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.balloon5.woman .says{
  background: #fed7de
}

.balloon5.woman .faceicon img{
  border: solid 3px #fed7de
}

.balloon5.woman .says:after {
  border-right: 12px solid #fed7de;
}

#pr{
	border-bottom: 1px #ddd solid;
}

#pr p{
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

#pr p span{
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}