<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------------- */
/* default-style
/* --------------------------------------- */
body {
	color: #595757;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.5;
	min-width: 1024px
}
a:hover,
input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
}
hr {
	border-top: 1px solid #dbdbdb;
}

/* --------------------------------------- */
/* link
/* --------------------------------------- */
a {
	color: #595757;
	text-decoration: none;
}
a:link {
	color: #595757;
}
a:visited {
	color: #595757;
}
a:hover {
	color: #595757;
}
a:active {
	color: #595757;
}

.register-form table td a,
.news ul li a,
a.article-text-link,
a.more-link {
	color: #0085cd;
}

/* --------------------------------------- */
/* layout
/* --------------------------------------- */
#header {	
	margin-bottom: 20px;
	width: 100%;
}
#main {
	margin: 0 auto 40px;
	padding: 0 10px;
	position: relative;
	width: 1024px;
}
#contents {
	float: left;
	margin-right: 20px;
	width: 704px;
}
#side {
	overflow: hidden;
	width: 300px;
}
#breadcrumbs {
	margin-bottom: 20px;
	width: 754px;
}
#footer {
	width: 100%;
}

/* --------------------------------------- */
/* common-style
/* --------------------------------------- */
.validate input,
.validate select,
.validate textarea {
	border: 1px solid #fe0404!important;
}

/********** color ***********/
.c-dbl {
    color: #052944;
}
.c-red {
	color: #ff0000;
}
/********** /color **********/

/********** error-box ***********/
.error-box {
	border: 2px solid #fe0404;
	color: #fe0404;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
}
/********** /error-box **********/

.error-mes {
	font-size: 12px;
	color: #Fe0404;
}

.error-mes div {
	text-align: center;
	margin: 0 0 20px;
}

.error-mes div p {
	text-align: left;
}

.validate .error-mes:before {
	content: "※";
}

/* --------------------------------------- */
/* header
/* --------------------------------------- */
.top {
	margin: 0 auto;
	padding: 15px 10px;
	width: 1024px;
}
.top-l {
	float: left;
	overflow: hidden;
}
.top-l h1 {
	float: left;
}
.top-l .top-d {
	width: 400px;
	float: left;
	height: 75px;
	position: relative;
}
.top-l .top-d p {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -1em;
	font-size: 12px;
}
.top-r {
	float: right;
	font-size: 12px;
}
.top-r ul {
	float: left;
	padding-top: 4px;
}
.top-r li {
	background: url(../images/icon_link.png) no-repeat 0 center;
	float: left;
	margin-right: 15px;
	padding-left: 15px;
}
.top-r a {
	vertical-align: middle;
}
.top-r form {
	display: inline;
}
.top-bottom {
	margin: 0 auto;
	padding: 0 10px;
	width: 1024px;
}
.top-bottom ul {
	float: right;
	padding-top: 5px;
}
.top-bottom li {
	background: url(../images/icon_link.png) no-repeat 0 center;
	float: left;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.top-bottom a {
	vertical-align: middle;
}

.top-search {
	float: right;
}
.top-search {
	position: relative;
}
.top-search input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 20px;
	height: 25px;
	padding: 0 30px 0 10px;
	position: relative;
	width: 200px;
	z-index: 1;
}
.top-search input[type="submit"] {
	background: url(../images/icon_search.png) no-repeat 0 0;
	background-size: 15px 15px;
	border: none;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 15px;
	z-index: 999;
}
.g-navi {
	background-color: #999;
	border-bottom: 3px solid #e6000f;
	border-bottom: 3px solid #333;
	width: 100%;
	position: relative;
	z-index: 999;
}
.g-navi a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
.g-navi ul { 
	margin: 0 auto;
	width: 1024px;
	display: table;
}
.g-navi ul li {
	display: block;
	position: relative;
	float: left;
	width: 170px;
}
.g-navi ul &gt; li {
    text-transform: uppercase;
}
.g-navi ul &gt; li {
	display: table-cell;
	width: auto;
}

.g-navi ul.cf &gt; li &gt; a {
	padding: 5px 25px;
	margin: 0 0 0 1px;
	background: #333;
}

.g-navi ul li li {
	display: block;
	width: 170px;
	border-left: none;
}
.g-navi li ul { display: none; width:auto; }
.g-navi ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}
.g-navi li li a {
	height: auto;
	line-height: normal;
	background: #595757;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
}
.g-navi li li a:hover {
	background: #888;
}
.g-navi li:hover ul {
	display: block;
	position: absolute;
}
.g-navi li:hover li {
	float: none;
}

/********** majesty **********/
.g-navi-ex {
	background-color: #000;
	background-image: url(../images/g_navi_line02.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding-bottom: 3px; 
	width: 100%;
	position: relative;
	z-index: 999;
}
.g-navi-ex a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
.g-navi-ex ul { 
	background: url(../images/g_navi_line.png) no-repeat left center;
	margin: 0 auto;
	width: 1024px;
}
.g-navi-ex ul li {
	background: url(../images/g_navi_line.png) no-repeat right center;
	display: block;
	position: relative;
	float: left;
	width: 128px;
}
.g-navi-ex ul &gt; li {
}
.g-navi-ex ul li a {
	display: block;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.g-navi-ex ul li a:hover {
	background: #595757;
}
.g-navi-ex ul li a span {
	display: block;
	font-size: 10px;
	color: #eee;
	font-weight: normal;
}
.g-navi-ex ul li.nn01 {}
.g-navi-ex ul li.nn02 {}
.g-navi-ex ul li.nn03 {}
.g-navi-ex ul li.nn04 {}
.g-navi-ex ul li.nn05 {}
.g-navi-ex ul li.nn06 { background-color: #614932; }
.g-navi-ex ul li.nn07 { background-color: #84662d; }
.g-navi-ex ul li.nn08 { background-color: #ac8b1e; }

.g-navi-ex ul li.nn06 a:hover,
.g-navi-ex ul li.nn07 a:hover,
.g-navi-ex ul li.nn08 a:hover {
	background: transparent;
	opacity: 0.7;
}

/* --------------------------------------- */
/* main
/* --------------------------------------- */
#main h2 {
	margin-bottom: 20px;
}
.page-top {
	bottom: 0px;
	position: absolute;
	right: -80px;
}

/* --------------------------------------- */
/* breadcrumbs
/* --------------------------------------- */
#breadcrumbs a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
#breadcrumbs ul {
	background: #eee;
	overflow: hidden;
	width: 704px;
}
#breadcrumbs li {
	float: left;
	text-transform: uppercase;
}
#breadcrumbs a {
	background-color: #8e8e8e;
	border-right: 1px solid #ddd\9;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: .1em 1em .1em 2em;
	position: relative;
}
#breadcrumbs li:first-child a { 
	background: #6c6c6c;
	padding-left: 1em;
}
#breadcrumbs a:hover {
	color: #c5b082;
}
#breadcrumbs a::after,
#breadcrumbs a::before {
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	content: "";
	margin-top: -1.5em;   
	position: absolute;
	right: -1em;
	top: 50%;
}
#breadcrumbs li:first-child a {
	padding-left: 25px;
	padding-right: 3px;
}
#breadcrumbs li:first-child a::after {
	border-left-color: #6c6c6c;
}
#breadcrumbs a::after { 
	border-left-color: #8e8e8e;
	z-index: 2;
}
#breadcrumbs a::before {
	border-left-color: #fff;  
	right: -1.1em;
	z-index: 1; 
}
#breadcrumbs .current,
#breadcrumbs .current:hover {
	background: #eee;
	border-right: none\9;
	color: #595757;
	font-weight: bold;
}
#breadcrumbs .current::after,
#breadcrumbs .current::before {
	content: normal;  
}

/* --------------------------------------- */
/* side
/* --------------------------------------- */
.page {
	margin-bottom: 20px;
	background: #eee;
}
.page ul {
}
.page ul li {
	background: #3e3a39;
	border-bottom: 1px solid #524e4d;
}
.page ul li a {
	background: url(../images/icon_category.png) no-repeat 95% center;
	border-bottom: 1px solid #2d2a2a;
	color: #fff;
	display: block;
	padding: 10px;
}
.page ul li.text {
}
.page ul li.image {
	border: 0 none;
}
.page ul li.image a {
	padding: 0;
	border: 0 none;
}
.ranking {
	font-size: 12px;
	margin-bottom: 20px;
}
.tab-content ul {
	margin-bottom: 20px;
}
.tab-content li:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.tab-content a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
.ranking .rank {
	color: #fa0736;
	float: left;
	line-height: 1.2;
	margin-bottom: 5px;
}
.ranking .ranking-category {
	background: #645f40;
	color: #fff;
	float: right;
	line-height: 1.2;
	text-align: center;
    text-transform: capitalize;
	width: 100px;
}
.ranking .txt {
	font-size: 11px;
}
.ranking .provid {
	color: #9fa0a0;
	font-size: 10px;
	text-align: right;
}
.ranking .tab-content ul li a .fll .noimage {
	background: #EEE;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	color: #9fa0a0;
	font-size: 10px;
	text-align: center;
}
.btn-more02 {
	margin-bottom: 20px;
	text-align: center;
}
.btn-more02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.btn-more02 a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
.btn-more02 a {
	background: url(../images/bg_btn02.png) no-repeat 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	width: 260px;
}
.side-press-title {
	background: url(../images/ttl_white.png) no-repeat 0 0;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.side-press-body {
	border: 1px solid #CCC;
	border-top: 2px solid #f64a6f;
	margin: 0 0 20px;
}
.side-press-copy {
	padding: 7px;
}
.side-press-copy a {
	background: url(../images/prpress_mini.png) no-repeat 0 0;
	display: block;
	width: 82px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
}
.side-press-body .widgetList {
	width: 278px;
	font-size: 11px;
	border: 0 none;
}
.side-press-body .widgetList li {
}
.side-press-body .widgetList li a {
}
.side-press-body .widgetList li span {
	color: #999;
}
.side-adwares {
	width: 300px;
	overflow: hidden;
}


/********** tab **********/
.tab-menu {
	border: 1px solid #ccc;
	border-bottom: none;
}
.tab-menu li {
	border-left: 1px solid #fff;
	float: left;
	font-size: 13px;
	text-align: center;
	width: 99px;
}
.tab-menu li:first-child {
	border-left: none;
	width: 98px;
}
html[xmlns*=""]:root #help_me .tab-menu li.tab-c a  {
	margin-right: 0;
}
.tab-menu li a {
	background: #231815;
	color: #fff;
	display: block;
	padding: 2px 0;
}
.tab-content {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
}
.tab-content li {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
}
.ui-tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:active {
	background-color: #fff;
	color: #000;
}
.tab-l a,
.tab-l a:hover,
.tab-l a:active{
	border-right: none!important;
}
.tab-c a,
.tab-c a:hover,
.tab-c a:active{
	border-right: none!important;
	border-left: none!important;
}
.tab-r a,
.tab-r a:hover,
.tab-r a:active{
	border-left: none!important;
}
.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-panel {
	background: #fff;
}
@media projection, screen {
	.ui-tabs-hide {
		display: none;
	}
}
@media print {
	.ui-tabs-nav {
		display: none;
	}
}
/********** /tab **********/

.category {
	margin-bottom: 20px;
}
.category li {
	background: #3e3a39;
	border-bottom: 1px solid #524e4d;
    text-transform: uppercase;
}
.category a {
	background: url(../images/icon_category.png) no-repeat 95% center;
	border-bottom: 1px solid #2d2a2a;
	color: #fff;
	display: block;
	padding: 10px;
}
.twitter-timeline {
	height: 300px;
}

/* --------------------------------------- */
/* footer
/* --------------------------------------- */
#footer {
	border-top: 5px solid #000;
}
.footer-media {
	padding: 0 0 0;
	background: #F5F5F5;
	border-top: 5px solid rgba(0,0,0,1);
}
.media {
	background-color: #000;
	background-image: url(../images/icon_media.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	padding: 5px 10px 5px 30px;
}
.media-link {
	float: left;
	font-size: 12px;
	padding-top: 8px;
}
.media-link a {
	background: url(../images/icon_media_link.png) no-repeat 0 center;
	padding-left: 15px;
	vertical-align: middle;
}
.media-list {
	margin: 0 auto;
	width: 1044px;
}
.media-list ul {
	overflow: hidden;
	width: 1044px;
}
.media-list li {
	float: left;
	margin: 0 20px 20px 0px;
	text-align: center;
	width: 189px;
}
.media-list li.l{
	width: 188px;
}
.footer-navi {
	background: #F5F5F5;
	padding: 20px 0;
}
.footer-navi-wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;    
	width: 1044px;
}
.footer-navi li {
	padding: 3px 0;
}
.footer-navi a {
	font-size: 13px;
}
.footer-category-ttl {
	border-bottom: 1px solid #666;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.footer-navi .fn-box {
	float: left;
	margin-right: 20px;
	width: 189px;
}
.footer-navi .fn-box:first-child  {
	width: 188px;
}
.footer-navi .fn-box li a span {
	font-size: 10px;
	padding-left: 5px;
}
.footer-bottom {
	background: #000;
}
.footer-bottom-wrapper {
	margin: 0 auto;
	padding: 20px 10px 0;
	width: 1024px;
}
.footer-link {
	margin-bottom: 10px;
	text-align: right;
}
.footer-link li {
	border-left: 1px solid #fff;
	display: inline;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
}
.footer-link li:first-child {
	border-left: none;
	padding-left: 0;
}
.footer-link a {
	color: #fff;
}
.copy {
	color: #fff;
	font-size: 12px;
	text-align: right;
}

/* system
----------------------------------*/
#super_user{
	width:980px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 0 0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}


</pre></body></html>