@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }
a:hover img{
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha( opacity=50 )";
	}
.s5 {margin: 5px 0px 0px;}
.s10 {margin: 10px 0px 0px;}
.s15 {margin: 15px 0px 0px;}
.s20 {margin: 20px 0px 0px;}
.s30 {margin: 30px 0px 0px;}
.s40 {margin: 40px 0px 0px;}
.s50 {margin: 50px 0px 0px;}
.s60 {margin: 60px 0px 0px;}
.s70 {margin: 70px 0px 0px;}
.s80 {margin: 80px 0px 0px;}
.s90 {margin: 90px 0px 0px;}
.s100 {margin: 100px 0px 0px;}
.s150 {margin: 150px 0px 0px;}
.s200 {margin: 200px 0px 0px;}
.s300 {margin: 200px 0px 0px;}
.s400 {margin: 400px 0px 0px;}
.s500 {margin: 500px 0px 0px;}
.s600 {margin: 600px 0px 0px;}
.s700 {margin: 700px 0px 0px;}
.s800 {margin: 800px 0px 0px;}
.s900 {margin: 900px 0px 0px;}
.s1000 {margin: 1000px 0px 0px;}
.s10000 {margin: 10000px 0px 0px;}


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	background-color: #fff;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(./images/icon/icon-arrow01.png) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{
	padding: 0em 0; 
	color: #ffff00;
    background: #fff;
}

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0em;
	font-size: 3em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #ffff00!important; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	width: 30%; /*・1行の幅はwidthの値を変更*/
}

#header h1{text-align: left;
	font-size: 1.167em;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
} /*メニュー下のラインの設定*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block;
	background: #000044;
	text-align: center;
 }

#menu{
	font-size: 1.2em;
	display: inline-block;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{  } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 0.3em 2.2em;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ color:#fff;  } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #000e72; } /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 1.5em;
	padding: 0 10px;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.2em;
	font-size: 1.5em;
	font-weight: bold;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333;text-decoration: none; 
    line-height: 22px; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
color: #141414;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid #000044;
    border-left: 10px solid #000044;
    margin: 50px 0 10px 0;
    padding: 3px 10px 1px 10px;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4 {
    margin: 0 0 10px;
    padding: 5px 10px;
    border: 2px solid #000044;
    font-weight: bold;
    font-size: 20px;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5 {
    margin: 0 0 10px;
    padding: 5px 10px;
    border-bottom: 2px solid #000044;
    font-weight: bold;
    font-size: 20px;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }

/*●H6タグ*/

#main-contents h6 {
    position: relative;
    margin: 1em 0 0.5em;
    padding: 5px 8px;
    background: #000044;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 0px 20px;
}

#main-contents h6:after {
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #000044;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 0 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}

/*●紫枠タグ*/
	.purple-waku {
	overflow: auto;
	margin: 0 1em 1em;
	border: 3px double #800080;
	padding: 1em;
}

/*●緑枠タグ*/
	.green-waku {
	overflow: auto;
	margin: 0 1em 1em;
	border: 3px double #000044;
	padding: 1em;
}

/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 10px;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	word-break: normal;
}

#main-contents table a{
	display:block;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 3px;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	padding: 5px 8px;
	font-weight: bold;
	border-bottom: 1px solid #2d2d2d;
	line-height: 1.4em;
	text-align: center;
	background:transparent linear-gradient(#0000cf, #000044 50%) repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	text-shadow: 1.3px -1.3px 0.3px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 2.5px 1px rgba(0, 0, 0, 0.3) inset;
}


#main-contents tr:nth-child(odd) td {
    background: #fafffc;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/
/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(./images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 5px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.4em;
	border:solid 2px #000044;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.4em;
	color: #fff; /*見出し文字の色*/
	font-weight: bold;
    background: #000044;
}

.sub-column .contents h3{
	margin: -0.4em;
	margin-bottom: 0.3em;
    font-size: 16px;
    text-align: center;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #000044; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 200px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #fc6;
	color: #f60;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .indexpost h2.post-title {
	margin-bottom: 35px;
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #000044;
	color: #fff;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 6px no-repeat;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 15px no-repeat;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color: #fc6;
	color: #fff;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #fc6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{ padding: 10px;border: solid 2px #000044; }

#main-contents .commentlist li{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	list-style: none;
}

#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 5px;
	padding-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: aliceblue;
}

#main-contents .commentlist li li li{
    background: beige;
}

#main-contents .commentlist li li li li{
    background: palegreen;
}


#main-contents .commentlist li li li li li{
    background: aliceblue;
}


#main-contents .commentlist li li li li li li{
    background: beige;
}

#main-contents .commentlist li li li li li li li{
    background: palegreen;
}


#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
	background: url(./images/icon/icon-arrow_r.png) 0 4px no-repeat;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ zoom : 1; }


/*------------------------------------------------------------
　2016-06-30 追加
-------------------------------------------------------------*/


h2 .left{
	float: left;
	margin: -4px 10px 0 -4px!important;
}

.indexpost .post {
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding: 5px 5px 10px 5px;
	border: 0;
	border-bottom: 1px dashed #333;
	position: relative;
}
.post {
    border: solid 2px #000044;
    margin-bottom: 20px;
}


#main-contents .indexpost .contents {
    margin-bottom: 0;
}

#main-contents p.post-meta {
        margin: -10px 5px 0 0;
	text-align:right;
}

#main-contents .indexpost p.post-meta {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0;
}

#text-25 {
    height: 300px;
    overflow: auto;
}
#linkcat-32 ul {
	height: 300px;
	overflow: auto;
}

#header-in h1 a {
    font-size: 30px;
    text-decoration: none;
    padding: 0 0 0px 20px;
    color: yellow;
    font-weight: bold;
	font-family: initial;
}

.index-adtop {
    margin:0 0 20px;
}

.adtop {
    margin:0 0 20px;
	text-align:center;
}
.article {
    margin: 15px 0 0;
}

.article img {
    max-width: 100%;
	height: auto;
}

.tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}

#prev_next{
    width:100%;
    margin: 36px 0 24px;
    padding:0;
    display: table;
    border: 1px solid #333;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding: 25px 7px 7px;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	    font-size:90%;
		line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: #5af;
}

#prev_next #prev{
	border-right:#333 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:90%;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#666;
}
#prev_next #next_title{
	right:5px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}


#prev_next #prev img{
    float:left;
    margin-right:5px
}


#prev_next #next img {
   float:right;
   margin-left: 5px;
}


input#s {
    font-size: 20px;
    margin: 10px 0 0;
}
#searchsubmit {
    position: absolute;
    margin: 10px 0 0;
}
input#searchsubmit {
	width: 25px;
	background: #000044;
	padding: 3px;
	border-radius: 2px;
}
input#searchsubmit:focus {
	background-color: #000044!important;
}

/*--------------------------------------------------------
Youtube動画サイズの自動化
-------------------------------------------------------*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*--------------------------------------------------------
機種別テーブル
-------------------------------------------------------*/
#kisyubetu{
font-size:18px;
font-weight:bold;
background-color:#fff;
margin:0px 0px 15px;
border: 2px solid #333;
margin: 7px -1px 10px 0;
text-align: center;
border-collapse: collapse;
width: 100%;
}

#kisyubetu a{
display:block;padding:3px 5px;
background-color:#fff;
text-decoration:none;
font-weight:bold;
}

#kisyubetu table tr{
}

#kisyubetu td{
text-align:center;
border:2px solid #333;
padding: 0px;
line-height: 30px;
}

#kisyubetu a:hover{
color:#fff;
background:#24890d;
list-style-type:none;
text-decoration:none;
}

/*-------------------------------------------------------
パチンコスロット掲示板PSスクエア
-------------------------------------------------------*/

body.b-kouryu{
	background-color: #f2f2f2;
}

#kouryu {
	width: 950px;
}

#kouryu a {
	outline: none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#kouryu #site-header img{
	width: 950px;
}

#kouryu .primary-navigation {
	padding: 0 3px;
}

#kouryu-sidebar {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#kouryu-main {
	float: left;
	width: 730px;
}

#kouryu-content {
	margin: 10px 0px 30px 0px;
	display: table;
	width: 950px;
}

.kouryu-profile {
	border: solid 1px #3CD01C;
	background-color: white;
}

.kouryu-adsense-side {
	margin-top: 10px;
	text-align: center;
}

.kouryu-hall-link {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	border: 3px solid #169B37;
	font-size: 15px;
	line-height: 2;
	background-color: #fff;
}

.kouryu-hall-link a {
	display: block;
	color: #3354D7;
}


.kouryu-hall-link a:hover {
	color: #fff;
	background-color: #46B319;
}

.kouryu-adsense-content {
	text-align: center;
}

#kouryu h1{
	margin:0;
	font-size: 15px;
	padding: 2px 3px 3px 5px;
	background-color: #058624;
	border: #C0F7CD 1px solid;
	color: #fff;
}

.kouryu-profile img{
	margin: 10px 0px 0px 28px;
}

#kouryu .kouryu-profile p{
	margin: 10px 5px 5px 7px;
	font-size: 13px;
}

.kouryu-comments {
	border: solid 1px #3CD01C;
	background-color: white;
}

.kouryu-comments ul {
	list-style: none;
}

.kouryu-comments li {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ccc;
}

.kouryu-comments ul li {
	padding: 0px;
	border: 0px;
}

.kouryu-comments ul li a {
	display: inline;
}

.kouryu-comments li a {
	display: block;
	color: #06c;
}

.kouryu-comments li a:hover {
	background: #1A4E88;
	color: white;
}

.kouryu-comments-area {
	max-height: 330px;
	overflow: auto;
}

.kouryu-sougolink ul{
	max-height: 320px;
	overflow: auto;
	margin: 0px 0px 0px 5px;
}

.kouryu-sougolink ul li{
	margin-top: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #ccc;
}

.kouryu-sougolink ul li a:hover{
	background: #1A4E88;
	color:white;
}

.kouryu-sougolink ul li a{
	display: block;
	color: #06c;
}

.kouryu-sougolink {
	border: solid 1px #3CD01C;
	background-color: white;
	margin-top: 10px;
}

.kouryu-bbs {
	border: solid 1px #3CD01C;
	background-color: white;
	margin-top: 10px;
}

.kouryu-bbs-single {
	width: 219px;
	margin: 5px;
	padding: 0px 5px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: top;
}

.bbs-date {
	font-weight: bold;
	color: #696767;
}

.bbs-link a:hover{
	background: #1A4E88;
	color:white;
}

.bbs-link a{
	display: block;
	color: #06c;
	font-weight: bold;
	font-size: 18px;
}

.bbs-image {
	text-align: center;
	margin-top: 5px;
}

.bbs-comment{
	text-align: right;
}

.bbs-comment a{
	color: #06c;
}

.bbs-sns{
	text-align: right;
}

.bbs-sns iframe {
	margin-bottom: 0px;
}

.bbs-sns .fb-like.fb_iframe_widget {
	margin: 0px 0px 0px 10px;
	vertical-align: top;
}

.bbs-sns .fb_iframe_widget span {
	vertical-align: top;
	margin-bottom: 5px;
}

.bbs-sns span{
	vertical-align: top;
}

.kouryu-bbs-small {
	max-height:200px;
	overflow:auto;
}

.kouryu-bbs-single-small .bbs-link a {
	display: inline;
	font-size: 14px;
}

.kouryu-bbs-single-small {
	border-top: 1px solid #ccc;
	padding: 0px 5px 5px 5px;
	position: relative;
}

.kouryu-bbs-single-small .bbs-date {
	font-size: 13px;
}

.kouryu-bbs-single-small .bbs-link {
	margin-left: 10px;
}

.kouryu-bbs-single-small .bbs-comment {
	margin-left: 5px;
	font-size: 13px;
	position: absolute;
	right: 10px;
}

.kouryu-bbs-single-small iframe {
	vertical-align: middle;
}
.kouryu-bbs-single-small .bbs-sns .fb_iframe_widget span {
	margin-bottom: 0px;
}

.kouryu-bbs-single-small .bbs-sns {
	margin-left: 5px;
	display:none;
}

#kouryu .kouryu-bbs br {
	display:none;
}

.kouryu-bbs a.topicbosyu {
	color: #06C;
	font-weight: bold;
	display: block;
	height: 40px;
	text-align: center;
	border: 2px solid #f60;
	background-color: #ffffe0;
	line-height: 40px;
}

.kouryu-bbs a.topicbosyu:hover {
	color: white;
	background-color: #f60;
}

#kouryu .wp-biographia-container-top{
	display: none;
}

.kouryu-ranking {
	border: solid 1px #3CD01C;
	background-color: white;
	margin-top: 10px;
}

#kouryu table {
	margin:0;
}
#kouryu th {
	border: solid 1px #666666;
	color: #000000;
	background-color: #9CFF99;
	text-align: center;
}

#kouryu td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	line-height: 0;
}

#kouryu .kouryu-ranking .kin {
	background-color: gold;
}

#kouryu .kouryu-ranking .gin {
	background-color: silver;
}

#kouryu .kouryu-ranking .dou {
	background-color: #C47222;
}

#kouryu p {
	margin-bottom: 0px;
}

.kouryu-ranking a {
	color: #06C;
	font-weight: bold;
	display: block;
	height: 40px;
	text-align: center;
	border: 2px solid #f60;
	background-color: #ffffe0;
	line-height: 40px;
}

.kouryu-ranking a:hover {
	color: white;
	background-color: #f60;
}

.kouryu-ranking a.point-sanka{
	border-top:0px;
}

#kouryu table a {
	background-color: #fff;
	border: 0px;
	text-decoration: underline;
	display: inline;
	font-size: 14px;
}

#kouryu table a:hover {
	color: #f60;
}

.kouryu-event-current{
	border: solid 1px #3CD01C;
	background-color: white;
	margin-top: 20px;
}

.kouryu-event-single {
	width: 219px;
	margin: 5px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: top;
}

.event-date {
	font-weight: bold;
	color: #696767;
}

.event-link a:hover{
	background: #1A4E88;
	color:white;
}

.event-link a{
	display: block;
	color: #06c;
	font-weight: bold;
	font-size: 18px;
}

.event-image {
	text-align: center;
	margin-top: 5px;
}

.kouryu-event-current a.event-all {
	color: #06C;
	font-weight: bold;
	display: block;
	height: 40px;
	text-align: center;
	border: 2px solid #f60;
	background-color: #ffffe0;
	line-height: 40px;
}

.kouryu-event-current a.event-all:hover {
	color: white;
	background-color: #f60;
}

.kouryu-event-current p {
	margin-bottom: 0px;
}

.event-comment{
	text-align: right;
}

.event-comment a{
	color: #06c;
}

.event-sns{
	text-align: right;
}

.event-sns iframe {
	margin-bottom: 0px;
}

.event-sns .fb-like.fb_iframe_widget {
	margin: 0px 0px 0px 10px;
	vertical-align: top;
}

.event-sns .fb_iframe_widget span {
	vertical-align: top;
	margin-bottom: 5px;
}

.event-sns span{
	vertical-align: top;
}


.kouryu-adsense-smafooter {
	display:none;
}

.kouryu-site-sma {
	display:none;
}

/*-------------------------------------------------------
掲示板
-------------------------------------------------------*/

#bbs {
	width: 950px;
}

#bbs a {
	outline: none;
}

#bbs a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#bbs #site-header img{
	width: 950px;
}

#bbs .primary-navigation {
	padding: 0 3px;
}

#bbs h2{
	margin:0;
	font-size: 15px;
	padding: 2px 3px 3px 5px;
	background-color: #058624;
	border: #C0F7CD 1px solid;
	color: #fff;
}

#bbs .wp-biographia-container-top{
	display: none;
}

#bbs .kouryu-profile p {
	margin: 10px 5px 5px 7px;
	font-size: 13px;
}

#bbs .nonethum {
	margin:0px;
	border:0px;
}

.bbs-content {
	background-color: white;
	border: solid 1px #3CD01C;
	margin-top: 10px;
}

#bbs .bbs-date {
	margin-left: 5px;
}

#bbs .post-thumbnail {
	display:none;
}

.bbs-content h2{   
	display:none;
}

.bbs-head {
	margin-top:10px;
}

#bbs .bbs-comment {
	margin-left: 480px;
	vertical-align: text-bottom;
}

#bbs .entry-content {
	position: relative;
}

#bbs .bbs-sns {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#bbs .comments-area {
	max-width: 1000px;
	margin:0px;
}

#bbs .comment-list {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bbs .comment-image img {
	width: auto;
}

#bbs .comment-author .fn {
	font-weight: normal;
}

#bbs .comment-content {
	font-weight: bold;
}

#bbs .bbs-sns .fb-like.fb_iframe_widget {
	padding-top: 1px;
}

.ad-bbs-kizishita {
	margin: 10px 0px;
	text-align: center;
}

#bbs .kouryu-sougolink ul{
	max-height: 1000px;
}


#bbs .kouryu-comments-area {
	max-height: 1000px;
}

a.ps-idou {
	color: #06C;
	font-weight: bold;
	display: block;
	height: 40px;
	text-align: center;
	border: 2px solid #f60;
	background-color: #ffffe0;
	line-height: 40px;
	margin-bottom: 20px;
}

a.ps-idou:hover {
	color: white;
	background-color: #f60;
}


/* ---------------------------------------------
	目次
--------------------------------------------- */
.mokuzitaitoru {
    font-size: 16px;
    border: 2px solid #000044;
    background-color: #000044;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    margin: 0 5px;
    text-align: center;
}

ul.mokuzi {
    border: 2px solid #000044;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px!important;
    list-style: none;
}
#main-contents .mokuzi li {
    margin-bottom: 0em;
}

.mokuzi a {
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    border-bottom: 2px solid #000044;
}

#main-contents .mokuzi a:hover {
    background-color: #00bfff;
    color: #fff;
    opacity: 1;
}

a.mokuzinimodoru {
    border: 2px solid #000044;
    background: #000044;
    color: #fff;
    padding: 5px;
	display: inline-block;
}

.mokuzinimodoruwaku {
    text-align: right;
}


#main-contents a.mokuzinimodoru:hover {
    background-color: #00bfff;
    color: #fff;
    opacity: 5;
}

#main-contents a.mokuzinimodoru2:hover {
    background-color: #00bfff;
    color: #fff;
    opacity: 5;
}

#main-contents a.mokuzinimodoru3:hover {
    background-color: #00bfff;
    color: #fff;
    opacity: 5;
}

table#mokuzi a {
    display: block;
    font-size: 16px;
    padding: 5px;
}

table#mokuzi th {
    color: #fff;
    background: #000044;
    font-size: 16px;
    border: 2px solid #000044;
    border-right: 1px solid #383838;
}

table#mokuzi td {
    border-right: 1px solid #383838;
    border-left: 0;
    padding: 0;
}    

table#mokuzi tbody {
    border-left: 2px solid #000044;
    border-bottom: 2px solid #000044;
}

table#mokuzi a:hover {
    background-color: #4169e1;
    color: #fff;
    opacity: 5;
}

table#mokuzi tr {
    background-color: #fff;
}

table#mokuzi td.mokuzi-pachinko-right-line {
    border-right: 2px solid #E92B7C;
}


/* ---------------------------------------------
	スロットリスト
--------------------------------------------- */

.slot-list-title {
    font-size: 16px;
    border: 2px solid #000044;
    background-color: #000044;
    padding: 5px;
    font-weight: bold;
    margin: 8px 5px 0 5px;
    color: #fff;
    text-align: center;
}

ul.slot-list {
    border: 2px solid #000044;
    border-top: 0px;
    padding: 5px;
    margin: 0 5px 15px!important;
}

.slot-list a {
    display: block;
}

.slot-list li {
    font-size: 16px;
    display: block;
    border-bottom: 2px solid #000044;
	color: #948B8B;
	padding: 5px 0px;
}

#main-contents .slot-list a:hover {
    background-color: #00bfff;
    color: #fff;
    opacity: 1;
}

#main-contents .slot-list li {
    margin-bottom: 0em;
    line-height: 2em;
}
ul.slot-list li {
    padding: 0 0 0 5px;
}

/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
#header #header-title {
    width: 100%;
    float: initial;
}

#header-title img {
    width: 100%;
}

div#header-in {
    position: relative;
}

#header-in #header-text {
    float: initial;
    position: absolute;
    z-index: 9999;
	top: 194px;
    right: 0px;
    width: 245px;
}

#header-in h1 a {
    padding: 0;
}

#header-in h1 a:hover img {
    opacity: initial;
}

input#s {
	width: 200px;
	height: 25px;
}

div#blogmura_omikuji-2 img {
    max-width: 100%;
}

.graybox {
    padding: 1em;
    border: solid 3px #808080;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.graybox2 {
    padding: 1em;
    border: solid 3px #000000;
    margin-bottom: 20px;
}

.hadairobox {
    padding: 1em;
    border: solid 3px #000044;
    background-color: #FFFFE0;
    margin-bottom: 20px;
}

.sirobox {
    padding: 1em;
    border: solid 3px #000044;
    background-color: #FFF;
    margin-bottom: 20px;
}

.blogmura {
    margin: 20px 0;
}

ul.related_post li a {
    font-size: 20px;
}

img.wp-biographia-avatar.wp-biographia-avatar-wrap.avatar-160.photo {
    margin: auto;
    display: block;
}

#text-33 .textwidget {
    overflow-y: scroll;
    max-height: 450px;
    padding: 5px 0 0 0;
}

#text-33 {
    padding-right: 0;
    padding-bottom: 0;
}

#text-33 h3 {
    margin-right: 0;
    margin-bottom: 0;
}

#text-33 li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-right: 5px;
}

#text-33 .comment-author a {
    display: block;
}

#text-33 .fn {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

#text-33 .commentmetadata {
    color: #adadad;
    display: inline-block;
    margin: 0 0 5px 0;
}

#text-33 .comment-link {
    margin-left: 5px;
}

.check {
	font-weight: bold;
}

.check:before {
    content: "\f00c";
    font-family: fontawesome;
    color: green;
    margin-right: 5px;
    font-size: 18px;
}

a.kyouzai {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 5px;
    border: 2px solid #000044;
    background-color: #eceeff;
    border-radius: 5px;
}

#main-contents .chuumoku h2 {
    background: url(//rx7038.com/wp-content/themes/keni62_wp_corp_1606291722/./images/title/bg-conts-h2.gif) left top repeat-x #fad8d1;
}

.box1 {
    padding: 0.5em 1em;
    margin: 5px 0 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
    display: inline-block;
}

.box1 p {
    margin: 0; 
    padding: 0;
}

a.btn-1 {
    display: block;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
    background-image: -webkit-linear-gradient(#000035 0%, #00009f 100%);
    background-image: linear-gradient(#000035 0%, #00009f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #000044;
}

a.btn-1:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.minpachi:before {
    content: "";
    position: absolute;
    left: -12px;
    top: -33px;
    width: 75px;
    height: 75px;
    background-image: url(https://rx7038.com/wp-content/uploads/2018/03/14128-300x300.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.minpachi {
	position: relative;
}

a.kyouzai.minpachi {
    border: 3px solid black;
    background-color: #ffffe0;
    border-radius: 5px;
    box-shadow: 4px 4px 0px #000;
	padding: 12px 0;
    line-height: 2;
}

.star {
    margin: 5px 0 20px 0;
    font-weight: bold;
    text-align: center;
    background-color: #d40000;
    font-size: 30px;
    box-shadow: 0px 0px 1px #000;
    color: #f9ff00;
    text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
    position: relative;
    padding-bottom: 10px;
}

.star-title {
    font-size: 18px;
    background-color: #d0a739;
    background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    color: #fff;
}

.silver .star-title {
	background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}

.setteinerai.silver {
	border: 2px solid #404040;
}

.setteinerai.silver .star-title {
	border-bottom: #404040 2px solid;
}

.star p {
    margin-bottom: 0!important;
}

.star:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 11px;
    bottom: 0;
    left: 0;
    background-color: #d0a739;
    background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}

.tab {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	border-right: 2px solid;
}

.tab span {
    display: table-cell;
    padding: 5px 0;
    background-color: #000044;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
    border-top: 2px solid #000044;
	cursor: pointer;
}

.tab span:first-child {
    border-left: 2px solid #000044;
}

.tab span.active {
    background-color: #fff;
    color: #000044;
}

.tab span.hall-info {
    background-color: #959595;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
}

.tab span.hall-info.active {
    background-color: #fff;
    color: #da6a00;
}

a.tab-next {
    display: block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #9b9b9b;
    margin: 0 10px;
    border-radius: 15px;
    padding: 5px 0;
}

.tab-content {
	border: 2px solid #000044;
	padding: 15px 5px;
	border-top: 0;
}

.tab span:last-child {
	border-right: 0;
}

#main-contents .wpcr3_table_2 tr:nth-child(odd) td {
    background: none;
}

table.wpcr3_table_2 {
    border: 3px solid #f60 !important;
    border-collapse: collapse;
    background: #ffeee3;
    margin-left: -2px;
	margin-top: 50px;
}
.wpcr3_review {
    margin-bottom: 10px;
}
.wpcr3_aggregateRating .wpcr3_rating_style1_base .wpcr3_rating_style1_average {
    height: 40px;
    background: url(https://chonborista.com/wp-content/plugins/wp-customer-reviews-c/css/newstars.png) 0 -30px no-repeat;
    background-size: 166px;
}
.wpcr3_aggregateRating .wpcr3_rating_style1_base {
    background-size: cover;
    width: 162px;
    height: 30px;
}

.post-review {
	padding: 1em;
	border-top: solid 3px #08b008;
	border-left: solid 3px #08b008;
	border-right: solid 3px #000044;
	border-bottom: solid 3px #000044;
	background-color: #edffef;
	margin-bottom: 20px;
}
.post-review #id_wpcr3_ftext {
    width: 100%;
}
.post-review ul {
	list-style: none;
	margin: 10px 0!important;
	background-color: #fff;
	padding: 16px!important;
	border: 3px double #000044;
	border: 1px solid #9f9f9f;
}
.post-review #id_wpcr3_ftext {
    margin-bottom: 10px;
}
.post-review .wpcr3_button_1 {
	display: block;
	max-width: 150px;
	margin: 10px auto 0;
}
.post-review-result {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
}
.post-review-header {
    margin-bottom: 5px;
}
.post-review-value {
    margin-right: 10px;
	font-weight: bold;
}
.post-review-result p {
    margin: 0!important;
}
.post-review-result:last-child {
    border-bottom: 1px dashed #ccc;
}
.post-review-total-result {
    margin-bottom: 20px;
}
.post-review-total-result-part {
    margin-bottom: 5px;
}
.post-review input[type="radio"],.post-review input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

.youtube-btn {
    display: block;
    border: 2px solid #bd0000;
    background-color: #F00;
    color: #FFF!important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-right: 4px solid #7d0000;
    border-bottom: 4px solid #7d0000;
    padding: 5px;
}

.setteinerai {
    border: 2px solid #d40000;
	margin: 0px 2px 10px;
	background-color: #fffbf4;
    box-shadow: 1px 1px 3px #474747;
}

.setteinerai .star {
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	
}

.setteinerai .star p {
    padding: 0;
    font-size: 24px;
}

.setteinerai .star-title {
	font-size: 18px;
	border-bottom: #d40000 2px solid;
}

.setteinerai .star {
    box-shadow: none;
}

.setteinerai .star:after {
	display:none;
}

.setteinerai-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.setteinerai ul {
    list-style: none;
    padding: 5px!important;
    font-size: 14px;
    font-weight: bold;
    margin: 5px !important;
}
.setteinerai li {
    margin: 3px;
}
a.cyuumoku {
	max-width: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	text-align: left;
	display: block;
	margin: 5px 5px 0 5px;
	position: relative;
	padding: 10px 120px 10px 10px;
	text-decoration: none;
	background: #000044;
	color: #FFF;
	border-bottom: solid 5px #094e09;
	background-image: url(https://rx7038.com/wp-content/uploads/2018/07/Slot_reel.png);
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: 120% center;
	font-size: 18px;
	border-radius: 3px;
}

a.cyuumoku.red {
	background-image: none;
	text-align: center;
	padding: 3px 5px;
	margin: 0;
	font-size: 14px;
	background-color: #d40000;
	border-bottom: solid 5px #7a0000;
	color: #fff!important;
}

a.cyuumoku:before {
    /* content: ""; */
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}

a.cyuumoku:after {
    /* content: ""; */
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}

.setteinerai a.cyuumoku, .btn-list a.cyuumoku {
	background-image: none;
	text-align: center;
	padding: 3px 5px;
	margin-bottom:5px;
	font-size: 14px;
	background-color: #d40000;
	border-bottom: solid 5px #7a0000;
	background-color: #555555;
	border-bottom: solid 5px #1c1c1c;
}
.setteinerai a.cyuumoku {
	margin: 10px 10px 5px 10px;
}
.setteinerai ul.btn-list {
    font-size: 0;
    padding-top: 0!important;
}
.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}

.balloon5 .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.balloon5 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #ececec;
	border-radius: 50%;
}

.balloon5 .chatting {
	width: 100%;
}

.balloon5 .says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	border: 2px solid;
}

.says:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -27px;
	border: 12px solid transparent;
	border-right: 13px solid #000000;
}

.balloon5 .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
    border-right: 12px solid #ffffff;
}

.balloon5 .says p {
	margin: 0!important;
	padding: 0!important;
}

a.cyuumoku.kekka {
	background-image: none;
	background: #555555;
	border-bottom: solid 5px #1c1c1c;
	text-align: center;
	padding: 7px 0;
}
.tag #main-contents .contents {
	padding: 0;
}
.tag #main-contents .contents img {
	max-width: 100%;
}
li.date {
	text-align: center;
	color: #fffbf4;
	margin: 5px 0;
	background-color: #000044;
}
.hatsu {
	color: #fff;
	display: inline-block;
	background-color: #ff0000;
	padding: 0 3px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #3d0000;
	box-shadow: 1px 1px 1px #000;
}

.hatsu2 {
	color: #fff;
	display: inline-block;
    background: linear-gradient(-45deg,violet,indigo,blue,green,yellow,orange,red,red );
	padding: 0 3px;
	border-radius: 4px;
    text-shadow: 1px 1px 1px #414141;
	box-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

.logged-in .show-user {
	display: inline;
}
.logged-in div.show-user {
	display: block;
}
.show-user, .logged-in .show-general {
	display: none;
}
#swpm_message ul {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}
input[type="submit"] {
	padding: 2px 10px;
}
*, *: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;
}
form#commentform label {
	width: 120px;
	display: inline-block;
}
#main-contents #commentform p {
    margin-bottom: 10px;
}
#archives-2 {
	text-align: center;
}
#main-contents  .wp_rp_wrap .related_post_title {
	background: #000044 !important;
	color: #fff !important;
}

.premium_page #global-nav .menu-wrap, .premium_page .sub-column h3, .premium_page input#searchsubmit, .premium_page .mokuzitaitoru, .premium_page a.mokuzinimodoru, .premium_page ul#sp-menu li, .premium_page .sub-btn, .premium_page .page-top, .premium_page #footer {
	background: #440000;
}
.premium_page .sub-column .contents, .premium_page .post, .premium_page ul.mokuzi, .premium_page a.mokuzinimodoru, .premium_page #main-contents h4, .premium_page #main-contents .commentlist {
	border: solid 2px #440000;
}
.premium_page #global-nav #menu li a:hover, #global-nav #menu li a:active {
    background-color: #910000;
}
.premium_page #main-contents .wp_rp_wrap .related_post_title {
	background: #440000 !important;
}
.premium_page #main-contents h3 {
	border-bottom: 1px solid #440000;
	border-left: 10px solid #440000;
}

.premium_page h6 {
	background: #440000!important;
}
.premium_page h6:after {
	border-top: 15px solid #440000!important;
}

.premium_page #main-contents th {
    background: transparent linear-gradient(#c10000, #440000 50%);
}
.premium_page a.btn-1 {
	background-image: -webkit-linear-gradient(#b50000 0%, #440000 100%);
	background-image: linear-gradient(#b50000 0%, #440000 100%);
	border-bottom: solid 3px #200000;
}
a.touroku-btn {
	display: block;
	text-align: center;
	font-size: 18px;
	background-image: -webkit-linear-gradient(#b50000 0%, #440000 100%);
	background-image: linear-gradient(#b50000 0%, #440000 100%);
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 3px;
}
a.login-btn {
    display: block;
    text-align: center;
    font-size: 18px;
    background-image: -webkit-linear-gradient(#b50000 0%, #440000 100%);
    background-image: linear-gradient(#585858 0%, #000000 100%);
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 3px;
}
.premium_page .indexpost .post {
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding: 5px 5px 10px 5px;
	border: 0;
	border-bottom: 1px dashed #333;
	position: relative;
}
.question {
	font-weight: bold;
	color: #0036b6;
	margin-right: 3px;
}
.answer {
	font-weight: bold;
	color: #b60000;
	margin-right: 3px;
}
.wp-polls-ans p:last-child {
	display: none;
}

.wp-polls-ans p:nth-child(2) {
	display: block;
}

ul.btn-list {
	font-size: 0;
}
ul.btn-list li {
	width: 32.3%;
	display: inline-block;
	margin: 0.5%;
	box-sizing: border-box;
}
ul.btn-list li a.cyuumoku {
	margin: 0;
	padding: 5px;
	line-height: 1;
}