@charset "UTF-8";
.font-bold {
	font-family: 'Ubuntu', arial, sans-serif;
}
.font-icon {
	font-family: nantoka;
	line-height: 100%;
}
.font-icon2 {
	font-family: nantoka2;
	line-height: 100%;
}
.font-icon2.a:before {
	content: "a";
}
.font-icon2.b:before {
	content: "b";
}
.font-icon2.c:before {
	content: "c";
}
.font-icon2.d:before {
	content: "d";
}
.font-icon2.e:before {
	content: "e";
}
.font-icon2.f:before {
	content: "f";
}
.font-icon2.g:before {
	content: "g";
}
.font-icon2.h:before {
	content: "h";
}
.font-icon2.i:before {
	content: "i";
}
.font-icon2.j:before {
	content: "j";
}
.font-icon2.k:before {
	content: "k";
}
.font-icon2.l:before {
	content: "l";
}
.font-icon2.m:before {
	content: "m";
}
.font-icon2.n:before {
	content: "n";
}
.font-icon2.o:before {
	content: "o";
}
.font-icon2.p:before {
	content: "p";
}
.font-icon2.q:before {
	content: "q";
}
.font-icon2.r:before {
	content: "r";
}
.font-icon2.s:before {
	content: "s";
}
.font-icon2.t:before {
	content: "t";
}
.font-icon2.u:before {
	content: "u";
}
.font-icon2.v:before {
	content: "v";
}
.font-icon2.w:before {
	content: "w";
}
.font-icon2.x:before {
	content: "x";
}
.font-icon2.y:before {
	content: "y";
}
.font-icon2.z:before {
	content: "z";
}
.font-icon2.A:before {
	content: "A";
}
.font-icon2.B:before {
	content: "B";
}
.font-icon2.C:before {
	content: "C";
}
.font-icon2.D:before {
	content: "D";
}
.font-icon2.E:before {
	content: "E";
}
.font-icon2.F:before {
	content: "F";
}
.font-icon2.G:before {
	content: "G";
}
.font-icon2.H:before {
	content: "H";
}
.font-icon2.I:before {
	content: "I";
}
.font-icon2.J:before {
	content: "J";
}
.font-icon2.K:before {
	content: "K";
}
body {
	color: #282828;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	font-size: 12px;
	line-height: 148%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body[data-os='windows'] {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
}
body, h1, h2, h3, form, ul, table, tr, td, th, thead, tbody, input, textarea, select, p, strong {
	padding: 0;
	margin: 0;
}
table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
select, label, span, input {
	vertical-align: middle;
}
textarea {
	line-height: 20px;
	resize: vertical;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#footer {
	clear: both;
	font-size: 11px;
	padding: 0 10px 80px 10px;
	background: #141414;
	background:-moz-linear-gradient(top, #141414, #353535);
	background:-o-linear-gradient(top, #141414, #353535);
	background:-ms-linear-gradient(top, #141414, #353535);
	background:-webkit-gradient(linear, left top, left bottom, from(#141414), to(#353535));
	color: #fff;
}
#footer .contents {
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
	max-width: 1012px;
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
    #footer .contents ul {
        max-width: 200px;
    }
}
a, :focus {
	outline:none;
}
a {
	cursor: pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer a:active {
	color: #fff;
}
img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
input[type="text"],input[type="password"],input[type="email"],input[type="number"],textarea {
	font-size: 14px;
	background: "#fff";
	border: 1px solid #aeaeae;
	border-radius: 3px;
	padding: 4px;
	background: #fff;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.fldborder input[type="text"], .fldborder input[type="password"], .fldborder input[type="email"], .fldborder textarea {
	border: none;
	background: none;
	width: 100%;
	box-shadow: none;
	padding: 0;
}
input[type="text"],input[type="password"],input[type="email"],input[type="number"] {
	line-height: 125%;
}
input[type='button']::-moz-focus-inner {
	border-style: none;
}
input[type='checkbox'], input[type='radio'] {
	margin-right: 4px;
	vertical-align: baseline;
}
input[type='button'], input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label {
	cursor: pointer;
}
h2 {
	font-size: 20px;
	line-height: 100%;
}
h3 {
	font-size: 16px;
	line-height: 100%;
}
h3.subhead {
	position: relative;
	width: 727px;
	height: 24px;
	font-size: 14px;
}
h3.subhead img {
	position: absolute;
	top: -6px;
	left: 5px;
	display: inline-block;
}
h3.subhead span {
	position: absolute;
	top: 6px;
	left: 40px;
	color: #363330;
	text-shadow: 1px 1px 1px #fff;
}
p {
	line-height: 150%;
}
header.top {
	display: block;
	background:#fff;
	background-image: url(https://s1.spkimg.com/spjp/cmn/global_header_bg.png);
	padding: 6px 4px 0 4px;
	z-index: 20;
	position: relative;
	height: 26px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
img.crop {
	background-size: cover;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: inline-block;
}
#header-sites {
	float: left;
	vertical-align: bottom;
}
#header-sites a {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	vertical-align: bottom;
	height: 13px;
}
#header-sites a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	color: #fff;
}
#header-sites a.focus {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#header-myself {
	float: right;
}
#whole, #header .center {
	width: 992px;
	margin: auto;
}
header.top, #header, #menu, #contents-header {
    min-width: 1012px;
}
#footer-states, #footer {
    min-width: 992px;
}
#contents-header h2, #pankuzu {
	width: 1012px;
	margin: auto;
}
#contents-header h2 {
	font-size: 11px;
	color: #fff;
	color: rgba(255, 255, 255, 0.85);
	display: inline;
	font-weight: bold;
}
#pankuzu {
	padding: 6px;
	background: rgba(255, 255, 255, 0.15);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#pankuzu li {
	float: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-size: 11px;
	padding: 4px;
}
#pankuzu h1 {
	font-size: 11px;
	line-height: 100%;
}
#pankuzu li:after {
	content: "u";
	font-family: nantoka2;
	vertical-align: middle;
	font-size: 9px;
	margin-left:8px;
	display: inline-block;
	width: 10px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
#pankuzu li:last-child:after {
	content: "";
}
#pankuzu li a {
	color: #fff;
	color: rgba(255, 255, 255, 0.65);
}
#pankuzu li a:hover {
	text-decoration: underline;
}
#whole {
	padding: 10px;
	background: #fff;
}
#header {
	padding: 15px 0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
#header .center .left {
	float: left;
	margin: 0;
}
#header .center .right {
	float: right;
	height: 90px;
	margin: 0;
}
#header .center .left .title {
	height: 44px;
	display: table-cell;
	vertical-align: middle;
}
#header form {
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	display: inline-flex;
	align-items: center;
}
#header .title img.logo {
	margin: 4px 0 10px 0;
}
#header .title img.pref {
	margin-bottom: 2px;
}
#header p.copy {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	line-height: 105%;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#header-form input[type='text'] {
	width: 162px;
	border-radius: 5px 0 0 5px;
	border: none;
	height: 28px;
}
#header-form input[type='submit'] {
	border: none;
	background: #f2f2f2;
	width: 68px;
	height: 28px;
	margin: -3px -3px -3px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ccc;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 12px;
}
#menu {
	font-size: 12px;
	line-height: 100%;
	margin: auto;
}
#menu .center {
	width: 1012px;
	display: flex;
	align-items: flex-start;
	margin: auto;
}
#menu a {
	padding: 12px 10px;
	display: flex;
	color: #fff;
	line-height: 105%;
	align-items: center;
	justify-content: center;
}
#menu a:hover {
	text-decoration: none;
}
#menu a i {
	display: flex;
	width: 24px;
	height: 16px;
	align-items: flex-start;
	justify-content: center;
	color: #fffde7;
	opacity: 0.75;
}
#menu a:hover i {
	opacity: 1;
}
.tabs a {
	line-height: 100%;
	display: inline-flex;
	padding: 8px 8px 5px 8px;
	align-items: center;
	color: #fff;
	margin-right:2px;
	border-radius: 6px 6px 0 0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25);
	vertical-align: bottom;
}
.tabs a span {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.tabs a img {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.tabs a.focus {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	padding-bottom: 8px;
	position: relative;
	top: -3px;
	margin-bottom: -3px;
	box-shadow: none;
}
.tabs a.focus span {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.tabs a:link {
	color: #fff;
}
.tabs a:visited, #menu a {
	color: #fff;
}
.tabs a:hover, #menu .center .items a:hover {
	text-decoration: none;
}
.tabs a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#contents-basic {
	width: 677px;
	float: left;
}
#sidebar-basic {
	float: right;
	width: 300px;
}
#sidebar-user {
	float: left;
	width: 250px;
}
#contents-user {
	float: right;
	width: 727px;
}
#contents-single {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}
#instant-notice {
	position: absolute;
	width: 100%;
	z-index: 200;
}
#instant-notice .msg {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	background: #fff;
	border-bottom: 4px solid #fff;
	position: fixed;
	color: #000;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25), inset 0 -4px 4px rgba(0, 0, 0, 0.2);
}
#window-barrier {
	z-index: 170;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}
#large-photo-set {
	z-index: 190;
	position: absolute;
}
#large-photo {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	display: none;
}
#large-photo .iine {
	position: absolute;
	top: 30px;
	right: 30px;
}
#large-photo input[type='image'] {
	position: absolute;
	top: -10px;
	right: -10px;
}
#caption {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#loading-icon {
	width:50px;
	height:50px;
	background-image:url(https://s1.spkimg.com/spjp/cmn/loading.png);
	background-position:0 0;
}
#modal-world {
	display: flex;
	position: fixed;
	z-index: 250;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
}
#modal-dialog {
	z-index: 300;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	min-width: 320px;
	max-height: 100%;
}
#modal-dialog .head {
	border-radius: 6px 6px 0 0;
	padding: 6px 0;
	line-height: 100%;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: bold;
}
#modal-dialog .body {
	padding: 20px;
	border-radius: 0 0 6px 6px;
	background: #fff;
}
#pulldown-menu {
	z-index: 180;
	position: fixed;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 10px 0;
	background: #f2f2f2;
	background: rgba(255, 255, 255, 0.9);
}
#pulldown-menu a {
	display: block;
	padding: 2px 10px;
	color:#333;
	font-size:11px;
	top:0px;
	left:0px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
	vertical-align:middle;
	white-space: nowrap;
}
#pulldown-menu a img {
	margin-right:5px;
	vertical-align:middle;
}
#pulldown-menu a:hover {
	text-decoration: none;
	background: #626262;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#pulldown-menu .separater {
	margin-top:2px;
	border-top:1px solid rgba(255, 255, 255, 0.25);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:2px;
}
#pulldown-menu.black {
	background: #000;
	background:rgba(0, 0, 0, 0.85);
}
#pulldown-menu.black a {
	color:#fff;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
}
#pulldown-menu.black a:hover {
	background: #efefef;
	background:rgba(255, 255, 255, 0.8);
	color:#000;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
}
#pulldown-menu.black .separater {
	border-top:1px solid rgba(0, 0, 0, 0.25);
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
}
#balloon {
	z-index: 150;
	position: absolute;
	padding: 4px;
	background: #fffade;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	color: #333;
	opacity: 0;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	line-height: 100%;
}
#footer .btn-div {
	width: 1000px;
	margin: auto;
	text-align: right;
	margin-bottom: 10px;
}
#footer a.btn-top {
	display: inline-block;
	border-radius: 0 0 6px 6px;
	background: #fff;
	font-size: 11px;
	padding: 5px 8px;
	color: #333;
}
#footer a.btn-top:hover {
	text-decoration: none;
}
#footer a.btn-top span.material-icons {
	font-size: 16px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #2c84ba;
}
#footer a.btn-top img {
	vertical-align: middle;
	margin-right: 4px;
}
form .group {
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 16px;
}
form table.block {
	margin-bottom: 20px;
	width: 100%;
}
form table.block:last-child {
	margin: 0;
}
form table.block th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	color: #666;
}
form table.block td {
	text-align: left;
}
form table.block .alert {
	display: none;
	font-size: 11px;
	color: #ff3300;
}
form table.block tr.notice td {
	font-size: 11px;
	color: #717171;
}
a.to-post {
	display: inline-block;
	padding: 4px 14px 4px 10px;
	font-size: 12px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	color: #fff;
	border-radius: 6px;
	line-height: 100%;
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #bf6324;
	background: #e17b34;
	background:-moz-linear-gradient(top, #e17b34, #ff9952);
	background:-o-linear-gradient(top, #e17b34, #ff9952);
	background:-ms-linear-gradient(top, #e17b34, #ff9952);
  background:-webkit-gradient(linear, left top, left bottom, from(#e17b34), to(#ff9952));
  margin: 0;
}
a.to-post:link {
	color: #fff;
}
a.to-post:visited {
	color: #fff;
}
a.to-post:hover {
	text-decoration: none;
	border: 1px solid #d98800;
	background: #ffa40c;
	background:-moz-linear-gradient(top, #ffa40c, #ffad24);
	background:-o-linear-gradient(top, #ffa40c, #ffad24);
	background:-ms-linear-gradient(top, #ffa40c, #ffad24);
  background:-webkit-gradient(linear, left top, left bottom, from(#ffa40c), to(#ffad24));
}
a.to-post:active {
	color: #fff;
}
a.to-post img {
	vertical-align: middle;
	margin-right: 4px;
}
.fldborder {
	border: 1px solid #aeaeae;
	border-radius: 4px;
	vertical-align: middle;
	padding: 3px;
	background: #fff;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.formbtn {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #999;
	background: #ccc;
	background: -moz-linear-gradient(top, #c1c1c1, #e4e4e4);
	background: -o-linear-gradient(top, #c1c1c1, #e4e4e4);
	background: -ms-linear-gradient(top, #c1c1c1, #e4e4e4);
  background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#e4e4e4));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  opacity: 1;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
  color: #353535;
  margin-bottom: 10px;
  vertical-align: middle;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.formbtn:hover {
	background:-moz-linear-gradient(top, #c9c9c9, #efefef);
	background:-o-linear-gradient(top, #c9c9c9, #efefef);
	background:-ms-linear-gradient(top, #c9c9c9, #efefef);
  background:-webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#efefef));
}
.formbtn:disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	cursor: default;
	box-shadow: none;
}
input.button {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #999;
	background: #ccc;
	padding: 5px 20px;
	color: #353535;
}
.alertbox {
	border-radius: 6px;
	border: 1px solid rgba(255, 100, 50, 0.5);
	background: rgba(255, 100, 50, 0.25);
	padding: 20px;
	padding-left: 70px;
	background-image: url(https://s1.spkimg.com/cmn/fugue/24/exclamation.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 40px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
input.btn-icon, a.btn-icon {
	display: inline-block;
	padding: 2px;
	background-color: #fff;
	background:-moz-linear-gradient(top, #f2f2f2, #fff);
	background:-o-linear-gradient(top, #f2f2f2, #fff);
	background:-ms-linear-gradient(top, #f2f2f2, #fff);
  background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
	border-radius: 4px;
	width: 16px;
	height: 16px;
	margin: 0;
}
input.btn-icon:hover, a.btn-icon:hover {
	background-color: #fffefc;
	background:-moz-linear-gradient(top, #faf0e4, #fffefc);
	background:-o-linear-gradient(top, #faf0e4, #fffefc);
	background:-ms-linear-gradient(top, #faf0e4, #fffefc);
  background:-webkit-gradient(linear, left top, left bottom, from(#faf0e4), to(#fffefc));
}
#sidebar-basic .box, #sidebar-user .box {
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar-basic .box h4, #sidebar-user .box h4 {
	padding: 12px 0;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	margin: 0;
	text-align: center;
	line-height: 100%;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
#sidebar-basic .box h4 img, #sidebar-user .box h4 img {
	vertical-align: middle;
	margin-right: 4px;
	margin-left: -8px;
}
#sidebar-basic .box .section, #sidebar-user .box .section {
	border-radius: 0 0 4px 4px;
}
#sidebar-basic .box ul, #sidebar-user .box ul {
	
}
#sidebar-basic .box ul li, #sidebar-user .box ul li {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	line-height:140%;
}
#sidebar-basic .box ul li:last-child, #sidebar-user .box ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#sidebar-basic .box .point {
	color: #f30;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}
#sidebar-basic .box .unit {
	font-size: 10px;
	font-weight: normal;
	text-decoration: baseline;
	line-height: 10px;
}
#sidebar-basic .box.hotspot ul li {
	font-size: 12px;
}
#sidebar-basic .box.ranking img {
	float: left;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}
#sidebar-basic select[name='category'], #sidebar-user select[name='category'] {
	width: 100px;
}
#sidebar-basic select[name='order'], #sidebar-user select[name='order'] {
	width: 130px;
}
#tabetayo-count {
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 20px 0 5px 0;
	text-align: center;
	position: relative;
}
#tabetayo-count h5 {
	position: absolute;
	top: -14px;
	width: 180px;
	left: 31px;
	padding: 4px 0;
	border-radius: 6px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	margin-bottom: 10px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	display: inline-block;
}
#tabetayo-count h5 img {
	vertical-align: middle;
	margin-right: 4px;
}
#tabetayo-count ul {
	display: inline-table;
	width: 160px;
	border-collapse: collapse;
	margin:auto;
}
#tabetayo-count li {
	display: table-cell;
	width: 25%;
	background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), color-stop(0.1, #d1d1d1), color-stop(0.2, #fff), color-stop(0.3, #fff), color-stop(0.7, #cecece), to(#747474));
  background: -moz-linear-gradient(top, #a2a2a2, #d1d1d1 10%, #fff 20%, #fff 30%, #cecece 70%, #747474);
  background: -o-linear-gradient(top, #a2a2a2, #d1d1d1 10%, #fff 20%, #fff 30%, #cecece 70%, #747474);
  background: -ms-linear-gradient(top, #a2a2a2, #d1d1d1 10%, #fff 20%, #fff 30%, #cecece 70%, #747474);
	border: 1px solid #333;
	text-align: center;
	line-height: 104%;
	color: #000;
	font-size: 36px;
	font-family: 'Ubuntu', arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#tabetayo-count .count {
	margin-bottom: 5px;
}
#tabetayo-count a {
	font-size: 11px;
}
#feed-atom {
	border-radius: 4px;
	background: #f63;
	border: 1px solid #c30;
	padding: 5px 8px 5px 5px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#feed-atom span.material-icons {
	font-size: 16px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
#feed-atom img {
	vertical-align: middle;
	margin-right: 4px;
}
#feed-atom:hover {
	text-decoration: none;
	background: #ff6e42;
	border: 1px solid #d34e31;
}
table.key-value {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	border-radius: 6px;
	background: #fff;
}
table.key-value th, table.key-value td {
	margin: 0;
	padding: 4px;
	border: none;
}
table.key-value th {
	font-weight: normal;
	padding-right: 5px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-size: 10px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
table.key-value td {
	text-align: right;
	background: #fff;
	border-bottom: 1px dotted #ddd;
	font-size: 11px;
	vertical-align: middle;
}
table.key-value td.left {
	text-align: left;
}
table.key-value tr:first-child th {
	border-top-left-radius: 6px;
}
table.key-value tr:first-child td {
	border-top-right-radius: 6px;
}
table.key-value tr:last-child th {
	border-bottom-left-radius: 6px;
	border-bottom: none;
}
table.key-value tr:last-child td {
	border-bottom-right-radius: 6px;
	border-bottom: none;
}
.pages {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	font-size: 11px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pages a, .pages span {
	display: inline-flex;
	padding: 5px 8px;
	margin-left: 2px;
	border-radius: 3px;
	background: #d7d7d7;
	align-items: center;
}
.pages .prev:before, .pages .next:after {
	font-family: 'Material Icons';
	font-size: 11px;
	color: rgba(100, 120, 250, 0.75);
	line-height: 11px;
	display: inline-flex;
	width: 11px;
	height: 11px;
	align-items: center;
	justify-content: center;
}
.pages .prev:before {
	content: 'arrow_back_ios_new';
	margin-right: 2px;
}
.pages .next:after {
	content: 'arrow_forward_ios';
	margin-left: 2px;
}
.pages a.disabled {
	cursor: default;
	pointer-events: none;
}
.pages a:link {
	color: #333;
}
.pages a:visited {
	color: #333;
}
.pages a:not(.disabled):hover {
	color: #666;
	background: #dfdfdf;
	text-decoration: none;
}
.pages a:not(.disabled):active {
	color: #7e7e7e;
	background: #ededed;
}
.pages .focus {
	background: #b0aeac;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.pages .disabled {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-ms-filter: "alpha(opacity=25)";
}
.empty {
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
}
a.btn-more {
	display: inline-block;
	padding: 4px 14px 4px 10px;
	font-size: 12px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	color: #fff;
	border-radius: 8px;
	line-height: 100%;
	border: 1px solid #bf6324;
	background: #e17b34;
	background:-moz-linear-gradient(top, #e17b34, #ff9952);
	background:-o-linear-gradient(top, #e17b34, #ff9952);
	background:-ms-linear-gradient(top, #e17b34, #ff9952);
  background:-webkit-gradient(linear, left top, left bottom, from(#e17b34), to(#ff9952));
}
a.btn-more:link {
	color: #fff;
}
a.btn-more:visited {
	color: #fff;
}
a.btn-more:hover {
	text-decoration: none;
	border: 1px solid #d98800;
	background: #ffa40c;
	background:-moz-linear-gradient(top, #ffa40c, #ffad24);
	background:-o-linear-gradient(top, #ffa40c, #ffad24);
	background:-ms-linear-gradient(top, #ffa40c, #ffad24);
  background:-webkit-gradient(linear, left top, left bottom, from(#ffa40c), to(#ffad24));
  color: #fff;
}
a.btn-more:active {
	color: #fff;
}
a.btn-more img {
	vertical-align: middle;
	margin-right: 4px;
}
.txsp {
	font-size: 10px;
}
.tsp {
	font-size: 11px;
}
.tmp {
	font-size: 12px;
}
.tlp {
	font-size: 14px;
}
.txsb {
	font-size: 10px;
	font-weight: bold;
}
.tsb {
	font-size: 11px;
	font-weight: bold;
}
.tmb {
	font-size: 12px;
	font-weight: bold;
}
.tlb {
	font-size: 14px;
	font-weight: bold;
}
.wrap {
	border-radius: 8px;
	padding: 10px;
}
.wrap h3 {
	color: #fff;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}
.wrap .box {
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.border-box, .border-box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer-smartphone {
	padding: 30px;
	text-align: center;
}
#footer-smartphone a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: rgba(220, 230, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#footer-smartphone a:hover {
	text-decoration: none;
}
#footer-smartphone a span {
	margin-right: 2px;
	font-weight: normal;
}
#footer-smartphone * {
	vertical-align: middle;
}
#app-info {
	margin-bottom: 15px;
	border: 2px solid #742106;
	background: #fffdf4;
	padding: 16px;
	line-height: 104%;
	font-weight: bold;
}
#app-info li {
	margin-bottom: 20px;
}
#app-info li:last-child {
	margin-bottom: 0;
}
#app-info img.icon {
	float: left;
	margin-right: 10px;
	width: 78px;
	height: 78px;
	border-radius: 12px;
}
#app-info .type {
	font-size: 11px;
	margin-bottom: 6px;
}
#app-info .name {
	font-size: 16px;
	margin-bottom: 8px;
}
a.iine {
	display: inline-table;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	border-radius: 3px;
	padding: 0 6px;
	color: #fff;
	background: #ff8839;
	vertical-align: middle;
}
a.iine:link {
	color: #fff;
}
a.iine * {
	vertical-align: middle;
}
a.iine:before {
	font-family: "nantoka2";
	content: "B";
	display: inline-block;
	width: 14px;
	text-align: left;
	line-height: 18px;
	vertical-align: bottom;
}
a.iine.done {
	background: #ff6093;
}
a.iine.disabled {
	background: #d8cec7;
	color: rgba(255, 255, 255, 0.75);
	cursor: default;
}
a.iine.busy {
	opacity: 0.5;
	cursor: default;
}
table.double-ad-slots {
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
}
table.double-ad-slots.double td {
	text-align: center;
	width: 50%;
}
table.double-ad-slots single td {
	text-align: left;
}
#sidebar-custom-search-box {
	margin-bottom: 15px;
	padding: 16px;
	border-radius: 6px;
}
#sidebar-custom-search-box .title {
	line-height: 104%;
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
	font-weight: bold;
}
#sidebar-custom-search-box form {
	display: flex;
}
#sidebar-custom-search-box input[type='text'] {
	margin-right: 4px;
	width: calc(100% - 34px);
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	flex-grow: 1;
}
#sidebar-custom-search-box input[type='submit'] {
	-webkit-appearance: none;
	border-radius: 4px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	background: #3e7bff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	display: inline-block;
	text-align: center;
	width: 40px;
	vertical-align: middle;
	display: none;
	flex-grow: 0;
}
#sidebar-custom-search-box a {
	display: inline-block;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
	flex-grow: 0;
	margin-left: 4px;
}
iframe[name='detect_3p_cookie'] {
	position:fixed;
	width: 1px;
	height: 1px;
	z-index: 0;
	top: 0;
	left: 0;
	opacity:0;
}
.material-icons.cap {
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.div-responsive-horizontal {
	height: 160px;
	min-height: 160px;
	margin:10px 0;
}
ins.adsbygoogle.ad-responsive-horizontal[data-ad-status="unfilled"] {
	height: 160px;
	min-height: 160px;
}
ins.adsbygoogle.ad-responsive-horizontal[data-ad-status="unfilled"] iframe {
   height: 160px;
	min-height: 160px;
}
@media print {
	header.top, #header, #footer, #menu, #sidebar-basic {
		display: none;
	}
	#contents-basic {
		width: 100%;
	}
}
.text-border {
    position: relative;
    color: rgba(0, 0, 0, 0);
}
.text-border:before, .text-border:after {
    content: attr(data-content);
    position: absolute;
    left: 0;
}
.text-border:before {
    -webkit-text-stroke: 2px #000;
}
.text-border:after {
    color: #fff;
}
.fuchi-text {
	--fuchi-width: 2px;
	--fuchi-color: #333;
	color: #fff;
	text-shadow:
	calc(cos(2 * pi / 32 * 0) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 0) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 0) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 0) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 0) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 0) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 1) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 1) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 1) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 1) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 1) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 1) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 2) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 2) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 2) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 2) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 2) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 2) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 3) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 3) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 3) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 3) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 3) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 3) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 4) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 4) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 4) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 4) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 4) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 4) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 5) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 5) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 5) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 5) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 5) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 5) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 6) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 6) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 6) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 6) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 6) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 6) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 7) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 7) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 7) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 7) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 7) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 7) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 8) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 8) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 8) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 8) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 8) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 8) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 9) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 9) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 9) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 9) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 9) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 9) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 10) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 10) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 10) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 10) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 10) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 10) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 11) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 11) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 11) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 11) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 11) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 11) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 12) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 12) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 12) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 12) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 12) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 12) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 13) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 13) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 13) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 13) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 13) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 13) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 14) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 14) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 14) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 14) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 14) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 14) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 15) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 15) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 15) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 15) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 15) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 15) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 16) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 16) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 16) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 16) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 16) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 16) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 17) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 17) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 17) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 17) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 17) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 17) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 18) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 18) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 18) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 18) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 18) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 18) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 19) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 19) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 19) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 19) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 19) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 19) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 20) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 20) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 20) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 20) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 20) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 20) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 21) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 21) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 21) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 21) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 21) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 21) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 22) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 22) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 22) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 22) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 22) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 22) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 23) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 23) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 23) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 23) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 23) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 23) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 24) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 24) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 24) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 24) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 24) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 24) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 25) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 25) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 25) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 25) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 25) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 25) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 26) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 26) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 26) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 26) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 26) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 26) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 27) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 27) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 27) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 27) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 27) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 27) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 28) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 28) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 28) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 28) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 28) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 28) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 29) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 29) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 29) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 29) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 29) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 29) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 30) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 30) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 30) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 30) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 30) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 30) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 31) * var(--fuchi-width)) calc(sin(2 * pi / 32 * 31) * var(--fuchi-width)) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 31) * var(--fuchi-width) * 1 / 3) calc(sin(2 * pi / 32 * 31) * var(--fuchi-width) * 1 / 3) 0 var(--fuchi-color),
	calc(cos(2 * pi / 32 * 31) * var(--fuchi-width) * 2 / 3) calc(sin(2 * pi / 32 * 31) * var(--fuchi-width) * 2 / 3) 0 var(--fuchi-color);
}
.spark {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 1;
}
.spark .val {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    line-height: 1;
}
.spark .bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: #000;
}
.spark .bg:before, .spark .bg:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
}
.spark .bg:before {
    transform: rotate(30deg);
}
.spark .bg:after {
    transform: rotate(60deg);
}
ins.adsbygoogle iframe.spk {
    display: none !important;
    border: none;
}
ins.adsbygoogle[data-ad-status="unfilled"] iframe.spk {
    display: block !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] iframe.spk + div {
    display: none !important;
}
a.x-twitter {
	background: rgba(0, 0, 0, 0.85) !important;
}
a.x-twitter img {
	width: 12px;
	height: 12px;
	margin: 0;
}
.raytrace-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	background: #fff;
}
.raytrace {
	display: none;
	opacity: 0;
}
#raytrace-error {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 320px;
	color: #9e9e9e;
	text-align: center;
	padding: 32px;
}
#raytrace-error h3 {
	font-size: 20px;
}
#raytrace-error p {
	font-size: 14px;
	margin-top: 16px;
}#contents-manage {
	width: 782px;
	float: right;
}
#sidebar-manage {
	width: 200px;
	float: left;
}
#sidebar-manage .menu {
	margin-bottom: 10px;
	border: 1px solid #999;
}
#sidebar-manage .menu a {
	display: block;
	padding: 10px;
	font-size: 11px;
	border: 1px solid;
	border-color: #dedede #a9a9a9 #a9a9a9 #dedede;
	background: #c6c6c6;
	color: #333;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	vertical-align: baseline;
	line-height: 100%;
}
#sidebar-manage .menu a:hover {
	text-decoration: none;
	border-color: #e3e3e3 #aeaeae #aeaeae #e3e3e3;
	background: #d2d2d2;
}
#sidebar-manage .menu a.focus {
	color: #fff;
	border-color: #484848 #636363 #636363 #484848;
	background: #525252;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}
#sidebar-manage .menu a.focus:hover {
	border-color: #4c4c4c #6a6a6a #6a6a6a #4c4c4c;
	background: #5e5e5e;
}
#sidebar-manage .menu a img {
	margin-right:4px;
	line-height: 0;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
#sidebar-manage .menu a label {
	vertical-align: middle;
}
#contents-manage #notice {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
	padding: 20px;
	background: #ededed;
}
table.list {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #ccc;
}
table.list th {
	font-size:11px;
	text-align:center;
	padding:5px;
	background:#e2e2e2;
	border:1px solid #ccc;
	border-bottom:none;
}
table.list td {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
}
table.list tr.even td {
	background: #f2f4ff;
}#datepicker {
	z-index: 172;
	position: absolute;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	background: #fff;
}
#datepicker table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #333;
	border-collapse: collapse;
}
#datepicker table tbody td, #datepicker table tbody th {
	border: 1px solid #333;
	text-align: center;
	font-weight: normal;
	color: #666;
	width: 24px;
}
#datepicker table thead td {
	text-align: center;
	background: #666;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
#datepicker table thead td a {
	color: #fff;
}
#datepicker table tbody td a {
	display: block;
	padding: 2px;
	color: #333;
}
#datepicker table tbody .holiday {
	background: #ffe4ce;
}
#datepicker table tbody td.othermonth a {
	color: #a2a2a2;
}body {
	background: #fff;
}
body.owner #whole {
	background: none;
	margin-bottom: 80px;
	display: flex;
}
#whole {
	background: none;
}
body.owner #sidebar-manage {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 10px;
}
body.owner #contents-manage {
	flex-shrink: 1;
	flex-grow: 1;
	width: auto;
}
h3 {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #f3e7d2;
	background:-moz-linear-gradient(left, #f3e7d2, #fff);
	background:-webkit-gradient(linear, left top, right top, from(#f3e7d2), to(#fff));
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#header {
	background: #a09788;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}
#to-owner {
	border: 2px solid #f36702;
	background: #f6dac1;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
	cursor: pointer;
}
#to-owner:hover {
	border: 2px solid #ff7932;
	background: #f9e5cf;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	background:#cec7bd;
	padding: 0;
}
#footer .menu {
	font-size: 11px;
	color: rgba(0, 0, 0, 0.75);
}
#footer .menu a {
	color: rgba(0, 0, 0, 0.85);
}
.fldborder.focus {
	border: 1px solid #626677;
	box-shadow: 0 0 6px #626677;
	-moz-box-shadow: 0 0 6px #626677;
	-webkit-box-shadow: 0 0 6px #626677;
}
input[type="text"].focus, input[type="password"].focus, input[type="email"].focus, input[type="number"].focus, textarea.focus {
	border: 1px solid #626677;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1), 0 0 6px #626677;
}
body.owner #sidebar-manage a.new:before {
	content: "NEW";
	display: inline-block;
	color: #fff;
	font-size: 9px;
	padding: 2px 4px;
	background: #00a2bb;
	margin-right: 4px;
	line-height: 100%;
	text-shadow: none;
}
body.owner #instant-notice .msg {
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	background: #e2e2e2;
	opacity: 1;
}