/* 基本初期化 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, textarea, select {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #aaa;
	-webkit-appearance: none;
}
body {
	background-color: #fff;
	font-family: "メイリオ", sans-serif;
	left: 0;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.body-center {
	margin: 0 auto;
	width: 1000px;
}
@media (max-width: 800px) {
	.body-center {
		width: 100%;
	}
}





/* ヘッダー */
.header-top {
	background-color: #ffca00;
	font-size: 14px;
	height: 30px;
	width: 100%;
}
.header-top-caption {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 3px;
}
.header-top-caption img {
	height: 24px;
	vertical-align: middle;
}
.header-top-caption a {
	color: #000;
}
.header-top-btn {
	display: inline-block;
	float: right;
}
.header-top-btn button {
	background-color: #fff2bf;
	color: #666;
	height: 24px;
	margin: 2px;
}
.header-top-searchbox {
	display: inline-block;
	padding: 5px 3px 3px;
	width: 100%;
}
.header-top-searchbox input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
	height: 30px;
	padding-left: 5px;
	width: 90%;
}
.header-top-searchbox button {
	background-color: #666;
	border-radius: 0 5px 5px 0;
	color: #fff;
	height: 30px;
	padding: 8px 0;
	width: 9%;
}

.header-body {
	background-color: #fff;
	position: relative;
}
.header-body-logo {
	border-bottom: 5px solid #999;
	display: inline-block;
	width: 100%;
}
.header-body-logo img {
	width: 100%;
}
.header-body-left {
	color: #222;
	cursor: pointer;
	font-size: 25px;
	left: 5px;
	position: absolute;
	top: 18px;
	z-index : 990;
}
.header-body-right {
	color: #222;
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	right: 5px;
	top : 17px;
	z-index : 990;
	-moz-transform:matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform:matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
	transform:matrix(-1, 0, 0, 1, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}





.header-menu {
	font-size: 18px;
}
.header-menu ul {
	border-collapse: collapse;
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}
.header-menu ul li {
	border: 1px solid #ccc;
	display: table-cell;
}
.header-menu ul li a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
}
.header-menu ul li a.active {
}
@media (max-width: 800px) {
	.header-menu {
		font-size: 13px;
	}
	.header-menu ul li {
		font-size: 0.8em;
		border: 1px outset #ccc;
	}
	.header-menu ul li a {
		padding: 10px 0;
	}
	.header-menu .pc {
		display: none;
	}
}





.header-submenu {
	font-size: 14px;
}
.header-submenu ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}
.header-submenu ul li {
	background-color: #eee;
	display: table-cell;
}
.header-submenu ul li:nth-child(2) {
	padding-left: 30px;
}
.header-submenu ul li a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
}
.header-submenu ul li a.active {
	background-color: #ef6400;
	color: #fff;
	position: relative;
}
.header-submenu ul li a.active::after {
	border-bottom: 16px solid transparent;
	border-left: 10px solid #ef6400;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0;
}
.header-submenu-icon {
	display: inline-block;
	padding: 0;
	position: relative;
}
.header-submenu-icon a {
	position: absolute;
	top: -1px;
}
.header-submenu-icon a:nth-child(1) {
	right: 71px;
}
.header-submenu-icon a:nth-child(2) {
	right: 38px;
}
.header-submenu-icon a:nth-child(3) {
	right: 5px;
}
.header-submenu-icon img {
	width: 24px;
}
@media (max-width: 800px) {
	.header-submenu {
		display: none;
	}
}





/* 本文 */
.contents {
	font-size: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.contents-main {
	float: left;
	width: 700px;
}
.contents-left {
	float: right;
	width: 200px;
}
.contents-center {
	float: right;
	padding: 0 10px;
	width: 500px;
}
.contents-right {
	float: left;
	position: relative;
	width: 300px;
}
@media (max-width: 800px) {
	.contents {
		padding-top: 10px;
	}
	.contents-main {
		float: none;
		width: 100%;
	}
	.contents-left {
		float: none;
		padding: 0 5px;
		width: 100%;
	}
	.contents-center {
		float: none;
		padding: 0 5px;
		width: 100%;
	}
	.contents-right {
		display: none;
		float: none;
		padding: 0 5px;
		width: 100%;
	}
}





/* フッター */
footer {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding-bottom: 50px;
}
.footer-contents {
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 30px;
	width: 100%;
}
.footer-sitemap p {
	border-left: 12px solid #ffca00;
	font-size: 18px;
	margin: 10px 0;
	padding-left: 10px;
}
.footer-sitemap a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding-left: 22px;
}
.footer-about p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
.footer-social {
	padding-left: 30px;
}
.footer-social a {
	color: #fff;
}
.footer-social img {
	margin-right: 10px;
	vertical-align: middle;
	width: 45px;
}
@media (max-width: 800px) {
	.footer-contents {
		padding-bottom: 0;
	}
	.footer-sitemap a {
		color: #fff;
		display: inline-block;
		font-size: 14px;
		padding: 0 5px;
		text-decoration: underline;
	}
	.footer-social img {
		width: 30px;
	}
}





/* コンテンツ情報 */
.contents-base {
	margin: 5px 0;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.contents-top {
	display: inline-block;
	width: 100%;
}
.contents-box {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.contents-top-header, .contents-box-header {
	background-color: #eee;
	display: block;
	margin-bottom: 10px;
}
.contents-top-header span, .contents-box-header span {
	background-color: #fff;
	color: #000;
	display: inline-table;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	padding: 0 15px;
}
.contents-top-body, .contents-box-body {
}
.contents-top-footer, .contents-box-footer {
	height: 25px;
	margin-bottom: 15px;
	padding: 5px;
}
.contents-box-more a {
	color: #333;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
@media (max-width: 800px) {
	.contents-box-header {
		background-color: #333;
		padding: 10px 5px;
	}
	.contents-box-header span {
		background-color: #333;
		border-left: 12px solid #ffca00;
		color: #fff;
		font-size: 16px;
		height: 20px;
		padding: 0 10px;
	}
	.contents-box-menu {
		display: block;
	}
	.contents-box-menu ul {
		font-size: 12px;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.contents-box-menu ul li {
		border-left: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
		display: table-cell;
		float: left;
		height: 60px;
		width: 20%;
	}
	.contents-box-menu ul li:first-child, .contents-box-menu ul li:nth-child(6) {
		border-left: none;
	}
	.contents-box-menu ul li a {
		color: #666;
		display: block;
		padding: 5px 5px 0 5px;
		text-align: center;
		text-decoration: none;
	}
	.contents-box-menu ul li a .fa {
		display: block;
		font-size: 25px;
	}
}





.contents-right-banner {
	width: 100%;
}
.contents-right-box {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.contents-right-box-header {
	border-bottom: 3px solid #5c5c5c;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}
.contents-right-box-body {
	overflow: hidden;
}
.contents-right-box-footer {
	height: 25px;
	margin-bottom: 15px;
	padding: 5px;
}
.contents-right-box-more a {
	color: #333;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#skyscraper {
	background: none;
	display: block;
	width: 300px;
	height: 600px;
}
#skyscraper.fixed {
	display: block;
	position: fixed;
	top: 5px;
}
#skyscraper.bottom {
	bottom: 0;
	position: absolute;
}





.contents-block {
	float: left;
	overflow: hidden;
	padding: 8px 0;
	position: relative;
	width: 33.33%;
}
.contents-block-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 165px;
	margin: 0 5px;
	width: 220px;
}
.contents-block-title {
	font-size: 14px;
	line-height: 1.25;
}
.contents-block-controll {
	display: none;
}
@media (max-width: 800px) {
	.contents-top-header {
		display: none;
	}
	.contents-top-body a.active .contents-block {
		background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	}
	.contents-top-footer {
		display: none;
	}
	.contents-block {
		width: 100%;
	}
	.contents-block-icon {
		float: left;
		height: 100px;
		width: 130px;
	}
	.contents-block-title {
		font-weight: bold;
		width: 95%;
	}
}





.contents-line {
	background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	padding: 8px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contents-line-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 100px;
	margin-right: 5px;
	width: 30%;
}
.contents-line-icon-wide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 150px;
	margin-right: 5px;
	width: 100%;
}
.contents-line-icon-half {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 135px;
	margin-right: 5px;
	width: 99%;
}
.contents-line-stamp {
	background: #333 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-left: 0px;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 1px #aaa;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 25px;
}
.contents-line-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-line-sub {
	color: #999;
	font-size: 12px;
	line-height: 1.25;
	padding-right: 20px;
}
.contents-line-tag {
	margin-bottom: 5px;
	min-height: 30px;
	padding: 3px;
}
.contents-line-description {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-line-description img {
	display: inline-block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.contents-line-issue {
	bottom: 0;
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 5px;
	text-align: right;
}
.contents-line-code {
	border-left: 5px solid #ffc800;
	color: #000;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
	padding: 5px 0 0 5px;
	width: 100%;
}
.contents-line-code input {
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 14px;
	width: 100%;
}
.contents-line-button {
	display: inline-table;
	margin-top: 10px;
	width: 100%;
}
@media (max-width: 800px) {
	.contents-line-icon {
		height: 75px;
		margin: 0 5px;
		width: 25%;
	}
	.contents-line-icon-wide {
		height: 100px;
		margin: 0 1%;
		width: 98%;
	}
	.contents-line-icon-half {
		height: 75px;
		margin: 0 1%;
		width: 98%;
	}
	.contents-line-title {
		font-size: 14px;
	}
	.contents-line-description {
		display: none;
	}
}





.contents-sline {
	background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	padding: 3px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contents-sline-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 75px;
	margin-right: 5px;
	width: 25%;
}
.contents-sline-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	width: 95%;
}
.contents-sline-tag {
	display: flex;
}
.contents-sline-description {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	width: 95%;
}
.contents-sline-issue {
	bottom: 5px;
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 10px;
}
@media (max-width: 800px) {
	.contents-sline-icon {
		height: 75px;
		margin: 0 5px;
		width: 25%;
	}
	.contents-sline-title {
		font-size: 14px;
	}
	.contents-sline-description {
		display: none;
	}
}





.contents-ranking-icon {
	font-size: 10px;
	color: #38c;
	line-height: 1.2;
}
.contents-ranking-icon img {
	width: 60px;
	border-radius: 5px;
}





.contents-goods {
	margin-bottom: 3px;
	position: relative;
}
.contents-goods-titleicon {
	background: none;
	margin: 0;
	width: 100%;
}
.contents-goods-titleicon img {
	width: 100%;
}
.contents-goods-stamp {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ffca00;
	border-radius: 5px 0 0 5px;
	border-right: 0px;
	box-shadow: 0 0 1px #aaa;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	min-width: 25px;
	padding: 0 3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 3px;
}
.contents-goods-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;
	height: 135px;
	margin-right: 5px;
	width: 30%;
}
.contents-goods-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-goods-description {
	color: #333;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}





/* 図鑑 */
.contents-dic {
	background-color: #eee;
	border: 5px solid #fff;
	float: left;
	padding: 5px;
	position: relative;
	width: 100%;
}
.contents-dic-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.contents-dic-sub {
	color: #666;
	font-size: 12px;
	line-height: 1.25;
	width: 95%;
}
.contents-dic-tag {
	background-color: #f3f3f3;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px;
	width: 100%;
}
.contents-dic-tag span {
	background-color: #fff;
	display: block;
	font-size: 18px;
	padding: 5px;
	text-align: center;
}
.contents-dic-taglink {
	display: inline-block;
	font-size: 12px;
	margin: 10px 0;
	text-align: right;
	width: 100%;
}
.contents-dic-taglink a {
	background-color: #fafafa;
	color: #666;
	padding: 3px;
	margin:5px;
}
.contents-dic-tbl {
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.contents-dic-tbl p {
	border-left: 12px solid #ffca00;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 10px;
}
.contents-dic-tbl table {
	border: 1px solid #eee;
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px auto;
	width: 95%;
}
.contents-dic-tbl table th {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.contents-dic-tbl table tr td {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	text-align: center;
}
.contents-dic-tbl table tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
.contents-dic-tbl table tr:nth-child(even) td {
	background-color: #ffffff;
}
.contents-dic-tbl table td.item-img {
	width: 50px;
}
.contents-dic-tbl img {
	width: 80px;
}





.contents-navi ul {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	display: table;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}
.contents-navi ul li {
	border-right: 1px solid #ccc;
	display: table-cell;
}
.contents-navi ul li:last-child {
	border-right: none;
}
.contents-navi ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.contents-navi ul li a:hover, .contents-navi ul li a.active {
	background: #ef6400;
	color: #fff;
}
.contents-submenu ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contents-submenu ul li {
	border-bottom: 1px solid #ccc;
	color: #333;
	float: left;
	width: 25%;
}
.contents-submenu ul li a {
	color: #333;
	display: block;
	padding: 10px;
}
.contents-submenu ul li a.active {
	background: #ef6400;
	color: #fff;
}
@media (max-width: 800px) {
	.contents-submenu ul li {
		width: 50%;
	}
}




/* 記事 */
.article-breadcrumb {
	color: #999;
	font-size: 12px;
	width: 100%;
}
.article-breadcrumb a {
	color: #999;
}
.article-title {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.25;
	margin-top:5px;
	width: 100%;
}
.article-tag {
	font-size: 12px;
	margin: 10px 0 0 0;
	width: 100%;
}
.article-taglink {
	font-size: 12px;
	margin: 10px 0;
	text-align: right;
	width: 100%;
}
.article-taglink a {
	background-color: #F3F3F3;
	color: #666;
	padding: 3px;
	margin:5px;
	line-height:2.5;
}
.article-issue {
	color: #999;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	width: 100%;
}
.article-description {
	border-top: 5px solid #eeeeee;
	font-size: 100%;
	margin: 5px 0;
	padding: 15px;
}
.article-description img {
	display: inline-block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.article-description h2 {
	background: #f8f8f8 none repeat scroll 0 0;
	border-color: #073be6;
	border-style: solid;
	border-width: 0 0 1px 7px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 5px;
}
.article-description ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.article-description ul li {
	background: linear-gradient(#fbfbfb, #f3f3f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f3f3f3));
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	padding: 5px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
.article-description ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	text-overflow: ellipsis;
	text-decoration: none;
}
.article-description ul li a::after {
	content: url("/image/arrow.png");
	float: right;
}
.article-description ul li img {
	float: left;
	margin-right: 5px;
	height: 48px;
	width: 48px;
}
.article-description .toc {
	background-color: #ffc;
	border: 1px solid #ffca00;
	border-radius: 5px;
	padding: 5px;
}
.caption-1 {
    position: relative;
    color: #fff;
    background: #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -1.8em 1.5em -1.8em;
    padding: 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
.caption-1:after, .caption-1:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.caption-1:after {
    left: 0;
    border-right: 5px solid #333;
}
.caption-1:before {
    right: 0;
    border-left: 5px solid #333;
}
.caption-2 {
	position: relative;
	color: #111;
	background: #aaa;
	line-height: 1;
	margin: 30px 20px 10px -10px;
	padding: 14px 5px 10px 50px;
	border-radius: 22px 0 0 22px;
}
.caption-2:before {
	content: "";
	position: absolute;
	background: #eee;
	top: 50%;
	left: 14px;
	margin-top :-10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #777 inset;
}
.caption-2:after {
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	height: 0;
	width: 0;
	border: 22px solid #aaa;
	border-right-color: transparent;
}
.caption-2 a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.caption-3 {
	position: relative;
	color: #111;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	border :2px solid #555;
	margin: 10px;
	padding: 15px 5px 12px 10px;
	border-radius: 3px;
}
.caption-3:after,.caption-3:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}
.caption-3:after {
	left: 33px;
	border: 11px solid transparent;
	border-top: 11px solid #fff;
}
.caption-3:before {
	left: 30px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
}
.caption-3 a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.caption-4 {
	text-align: center;
	background: #55f;
	border :2px solid #22f;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #00f;
}
.caption-4 a {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
}
.img-button, .download-list-btn {
	border-radius: 0.5em;
	box-shadow: 1px 1px 3px #000;
}
.balloon-left {
	position: relative;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	z-index: 0;
}
.balloon-left:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -9px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.balloon-left:after {
	content: "";
	position: absolute;
	top: 15px;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #000 transparent transparent;
	z-index: -1;
}
@media (max-width: 800px) {
	.article-breadcrumb {
		padding: 5px 0 0 5px;
	}
	.article-title {
		padding-left: 5px;
	}
	.article-tag {
		padding-left: 5px;
	}
}





/* 記事リスト */
.article-list {
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.article-list p {
	border-left: 12px solid #ffca00;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 10px;
}
.article-list p img {
	width: 100px;
}
@media (max-width: 800px) {
	.article-list p {
		margin-left: 5px;
	}
}





/* タイトル情報 */
.title-line {
	background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	padding: 8px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.title-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 60px;
	margin-right: 5px;
	width: 60px;
}
.title-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	width: 100%;
}
.title-maker {
	color: #999;
	font-size: 12px;
	line-height: 1.25;
	width: 100%;
}
.title-tag {
	font-size: 12px;
	margin: 3px 0;
	width: 100%;
}
.title-detail {
	border-top: 10px solid #ffeebb;
	font-size: 14px;
	margin: 5px 0;
	padding: 5px;
}
.title-detail-caption {
	background-color: #ffc;
	border: 1px solid #ffca00;
	border-radius: 5px;
	padding: 5px;
}
@media (max-width: 800px) {
	.title-icon {
		margin: 0 5px;
	}
}





/* 執筆者 */
.author-line {
	background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	margin:10px 0;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
.author-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	height: 64px;
	margin-right: 5px;
	width: 64px;
}
.author-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	width: 95%;
}
.author-detail {
	color: #333;
	display: table-cell;
	font-size: 14px;
	line-height: 1.25;
	padding-right: 15px;
}





/* メニュー */
.menu {
	background-color: #fff;
	height: 100%;
	left: -300px;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 300px;
	z-index: 990;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	border-bottom: 1px solid #ccc;
	color: #333;
}
.menu ul li a {
	color: #333;
	display: block;
	padding: 10px;
}
.menu ul li a i {
	text-align: center;
	width: 25px;
}
.menu ul li a:hover {
	background: #e9e9e9;
	color: #000;
}
.menu .widget {
	display: none;
}

.menu-keyword {
	padding:10px;
	border-bottom: 1px solid #ccc;
}



/* 検索 */
.search {
	background-color: #fff;
	height: 100%;
	right: -300px;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 300px;
	z-index: 990;
}





/* 利用規約 */
#tos-inline {
	height: 300px;
	overflow: auto;
	width: 100%;
}

/* カーテン */
.curtain {
	background: #000;
	height: 99999px;
	left: 0;
	opacity: 0.5;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index : 980;
}

/* ボタン */
button {
	background-color: #ef6400;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
button img {
	vertical-align: middle;
	width: 1em;
}
.email {
	background-color: #ef6400;
}
.twitter {
	background-color: #00aced;
}
.facebook {
	background-color: #305097;
}
.cancel {
	background-color: #999;
}
.btn {
	border-radius: 10px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 10px;
	width: 95%;
}

.buy-btn {
	border-radius: 10px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 10px;
	width: 45%;
}

.more-btn {
	border-radius: 0px;
	box-shadow: 1px 1px 2px #999;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color:#333;
	margin: 3px 0;
	padding: 5px 10px;
	background-color:#f9f9f9;
}

.tag-btn {
	border-radius: 10px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 5px 10px;
	background-color:#666;
}

.iosdl-btn {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 10px;
	width: 90%;
	background-color:#007AFF;
}

.androiddl-btn {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	padding: 10px;
	width: 90%;
	background-color:#119c58;
}

.btn-share {
	display: inline-block;
	margin-right: 3px;
}
.btn-anchor {
	background-color: #ef6400;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
	width: 100%;
}
.btn-webpush {
	background-color: #fff;
	border: 1px solid;
	color: #ef6400;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px;
	vertical-align: bottom;
}
.btn-webpush .fa {
	font-weight: normal;
}
.btn-bbs {
	background-color: #fff;
	border: 1px solid;
	box-shadow: 1px 1px 2px #555;
	color: #00ca33;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	padding: 2px;
	vertical-align: bottom;
}
.btn-bbs .fa {
	font-weight: normal;
}
.tw-share {
	width: 60px;
}
.tw-share a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.tw-share-balloon {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: none;
	border-radius:3px 3px 0 0;
	display: inline-block;
	height: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.tw-share-balloon .fa {
	color: #777;
	font-size: 15px;
}
.tw-share-btn {
	background-color:#f9f9f9;
	border:1px solid #bbb;
	border-radius:0 0 3px 3px;
	display: inline-block;
	height: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	vertical-align: bottom;
}
.tw-share-btn .fa {
	color: #55acee;
	font-size: 15px;
}
.tw-share-btn .label {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.cheer {
	margin: 0 auto;
	padding: 20px;
}
.cheer label {
	position: relative;
}
.cheer label:before {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(/image/twitter.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
	z-index: 1;
}
.cheer label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(/image/cheer_arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
.cheer select {
	color: #666;
	position: relative;
	width: 100%;
	padding: 10px 10px 10px 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	border-radius: 5px;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	vertical-align:middle;
}





/* チャート */
.chart {
	height: 400px;
	width: 100%;
}
.chart img {
	max-width: 100%;
	text-align: center;
}

/* ライン */
.dot-top-line {
	border-top: 1px dotted #999;
}
.dot-bottom-line {
	border-bottom: 1px dotted #999;
}

/* タグ */
.ios {
	background: none repeat scroll 0 0 #fff;
	color : #3295ce;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #aae0ff;
	margin-right: -5px;
}
.android {
	background: none repeat scroll 0 0 #fff;
	color : #b3c732;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #ddeb82;
	margin-right: -5px;
}
.pcgame {
	background: none repeat scroll 0 0 #fff;
	color : #ff4500;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #ff4500;
	margin-right: -5px;
}
.mobage {
	background: none repeat scroll 0 0 #fff;
	color : #005097;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #005097;
	margin-right: -5px;
}
.gree {
	background: none repeat scroll 0 0 #fff;
	color : #0099cc;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #0099cc;
	margin-right: -5px;
}
.consumer {
	background: none repeat scroll 0 0 #fff;
	color : #ff7a48;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #ffc5b0;
	margin-right: -5px;
}
.arcade {
	background: none repeat scroll 0 0 #fff;
	color : #cc4b46;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #e59491;
	margin-right: -5px;
}
.analog {
	background: none repeat scroll 0 0 #fff;
	color : #666;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #999;
	margin-right: -5px;
}
.event {
	background: none repeat scroll 0 0 #fff;
	color : #cb6d28;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #d7b093;
	margin-right: -5px;
}
.hobby {
	background: none repeat scroll 0 0 #fff;
	color : #20b044;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #20b044;
	margin-right: -5px;
}
.gadget {
	background: none repeat scroll 0 0 #fff;
	color : #59535c;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #59535c;
	margin-right: -5px;
}
.vr {
	background: none repeat scroll 0 0 #fff;
	color : #334e69;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #334e69;
	margin-right: -5px;
}
.shop {
	background: none repeat scroll 0 0 #fff;
	color : #df6c19;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #df6c19;
	margin-right: -5px;
}
.movie {
	background: none repeat scroll 0 0 #e52d27;
	color : #fff;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border-radius: 5px;
	margin-right: -5px;
}
.category {
	background: none repeat scroll 0 0 #9a9a9a;
	color : #fff;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}
.tag-category {
	background: none repeat scroll 0 0 #fff;
	color : #9a9a9a;
	display: inline-table;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #cccccc;
	margin-right: -5px;
}





/* アイコン広告 */
.ads-cpis {
	margin-top: 5px;
	width: 100%;
}
.ads-cpis ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	table-layout: fixed;
}
.ads-cpis ul li {
	display: table-cell;
	width: 80px;
}
.ads-cpis ul li a {
	display: block;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80px;
}
.ads-cpis ul li a img {
	border-radius: 5px;
	width: 70px;
}





/* エラー */
.caution {
	color: #f00;
	font-size: 12px;
}
.proviso {
	color: #666;
	font-size: 10px;
}





/* 入力フォーム */
.form-base {
	background-color: #fff;
	padding: 10px 5%;
}
.form-base input[type=text]:focus, .form-base input[type=password]:focus, .form-base textarea:focus{
	outline: none;
}
.form-base input[type=radio], .form-base input[type=checkbox] {
	display: none;
}
.form-base p {
	overflow: hidden;
	padding: 0 0 3px 0;
}
.form-base label {
	font-weight: bold;
}
.form-base input[type=text], .form-base input[type=password], .form-base textarea, .form-base select {
	border: none; 
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
	box-shadow: -2000px 5px 0px #ccc;
	color: #000;
	padding: 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 100%;
}
.form-base input[type=text]:focus, .form-base input[type=password]:focus, .form-base textarea:focus, .form-base select:focus {
	border-bottom: 1px solid #fff;
	box-shadow: 0px 5px 0px #ffc800;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.form-base input[type=radio] + label:before {
	border:1px solid #ccc;
	border-radius: 100px;
	box-shadow: 8px 0px 0px #ccc;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 20px;
}
.form-base input[type=radio]:checked + label:before {
	border-radius: 100px;
	box-shadow: -8px 0px 0px #ffc800;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.form-base input[type=checkbox] + label:before {
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #ccc;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 20px;
}
.form-base input[type=checkbox]:checked + label:before {
	border: 1px solid #ffc800;
	background-color: #ffc800;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.input-confirm {
	border: none; 
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	padding: 10px;
	width: 100%;
}





/* Wiki */
.wiki {
	font-size: 100%;
}
.wiki h2 {
	background-color: #ffc;
	border: 1px solid #fc0;
	border-left: 5px solid #fc0;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	padding: 5px;
}
.wiki h3 {
	background-color: #ffc;
	border-left: 5px solid #fc0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	padding: 5px;
}
.wiki h4 {
	border-left: 5px solid #fc0;
	font-size: 18px;
	margin: 0;
	padding-left: 3px;
}
.wiki ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
.wiki ul li {
	padding-left: 10px;
}
.wiki table {
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.wiki td {
	border: 1px solid #ccc;
	padding: 5px;
}
.wiki .contents {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
}
.wiki .contents ul {
	margin: 0;
}
.wiki .contents ul:before {
	content: "■目次";
}
.wiki .contents ul li:before {
	content: "▼";
}





/* 共通 */
.pc {
	display: inline-block;
}
.mobile {
	display: none;
}
.column-1 {
	width: 100%;
}
.column-2 {
	float: left;
	width: 50%;
}
.column-3 {
	float: left;
	width: 33.33%;
}
.column-4 {
	float: left;
	width: 25%;
}
.column-5 {
	float: left;
	width: 20%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.text {
	color: #000;
	font-size: 14px;
}
.font-small {
	font-size: 0.8em;
}
.font-big {
	font-size: 1.2em;
}
.show {
	display: flex;
}
.hide {
	display: none;
}
.none-bg {
	background: none;
}
.arrow-bg {
	background: #fff url("/image/arrow.png") no-repeat scroll 100% 50% / 16px 16px;
}
pre {
	font-size: 14px;
	padding: 5px;
	white-space: pre-wrap;
}
a {
	color: #0056ac;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.contents-block-icon:hover, .contents-line-icon:hover, .contents-line-icon-wide:hover, .contents-line-icon-half:hover, .contents-sline-icon:hover, .title-icon:hover, .author-icon:hover, a.opacity-link:hover, a img:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
}
.contents-block-title:hover, .contents-line-title:hover, .contents-sline-title:hover, .title-name:hover, .author-name:hover, a.text-link:hover, .article-description a:hover {
	text-decoration: underline;
	opacity: 1.0;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
}
@media (max-width: 800px) {
	.pc {
		display: none;
	}
	.mobile {
		display: inline-block;
	}
}
.gold {
	background-color: #fa0;
}
.silver {
	background-color: #999;
}
.bronze {
	background-color: #a52;
}





/* ティッカー */
.ticker {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 1100;
}
.ticker ul {
	height: 50px;
	margin: 0;
	position: relative;
	width: 100%;
}
.ticker li {
	display: none;
	height: 50px;
	list-style-type: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.ticker li img {
	border-radius: 5px;
	float: left;
	height: 80%;
	max-width: 40px;
	max-height: 40px;
	margin: 6px 10px;
	vertical-align: middle;
}
.ticker li div.caption {
	color: #fff;
	font-size: 90%;
}
.ticker li div.sub {
	color: #aaa;
	font-size: 60%;
}
.ticker li a:link { color: #fff; text-shadow: none; text-decoration: none; }
.ticker li a:visited { color: #fff; }
.ticker li a:hover { color: #fff; }
.ticker li a:active { color: #fff; }
.ticker-tag {
	background: #000000 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 1px #aaa;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	margin: 12px 0 0 -2px;
	padding: 1px;
	text-shadow: none;
	text-align: center;
	width: 30px;
}




/* アプリ起動ボタン */
#app-luncher {
	bottom: 90px;
	font-size: 12px;
	display: none;
	opacity: 1;
	position: fixed;
	left:calc(30% - 50px/2);
	z-index: 1200;
}

#app-launcher {
	bottom: 90px;
	font-size: 12px;
	display: none;
	opacity: 1;
	position: fixed;
	left:calc(30% - 50px/2);
	z-index: 1200;
}

#app-luncher a {
	border-radius: 3px;
	color: #fff;
	border-bottom: solid 2px #007744;
	cursor: pointer;
	font-weight: bold;
	display: block;
	padding: 5px 0 4px 5px;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 40px;
	box-shadow: 1px 1px 2px #555;
	background-color:#119c58;
}
#app-luncher a:hover {
	background: #999;
	text-decoration: none;
}
#app-luncher a img {
	background: #fff;
	border-radius: 3px;
	opacity: 1.0;
	width: 70%;
	border:1px solid #083;
}

#app-launcher-android a {
	border-radius: 3px;
	color: #fff;
	border-bottom: solid 2px #007744;
	cursor: pointer;
	font-weight: bold;
	display: block;
	padding: 5px 0 4px 5px;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 40px;
	box-shadow: 1px 1px 2px #555;
	background-color:#119c58;
}
#app-launcher-android a:hover {
	background: #3c9;
	text-decoration: none;
}
#app-launcher-android a img {
	background: #fff;
	border-radius: 3px;
	opacity: 1.0;
	width: 70%;
	border:1px solid #083;
}

#app-launcher-ios a {
	border-radius: 3px;
	color: #fff;
	border-bottom: solid 2px #05c;
	cursor: pointer;
	font-weight: bold;
	display: block;
	padding: 5px 0 4px 5px;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 40px;
	box-shadow: 1px 1px 2px #555;
	background-color:#007AFF;
}
#app-launcher-ios a:hover {
	background: #39F;
	text-decoration: none;
}
#app-launcher-ios a img {
	background: #fff;
	border-radius: 3px;
	opacity: 1.0;
	width: 70%;
	border:1px solid #083;
}

/* ページトップボタン */
#page-top {
	bottom: 90px;
	font-size: 15px;
	display: none;
	opacity: 0.95;
	position: fixed;
	right: 5px;
	z-index: 1200;
}
#page-top a {
	background: #666 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 12px 0 11px 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#page-top a:hover {
	background: #999;
	text-decoration: none;
}

/* ページメニュー */
#page-menu {
	bottom: 90px;
	font-size: 15px;
	opacity: 0.95;
	position: fixed;
	left: 5px;
	z-index: 1200;
}
#page-menu a {
	background: #666 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 12px 0 11px 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#page-menu a:hover {
	background: #999;
	text-decoration: none;
}

/* Webpush通知用 */
#webpush-ticker {
	background: #666 none repeat scroll 0 0;
	top: 0px;
	color: #fff;
	font-size: 15px;
	display: none;
	line-height: 1;
	opacity: 0.9;
	position: fixed;
	right: 0px;
	width:100%;
	z-index: 2000;
}
#webpush-ticker img {
	width: 32px;
	vertical-align: middle;
}
#webpush-ticker button {
	background-color: #fff;
	border: 1px solid #ef6400;
	border-radius: 5px;
	color: #ef6400;
	cursor: pointer;
	padding: 5px 8px;
}
#webpush-ticker button.on {
	background-color: #ef6400;
	color: #fff;
}





/* loading */
#loading-anime {
	left: 50%;
	margin-left: -29px;
	position: fixed;
	top: 50%;
	z-index : 990;
}
.windows8 {
	position: relative;
	width: 58px;
	height:58px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 55px;
	height: 55px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 4.2325s infinite;
		-o-animation: orbit 4.2325s infinite;
		-ms-animation: orbit 4.2325s infinite;
		-webkit-animation: orbit 4.2325s infinite;
		-moz-animation: orbit 4.2325s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 7px;
	height: 7px;
	background: #ffc800;
	left:0px;
	top:0px;
	border-radius: 7px;
}

.windows8 #wBall_1 {
	animation-delay: 0.926s;
		-o-animation-delay: 0.926s;
		-ms-animation-delay: 0.926s;
		-webkit-animation-delay: 0.926s;
		-moz-animation-delay: 0.926s;
}

.windows8 #wBall_2 {
	animation-delay: 0.183s;
		-o-animation-delay: 0.183s;
		-ms-animation-delay: 0.183s;
		-webkit-animation-delay: 0.183s;
		-moz-animation-delay: 0.183s;
}

.windows8 #wBall_3 {
	animation-delay: 0.3665s;
		-o-animation-delay: 0.3665s;
		-ms-animation-delay: 0.3665s;
		-webkit-animation-delay: 0.3665s;
		-moz-animation-delay: 0.3665s;
}

.windows8 #wBall_4 {
	animation-delay: 0.5495s;
		-o-animation-delay: 0.5495s;
		-ms-animation-delay: 0.5495s;
		-webkit-animation-delay: 0.5495s;
		-moz-animation-delay: 0.5495s;
}

.windows8 #wBall_5 {
	animation-delay: 0.743s;
		-o-animation-delay: 0.743s;
		-ms-animation-delay: 0.743s;
		-webkit-animation-delay: 0.743s;
		-moz-animation-delay: 0.743s;
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}
	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}
	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}
	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}
	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}
	76% {
	opacity: 0;
		transform:rotate(900deg);
	}
	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}
@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}
	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}
	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}
	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}
	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}
	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}
	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}
@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}
	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}
	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}
	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}
	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}
	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}
	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}
@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}
	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}
	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}
	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}
@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}
	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}
	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}
	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}
	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}
	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}
	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
