@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */

/*------------------------------------------------------------
レイアウト
-------------------------------------------------------------*/

html,body{ width: 100%; }


/*--------------------------------------------------------
1カラムレイアウト
--------------------------------------------------------*/

.col1 #container,
.col1 #top,
.col1 #header,
.col1 #global-nav,
.col1 #main,
.col1 #main-image,
.col1 #footer,
.col1 .copyright{
	width: 100%;
	min-width: 950px;
}

.col1 #top-in,
.col1 #header-in,
.col1 #global-nav-in,
.col1 #main-in,
.col1 #main-image-in,
.col1 #footer-in,
.col1 .copyright p{
	width: 950px;
	margin: auto;
}

.col1 #main-contents{ width: 100%; }


/*--------------------------------------------------------
2カラムレイアウト
--------------------------------------------------------*/

.col2 #container,
.col2 #top,
.col2 #header,
.col2 #global-nav,
.col2 #main,
.col2 #main-image,
.col2 #footer,
.col2 .copyright,
.col2r #container,
.col2r #top,
.col2r #header,
.col2r #global-nav,
.col2r #main,
.col2r #main-image,
.col2r #footer,
.col2r .copyright{
	width: 100%;
	min-width: 950px;
}

.col2 #top-in,
.col2 #header-in,
.col2 #global-nav-in,
.col2 #main-in,
.col2 #main-image-in,
.col2 #footer-in,
.col2 .copyright p,
.col2r #top-in,
.col2r #header-in,
.col2r #global-nav-in,
.col2r #main-in,
.col2r #main-image-in,
.col2r #footer-in,
.col2r .copyright p{
	width: 944px;
	margin: auto;
}

.col2 #sidebar,
.col2r #sidebar{ width: 29.5%; }

.col2 #main-and-sub,
.col2r #main-and-sub{ width: 66.8%; }


/*コンテンツ配置*/
.col2 #main-and-sub{ float: left; }
.col2 #sidebar{ float: right; }

.col2r #main-and-sub{ float: right; }
.col2r #sidebar{ float: left; }


/*--------------------------------------------------------
3カラムレイアウト
--------------------------------------------------------*/

.col3 #container,
.col3 #top,
.col3 #header,
.col3 #global-nav,
.col3 #main,
.col3 #main-image,
.col3 #footer,
.col3 .copyright,
.col3r #container,
.col3r #top,
.col3r #header,
.col3r #global-nav,
.col3r #main,
.col3r #main-image,
.col3r #footer,
.col3r .copyright{
	width: 100%;
	min-width: 950px;
}

.col3 #top-in,
.col3 #header-in,
.col3 #global-nav-in,
.col3 #main-in,
.col3 #main-image-in,
.col3 #footer-in,
.col3 .copyright p,
.col3r #top-in,
.col3r #header-in,
.col3r #global-nav-in,
.col3r #main-in,
.col3r #main-image-in,
.col3r #footer-in,
.col3r .copyright p{
	width: 950px;
	margin: auto;
}

.col3 #sidebar,
.col3r #sidebar{ width: 20%; }

.col3 #main-and-sub,
.col3r #main-and-sub{ width: 78.5%; }

.col3 #main-contents,
.col3r #main-contents{ width: 72.5%; }

.col3 #sub-contents,
.col3r #sub-contents{ width: 25.45%; }


/*コンテンツ配置*/
.col3 #main-and-sub{ float: left; }
.col3 #main-contents{ float: right; }
.col3 #sub-contents{ float: left; }
.col3 #sidebar{ float: right; }

.col3r #main-and-sub{ float: left; }
.col3r #main-contents{ float: left; }
.col3r #sub-contents{ float: right; }
.col3r #sidebar{ float: right; }


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

#container{ background-color: #fff; }


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

body{ color: #333; }

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

a:link,
a:visited{ color: #0000FF; }
a:hover,
a:active{ color: #f60; }


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

#container{
	position: relative;
	padding-top: 0;
	background: url(./img/back-bg.png) left top #fff;
}

/*画像の回り込み*/

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

}

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

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


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

#header{
	background: url(./img/header-bg.png) center top repeat-y;
	font-size: 1.2em;
	border-bottom:2px solid #ddd;
}

#header-in{ 
	position:relative;
	padding:11px 0 0 0;
}

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

#header .header-logo{
	width: 430px;
        margin-bottom: 11px;
        padding-left: 10px;
}


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

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


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

.head-1 {
	padding:0.4em 0.5em;
	position:absolute;
	top:15px;
	right:0px;
	font-size:1em;
	border:2px solid #ccc;
	background-color:#ddd;
	max-width:580px;
	max-height:1.5em;
	overflow:scroll;
	overflow-y:auto;
	overflow-x:visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#header h1 {
	display:inline;
	padding-left:0.05em;
	font-size:1em;
}


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

#global-nav{
	background:url(./img/gnavi-bg.png) center top repeat-x #4F4C42;
	border-bottom:2px solid #ddd;
	position:relative;
}

#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; }

#menu-g{
	padding-bottom: 0;
	font-size: 1.2em;
}

#global-nav #menu-g li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #fff; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
	width:157px;
}

#global-nav #menu-g li.first{ border-left: solid 1px #000; } /*一番左のメニューだけに追加指示*/

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

/*メニューのデザイン*/
#global-nav #menu-g li a{
	display: block;
	padding: 0.8em 0;
	color: #fff; /* メニューのフォントの色*/
	text-decoration: none;
	text-align:center;
}

#global-nav #menu-g li a:link,
#global-nav #menu-g li a:visited{ 
	background:url(./img/gnavi-bg.png) center top repeat-x #4F4C42;
	color:#fff;
}

#global-nav #menu-g li a:hover,
#global-nav #menu-g li a:active {
	background-image:none;
	background-color:#ddd;
	color:#fff;
}

#global-nav #menu-g 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;
	width:157px;
}

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

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

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


/*--------------------------------------------------------
パンくず
--------------------------------------------------------*/
#siteNavi {
	clear: both;
	margin-left: 1%;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#siteNavi  a{
	padding-right: 5px;
}


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

#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;
}


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

#main {
	position:relative;
}

.col1 #main-in, .col2 #main-in {
        width: 950px;
}
#main-and-sub {
	margin-bottom:40px;
}

#main-contents{ 
	background-color:#fff;
	border:3px solid #A7A7A7;
	font-size:1.6em;
	position:relative;
	overflow: hidden;
}


#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1 ,#space2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
}


/*●H2タグ*/
#main-contents h2{
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.9em 0.9em 0.9em 1.5em;
	border-top: 3px solid #98CC66;
	border-left: 1px solid #98CC66;
	border-right: 1px solid #98CC66;
	background: url(./img/bg-conts-h2.gif) left top repeat-x #78B93A;
	font-size: 1.286em;
	font-weight: bold;
	color:#fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

h2:before {
	content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0.6em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #fff; }

#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 {
	position: relative;
	background-color: #A7A7A7;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 -20px 1.5em -20px;
	padding: 0.8em;
	color:#fff;
}

#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 1.5em;
	padding: 0.8em;
	border: 2px solid #ddd;
	background-color: #fff;
        color: #333;
	font-weight: bold;
}

#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 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#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; }


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


/*●リストタグ*/
#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;
}


/*●サイトマップ*/
#sitemaps{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 45%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}




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

#sidebar,
#menubox {
	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.4em; }

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

.sub-column h4{
	padding: 0.7em 0.7em 0.7em 3.5em;
	background: url(./img/car-tap.png) 6px center no-repeat #A7A7A7;
	color: #fff; /*見出し文字の色*/
	font-weight: bold;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}

.menubox ul {
	margin-bottom:40px;
}

.menubox ul li {
	border-bottom:1px dotted #79796A;
	padding:0.8em 0 0.8em 1em;
	margin-left:1.5em;
	font-size:14px;
}

.menubox ul li a:link,
.menubox ul li a:visited {
	text-decoration:none;
}

.menubox ul li a:hover {
	text-decoration:underline;
}


/*●バナーエリア*/
.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: #c00404; /*フッター全体の背景色を指定*/
	background: url("./images/footer-bg.png") left top repeat-x #4F4C42;
	border-top: 1px solid #85877c;
	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;
	border: 2px solid #98CC66;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

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

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

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

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

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


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

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

#footer .footer-menu2 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(./img/icon-arrow02.png) left top no-repeat;
}

.area01 .footer-menu li {
	width:100%
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./img/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{
	padding: 5px 0;
	background: #78B93A;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

.copyright a{
	color: #fff;
	text-decoration: none;
}


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

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	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(./img/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}

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


/*------------------------------------------------------------
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; }


/*------------------------------------------------------------
オリジナルCSS
-------------------------------------------------------------*/

/*飾り枠01*/
.kazari-waku01 {
border-top: 5px solid #ccc;
border-bottom: 5px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 0 0 1.5em 0;
padding: 14% 0.8em 0 0.8em;
background: url(./images/kazari-check01.png) center 5px no-repeat;
}

table .bg-gray {
background-color: #EEEEEE;
}

/*  ランキングBOX  */
.rank-box {
	background:url(./img/rank-bg-top.png) left top no-repeat #78B93A;
	margin:0 0px 30px 0px;
	padding:0 20px 10px 20px;
	border:1px solid #679A28;
	position:relative;
	overflow:hidden;
}

.rank-box p {
	margin: 0 0 1.7em 0;
}

#main-contents .rank-box h2.title {
	background: url(./img/rank-hh2.png) left center no-repeat;
	border:none;
	box-shadow: none;
	font-size: 130%;
	color:#fff;
	padding: 0.8em 0 0.8em 2.1em;
	margin: 0 0 0 0;
}

#main-contents .rank-box h2:before {
	display:none;
}

.rank-body {
	border:1px solid #679A28;
	background-color:#FFF;
	padding:20px 10px 20px 10px;
	margin-bottom:20px;
}

#main-contents .rank-body h3 {
	background: url(./img/rank-hh3.png) left top repeat-x #e8e6e6;
	color: #333;
	font-size: 1.1em;
	border-top:3px solid #78B93A;
	border-bottom:3px solid #78B93A;
	border-left:1px solid #e8e6e6;
	border-right:1px solid #e8e6e6;
	padding: 7px 0 7px 20px;
	margin: 0 0 0 0;
	line-height:1.5;
}

.rank-box .rank1 h3 {
	background:url(./img/gold-rank1.png) left center no-repeat transparent;
}

.rank-box .rank2 h3 {
	background:url(./img/silver-rank2.png) left center no-repeat transparent;
}

.rank-box .rank3 h3 {
	background:url(./img/silver-rank3.png) left center no-repeat transparent;
}

.rank-box .rank-cont {
	overflow:hidden;
	padding-top:20px;
}

.rank-box .banner {
	float:left;
}

.rank-box .rank-text {
	float:right;
	 width: 70%;
	margin-bottom:20px;
}

.rank-cont table {
	width: 100%;
  	margin: 0 0 10px 0;
  	color: #fff;
  	font-size: 1em;
  	border: 1px solid #4F4C42;
  	border-collapse: separate;
}

.rank-cont table th {
	width: 16.6%;
  	background: #4F4C42;
  	text-align: center;
  	border-left: 1px solid #fff;
	padding: 0.4em 0;
}

.rank-cont table th.col1 {
  	background: #4F4C42;
  	text-align: center;
	color: #fff;
	padding: 0.4em 0;
	font-size: 1em;
}

.rank-cont table th:first-child {
	 border: none;
}

.rank-cont table td {
	padding: 2% 0;
  	text-align: center;
  	font-size: 1em;
	color: #333;
}

.rank-cont table td.col2 {
  	text-align: left;
  	font-size: 0.8em;
	padding: 10px;
	color: #333;
}

.link-bt {
	background:url(./img/link-btbg.png) left top repeat-x #E20002;
	text-align:center;
	font-size:20px;
	color:#FFF;
	display:block;
	padding:0.5em;
	border:1px solid #304000;
	font-weight:bold;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	position:relative;
}


/* 新着リスト */
#whatsnew {
	border: 1px solid #CCCCCC;
	background-image: url(img/whats_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 20px 20px 20px;
}
#whatsnew  li  {
	line-height: 1.7em;
	background: url(./img/whats_li.jpg) left 6px no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

/* カテゴリーリスト */

#categorylist {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorylist .cbox{
	margin-bottom:15px;
	font-size:13px;
}

#categorylist .cbox:after {
	clear: both;
}

#categorylist h3 {
	position: relative;
	background-color: #A7A7A7;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 -10px 1.5em -10px;
	padding: 0.8em;
	color:#fff;
}

#categorylist h3 a{
	color: #fff;
}

#categorylist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* エントリーリスト */

#entrylist {
	padding: 0 10px 0 10px;
}

#entrylist dl {
	padding: 0 3% 0 3%;
	display: block;
}

#main #entrylist h3 {
	margin-bottom: 1em;
}

#entrylist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}

/* サイドメニュー */

#searchresult{
	padding:15px;
}

#searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#searchresult dd{
	margin:0px;
	line-height:130%;
	font-size:13px;
}

#linklist {
	padding: 15px;
}

#linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}



/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

@media
only screen and (max-width : 640px){


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

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}


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

#container{
	padding-top: 0;
	padding-bottom: 0;
}


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

/*●ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}

#header .header-logo{ font-size: 2em; }


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

#global-nav{ 
	border-bottom: 0; 
	background:none;
	background: url(./img/gnavi-bg.png) left top repeat-x #4F4C42;
}

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(./img/icon-arrow05.png) 1em center no-repeat,url(./img/gnavi-bg.png) left top repeat-x #4F4C42;
	color: #fff;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu-g{ margin-bottom: 0; }

#global-nav #global-nav-in #menu-g,
#global-nav #global-nav-in #menu-g li{
	width: 100%;
	border: 0;
}

#global-nav #menu-g li.first{ border-left: 0; }

#global-nav #global-nav-in #menu-g li{
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	white-space: normal;
}

#global-nav #global-nav-in #menu-g li.first{ border-left: 0; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu-g li a:link,
#global-nav #global-nav-in #menu-g li a:visited,
#global-nav #global-nav-in #menu-g li a:hover,
#global-nav #global-nav-in #menu-g li a:active{ 
	background: #fff;
	color:#333;
}

#global-nav #global-nav-in #menu-g ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 1em;
	cursor: pointer;
}


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

#main-image .catch-copy{ font-size: 1.4em; }


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

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}


/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	padding-left: 2.5em!important;
	background: url(./img/icon-arrow05.png) 1em center no-repeat, url(./img/side-btn02.png) left top repeat-x #7c7a73;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	color: #fff;
	cursor: pointer;
}

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

.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }


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

#footer .footer-menu ul{
	float: none;
	width: 100%;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.copyright{ padding-bottom: 5px; }

.copyright span{ display: block; }


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

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

img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}


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

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

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

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/



/*--------------------------------------------------------
モバイル用レイアウト
------------------------------------------------------*/

@media
only screen and (max-width : 640px){

#container,
#top,
#header,
#global-nav,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner,
.copyright{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in,
#header-in,
#breadcrumbs ol,
#global-nav-in,
#main-image-in,
#main-in,
#footer-in,
#footer-banner ul,
.copyright p{
	width: 98%!important;
	margin: 0 1%!important;
}

#sub-contents,
#sidebar,
#main-and-sub,
#main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }


/* ヘッダー */
 #header {
box-shadow:rgba(66, 59, 52, 0.5) 0px 2px 6px 0px inset;
-webkit-box-shadow:rgba(66, 59, 52, 0.5) 0px 2px 6px 0px inset;
-moz-box-shadow:rgba(66, 59, 52, 0.5) 0px 2px 6px 0px inset;
}

#header-in {
 padding: 0.4em 0 0.2em 0;
 background:none;
 position:static;
}

#header .header-logo {
        text-align: center;
        padding-left: 0;
	margin-top: 5px;
        margin-bottom: 5px;
        width: auto;
}

#header .header-logo img {
        width: 100%;
        max-width: 252px;
        padding-left: 0;
}

.head-1 {
 max-width:70%;
 max-height:none;
 line-height:1.2em;
 margin-left:auto;
 margin-right:auto;
 position:static;
 border:none;
 background-color: transparent;
 text-align:center;
}

#header h1 {
 display:block;
 background-color:#ddd;
 padding:0.2em 0.4em;
 margin-bottom:5px;
 margin-left:0px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 font-size:1em;
}

/* コンテンツ　*/

#sub-contents, #sidebar, #main-and-sub, #main-contents {
        width: 96%!important;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: auto;
        margin-right: auto;
}


/*パンくず*/
#siteNavi {
	clear: both;
	margin-left: 3%;
	margin-bottom: 1em;
	font-size: 1em;
}


#main-in {
        padding-top: 10px;
}

#main-and-sub {
 margin-bottom: 0px;
}

#main-contents {
 border: 3px solid #A7A7A7;
 margin-bottom:2em;
 font-size:1.4em;
}

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1 ,#space2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
}

/*●H2タグ*/
#main-contents h2{
	margin: 0 -2px 1.5em -2px;
}


/*●H3タグ*/
#main-contents h3 {
	background-color: #A7A7A7;
	font-size: 1.143em;
	font-weight: bold;
	margin: 0 -15px 1.5em -15px;
	padding: 0.8em;
	color:#fff;
}

/*飾り枠01*/
.kazari-waku01 {
background: url(./img/kazari-check01_sp.png) center 0.7em no-repeat #fff;
background-size:90%;
padding-top: 16%;
}


/*ランキングパーツ*/
.rank-box .banner {
	text-align:center;
	padding:0 0 20px 0;
	float:none;
}

.rank-box .rank-text {
	width:auto;
	float:none;
}

header #description {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#E6E7DF;
	padding:0.2em 0.4em;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
}

#footer .area02 {
	display: none;
}


}