@charset "shift_jis";
@import url("./tables.css");
@import url("./commonstyles.css");
@import url("./textstyles.css");
/*
==================================================
基本スタイル
==================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
  background-color: #fff;
  color: #333;
  font-family: 'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  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{clear:both;}
h5,h6{overflow:hidden;}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}
p {
margin: 0 0 1em;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
div, p, span, li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* メニュー内画像高さ調整 */
#menu .menulist ul li a img,#rmenu .menulist ul li a img{max-height:360px}
/* ボックス色調整 */
.ylwbox {
background-color: #FDF9E8;
border: 4px solid #EAC43F;
}
@media screen and (min-width:768px){
  #main .nmlbox,
  #main .dottbox,
  #main .ylwbox,
  #main .graybg{
     padding:20px 4%;
     box-sizing:border-box;
  }
}
/* 画像位置調整 */
#main .topimg_right img,
#main .topimg_left img{
	margin:0;
}
#main .fleximg1 img{
	min-height:152px;
}
/* リスト
==================================================
*/
#main div[class*="box"] > ul,
#main div[class*="box"] > ol{
	margin-top:4px !important;
	margin-bottom:4px !important;
}
#menu div[class*="box"]:not(.menubox) > ul,
#menu div[class*="box"]:not(.menubox) > ol{
	margin-top:4px !important;
	margin-bottom:4px !important;
}
:not(#topmenu):not(#whatsnew):not(#pagelist):not(#sitemaps):not(#index_inner):not(li) > ul:not([id]):not([class]) {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
:not(#topmenu):not(#whatsnew):not(#pagelist):not(#sitemaps):not(#index_inner):not(li) > ul:not([id]):not([class]) li {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0;
  padding: 0 0 0 30px;
  position: relative;
}
:not(#topmenu):not(#whatsnew):not(#pagelist):not(#sitemaps):not(#index_inner):not(li) > ul:not([id]):not([class]) li::before {
  background-color: #87aac6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 11px;
  position: absolute;
  top: 9px;
  width: 8px;
}
ol {
  counter-reset: number;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ol > li {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0;
  padding: 0 0 0 40px;
  position: relative;
}
ol > li::before {
  background-color: #f2f5f7;
  border: 1px solid #618fb2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3776a8;
  content: counter(number,decimal);
  counter-increment: number;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  left: 5px;
  letter-spacing: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 24px;
}
ol > li:nth-child(n+101)::before{
	font-size:10px;
}
div[id$="menu"] div[id^="space"] ul > li,
div[id$="menu"] div[id^="space"] ol > li{
	margin:8px 0 !important;
}
#main #index_inner > ol{
  padding-left:8px !important;
  margin-right: 16px !important;
}
/* リンク
==================================================
*/
a {
  color: #2379ca;
  transition: background-color 0.25s ease, border 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
a img {
  background: none;
}
a:hover img{
  opacity:0.7;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover {
	color: #4f93d4;
	text-decoration: none;
  }
  a:hover img {
	opacity: 0.8;
  }
  #main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
  }
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
  overflow: hidden;
  position: relative;
}
#contents {
  position: relative;
}
#layoutbox{
  overflow:hidden;
}
#contents::after,
div[id^="text"]::after,
div[id^="space"]::after{
  clear: both;
  content: '';
  display: block;
}
#siteNavi {
  font-size: 10px;
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents {
	margin-top: 15px;
  }
  #contents::after {
	clear: both;
	content: '';
	display: block;
  }
  #siteNavi {
	font-size: 11px;
  }
  #siteNavi a {
	letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1000px) {
  #contents {
	margin: 30px auto;
	padding: 0;
	width: 1000px;
  }
  #siteNavi {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
  }
}
#siteNavi br{display:none;}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
  overflow: hidden;
}
#pagetop a {
  background-color: #246095;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  display: block;
  height: 46px;
  float: right;
  font-size: 10px;
  margin: 15px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 46px;
}
#pagetop a::before, #pagetop a::after {
  background-color: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -3px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
#pagetop a::after {
  margin-left: -12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #pagetop a {
	height: 50px;
	width: 50px;
  }
  #pagetop a:hover {
	background-color: #296daa;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1000px) {
  #pagetop {
	margin: 0 auto;
	width: 1000px;
  }
}
/* 検索ボックス
==================================================
*/
#searchbox {
  line-height: 1;
}
#searchbox::after {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
#searchbox form {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 80px 16px 10px;
  display: block;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
}
#searchbox input {
  -webkit-appearance: none;
}
#searchbox input:focus::-webkit-input-placeholder {
  color: transparent;
}
#searchbox input:focus:-moz-placeholder {
  color: transparent;
}
#searchbox input:focus::-moz-placeholder {
  color: transparent;
}
#searchbox input[type="text"], #searchbox input[type="search"] {
  background-color: #f5f5f5;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5b5b5b;
  cursor: auto;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 36px 0 8px;
  width: 100%;
}
#searchbox input[type="submit"] {
  background-color: #246095;
  border: medium none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 16px;
  width: 62px;
}
#searchbtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 44px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 8px;
  width: 44px;
}
#searchbtn::before {
  border: 2px solid #628db2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 14px;
  position: absolute;
  right: 16px;
  top: 13px;
  width: 14px;
  z-index: 1;
}
#searchbtn::after {
  background-color: #628db2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  height: 10px;
  position: absolute;
  right: 15px;
  top: 22px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 2px;
}
#searchbtn span {
  display: block;
  font-size: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
input#panelsearch[type="radio"] {
  display: none;
}
input#panelsearch[type="radio"] ~ #searchbox {
  display: none;
}
input#panelsearch[type="radio"]:checked ~ #searchbox {
  display: block;
}
input#panelsearch[type="radio"]:checked ~ #closebtn {
  display: block;
  right: 4px;
  top: 8px;
}
#closebtn {
  cursor: pointer;
  display: none;
  height: 44px;
  position: absolute;
  width: 44px;
  z-index: 200;
}
#closebtn span {
  display: block;
  font-size: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
input#panelclose[type="radio"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #searchbox {
	display: block !important;
  }
  #searchbox::after {
	display: none;
  }
  #searchbox form {
	background-color: transparent;
	border-bottom: 1px solid #e1e4e8;
	max-width: 228px;
	padding: 0;
	right: 10px;
	top: -2px;
	width: 20%;
  }
  #searchbox form::before {
	border: 2px solid #6f6f6f;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	height: 12px;
	position: absolute;
	right: 11px;
	top: 8px;
	width: 12px;
  }
  #searchbox form::after {
	background-color: #6f6f6f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	content: '';
	height: 6px;
	position: absolute;
	right: 10px;
	top: 17px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 2px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 32px;
	line-height: 32px;
	outline: 0;
	padding: 0 28px 0 0;
	width: 100%;
  }
  #searchbox input[type="submit"] {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 10px;
	height: 32px;
	overflow: hidden;
	padding: 0;
	right: 0;
	text-indent: 100%;
	top: 0;
	white-space: nowrap;
	width: 28px;
  }
  #searchbtn {
	display: none;
  }
  #closebtn {
	display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  #searchbox form {
	width: 228px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
	padding: 0;
	width: 200px;
  }
}
/* 回り込み・回り込み解除
==================================================
*/
.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;
}
@media screen and (max-width: 640px) {
  .txt-img {
	padding: 0 10px;
	text-align: center !important;
	box-sizing:border-box;
  }
  td .txt-img,th .txt-img{padding:0;}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
header {
  background-color: #f7f9fa;
}
#top {
  background-color: #f5f7f8;
  border-top: 2px solid #3b73a5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 56px;
}
#top h1 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 16px 60px;
  text-align: center;
}
#top h1 a {
  color: #333333;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
}
#top h1 a img {
  max-width: 70%;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #top {
	border-bottom: 1px solid #eaeef2;
	border-top-width: 5px;
	padding: 30px 0 0;
  }
  #top .inner {
	position: relative;
  }
  #top h1 {
	margin-bottom: 30px;
	padding: 0 22%;
  }
  #top h1 a:hover {
	opacity: 0.8;
  }
  #top h1 a:hover img {
	opacity: 1;
  }
  #top h1 a img {
	max-width: none;
	max-height: 200px;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
  }
  #top h1 {
	padding: 0 250px;
  }
}
/* ヘッダー
==================================================
*/
#header{
width:1000px;
margin:0 auto;
max-width:100%;
}
/* 個別ページ用ヘッダー */
#page_header{
	margin-bottom:24px;
}
#page_header img{
	width:100%;
	height:auto;
	max-height:400px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
}
/* トップメニュー
==================================================
*/
#topmenu::after {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
#topmenu ul {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
#topmenu ul a img {
max-height:64px;
}
#topmenu ul > li {
  margin: 14px 20px;
  text-align: left;
}
#topmenu ul a {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
}
#topmenubtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #628db2;
  cursor: pointer;
  display: block;
  font-size: 8px;
  height: 44px;
  left: 8px;
  letter-spacing: 0;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 44px;
}
#topmenubtn::before, #topmenubtn::after {
  border-top: 1px solid #628db2;
  content: '';
  left: 10px;
  position: absolute;
  top: 11px;
  width: 24px;
}
#topmenubtn::after {
  top: 17px;
}
#topmenubtn span {
  display: block;
}
#topmenubtn span::before {
  border-top: 1px solid #628db2;
  content: '';
  left: 10px;
  position: absolute;
  top: 23px;
  width: 20px;
}
input#panelmenu[type="radio"] {
  display: none;
}
input#panelmenu[type="radio"] ~ #topmenu {
  display: none;
}
input#panelmenu[type="radio"]:checked ~ #topmenubtn::before, input#panelmenu[type="radio"]:checked ~ #topmenubtn::after {
  left: 10px;
  top: 17px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
}
input#panelmenu[type="radio"]:checked ~ #topmenubtn::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input#panelmenu[type="radio"]:checked ~ #topmenubtn span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
input#panelmenu[type="radio"]:checked ~ #topmenubtn span::before {
  display: none;
}
input#panelmenu[type="radio"]:checked ~ #topmenubtn span::after {
  content: 'CLOSE';
  left: 50%;
  position: absolute;
  text-indent: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25px;
}
input#panelmenu[type="radio"]:checked ~ #topmenu {
  display: block;
}
input#panelmenu[type="radio"]:checked ~ #closebtn {
  display: block;
  left: 8px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  #topmenu {
	display: block !important;
  }
  #topmenu::after {
	display: none;
  }
  #topmenu ul {
	background-color: transparent;
	display: table;
	margin: 0 auto;
	padding: 0;
	position: static;
	table-layout: fixed;
	width: auto;
  }
  #topmenu ul > li {
	border: none;
	display: table-cell;
	overflow: hidden;
	position: relative;
	text-align: center;
  }
  #topmenu ul a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	padding: 0 25px 20px;
	text-align: center;
  }
  #topmenu ul a::before {
	border-bottom: 0 solid #3b73a5;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: border-width 0.12s ease-in-out;
	-o-transition: border-width 0.12s ease-in-out;
	-webkit-transition: border-width 0.12s ease-in-out;
	transition: border-width 0.12s ease-in-out;
  }
  #topmenu ul a:hover::before {
	border-bottom-width: 3px;
  }
  #topmenubtn {
	display: none;
  }
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}
#main div[id^="text"], #space1, #space2 {
  margin-bottom: 32px;
  overflow: hidden;
  padding: 10px 0;
}
.shadow1, .shadow2, .shadow3{
margin-left:3px;
margin-right:3px;
}
@media screen and (min-width: 768px) {
  #main {
	float: right;
	padding: 10px 20px;
  }
  #main div[id^="text"], #space1, #space2 {
	padding: 10px 0;
  }
}
/* 見出し
==================================================
*/
#main h2,
#main h3 {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
#main h2 > span,
#main h3 > span {
  border-bottom: 2px solid #dddddd;
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 1.5;
  padding: 6px 0;
  position: relative;
  z-index: 0;
}
#main div[id^="text"] h2, #main #space1 h2, #main #space2 h2,
#main div[id^="text"] h3, #main #space1 h3, #main #space2 h3 {
  margin: 10px 0;
}
#main h4 {
  border-left: 4px solid #246095;
  color: #333333;
  font-size: 19px;
  line-height: 1.5;
  margin: 20px 0 12px;
  padding: 1px 0 1px 10px;
  clear: both;
}
#main h5 {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 10px;
  padding: 0 0 0 18px;
  position: relative;
}
#main h5::before {
  background-color: #87aac6;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  border-radius: 6px;
}
#main h6 {
  font-size: 17px;
  line-height: 1.6;
  margin: 8px auto;
  padding: 0 0 0 20px;
  position: relative;
}
#main h6::before {
  border: 6px solid transparent;
  border-left: 9px solid #246095;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 7px;
  width: 0;
}
#contents div:not(.menuitem):not(id) > h4:first-child,
#contents div:not(.menuitem):not(id) > h5:first-child,
#contents div:not(.menuitem):not(id) > h6:first-child{
	margin-top:4px;
}
#main blockquote {
  background-color: #f8f8f8;
  border: none;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 30px 20px 20px;
  position: relative;
  z-index: 0;
}
#main blockquote::before {
  background-image: url(/blog/img/blockquote.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 28px auto;
  content: '';
  height: 32px;
  left: 6px;
  position: absolute;
  top: -9px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  #main h2,
  #main h3 {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 0;
  }
  #main h2 > span,
  #main h3 > span {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 2px;
	padding: 10px 0 14px;
  }
  #main div[id^="text"] h2, #main #space1 h2, #main #space2 h2,
#main div[id^="text"] h3, #main #space1 h3, #main #space2 h3 {
	margin: 20px 0;
  }
  #main h4 {
	font-size: 24px;
	line-height: 1.4;
	margin: 25px 0 20px;
	padding: 2px 0 2px 13px;
  }
  #main h5 {
	font-size: 20px;
	line-height: 1.5;
	margin: 25px 0 15px;
  }
  #main h5::before {
	top: 3px;
  }
  #main h6 {
	font-size: 18px;
	line-height: 1.5;
	margin: 10px auto;
  }
  #main blockquote {
	padding: 28px 30px 28px 50px;
  }
  #main blockquote::before {
	background-size: 32px auto;
	height: 34px;
	top: -12px;
	width: 32px;
  }
}
/*
==================================================
画像付きボックス
==================================================
*/
#main .alert, #main .accept, #main .attention, #main .thint {
  background-image: none;
  border: none;
  border-left-style: solid;
  border-left-width: 4px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 16px 15px 16px 48px;
  position: relative;
  z-index: 0;
}
#main .alert::before, #main .accept::before, #main .attention::before, #main .thint::before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: '';
  height: 20px;
  left: 14px;
  position: absolute;
  top: 18px;
  width: 20px;
}
#main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
  min-height: 0;
  padding: 16px 15px;
}
#main .alert.noimage::before, #main .accept.noimage::before, #main .attention.noimage::before, #main .thint.noimage::before {
  display: none;
}
#main .attention {
  background-color: #fff8e8;
  border-left-color: #ffc06e;
}
#main .attention::before {
  background-image: url(/blog/img/attention.png);
}
#main .accept {
  background-color: #e0f9fa;
  border-left-color: #27a8b1;
}
#main .accept::before {
  background-image: url(/blog/img/accept.png);
}
#main .alert {
  background-color: #fff0f0;
  border-left-color: #ff9c9b;
}
#main .alert::before {
  background-image: url(/blog/img/alert.png);
}
#main .thint {
  background-color: #f1f8ff;
  border-left-color: #5093e1;
}
#main .thint::before {
  background-image: url(/blog/img/thint.png);
}
@media screen and (min-width: 768px) {
  #main .alert, #main .accept, #main .attention, #main .thint {
	margin: 30px 0;
	padding: 20px 20px 20px 78px;
  }
  #main .alert::before, #main .accept::before, #main .attention::before, #main .thint::before {
	background-position: left center;
	background-size: 30px 30px;
	content: '';
	height: 100%;
	left: 24px;
	max-height: 94px;
	position: absolute;
	top: 0;
	width: 30px;
  }
  #main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
	padding: 20px 20px;
  }
}
#main .user1,
#main .user2 {
  background-color: #fefbf3;
  background-image: none;
  border: 1px solid #f8ebbc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  min-height: 70px;
  overflow: hidden;
  padding: 18px 15px;
  position: relative;
  _height: auto;
  z-index: 0;
}
#main .user1::before,
#main .user2::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 72px auto;
  content: '';
  float: left;
  margin: -10px 8px 0 0;
  height: 86px;
  width: 72px;
}
#main .user1.noimage,
#main .user2.noimage {
  min-height: 0;
  padding: 18px 15px;
}
#main .user1.noimage::before,
#main .user2.noimage::before {
  display: none;
}
#main .user1::before {
  background-image: url(/blog/img/user1.png);
}
#main .user2::before {
  background-image: url(/blog/img/user2.png);
}
@media screen and (min-width: 768px) {
  #main .user1,
  #main .user2 {
	margin: 30px 0;
	min-height: 68px;
	padding: 24px 20px 24px 145px;
  }
  #main .user1::before,
  #main .user2::before {
	background-size: 96px auto;
	height: 114px;
	left: 20px;
	position: absolute;
	width: 96px;
  }
  #main .user1.noimage,
  #main .user2.noimage {
	padding: 24px 20px;
  }
}
/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-repeat: no-repeat;
  background-size: 28px auto;
  border: none;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  overflow: hidden;
}
.question1 {
  background-image: url(/blog/img/q1.png);
  background-position: 10px top;
  font-weight: bold;
  padding: 0 0 0 50px;
}
.question1 + .answer1 {
  margin-top: -10px;
}
.answer1 {
  background-image: url(/blog/img/a1.png);
  background-color: #f5f5f5;
  background-position: 20px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 30px 20px 63px;
}
@media screen and (min-width: 768px) {
  .question1,
  .answer1 {
	margin: 30px 0;
  }
  .question1 + .answer1 {
	margin-top: -15px;
  }
}
.question2,
.answer2 {
  background-position: 7px 20px;
  background-repeat: no-repeat;
  background-size: 36px auto;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 26px 15px 26px 52px;
}
.question2 {
  background-image: url(/blog/img/q2.png);
  border-top: 1px solid #cfd8dc;
  font-weight: bold;
}
.question2 + .answer2 {
  margin-top: -45px;
}
.answer2 {
  background-image: url(/blog/img/a2.png);
  border-bottom: 1px solid #cfd8dc;
}
@media screen and (min-width: 768px) {
  .question2,
  .answer2 {
	background-position: 7px 22px;
	margin: 30px 0;
	padding: 28px 15px 28px 62px;
  }
  .question2 + .answer2 {
	margin-top: -60px;
  }
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
#menu h4,
#menu .title,
#rmenu h4,
#rmenu .title {
  border-top: 1px solid #e5e5e5;
  color: #333333;
  font-weight: bold;
  margin: 0;
  padding: 20px 10px 0;
}
#menu .menubox,
#rmenu .menubox {
  overflow: hidden;
}
#menu div#submenu span,
#rmenu div#submenu span {
  display: block;
  margin: 10px;
  text-align: center;
}
#menu .menulist ul,
#rmenu .menulist ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#menu .menulist li,
#rmenu .menulist li {
  line-height: 1;
  margin: 22px 20px;
}
#menu .menulist li a,
#rmenu .menulist li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
#menu .menulist li a::before,
#rmenu .menulist li a::before {
  background-color: #246095;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 13px;
}
#menu .menulist li a::after,
#rmenu .menulist li a::after {
  background-image: url(/blog/img/menu_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 7px auto;
  content: '';
  height: 7px;
  left: 3px;
  position: absolute;
  top: 7px;
  width: 7px;
}
#menu .menulist .l2 a::before,
#menu .menulist .l3 a::before,
#rmenu .menulist .l2 a::before,
#rmenu .menulist .l3 a::before {
  display: none;
}
#menu .menulist .l2 a::after,
#rmenu .menulist .l2 a::after {
  background-image: url(/blog/img/menu_bg2.png);
}
#menu .menulist .l3,
#rmenu .menulist .l3 {
  margin-left: 35px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before {
  display: none;
}
#menu .menulist .l3 a::after,
#rmenu .menulist .l3 a::after {
  background-image: none;
  border-top: 1px solid #bebebe;
  height: 1px;
  left: 2px;
  top: 11px;
  width: 6px;
}
#menu .rankbox,
#rmenu .rankbox {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  #menu,
  #rmenu {
	padding: 10px 0;
  }
  #menu h4,
  #menu .title,
  #rmenu h4,
  #rmenu .title {
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 0 0 10px;
  }
  #menu .menubox,
  #rmenu .menubox {
	margin-bottom: 40px;
  }
  #menu div#submenu,
  #rmenu div#submenu {
	margin-bottom: 40px;
  }
  #menu div#submenu span,
  #rmenu div#submenu span {
	margin: 10px 0;
	text-align: left;
  }
  #menu .menulist li,
  #rmenu .menulist li {
	margin: 10px 0 18px;
  }
  #menu .menulist li a:hover,
  #rmenu .menulist li a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
  #menu .menulist .l3,
  #rmenu .menulist .l3 {
	margin-left: 15px;
  }
}
/* バナー領域
==================================================
*/
.bannerbox {
  position: relative;
}
.bannerbox ul {
  list-style: outside none none;
  margin: 0;
  padding: 10px 10px 0;
}
.bannerbox li {
  margin-bottom: 10px;
  text-align: center;
}
.bannerbox li a img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .bannerbox ul {
	padding: 0;
  }
  .bannerbox li {
	margin-bottom: 20px;
  }
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul#newEntry li, ul#entryarchive li {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 10px;
}
ul#newEntry li::after, ul#entryarchive li::after {
  clear: both;
  content: '';
  display: block;
}
ul#newEntry li .thumb, ul#entryarchive li .thumb {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 80px;
}
ul#newEntry li .thumb img, ul#entryarchive li .thumb img {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  max-height: 80px;
  max-width: 80px;
}
ul#newEntry li a, ul#entryarchive li a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  ul#newEntry li, ul#entryarchive li {
	margin: 15px 0;
  }
  ul#newEntry li a:hover, ul#entryarchive li a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
}
/*
==================================================
フッター
==================================================
*/
#footer span > a > img{
  max-height:240px;
}
#footer {
  background-color: #f5f7f8;
  border-top: 1px solid #eaeef2;
  position: relative;
  z-index: 0;
}
#footer .inner {
  letter-spacing: -.4em;
  overflow: hidden;
  padding: 20px;
  text-align: left;
}
#footer span {
  display: block;
  margin-bottom: 16px;
}
#footer span a {
  color: #5b5b5b;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#footer small {
  color: #b5b8ba;
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #footer {
	position: relative;
	z-index: 0;
  }
  #footer .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 32px 0;
	text-align: center;
  }
  #footer span {
	display: inline-block;
	margin: 0 25px 16px;
  }
  #footer span a {
	font-size: 14px;
  }
  #footer span a:hover {
	text-decoration: underline;
  }
  #footer small {
	font-size: 11px;
	padding: 14px 0;
  }
}
@media screen and (min-width: 1000px) {
  #footer .inner {
	margin: 0 auto;
	width: 1000px;
  }
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
  background-color: #fafafa;
  margin: 0 -10px 15px;
  padding: 10px;
}
#whatsnew .title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 10px 0;
}
#whatsnew .title span {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#whatsnew ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#whatsnew ul > li {
  margin: 0 0 20px;
}
#whatsnew ul > li span {
  display: block;
  position: relative;
}
#whatsnew ul > li span:nth-last-of-type(2) {
  color: #707070;
  font-size: 14px;
}
#whatsnew ul > li span a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #whatsnew {
	margin: 0 0 20px;
	padding: 20px 40px;
  }
  #whatsnew .title {
	margin-bottom: 18px;
  }
  #whatsnew ul > li a:hover {
	text-decoration: underline;
  }
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
  padding: 10px 0;
  text-align: left;
}
#categorylist .catbox {
  margin-bottom: 20px;
}
#categorylist .catbox::after {
  clear: both;
  content: '';
  display: block;
}
#categorylist .catbox:last-of-type {
  margin-bottom: 0;
}
#categorylist .thumb {
  float: left;
  margin-right: 10px;
}
#categorylist .thumb img {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  max-height: 150px;
  width: 100px;
}
#categorylist .body::after {
  clear: both;
  content: '';
  display: block;
}
#categorylist .title {
  line-height: 1;
  margin-bottom: 2px;
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#categorylist .title a {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
#categorylist p {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#categorylist .more {
  text-align: right;
}
#categorylist .more a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
  z-index: 0;
}
#categorylist .more a::before {
  border-top: 1px dotted #2379ca;
  content: '';
  position: absolute;
  right: 10px;
  top: 6px;
  width: 10px;
}
#categorylist .more a::after {
  border-right: 1px solid #2379ca;
  border-top: 1px solid #2379ca;
  content: '';
  height: 6px;
  position: absolute;
  right: 8px;
  top: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#main #pagelist {
  margin: 20px 0;
  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 0 2px !important;
  padding: 0 !important;
}
#main #pagelist li:nth-of-type(n+2) {
  margin-left: -1px !important;
}
#main #pagelist a {
  border: 1px solid #e9e9ea;
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 13px 16px;
  text-align: center;
  text-decoration: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #categorylist {
	padding: 20px 10px;
  }
  #categorylist .catbox {
	margin-bottom: 40px;
  }
  #categorylist .thumb {
	margin-right: 20px;
  }
  #categorylist .thumb img {
	max-height: 220px;
	width: 180px;
  }
  #categorylist .title {
	margin-bottom: 10px;
	max-height: 72px;
  }
  #categorylist .title a {
	font-size: 24px;
	line-height: 1.5;
  }
  #categorylist .title a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
  #categorylist p {
	font-size: 13px;
	line-height: 1.8;
	max-height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
  }
  #categorylist .more a:hover {
	color: #4f93d4;
  }
  #categorylist .more a:hover::before {
	border-top-color: #4f93d4;
  }
  #categorylist .more a:hover::after {
	border-right-color: #4f93d4;
	border-top-color: #4f93d4;
  }
  #main #pagelist {
	margin: 40px 0;
  }
  #main #pagelist a {
	padding: 18px 22px;
  }
  #main #pagelist a:hover {
	background-color: #e9e9ea;
	color: #8d8d8d;
  }
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 10px 0;

}
#entrylist h4 {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  margin-bottom: 15px;
  padding: 10px 0;
}
#entrylist h4 span {
  border-left: 4px solid #246095;
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0 12px;
}
#entrylist dl {
  margin: 0;
  padding: 0;
}
#entrylist div {
  display: block;
  line-height: 1;
  margin: 0 0 20px;
}
#entrylist div::after {
  clear: both;
  content: '';
  display: block;
}
#entrylist .entry_thumb {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 80px;
}
#entrylist .entry_thumb img {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  max-height: 80px;
  max-width: 80px;
}
#entrylist dt {
  display: inline;
}
#entrylist dt span:last-of-type {
  display: block;
  overflow: hidden;
}
#entrylist dt span:last-of-type a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  max-height: 20px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
/*
#entrylist dt span:last-of-type a::before {
  border-top: 1px dotted #2379ca;
  content: '';
  position: absolute;
  right: 5px;
  top: 9px;
  width: 10px;
}
#entrylist dt span:last-of-type a::after {
  border-right: 1px solid #2379ca;
  border-top: 1px solid #2379ca;
  content: '';
  height: 6px;
  position: absolute;
  right: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  width: 6px;
}
*/
#entrylist dd {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.6;
  margin: 0;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#relNavigate {
  font-size: 0;
  letter-spacing: -0.4em;
  margin: 20px 0;
  text-align: center;
}
#relNavigate a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  #entrylist {
	margin: 0 0 20px;
	padding: 0;
  }
  #entrylist .entry_thumb {
	margin: 0 15px 15px 0;
	width: 120px;
  }
  #entrylist .entry_thumb img {
	max-height: 120px;
	max-width: 120px;
  }
  #entrylist dt {
	max-height: 50px;
  }
  #entrylist dt:last-of-type span a {
	font-size: 16px;
	line-height: 1.6;
	max-height: 25px;
  }
  #entrylist dt:last-of-type span a::before {
	top: 11px;
  }
  #entrylist dt:last-of-type span a::after {
	top: 8px;
  }
  #entrylist dt:last-of-type span a:hover {
	color: #4f93d4;
  }
  #entrylist dt:last-of-type span a:hover::before {
	border-top-color: #4f93d4;
  }
  #entrylist dt:last-of-type span a:hover::after {
	border-right-color: #4f93d4;
	border-top-color: #4f93d4;
  }
  #entrylist dd {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 3px;
	max-height: 40px;
  }
  #relNavigate a {
	margin: 0 20px;
  }
}
/* エントリーリスト-type2 */
#main #entrylist.thumblist dl{
	display:flex;
	flex-wrap:wrap;
}
#main #entrylist.thumblist dl > div{
	line-height:1.5;
	padding:8px;
	overflow:visible;
	width:50%;
	box-sizing:border-box;
	margin:10px 0;
}
#main #entrylist.thumblist .entry_thumb img{
	width:100%;
	max-width:100%;
	height:120px;
	max-height:120px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
}
#main #entrylist.thumblist dt .entry_thumb{
	width:100%;
	float:none !important;
	display:block;
	margin:0 0 10px 0;
}
#main #entrylist.thumblist dt .entry_title a{
	color:#333;
	text-decoration:underline;
	display:block;
	overflow:visible;
	font-weight:bold;
	max-height:unset;
}
@media screen and (min-width:768px){
#main #entrylist.thumblist dl > div{width:33.333%;}
#main #entrylist.thumblist .entry_thumb img{
	max-width:100%;
	height:150px;
	max-height:150px;
}
/* レイアウト別 */
#column1 #main #entrylist.thumblist dl > div{width:25%;}
#column1 #main #entrylist.thumblist .entry_thumb img{
	height:180px;
	max-height:180px;
}
#column1 #main #entrylist.thumblist dl > div{width:50%;}
#column1 #main #entrylist.thumblist .entry_thumb img{
	height:140px;
	max-height:140px;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
  margin: 0 0 20px;
  overflow: hidden;
}
#sitemaps ul {
  list-style: outside none none;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#sitemaps li {
  line-height: 1;
  margin: 22px 10px;
  padding: 0;
}
#sitemaps li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
#sitemaps li a::before {
  background-color: #246095;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 13px;
}
#sitemaps li a::after {
  background-image: url(/blog/img/menu_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 7px auto;
  content: '';
  height: 7px;
  left: 3px;
  position: absolute;
  top: 7px;
  width: 7px;
}
#sitemaps .l2 a::before,
#sitemaps .l3 a::before {
  display: none;
}
#sitemaps .l2 a::after {
  background-image: url(/blog/img/menu_bg2.png);
}
#sitemaps .l3 {
  margin-left: 25px;
}
#sitemaps .l3 a::before {
  display: none;
}
#sitemaps .l3 a::after {
  background-image: none;
  border-top: 1px solid #bebebe;
  height: 1px;
  left: 2px;
  top: 11px;
  width: 6px;
}
#sitemaps br {
  display: none;
}
@media screen and (min-width: 768px) {
  #sitemaps {
	margin: 0 0 30px;
	padding: 10px;
  }
  #sitemaps li {
	margin: 10px 0 18px;
  }
  #sitemaps li a {
	font-size: 16px;
  }
  #sitemaps li a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
  #sitemaps .l3 {
	margin-left: 15px;
  }
}
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #space3, #space4, #space5, #space6 {
    padding: 0;
  }
  .sticky{
     background-color:#FFF;
  }
}
/*
==================================================
ブログモード
==================================================
*/
#blogarea{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#blogarea .blog{
	width:100%;
              box-sizing:border-box;
	padding:0;
              box-shadow:0 2px 2px rgba(0,0,0,.2);
	margin:16px 0 24px;
	position:relative;
}
#blogarea .blog .bbox{
  padding: 12px 16px 15%;
}
#blogarea .blog .bbox:after{
	content:"";
	display:block;
	clear:both;
}
#blogarea .blog .title a{
	font-size:18px;
	text-decoration:none;
}
#blogarea .blog .thumb{
	float:none;
	padding:0;
	margin:0;
}
#blogarea .blog .thumb img{
	width:100%;
	height:200px;
	max-width:100%;
	max-height:200px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
}
#blogarea .blog .info {
    position:absolute;
    width:92%;
    bottom: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
#blogarea .blog .plist{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.blog {
  margin: 20px 0 32px;
}
.blog::after {
  clear: both;
  content: '';
  display: block;
}
.blog .thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.blog .thumb img {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  max-height: 90px;
  max-width:90px;
  width: 90px;
  -o-object-fit: cover;
       object-fit: cover;
}
.blog .title {
  line-height: 1;
  margin-bottom: 2px;
}
.blog .title a {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.blog .info {
  line-height: 1;
  text-align: right;
}
.blog .bbox{
  overflow:hidden;
}
.blog .info .plist a {
  background-color: #f4f7fb;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #637d95;
  margin-right:5px;
  max-width:100%;
  box-sizing:border-box;
  float:left;
  font-size:10px;
  padding:6px 4px 6px 25px;
  position:relative;
  text-decoration:none;
  line-height:1.6;
  text-align:left;
  height:26px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
.blog .info .plist a::before{
  background-image: url(/blog/img/icon_folder.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 17px auto;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: sub;
  width: 17px;
  position:absolute;
  left:5px;
  top:6px;
}
.blog .info .plist a:nth-child(2){
  margin-right:0;
}
.blog .info time {
  color: #b5b5b5;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  padding:6px 0px;
  box-sizing:border-box;
}
.blog .info time::before {
  background-image: url(/blog/img/icon_time.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 14px auto;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: sub;
  width: 14px;
}
.blog .body {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .blog {
	margin: 40px 10px 66px 10px;
  }
  .blog .thumb {
	margin: 0 20px 20px 0;
  }
  .blog .thumb img {
	max-height: 240px;
	max-width: 180px;
	width:180px;
  }
  .blog .title {
	margin-bottom: 10px;
  }
  .blog .title a {
	font-size: 24px;
	line-height: 1.5;
  }
  .blog .title a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
  .blog .info .plist a:hover {
	opacity: 0.8;
  }
  .blog .info time {
	font-size: 12px;
  }
  .blog .body {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 16px;
	max-height: 70px;
  }
  /* カラム別の表示変更 */
  #column1 #blogarea .blog{
	width:31.33%;
	margin:10px 1%;
  }
  #column2 #blogarea .blog{
	width:48%;
	margin:10px 1%;
  }
  #column3 #blogarea .blog{
	width:100%;
	margin:10px 0;
  }
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
  margin-bottom: 20px;
  padding: 10px 0;
}
#searchresult dl {
  margin: 0 0 -20px;
  padding: 0;
}
#searchresult dt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 2px;
}
#searchresult dd {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 20px;
}
#searchresult b {
  color: #1c5383;
}
@media screen and (min-width: 768px) {
  #searchresult {
	padding: 10px;
  }
  #searchresult dt {
	margin: 0 0 7px;
  }
  #searchresult dd {
	font-size: 13px;
  }
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
  margin: 0;
  padding: 10px 0;
}
#linklist dt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 2px;
}
#linklist dd {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  #linklist {
	padding: 10px;
  }
  #linklist dt {
	margin: 0 0 7px;
  }
  #linklist dd {
	font-size: 13px;
  }
}
/*
==================================================
ポイント
==================================================
*/
.point1, .point2, .point3, .point4, .point5, .point6, .point7, .point8, .point9, .point10 {
  border: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:auto;
}
#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: 44px auto;
  color: #333333;
  font-size: 19px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 20px 0 8px;
  min-height: 32px;
  padding: 1px 0 0 54px;
}
@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: 54px auto;
	font-size: 22px;
	line-height: 1.4;
	margin: 25px 0 20px;
	min-height: 41px;
	padding: 6px 0 0 64px;
  }
}
.point1 {
  background-image: url(/blog/img/point1.png);
}
.point2 {
  background-image: url(/blog/img/point2.png);
}
.point3 {
  background-image: url(/blog/img/point3.png);
}
.point4 {
  background-image: url(/blog/img/point4.png);
}
.point5 {
  background-image: url(/blog/img/point5.png);
}
.point6 {
  background-image: url(/blog/img/point6.png);
}
.point7 {
  background-image: url(/blog/img/point7.png);
}
.point8 {
  background-image: url(/blog/img/point8.png);
}
.point9 {
  background-image: url(/blog/img/point9.png);
}
.point10 {
  background-image: url(/blog/img/point10.png);
}
/* メニュー用ポイント
==================================================
*/
#menu div[class^="point"]:not(.point),
#rmenu div[class^="point"]:not(.point){
	background-size: 40px auto;
	font-size:17px;
	line-height:1.5;
	margin:12px 0;
	min-height:33px;
	padding: 6px 0 0 48px;
	background-position:left 2px;
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  border: none;
  height: auto;
}
.rank {
  background-color: #f7f9fa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 5px;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
    background-position: 10px top;
    background-size: 72px auto;
    font-size: 24px;
    line-height: 1.5;
    margin: 15px 0 10px;
    min-height: 66px;
    padding: 18px 0 0px 88px;
}
.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: #333333;
  text-decoration: none;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
}
.rank .rank-container {
  background-color: #fff;
  border-top: 4px solid #3b73a5;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.rank .rank-inner {
  overflow: hidden;
}
.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 0;
  max-width: 75%;
  text-align: center;
}
.rank .float-l img,
.rank .float-r img {
 margin: 0 0 10px;
}
.rank .rankbox {
  margin: 10px 0;
  overflow: hidden;
  padding: 0 5px;
}
.rank .feature {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.rank .rnkbody {
  font-size: 16px;
  line-height: 1.6;
}
.rank .rank-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
.rank .rank-table table td {
  background-color: transparent;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  word-break: break-all;
}
.rank .rank-table table td {
  border-top: 1px solid #e5e5e5;
}
.rank .rank-table table tr:first-child td:first-child{
    border-top:none;
}
.rank .rank-table table td::after {
  clear: both;
  content: '';
  display: block;
}
.rank .rank-table table td div:first-of-type {
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 15px;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0;
  width: 44px;
}
.rank .rank-table table td div:first-of-type::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  content: '';
  display: block;
  height: 38px;
  width: 100%;
}
.rank .rank-table table td div:first-of-type.icon-price::before {
  background-image: url(/blog/img/icon_price.png);
}
.rank .rank-table table td div:first-of-type.icon-evaluation::before {
  background-image: url(/blog/img/icon_evaluation.png);
}
.rank .rank-table table td div:first-of-type.icon-remarks::before {
  background-image: url(/blog/img/icon_remarks.png);
}
.rank .rank-table table td div.icon-info ~ div{
    padding: 6px;
}
.rank .rank-table table td div:first-of-type.icon-info::before {
  display:none;
}
.rank .rank-table table td div:nth-of-type(2) {
  overflow: hidden;
  padding-top: 15px;
  vertical-align: bottom;
  font-size:0.9em;
}
.rank .rank-table table td div:nth-of-type(2) img {
  vertical-align: middle;
}
.rank .rank-table table td span {
  color: #b32300;
  font-size: 12px;
}
.rank .rank-table table td span b {
  font-family: Arial;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin: -4px 5px 0 0;
}
.rank .comment {
  background-color: #f5fafe;
  background-image: url(/blog/img/comment_bg.png);
  background-position: left top;
  background-repeat: repeat;
  border: 1px dashed #cbdff0;
  position: relative;
  z-index: 0;
}
.rank .comment .comment-inner {
  padding: 17px 15px;
}
.rank .comment .comment-tit {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.rank .comment .comment-tit::before {
  border: 7px solid transparent;
  border-top: 11px solid #246095;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 7px;
  width: 0;
}
.rank .comment .comment-tit span {
  color: #333333;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
.rank .comment .comment-body {
  font-size: 16px;
  line-height: 1.6;
}
.rank .more {
  position: relative;
  text-align: center;
}
.rank .more span {
  display: block;
  margin-top: 10px;
}
.rank .more span a {
  display: block;
  height: 62px;
  position: relative;
}
.rank .more span a::before {
  background-color: #40c2b3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0ZDZjNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwYzJiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #54d6c7), color-stop(100%, #40c2b3));
  background-image: -moz-linear-gradient(left, #54d6c7, #40c2b3);
  background-image: -webkit-linear-gradient(left, #54d6c7, #40c2b3);
  background-image: linear-gradient(to right, #54d6c7, #40c2b3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 #22998b;
  -webkit-box-shadow: 0 3px 0 #22998b;
  box-shadow: 0 3px 0 #22998b;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rank .more span a::after {
  background-image: url(/blog/img/button_more.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: '';
  left: 0;
  margin: 0 auto;
  max-width: 230px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}
.rank .more span.official a::before {
  background-color: #ffab3d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YzE1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYWIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6c15d), color-stop(100%, #ffab3d));
  background-image: -moz-linear-gradient(left, #f6c15d, #ffab3d);
  background-image: -webkit-linear-gradient(left, #f6c15d, #ffab3d);
  background-image: linear-gradient(to right, #f6c15d, #ffab3d);
  -moz-box-shadow: 0 3px 0 #dd9037;
  -webkit-box-shadow: 0 3px 0 #dd9037;
  box-shadow: 0 3px 0 #dd9037;
}
.rank .more span.official a::after {
  background-image: url(/blog/img/button_official.png);
}
@media screen and (min-width: 768px) {
  .rank {
	margin: 0 0 30px;
	padding: 10px;
  }
  .rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
	background-position: 10px top;
	background-size: 64px auto;
	font-size: 26px;
	line-height: 1.5;
	margin: 15px 0 10px;
	min-height: 66px;
	padding: 10px 0 0px 78px;
  }
  .rank .rank-table table td {
    border-top: none;
  }
  .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: #4f93d4;
	text-decoration: underline;
  }
  .rank .rank-container {
	padding: 15px;
  }
  .rank .float-l,
  .rank .float-r {
	margin: 20px auto 0;
  }
  .rank .float-l img,
  .rank .float-r img {
	margin: 0 0 20px;
  }
  .rank .rankbox {
	margin: 20px 10px;
	padding: 0 10px;
  }
  .rank .feature {
	font-size: 22px;
	margin-bottom: 16px;
  }
  .rank .comment {
	margin: 20px 0 0;
	position: relative;
	z-index: 0;
  }
  .rank .comment .comment-inner {
	padding: 22px 25px;
  }
  .rank .comment .comment-tit {
	margin-bottom: 12px;
	padding-left: 25px;
  }
  .rank .comment .comment-tit::before {
	top: 10px;
  }
  .rank .comment .comment-tit span {
	font-size: 22px;
  }
  .rank .more span a {
	height: 70px;
  }
  .rank .more span a::after {
	max-width: 280px;
  }
  .rank .more span a:hover {
	left: 0;
	top: 0;
  }
  .rank .more span a:hover::before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkZGNjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YzliYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #6ddccf), color-stop(100%, #57c9bc));
	background-image: -moz-linear-gradient(left, #6ddccf, #57c9bc);
	background-image: -webkit-linear-gradient(left, #6ddccf, #57c9bc);
	background-image: linear-gradient(to right, #6ddccf, #57c9bc);
	-moz-box-shadow: 0 1px 0 #28b2a2;
	-webkit-box-shadow: 0 1px 0 #28b2a2;
	box-shadow: 0 1px 0 #28b2a2;
	left: 1px;
	top: 2px;
  }
  .rank .more span a:hover::after {
	left: 2px;
	top: 4px;
  }
  .rank .more span.official a:hover::before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Y2E3NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYjY1NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f7ca75), color-stop(100%, #ffb657));
	background-image: -moz-linear-gradient(left, #f7ca75, #ffb657);
	background-image: -webkit-linear-gradient(left, #f7ca75, #ffb657);
	background-image: linear-gradient(to right, #f7ca75, #ffb657);
	-moz-box-shadow: 0 1px 0 #e19c4d;
	-webkit-box-shadow: 0 1px 0 #e19c4d;
	box-shadow: 0 1px 0 #e19c4d;
  }
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 44px auto;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 12px 0;
  min-height: 33px;
  padding: 6px 0 0 48px;
  position: relative;
}
.rank1 {
  background-image: url(/blog/img/rank1.png);
}
.rank2 {
  background-image: url(/blog/img/rank2.png);
}
.rank3 {
  background-image: url(/blog/img/rank3.png);
}
.rank4 {
  background-image: url(/blog/img/rank4.png);
}
.rank5 {
  background-image: url(/blog/img/rank5.png);
}
.rank6 {
  background-image: url(/blog/img/rank6.png);
}
.rank7 {
  background-image: url(/blog/img/rank7.png);
}
.rank8 {
  background-image: url(/blog/img/rank8.png);
}
.rank9 {
  background-image: url(/blog/img/rank9.png);
}
.rank10 {
  background-image: url(/blog/img/rank10.png);
}
@media screen and (min-width: 768px) {
  .rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
	background-size: 56px auto;
	font-size: 24px;
	line-height: 1.4;
	margin: 20px 0;
	min-height: 42px;
	padding: 10px 0 0 62px;
  }
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1, #menu .rank2, #menu .rank3, #menu .rank4, #menu .rank5 ,#menu .rank6, #menu .rank7, #menu .rank8, #menu .rank9, #menu .rank10{
  background-size: 44px auto;
  font-size: 17px;
  line-height: 1.5;
  margin: 12px 0;
  min-height: 33px;
  padding: 6px 0 0 48px;
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 #menu,
#column1 #main {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #column1 #menu .menulist li,
  #column1 #rmenu .menulist li {
	float: left;
	margin: 10px 20px 10px 0;
  }
  #column1 #menu .menulist li a:hover,
  #column1 #rmenu .menulist li a:hover {
	color: #4f93d4;
	text-decoration: underline;
  }
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
	display: block;
  }
  #column1 #menu .menulist .l2 a::after,
  #column1 #menu .menulist .l3 a::after,
  #column1 #rmenu .menulist .l2 a::after,
  #column1 #rmenu .menulist .l3 a::after {
	background-image: url(/blog/img/menu_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 7px auto;
	border: none;
	content: '';
	height: 7px;
	left: 3px;
	position: absolute;
	top: 7px;
	width: 7px;
  }
  #column1 ul#newEntry li, #column1 ul#entryarchive li {
	margin-right: 25px;
	float: left;
	overflow: hidden;
  }
  #column1 ul#newEntry li div, #column1 ul#entryarchive li div {
	margin-bottom: 10px;
  }
  #column1 ul#newEntry li div:last-of-type, #column1 ul#entryarchive li div:last-of-type {
	overflow: hidden;
  }
  #column1 ul#newEntry li a:hover, #column1 ul#entryarchive li a:hover {
	color: #4f93d4;
  }
  #column1 #categorylist .thumb img {
	max-height: 280px;
	width: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
  }
  #column1 .rank .float-l,
  #column1 .rank .float-r {
	float: left;
	margin: 20px 30px 0;
	max-width: 220px;
  }
  #column1 .rank .rank-table table {
	table-layout: fixed;
  }
  #column1 .rank .rank-table table td {
	display: table-cell;
	float: none;
	padding: 5px 20px;
	vertical-align: top;
  }
  #column1 .rank .rank-table table td:nth-child(n+2) {
	border-top: none;
	border-left: 1px solid #e5e5e5;
  }
  #column1 .rank .more {
	display: table;
	margin: 15px 0 8px;
	width: 100%;
  }
  #column1 .rank .more span {
	display: table-cell;
	margin-top: 0;
  }
  #column1 .rank .more span:nth-of-type(2) {
	padding-left: 10px;
	width: 48%;
  }
}
/*
==================================================
２カラムレイアウト
==================================================


*/
@media screen and (min-width: 768px) {
  #column2 #main {
	width: 69%;
  }
  #column2 #menu {
	width: 30%;
  }
  #column2 .rank .more {
	display: table;
	margin: 15px 0 8px;
	width: 100%;
  }
  #column2 .rank .more span {
	display: table-cell;
	margin-top: 0;
  }
  #column2 .rank .more span:nth-of-type(2) {
	padding-left: 10px;
	width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  #column2 #main {
	width: 680px;
  }
  #column2 #menu {
	width: 300px;
  }
  #column2 #categorylist .thumb img {
	max-height: 280px;
	width: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
  }
  #column2 .rank .float-l,
  #column2 .rank .float-r {
	float: left;
	margin: 20px 30px 0;
	max-width: 220px;
  }
  #column2 .rank .rank-table table {
	table-layout: fixed;
  }
  #column2 .rank .rank-table table td {
	display: table-cell;
	float: none;
	padding: 5px 10px;
	vertical-align: top;
  }
  #column2 .rank .rank-table table td:nth-child(n+2) {
	border-top: none;
	border-left: 1px solid #e5e5e5;
  }
  /*メニュー用ランキング
  ==================================================
  */
  #menu .rank .float-l,  #menu .rank .float-r{float:none;}
  #menu .rank .rank-table table td{
    display:block;
    padding:0;
    border:none !important;
  }
  #menu .rank{font-size:15px;}
  #menu .rank .feature{font-size:1.1em}
  #menu .rank .comment .comment-tit{padding:0;}
  #menu .rank .comment .comment-tit::before{display:none;}
  #menu .rank .comment .comment-inner{padding:10px 15px;}
  #menu .rank .comment .comment-tit span{font-size:1.1em;}
  #menu .rank .more span a{height:60px;}
  #menu .rank .more span a::after{width:75%;}
  #menu .rank .rank-table table td span b{font-size:28px;}
  #column2 #menu .rank .more span{
    display:block;
    width:100%;
    padding:0;
    margin:8px 0;
  }
  #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{
   background-position:0 top;
  }
}
/* ランキングスタイル調整 */
@media screen and (min-width: 1000px){
	#column1 .rank .more{
		display:flex;
		justify-content: space-around;
		flex-wrap:nowrap;
	}
	#column1 .rank .more span{
		flex-grow: 1;
		max-width:50%;
		display: block;
	}
}
@media all and (-ms-high-contrast:none) and (min-width:768px) {
  #column1 .rank .more span {
	flex-grow: 0;
	width:50%;
  }
}
/*
==================================================
独自スタイル
==================================================
*/
.originbox01{
	padding:5px;
}
.originbox01 > div{
    margin:5px 0;
    padding:15px;
    box-sizing:border-box;
    background-color:#F5F5F5;
}
@media screen and (min-width: 768px) {
  .originbox01 {
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  }
  .originbox01 div[class^="btn"] {
  	width: auto;
  }
  .originbox01 > div {
  	width: 49.5%;
  }
  .originbox01.col3 > div {
  	width: 33%;
  }
  .originbox01.col4 > div {
  	width: 24.5%;
  }
  .originbox01 > div:nth-last-child(2) {
  	border-bottom:none;
  }
}
/* ページトップ追加スタイル */
#pagetop.pt-active{
position:fixed;
bottom:2%;
right:2%;
width:auto;
background-color:transparent;
opacity:0.8;
padding:0;
height:auto;
transition:opacity 0.4s ease-out;
z-index:100;
}
#pagetop.pt-active.pt-tops{opacity:0;transition:opacity 0.3s ease-out;}
#pagetop.pt-active > span,#pagetop.pt-active > a{margin:0;}
/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/
.freespace_sp{
    padding:10px 0;
}
.freespace_sp:after,
#layoutbox::after{
    display:block;
    content:"";
    clear:both;
}
#headerbox {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  #main,
  #menu,
  #rmenu,
  #layoutbox {
	float: none !important;
  }
  #topmenubtn {
	  
  }
  #searchbtn {
	  
  }
}
@media screen and (min-width: 768px) {
  #top h1 {
  }
}
#contents #main .txt-border {
  margin: 10px 0;
}
#contents #main .txt-decbox1 .top h3 > span,
#contents #main .txt-decbox2 .top h3 > span {
  display: block;
  padding: 8px 0;
}
#contents #main .txt-decbox1 .body,
#contents #main .txt-decbox2 .body {
  overflow: hidden;
}
#contents #main .txt-decbox1 .body h3,
#contents #main .txt-decbox2 .body h3 {
  margin: 10px 0 !important;
  padding: 0;
}
#contents #main .txt-decbox1 .body h3 > span,
#contents #main .txt-decbox2 .body h3 > span {
  border-bottom: 2px solid #dddddd;
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 1.5;
  padding: 6px 0;
  position: relative;
  text-align: left;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #contents #main .txt-border {
	margin: 10px;
  }
  #contents #main .txt-decbox1 .body h3,
  #contents #main .txt-decbox2 .body h3 {
	margin: 20px 0;
  }
  #contents #main .txt-decbox1 .body h3 > span,
  #contents #main .txt-decbox2 .body h3 > span {
	font-size: 28px;
	line-height: 1.4;
	padding: 10px 0 12px;
  }
  #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;
  }
}
body{
}
#headertext ,#header .desc{
}




@media screen and (min-width:768px){
#header span:not([class]) ~ #headertxt h2.title a, #header span ~ #headertxt h2.title a{}
#header span:not([class]) ~ #headertxt > div:nth-of-type(2) div, #header span ~ #headertxt > div:nth-of-type(2) div{}
#main{ float: left; }
#column2 #menu,#column3 #menu{ float: right; }
#column3 #rmenu { float: left; }
#column3 #layoutbox { float: right; }
#column3 #main { float: left; }
}

#main .su-box li{
	margin: 0px 0px 0.5em!important;
}
#main .su-box li:before{
	background-color: #444!important;
}
#main .su-box li:last-child{
	margin-bottom: 0px;
}
#main .su-box-title{
	padding: 10px 20px; line-height: 1.4em;
}
#main .su-box-content{
	border: 2px solid #2071ec; padding: 10px;
}
#main .su-box-content ul,
#main .su-box-content ol{
	background-color: transparent; border: 0px none transparent; padding: 0px!important;
}
.user3.left {
	display: inline-block; min-width: 120px; position: relative; background: #FFF; border: 3px solid #ccc; box-sizing: border-box; border-radius: 0px 10px 10px 10px; margin: 10px 0px 1.5em 110px; padding: 10px 15px;
}
.user3.left:before {
	content: ""; width: 0; height: 0; position: absolute; top: -3px; left: -20px; border-style: solid; border-width: 0 20px 20px 0; border-color: transparent #ccc transparent transparent; z-index: 2;
}
.user3.left:after {
	content: ""; width: 0; height: 0; position: absolute; top: 0px; left: -14px; border-style: solid; border-width: 0 14px 14px 0; border-color: transparent #fff transparent transparent; z-index: 3;
}
.user3.left > :nth-child(1):before{
	content: ""; display: inline-block; width: 70px; height: 70px; position: absolute; left: -100px; top: -10px; background: url(http://placehold.it/70x70/2071ec/ffffff) no-repeat; border: 2px solid #ccc; border-radius: 50%; 
}
.user3.left p:last-child{
	margin: 0; padding: 0;
}
.aside-normal.pink{
	background-color: #ffccff;
}
.aside-normal.gray{
	background-color: #e6e6e6;
}
.aside-normal.orange{
	background-color: #FFCC66;
}
.aside-normal.blue{
	background-color: #ccFFFF;
}

#main .c-header{
	display: inline-block; min-width: 120px; position: relative; background-color: #e6e6e6; margin: 0px 0px 1em!important; padding: 10px!important; color: #444;
}
#main .c-header:before {
	content: ""; position: absolute; top: 100%; left: 50px; border: 10px solid transparent; border-top: 10px solid #e6e6e6; margin-left: -10px;
}
#main .c-header > :last-child{
	margin: 0;  padding: 0;
}
#main .c-header.pink{
	background-color: #ffccff;
}
#main .c-header.gray{
	background-color: #e6e6e6;
}
#main .c-header.orange{
	background-color: #FFCC66;
}
#main .c-header.blue{
	background-color: #ccFFFF;
}
#main .c-header.pink:before{
	border-top-color: #ffccff;
}
#main .c-header.gray:before{
	border-top-color: #e6e6e6;
}
#main .c-header.orange:before{
	border-top-color: #FFCC66;
}
#main .c-header.blue:before{
	border-top-color: #ccFFFF;
}

.list-title-box{
	display: inline-block; background-color: #7799d7; margin: 0px 0px 0.5em; padding: 2px 1em; font-size: 80%; color: #fff; font-weight: bold; line-height: 1.4em;
}
.list-title-box + ul{
	background-color: #f4faff; border: 1px solid #7799d7; border-radius: 6px; padding: 10px 20px!important; 
}
.list-title-box + ul li{
	list-style: disc inside!important; margin: 0px!important; padding: 0px!important;
}

.sc_frame{
	position: relative; border: 2px solid #FF9900; border-radius: 10px; margin-top: 25px; padding: 10px 15px;
}
.sc_frame:before{
	content: "◆ 併せて活用しましょう"; display: table-cell; height: 25px; box-sizing: border-box; position: absolute; top: -25px; left: 15px; background-color: #FF9900; padding: 2px 1em; font-size: 80%; color: #fff; font-weight: bold; vertical-align: middle; overflow: hidden;
}
.sc_frame_title{
	display: inline-block;  background-color: #FF9900; margin: 0px 0px 0px 15px; padding: 2px 1em; font-size: 80%; color: #fff; font-weight: bold; vertical-align: middle; 
}
.sc_frame_title > *{
	display: inline-block;
}
.sc_frame_text > :last-child{
	margin-bottom: 0px;
}
.sc_frame_wrap .sc_frame{
	margin-top: 0px; 
}
.sc_frame_wrap .sc_frame_title + .sc_frame{
	position: relative; margin-top: -1px;
}
.sc_frame_wrap .sc_frame:before{
	content: ""; display: none;
}

#main .square{
	border: 2px solid #66ccff;
	margin: 0px 0px 1em;
	padding: 15px 10px;
}
#main .square > *{
	border-bottom: 0px none transparent!important;
	border-left: 5px solid #66ccff; 
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
}


/* ==================================================
ユーザー追加指定スタイル【PC用テンプレート】

佐藤UPブログから
=================================================== */
#container,.wrapper{margin:0 auto;width:100%;overflow:hidden}
.aside-normal{background:#fff48f;color:#333;border-radius:5px;padding:.8em 1em;margin-bottom:1.6em}

/* ===================================================
あわせて読みたい　複数リンク対応カスタマイズ
=================================================== */
.osusume-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}
.osusume-link p:last-child {
margin-bottom: 0;
}
.osusume-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #df8182;
color: #fff;
font-weight: bold;
}
/* ===================================================
あわせて読みたい　複数リンク対応カスタマイズ
=================================================== */
.emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}
.emphasize-link p:last-child {
margin-bottom: 0;
}
.emphasize-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #df8182;
color: #fff;
font-weight: bold;
}
 /*---------------------------------------------------------------------
	カエレバヨメレバ
--------------------------------------------------------------
--------*/
 .kaerebalink-box,
.booklink-box {
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #ddd;
	padding: 15px;
	overflow: hidden;
	margin: 50px 0;
}
@media screen and ( min-width: 640px ){
.kaerebalink-box,
.booklink-box {
	margin: 50px 15px;
}
}
.kaerebalink-image,
.booklink-image {
	margin-right: 20px;
	float:left;
}
.kaerebalink-info,
.booklink-info {
	overflow: hidden;
}
.kaerebalink-name a,
.booklink-name a{
	font-size: 18px;
	text-decoration: none;
}
.kaerebalink-powered-date a,
.kaerebalink-powered-date,
.booklink-powered-date a,
.booklink-powered-date {
	font-size: 12px;
	margin-top: 5px;
	color:#444;
	margin-bottom:10px;
}
.kaerebalink-link1,
.booklink-link2 {
	font-size: 18px;
	margin-top:30px;
}
.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo {
	width: 75%;
	text-align: center;
	margin: 15px 0;
}
.shoplinkamazon {
	background-color:#ff9900;
	border: 1px solid #ff9900;
	border-radius: 6px;
}
.shoplinkrakuten {
	background-color:#bf0000;
	border: 1px solid #bf0000;
	border-radius: 6px;
}
.shoplinkyahoo {
	background-color:#4070ff;
	border: 1px solid #4070ff;
	border-radius: 6px;
}
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	color:#fff;
}
.shoplinkamazon a:hover{
	background-color:#ffad33;
}
.shoplinkrakuten a:hover{
	background-color:#cc3333;
}
.shoplinkyahoo a:hover{
	background-color:#668dff;
}
/*ヨメレバ*/

.shoplinkrakuten{
	display: table;
}
.shoplinkrakuten a{
	display: table-cell; vertical-align: middle;
}

/* iPhone6 Plus以下のスマホを想定 */
@media only screen and (max-width: 380px) {
.kaerebalink-image,
.booklink-image {
	margin: 0 auto;
	margin-bottom: 20px;
	float: none;
}
.kaerebalink-image img,
.booklink-image img {
	display: block;
}
.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo {
	width: 95%;
	margin: 10px auto;
}
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a {
	padding: 10px 0;
}
}
/*---------------------------------------------------------------------
	アプリーチ
--------------------------------------------------------------
--------*/
 .appreach{ border-top:5px double #043d78;/*上線の色*/ border-bottom:5px double #043d78;/*下線の色*/ } .appreach { text-align: left; padding: 25px; margin:20px; overflow: hidden; } .appreach:after { content: ""; display: block; clear: both; } .appreach img, .appreach p { margin: 0; padding:0; } .appreach a:after { display: none; } .appreach__icon { float: left; border-radius: 10%; overflow: hidden; margin: 0 3% 0 0 !important; width: 25% !important; height: auto !important; max-width: 120px !important; } .appreach__detail { display: inline-block; font-size: 20px; line-height: 1.5; width: 72%; max-width: 72%; } .appreach__detail:after { content: ""; display: block; clear: both; } p.appreach__name { font-size: 16px; color:#555; padding-bottom:10px; font-weight:bold; line-height: 1.5em !important; max-height: 3em; overflow: hidden; } .appreach__info { font-size: 12px !important; color:#888; } .appreach__info a{ color:#aaa; } .appreach__developper, .appreach__price { margin-right: 0.5em; } .appreach__posted a { margin-left: 0.5em; } .appreach__links { float: left; height: 40px; margin-top: 15px; white-space: nowrap; } .appreach__aslink img { margin-right: 10px; height: 40px; width: 135px; } .appreach__gplink img { height: 40px; width: 134.5px; } @media only screen and (max-width: 786px){ .appreach{ margin:20px 0;} .appreach__info { font-size: 11px !important;} p.appreach__name { font-size: 15px;}} 
 
/* ===================================================
ポルカさんお願い分スタイルシート
=================================================== */
pre{
	display: block; background-color: #f6f6f6; border: 1px solid #ccc; border-radius: 10px; margin-top: 2em; padding: 20px;
}
#main .balloon{
	display: inline-block;
	position: relative;
	background-color: #66ccff;
	border-radius: 2em;
	margin: 0px 0px 1em;
	padding: 1em 1.5em;
	color: #fff;
}


#main .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 4em;
	border: 1em solid transparent;
	border-top: 1em solid #66ccff;
	margin-left: -1em;
}
/*自分で変更箇所*/
#main .balloon.pink{
	display: inline-block;
	position: relative;
	background-color: #ff9999;
	border-radius: 2em;
	margin: 0px 0px 1em;
	padding: 1em 1.5em;
	color: #fff;
}
#main .balloon.pink:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 4em;
	border: 1em solid transparent;
	border-top: 1em solid #ff9999;
	margin-left: -1em;
}
#main .square{
	border: 2px solid #66ccff;
	margin: 0px 0px 1em;
	padding: 15px 10px;
}
#main .square > *{
	border-left: 5px solid #66ccff;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
}



#main .point1,
#main .point2,
#main .point3,
#main .point4,
#main .point5,
#main .point6,
#main .point7,
#main .point8,
#main .point9,
#main .point10{
	background-image: none; border-bottom: 2px solid #ddd!important; margin: 0px 0px 1em; padding:0px 0px 10px; line-height: 1.4em; text-align: left; overow: hien; 
}
#main .point1:before,
#main .point2:before,
#main .point3:before,
#main .point4:before,
#main .point5:before,
#main .point6:before,
#main .point7:before,
#main .point8:before,
#main .point9:before,
#main .point10:before{
	content: ""; display: inline-block; float: left; width: 60px; height: 60px; background-repeat: no-repeat; background-position: left top; background-size: auto 60px; margin-right: 10px; vertical-align: middle;
}

#main .point1:after
#main .point2:after,
#main .point3:after,
#main .point4:after,
#main .point5:after,
#main .point6:after,
#main .point7:after,
#main .point8:after,
#main .point9:after,
#main .point10:after{
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#main .point1:before{
	background-image: url(/blog/img/step1.png);
}
#main .point2:before{
	background-image: url(/blog/img/step2.png);
}
#main .point3:before{
	background-image: url(/blog/img/step3.png);
}
#main .point4:before{
	background-image: url(/blog/img/step4.png);
}
#main .point5:before{
	background-image: url(/blog/img/step5.png);
}
#main .point6:before{
	background-image: url(/blog/img/step6.png);
}
#main .point7:before{
	background-image: url(/blog/img/step7.png);
}
#main .point8:before{
	background-image: url(/blog/img/step8.png);
}
#main .point9:before{
	background-image: url(/blog/img/step9.png);
}
#main .point10:before{
	background-image: url(/blog/img/step10.png);
}


#main .extract{
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	margin: 0px 0px 1em;
	padding: 20px;
	
}
#main .extract:after{
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#main .extract .title{
	float: right;
	width: calc(100% - 270px);
	box-sizing: border-box;
	margin-bottom: 0.5em;
	margin-left: 0px; 
	padding-top: 10px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
#main .extract .title{
	float: none;
	width: 100%;
}
}
#main .extract dt{
	float: left;
	width: 240px;
	box-sizing: border-box;
	background-color: #66ccff;
	border-radius: 10px;
	margin-left: 0px; 
	padding: 20px;
	line-height: 1;
	text-align: center;
	
}
@media screen and (max-width: 768px){
#main .extract dt{
	width: 100%;	
}
}
#main .extract dt img{
	max-width: 100px;
}
#main .extract .text{
	clear: right;
	float: right;
	width: calc(100% - 270px);
	box-sizing: border-box;
	margin-left: 0px; 
	font-size: 80%;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
#main .extract .text{
	float: none;
	width: auto;	
}
}



#main .boxed{
	position: relative;
	border: 3px solid #66ccff;
	border-radius: 10px;
	padding: 20px 30px;
}
#main .boxed .title{
	display: inline-block;
	position: absolute;
	left: 10px;
	top: -1em;
	background-color: #fff;
	border-left: 0px none transparent;
	margin: 0px;
	padding: 0px 10px;
	font-size: 100%!important;
}
#main .boxed ul{
	margin: 0px;
	padding: 0px!important;
	background-color: transparent; border: 0px none transparent;
}
#main .boxed li{
	list-style: none inside;
	margin: 0px 0px 0.5em!important;
}
#main .boxed li:before{
	content: "●";
	display: inline;
	margin-right: 1em;
	font-size: 80%;
	color: #66ccff;
	vertical-align: middle;
}
#main .boxed{
	position: relative;
	border: 3px solid #66ccff;
	border-radius: 10px;
	padding: 20px 30px;
}
#main .boxed ul{
	margin: 0px;
	padding: 0px;
}
#main .boxed li{
	list-style: none inside;
	margin: 0px 0px 0.5em!important;
}
#main .boxed li:before{
	content: "●";
	display: inline;
	margin-right: 1em;
	font-size: 80%;
	color: #66ccff;
	vertical-align: middle;
}
#main .boxed.remarks{
	position: relative;
	border: 3px solid #ffcc00;
	border-radius: 10px;
	padding: 20px 30px;
	
}
#main .boxed.remarks:before{
	content: "注意事項";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: -1em;
	background-color: #ffcc00;
	border-radius: 1em;
	padding: 5px 20px 5px 45px;
	color: #fff;
	line-height: 1.25em;
	
}
#main .boxed.remarks:after{
	content: "\f071";
	display: inline-block;
	position: absolute;
	left: 25px;
	top: -1.25em;
	padding: 5px 0px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: 700;
}
#main .boxed.remarks :last-child{
	margin-bottom: 0px;
}
#main .boxed.info{
	position: relative; border: 3px solid #66ccff; border-radius: 10px; padding: 20px 30px; 
}
#main .boxed.info:before{
	content: "Information"; display: inline-block; position: absolute; left: 10px; top: -1em; background-color: #66ccff; border-radius: 1em; padding: 5px 20px 5px 40px; color: #fff; line-height: 1.25em; 
}
#main .boxed.info:after{
	content: "\f05a"; display: inline-block; position: absolute; left: 25px; top: -1em; padding: 5px 0px; font-family: "Font Awesome 5 Free"; color: #fff; font-weight: 700; line-height: 1.25em; vertical-align: middle;
}
#main .boxed.info :last-child{
	margin-bottom: 0px;
}

#main .boxed.blue{
	position: relative;
	background-color: #ddffff;
	border: 3px solid #0099ff;
	border-radius: 10px;
	padding: 20px 30px;
	
}

#main .boxed.check{
	position: relative;
	background-color: #ffffcc;
	border: 3px solid #ffcc00;
	border-radius: 10px;
	padding: 20px 30px;
	
}
#main .boxed.check .title{
	display: inline-block;
	 position: absolute;
	left: 10px;
	top: -1em;
	background-color: #fff;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	font-size: 100%!important;
	color: #ffcc00;
	line-height: 1.25em;
}
#main .boxed.check:after{
	content: "\f058";
	display: inline-block;
	position: absolute;
	left: 20px;
	top: -1em;
	padding: 0px;
	font-family: "Font Awesome 5 Free";
	color: #ffcc00;
	font-weight: 700;
	line-height: 1.25em;
	vertical-align: middle;
}
#main .boxed.remarks :last-child{
	margin-bottom: 0px;
}

#main div.memo{
	border-top: 1px solid #999;
	margin-bottom: 1em;
}
#main div.memo .title{
	display: inline-block;
	background-color: #999;
	border-left: 0px none transparent;
	border-radius: 0px 0px 6px 0px;
	margin: 0px 0px 1em;
	padding: 0.25em 1em;
	text-align: center;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 1.25em;
}
#main div.memo .title:before{
	content: "\f15b";
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.25em 0px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	line-height: 1.25em;
	vertical-align: middle;
	
}
#main div.memo ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#main div.memo li{
	list-style: none inside;
	margin: 0px 0px 0.5em!important;
}
#main div.memo li:before{
	content: "●";
	display: inline;
	margin-right: 1em;
	font-size: 80%;
	color: #000;
	vertical-align: middle;
	
}
#main div.memo li strong{
	position: relative;
	font-weight: bold;
}
#main div.memo li strong:before{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	z-index: -1;
	background-color: #ffffcc;
}
#contents div:not(.menuitem):not(id) > h4:first-child.title{
	margin-top: 0px;
}



#main .balloon{
	display: inline-block;
	position: relative;
	background-color: #66ccff;
	border-radius: 2em;
	margin: 0px 0px 1em;
	padding: 1em 1.5em;
	color: #fff;
}
#main .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 4em;
	border: 1em solid transparent;
	border-top: 1em solid #66ccff;
	margin-left: -1em;
}
#main .balloon > *{
	border-bottom: 0px none transparent!important;
	padding: 0px!important;
}
/*自分で変更箇所*/
.sc_frameblue{
	position: relative; border: 2px solid #0033cc; border-radius: 10px; margin-top: 25px; padding: 10px 15px;
}
.sc_frameblue:before{
	content: "○関連しています"; display: table-cell; height: 25px; box-sizing: border-box; position: absolute; top: -25px; left: 15px; background-color: #0033cc; padding: 2px 1em; font-size: 80%; color: #fff; font-weight: bold; vertical-align: middle; overflow: hidden;
}
.sc_frameblue_title{
	display: inline-block;  background-color: #0033cc; margin: 0px 0px 0px 15px; padding: 2px 1em; font-size: 80%; color: #fff; font-weight: bold; vertical-align: middle; 
}
.sc_frameblue_title > *{
	display: inline-block;
}

.sc_frame_text > :last-child{
	margin-bottom: 0px;
}
/*自分で変更箇所*/
.sc_frame_wrap .sc_frameblue{
	margin-top: 0px; 
}
.sc_frame_wrap .sc_frame_title + .sc_frameblue{
	position: relative; margin-top: -1px;
}

.sc_frame_wrap .sc_frameblue:before{
	content: ""; display: none;
}


/*
.check-list
チェックアイコン付きリスト
*/
#main .check-list {
  margin-bottom: 1.8em;
}
#main .check-list li {
  list-style: none!important; margin: 0px 0px 1.8em!important; padding: 0px!important;
}
#main .check-list li:before {
  content: url(https://www.winecellar-ya.com/shop/img000/icon/checkbox_md.png);
  margin-right: 0.2em;
  vertical-align: middle;
}
#main .check-list:middle li:before {
  content: url(https://www.winecellar-ya.com/shop/img000/icon/checkbox_md.png);
}
#main .check-list.small {
  font-size: 100%;
}
#main .check-list.small li:before {
  content: url(https://www.winecellar-ya.com/shop/img000/icon/checkbox_sm.png);
}
#main .check-list.large li:before {
  content: url(https://www.winecellar-ya.com/shop/img000/icon/checkbox_lg.png);
}

/*---------------------------------------------------------------------
	コメント欄閉会
--------------------------------------------------------------
--------*/

#reply-title:after{
    content: "Click▼";
    font-size: 11px;
    background: #666666;
    padding: 3px 20px;
    position: relative;
    top: -3px;
    margin: 0 7px 0 0;
    color: #fff;
}

#commentform{
	display:none;
}

#commentform.exist{
	display:block;
}
/* page navigation
------------------------------------------------------------*/

.pager, .navi {
text-align:center !important;
margin-top:3em;
}

.pager span a, .pager a span, .navi a {
padding: 3px 10px;
margin: 0 1px;
border:1px solid #cccccc;
border-radius: 5px;
text-decoration: none;
}

.pager a span { cursor:pointer; }

.pager span a:hover, .navi a:hover { background: #f8f8f8; }

/*---------------------------------------------------------------------
	table of contents 目次見出し
--------------------------------------------------------------
--------*/

div.index {
	border: 1px solid #ccc;
	margin: 1em 0px;
	padding: 30px;
	background: #F6F6F6;
	background-image: linear-gradient(45deg, #2e70a7, 10px, transparent 0), linear-gradient(-45deg, #2e70a7, 10px, transparent 0), linear-gradient(135deg, #2e70a7, 10px, transparent 0), linear-gradient(-135deg, #2e70a7, 10px, transparent 0);
}

}
div.index div.ttl {
	display:block; margin: 0px 0px 1em;
	font-family: "Montserrat", "impact", sans-serif;
	font-size: 116.6%;
	text-align: center!important;
}
div.index div.ttl span.bttn {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 91.6%;
}
div.index ul {
	margin-bottom: 0px;
}
/* 0626追加 */
div.index li{
	list-style: none inside; margin-left: 0px; padding-left: 0px;
}
/* 0626追加 */
div.index ul {
	margin-bottom: 0px; margin-left: 0px; padding-left: 0px;
}
div.index > ul > li {
	margin-bottom: 0.75em;
}
div.index > ul > li:last-child {
	margin-bottom: 0px;
}
div.index a {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0px;
	font-size: 83.3%;
	line-height: 1.4em;
}
div.index a:before {
	content: "\f069";
	font-family: "fontAwesome";
	margin-right: 3px;
}
div.index a.layer-1 {
	background: #fff;
	border-bottom: 1px solid #2e70a7;
	border-left: 3px solid #2e70a7;
	margin-bottom: 0.5em;
	padding-left: 7px;
}
div.index a.layer-1:before {
	content: none;
}
div.index a.layer-2 {
	margin-left: 2em;
}
div.index a.layer-3 {
	margin-left: 4em;
}
div.index a.layer-4 {
	margin-left: 6em;
}
div.index a.layer-5 {
	margin-left: 8em;
}
div.index a.layer-6 {
	margin-left: 10em;
}



/*
---------------------------
polka追加
---------------------------
*/

:not(.index) > ul:not([id]):not([class]) li {

    padding-left: 0px;

}
:not(.index) > ul:not([id]):not([class]) li:before{
	display: none; 
}


ol.normal,
ul.normal{
	padding: 0px;
}
ol.normal > li{
	margin-top: 0px; margin-bottom: 0px; padding-left: 0px;
}
ol.normal > li:before{
	display: none;
}

.page-nav-bf ul.normal{
	background-color: #fff; border: 1px solid #e5e5e5; padding: 18px;
}
.page-nav-bf ul.normal li{
	list-style: none outside; margin: 10px 0px;
}
.page-nav-bf ul.normal li span{
	display: block; font-size: 80%;
}
.page-nav-bf ul.normal li a{
	display: inline-block; position: relative; padding-left: 16px; font-size: 14px; color: #333; text-decoration: none; line-height: 1.6;
}
.page-nav-bf ul.normal li a:after{
	content: ''; display: inline-block; width: 7px; height: 7px; position: absolute; left: 3px; top: 7px; background: url(/blog/img/menu_bg2.png) no-repeat center top; background-size: 7px auto;
}


.pager ol.normal:after{
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}
.pager ol.normal li{
	float: left; margin-right: 10px;
}
.pager ol.normal li:last-child{
	margin-right: 0px;
}


#main #respond h4,
#main #relative h4{
	font-size: 18px;
}

#relative ul{
	padding-left: 0px;
}
#relative li{
	list-style: none outside; margin: 10px 0px 18px;
}
#relative li h6 a{
	font-size: 14px; color: #333; font-weight: normal; text-decoration: none;
}
#relative li p{
	line-height: 1.6;
}



ul#newEntry,
ul#entryarchive,
ul#newEntry ul,
ul#entryarchive ul{
	padding-left: 0px;
}
ul#newEntry li,
ul#entryarchive li{
	list-style: none outside; margin-left: 0px;
}
ul#newEntry > li > a{
	font-size: 80%;
}
ul#newEntry li li a{
	display: inline-block; position: relative; padding-left: 16px;
}
ul#newEntry li li a:before{
	content: ''; width: 13px; height: 13px; position: absolute; left: 0; top: 4px; background-color: #246095;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; 
}
ul#newEntry li li a:after{
	content: ''; width: 7px; height: 7px; position: absolute; left: 3px; top: 7px; background: url(/blog/img/menu_bg.png) no-repeat center top; background-size: 7px auto;
}


#main .point1:before {
  background-image: url(/blog/img/step1.png);
}
#main .point2:before {
  background-image: url(/blog/img/step2.png);
}
#main .point3:before {
  background-image: url(/blog/img/step3.png);
}
#main .point4:before {
  background-image: url(/blog/img/step4.png);
}
#main .point5:before {
  background-image: url(/blog/img/step5.png);
}
#main .point6:before {
  background-image: url(/blog/img/step6.png);
}
#main .point7:before {
  background-image: url(/blog/img/step7.png);
}
#main .point8:before {
  background-image: url(/blog/img/step8.png);
}
#main .point9:before {
  background-image: url(/blog/img/step9.png);
}
#main .point10:before {
  background-image: url(/blog/img/step10.png);
}


/* 前の賢威テンプレートのカテゴリースタイル */
.news .news-cat{
	display: inline-block;
	margin-bottom: 10px;
}

.cat{
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 5px;
	padding: 0.1em 0.5em;
	border-bottom: none;
	color: #fff;
	font-size: 0.875em;
	word-break: break-all;
	border-radius: 3px;
}

.cat a{
	display: inline-block;
	margin: -0.1em -0.5em;
	padding: 0.1em 0.5em;
	color: #fff;
	text-decoration: none;
}


.cat001{ background: #a17722; }
.cat002{ background: #cc9b1c; }
.cat003{ background: #608065; }
.cat004{ background: #d87e77; }
.cat005{ background: #44b5e4; }
.cat006{ background: #a17722; }
.cat007{ background: #ba68c8; }
.cat008{ background: #cc9b1c; }
.cat009{ background: #ba68c8; }
.cat010{ background: #90a4ae; }

.news .news-cont{
	margin-bottom: 0.5em;
}

/*記述リスト 横並び*/
.dl-style01 dt,
.dl-style01 dd{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.dl-style01 dt{
	display: block;
	float: left;
	width: 35%;
}

.dl-style01 dd{
	padding-left: 35%;
	border-bottom: 1px dotted #2e70a7;
}

/*記述リスト 縦並び*/
.dl-style02 dt,
.dl-style02 dd{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

.dl-style02 dt{
	display: block;
	background: #2e70a7;
	color: #fff;
}

.dl-style02 dd{
	background: #e9e9e9;
}

/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-comparison{
	margin: 3em 0;
	border-top: 0;
}

.table-comparison th,
.table-comparison td{
	padding: 10px;
	text-align: center;
}

.table-comparison thead .highlight span{
	display: block;
	margin: -11px;
	margin-top: -25px;
	padding: 11px;
	padding-top: 25px;
	border: 1px solid #cfcfcf;
	border-radius: 8px 8px 0 0;
}

.table-comparison th.highlight,
.table-comparison th.highlight span{
	background: #ffcc80;
}

.table-comparison tfoot td,
.table-comparison tfoot td span{
	background: #f2f2f2;
}

/*カテゴリー*/
.category-list{
    margin-left: 0;
    padding-left: 0;
}
 
.category-list li{
    list-style: none;
    margin-bottom: 1em;
    padding-left: 15px;
    background: url(../images/icon/icon-tag.png) left 6px no-repeat;
}
 
    /*Retina（高解像度）ディスプレイ用*/
    @media screen and (-webkit-min-device-pixel-ratio:2),
    (min-resolution: 2dppx){
 
        .category-list li{
            background: url(../images/icon/icon-tag@2x.png) left 6px no-repeat;
            -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
        }
 
    }
 
.category-list ul{
    margin-top: 1em;
    margin-left: 10px;
    padding-left: 0;
}

*--------------------------------------------------------
パーツ毎のスタイル
--------------------------------------------------------*/

/*最新情報*/
.news .news-date{
	margin-right: 1em;
}

.news-item{
	padding: 1em;
	border-bottom: 1px dotted #ccc;
}

.news-item:first-child{
	padding-top: 0;
}

.news-item:last-child{
	border-bottom: 0;
}

.news .news-thumb{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* テンプレートの横幅指定FIXここから */
@media screen and (min-width: 1100px) {
#contents,#top .inner,#header,#topmenubox,#topmenu ul,#footer .inner,#footermenu,#pagetop{width:1100px;max-width:1100px;}
#header img{width:100%;height:auto;}
#header{background-size:100% auto;}
#searchbox{max-width:100%}
#topmenu ul{margin:0 auto;}
#top,#footer{width:100%;}
#column2 #main,#column3 #main,#main{width:750px;}
#column2 #menu,#column3 #menu,#menu{width:330px;}
}

/* ワインセラーから移行スタイル
------------------------------------------------------------*/
/* オーバフロー対応テーブル（色付き） */

table.itemlist02{
	text-align: center;
}
table.itemlist02.wine{
	background-color: #777;
}
table.itemlist02.wine caption{
	background-color: #621d41; border-bottom: 6px solid #000; padding: 4px 20px; color: #fff; text-align: left;
}
table.itemlist02 tr{
	display: block; padding: 0px 20px; white-space: nowrap;
}
table.itemlist02 td{
	display: inline-block; background-color: #777; padding: 20px; color: #fff; line-height: 1.4em; text-align: center;
}
table.itemlist02 td img{
	margin-bottom: 6px;
}
/* オーバフロー対応テーブル（色付き） */

table.itemlist03{
	text-align: center;
}
table.itemlist03.wine{
	background-color: #EAEAEA;
}
table.itemlist03.wine caption{
	background-color: #EAEAEA; border-bottom: 6px solid #000; padding: 4px 20px; color: #fff; text-align: left;
}
table.itemlist03 tr{
	display: block; padding: 0px 20px; white-space: nowrap;
}
table.itemlist03 td{
	display: inline-block; background-color: #fff; padding: 20px; color: #fff; line-height: 1.4em; text-align: center;
}
table.itemlist03 td img{
	margin-bottom: 6px;
}
/* DL見出し01（先頭に任意の符号） */

dl.header-01{
	display: table; border-collapse: collapse; background: none; border: 0px none transparent;
}
dl.header-01:before{
	position: static; left: auto; top: auto; background: none; border-left: 0px none transparent;
}

dl.header-01:after{
	position: static; left: auto; top: auto; background: none; border-left: 0px none transparent;
}
dl.header-01 > dt{
	display: table-cell; width: 1em; background-color: #621d41; border: 1px solid #999; padding: 0.3em 0.7em; font-size: 24px; color: #fff; font-weight: bold; line-height: 1.4em; text-align: center;
}
dl.header-01 > dd{
	display: table-cell; background-color: #f6f6f6; border: 1px solid #999; padding: 0.3em 0.5em; font-size: 24px; line-height: 1.4em; text-align: left;
}

@media screen and (max-width: 768px){
dl.header-01 > dt,
dl.header-01 > dd{
	font-size: 18px;
}
}


/* 見出し01s */

.header-01s{
	margin: 0px 0px 1em; color: #000; font-family: "Mplus 1p", sans-serif; font-weight: bold; text-align: center;
}
span.header-01s{
	display: inline-block; margin-bottom: 0px; text-align: left;
}

/* 見出し02s */

.header-02s{
	background: #666; margin: 0px 0px 1em; padding: 4px 1em; color: #fff; font-family: "Mplus 1p", sans-serif; font-weight: normal; line-height: 1.4em; text-align: center;
}
span.header-02s{
	display: inline-block; margin: 0px; padding: 0px; line-height: none; text-align: left;
}
/* 見出し03s */

.header-03s{
	border-bottom: 1px solid #000; margin: 0px 0px 1em; padding-bottom: 4px; color: #000; font-family: "Mplus 1p", sans-serif; font-weight: normal; line-height: 1.4em; text-align: center;
}
span.header-03s{
	display: inline-block; margin: 0px; padding-bottom: 0px; line-height: none; text-align: left;
}

/* 見出し04s */

.header-04s{
	border-bottom: 2px dotted #000; margin: 0px 0px 1em; padding-bottom: 4px; color: #000; font-family: "Mplus 1p", sans-serif; font-weight: normal; line-height: 1.4em; text-align: center;
}
span.header-04s{
	display: inline-block; margin-bottom: 0px; padding-bottom: 0px;line-height: none; text-align: left;
}
/* 見出し05s */

.header-05s{
	border-left: 6px solid #999; margin: 0px 0px 1em; padding: 4px 0px 4px 10px; color: #000; font-family: "Mplus 1p", sans-serif; font-weight: bold; line-height: 1.4em; text-align: center;
}
span.header-05s{
	display: inline-block; border-right: 6px solid #999; margin: 0px 0.2em; padding: 0px 0.5em; line-height: none;
}

/* 見出し06s */

.header-06s{
	background: #f6f6f6; border: 1px solid #333; border-radius: 1em; margin: 0px 0px 1em; font-family: "Mplus 1p", sans-serif; font-weight: normal; line-height: 1.4em; text-align: center;
}
span.header-06s{
	display: inline-block; margin: 0px 0.2em; padding: 0px 0.5em; line-height: none; text-align: left;
}

/*
.voice
お客様の声
 */

.voice{
	padding-top: 30px;
}
.voice li:before{
	content: ""; display: inline-block; float: left; width: 120px; height: 120px; position: relative; background-repeat: no-repeat; background-position: left top; background-size: contain; margin-top: -10px;
}
.voice li.male.num01:before{
	background-image: url(../../img000/icon/faq/male_01.png);
}
.voice li.male.num02:before{
	background-image: url(../../img000/icon/faq/male_02.png);
}
.voice li.male.num03:before{
	background-image: url(../../img000/icon/faq/male_03.png);
}
.voice li.male.num04:before{
	background-image: url(../../img000/icon/faq/male_04.png);
}
.voice li.male.num05:before{
	background-image: url(../../img000/icon/faq/male_05.png);
}
.voice li.female.num01:before{
	background-image: url(../../img000/icon/faq/female_01.png);
}
.voice li.female.num02:before{
	background-image: url(../../img000/icon/faq/female_02.png);
}
.voice li.female.num03:before{
	background-image: url(../../img000/icon/faq/female_03.png);
}
.voice li.female.num04:before{
	background-image: url(../../img000/icon/faq/female_04.png);
}
.voice li{
	margin: 0px 0px 40px; 
}
.voice li:after{
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}
.voice li > div{
	min-height: 60px; position: relative; border-radius: 5px; margin: 0px 0px 2em 150px; padding: 30px; text-align: left;
}
.voice li > div:before{
	content: ''; width: 0px; height: 0px; left: -15px; top: 15px; position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-right-width: 15px;  border-right-style: solid;
}
.voice li.male > div{
	background-color: #e6e6e6; 
}
.voice li.male > div:before{
	border-right-color: #e6e6e6;
}
.voice li.female > div{
	background-color: #FBEBF3;
}
.voice li.female > div:before{
	border-right-color: #FBEBF3;
}
.voice li:nth-child(even){
	margin-left: 100px;
}

@media screen and (max-width: 544px){
.voice li{
	margin-bottom: 10px; 
}
.voice li:before{
	width: 60px; height: 60px; margin-top: 0px;
}
.voice li > div{
	margin-bbottom: 1em; margin-left: 75px; padding: 10px;
}
.voice li:nth-child(even){
	margin-left: 0px;
}
}

/*
.marker
マーカー
 */
.marker{
	color: #c12e2a; font-weight: bold;
}
.marker.yellow{
	background: -moz-linear-gradient(top, rgba(255,229,102,0) 20%, rgba(255,229,102,1) 60%, rgba(255,229,102,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,229,102,0) 20%,rgba(255,229,102,1) 60%,rgba(255,229,102,1) 100%);
background: linear-gradient(to bottom, rgba(255,229,102,0) 20%,rgba(255,229,102,1) 60%,rgba(255,229,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe566', endColorstr='#ffe566',GradientType=0 );
}
.marker.blue{
	background: -moz-linear-gradient(top, rgba(115,220,255,0) 20%, rgba(115,220,255,1) 60%, rgba(115,220,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(115,220,255,0) 20%,rgba(115,220,255,1) 60%,rgba(115,220,255,1) 100%);
background: linear-gradient(to bottom, rgba(115,220,255,0) 20%,rgba(115,220,255,1) 60%,rgba(115,220,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073dcff', endColorstr='#73dcff',GradientType=0 );
}
.marker.pink{
	background: -moz-linear-gradient(top, rgba(255,204,255,0) 20%, rgba(255,204,255,1) 60%, rgba(255,204,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,204,255,0) 20%,rgba(255,204,255,1) 60%,rgba(255,204,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,204,255,0) 20%,rgba(255,204,255,1) 60%,rgba(255,204,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffccff', endColorstr='#ffccff',GradientType=0 );
}



/*
メルマガフォームのデザインPC
 */
.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:670px;
	height:auto;
	padding:0px;
	margin:30px auto;
}
.ms_form_header{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-image : url('');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.ms_form_footer{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-image : url('');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 16px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 16px 0px 0px;
	padding:0px;
	text-align:right;

}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:670px;
	height:auto;
	font-size:12px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#c0c0c0;
	overflow:hidden;
}
.ms_form_body ul.form_list{
	width:480px;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:180px;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.item-nofloat{
	clear:both;
	width:100%;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
}
.ms_form_body ul.form_list li.cont{
	width:248px;
	padding:8px 0px 0px 30px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text40{
	width:40px;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:100%;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,

.ms_form_body ul.form_list li.cont-nofloat span.cont_desc{
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	cursor:pointer;
	border:0px;
	background-image : url('');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:165px;
	height:30px;
}
div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
div.sim_entry_list {
	width:auto;
	margin: 16px 85px auto 97px;
	padding: 12px;
	border: solid 1px #ff0000;
	text-align:left;
}
div.sim_entry_list span.attention{
	color: #ff0000;
}
div.sim_entry_list ul{
	width: auto;
	list-style:none;
	margin:0px 20px 0px 0px;
	padding:0px;
	text-align:left;

}
div.sim_entry_list ul li{
	width: auto;
	vertical-align: top;
	padding: 10px 0px 0px 22px;
	background-image : url('');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/*メルマガ登録スマホデザイン（デフォルトデザイン）*/

.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}
.ms_form_header{
	width:auto;
	height:auto;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:6px;
	margin:0px;
	text-align:center;
	border:0px;
	background-color:#c0c0c0;
}
.ms_form_footer{
	width:auto;
	height:auto;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:0px;
	background-color:#c0c0c0;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 6px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 6px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:auto;
	height:auto;
	font-size:16px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border:opx;
	background-color:#ffffff;
}
.ms_form_body ul.form_list{
	width:auto;
	list-style:none;
	clear:both;
	margin:6px 6px 0px 6px;
	padding:0px;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
}
.ms_form_body ul.form_list li.item,
.ms_form_body ul.form_list li.item-nofloat {
	clear:both;
	width:auto;
	vertical-align:top;
	margin:0px;
	padding:10px 0px 3px 22px;
	background-image : url('');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	border-top:1px solid #c0c0c0;
}
.ms_form_body ul.form_list li.cont,
.ms_form_body ul.form_list li.cont-nofloat {
	width:auto;
	margin:0px;
	padding:3px 0px 10px 22px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:90%;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text40{
	width:80px;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:90%;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:90%;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc {
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	width:auto;
	height:auto;
}
div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
div.sim_entry_list {
	width:auto;
	margin:20px 10px 0px 10px;
	padding:6px;
	border: solid 1px #ff0000;
	text-align:left;
}
div.sim_entry_list span.attention{
	color: #ff0000;
}
div.sim_entry_list ul{
	width: auto;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
div.sim_entry_list ul li{
	width: auto;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 22px;
	background-image : url('http://donguri.link/msmail/img/ms_cp_icon_text.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

<!-- ポイントリスト01 -->

dl.point-list{
	display: table; width: 100%; position: relative; background-repeat: no-repeat; background-position: left bottom; margin: 1.5em 0px;
}
dl.point-list.wine{
	background-image: url(../../img000/background/point_list_wine.png);
}
dl.point-list > dt{
	display: table-cell; width: 160px; box-sizing: border-box; padding: 0px 0px 26px 30px; font-family: "Sorts Mill Goudy",sans-serif; font-size: 24px; line-height: 1.4em; text-align: center; vertical-align: bottom;
}
dl.point-list > dd{
	display: table-cell; padding: 0px 0px 30px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 24px; line-height: 1.4em; vertical-align: bottom; font-feature-settings: "palt" 1;
}

@media screen and (max-width: 480px){
dl.point-list{
	display: block;
}
dl.point-list > dt{
	display: block; width: auto; margin: 0px; padding: 0px 0px 0px 40px; font-size: 20px; text-align: left;
}
dl.point-list > dd{
	display: block; width: auto; margin: 0px; padding-left: 40px; font-size: 20px; 
}
}
/*引用元へのリンク*/
.outbound{
	padding: 3px;
	padding-left: 15px;
	background: url(../images/icon/icon-outbound-link.png) left center no-repeat;
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.outbound{
			background: url(../images/icon/icon-outbound-link@2x.png) left center no-repeat;
			-webkit-background-size: 12px 13px;
			background-size: 12px 13px;
		}

	}

/*引用元へのリンク*/
.link-ref{
	text-align: right;
}

/*動画などのレスポンシブ対応*/
embed, iframe, object, video{
	max-width: 100%;
}


/* テンプレートの横幅指定FIXここから */
@media screen and (min-width: 1100px) {
#contents,#top .inner,#header,#topmenubox,#topmenu ul,#footer .inner,#footermenu,#pagetop{width:1100px;max-width:1100px;}
#header img{width:100%;height:auto;}
#header{background-size:100% auto;}
#searchbox{max-width:100%}
#topmenu ul{margin:0 auto;}
#top,#footer{width:100%;}
#column2 #main,#column3 #main,#main{width:750px;}
#column2 #menu,#column3 #menu,#menu{width:330px;}
}

/*polka 追加2020*/
#newEntry li:nth-child(1) ~ li ul{
	display: none;
}
/*midasi初期化*/

#main h4,
#main h5,
#main h6{
	border-left: 0px none transparent; padding-left: 20px;
}
#main h4:before,
#main h5:before,
#main h6:before{
	display: none;
}
#main h4.header-02s{
	color: #fff;
}
.header-02s.left{
	text-align: left;
}
.header-03s.left{
	text-align: left;
}
.header-04s.left{
	text-align: left;
}
.header-05s.left{
	text-align: left;
	border-left: 0px none transparent; padding-left: 100px;
}
.header-06s.left{
	text-align: left;
	border-left: 0px none transparent; padding-left: 100px;
}

/*対象者*/
.su-box-style-default{
	border-color: #009!important;
}
.su-box-title{
	background-color: #009!important;
}
#main .su-box-content{
	border-color: #009!important;
}


/*ナビページャー*/
nav ol.normal > li a{
	display: inline-block; padding: 0.5em;
}
nav ol.normal > li a.current_page_number{
	background-color: #e6e6e6;
}


/*メルマガ*/

.ms_form_body > p{
	padding: 0px 22px; 
}
.ms_form_body ul.form_list li.item,
.ms_form_body ul.form_list li.item-nofloat{
	width: 100%; box-sizing: border-box; border-top: 0px none transparent; padding-right: 22px; 
}
.ms_form_body ul.form_list li.cont,
.ms_form_body ul.form_list li.cont-nofloat{
	width: 100%; box-sizing: border-box; border-top: 0px none transparent; padding-right: 22px; 
}
.ms_form_body ul.form_list li.cont input,
.ms_form_body ul.form_list li.cont-nofloat input{
	width: 100%; 
}




/*  アマゾン画像のズレ解消 アーカイブページ用 */
#blogarea_category .thumb:after{
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#blogarea_category .thumb .booklink-image,
#blogarea_category .thumb  > a{
	float: left; display: block; width: 180px; box-sizing: border-box;
}
#blogarea_category .thumb .title,
#blogarea_category .thumb .bbox{
	width: calc(100% - 200px); float: right;
}
#blogarea_category .thumb a{
	display: block; width: auto; max-height: 150px; overflow: hidden;
}
#blogarea_category .thumb a img{
	object-position: 0 0;
}
#blogarea_category .thumb{
	float: none; max-height: 150px; margin: 0px; line-height: 1;
}
#blogarea_category .thumb img[width='1']{
	width: 1px; height: 1px; visibility: hidden;
}

/*  アマゾン画像のズレ解消 */
#blogarea .blog .thumb a{
	display: block; width: 100%; max-height: 200px; overflow: hidden;
}
#blogarea .blog .thumb a img{
	object-position: 0 0;
}
#blogarea .blog .thumb .booklink-image{
	float: none; max-height: 200px; margin: 0px; line-height: 1;
}
#blogarea .blog .thumb .booklink-image img[width='1']{
	width: 1px; height: 1px; visibility: hidden;
}

.article-page #main .c-header{
	display: block;
}
/*  左に青いライン付きタイトル */
#main h2.stick{
	background-color: #f6f6f6; border-left: 10px solid #4865b2; padding: 20px 15px; text-align: left;
}
#main h3.stick{
	border-left: 10px solid #4865b2; padding: 10px 15px; text-align: left;
}
/*  左にチェックアイコン付きタイトル */
#main h3.check,
#main h4.check{
	font-weight: bold;
}
#main h3.check:before,
#main h4.check:before{
	content: "\f00c"; display: inline-block; margin-right: 10px; font-family: "font awesome 5 free"; color: #6C9FCE;
}


/* 吹き出しタイトルを常にカラムいっぱいに広げる */
#main .c-header{
	display: block;
}


