<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/
*{
margin:0;
padding:0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption{
background:transparent;
border:0;
font-size:100%;
outline:0;
vertical-align:baseline;
}
blockquote:before,blockquote:after,q:before,q:after{
content:'';
content:none;
}
body{ line-height:1; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
div,p,h1,h2,h3,h4,h5,h6{
_zoom:1;
display:block;
text-align:left;
}
img{
border:0;
}
@media screen and (max-width:899px){
img{
font-size:0;
height:auto;
line-height:0;
max-width:100%;
vertical-align:top;
}
}
@media screen and (max-width:640px){
img{
float:none !important;
}
}
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{
border-collapse:collapse;
border-spacing:0;
}
input,select{
vertical-align:middle;
}
/*
==================================================
基本スタイル
==================================================
*/
body{
background-color:#fbf9ef;
color:#414141;
font-family:'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
font-size:14px;
line-height:180%;
text-align:center;
letter-spacing:-0.001em;/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust:100%;/* 文字サイズの自動調整機能のキャンセル */
}
h1,h2,h3,h4,h5,h6,.title,dt{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
font-weight:700;
}
.clear{
clear:both;
font-size:1px;
line-height:0;
}
/* リスト
==================================================
*/
ul{
padding:15px 0;
}
ul li{
background-image:url(img/li.png);
background-position:4px 10px;
background-repeat:no-repeat;
padding:8px 0 8px 34px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
ul li{
background-image:url(img/li@2x.png);
-webkit-background-size:24px 22px;
background-size:24px 22px;
}
}
ol{
list-style-type:decimal;
padding:10px 0 10px 25px;
}
/* リンク
==================================================
*/
a{ color:#972941; }
a:hover{
color:#972941;
text-decoration:none;
}
a:hover img{
background:none !important;
}
a img{ background:none !important; }
#main a:hover,#menu a:hover,#rmenu a:hover,#pagetop a:hover{
left:1px;
position:relative;
top:1px;
}
@media screen and (max-width:640px){
#main a:hover,#menu a:hover,#rmenu a:hover,#pagetop a:hover{
left:0;
top:0;
}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper{
overflow:hidden;
position:relative;
text-align:center;
}
#contents{
margin:0 auto 60px auto;
padding-top:20px;
position:relative;
text-align:center;
width:900px;
}
#siteNavi{
color:#877403;
font-size:12px;
margin-bottom:5px;
position:relative;
}
@media screen and (max-width:899px){
#contents{
margin-bottom:50px;
padding:10px 10px 0 10px;
width:auto;
}
}
@media screen and (max-width:640px){
#contents{
margin-bottom:0;
padding:0;
}
#siteNavi{
border-top:1px solid #eee9d9;
float:none;
font-size:11px;
margin-bottom:0;
padding:5px;
}
}
/* ページ上部へ戻る
==================================================
*/
#pagetop{
bottom:-60px;
_bottom:-61px;
clear:both;
font-size:0;
line-height:0;
position:absolute;
right:0;
z-index:5;
}
#pagetop a{
background-image:url(img/pagetop_button.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:30px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:140px;
}
@media screen and (max-width:899px){
#pagetop{
bottom:-50px;
right:10px;
}
#pagetop a{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3ce7f),color-stop(100%,#c9a03e));
background:linear-gradient(to bottom,#f3ce7f 0%,#c9a03e 100%);
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
-moz-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
color:#ffffff;
font-size:11px;
line-height:30px;
padding:0 10px 0 25px;
position:relative;
text-decoration:none;
text-indent:0;
text-shadow:0 1px 3px rgba(113,84,18,0.2);
white-space:normal;
width:auto;
}
#pagetop a:before{
border-right:1px solid #ffffff;
border-top:1px solid #ffffff;
content:"";
height:4px;
margin-top:-2px;
left:10px;
position:absolute;
top:50%;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:4px;
}
#pagetop a:after{
background-color:#ffffff;
content:"";
display:block;
height:6px;
left:12px;
margin-top:-2px;
position:absolute;
top:50%;
width:1px;
}
}
@media screen and (max-width:640px){
#pagetop{
bottom:auto;
padding:10px;
position:static;
right:auto;
}
#pagetop a{
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-size:16px;
height:auto;
line-height:normal;
padding:10px 0;
text-align:center;
}
#pagetop a:before{
border:none;
height:auto;
margin-top:auto;
left:auto;
position:static;
top:auto;
-webkit-transform:none;
transform:none;
width:auto;
}
#pagetop a:after{
background-color:transparent;
content:"";
display:inline;
height:auto;
left:auto;
margin-top:auto;
position:static;
top:auto;
width:auto;
}
}
/* 検索ボックス
==================================================
*/
#searchbox form{
background-image:url(img/search_input.png);
background-position:left top;
background-repeat:no-repeat;
font-size:12px;
height:24px;
left:50%;
margin-left:205px;
position:absolute;
text-align:left;
top:34px;
width:245px;
z-index:1;
}
#searchbox input{
background-color:transparent;
background-image:url(img/searchbutton.png);
background-position:left top;
background-repeat:no-repeat;
border:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
cursor:pointer;
height:24px;
left:205px;
overflow:hidden;
position:absolute;
text-indent:200%;
top:0;
white-space:nowrap;
width:40px;
-webkit-appearance:none;
}
#searchbox .skwd{
background-image:none;
cursor:auto;
height:20px;
left:2px;
line-height:20px;
text-indent:0;
top:2px;
width:196px;
}
@media screen and (max-width:899px){
#searchbox form{
background:none repeat scroll 0 0 transparent;
left:auto;
margin-left:0;
right:10px;
width:27.2222222222%;
}
#searchbox input{
background:url(img/searchbutton_2.png),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3ce7f),color-stop(100%,#c9a03e));
background:url(img/searchbutton_2.png),linear-gradient(to bottom,#f3ce7f 0%,#c9a03e 100%);
background-position:center center,0 0;
background-repeat:no-repeat;
-webkit-border-radius:2px;
border-radius:2px;
left:auto;
right:0;
width:20%;
}
#searchbox .skwd{
background-color:#ffffff;
-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.2) inset;
box-shadow:3px 3px 5px rgba(0,0,0,0.2) inset;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
height:24px;
left:0;
line-height:24px;
padding:0 5px;
top:0;
width:78%;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#searchbox input{
background:url(img/searchbutton_2@2x.png),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3ce7f),color-stop(100%,#c9a03e));
background:url(img/searchbutton_2@2x.png),linear-gradient(to bottom,#f3ce7f 0%,#c9a03e 100%);
background-position:center center,0 0;
background-repeat:no-repeat;
-webkit-background-size:15px 15px,auto auto;
background-size:15px 15px,auto auto;
}
}
@media screen and (max-width:640px){
#searchbox form{
height:36px;
margin-bottom:10px;
position:relative;
right:auto;
top:auto !important;
width:100%;
}
#searchbox input{
background:none,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3ce7f),color-stop(100%,#c9a03e));
background:none,linear-gradient(to bottom,#f3ce7f 0%,#c9a03e 100%);
color:#402504;
font-size:13px;
height:36px;
line-height:36px;
text-indent:0;
white-space:normal;
}
#searchbox .skwd{
border:1px solid #c0c0c0;
font-size:14px;
height:36px;
line-height:36px;
}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img{
}
.txt-img img{
margin:0 8px 8px 8px;
}
.center{
margin-bottom:5px;
margin-top:5px;
text-align:center;
}
.float-l{ float:left;}
.float-r{ float:right;}
.float-l img,.float-r img{
margin-bottom:20px;
}
.float-l img{ 
margin-right:20px;
}
.float-r img{
margin-left:20px;
}
.clear,.FloatEnd{
clear:both;
font-size:1px;
height:0;
line-height:0;
}
/* (スマホ用)画像の中央揃え処理 */
@media screen and (max-width:640px){
.txt-img{
padding:0 10px;
text-align:center !important;
}
.txt-img,.txt-img img{
float:none !important;
}
.float-l p,.float-l{
text-align:center;
float:none;
}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top{
background-color:#6d2127;
background-image:url(img/top_bg.gif);
background-position:center top;
background-repeat:repeat-x;
-webkit-box-shadow:0 3px 5px rgba(163,113,113,0.5);
-moz-box-shadow:0 3px 5px rgba(163,113,113,0.5);
box-shadow:0 3px 5px rgba(163,113,113,0.5);
position:relative;
}
#top .inner{
background-image:url(img/border_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
padding-bottom:3px;
}
#top h1{
left:50%;
margin-left:-450px;
padding:20px 0;
position:relative;
text-shadow:2px 2px 3px rgba(38,8,11,0.3);
width:600px;
}
#top h1 a{
color:#ffffff;
font-size:22px;
line-height:1.4;
text-decoration:none;
}
#top h1 a img{
vertical-align:middle;
}
@media screen and (max-width:899px){
#top{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4a0006),color-stop(100%,#6d2127));
background:linear-gradient(to bottom,#4a0006 0%,#6d2127 100%);
padding-left:10px;
padding-right:10px;
position:relative;
}
#top:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c19732),color-stop(20%,#f4d182),color-stop(40%,#c19732),color-stop(60%,#f4d182),color-stop(80%,#c19732),color-stop(100%,#f4d182));
background:linear-gradient(to right,#c19732 0%,#f4d182 20%,#c19732 40%,#f4d182 60%,#c19732 80%,#f4d182 100%);
bottom:0;
content:"";
height:3px;
left:0;
position:absolute;
right:0;
}
#top .inner{
background:none repeat scroll 0 0 transparent;
}
#top h1{
left:auto;
margin-left:0;
width:66.6666666667%;
}
}
@media screen and (max-width:640px){
#top{
padding:0;
}
#top .inner{
display:table;
padding:0;
width:100%;
}
#top h1{
display:table-cell;
padding:15px 10px 18px;
width:auto;
}
#top h1 a{
font-size:18px;
}
}
/* ヘッダー
==================================================
*/
#headerbox{
background-image:url(img/headerbox_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
padding-bottom:6px;
text-align:center;
}
#headerbox .inner{
background-image:url(img/headerbox_inner.gif);
background-position:center top;
background-repeat:repeat-x;
padding:20px 0;
text-align:center;
}
#header{
background-color:#ffffff;
height:350px;
margin:0 auto;
overflow:hidden;
position:relative;
text-align:left;
width:900px;
}
#header img{
left:0;
position:absolute;
top:0;
}
#header #headertxt{
left:90px;
position:absolute;
top:90px;
width:60%;
}
#header .title a,#header .desc{
color:#601d26;
text-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
#header .title a{
font-size:36px;
font-weight:700;
line-height:1.2;
text-decoration:none;
word-wrap:break-word;
}
#header .desc{
font-size:14px;
line-height:1.6;
padding-top:20px;
word-wrap:break-word;
}
@media screen and (max-width:899px){
#headerbox{
background:none repeat scroll 0 0 transparent;
position:relative;
}
#headerbox:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(15%,#f8f2d5),color-stop(70%,#f0df95));
background:linear-gradient(to bottom,#f8f2d5 15%,#f0df95 70%);
border-top:1px solid #ede0c9;
bottom:0;
content:"";
height:5px;
left:0;
position:absolute;
right:0;
}
#headerbox .inner{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#db999a),color-stop(100%,#fdfbfc));
background:linear-gradient(to bottom,#db999a 0%,#fdfbfc 100%);
padding:10px;
position:relative;
}
#headerbox .inner:before{
background-image:url(img/headerbox_inner.png);
background-position:center top;
background-repeat:repeat;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
}
#headerbox #header{
height:auto !important;
margin:0;
width:auto;
}
#header img{
position:static;
}
#header #headertxt{
left:40px;
top:70px;
}
#header .title a{
font-size:30px;
}
#header .desc{
padding-top:10px;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#headerbox .inner:before{
background-image:url(img/headerbox_inner@2x.png);
-webkit-background-size:142px 142px;
background-size:142px 142px;
}
}
@media screen and (max-width:640px){
#headerbox,#headerbox .inner{
background:none repeat scroll 0 0 transparent;
padding:0;
}
#headerbox:before{
background:none repeat scroll 0 0 transparent;
border-top:none;
bottom:auto;
height:auto;
left:auto;
position:static;
right:auto;
}
#headerbox .inner:before{
background:none repeat scroll 0 0 transparent;
bottom:auto;
left:auto;
position:static;
right:auto;
top:auto;
}
#header #headertxt{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#db999a),color-stop(100%,#fdfbfc));
background:linear-gradient(to bottom,#db999a 0%,#fdfbfc 100%);
left:auto;
overflow:hidden;
padding:15px 10px;
position:relative;
top:auto;
width:auto;
}
#header .title{
text-align:center;
}
#header .title a{
font-size:22px;
}
}
/* トップメニュー
==================================================
*/
#topmenubtn{
display:none;
}
#topmenubox{
text-align:center;
}
#topmenu{
background-color:#ffffff;
background-image:url(img/border_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
-webkit-box-shadow:0 3px 5px rgba(163,113,113,0.5);
-moz-box-shadow:0 3px 5px rgba(163,113,113,0.5);
box-shadow:0 3px 5px rgba(163,113,113,0.5);
padding:1px 0 4px 0;
position:relative;
text-align:center;
}
#topmenu .inner{
background-image:url(img/topmenu_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
padding:2px 0;
text-align:center;
}
#topmenu ul{
background-image:url(img/topmenu_li.gif);
background-position:left top;
background-repeat:repeat-y;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
margin:0 auto;
overflow:hidden;
padding:0;
position:relative;
width:900px;
*margin:0;
}
#topmenu li{
background-image:url(img/topmenu_li.gif);
background-position:right top;
background-repeat:repeat-y;
float:left;
margin-bottom:-32767px;
overflow:hidden;
padding:0 0 32767px 0;
text-align:center;
width:180px;
}
#topmenu li a{
color:#725637;
display:block;
font-size:14px;
padding:0 10px;
text-decoration:none;
}
#topmenu li a:hover{
text-decoration:underline;
}
@media screen and (max-width:899px){
#topmenu{
background:none repeat scroll 0 0 transparent;
}
#topmenu:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c19732),color-stop(20%,#f4d182),color-stop(40%,#c19732),color-stop(60%,#f4d182),color-stop(80%,#c19732),color-stop(100%,#f4d182));
background:linear-gradient(to right,#c19732 0%,#f4d182 20%,#c19732 40%,#f4d182 60%,#c19732 80%,#f4d182 100%);
border-top:1px solid #ffffff;
bottom:0;
content:"";
height:3px;
left:0;
position:absolute;
right:0;
}
#topmenu .inner{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f7f2e9));
background:linear-gradient(to bottom,#ffffff 0%,#f7f2e9 100%);
padding-left:10px;
padding-right:10px;
position:relative;
}
#topmenu .inner:before{
background-image:url(img/topmenu_bg.png);
background-position:center top;
background-repeat:repeat;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
}
#topmenu ul{
background:none repeat scroll 0 0 transparent;
display:table;
margin:0;
table-layout:fixed;
width:100%;
}
#topmenu li{
background:none repeat scroll 0 0 transparent;
display:table-cell;
float:none;
margin:0;
padding:0;
width:auto;
}
#topmenu li a{
position:relative;
}
#topmenu li a:before,#topmenu li:first-child a:after{
background-color:#eeead7;
bottom:2px;
content:"";
position:absolute;
top:2px;
width:1px;
}
#topmenu li a:before{
right:0;
}
#topmenu li:first-child a:after{
left:0;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#topmenu .inner:before{
background-image:url(img/topmenu_bg@2x.png);
-webkit-background-size:180px 180px;
background-size:180px 180px;
}
}
@media screen and (max-width:640px){
#topmenubtn{
position:relative;
vertical-align:middle;
width:90px;
}
#topmenubtn:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f6f1e7));
background:linear-gradient(to bottom,#ffffff 0%,#f6f1e7 100%);
border-left:2px solid #c19732;
bottom:3px;
content:"";
position:absolute;
right:0;
top:0;
width:90px;
}
#topmenubtn span{
color:#6e563c;
cursor:pointer;
display:block;
overflow:hidden;
padding:10px 0 13px 40px;
position:relative;
z-index:1;
}
#topmenubtn span:before,#topmenubtn span:after{
content:"";
height:4px;
position:absolute;
right:60px;
top:50%;
width:20px;
}
#topmenubtn span:before{
border-bottom:3px solid #6e563c;
border-top:3px solid #6e563c;
height:4px;
margin-top:-11px;
}
#topmenubtn span:after{
border-top:3px solid #6e563c;
height:0;
margin-top:3px;
}
.topmenubtnOn{
display:table-cell !important;
}
#topmenubox{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f1e8));
background:linear-gradient(to bottom,#ffffff 0%,#f5f1e8 100%);
display:none;
overflow:hidden;
padding:10px 10px 3px 10px;
position:relative;
}
#topmenubox:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c19732),color-stop(20%,#f4d182),color-stop(40%,#c19732),color-stop(60%,#f4d182),color-stop(80%,#c19732),color-stop(100%,#f4d182));
background:linear-gradient(to right,#c19732 0%,#f4d182 20%,#c19732 40%,#f4d182 60%,#c19732 80%,#f4d182 100%);
bottom:0;
content:"";
height:3px;
left:0;
position:absolute;
right:0;
}
.menuon{
display:block !important;
}
#topmenu{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0 -10px 10px;
padding:0;
}
#topmenu:before{
background:none;
border-top:none;
bottom:auto;
content:"";
height:auto;
left:auto;
position:static;
right:auto;
}
#topmenu .inner{
background:none repeat scroll 0 0 transparent;
padding:0;
}
#topmenu .inner:before{
background:none repeat scroll 0 0 transparent;
bottom:auto;
left:auto;
position:static;
right:auto;
top:auto;
}
#topmenu ul{
display:block;
}
#topmenu li{
border-bottom:1px solid #edead9;
display:block;
}
#topmenu li:last-child{
border-bottom:none;
}
#topmenu li a{
padding:10px 30px 10px 10px;
text-align:left;
}
#topmenu li a:before{
background-color:transparent;
border-bottom:2px solid #6e563c;
border-right:2px solid #6e563c;
height:6px;
margin-top:-4px;
right:10px;
top:50%;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:6px;
}
#topmenu li:first-child a:after{
background:none;
height:auto;
content:"";
left:auto;
position:static;
top:auto;
width:auto;
}
}
/* トップサブメニュー
==================================================
*/
#topsubmenu{
font-size:0;
left:50%;
letter-spacing:-.40em;
line-height:0;
margin-left:260px;
position:absolute;
text-align:right;
top:0;
width:190px;
}
#topsubmenu span{
display:inline-block;
letter-spacing:normal;
line-height:normal;
margin-left:5px;
*display:inline;
*zoom:1;
}
#topsubmenu span a{
background-position:left top;
background-repeat:no-repeat;
display:block;
height:19px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
}
#topsubmenu span#rssbtn a{
background-image:url(img/rss_button.png);
width:90px;
}
#topsubmenu span#sitemapbtn a{
background-image:url(img/sitemap_button.png);
width:90px;
}
@media screen and (max-width:899px){
#topsubmenu{
left:auto;
margin-left:0;
right:10px;
width:auto;
}
#topsubmenu span{
background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(50%,#f2f2f2));
background:linear-gradient(to bottom,#ffffff 50%,#f2f2f2 50%); 
border-bottom:1px solid #dadada;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-moz-border-radius:0 0 3px 3px;
border-radius:0 0 3px 3px;
}
#topsubmenu span a{
color:#725637;
font-size:10px;
line-height:18px;
overflow:hidden;
padding:0 15px;
position:relative;
text-decoration:none;
text-indent:0;
white-space:normal;
}
#topsubmenu span#rssbtn a,#topsubmenu span#sitemapbtn a{
background-image:none;
width:auto;
}
}
@media screen and (max-width:640px){
#topsubmenu{
overflow:hidden;
position:static;
text-align:left;
right:auto;
top:auto;
}
#topsubmenu span{
background:none repeat scroll 0 0 #311909;
border:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
float:left;
margin:0 0 10px 0;
width:49%;
}
#topsubmenu span:nth-child(2n){
float:right;
}
#topsubmenu span a{
color:#ffffff;
font-size:13px;
height:auto;
line-height:normal;
padding:10px 25px 10px 10px;
}
#topsubmenu span a:before{
border-bottom:2px solid #6e563c;
border-right:2px solid #6e563c;
content:"";
height:6px;
margin-top:-4px;
position:absolute;
right:10px;
top:50%;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:6px;
}
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main{
float:right;
width:660px;
}
#main #main_inner{
background-color:#fff;
-webkit-box-shadow:0 2px 3px rgba(206,206,206,0.5);
-moz-box-shadow:0 2px 3px rgba(206,206,206,0.5);
box-shadow:0 2px 3px rgba(206,206,206,0.5);
overflow:hidden;
padding:5px;
position:relative;
}
#main .inner{
background-color:#ffffff;
border:1px solid #eee9d9;
overflow:hidden;
padding:0 15px 15px 15px;
position:relative;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:15px;
position:relative;
}
@media screen and (max-width:899px){
#main{
width:73.3333333333%;
}
#main .inner{
padding:0 10px 10px 10px;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:10px;
}
}
@media screen and (max-width:640px){
#main{
float:none;
margin:0 0 10px 0;
width:100%;
}
#main .inner{
padding:0 10px 0 10px;
}
#main #main_inner{
padding:0;
}
#main .inner{
border-bottom:none;
border-left:none;
border-right:none;
}
}
/* 見出し
==================================================
*/
h2,h3,h4,h5,h6{
text-shadow:0 1px 3px rgba(0,0,0,0.2);
}
#main h2,#main h3{
background-color:#ffffff;
border-bottom:1px solid #efdb97;
border-top:1px solid #eee9d9;
margin:0 -15px 16px -15px;
position:relative;
top:-1px;
}
#main h2 span,#main h3 span{
background-image:url(img/h3_bg.gif);
background-position:left bottom;
background-repeat:no-repeat;
border-bottom:1px solid #ffffff;
color:#733741;
display:block;
font-size:18px;
padding:12px 15px 12px 50px;
*zoom:1;
}
#main .text h3,#main #text1 h3,#main #text2 h3,#main #text3 h3,#main #text4 h3,#main #text5 h3,#main #text6 h3,#main #text7 h3,#main #text8 h3,#main #text9 h3,#main #text10 h3,#main #space1 h3,#main #space2 h3{
border-left:1px solid #eee9d9;
border-right:1px solid #eee9d9;
margin:0 0 30px;
top:20px;
}
#main h4{
background-image:url(img/h4_bg.png);
background-position:left bottom;
background-repeat:no-repeat;
color:#877403;
margin-bottom:30px;
margin-right:22px;
overflow:visible;
position:relative;
top:20px;
width:auto;
}
#main h4 span{
background-image:url(img/h4.png);
background-position:right bottom;
background-repeat:no-repeat;
display:block;
font-size:16px;
margin-right:-22px;
padding:15px 10px;
position:relative;
zoom:1;
}
#main h5{
background-image:url(img/h5.png);
background-position:left top;
background-repeat:no-repeat;
color:#ae8f16;
font-size:15px;
line-height:1.5;
margin:20px auto 10px;
padding-left:16px;
}
#main h6{
background-image:url(img/h6.png);
background-position:left 6px;
background-repeat:no-repeat;
color:#ae8f16;
margin:5px auto;
padding-left:18px;
}
#main .atn02{
background-color:#f9f7f2;
border:3px double #d6cdba;
margin:20px 0;
position:relative;
}
#main .atn02 span{
background-image:url(img/atn_02.png);
background-position:right bottom;
background-repeat:no-repeat;
bottom:-10px;
color:#a9995e;
display:block;
line-height:2;
padding:0 20px 20px 18px;
position:relative;
right:-2px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .atn02 span{
background-image:url(img/atn_02@2x.png);
-webkit-background-size:52px 30px;
background-size:52px 30px;
} 
}
@media screen and (max-width:899px){
#main h2,#main h3{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefdf6),color-stop(100%,#ede2bd));
background:linear-gradient(to bottom,#fefdf6 0%,#ede2bd 100%);
margin:0 -10px 10px -10px;
z-index:0;
}
#main h2:before,#main h3:before{
background-image:url(img/h3_bg.png);
background-position:left top;
background-repeat:repeat;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#main h2 span,#main h3 span{
background-image:url(img/h3.png);
background-position:4px bottom;
background-repeat:no-repeat;
}
#main h5{
background:none repeat scroll 0 0 transparent;
position:relative;
}
#main h5:before,#main h5:after{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e4d193),color-stop(100%,#c9b38a));
background:linear-gradient(to bottom,#e4d193 0%,#c9b38a 100%);
content:"";
height:23px;
left:0;
position:absolute;
top:0;
width:2px;
}
#main h5:after{
left:3px;
width:1px;
}
#main h6{
background:none repeat scroll 0 0 transparent;
position:relative;
}
#main h6:before{
border-bottom:0 solid transparent;
border-left:6px solid #e4d193;
border-right:0 solid transparent;
border-top:6px solid transparent;
content:"";
display:block;
left:0;
position:absolute;
top:6px;
-webkit-transform:skewX(30deg);
 transform:skewX(30deg);
}
#main h6:after{
border-bottom:6px solid transparent;
border-left:6px solid #e4d193;
border-right:0 solid transparent;
border-top:0 solid transparent;
content:"";
display:block;
left:0;
position:absolute;
top:12px;
-webkit-transform:skewX(-30deg);
 transform:skewX(-30deg);
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#main h2:before,#main h3:before{
background-image:url(img/h3_bg@2x.png);
-webkit-background-size:180px 180px;
background-size:180px 180px;
}
#main h2 span,#main h3 span{
background-image:url(img/h3@2x.png);
-webkit-background-size:54px 48px;
background-size:54px 48px;
}
#main h4{
background-image:url(img/h4_bg@2x.png);
-webkit-background-size:900px 14px;
background-size:900px 14px;
}
#main h4 span{
background-image:url(img/h4@2x.png);
-webkit-background-size:22px 14px;
background-size:22px 14px;
}
}
@media screen and (max-width:640px){
#main .text h3,#main #text1 h3,#main #text2 h3,#main #text3 h3,#main #text4 h3,#main #text5 h3,#main #text6 h3,#main #text7 h3,#main #text8 h3,#main #text9 h3,#main #text10 h3,#main #space1 h3,#main #space2 h3{
border-left:none;
border-right:none;
margin:0 -10px 10px;
top:auto;
}
#main h4{
background:none repeat scroll 0 0 transparent;
border-bottom:1px solid #ece7db;
padding-bottom:1px;
margin-right:0;
}
#main h4 span{
background:none repeat scroll 0 0 transparent;
border-bottom:2px solid #d0c4a5;
margin-right:0;
padding:5px;
}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu img{
max-width:100%;
height:auto;
}
#menu{
line-height:1.8;
width:220px;
}
#menu .rankbox{
border-bottom:1px dotted #eee9d9;
font-size:12px;
margin-bottom:10px;
padding-bottom:10px;
}
#menu .rankbox img{
width:185px;
}
.menubox{
margin-bottom:20px;
overflow:hidden;
}
.menubox ul,.menulist ul{
overflow:hidden;
}
.menubox ul{
padding:0;
}
.menulist ul{
background-color:#ffffff;
border-bottom:1px solid #eee9d9;
border-left:1px solid #eee9d9;
border-right:1px solid #eee9d9;
}
.menulist li{
background-color:#ffffff;
background-image:url(img/menulist_li_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-top:1px solid #eee9d9;
font-size:0;
line-height:0;
overflow:hidden;
padding:0;
position:relative;
*zoom:1;
}
.menulist .l2,.menulist .l3{
background:none repeat scroll 0 0 #ffffff;
}
.menulist .l3{
border:none;
}
.menulist li a{
background-image:url(img/menu_bg.png);
background-position:14px 16px;
background-repeat:no-repeat;
display:block;
font-size:14px;
line-height:1.5;
padding:10px 10px 10px 30px;
text-decoration:none;
*zoom:1;
}
.menulist li a:hover{
text-decoration:underline;
}
.menulist .l2 a,.menulist .l3 a{
font-size:12px;
font-weight:normal;
}
.menulist .l2 a{
background-position:14px 14px;
}
.menulist .l3 a{
background-image:url(img/menu_bg2.png);
background-position:25px 8px;
padding:5px 10px 5px 40px;
}
#menu h4,#rmenu h4,#menu .title,#rmenu .title{
background-color:#590a0b;
border:1px solid #61222d;
overflow:hidden;
position:relative;
text-shadow:none;
}
#menu h4 span,#rmenu h4 span,#menu .title span,#rmenu .title span{
background-image:url(img/menu_title_bg.gif);
background-position:right top;
background-repeat:no-repeat;
border:1px solid #773d47;
color:#ffffff;
display:block;
font-size:16px;
line-height:1.4;
overflow:hidden;
padding:10px;
}
@media screen and (max-width:899px){
#menu{
width:25.5555555556%;
}
#menu .rankbox img{
width:auto;
}
.menulist li{
background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#faf3dc));
background:linear-gradient(to bottom,#ffffff 50%,#faf3dc 100%);
}
.menulist li a,.menulist .l2 a,.menulist .l3 a{
background:none repeat scroll 0 0 transparent;
position:relative;
}
.menulist li a:before{
border-bottom:3px solid transparent;
border-left:6px solid #bda26b;
border-right:0 solid transparent;
border-top:3px solid transparent;
content:"";
display:block;
left:14px;
position:absolute;
top:16px;
}
.menulist .l2 a:before{
top:14px;
}
.menulist .l3 a:before{
border-bottom:1px dotted #bda26b;
border-left:1px dotted #bda26b;
content:"";
height:3px;
left:25px;
position:absolute;
top:6px;
width:6px;
}
#menu h4,#rmenu h4,#menu .title,#rmenu .title{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a66b75),color-stop(50%,#6e2527),color-stop(100%,#590a0b));
background:linear-gradient(to bottom,#a66b75 0%,#6e2527 50%,#590a0b 100%);
}
#menu h4 span,#rmenu h4 span,#menu .title span,#rmenu .title span{
background-image:url(img/menu_h4.png);
background-position:right top;
background-repeat:no-repeat;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#menu h4 span,#rmenu h4 span,#menu .title span,#rmenu .title span{
background-image:url(img/menu_h4@2x.png);
-webkit-background-size:66px 54px;
background-size:66px 54px;
} 
}
@media screen and (max-width:640px){
#menu{
width:100%;
}
.menubox{
margin-bottom:0;
}
.menulist ul{
border-left:none;
border-right:none;
}
.menulist li{
border-left:none;
border-right:none;
}
.menulist .l2,.menulist .l3{
display:none;
}
.menulist li a{
padding:15px 30px 15px 10px;
}
.menulist li a:before{
left:auto;
margin-top:-3px;
right:12px;
top:50%;
}
#menu h4,#rmenu h4,#menu .title,#rmenu .title{
border-left:none;
border-right:none;
}
#menu h4 span,#rmenu h4 span,#menu .title span,#rmenu .title span{
border-left:none;
border-right:none;
padding:12px 10px;
}
}
/* バナー領域
==================================================
*/
.bannerbox{
margin-bottom:10px;
overflow:hidden;
}
.bannerbox ul{
padding:0;
}
.bannerbox li{
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
margin-bottom:5px;
padding:0;
}
.bannerbox li a img{
vertical-align:bottom; 
}
@media screen and (max-width:899px){
.bannerbox li:last-child{
margin-bottom:0;
}
}
@media screen and (max-width:640px){
.bannerbox li{
text-align:center;
}
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry,#menu ul#entryarchive,#rmenu ul#newEntry,#rmenu ul#entryarchive{
background-color:#ffffff;
border-bottom:1px solid #eee9d9;
border-left:1px solid #eee9d9;
border-right:1px solid #eee9d9;
overflow:hidden;
}
ul#newEntry li,ul#entryarchive li{
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
border-top:1px solid #eee9d9;
font-size:12px;
line-height:1.4;
padding:12px;
}
@media screen and (max-width:640px){
#menu ul#newEntry,#menu ul#entryarchive,#rmenu ul#newEntry,#rmenu ul#entryarchive{
border-left:none;
border-right:none;
}
ul#newEntry li,ul#entryarchive li{
padding:15px 10px;
}
ul#newEntry li:first-child,ul#entryarchive li:first-child{
border-top:none;
}
}
/*
==================================================
フッター
==================================================
*/
#footer{
background-color:#4a0006;
background-image:url(img/border_bg.gif);
background-position:center top;
background-repeat:repeat-x;
color:#ffffff;
font-size:12px;
line-height:1.8;
overflow:hidden;
padding-top:3px;
text-align:center;
}
#footer .inner{
margin:0 auto;
overflow:hidden;
padding:25px 0;
position:relative;
text-align:center;
word-wrap:break-word;
width:900px;
}
#footer a{
color:#ffffff;
}
#footer p{
float:right;
overflow:hidden;
position:relative;
text-align:right;
width:50%;
word-wrap:break-word;
}
#footlinkbox{
background-color:#f5efe5;
text-align:center;
}
#footlinkbox .inner{
padding:20px 0 15px 0;
}
#footermenu{
display:inline-block;
font-size:0;
letter-spacing:-.40em;
line-height:0;
overflow:hidden;
text-align:center;
*display:inline;
*zoom:1;
}
#footermenu span{
border-left:1px solid #e5d7ba;
display:inline-block;
margin-bottom:5px;
margin-left:-1px;
*display:inline;
*zoom:1;
}
#footermenu a{
color:#938569;
font-size:12px;
letter-spacing:normal;
line-height:1.4;
padding:0 25px;
text-decoration:none;
}
#footermenu a:hover{
text-decoration:underline;
}
#footer p#footsub{
font-size:0;
letter-spacing:-.40em;
line-height:0;
float:left;
text-align:left;
}
#footer p#footsub span{
display:inline-block;
letter-spacing:normal;
line-height:1.4;
padding-right:20px;
overflow:hidden;
*display:inline;
*zoom:1;
}
#footer p#footsub a{
font-size:12px;
}
@media screen and (max-width:899px){
#footer{
background-image:none;
position:relative;
}
#footer:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c19732),color-stop(20%,#f4d182),color-stop(40%,#c19732),color-stop(60%,#f4d182),color-stop(80%,#c19732),color-stop(100%,#f4d182));
background:linear-gradient(to right,#c19732 0%,#f4d182 20%,#c19732 40%,#f4d182 60%,#c19732 80%,#f4d182 100%);
content:"";
height:3px;
left:0;
position:absolute;
right:0;
top:0;
}
#footer .inner{
padding:10px;
width:auto;
}
#footlinkbox .inner{
padding:20px 0 15px 0;
}
#footermenu span{
margin-left:0;
}
#footermenu span:first-child{
border-left:none;
}
#footermenu a{
padding:0 15px;
}
}
@media screen and (max-width:640px){
#footlinkbox .inner{
padding:0;
}
#footermenu{
display:block;
text-align:left;
}
#footermenu span{
border-bottom:1px solid #edead9;
border-left:none;
display:block;
margin-bottom:0;
}
#footermenu span:last-child{
border-bottom:none;
}
#footermenu a{
display:block;
font-size:14px;
line-height:1.8;
padding:10px 30px 10px 10px;
position:relative;
}
#footermenu a:before{
border-bottom:2px solid #938569;
border-right:2px solid #938569;
content:"";
height:6px;
margin-top:-4px;
position:absolute;
right:10px;
top:50%;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:6px;
}
#footer p{
float:none;
font-size:10px;
text-align:center;
width:100%;
}
#footer p#footsub{
float:none;
overflow:hidden;
}
#footer p#footsub span{
background-color:#ffffff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
float:left;
margin:0 0 10px;
padding:0;
width:49%;
}
#footer p#footsub span:nth-child(2n){
float:right;
}
#footer p#footsub a{
color:#737373;
display:block;
font-size:13px;
padding:10px 25px 10px 10px;
position:relative;
text-decoration:none;
}
#footer p#footsub a:before{
border-bottom:2px solid #737373;
border-right:2px solid #737373;
content:"";
height:6px;
margin-top:-4px;
position:absolute;
right:10px;
top:50%;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:6px;
}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew{
overflow:hidden;
}
#whatsnew .title{
background-color:#f5efe5;
background-image:url(img/whatsnew_title.gif);
background-position:left top;
background-repeat:repeat-x;
padding-top:2px;
position:relative;
z-index:1;
}
#whatsnew .title span{
background-image:url(img/whatsnew_title_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-left:1px solid #f5efe5;
border-right:1px solid #f5efe5;
color:#725637;
display:block;
font-size:16px;
line-height:1.6;
padding:8px 15px;
position:relative;
}
#whatsnew ul{
background-color:#f5efe5;
overflow:hidden;
padding:0 4px;
}
#whatsnew ul li{
background-color:#ffffff;
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
font-size:12px;
line-height:1.6;
margin-bottom:3px;
padding:12px 15px;
*zoom:1;
}
#whatsnew ul li span{
padding-right:15px;
}
@media screen and (max-width:899px){
#whatsnew .title{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f1e5));
background:linear-gradient(to bottom,#ffffff 0%,#f5f1e5 100%);
padding-top:2px;
}
#whatsnew .title:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c19732),color-stop(50%,#f4d182),color-stop(100%,#c19732));
background:linear-gradient(to bottom,#c19732 0%,#f4d182 50%,#c19732 100%);
content:"";
height:2px;
left:0;
position:absolute;
right:0;
top:0;
}
#whatsnew ul{
margin-top:0;
}
#whatsnew ul li:first-child{
border-top:none;
}
#whatsnew ul li:before{
border:none;
left:auto;
position:static;
top:auto;
-webkit-transform:none;
transform:none;
}
}
@media screen and (max-width:640px){
#whatsnew{
margin:0 -10px;
}
#whatsnew .title span{
background:none repeat scroll 0 0 transparent;
border:none;
font-size:18px;
padding:10px;
}
#whatsnew ul{
padding:0;
}
#whatsnew ul li{
margin-bottom:1px;
padding:10px;
}
#whatsnew ul li span{
display:block;
padding-right:0;
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist .catbox{
background-color:#fbf9ef;
background-image:url(img/catbox_bg.gif);
background-position:right top;
background-repeat:repeat-x;
border:1px solid #efe9d5;
margin-bottom:15px;
position:relative;
z-index:0;
}
#categorylist .catbox .top{
background-image:url(img/catbox_bg_tl.png);
background-position:left top;
background-repeat:no-repeat;
left:-3px;
position:absolute;
top:-3px;
width:100%;
z-index:-1;
}
#categorylist .catbox .top span{
background-image:url(img/catbox_bg_tr.png);
background-position:right top;
background-repeat:no-repeat;
display:block;
height:27px;
overflow:hidden;
position:relative;
right:-6px;
}
#categorylist .catbox .bottom{
background-image:url(img/catbox_bg_bl.png);
background-position:left bottom;
background-repeat:no-repeat;
bottom:-3px;
left:-3px;
position:absolute;
width:100%;
z-index:-1;
}
#categorylist .catbox .bottom span{
background-image:url(img/catbox_bg_br.png);
background-position:right bottom;
background-repeat:no-repeat;
display:block;
height:27px;
overflow:hidden;
position:relative;
right:-6px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#categorylist .catbox .top{
background-image:url(img/catbox_bg_tl@2x.png);
}
#categorylist .catbox .top span{
background-image:url(img/catbox_bg_tr@2x.png);
}
#categorylist .catbox .bottom{
background-image:url(img/catbox_bg_bl@2x.png);
}
#categorylist .catbox .bottom span{
background-image:url(img/catbox_bg_br@2x.png);
}
#categorylist .catbox .top,#categorylist .catbox .top span,#categorylist .catbox .bottom,#categorylist .catbox .bottom span{
-webkit-background-size:27px 27px;
background-size:27px 27px;
}
}
#categorylist .thumb{
float:left;
padding:0 20px 10px 0;
}
#categorylist .thumb img{
vertical-align:bottom;
}
#categorylist .body{
background-image:url(img/catbox_body_bg.png);
background-position:right top;
background-repeat:no-repeat;
overflow:hidden;
padding:20px;
_height:1%;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .comment .comment-tit span{
background-image:url(img/catbox_body_bg@2x.png);
-webkit-background-size:252px 128px;
background-size:252px 128px;
}
}
#categorylist .title{
border-bottom:1px solid #f6ebcb;
margin-bottom:20px;
overflow:hidden;
padding:5px 0 10px 0;
}
#categorylist .title a{
color:#938569;
font-size:20px;
font-weight:700;
text-decoration:none;
text-shadow:0 1px 3px rgba(0,0,0,0.2);
}
#categorylist p{
color:#7a755d;
font-size:13px;
line-height:1.6;
overflow:hidden;
}
#categorylist .more{
float:right;
margin-top:10px;
_height:1%;
}
#categorylist .more a{
background-image:url(img/button_more2.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:34px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:150px;
}
#pagelist{
margin-bottom:10px;
margin-top:10px;
padding:10px;
text-align:center;
}
#pagelist ul{
font-size:0;
letter-spacing:-.40em;
line-height:0;
padding:0;
}
#pagelist li{
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
display:inline-block;
font-size:14px;
letter-spacing:normal;
line-height:normal;
margin:0 5px 5px;
padding:0;
*display:inline;
*zoom:1;
}
#pagelist a{
background-color:#fbf9ef;
border:1px solid #efe9d5;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#938569;
display:inline-block;
padding:6px 12px;
position:relative;
text-align:center;
text-decoration:none;
*display:inline;
*zoom:1;
}
#pagelist a:hover{
text-decoration:underline;
}
@media screen and (max-width:899px){
#categorylist .catbox{
background:-webkit-gradient(linear,left top,left bottom,color-stop(32%,#ffffff),color-stop(100%,#fbf9ef));
background:linear-gradient(to bottom,#ffffff 32%,#fbf9ef 100%);
margin-bottom:10px;
}
#categorylist .thumb{
padding:0 15px 10px 0;
}
#categorylist .body{
padding:18px;
}
#categorylist .title{
margin-bottom:10px;
padding:5px 0;
}
#categorylist .more{
margin:10px 2px 2px 0;
}
#categorylist .more a{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(143,120,74,1)),color-stop(50%,rgba(220,172,73,1)),color-stop(100%,rgba(143,120,74,1)));
background:linear-gradient(to right,rgba(143,120,74,1) 0%,rgba(220,172,73,1) 50%,rgba(143,120,74,1) 100%);
-webkit-box-shadow:0 1px 3px rgba(38,28,0,0.2);
-moz-box-shadow:0 1px 3px rgba(38,28,0,0.2);
box-shadow:0 1px 3px rgba(38,28,0,0.2);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
color:#ffffff;
font-size:13px;
height:auto;
letter-spacing:0.05em;
padding:1px 30px;
position:relative;
text-align:center;
text-decoration:none;
text-indent:0;
text-shadow:1px 1px 3px rgba(0,0,0,0.3);
white-space:normal;
width:auto;
z-index:0;
}
#categorylist .more a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(197,169,109,1)),color-stop(100%,rgba(161,132,70,1)));
background:linear-gradient(to bottom,rgba(197,169,109,1) 0%,rgba(161,132,70,1) 100%);
bottom:1px;
content:"";
left:1px;
position:absolute;
right:1px;
top:1px;
z-index:-1;
}
#categorylist .more a:after{
border-bottom:3px solid transparent;
border-left:3px solid #ffffff;
border-right:0 solid transparent;
border-top:2px solid transparent;
content:"";
display:block;
margin-top:-3px;
position:absolute;
right:12px;
top:50%;
}
#pagelist a{
padding:8px 14px;
}
}
@media screen and (max-width:640px){
#categorylist{
margin:-10px -10px 0 -10px;
}
#categorylist .catbox{
border-left:none;
border-right:none;
border-top:none;
margin-bottom:0;
}
#categorylist .catbox .top,#categorylist .catbox .top span,#categorylist .catbox .bottom,#categorylist .catbox .bottom span{
background:none repeat scroll 0 0 transparent;
display:none;
}
#categorylist .thumb img{
max-width:100px;
}
#categorylist .body{
background:none repeat scroll 0 0 transparent;
padding:15px;
}
#categorylist .title a{
font-size:16px;
}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist h4{
background-image:url(img/entry_title_bg.png);
background-position:right 20px;
background-repeat:no-repeat;
margin:0;
padding:10px 15px 10px 0;
top:0;
width:auto;
}
#entrylist h4 span{
background-color:#ffffff;
background-image:url(img/entry_title.png);
background-position:left 2px;
background-repeat:no-repeat;
color:#907e48;
display:inline-block;
margin:0;
padding:0 10px 0 24px;
text-shadow:1px 1px 3px rgba(0,0,0,0.3);
*display:inline;
*zoom:1;
}
#entrylist dl{
overflow:hidden;
position:relative;
*height:1%;
}
#entrylist dt{
background-color:#f8f7f2;
line-height:0;
margin-top:1px;
padding:15px;
position:relative;
*height:1%;
}
#entrylist dt a{
background-image:url(img/entry_li.png);
background-position:left 6px;
background-repeat:no-repeat;
color:#938569;
display:inline-block;
font-size:14px;
font-weight:700;
line-height:1.6;
padding-left:10px;
*display:inline;
*zoom:1;
}
#entrylist dd{
background-color:#f8f7f2;
font-size:12px;
line-height:1.4;
margin-top:-10px;
padding:0 15px 15px 25px;
position:relative;
z-index:1;
}
#relNavigate{
margin-bottom:15px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}
#relNavigate a{
font-size:14px;
font-weight:700;
margin-left:5px;
margin-right:5px;
}
@media screen and (max-width:899px){
#entrylist h4,#entrylist h4 span{
position:relative;
}
#entrylist h4 span{
background:none repeat scroll 0 0 #ffffff;
}
#entrylist h4:before,#entrylist h4:after,#entrylist h4 span:before,#entrylist h4 span:after{
background-color:#d6b87c;
content:"";
height:5px;
position:absolute;
width:5px;
-webkit-transform:rotate(45deg);
 transform:rotate(45deg);
z-index:1;
}
#entrylist h4:before{
left:6px;
top:13px;
}
#entrylist h4:after{
left:1px;
top:19px;
}
#entrylist h4 span:before{
left:11px;
top:9px;
}
#entrylist h4 span:after{
left:6px;
top:15px;
}
#entrylist dt a{
background-image:none;
position:relative;
}
#entrylist dt a:after{
border-bottom:3px solid transparent;
border-left:3px solid #d0c4a5;
border-right:0 solid transparent;
border-top:3px solid transparent;
content:"";
display:block;
left:0;
margin-top:-3px;
position:absolute;
top:50%;
}
#relNavigate{
font-size:0;
letter-spacing:-.40em;
line-height:0;
margin-bottom:10px;
}
#relNavigate a{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c2a847),color-stop(50%,#ddc372),color-stop(100%,#c2a847));
background:linear-gradient(to right,#c2a847 0%,#ddc372 50%,#c2a847 100%);
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-shadow:0 1px 3px rgba(0,0,0,0.1);
display:inline-block;
font-size:13px;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
overflow:hidden;
padding:8px 15px;
position:relative;
text-decoration:none;
z-index:0;
}
#relNavigate a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcf9f2),color-stop(100%,#efe1c3));
background:linear-gradient(to bottom,#fcf9f2 0%,#efe1c3 100%);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
bottom:1px;
content:"";
left:1px;
position:absolute;
right:1px;
top:1px;
z-index:-1;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#entrylist h4{
background-image:url(img/entry_title_bg@2x.png);
-webkit-background-size:900px 7px;
background-size:900px 7px;
}
}
@media screen and (max-width:640px){
#entrylist{
margin:0 -10px;
}
#entrylist h4{
background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#ffffff),color-stop(100%,#f8f7f2));
background:linear-gradient(to bottom,#ffffff 1%,#f8f7f2 100%);
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:none;
border-top:1px solid #d4cbaa;
padding:12px 10px;
}
#entrylist h4 span{
background-color:transparent;
border-bottom:none;
font-size:18px;
}
#entrylist h4:before{
left:16px;
top:15px;
}
#entrylist h4:after{
left:11px;
top:21px;
}
#entrylist dl{
background-color:#eee9d9;
border-bottom:1px solid #eee9d9;
}
#entrylist dd{
font-size:11px;
line-height:1.8;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps{
padding-bottom:10px;
}
#sitemaps ul{
padding:0px;
}
#sitemaps li{
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
font-size:0;
letter-spacing:-.40em;
line-height:0;
padding:0;
}
#sitemaps .l1{
margin-top:15px;
}
#sitemaps .l2{
margin-left:10px;
margin-top:5px;
}
#sitemaps .l3{
margin-left:20px;
margin-top:5px;
}
#sitemaps li a{
background-image:url(img/menu_bg.png);
background-position:left 8px;
background-repeat:no-repeat;
display:inline-block;
letter-spacing:normal;
line-height:1.8;
padding-left:16px;
*display:inline;
*zoom:1;
}
#sitemaps .l1 a{
font-size:16px;
font-weight:700;
}
#sitemaps .l2 a,#sitemaps .l3 a{
background-image:url(img/menu_bg2.png);
font-size:14px;
}
@media screen and (max-width:899px){
#sitemaps li a,#sitemaps .l2 a,#sitemaps .l3 a{
background:none repeat scroll 0 0 transparent;
position:relative;
}
#sitemaps li a:before{
border-bottom:3px solid transparent;
border-left:6px solid #bda26b;
border-right:0 solid transparent;
border-top:3px solid transparent;
content:"";
display:block;
left:0;
position:absolute;
top:8px;
}
#sitemaps .l2 a:before,#sitemaps .l3 a:before{
border-bottom:1px dotted #bda26b;
border-left:1px dotted #bda26b;
content:"";
height:3px;
left:0;
position:absolute;
top:6px;
width:6px;
}
}
@media screen and (max-width:640px){
#sitemaps ul{
background-color:#fbf9ef;
margin:0 -10px;
padding:0;
}
#sitemaps ul:last-child{
border-bottom:1px solid #eee9d9;
}
#sitemaps li{
background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#faf3dc));
background:linear-gradient(to bottom,#ffffff 50%,#faf3dc 100%);
border-bottom:1px solid #ffffff;
border-top:1px solid #eee9d9;
}
#sitemaps li,#sitemaps .l1,#sitemaps .l2,#sitemaps .l3{
margin-left:0;
margin-top:0;
}
#sitemaps .l2,#sitemaps .l3{
background:#fefdfa;
}
#sitemaps li a{
display:block;
font-size:14px;
line-height:1.5;
padding:15px 30px 15px 10px;
text-decoration:none;
}
#sitemaps .l1 a{
font-size:14px;
}
#sitemaps .l2 a{
padding-left:10px;
}
#sitemaps .l3 a{
padding-left:20px;
}
#sitemaps li a:before{
left:auto;
margin-top:-3px;
right:12px;
top:50%;
}
#sitemaps .l2 a:before,#sitemaps .l3 a:before{
border-bottom:3px solid transparent;
border-left:6px solid #bda26b;
border-right:0 solid transparent;
border-top:3px solid transparent;
height:auto;
left:auto;
margin-top:-3px;
right:12px;
top:50%;
width:auto;
}
}
/*
==================================================
フリースペース
==================================================
*/
#space1,#space2{ 
margin-bottom:10px;
margin-top:10px;
}
#space3,#space4,#space5,#space6{
line-height:1.4;
}
@media screen and (max-width:640px){
#space3,#space4,#space5,#space6{
padding:5px;
}
}
.grayline{
border:1px solid #CCCCCC;
}
#main .grayline{
padding:10px;
margin-bottom:15px;
}
#menu .grayline{
font-size:90%;
padding:8px;
margin-bottom:15px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog{
border-bottom:1px dotted #eee9d9;
margin-bottom:15px;
overflow:hidden;
padding:10px 0;
}
.blog .thumb{
float:left;
margin-right:15px;
}
.blog .thumb img{ width:125px; }
.blog .title{
font-size:15px;
line-height:1.4;
margin-bottom:10px;
}
.blog .title a{ color:#414141; }
.blog .info{
color:#7f7f7f;
margin-bottom:10px;
}
.blog .info a{ color:#7f7f7f; }
.blog .body{
line-height:1.6;
overflow:hidden;
}
.blog .more{
font-weight:700;
margin-bottom:10px;
margin-top:10px;
text-align:right;
}
@media screen and (max-width:640px){
.blog{
padding:0;
}
.blog:last-child{
margin-bottom:0;
}
.blog .thumb{
float:none;
margin:0 0 15px;
text-align:center;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult{
overflow:hidden;
padding:10px 0;
}
#searchresult dl{
margin:-10px 0;
}
#searchresult dt{
font-size:15px;
padding:5px;
}
#searchresult dd{
border-bottom:1px dotted #eee9d9;
line-height:1.6;
margin:0 0 15px;
padding:0 5px 15px;
}
#searchresult b{
color:#ae8f16;
}
@media screen and (max-width:899px){
#searchresult dd{
margin:0 0 10px;
padding:0 5px 10px;
}
}
@media screen and (max-width:640px){
#searchresult{
padding:0;
}
#searchresult dl{
margin:0;
padding-top:0;
}
#searchresult dt{
padding:5px 0;
}
#searchresult dd{
font-size:12px;
margin:0 0 5px;
padding:0 0 5px;
}
}
/*
==================================================
リンク集
==================================================
*/
#linklist{
overflow:hidden;
text-align:left;
}
#linklist dt{
font-size:15px;
padding:5px;
}
#linklist dd{
border-bottom:1px dotted #eee9d9;
line-height:1.6;
margin:0 0 15px;
padding:0 5px 15px;
}
@media screen and (max-width:899px){
#linklist dd{
margin:0 0 10px;
padding:0 5px 10px;
}
}
@media screen and (max-width:640px){
#linklist dt{
padding:5px 0;
}
#linklist dd{
font-size:12px;
margin:0 0 5px;
padding:0 0 5px;
}
}
/*
==================================================
ポイント
==================================================
*/
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{
background-position:left top;
background-repeat:no-repeat;
color:#cca93e;
font-size:20px;
font-weight:700;
height:auto;
line-height:1.4;
margin-bottom:5px;
margin-top:15px;
padding:22px 0 12px 70px;
*zoom:1;
}
#main .point1{ background-image:url(img/point1.png); }
#main .point2{ background-image:url(img/point2.png); }
#main .point3{ background-image:url(img/point3.png); }
#main .point4{ background-image:url(img/point4.png); }
#main .point5{ background-image:url(img/point5.png); }
#main .point6{ background-image:url(img/point6.png); }
#main .point7{ background-image:url(img/point7.png); }
#main .point8{ background-image:url(img/point8.png); }
#main .point9{ background-image:url(img/point9.png); }
#main .point10{ background-image:url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .point1{ background-image:url(img/point1@2x.png); }
#main .point2{ background-image:url(img/point2@2x.png); }
#main .point3{ background-image:url(img/point3@2x.png); }
#main .point4{ background-image:url(img/point4@2x.png); }
#main .point5{ background-image:url(img/point5@2x.png); }
#main .point6{ background-image:url(img/point6@2x.png); }
#main .point7{ background-image:url(img/point7@2x.png); }
#main .point8{ background-image:url(img/point8@2x.png); }
#main .point9{ background-image:url(img/point9@2x.png); }
#main .point10{ background-image:url(img/point10@2x.png); }
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{
-webkit-background-size:64px 60px;
background-size:64px 60px;
}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{ border:none; }
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{ border:none; height:auto; }
#main .rank{
margin-bottom:10px;
padding:20px 0;
position:relative;
}
#main .rank .top{
background-image:url(img/rank_bg_t.png);
background-position:center top;
background-repeat:no-repeat;
left:0;
position:absolute;
top:3px;
width:100%;
z-index:5;
}
#main .rank .top .top_inner{
background-image:url(img/rank_bg_tl.png);
background-position:left 8px;
background-repeat:no-repeat;
left:-9px;
position:relative;
}
#main .rank .top .top_inner span{
background-image:url(img/rank_bg_tr.png);
background-position:right 8px;
background-repeat:no-repeat;
display:block;
height:70px;
overflow:hidden;
position:relative;
right:-18px;
}
#main .rank .bottom{
background-image:url(img/rank_bg_b.png);
background-position:center bottom;
background-repeat:no-repeat;
bottom:3px;
left:0;
position:absolute;
width:100%;
z-index:5;
}
#main .rank .bottom .bottom_inner{
background-image:url(img/rank_bg_bl.png);
background-position:left top;
background-repeat:no-repeat;
left:-9px;
position:relative;
}
#main .rank .bottom .bottom_inner span{
background-image:url(img/rank_bg_br.png);
background-position:right top;
background-repeat:no-repeat;
display:block;
height:70px;
overflow:hidden;
position:relative;
right:-18px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .top{
background-image:url(img/rank_bg_t@2x.png);
}
#main .rank .top .top_inner{
background-image:url(img/rank_bg_tl@2x.png);
}
#main .rank .top .top_inner span{
background-image:url(img/rank_bg_tr@2x.png);
}
#main .rank .bottom{
background-image:url(img/rank_bg_b@2x.png);
}
#main .rank .bottom .bottom_inner{
background-image:url(img/rank_bg_bl@2x.png);
}
#main .rank .bottom .bottom_inner span{
background-image:url(img/rank_bg_br@2x.png);
}
#main .rank .top,#main .rank .bottom{
-webkit-background-size:160px 38px;
background-size:160px 38px;
}
#main .rank .top .top_inner,#main .rank .top .top_inner span,#main .rank .bottom .bottom_inner,#main .rank .bottom .bottom_inner span{
-webkit-background-size:62px 62px;
background-size:62px 62px;
}
}
#main .rank-container{
background-color:#f2e4ba;
border:2px solid #ddc372;
padding:3px;
}
#main .rank-inner{
background-image:url(img/rank_bg.gif);
background-position:left top;
background-repeat:repeat;
border:1px solid #e0c77a;
padding:20px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank-inner{
background-image:url(img/rank_bg@2x.gif);
-webkit-background-size:180px 180px;
background-size:180px 180px;
} 
}
#main .rankbox{
padding-top:10px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-repeat:no-repeat;
border:medium none;
color:#896c22;
font-size:28px;
height:auto;
line-height:1.3;
margin-bottom:6px;
margin-top:6px;
text-shadow:0 1px 3px rgba(0,0,0,0.2);
*zoom:1;
}
#main .rank1,#main .rank2,#main .rank3{
background-position:left top;
padding:22px 0 18px 70px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-position:6px top;
padding:14px 0 14px 70px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10{
margin:0;
}
#main .rank .rank1 a,#main .rank .rank2 a,#main .rank .rank3 a,#main .rank .rank4 a,#main .rank .rank5 a,#main .rank .rank6 a,#main .rank .rank7 a,#main .rank .rank8 a,#main .rank .rank9 a,#main .rank .rank10 a{
text-decoration:none;
}
#main .rank .rank1 a:hover,#main .rank .rank2 :hover,#main .rank .rank3 a:hover,#main .rank .rank4 a:hover,#main .rank .rank5 a:hover,#main .rank .rank6 a:hover,#main .rank .rank7 a:hover,#main .rank .rank8 a:hover,#main .rank .rank9 a:hover,#main .rank .rank10 a:hover{
text-decoration:underline;
}
#main .rank1{ background-image:url(img/rank1.png); }
#main .rank2{ background-image:url(img/rank2.png); }
#main .rank3{ background-image:url(img/rank3.png); }
#main .rank4{ background-image:url(img/rank4.png); }
#main .rank5{ background-image:url(img/rank5.png); }
#main .rank6{ background-image:url(img/rank6.png); }
#main .rank7{ background-image:url(img/rank7.png); }
#main .rank8{ background-image:url(img/rank8.png); }
#main .rank9{ background-image:url(img/rank9.png); }
#main .rank10{ background-image:url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank1{ background-image:url(img/rank1@2x.png); }
#main .rank2{ background-image:url(img/rank2@2x.png); }
#main .rank3{ background-image:url(img/rank3@2x.png); }
#main .rank4{ background-image:url(img/rank4@2x.png); }
#main .rank5{ background-image:url(img/rank5@2x.png); }
#main .rank6{ background-image:url(img/rank6@2x.png); }
#main .rank7{ background-image:url(img/rank7@2x.png); }
#main .rank8{ background-image:url(img/rank8@2x.png); }
#main .rank9{ background-image:url(img/rank9@2x.png); }
#main .rank10{ background-image:url(img/rank10@2x.png); }
#main .rank1,#main .rank2,#main .rank3{
-webkit-background-size:62px 72px;
background-size:62px 72px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
-webkit-background-size:50px 60px;
background-size:50px 60px;
}
}
#main .rankbox .rankbox-inner{
overflow:hidden;
}
#main .rankbox .feature{
background-image:url(img/feature_title.png);
background-position:left 10px;
background-repeat:no-repeat;
margin-bottom:5px;
overflow:hidden;
padding:5px 0 0 32px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rankbox .feature{
background-image:url(img/feature_title@2x.png);
-webkit-background-size:26px 12px;
background-size:26px 12px;
} 
}
#main .rankbox .feature span{
color:#b39a5a;
font-weight:700;
letter-spacing:normal;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
margin:0 30px 15px 0;
padding:0;
max-width:280px;
height:auto;
}
#main .rankbox .rankbox-inner p{
color:#4e4e4e;
font-size:12px;
line-height:1.6;
overflow:hidden;
padding-bottom:30px;
}
#main .rankbox .rank-table{
border-collapse:separate;
border-spacing:2px;
clear:both;
margin:0;
width:100%;
}
#main .rankbox .rank-table th,#main .rankbox .rank-table td{
color:#2e2e2e;
border:1px solid #f0e4bd;
padding:8px 10px;
text-align:left;
vertical-align:middle;
}
#main .rankbox .rank-table th{
background-color:#f7f1d9;
background-image:url(img/ranktable_th_bg.gif);
background-position:left top;
background-repeat:no-repeat;
}
#main .rankbox .rank-table td{
background-color:#ffffff;
}
#main .rank .comment{
border:1px solid #fee396;
margin-top:20px;
}
#main .rank .comment .comment-inner{
border:1px solid #ae9552;
}
#main .rank .comment .comment-tit{
background-color:#8d761f;
background-image:url(img/comment_tit_bg.gif);
background-position:center top;
background-repeat:repeat-y;
}
#main .rank .comment .comment-tit span{
background-image:url(img/comment_tit.png);
background-position:left top;
background-repeat:no-repeat;
color:#ffffff;
display:block;
font-size:20px;
font-weight:700;
left:-10px;
line-height:1.4;
padding:15px 0 3px 100px;
position:relative;
text-shadow:0 1px 3px rgba(0,0,0,0.2);
top:-6px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .comment .comment-tit span{
background-image:url(img/comment_tit@2x.png);
-webkit-background-size:92px 46px;
background-size:92px 46px;
}
}
#main .rank .comment p{
background-color:#fffbe5;
background-image:url(img/comment_bg.gif);
background-position:center top;
background-repeat:repeat-y;
color:#4a3705;
font-size:13px;
line-height:1.6;
padding:12px;
}
#main .rank .more{
font-size:0;
letter-spacing:-.40em;
padding:25px 0 10px;
position:relative;
text-align:center;
}
#main .rank .more span{
display:inline-block;
font-size:14px;
letter-spacing:normal;
margin-right:20px;
vertical-align:bottom;
*display:inline;
*zoom:1;
}
#main .rank .more span a{
background-image:url(img/button_more.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:50px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:250px;
}
#main .rank .more span.official{
margin-right:0;
}
#main .rank .more span.official a{
background-image:url(img/button_official.png);
}
@media screen and (max-width:899px){
#main .rank-inner{
padding:15px;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
margin:0 20px 20px 0;
padding:0;
}
#main .rankbox .rankbox-inner p{
padding-bottom:20px;
}
#main .rankbox .rank-table th{
background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#f9f4e1),color-stop(100%,#f7f1d9));
background:linear-gradient(135deg,#f9f4e1 0%,#f7f1d9 100%);
}
#main .rank .comment .comment-tit{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#8d761f),color-stop(50%,#c2a847),color-stop(100%,#8d761f));
background:linear-gradient(to right,#8d761f 0%,#c2a847 50%,#8d761f 100%);
}
#main .rank .comment p{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fffbe5),color-stop(50%,#ffffff),color-stop(100%,#fffbe5));
background:linear-gradient(to right,#fffbe5 0%,#ffffff 50%,#fffbe5 100%);
}
#main .rank .more{
padding-top:15px;
}
#main .rank .more span{
display:block;
margin:0 auto 15px;
width:80%;
}
#main .rank .more span:last-child{
margin:0 auto;
}
#main .rank .more span a{
background-image:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:0 1px 3px rgba(38,28,0,0.2);
-moz-box-shadow:0 1px 3px rgba(38,28,0,0.2);
box-shadow:0 1px 3px rgba(38,28,0,0.2);
color:#6e5429;
line-height:50px;
position:relative;
text-decoration:none;
text-indent:0;
white-space:normal;
width:auto;
z-index:0;
}
#main .rank .more span a:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c2a847),color-stop(50%,#ddc372),color-stop(100%,#c2a847));
background:linear-gradient(to right,#c2a847 0%,#ddc372 50%,#c2a847 100%);
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#main .rank .more span a:after{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcf9f2),color-stop(100%,#efe1c3));
background:linear-gradient(to bottom,#fcf9f2 0%,#efe1c3 100%);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
bottom:1px;
content:"";
left:1px;
position:absolute;
right:1px;
top:1px;
z-index:-1;
}
#main .rank .more span.official a{
background-image:none;
color:#ffffff;
text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
#main .rank .more span.official a:before{
background:-webkit-gradient(linear,left top,right top,color-stop(0%,#8d761f),color-stop(50%,#c2a847),color-stop(100%,#8d761f));
background:linear-gradient(to right,#8d761f 0%,#c2a847 50%,#8d761f 100%);
}
#main .rank .more span.official a:after{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2d672),color-stop(100%,#d7b128));
background:linear-gradient(to bottom,#f2d672 0%,#d7b128 100%);
border:1px solid #ead072;
}
}
@media screen and (max-width:640px){
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{ font-size:20px; }
#main .rankbox .rankbox-inner .float-l,#main .rankbox .rankbox-inner .float-r{
float:none;
overflow:hidden;
padding-bottom:10px;
text-align:center;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
margin:0 0 10px 0;
}
#main .rankbox .rankbox-inner p{
padding-bottom:10px;
}
#main .rank .comment{
margin-top:15px;
}
#main .rank .more span{
width:100%;
}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#896c22;
font-size:14px;
font-weight:700;
height:auto;
line-height:1.4;
margin:0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
padding:30px 0 22px 70px;
}
#menu .rank4,#menu .rank5{
padding:22px 0 22px 60px;
}
#menu .rank1{ background-image:url(img/rank1.png); }
#menu .rank2{ background-image:url(img/rank2.png); }
#menu .rank3{ background-image:url(img/rank3.png); }
#menu .rank4{ background-image:url(img/rank4.png); }
#menu .rank5{ background-image:url(img/rank5.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#menu .rank1{ background-image:url(img/rank1@2x.png); }
#menu .rank2{ background-image:url(img/rank2@2x.png); }
#menu .rank3{ background-image:url(img/rank3@2x.png); }
#menu .rank4{ background-image:url(img/rank4@2x.png); }
#menu .rank5{ background-image:url(img/rank5@2x.png); }
#menu .rank1,#menu .rank2,#menu .rank3{
-webkit-background-size:62px 72px;
background-size:62px 72px;
}
#menu .rank4,#menu .rank5{
-webkit-background-size:50px 60px;
background-size:50px 60px;
}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1{
overflow:hidden;
text-align:center;
}
#column1 #menu,#column1 #main{
float:none;
width:auto;
}
#column1 #main{
margin-bottom:20px;
}
#column1 #menu .menulist ul,#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
border-top:1px solid #eee9d9;
letter-spacing:-0.4em;
line-height:0;
margin:0;
padding:10px;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
background-color:transparent;
background-image:none;
-webkit-background-size:auto auto;
background-size:auto auto;
border:none;
display:inline-block;
letter-spacing:normal;
line-height:1.5;
overflow:hidden;
padding:3px 0;
*display:inline;
*zoom:1;
}
#column1 #menu .menulist li a{
background-image:url(img/menu_bg.png);
background-position:left 6px;
background-repeat:no-repeat;
font-size:14px;
font-weight:400;
margin:0 15px 0 5px;
padding:0 0 0 16px;
text-decoration:underline;
*zoom:normal;
}
#column1 #menu .menulist li a:hover{
text-decoration:none;
}
#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
margin:0 5px;
padding:5px;
}
@media screen and (max-width:899px){
#column1 #menu .menulist li a{
background-image:none;
}
#column1 #menu .menulist li a:before{
left:0;
top:6px;
}
#column1 #menu .menulist .l3 a:before{
border-bottom:3px solid transparent;
border-left:6px solid #bda26b;
border-right:0 solid transparent;
border-top:3px solid transparent;
height:auto;
width:auto;
}
}
@media screen and (max-width:640px){
#column1 #main{
margin:0 0 10px 0;
}
#column1 #menu .menulist ul,#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
border:none;
padding:0;
}
#column1 #menu .menulist ul{
border-bottom:1px solid #eee9d9;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
display:block;
padding:0;
}
#column1 #menu .menulist li{
background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#faf3dc));
background:linear-gradient(to bottom,#ffffff 50%,#faf3dc 100%);
border-bottom:1px solid #ffffff;
border-top:1px solid #eee9d9;
}
#column1 #menu .menulist li a{
margin:0;
padding:15px 30px 15px 10px;
text-decoration:none;
}
#column1 #menu .menulist li a:before,#column1 #menu .menulist .l2 a:before,#column1 #menu .menulist .l3 a:before{
left:auto;
margin-top:-3px;
right:12px;
top:50%;
}
#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
background-image:none;
border-bottom:1px solid #eee9d9;
border-top:none;
}
#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
border-top:1px solid #eee9d9;
line-height:1.4;
margin:0;
padding:15px 10px;
}
#column1 #menu ul#newEntry li:first-child,#column1 #menu ul#entryarchive li:first-child{
border-top:none;
}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2{
overflow:hidden;
text-align:center;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu,#column2 #rmenu,#column1 #space3,#column1 #space4,#column1 .bannerbox,#column1 #submenu{ display:none; }
#wrapper #headerbox{ height:auto !important; }
#header .desc{
color:#FFFFFF;
}
.topAreaOff #top h1{
width:900px;
}
@media screen and (max-width:899px){
.topAreaOff #top h1{
width:auto;
}
}
#wrapper #main .txt-decbox1 h2,#wrapper #main .txt-decbox1 h3,#wrapper #main .txt-decbox1 h2 span,#wrapper #main .txt-decbox1 h3 span,#wrapper #main .txt-decbox2 h2,#wrapper #main .txt-decbox2 h3,#wrapper #main .txt-decbox2 h2 span,#wrapper #main .txt-decbox2 h3 span{
border:none;
margin:0;
position:static;
top:auto;
}body{
background-repeat:no-repeat;
}
#header{ height:264px; }
#headerbox{height:264px; }
#header h2,#header .title,#header .title a{
}
#header h2 a,#header h2 a:visited,#header .title a,#header .title a:visited{color:#FFFFFF;}
#header #headertxt{
color:#FFFFFF;
}
#main{ float:left; }
#column2 #menu,#column3 #menu{ float:right; }
#column3 #rmenu{ float:left; }
#column3 #layoutbox{ float:right; }
#column3 #main{ float:left; }
/*
#wrapper{}
#topmenu{}
#threebox{width:25px;}
#main{}
#menu{}
#rmenu{}
*/
/**
 * 特典HTMLパーツ用 BEGIN
 */
/********* 基本装飾 **********/
/** マージン **/
.gp_mt5{ margin-top:5px; }
.gp_mt10{ margin-top:10px; }
.gp_mt15{ margin-top:15px; }
.gp_mt20{ margin-top:20px; }
.gp_mt25{ margin-top:25px; }
.gp_mt30{ margin-top:30px; }
.gp_mt35{ margin-top:35px; }
.gp_mt40{ margin-top:40px; }
.gp_mb5{ margin-bottom:5px; }
.gp_mb10{ margin-bottom:10px; }
.gp_mb15{ margin-bottom:15px; }
.gp_mb20{ margin-bottom:20px; }
.gp_mb25{ margin-bottom:25px; }
.gp_mb30{ margin-bottom:30px; }
.gp_mb35{ margin-bottom:35px; }
.gp_mb40{ margin-bottom:40px; }
.gp_ml5{ margin-left:5px; }
.gp_ml10{ margin-left:10px; }
.gp_ml15{ margin-left:15px; }
.gp_ml20{ margin-left:20px; }
.gp_ml25{ margin-left:25px; }
.gp_ml30{ margin-left:30px; }
.gp_ml35{ margin-left:35px; }
.gp_ml40{ margin-left:40px; }
.gp_mr5{ margin-right:5px; }
.gp_mr10{ margin-right:10px; }
.gp_mr15{ margin-right:15px; }
.gp_mr20{ margin-right:20px; }
.gp_mr25{ margin-right:25px; }
.gp_mr30{ margin-right:30px; }
.gp_mr35{ margin-right:35px; }
.gp_mr40{ margin-right:40px; }
/*色を指定します*/
.gp_blue,.gp_ao{ color:#006699; }
.gp_navy{ color:#003399; }
.gp_sky{ color:#00bbff; }
.gp_aqua,.gp_mizu{ color:#0080c0; }
.gp_purple{ color:#990099; }
.gp_green,.gp_midori{ color:#369B50; }
.gp_darkgreen{ color:#006600; }
.gp_yellowgreen{ color:#8bc10d; }
.gp_bluegreen,.gp_aomidori{ color:#00aaaa; }
.gp_red,.gp_aka{ color:#db0000; }
.gp_redpink,.gp_akapink{ color:#e70050; }
.gp_redbrown{ color:#cc0033; }
.gp_pink{ color:#ff3399; }
.gp_enji{ color:#9f2560;}
.gp_orange,.gp_daidai{ color:#ff7700;}
.gp_brown,.gp_tya{ color:#993300; }
.gp_darkbrown{ color:#660000; }
.gp_gray{ color:#555555; }
.gp_black,.gp_kuro{ color:#000000; }
.gp_marker,.gp_line{ background:#ffff7d; }
.gp_marker_green,.gp_line_green{ background:#d6ffc1; }
.gp_marker_pink,.gp_line_pink{ background:#ffe0ff; }
.gp_marker_blue,.gp_line_blue{ background:#e0f0ff; }
.gp_center{ text-align:center; }
.gp_b{ font-weight:bold; }
.gp_u{ text-decoration:underline; }
.gp_i{ font-style:italic; }
.gp_big{ font-size:18px; }
.gp_big1{ font-size:24px; }
.gp_big2{ font-size:16px; }
.gp_big8{ font-size:8px; }
.gp_big9{ font-size:9px; }
.gp_big10{ font-size:10px; }
.gp_big11{ font-size:11px; }
.gp_big12{ font-size:12px; }
.gp_big14{ font-size:14px; }
.gp_big16{ font-size:16px; }
.gp_big18{ font-size:18px; line-height:1.2em; }
.gp_big20{ font-size:20px; line-height:1.2em; }
.gp_big22{ font-size:22px; line-height:1.2em; }
.gp_big24{ font-size:24px; line-height:1.2em; }
.gp_big26{ font-size:26px; line-height:1.2em; }
.gp_big28{ font-size:28px; line-height:1.2em; }
.gp_big30{ font-size:30px; line-height:1.2em; }
.gp_big32{ font-size:32px; line-height:1.2em; }
.gp_big34{ font-size:34px; line-height:1.2em; }
.gp_big36{ font-size:36px; line-height:1.2em; }
.gp_big38{ font-size:38px; line-height:1.2em; }
.gp_big40{ font-size:40px; line-height:1.2em; }
/* YouTube レスポンシブ対応 */
.video{
position:relative;
width:100%;
padding-top:56.25%;
}
.video iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}.point:empty{height:32px}
.img-lb{display:contents;}.logo-horizon .logotext{display:none;}
/* fixImageStyles */
img{height:auto;max-width:100%}
.image-center{margin:10px auto;display:block;}
.img-center{text-align:center;max-width:100%;height:auto;}
.img-center img{max-width:100%;height:auto;margin:8px auto}
span.img-center{display:block;text-align:center;}
table.rank-table td .img-center{text-align:left !important;}</pre></body></html>