﻿@charset "utf-8";

.Display1 {
	display: block!important;
}

.S639 {
	display: none;
}

body {
	background-size: cover;
}

a {
	color: #579f73;
	text-decoration:none;
		-webkit-tap-highlight-color:rgba(255,255,255,0);
}
a:focus,
a:hover,
a:active {
	color: #D5120B;
}
a::after {
	background-image: none;
}

#HeaderSP {
	position: relative;
	margin-left: 44px;
	text-align: center;
	height: 54px;
}
#titleSP {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 44px;
	margin:0 auto;
	top: calc(15.00px - 5 * (100vw - 320px) / 80);
	font-family: 'funwari',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#titleSP a:hover {
	color: #ff6500;
}

#blog_intro {
	clear: both;
	margin: 5px 2%;
}

#menuSP {
  *zoom: 1;
	width:100%;
	margin:0 auto;
}
#menuSP li {
	position: relative;
	float: left;
	width: calc(100% / 6);
	text-align: center;
}
#menuSP li:last-child {
	border-right: none;
}
#menuSP > li > a {
	display: block;
	height: 42px;
	color: #333;
	background: #f8f0d0;
	border: 1px solid #aac;
	border-radius: 5px;
	transition: 0.75s;
	line-height: 42px;
}
#menuSP li a:hover {
	color: #e00;
	background: #e2c6af;
}
#menuSP > li li:hover > a {
	background: #afc6e2;
}
#menuSP li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	width: calc(320px + 80 * (100vw - 320px) / 80);
}
#menuSP li ul li {
	overflow: hidden;
	width: 49.4%;
	height: 0;
}
#menuSP > li > ul > li > a {
	display: block;
	height: 37px;
	padding: 5px 5px 0 5px;
	background: #cae5cd;
	border: 1px solid #aac;
	border-radius: 5px;
	text-align: left;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#menuSP li:hover > ul > li {
	height: 44px;
	padding-left: 1px;
	transition: 1.0s;
}

.SubMenu1 {
	left: calc(-320px / 6     - 16 * (100vw - 320px) / 80);
}
.SubMenu2 {
	left: calc(-320px / 6 * 2 - 16 * (100vw - 320px) / 80);
}
.SubMenu3 {
	left: calc(-320px / 6 * 3 - 32 * (100vw - 320px) / 80);
}
.SubMenu4 {
	left: calc(-320px / 6 * 4 - 48 * (100vw - 320px) / 80);
}
.SubMenu5 {
	left: calc(-320px / 6 * 5 - 64 * (100vw - 320px) / 80);
}

#entry_outline {
	min-height: 78px;
	margin-bottom: 3px;
	background-color: rgba(239,239,239,0.6);
	border: 1px solid #aca;
	border-radius: 10px;
}
#entry_outline li {
	background-image: none;
}

#entry_outline .tmb {
	display: block;
	float: left;
	margin: 3px;
}
#entry_outline .tmb img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
}

#entry_outline .inner_entry {
	position :relative;
	display: block;
	float: right;
	margin: 5px 5px 0 0;
	width: calc(235px + 80 * (100vw - 320px) / 80);
	height:71px;
}
#entry_outline .inner_entry .e_title {
	margin-left: 5px;
	line-height: 1.2;
	font-weight: bold;
}

#entry_outline .inner_entry .list_month {
	position: absolute;
	right: 0;
	bottom: 4px;
	color: #888;
	text-align: right;
}

#entry_outline .inner_entry .list_category {
	float: left;
	position: absolute;
	bottom: 4px;
	margin-left: 8px;
	color: #888;
}

#entrySP {
	overflow: hidden;
	margin-bottom: 7px;
	border: 1px solid #888;
	border-radius: 5px;
}
#entrySP .relate_dt {
	color: #480;
	padding-top: 10px;
	padding-left: 10px;
}
#entrySP .relate_li,
#entrySP .relate_li_nolink {
	background-image: none;
	text-align: center;
}
#entrySP .relate_li_nolink {
	width: 80%;
	margin: 0 auto;
	padding: 0 5px;
	border: 1px dashed #888;
	border-radius: 10px;
	text-shadow: 0.125em 0.125em 0.25em #ccc;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#entrySP .relate_li_nolink:before {
	content: "(イマココ！)\a";
	white-space: pre;
	color: #d00;
	text-shadow: 0.125em 0.125em 0.25em #ccc;
	line-height: 1.2;
}
#entrySP .relate_li {
	margin: 10px 20px;
	padding-top: calc(13px - 3 * (100vw - 320px) / 80);
	padding-right: 10px;
	padding-bottom: calc(13px - 3 * (100vw - 320px) / 80);
	padding-left: 10px;
	border: 1px solid #aca;
	border-radius:10px;
	background: #cae5cd;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#entrySP .relate_li a {
	color: #333;
		-webkit-tap-highlight-color:rgba(202,229,205,0.25);
}
#entrySP .relate_li a:hover {
	color: #f00;
}
#entrySP .entry_title {
	padding-top: calc(16px + 2 * (100vw - 320px) / 80);
	padding-bottom: 30px;
	border-bottom: 2px solid #888;
	background-color: #EFEFEF;
}
#entrySP .entry_title h3{
	margin:0 10px;
	color: #579f73;
	text-shadow: 0.125em 0.125em 0.25em #ccc;
}
#entrySP .entry_title h3{
	padding-left: 1.0000em;
}
#entrySP .entry_title h3:before {
	left: -0.25em;
}
#entrySP .entry_title h3:after {
	left: -0.5em;
}
#entrySP .entry_title h3 span {
	left: 0.5em;
}

#entrySP > .entry_body > a {
/*	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	border: 1px solid #888;
	border-radius: 5px;
	background-color: #cae5cd;
	color: #333;
	line-height: 4; */
}

#entrySP .en_time {
	float: right;
}
#entrySP .en_cate {
	float: left;
}
#entrySP .en_time,
#entrySP .en_cate {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#entrySP .entry_body{
	padding:15px 10px;
	line-height:1.2;
	word-wrap: break-word;
	color: #333;
	background-color: rgba(239,239,239,0.6);
}

.entry_body img[src^="http://blog-imgs-"],
.entry_more img[src^="http://blog-imgs-"] {
	 max-width: 100%;
	 height: auto;
}

#entrySP .contents_footer{
	overflow:hidden;
	width:100%;
	background-color: #EFEFEF;
}
#entrySP .contents_footer li {
	background-image: none;
	border-top:1px solid #888;
}
#entrySP .contents_footer li a {
	display: block;
	padding: 10px;
	color: #333;
	padding-right: 30px;
}


#comment .list dt {
	padding:3px 10px 0;
	color: #333;
	font-weight: bold;
}
#comment .list dt:before {
	left: 0.5em;
	color: #f00;
	content: "COMMENT\a";
	white-space: pre;
}
#comment .list dd {
	padding: 10px;
	border-bottom: 1px solid #888;
}
#comment .list dd .posted {
	position: relative;
	margin: 15px 0 5px;
	padding-right: 55px;
	text-align: right;
}
#comment .list dd .posted a {
	position: absolute;
	top: -10px;
	right: 0;
	padding-top: 14.5px;
	padding-right: 10px;
	padding-bottom: 14.5px;
	padding-left: 10px;
	background-color: #cae5cd;
	border: 1px solid #888;
	border-radius: 5px;
	color: #333;
}

#comment_post {
	border: 1px solid #888;
}

#comment_post .form {
	margin: 10px;
	padding: 0;
	background: #EFEFEF;
}
#comment_post .form dd{
	margin: 3px 0 10px;
}

#comment_post .form dt{
	margin: 10px 0 0;
	font-weight: bold;
}
#comment_post .form dd{
	margin: 3px 0 0;
}
#comment_post .form dd p{
	margin: 5px 0;
}
#comment_post input[type="text"],
#comment_post input[type="email"],
#comment_post input[type="url"],
#comment_post input[type="password"],
#comment_post textarea,
#comment_post select {
	width: 100%;
	padding: 5px 0;
	border: 1px solid #888;
}

#comment_post textarea {
	height: 120px;
	padding: 0;
}

#comment_post .submit_btn {
	padding: 10px;
	text-align: center;
}
#comment_post .submit_btn input[type="submit"],
#comment_post .submit_btn a {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
	padding: 10px;
	border: 1px solid #888;
	background: #cdcdcd;
	color: #333;
}

.top_pager {
	padding: 17px 0 24px;
	text-align: center;
	border-radius: 10px;
}
.top_prevpage {
	top: 0;
	left: 0;
	padding: 8px 20px;
	border-radius: 10px;
}
.top_page {
	top :0;
	padding: 8px 8px;
	border-radius: 10px;
}
.top_nextpage {
	top: 0;
	right: 0;
	padding: 8px 20px;
	border-radius: 10px;
}
.top_pager a {
	margin:0 1px;
	padding-top   : calc(14.00px - 1 * (100vw - 320px) / 80);
	padding-right : 10px;
	padding-bottom: calc(14.00px - 1 * (100vw - 320px) / 80);
	padding-left  : 10px;
	border:1px solid #888;
	border-radius:10px;
	background: #cae5cd;
	color: #333;
}
.top_pager strong {
	margin: 0 1px;
	padding: 10px 15px;
	border: 1px solid #888;
	border-radius: 10px;
	background: #EFEFEF;
	color: #fff;
}
.top_pager a:hover  {
	color: #f00;
		-webkit-tap-highlight-color: rgba(202,229,205,0.25);
}

.pager {
	padding: 23px 0 16px;
	text-align: center;
}
.prevpage {
	top: 0;
	left: 0;
	padding: 8px 10px;
}
.nextpage {
	top: 0;
	right: 0;
	padding: 8px 10px;
}
.pager a {
	margin: 0 1px;
	padding-top   : calc(14.00px - 1 * (100vw - 320px) / 80);
	padding-right : 10px;
	padding-bottom: calc(14.00px - 1 * (100vw - 320px) / 80);
	padding-left  : 10px;
	background: #cae5cd;
	border: 1px solid #888;
	border-radius: 10px;
	color: #333;
}
/*pager strong {
	margin: 0 1px;
	padding: 10px 15px;
	background: #EFEFEF;
	border: 1px solid #888;
	border-radius: 10px;
	color: #111111;
}*/

#comment .page_title {
	padding:15px 10px;
	border-bottom: 1px solid #888;
}

.section .page_title h2,
.section .page_title h2 a {
	color: #000000;
}

#archive_title,
#tag_title,
#category_title {
	margin:0 auto 10px;
	padding:10px;
	background-color: #EFEFEF;
	border:1px solid #888;
	text-align:center;
	width: 90%;
}

/*============================================================
  Reset
============================================================*/
html,body,div, dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p{margin:0;padding:0;}
ul, ol, li, dl, dt, dd{list-style:none;}
img {border:none;vertical-align:middle;}

#cherry_canvas {
	display: none;
}

#Device {
	top: 0;
}

.ArticleFooter {
	margin-top: 25px!important;
	margin-bottom: 15px!important;
}

.ArticleFooter .ELink a {
	padding-top: calc(15.5px - 1 * (100vw - 320px) / 80);
	padding-right: 10px;
	padding-bottom: calc(15.5px - 1 * (100vw - 320px) / 80);
	padding-left: 10px;
	border: 1px solid #12c;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	background-color: #acf;
}

.nicotab {
	width: 320px;
}
.niconico {
}
.niconico embed {
	width: 320px;
	height: 180px;
}

.T22SP {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.T23SP {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

table.TBNC2 {
	border-spacing: 1px;
}
table.TBNC2 thead th {
	padding: 1px 1px 0 1px;
	background-color: #ddffdd;
	font-weight: bold;
}
table.TBNC2 tbody td {
	padding: 1px 1px 0 1px;
}

#footerSP {
	padding-top: 5px;
	width: 96%;
}

#footerSP .Adb {
	position: relative;
	margin: 0 auto;
	padding-top: calc(7px - 4 * (100vw - 320px) / 80);
	padding-bottom: calc(7px - 4 * (100vw - 320px) / 80);
	width: 40%;
	border: 1px solid #12c;
	border-radius: 5px;
	background-color: #acf;
}

#footerSP .Adb a {
	color: #333;
}

#footerSP .Adb::Before {
	position: absolute;
	top: -15px;
	left: 15px;
	content: "ぷちのおすすめ[PR]";
}

input,
textarea,
select {
	font-size: calc(1.0000em + 3 * (100vw - 320px) / 80);
}

#titleSP {
	font-size: calc(2.7500em + 6 * (100vw - 320px) / 80);
}

#blog_intro {
	font-size: calc(1.1250em + 2 * (100vw - 320px) / 80);
}
#menuSP > li > a {
	font-size: calc(1.0625em + 2 * (100vw - 320px) / 80);
	letter-spacing: calc(-1px + 1 * (100vw - 320px) / 80);
}

#menuSP > li > ul > li > a {
	font-size: calc(1.0625em + 1 * (100vw - 320px) / 80);
	letter-spacing: -0.0750em;
}

#entry_outline .inner_entry .e_title {
	font-size: calc(1.1250em + 2 * (100vw - 320px) / 80);
}

#entry_outline .inner_entry .list_month {
	font-size: calc(1.1250em + 1 * (100vw - 320px) / 80);
	letter-spacing: -0.5px;
}

#entry_outline .inner_entry .list_category {
	font-size: calc(1.1250em + 1 * (100vw - 320px) / 80);
	letter-spacing: calc(-1.50px + 1 * (100vw - 320px) / 80);
}

#entrySP .relate_li_nolink {
	font-size: calc(1.000em + 1 * (100vw - 320px) / 80);
}

#entrySP .relate_li {
	font-size: calc(1.0000em + 3 * (100vw - 320px) / 80);
}

#entrySP .entry_title h3{
	font-size: calc(0.8750em + 4 * (100vw - 320px) / 80);
}

#entrySP .en_time,
#entrySP .en_cate {
	font-size: calc(0.7500em + 1 * (100vw - 320px) / 80);
	letter-spacing: calc(-1.00px + 1 * (100vw - 320px) / 80);
}

#entrySP .entry_body{
	font-size: calc(1.1250em + 1 * (100vw - 320px) / 80);
}

#entrySP .contents_footer li a {
	font-size: calc(1.2500em + 1 * (100vw - 320px) / 80);
}

#comment .list dt:before {
	font-size: 0.5em;
}

#comment .list dd {
	font-size: calc(1.2500em + 1 * (100vw - 320px) / 80);
}

#comment .list dd .posted {
	font-size: 13px;
}

.top_pager a {
	font-size: calc(1.1250em + 2 * (100vw - 320px) / 80);
}

.pager a {
	font-size: calc(1.1250em + 2 * (100vw - 320px) / 80);
}

.lb-caption {
	font-size: calc(0.8750em + 2 * (100vw - 320px) / 80)!important;
	letter-spacing: -0.1em!important;
}

#Device {
	font-size: calc(0.7500em + 2 * (100vw - 320px) / 80);
}

.T22SP {
	font-size: 0.7500em;
	letter-spacing: 0;
}

.T23SP {
	font-size: 0.875em;
}

#archive_title,
#tag_title,
#category_title {
	font-size: calc(1.2500em + 2 * (100vw - 320px) / 80);
}

table.ArticleFooter {
	font-size: calc(0.8125em + 1 * (100vw - 320px) / 80);
}

table.TBNC2 {
	font-size: calc(0.8125em + 2 * (100vw - 320px) / 80);
}

#footerSP {
	font-size: calc(1.0000em + 3 * (100vw - 320px) / 80);
	letter-spacing: -0.2px;
}

#footerSP .Adb::Before {
	font-size: 0.75em;
}

div#unitedblades_div,
iframe#ub_iframe,
div#ub_SpLink {
	display: none!important;
}

.TSBNC1 .SPdpn {
	display: none;
}

.TSBNC1 tbody th {
	display: none;
}

.TBNC2 .SPdpn {
	display: none;
}

.TBNC2 tbody th {
	display: none;
}

table.SPdpn {
	display: none;
}

#entrySP td.TT23 {
	padding-left: 15px;
	padding-bottom: 15px;
}

#entrySP td.TT23 img {
	height: 25px;
}

#entrySP td.TT25 {
	padding-bottom: 15px;
	letter-spacing: -0.1em;
}

.menu-trigger2,
.menu-trigger2 span {
	float: left;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger2 {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 5px;
	left: 5px;
	background-color: #f8f0d0;
	border: 1px solid;
	border-radius: 5px;
}
.menu-trigger2 span {
	position: absolute;
	left: 9px;
	width: 60%;
	height: 2px;
	background-color: #579f73;
}
.menu-trigger2 span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger2 span:nth-of-type(2) {
	top: 13px;
}
.menu-trigger2 span:nth-of-type(3) {
	top: 18px;
}
.menu-trigger2 span:nth-of-type(4) {
	top: 18px;
}

.menu-trigger2.active {
	transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
}
.menu-trigger2.active span:nth-of-type(1) {
	top: 15px
	transform: translateY(5px) rotate(-45deg);
		-webkit-transform: translateY(5px) rotate(-45deg);
		-moz-transform: translateY(5px) rotate(-45deg);
		-ms-transform: translateY(5px) rotate(-45deg);
}
.menu-trigger2.active span:nth-of-type(2) {
	top: 20px
	transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
		-moz-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
}
.menu-trigger2.active span:nth-of-type(3) {
	opacity: 0;
}
.menu-trigger2.active span:nth-of-type(4) {
	background-color: transparent;
}

.menu-trigger2 span:nth-of-type(3):after {
	position: absolute;
	top: 7px;
	left: -5px;
	color: #579f73;
	content: 'MENU';
}

.menu-trigger2.active span:nth-of-type(4):after {
	position: absolute;
	top: 7px;
	left: -4px;
	color: #579f73;
	content: 'Close';
}

.lb {
	padding: 0!important;
	border: none!important;
}

#SPmenu1 #menuSP {
	position: absolute;
	top: 50px;
}

#CounterDIV {
	height: 0;
}

.entry_body .ILink {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	border: 1px solid #888;
	border-radius: 5px;
	background-color: #cae5cd;
	color: #333;
	line-height: 4;
}

h4::after {
	width: 83.3%;
}

h5::after {
	width: 66.6%;
}

.SubMenu0 > li {
	width: 99%!important;
}

.TAdSP {
	margin: 10px auto;
	height: 50px;
	text-align: center;
}

.TAdSP > a {
	position: relative;
	padding: 14px 10px;
	border: 1px solid;
	border-radius: 5px;
	background-color: #acf;
	color: #333;
	text-shadow: 0.5px 0.5px 3px #fff;
}

.TAdSP > a::after {
	content: 'PR';
	position: absolute;
	left: 3px;
	top: 3px;
	font-size: 0.75em;
	color: #e44;
	text-shadow: 0.5px 0.5px 3px #fff;
}

.TAdSP > a::before {
	content: 'ぷちのおすすめ';
	position: absolute;
	right: 3px;
	bottom: 3px;
	font-size: 0.75em;
	color: #fff;
	text-shadow: 0.5px 0.5px 3px #333;
}

#MPT {
	bottom: 121px;
}
#MPB {
	bottom: 68px;
}
#MPT.on1,
#MPB.on1 {
-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
