/*
Theme Name: k1_purple_custom
Theme URI:
Description: キャッシングサイトのテーマです
Author: wk
Author URI: none
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #000000;
	background: url(image/common/bg_body.png) repeat;
	background-size:90%; 
	margin: 0;
}
a {
	color: #03C;
	text-decoration: none;
}
/*▼▼スマホだけのコンテンツ▼▼*/
.ad_area, .btm_ad, .button-best3 {
	display: none;
}
ul li {
	list-style-type: none;
}
header {
	position: relative;
    height: 100px;
}
.sp_menu {
	display: none;
}
.sitelogo {
	margin: 0;
	height: 100px;
    display: flex;
    align-items: center;
    margin: 0;
}
.sitelogo a {
	display: block;
}
.sitelogo a img {
	width: 100%;
}
.sitelogo a {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
.sitediscription {
	font-size: 100%;
	position: absolute;
	top: 63px;
	left: 33%;
	font-weight: bold;
}

.breadcrumb_outer {
	width: 100%;
    background-color: #f6f6f6;
    padding: 4px 0 3px;
    border-bottom: 1px solid #d3d3d3;
    margin: 10px 0 0;
}
#breadcrumb {
	font-size: 90%;
	width: 1140px;
    margin: 0 auto;
}
#breadcrumb > span:first-child a {
    color: #fff;
    background-color: #8d6be0;
    padding: 7px 12px 7px 40px;
    border-radius: 20px;
    margin: 0 10px 0 0px;
	text-decoration: underline;
	position: relative;
}
#breadcrumb > span:first-child a:before {
	content: "";
	position: absolute;
	background: url(image/common/icon_home.png) no-repeat left top;
	width: 22px;
	height: 20px;
	top: 4px;
    left: 14px;
	background-size: 85%;
}
#breadcrumb > span:first-child a:hover {
	text-decoration: none;
}
#breadcrumb a {
    color: #3d65bf;
    text-decoration: underline;
    padding: 0;
}
#breadcrumb a:hover {
    text-decoration: none;
}
#main_contents {
	margin: 30px 0 60px;
}
.mainarea {
	background-color: #fff;
	/* box-shadow */
	box-shadow:0px 0px 6px 3px #eaeaea;
	-moz-box-shadow:0px 0px 6px 3px #eaeaea;
	-webkit-box-shadow:0px 0px 6px 3px #eaeaea;

	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 60px;
	border-top: 6px solid #ad8aff;
}
.main_tit {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px;
	padding: 20px 40px;
	line-height: 1.315em;
}
.main_tit h1, .main_tit_top {
	font-size: 39px;
    margin: 0;
    line-height: 1.315em;
    font-weight: bold;
    font-style: italic;
    color: #6c1eb4;
	position: relative;
}
.main_tit h1:after, .main_tit_top:after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(-45deg, #ad8aff 0%, #93ffff 100%);
	background: -webkit-linear-gradient(-45deg, #ad8aff 0%,#93ffff 100%);
	background: linear-gradient(135deg, #ad8aff 0%,#93ffff 100%);
	width: 100%;
    height: 5px;
    display: block;
    bottom: -20px;
	border-radius: 20px;
}
.content_text,
.beans {
	padding: 0 40px 40px;
}
.content_text .beans {
	padding: 0 0 40px;
}
.content_text h2 {
	font-size: 28px;
    font-weight: bold;
    background: #f0ffff;
    /* border-left: 15px solid #004986; */
    border-top: 1px solid #bcc8d2;
    /* border-right: 1px solid #bcc8d2; */
    border-bottom: 2px solid #f1f1f1;
    padding: 20px 44px 20px 105px;
    margin: 70px -40px 20px;
    line-height: 1.3em;
    font-style: italic;
	position: relative;
}
.content_text h2:before {
	content: "";
	position: absolute;
	width: 100%;
    height: 8px;
    top: -8px;
    left: 0;
	background: #ad8aff;
	background: -moz-linear-gradient(-45deg, #ad8aff 0%, #93ffff 100%);
	background: -webkit-linear-gradient(-45deg, #ad8aff 0%,#93ffff 100%);
	background: linear-gradient(135deg, #ad8aff 0%,#93ffff 100%);
}
.content_text h2:after {
	content: "";
	position: absolute;
	background: url(image/common/icon-h2.png) no-repeat left top;
	background-size: 80%;
	width: 92px;
	height: 72px;
	top:9px;
	left: 23px;
} 
.content_text h3 {
	font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px 20px;
    margin: 60px 0 20px 0px;
    line-height: 1.3em;
    font-style: italic;


}
.content_text h3:before {
	content: "";
    display: block;
    padding: 20px 0 20px 0px;
    position: absolute;
    width: 10px;
    top: -5px;
    left: 0;
    border-radius: 20px;
	background: -moz-linear-gradient(-45deg, #ad8aff 0%, #93ffff 100%);
	background: -webkit-linear-gradient(-45deg, #ad8aff 0%,#93ffff 100%);
	background: linear-gradient(135deg, #ad8aff 0%,#93ffff 100%);

}
.content_text ul {
	margin: 20px 0;
}
.content_text li {
	font-weight: bold;
	padding: 3px 0 3px 15px;
	background: url(image/common/icon-disk.png) no-repeat left center;
	background-size: 0.5em auto;
}
.bgb-beige {
	background-color: #fffed1;
	font-weight: bold;
	padding: 30px;
	margin: 20px 0 20px;
}
/* 装飾 */
.content_txt a {
	display: inline;
}
.content_txt p {
	margin: 0 0 30px;
	font-size: 100%;
	text-align: justify;
}
.content_txt p:last-child {
	margin: 0;
}
.content_txt ul {
	font-weight: bold;
	margin: 0 35px 50px 12px;
}
.content_txt li {
	background: url("image/common/list-disc.png") left 8px no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 17px 0;
	font-weight: bold;
}
.content_txt li:last-child {
	margin-bottom: 0;
}
.content_text ul.check-box {
	margin: 50px 0 30px;
} 
.check-box {
	padding: 30px;
	background-color: #f0ffff;
	border: solid 2px #d2eded;
	border-radius: 10px;
	position: relative;
	box-shadow:3px 5px 0px 1px #ebf2f2;
	-moz-box-shadow:3px 5px 0px 1px #ebf2f2;
	-webkit-box-shadow:3px 5px 0px 1px #ebf2f2;
}
.check-box:before {
	content: "";
    background: url(image/common/tit-checkbox.png) left top no-repeat;
    background-size: 60%;
    width: 190px;
    height: 40px;
    position: absolute;
    top: -14px;
    left: 23px;
}
.check-box li {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	background: url("image/common/icon-check.png") no-repeat left 0.2em;
	background-size: 1.5em;
}
.check-box li:last-child {
	margin-bottom: 0;
}
.content_txt blockquote {
	padding: 40px 35px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
	font-size: 14px;
	font-style: italic;
	position: relative;
}
.content_txt blockquote:before {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-top.png") top left no-repeat;
	position: absolute;
	top: 11px;
	left: 12px;
}
.content_txt blockquote:after {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-bottom.png") right bottom no-repeat;
	position: absolute;
	bottom: 14px;
	right: 17px;
}
.content_txt blockquote p:last-child {
	margin: 0;
}
.content_txt .b {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
}
.content_txt .red {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
	color: rgba(255,75,71,1);
}
.bgc-yellow {
	background: -moz-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, rgba(255,249,92,1)));
	background: -o-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
.bgb-beige {
	margin: 30px 0;
	padding: 1.5em;
	background: rgba(255,254,215,1);
	font-weight: bold;
	box-shadow:3px 5px 0px 1px #ebf2f2;
	-moz-box-shadow:3px 5px 0px 1px #ebf2f2;
	-webkit-box-shadow:3px 5px 0px 1px #ebf2f2;
	border-radius: 10px;
}
.bgb-beige p:last-child {
	margin: 0;
}
.b {
	font-weight: bold;
	font-size: 18px;
    line-height: 28px;
}
.red {
	color: #ff4787;
	font-weight: bold;
	font-size: 18px;
    line-height: 28px;
}
.referrer {
	padding: 10px 30px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
}
.referrer span {
	font-weight: bold;
}
.waku {
	position: relative;
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    border-radius: 10px;
    border: 5px solid #a4b1ff;
	box-shadow:3px 5px 0px 1px #ebf2f2;
	-moz-box-shadow:3px 5px 0px 1px #ebf2f2;
	-webkit-box-shadow:3px 5px 0px 1px #ebf2f2;
	outline: 1px solid #a4b1ff;
    outline-offset: -10px;
}
/*
.waku:before {
	position: absolute;
    content: "";
    width: 99%;
    min-height: 95%;
    top: 3px;
    left: 3px;
    border: 1px solid #a4b1ff;
    border-radius: 6px;
}
*/
.waku p {
	margin: 0 0 12px 0;
}
.waku p:last-child {
	margin: 0;
}
.waku ul:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
	margin: 20px auto 20px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #7b7096;
}
table th, table td {
}
table th, table.typeTL tr:first-child th:first-child {
	background-color: #8d6be0;
	font-size: 100%;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #7b7096;
}
table th:last-child {
	border-right: none;
}
table td {
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #7b7096;
	border-bottom: 1px solid #7b7096;
}
/*サイドメニュー*/
.sidebar_topics, .sidebar_category {
	margin: 0 0 50px;
	background-color: #fff;
	box-shadow:0px 0px 6px 3px #eaeaea;
	-moz-box-shadow:0px 0px 6px 3px #eaeaea;
	-webkit-box-shadow:0px 0px 6px 3px #eaeaea;
	border-top: 4px solid #8d6be0;
	margin: 26px 0 0;
}
.sidebar_topics {
	margin: 26px 0 0;
}
.sidebar_category {
	margin: 56px 0 0;
}

.sidebar_topics h2, .sidebar_category h2 {
	font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    background-color: #8d6be0;
    padding: 15px 15px 15px 100px;
    margin: -30px 0 0;
    /* border-top: 2px solid #004986; */
    /* border-bottom: 1px solid #d3d3d3; */
    color: #fff;
    border-radius: 50px;
    width: 220px;
	position: relative;
}
.sidebar_topics h2:before, .sidebar_category h2:before {
	content: "";
	position: absolute;
	background: url(image/common/icon-topix.png) no-repeat left top;
	background-size: 80%;
	width: 92px;
    height: 72px;
    top: -9px;
    left: 17px;
}
	
.sidebar_topics ul, .sidebar_category ul {
	padding: 0 20px;
}
.sidebar_topics li, .sidebar_category li {
	border-bottom: 1px dotted #d3d3d3;
	padding: 16px 0 16px 0;
}
.sidebar_topics li a, .sidebar_category li a {
	background: url(image/common/icon-arrow.png) no-repeat left 0.3em;
	padding: 0 0 0 21px;
	background-size: 1em;
	display: block;
}
.sidebar_topics li:last-child, .sidebar_category li:last-child {
	border-bottom: none;
}
.sidearea .h_search {
	width: 100%;
	padding: 42px 0 0 0;
	position: relative;
}

.sidearea .h_search:hover {
	opacity:1.0;
	filter:alpha(opacity=10);
	-ms-filter: "alpha( opacity=10 )";
}

.sidearea .h_search input:focus {
	outline: none;
}

.sidearea .h_search input {
	outline: none;
	border: 0px;
}

.sidearea .h_search .h_search_form {
	padding: 6px 45px 8px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.9em;
	float: right;
	width: 100%;
	border: 2px solid #ccc;
}

.sidearea #searchsubmit {
	content: "";
    background: url(image/common/icon-search.png) no-repeat 9px 6px;
    background-size: 64%;
    background-color: #8d6be0;
    border: none;
    width: 44px;
    height: 41px;
    top: 42px;
    right: 0;
    position: absolute;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
/*カテゴリの新着記事*/
.category_box, .topics_box {
	border-bottom: 1px solid #d3d3d3;
    padding: 0 40px 10px;
}
.category_box:last-child, .topics_box:last-child {
	border-bottom: none;
}
.category_box_tit, .topics_box_tit {
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    background-color: #8d6be0;
    padding: 8px 15px 7px 100px;
    margin: 40px 0 0;
    /* border-top: 2px solid #004986; */
    /* border-bottom: 1px solid #d3d3d3; */
    color: #fff;
    border-radius: 0 50px 50px 0;
    width: 250px;
    position: relative;
}
.category_box_tit:before, .topics_box_tit:before {
	content: "";
    position: absolute;
    background: url(image/common/icon-topix.png) no-repeat left top;
    background-size: 80%;
    width: 92px;
    height: 72px;
    top: -9px;
    left: 17px;
}
.mArchive_item_tit {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.mArchive_item_tit a {
	background: url(image/common/icon-arrow.png) no-repeat left 3px;
    background-size: 3%;
    padding: 0 0 0 1.2em;
    display: block;
}
.mArchive_item_cat {
	display: inline-block;
    margin: 10px 0 10px 0;
}
.mArchive_item_cat a {
	background: #00b797;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 8px 10px 6px 40px;
    font-size: 90%;
    margin: 0 0 10px 0;
    position: relative;
    color: #fff;
}
.mArchive_item_cat a:before {
	content: "";
    width: 24px;
    height: 16px;
    background: url(image/common/icon-category.png) no-repeat;
    position: absolute;
    top: 0.5em;
	left: 1em;
	background-size: contain;
}
/*子カテ記事ジャンル一覧*/
.category-matome h2 {
    font-size: 20px;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 15px 15px 15px 45px;
    margin: 50px 0 15px;
    border-top: 2px solid #004986;
    border-bottom: 1px solid #d3d3d3;
}
.m_archive_in ul {
    margin: 0 0px 0px 40px;
}
.m_archive_in li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.5em;
    padding: 4px 0 4px 21px;
    background-size: 1em;
    display: inline-block;
}

	

footer {
	background: #8d6be0;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}
.copyright {
	font-size: 14px;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
.pagetop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 62px;
    padding: 18px 0;
	text-align: center;
	display: block;
}
.pagetop a:hover {
	text-decoration: none;
	background: #999;
}


/*ページナビ*/
.wp-pagenavi {
	text-align: center;
    padding: 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    padding: 9px 13px;
    margin: 5px;
    width: 46px;
    height: 46px;
    display: inline-block;
	border: 1px solid #004986;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #004986;
	color: #fff;
	border: 1px solid #004986;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi span.extend {
	border: none;
}


/* ========================================================================
スマホ表示
======================================================================== */
@media (max-width: 767px) {
body {
	width: 100%;
	overflow-x: hidden;
	font-size: 16px/1.6;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.66em;
}
	
body.category, body.single {
	margin: 5.5em 0 0;
}
.pagetop, .sidebar_category, .sidearea .h_search {
	display: none;
}
.content_text {
	padding: 0 1.3em 2em;
}
ul li {
	list-style-type: none;
}
header {
	/*background: #FFFFFF;
	border-bottom: 3px solid #a0a0a0;*/
}
.sitelogo {
	margin: 0;
}
.sitelogo a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.sitelogo a img {
	width: 100%;
}
.sitediscription {
    float: none;
    font-size: 85%;
    /* margin: 5px 0 10px 0; */
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}
#breadcrumb {
	font-size: 0.8em;
    line-height: 1.3em;
    background:none;
	border: none;
    padding: 10px 0;
    margin: 0 0 0;
    position: relative;
    z-index: 100;
	width: 100%;
}
#breadcrumb a:first-child {
}
.breadcrumb_outer {
	background: none;
	border-bottom: none;
}
#breadcrumb > span:first-child a {
	background: #8d6be0;
	margin: 0 4px 0 -15px;
	border-radius: 0px 16px 16px 0px;
	color: #fff;
	text-decoration: underline;
}
#breadcrumb > span:first-child a:before {
	background-size: 73%;
}
.top #main_contents {
	margin: 0 0 60px;
}	
#main_contents {
	margin: -47px 0 60px;
}
.mainarea {
	background-color: #fff;
	/*border: 1px solid #d3d3d3;*/
	margin-bottom: 20px;
}
.main_tit {
	font-size: 1.39em;
	font-weight: bold;
	padding: 55px 1em 20px;
	line-height: 1.315;
}
.main_tit h1, .main_tit_top {
    font-size: 1.2em;
    margin: 0;
    line-height: 1.315em;
    font-weight: bold;
    font-style: italic;
    color: #6c1eb4;
    position: relative;
	display: block;
}
.main_tit h1:after, .main_tit_top:after {
	width: 100%;
}
.main_tit h1 {
	font-size: 1.2em;
	margin: 0;
	line-height: 1.315;
	font-weight: bold;
}
.content_text h2 {
	font-size: 1.3em;
	background: #e9f2f9;
	padding: 15px 1em 15px 3.8em;
	margin: 50px -1em 20px;
	font-weight: bold;
}
.content_text h2:before {
	width: 100%;
	height: 6px;
	top: -6px;
	left: 0;
}
.content_text h2:after {
    background-size: 60%;
    width: 82px;
    height: 42px;
    top: 0.3em;
    left: 0.5em;
}
.content_text h3 {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	padding: 0 0 10px 1em;
	margin: 40px 0 20px 0;
}
.content_text h3:before {
    top: -7px;
}
.content_text li {
	font-weight: bold;
	padding: 3px 0 3px 15px;
	background: url(image/common/icon-disk.png) no-repeat left center;
	background-size: 0.5em auto;
}
.bgb-beige {
	background-color: #fffed1;
	font-weight: bold;
	padding: 30px;
	margin: 20px 0 20px;
}
/* 装飾 */
.content_text a {
	display: inline;
}
.content_text p {
	margin: 0 0 30px;
	font-size: 100%;
	text-align: justify;
}
.content_text p:last-child {
	margin: 0;
}
.content_text ul {
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0.5em;
}
.content_text li {
	background: url(image/common/icon-disk.png) left 0.5em no-repeat;
    padding: 0 0 0 1em;
    margin: 0 0 8px 0;
    font-weight: bold;
    background-size: 3%;
}
.content_text li:last-child {
	margin-bottom: 0;
}
.mainarea .check-box {
	padding: 1.2em;
	background-color: #f6fbff;
	border: solid 1px #bcc8d2;
	border-radius: 10px;
}
.check-box:before {
    background-size: 50%;
    top: -14px;
    left: 1em;
}
.check-box li {
	font-size: inherit;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 1.8em;
	background: url(image/common/icon-check.png) no-repeat left 0.2em;
	background-size: 1.5em;
}
.check-box li:last-child {
	margin-bottom: 0;
}
.content_txt blockquote {
	padding: 40px 35px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
	font-size: 14px;
	font-style: italic;
	position: relative;
}
.content_txt blockquote:before {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-top.png") top left no-repeat;
	position: absolute;
	top: 11px;
	left: 12px;
}
.content_txt blockquote:after {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-bottom.png") right bottom no-repeat;
	position: absolute;
	bottom: 14px;
	right: 17px;
}
.content_txt blockquote p:last-child {
	margin: 0;
}
.content_txt .b {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
}
.content_txt .red {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
	color: rgba(255,75,71,1);
}
.bgc-yellow {
	background: -moz-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, rgba(255,249,92,1)));
	background: -o-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
.bgb-beige {
	margin: 30px 0;
	padding: 1.3em;
	background: rgba(255,254,215,1);
	color: rgba(63,60,30,1);
	font-weight: bold;
	border: 1px solid #e2e1bc;
	text-align: justify;
}
.bgb-beige p:last-child {
	margin: 0;
}
.referrer {
	padding: 10px 30px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
}
.referrer span {
	font-weight: bold;
}
.waku {
	margin: 30px 0;
    padding: 1em 1em;
	outline: 1px solid #a4b1ff;
    outline-offset: -10px;
}
/*
.waku:before {
	position: absolute;
    content: "";
    width: 97%;
    min-height: 95%;
    top: 3px;
    left: 3px;
    border: 1px solid #a4b1ff;
    border-radius: 5px;
}
*/
.waku p {
	margin: 0 0 12px 0;
}
.waku p:last-child {
	margin: 0;
}
.waku ul:last-child {
	margin-bottom: 0;
}
.b {
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
.red b {
	color: #e5004f;
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
/*table {
	width: 100%;
	margin: 20px auto 20px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255,150,0,1);
	border-collapse: separate;
}
table th, table td {
}
table th, table.typeTL tr:first-child th:first-child {
	background-color: rgba(241,128,52,1);
	font-size: 100%;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
table th:last-child {
	border-right: none;
}
table td {
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid rgba(231,218,198,1);
	border-bottom: 1px solid rgba(231,218,198,1);
}*/
/*サイドメニュー*/
.sidearea {
	margin: 70px 0 0;	
}
.sidebar_topics, .sidebar_category {
	margin: 0 0 50px;
	background-color: #fff;
}
.sidebar_topics h2, .sidebar_category h2 {
	font-size: 20px;
	/* text-align: center; */
	padding: 15px 15px 15px 20px;
	margin: 0;
}
.sidebar_topics h2, .sidebar_category h2 {
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    background-color: #8d6be0;
    padding: 15px 15px 15px 4.5em;
    margin: -30px 0 0;
    /* border-top: 2px solid #004986; */
    /* border-bottom: 1px solid #d3d3d3; */
    color: #fff;
    border-radius: 50px;
    width: 220px;
	position: relative;
	margin: -29px 0 0;
}
.sidebar_topics h2:before, .sidebar_category h2:before {
    content: "";
    position: absolute;
    background: url(image/common/icon-topix.png) no-repeat left top;
    background-size: 60%;
    width: 92px;
    height: 72px;
    top: 0;
	left: 17px;
}
.sidebar_topics ul, .sidebar_category ul {
	padding: 0 20px;
}
.sidebar_topics li, .sidebar_category li {
	border-bottom: 1px dotted #333;
	padding: 16px 0 16px 0;
}
.sidebar_topics li a, .sidebar_category li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.3em;
	padding: 0 0 0 21px;
	background-size: 1em;
	display: block;
}
.sidebar_topics li:last-child, .sidebar_category li:last-child {
	border-bottom: none;
}
.sidebar_topics {
	margin: 0 0 0;
}
footer {
	margin-bottom: 3em;
	color: #FFFFFF;
}
/*#footer_inner {
	background: #004986;
	text-align: center;
	padding: 10px;
	margin-bottom: 3.5em;
	color: #FFFFFF;
}*/
.copyright {
	font-size: 0.8em;
}

/*スマホ用メニュー*/
.sp_menu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 3000;
}
/*.sp_menu a {
	font-family: "UD 新丸ゴM", "UD Shin Maru Go Medium", sans-serif;
	color: #505050;
	text-decoration: none;
	line-height: 100%;
}*/
.sp_menu a:hover, .sp_menu a:active {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	zoom: 1;
}
.sp_menu_btn {
	line-height: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.35);
}
.sp_menu_btn > div {
	width: 33.3vw;
	float: left;
	text-align: center;
	padding: 14px 0 16px;
	border-top: 4px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.sp_menu_btn > div:first-child {
	border-left: none;
}
.sp_menu_btn a {
	font-size: 0.94em;
	font-weight: bold;
	color: #023967;
	text-decoration: none;
}
.sp_menu_btn_pages {
	border-right: 1px solid #ffffff;
}
.sp_menu_btn_cat {
	border-right: 1px solid #ffffff;
}
/*.sp_menu_close {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fb679f;
	border: 4px solid #ffffff;
	z-index: 10;
}
.sp_menu_category_btn, .sp_menu_pages_btn {
	width: 14px;
	height: 14px;
	padding: 7px;
}*/

.sp_menu_category .sp_menu_close {
	width: 13%;
    position: absolute;
    bottom: 225px;
    right: 10px;
}
.nav_search_in .sp_menu_close {
	width: 13%;
    position: absolute;
    bottom: 130px;
    right: 10px;
}
.sp_menu_close img {
		width: 100%
	}
	.sp_menu_category, .nav_search_in {
		overflow-y: auto;
		height: 100%;
		/*position: fixed;*/
		padding: 1.5em 0;
		border-top: 3px solid #c5c5c5;
		display: none;
	}
.sp_menu_category {
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:rgba(0,0,0,0.51);
	border-bottom:40px solid transparent;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.sp_menu_category ul {
	position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 0;
	margin: 0;
}
.sp_menu_category li {
	width: auto;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 100%;
	color: #ffffff;
	padding: 10px 1.3em 0;
}
.sp_menu_category li a {  
	background: url(image/common/icon-arrow.png) no-repeat left 0.2em;
    padding: 0 0 0 21px;
    background-size: 1em;
    line-height: 1.3em;
    display: block;
}
.h_search {
	position: relative;
	width: 90%;
	margin: 60px auto 0;
	z-index: 60;
}
.nav_search_in {
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:rgba(0,0,0,0.51);
	border-bottom:40px solid transparent;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.search_area {
	position: absolute;
	background-color: #ffffff;
	height: 158px;
	width: 100%;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 18px 0;
}
.h_search:hover {
	opacity:1.0;
	filter:alpha(opacity=10);
	-ms-filter: "alpha( opacity=10 )";
}

.h_search input:focus {
	outline: none;
}

.h_search input {
	outline: none;
	border: 0px;
}

.h_search .h_search_form {
	padding: 0 0 0px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.9em;
    width: 89%;
    height: 45px;
    float: left;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
}
#searchsubmit {
	content: "";
    background: url(image/common/icon-search.png) no-repeat 7px 50%;
    background-size: 72%;
    background-color: #8d6be0;
    border: none;
    width: 15%;
    height: 45px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.sp_menu_btn_cat_icon:before {
	content: "";
	display: inline-block;
	background: url(image/common/icon-sp-menu-cate.png) left center no-repeat;
	background-size: 15px auto;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-right: 8px;
}
.sp_menu_btn_pagetop_icon:before {
	content: "";
	display: inline-block;
	background: url(image/common/icon-sp-menu-pagetop.png) left center no-repeat;
	background-size: 16px auto;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
.sp_menu_btn_search_icon:before {
	content: "";
	display: inline-block;
	background: url(image/common/icon-sp-menu-search.png) left center no-repeat;
	background-size: 16px auto;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
/*カテゴリの新着記事*/

.category_box, .topics_box {
	border-bottom: 1px solid #d3d3d3;
    padding: 0 1.3em 10px 1.3em;
    background-size: 7%;
}
.category_box:last-child, .topics_box:last-child {
	border-bottom: none;
}
.category_box_tit, .topics_box_tit {
	font-size: 1.1em;
    font-weight: bold;
    padding: 0.8em 15px 0.8em 5.5em;
    margin: 20px 0 0;
}
.mArchive_item_txt {
	font-size: 0.8em
}
.mArchive_item_tit {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}
.mArchive_item_tit a {
    background: url(image/common/icon-arrow.png) no-repeat left 3px;
    background-size: 5%;
    padding: 0 0 0 1.2em;
    display: block;
}
.mArchive_item_cat {
	display: inline-block;
    margin: 0 0 10px;
}
.mArchive_item_cat a {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 6px 10px 6px 40px;
    font-size: 80%;
    margin: 0 0 10px 0;
	position: relative;
}
.mArchive_item_cat a:before {
	content: "";
    width: 24px;
    height: 16px;
    background: url(image/common/icon-category.png) no-repeat;
    position: absolute;
    top: 0.5em;
	left: 1em;
	background-size: contain;
}
/*子カテ記事ジャンル一覧*/
.category-matome h2 {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 0.8em 15px 0.8em 1.2em;
    margin: 20px 0 0.8em;
    border-top: 2px solid #004986;
    border-bottom: 1px solid #d3d3d3;
	line-height: 1.35em;
}
.m_archive_in ul {
    margin: 0 0 0 1.3em;
}
.m_archive_in li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.5em;
    padding: 4px 0 4px 21px;
    background-size: 1em;
}

.overlay {
    display: none;
    position: absolute;
    z-index: 2000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
}
/*TOPの広告部分*/
/*.ad_area {
	display: block;
	margin: 20px 0 30px;
}*/
#rank1 {
	text-align: center;
	width: 95%;
    margin: 0 auto;
}
#rank2 {
	width: 95%;
	margin: 20px auto 5px;
	text-align: center;
}
#rank3 {
	width: 95%;
	margin: 20px auto 5px;
	text-align: center;
}
#rank1 img, #rank2 img, #rank3 img {
	width: 100%;
}
.rank-button {
	text-align: center;
}
.rank-button img {
	width: 95%;
}	
.rank_arrow_center {
	text-align: center;
}
/*.button-best3 {
	display: block;
	width: 92%;
	margin: 1em auto;
}*/
/*広告バナー*/
/*.btm_ad {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 500;
}*/
.btm_ad_bnr {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 550;
}
.btm_ad_close {
	width: 5%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 4%;
	left: 1%;
	z-index: 560;
}
.btm_ad_close img {
	width: 100%;
}
.close{
	display: none;
}
}
@media only screen and (orientation:landscape) {
.btm_ad_close {
	width: 5vh!important;
}
.btm_ad_bnr {
	width: 100vh!important;
	margin: 0 auto;
}
}
