@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:#fbf5f0;
background-image:url(img/body_bg.gif);
background-position:center top;
background-repeat:repeat;
color:#808080;
font-family:'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
font-size:16px;
line-height:180%;
text-align:center;
letter-spacing:-0.001em;/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust:100%;/* 文字サイズの自動調整機能のキャンセル */
word-break:break-all;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
body{
background-image:url(img/body_bg@2x.gif);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
}
@media screen and (max-width:640px){
body{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
}
}
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:10px 0;
}
ul li{
background-image:url(img/li.png);
background-position:left 12px;
background-repeat:no-repeat;
color:#6a1d25;
font-size:16px;
padding:10px 0 10px 25px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
ul li{
background-image:url(img/li@2x.png);
-webkit-background-size:15px 15px;
background-size:15px 15px;
}
}
ol{
list-style-type:decimal;
padding:10px 0 10px 25px;
}
ol li{
font-size:16px;
padding:5px 0;
}
/* リンク
==================================================
*/
a{ color:#315c99; }
a:hover{
color:#6585b3;
text-decoration:none;
}
a:hover img{
background:none !important;
}
a img{ background:none !important; }
#main a:hover,#menu a:hover,#rmenu a:hover{
left:1px;
position:relative;
top:1px;
}
@media screen and (max-width:640px){
#main a:hover,#menu a:hover,#rmenu a:hover{
left:0;
top:0;
}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper{
border-top:5px solid #5c2f09;
overflow:hidden;
position:relative;
text-align:center;
}
#wrapper .inner{
background-image:url(img/wrapper_bg.gif);
background-position:center top;
background-repeat:no-repeat;
border-top:2px solid #c3ae9d;
*zoom:1;
}
#contents{
margin:0 auto -69px;
overflow:hidden;
padding-top:4px;
position:relative;
text-align:center;
top:-69px;
width:916px;
}
#contents .inner{
background-color:#ffffff;
background-image:url(img/contents_bg.gif);
background-position:center top;
background-repeat:no-repeat;
border:medium none;
-webkit-box-shadow:0 0 4px #d4d0c9;
-moz-box-shadow:0 0 4px #d4d0c9;
box-shadow:0 0 4px #d4d0c9;
margin:0 -1px -1px -1px;
padding:11px 14px 55px;
position:relative;
}
#layoutbox{
line-height:0;
}
#siteNavi{
color:#818181;
font-size:10px;
line-height:1.6;
margin:0 0 10px;
overflow:hidden;
padding-top:2px;
}
@media screen and (max-width:899px){
#wrapper .inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#wrapper:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.05)),color-stop(100%,rgba(0,0,0,0)));
background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
content:"";
height:8px;
left:0;
position:absolute;
right:0;
top:2px;
}
#wrapper:after{
-webkit-border-radius:500px / 10px;
-moz-border-radius:500px / 10px;
border-radius:500px / 10px;
-webkit-box-shadow:0 0 90px 100px rgba(255,255,255,0.4);
-moz-box-shadow:0 0 90px 100px rgba(255,255,255,0.4);
box-shadow:0 0 90px 100px rgba(255,255,255,0.4);
content:"";
height:50%;
left:-50%;
position:absolute;
top:-50%;
width:100%;
z-index:-1;
}
#contents{
-webkit-box-shadow:0 0 4px rgba(0,0,0,0.1);
-moz-box-shadow:0 0 4px rgba(0,0,0,0.1);
box-shadow:0 0 4px rgba(0,0,0,0.1);
margin:0;
padding:11px 10px 30px;
top:auto;
width:auto;
z-index:0;
}
#contents:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9dfd5),color-stop(100%,#ffffff));
background-image:linear-gradient(to bottom,#e9dfd5 0%,#ffffff 100%);
content:"";
height:40px;
left:0;
position:absolute;
right:0;
top:1px;
z-index:-1;
}
#contents .inner{
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0;
padding:0;
}
}
@media screen and (max-width:640px){
#wrapper{
border-top:none;
padding-top:5px;
}
#wrapper:before{
background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#5c2f09),color-stop(50%,#5a4633),color-stop(100%,#5c2f09));
background-image:linear-gradient(to right,#5c2f09 0%,#5a4633 50%,#5c2f09 100%);
height:5px;
top:0;
}
#contents{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0;
overflow:visible;
padding:0;
}
#contents:before{
background-image:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
z-index:auto;
}
#siteNavi{
padding:8px 10px 0;
}
}
/* ページ上部へ戻る
==================================================
*/
#btnbox{
background-color:#fefbfa;
border-bottom:1px solid #e9dfd5;
border-top:1px solid #e9dfd5;
overflow:hidden;
position:relative;
text-align:center;
}
#btnbox ul{
border-top:1px solid #fefefd;
overflow:visible;
padding:0;
text-align:left;
}
#btnbox ul li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
font-size:0;
padding:0;
position:relative;
vertical-align:top;
z-index:5;
}
#btnbox ul li a{
display:block;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
}
#toppage{
display:none !important;
}
#pagetop{
left:50%;
margin-left:280px;
margin-top:-1px;
width:172px;
}
#pagetop a{
background-image:url(img/pagetop_button.gif);
background-position:left top;
background-repeat:no-repeat;
height:40px;
width:172px;
}
@media screen and (max-width:899px){
#btnbox ul li{
font-size:12px;
text-align:center;
}
#btnbox ul li a{
color:#69574c;
line-height:40px;
position:relative;
text-decoration:none;
text-indent:0;
white-space:normal;
width:100%;
}
#pagetop{
left:auto;
margin-left:0;
width:100%;
}
#pagetop a{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
#pagetop a:before{
border-left:2px solid #ca7d3c;
border-top:2px solid #ca7d3c;
content:"";
height:5px;
margin:-2px 0 0 -86px;
left:50%;
position:absolute;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
}
@media screen and (max-width:640px){
#btnbox ul{
background-color:#f7f6f2;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f7f6f2));
background-image:linear-gradient(to bottom,#ffffff 0%,#f7f6f2 100%);
border-top:none;
display:table;
table-layout:fixed;
width:100%;
}
#btnbox ul li{
border-right:1px solid #e9dfd5;
display:table-cell !important;
position:relative;
}
#btnbox ul li:last-child{
border-right:none;
}
#btnbox ul li a{
height:auto;
line-height:normal;
padding:22px 0 8px;
}
#pagetop{
width:auto;
}
#pagetop a:before{
margin:0 0 0 -2px;
top:11px;
}
#toppage a:before{
border-bottom:7px solid #ca7d3c;
border-left:7px solid transparent;
border-right:7px solid transparent;
border-top:7px solid transparent;
content:"";
left:50%;
margin-left:-7px;
position:absolute;
top:0;
}
#toppage a:after{
border-left:4px solid #ca7d3c;
border-right:4px solid #ca7d3c;
border-top:2px solid #ca7d3c;
content:"";
height:4px;
left:50%;
margin-left:-5px;
position:absolute;
top:13px;
width:2px;
}
}
/* 検索ボックス
==================================================
*/
#searchbox{
background-image:url(img/search_input.png);
background-position:left top;
background-repeat:no-repeat;
font-size:12px;
height:36px;
left:50%;
margin-left:192px;
position:absolute;
text-align:left;
top:30px;
width:258px;
z-index:1;
}
#searchbox input{
background-color:transparent;
background-image:url(img/searchbutton.png);
background-position:left top;
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
font-size:0;
height:30px;
left:212px;
line-height:0;
overflow:hidden;
position:absolute;
text-indent:200%;
top:5px;
white-space:nowrap;
width:42px;
-webkit-appearance:none;
}
#searchbox .skwd{
background-image:none;
cursor:auto;
font-size:12px;
height:20px;
left:11px;
line-height:20px;
text-indent:0;
top:8px;
width:197px;
}
@media screen and (max-width:899px){
#searchbox{
background-color:#e9dfd5;
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
height:32px;
left:auto;
margin-left:auto;
padding:3px;
right:10px;
top:22px;
width:26.6666666667%;
}
#searchbox input{
background-color:#d4c0a2;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d4c0a2),color-stop(60%,#b99d7e),color-stop(100%,#ac8e70));
background-image:linear-gradient(to bottom,#d4c0a2 0%,#b99d7e 60%,#ac8e70 100%);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#845a44;
-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.15);
-moz-box-shadow:0 2px 1px rgba(0,0,0,0.15);
box-shadow:0 2px 1px rgba(0,0,0,0.15);
font-size:11px;
height:26px;
left:auto;
line-height:26px;
right:3px;
text-indent:0;
text-shadow:0 1px 1px #c2bdba;
top:3px;
width:40px;
white-space:normal;
}
#searchbox .skwd{
background-color:#ffffff;
border:1px solid #e9dfd5;
color:#845a44;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
height:26px;
left:0;
line-height:24px;
padding-left:5px;
padding-right:45px;
position:relative;
text-shadow:none;
top:0;
right:auto;
width:100%;
}
}
@media screen and (max-width:640px){
#searchbox{
background-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:36px;
margin-bottom:5px;
padding:0;
position:relative;
right:auto;
top:auto;
width:100%;
}
#searchbox input{
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);
box-shadow:0 1px 2px rgba(0,0,0,0.15);
font-size:14px;
height:36px;
line-height:36px;
right:0;
top:auto;
width:20%;
}
#searchbox .skwd{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:2px 2px 4px #e8e8e8 inset;
-moz-box-shadow:2px 2px 4px #e8e8e8 inset;
box-shadow:2px 2px 4px #e8e8e8 inset;
font-size:14px;
height:36px;
line-height:26px;
padding:5px 10px;
width:79%;
}
}
/* 回り込み・回り込み解除
==================================================
*/
.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;
}
.float-l p,.float-r p{
float:none;
text-align:center;
}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top{
position:relative;
}
#top #logo,#top h1{
left:50%;
margin-left:-450px;
padding:28px 0;
position:relative;
width:632px;
}
#top #logo a,#top h1 a{
color:#595959;
font-size:15px;
line-height:1.4;
text-decoration:none;
}
#top #logo a img,#top h1 a img{
vertical-align:middle;
}
@media screen and (max-width:899px){
#top{
padding-left:10px;
padding-right:10px;
}
#top #logo,#top h1{
left:auto;
margin-left:0;
padding:20px 0;
width:70.2222222222%;
}
}
@media screen and (max-width:640px){
#top{
background-color:#fbf5f0;
border-bottom:1px solid #ffffff;
-webkit-box-shadow:0 1px 6px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 6px rgba(0,0,0,0.15);
box-shadow:0 1px 6px rgba(0,0,0,0.15);
margin-bottom:12px;
overflow:hidden;
padding-left:5px;
padding-right:5px;
}
#top:before{
content:"";
height:20px;
left:0;
position:absolute;
right:0;
top:0;
}
#top #logo,#top h1{
padding:15px 58px 15px 5px;
width:auto;
}
#top #logo a,#top h1 a{
font-size:14px;
}
}
/* ヘッダー
==================================================
*/
#headerbox{
background-image:url(img/headerbox_bg_r.png);
background-position:center 1px;
background-repeat:no-repeat;
overflow:hidden;
padding-bottom:15px;
text-align:center;
}
#headerbox #header_container{
background-image:url(img/headerbox_bg_b.png);
background-position:center bottom;
background-repeat:no-repeat;
margin-bottom:-150px;
padding-bottom:150px;
position:relative;
text-align:center;
}
#headerbox #header_inner{
background-color:#ffffff;
border:1px solid #d7cfc7;
-webkit-box-shadow:0 1px 2px #d4d0c9;
-moz-box-shadow:0 1px 2px #d4d0c9;
box-shadow:0 1px 2px #d4d0c9;
display:inline-block;
padding:1px;
position:relative;
text-align:center;
*display:inline;
*zoom:1;
}
#headerbox .inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
border:3px solid #fbf5f0;
display:inline-block;
text-align:center;
*display:inline;
*zoom:1;
}
#header{
height:300px;
overflow:hidden;
position:relative;
text-align:left;
width:900px;
}
#header img{
left:0;
position:absolute;
top:0;
}
#header #headertxt{
left:0;
position:absolute;
top:0;
width:50%;
}
#header .title,#header .desc{
left:140px;
position:relative;
text-shadow:0 1px 3px rgba(0,0,0,0.1);
top:90px;
}
#header .title a{
color:#ac7c56;
font-size:28px;
font-weight:700;
line-height:1.4;
text-decoration:none;
word-wrap:break-word;
}
#header .title a:hover{
color:#c19d80;
}
#header .desc{
color:#a59a94;
font-size:14px;
line-height:1.6;
padding-top:8px;
word-wrap:break-word;
}
@media screen and (max-width:899px){
#headerbox{
background-image:none;
background-position:0 0;
background-repeat:repeat;
padding:0 10px 10px;
}
#headerbox #header_container{
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-bottom:0;
padding-bottom:0;
}
#headerbox #header_inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
display:block;
position:relative;
z-index:0;
}
#headerbox #header_inner:before{
background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(225,220,214,0.75)),color-stop(100%,rgba(225,220,214,0)));
background-image:linear-gradient(to right,rgba(225,220,214,0.75) 0%,rgba(225,220,214,0) 100%);
bottom:-41px;
content:"";
position:absolute;
right:-81px;
top:39px;
-webkit-transform:skew(0,45deg);
transform:skew(0,45deg);
width:80px;
z-index:-1;
}
#headerbox #header_inner:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(225,220,214,0.75)),color-stop(100%,rgba(225,220,214,0)));
background-image:linear-gradient(to bottom,rgba(225,220,214,0.75) 0%,rgba(225,220,214,0) 100%);
bottom:-81px;
content:"";
height:80px;
left:39px;
position:absolute;
right:-42px;
-webkit-transform:skew(45deg,0);
transform:skew(45deg,0);
z-index:-1;
}
#headerbox .inner{
display:block;
}
#header{
height:auto !important;
width:auto;
}
#header img{
position:static;
}
#header .title,#header .desc{
left:100px;
top:70px;
}
#header .title a{
font-size:24px;
}
}
@media screen and (max-width:640px){
#headerbox #header_inner{
background-color:transparent;
border:medium none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}
#headerbox #header_inner:before{
background-image:none; 
bottom:auto;
position:static;
right:auto;
top:auto;
-webkit-transform:none;
transform:none;
width:auto;
z-index:auto;
}
#headerbox #header_inner:after{
background-image:none;
bottom:auto;
height:auto;
left:auto;
position:static;
right:auto;
-webkit-transform:none;
transform:none;
z-index:auto;
}
#headerbox .inner{
border:medium none;
}
#header{
overflow:visible;
}
#header span{
border:1px solid #ffffff;
-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.12);
-moz-box-shadow:0 3px 6px rgba(0,0,0,0.12);
box-shadow:0 3px 6px rgba(0,0,0,0.12);
display:block;
position:relative;
}
#header span:before{
background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(233,223,213,0.75)),color-stop(100%,rgba(233,223,213,0)));
background-image:linear-gradient(to right,rgba(233,223,213,0.75) 0%,rgba(233,223,213,0) 100%);
bottom:-41px;
content:"";
position:absolute;
right:-81px;
top:39px;
-webkit-transform:skew(0,45deg);
transform:skew(0,45deg);
width:80px;
z-index:-1;
}
#header span:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233,223,213,0.75)),color-stop(100%,rgba(233,223,213,0)));
background-image:linear-gradient(to bottom,rgba(233,223,213,0.75) 0%,rgba(233,223,213,0) 100%);
bottom:-81px;
content:"";
height:80px;
left:39px;
position:absolute;
right:-42px;
-webkit-transform:skew(45deg,0);
transform:skew(45deg,0);
z-index:-1;
}
#header #headertxt{
left:auto;
overflow:hidden;
padding:15px 0 10px;
position:relative;
top:auto;
width:auto;
}
#header .title,#header .desc{
left:auto;
position:static;
text-align:center;
top:auto;
}
#header .desc{
text-align:left;
}
#header .title a{
font-size:22px;
}
}
/* トップメニュー
==================================================
*/
#topmenubtn{
display:none;
}
#topmenubox{
font-size:0;
text-align:center;
}
#topmenu{
background-color:#713604;
background-image:url(img/topmenu_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-top:1px solid #713604;
border-bottom:2px solid #713604;
border-left:1px solid #713604;
-webkit-box-shadow:0 3px 2px #bdbab7;
-moz-box-shadow:0 3px 2px #bdbab7;
box-shadow:0 3px 2px #bdbab7;
margin:0 auto 15px;
position:relative;
text-align:center;
width:910px;
}
#topmenu ul{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
left:0;
margin:0;
overflow:hidden;
padding:0;
position:relative;
*zoom:1;
}
#topmenu li{
background-image:url(img/topmenu_li.gif);
background-position:right top;
background-repeat:repeat-y;
-webkit-background-size:auto auto;
background-size:auto auto;
display:inline;
float:left;
margin:0 0 -32767px;
overflow:hidden;
padding:0 0 32767px;
position:relative;
right:0;
text-align:center;
width:182px;
*zoom:1;
}
#topmenu li span{
background-image:url(img/topmenu_li_l.gif);
background-position:right top;
background-repeat:no-repeat;
display:block;
padding-bottom:13px;
position:relative;
*zoom:1;
}
#topmenu li a{
color:#e9dfd5;
display:block;
font-size:14px;
line-height:1.4;
margin:0 0 -32767px;
overflow:hidden;
padding:15px 5px 32767px;
position:relative;
text-decoration:none;
*zoom:1;
}
#topmenu li a:hover{
background-color:#5c2f09;
color:#b1a9a3;
text-decoration:underline;
}
@media screen and (max-width:899px){
#topmenu{
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-bottom:10px;
width:auto;
}
#topmenu:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c86f23),color-stop(99%,#904606),color-stop(100%,#5c2f09));
background-image:linear-gradient(to bottom,#c86f23 0%,#904606 99%,#5c2f09 100%);
content:"";
height:48px;
left:0;
position:absolute;
right:0;
top:0;
}
#topmenu ul{
display:table;
left:auto;
margin:0;
padding:0;
table-layout:fixed;
width:100%;
}
#topmenu li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
display:table-cell;
float:none;
margin:0;
padding:0;
right:auto;
vertical-align:top;
width:auto;
}
#topmenu li:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#713604),color-stop(100%,#713604));
background-image:linear-gradient(to bottom,#713604 0%,#713604 100%);
content:"";
height:48px;
position:absolute;
right:0;
top:0;
width:1px;
}
#topmenu li:last-child{
border-right:none;
}
#topmenu li span{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#topmenu li a{
font-size:13px;
}
}
@media screen and (max-width:640px){
#topmenubtn{
background-color:#a8977f;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ddd5c9),color-stop(100%,#a8977f));
background-image:linear-gradient(to bottom,#ddd5c9 0%,#a8977f 100%);
-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 5px rgba(0,0,0,0.25);
box-shadow:0 1px 5px rgba(0,0,0,0.25);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor:pointer;
height:34px;
position:absolute;
right:10px;
top:8px;
width:38px;
z-index:2;
}
#topmenubtn span{
background-color:#f2eeeb;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9dfd5),color-stop(100%,#f2eeeb));
background-image:linear-gradient(to bottom,#e9dfd5 0%,#f2eeeb 100%);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor:pointer;
display:block;
height:32px;
overflow:hidden;
position:absolute;
right:1px;
text-indent:200%;
top:1px;
white-space:nowrap;
width:36px;
z-index:0;
}
#topmenubtn span:before,#topmenubtn span:after{
content:"";
position:absolute;
right:9px;
top:9px;
width:18px;
}
#topmenubtn span:before{
border-bottom:3px solid #8d7a60;
border-top:3px solid #8d7a60;
height:3px;
}
#topmenubtn span:after{
border-top:3px solid #8d7a60;
height:0;
margin-top:12px;
}
.topmenubtnOn{
display:block !important;
}
#topmenubox{
display:none;
overflow:hidden;
padding:5px 0;
position:relative;
z-index:1;
}
#topmenubox div:last-child{
margin-bottom:0;
}
.menuon{
display:block !important;
}
#topmenu{
background-color:transparent;
background-image:none;
border-top:0;
border-bottom:none;
border-left:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0;
}
#topmenu:before{
background-image:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
}
#topmenu ul{
display:block;
width:auto;
}
#topmenu li{
border-bottom:1px solid #e9dfd5;
border-right:none;
border-top:1px solid #ffffff;
display:block;
}
#topmenu li:before{
background-image:none;
height:auto;
position:static;
right:auto;
top:auto;
width:auto;
}
#topmenu li:first-child{
border-top:none;
}
#topmenu li:last-child{
border-bottom:none;
}
#topmenu li span{
padding-bottom:0;
}
#topmenu li a{
color:#c3ae9d;
margin:0;
padding:12px 30px 12px 15px;
position:relative;
text-align:left;
}
#topmenu li a:before{
border-bottom:none;
border-left:none;
border-right:2px solid #d1cbc2;
border-top:2px solid #d1cbc2;
content:"";
height:5px;
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
#topmenu li a:hover{
background-color:transparent;
}
}
/* トップサブメニュー
==================================================
*/
#topsubmenu{
font-size:0;
left:50%;
letter-spacing:-.40em;
line-height:0;
position:absolute;
text-align:right;
top:8px;
width:450px;
}
#topsubmenu span{
display:inline-block;
letter-spacing:normal;
line-height:normal;
margin-left:25px;
*display:inline;
*zoom:1;
}
#topsubmenu span a{
background-image:url(img/topsubmenu_bg.gif);
background-position:left 7px;
background-repeat:no-repeat;
color:#946143;
display:block;
font-size:10px;
overflow:hidden;
padding-left:20px;
position:relative;
text-decoration:none;
}
#topsubmenu span a:hover{
text-decoration:underline;
}
@media screen and (max-width:899px){
#topsubmenu{
left:auto;
margin-left:0;
right:10px;
top:4px;
width:auto;
}
#topsubmenu span{
margin-left:10px;
}
#topsubmenu span a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#topsubmenu span a:before{
background-color:#946143;
content:"";
height:2px;
left:6px;
margin-top:-2px;
position:absolute;
top:50%;
width:8px;
}
}
@media screen and (max-width:640px){
#topsubmenu{
overflow:hidden;
position:static;
text-align:left;
right:auto;
top:auto;
}
#topsubmenu span{
background-color:#e9dfd5;
border:1px solid #e9dfd5;
display:block;
margin:0 0 3px 0;
}
#topsubmenu span:last-child{
margin:0;
}
#topsubmenu span a{
border-top:1px solid #f6f0ea;
color:#c3ae9d;
font-size:13px;
height:auto;
line-height:normal;
padding:11px 30px 12px 15px;
}
#topsubmenu span a:before{
background-color:transparent;
border-right:2px solid #c3ae9d;
border-top:2px solid #c3ae9d;
content:"";
height:5px;
left:auto;
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main{
float:right;
line-height:180%;
overflow:hidden;
position:relative;
width:660px;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:30px;
padding:10px;
position:relative;*zoom:1;
}
@media screen and (max-width:899px){
#main{
width:74.52725250278087%;
}
}
@media screen and (max-width:640px){
#main{
background-color:#ffffff;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 5px rgba(0,0,0,0.15);
box-shadow:0 1px 5px rgba(0,0,0,0.15);
float:none !important;
margin-bottom:10px;
padding-top:2px;
width:100%;
z-index:0;
}
#main:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9dfd5),color-stop(100%,#ffffff));
background-image:linear-gradient(to bottom,#e9dfd5 0%,#ffffff 100%);
content:"";
height:40px;
left:0;
position:absolute;
right:0;
top:1px;
z-index:-1;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:20px;
}
}
/* 見出し
==================================================
*/
h2,h3,h4,h5,h6{
text-shadow:0 1px 1px rgba(0,0,0,0.05);
}
#main h2,#main h3{
margin:0;
padding:0;
position:relative;
z-index:1;
}
#main h2 span,#main h3 span{
background-color:#f9f9f9;
background-image:url(img/h3_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-bottom:1px solid #d7cfc7;
border-top:3px solid #925a2b;
-webkit-box-shadow:0 3px 5px #f2f2f2;
-moz-box-shadow:0 3px 5px #f2f2f2;
box-shadow:0 3px 5px #f2f2f2;
display:block;
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:0;
*zoom:1;
}
#main h2 span span,#main h3 span span{
background-color:transparent;
background-image:url(img/h3_bg_l.png);
background-position:left top;
background-repeat:no-repeat;
border-bottom:2px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-top:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#main h2 span span span,#main h3 span span span{
background-image:url(img/h3_bg_r.png);
background-position:right bottom;
background-repeat:no-repeat;
border:medium none;
color:#955e42;
display:block;
font-size:20px;
line-height:1.4;
padding:15px 20px;
}
#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{
margin:10px -10px;
}
#main h4{
background-color:#e9dfd5;
background-image:url(img/h4.gif);
background-position:left top;
background-repeat:repeat;
border-top:1px solid #b6b2af;
margin:10px -10px;
position:relative;
width:auto;
}
#main h4 span{
border-top:1px solid #ffffff;
color:#ac7c56;
display:block;
font-size:18px;
line-height:1.5;
padding:10px 20px;
position:relative;
*zoom:1;
}
#main h5{
background-image:url(img/h5.gif);
background-position:left bottom;
background-repeat:repeat-x;
color:#ac7c56;
font-size:16px;
line-height:1.5;
margin:10px auto 6px;
padding:0 2px 9px;
position:relative;
}
#main h6{
background-image:url(img/h6.png);
background-position:left 6px;
background-repeat:no-repeat;
color:#ac7c56;
font-size:15px;
line-height:1.3;
margin:8px auto 2px;
padding:2px 0 2px 22px;
position:relative;
}
#main .atn02{
background-color:#f3f0eb;
background-image:url(img/atn_02_bg.gif);
background-position:left top;
background-repeat:repeat;
border:5px solid #f4f1ea;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
margin:0 0 20px;
padding:0;
position:relative;
top:10px;
}
#main .atn02 span{
background-image:url(img/atn_02.png);
background-position:left top;
background-repeat:no-repeat;
border:1px solid #ece7df;
border-top:1px solid #d9cebf;
color:#827a6b;
display:block;
font-size:13px;
font-weight:bold;
line-height:1.6;
padding:30px 25px 28px 90px;
position:relative;
*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main h4{
background-image:url(img/h4@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
#main .atn02{
background-image:url(img/atn_02_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
#main .atn02 span{
background-image:url(img/atn_02@2x.png);
-webkit-background-size:62px 54px;
background-size:62px 54px;
}
#main .atn02 span:before{
border-bottom:1px solid #ebe6de;
content:"";
left:0;
position:absolute;
right:0;
top:0;
}
}
@media screen and (max-width:899px){
#main h2 span,#main h3 span{
background-image:none !important;
background-position:0 0 !important;
background-repeat:no-repeat !important;
}
#main h2 span:before,#main h3 span:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f9f9f9));
background-image:linear-gradient(to bottom,#ffffff 0%,#f9f9f9 100%);
content:"";
height:54px;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#main h2 span span:before,#main h3 span span:before{
background-image:none;
border-right:12px solid transparent;
border-top:12px solid #ededed;
content:"";
height:auto;
left:0;
position:absolute;
right:auto;
top:0;
z-index:-1;
}
#main h2 span span span:before,#main h3 span span span:before{
background-image:none;
border-bottom:12px solid #ededed;
border-left:12px solid transparent;
border-right:none;
border-top:none;
bottom:0;
content:"";
height:auto;
left:auto;
position:absolute;
right:0;
top:auto;
z-index:-1;
}
#main h5{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
#main h5:before{
border-bottom:1px solid #eae8e7;
border-top:1px solid #fafafb;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
}
#main h5:after{
border-bottom:1px solid #baaba1;
border-top:1px solid #fafafb;
bottom:2px;
content:"";
left:0;
position:absolute;
right:0;
}
#main h6{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
#main h6:before{
background-color:#a35c01;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b16712),color-stop(100%,#a35c01));
background-image:linear-gradient(to bottom,#b16712 0%,#a35c01 100%);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
box-shadow:0 1px 2px rgba(0,0,0,0.2);
content:"";
height:8px;
left:5px;
position:absolute;
top:9px;
width:14px;
}
#main h6:after{
border-bottom:2px solid transparent;
border-left:2px solid #ffffff;
border-right:2px solid transparent;
border-top:2px solid transparent;
content:"";
left:13px;
position:absolute;
top:11px;
}
}
@media screen and (max-width:640px){
#main h2,#main h3{
margin:0;
position:relative;
}
#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{
margin:10px -10px 0;
}
#main .atn02 span{
background-position:-5px top;
padding:30px 25px 28px 75px;
}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu{
float:left;
line-height:180%;
width:210px;
}
#menu .rankbox{
border-bottom:1px dotted #e0e0e0;
font-size:12px;
margin-bottom:10px;
overflow:hidden;
padding-bottom:10px;
width:100%;
}
#menu .rankbox img{
}
.menubox{
background-color:#ffffff;
border:1px solid #e5e5e5;
margin-bottom:15px;
overflow:hidden;
position:relative;
}
.menubox ul{
padding:5px;
position:relative;
}
.menulist{
background-color:#efeae1;
background-image:url(img/menulist_bg.gif);
background-position:left top;
background-repeat:repeat;
border:medium none;
padding:8px 8px 3px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.menulist{
background-image:url(img/menulist_bg@2x.gif);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
}
.menulist ul{
padding:0;
position:relative;
}
.menulist li{
background-color:#fcfcfc;
background-image:url(img/menu_li_bg.gif);
background-position:left top;
background-repeat:repeat-x;
-webkit-background-size:auto auto;
background-size:auto auto;
-webkit-box-shadow:0 1px 2px #e0dbd3;
-moz-box-shadow:0 1px 2px #e0dbd3;
box-shadow:0 1px 2px #e0dbd3;
font-size:0;
line-height:0;
margin-bottom:5px;
padding:0;
position:relative;
*zoom:1;
}
.menulist .l2,.menulist .l3{
background-color:#f9f6f1;
background-image:none;
border:1px solid #e6d9c4;
-webkit-box-shadow:0 1px 0 #f6f4f1;
-moz-box-shadow:0 1px 0 #f6f4f1;
box-shadow:0 1px 0 #f6f4f1;
position:relative;
}
.menulist li span{
background-image:url(img/menu_span_bg.gif);
background-position:90% center;
background-repeat:repeat-y;
display:block;
overflow:hidden;
position:relative;
*zoom:1;
}
.menulist li a{
background-image:url(img/menu_bg.gif);
background-position:105% center;
background-repeat:no-repeat;
border-bottom:8px solid #fcfcfc;
border-top:8px solid #ffffff;
color:#765647;
display:block;
font-size:14px;
line-height:1.5;
padding:2px 42px 2px 8px;
position:relative;
text-decoration:none;
*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.menulist li a{
background-image:url(img/menu_bg@2x.gif);
-webkit-background-size:23px 5px;
background-size:23px 5px;
}
}
.menulist li a:hover{
color:#988075;
text-decoration:underline;
}
.menulist .l2 span,.menulist .l3 span{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
.menulist .l2 a,.menulist .l3 a{
background-image:url(img/menu_bg2.png);
border:medium none;
font-weight:normal;
margin:0;
padding-bottom:10px;
padding-right:15px;
padding-top:10px;
}
.menulist .l2 a{
background-position:10px 13px;
padding-left:30px;
}
.menulist .l3 a{
background-position:20px 13px;
padding-left:40px;
}
#menu h4,#rmenu h4{
background-color:#efeae1;
background-image:url(img/menulist_bg.gif);
background-position:left top;
background-repeat:repeat;
border-top:1px solid #d7cfc7;
margin-bottom:-5px;
overflow:hidden;
position:relative;
text-shadow:none;
z-index:1;
*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#menu h4,#rmenu h4{
background-image:url(img/menulist_bg@2x.gif);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
}
#menu h4 span,#rmenu h4 span{
background-image:url(img/menu_h4_bg.gif);
background-position:left top;
background-repeat:no-repeat;
border-top:1px solid #ffffff;
display:block;
padding:13px 10px 10px;
position:relative;
}
#menu h4 span span,#rmenu h4 span span{
background-image:url(img/menu_h4.gif);
background-position:left 2px;
background-repeat:no-repeat;
border-top:none;
color:#946143;
display:block;
font-size:15px;
line-height:1.3;
padding:0 0 0 12px;
}
#menu .title,#rmenu .title{
background-color:#ffffff;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
margin-bottom:-5px;
overflow:hidden;
padding-top:1px;
position:relative;
text-shadow:none;
z-index:1;
}
#menu .title span,#rmenu .title span{
border-left:4px solid #f9f8f6;
border-right:4px solid #f9f8f6;
border-top:3px solid #f9f8f6;
display:block;
padding:12px 5px 0;
position:relative;
}
#menu .title span span,#rmenu .title span span{
background-image:url(img/menu_title.gif);
background-position:left top;
background-repeat:no-repeat;
border:medium none;
border-bottom:1px solid #dededc;
color:#737373;
font-size:15px;
line-height:1.3;
padding:0 0 12px 12px;
}
@media screen and (max-width:899px){
#menu{
width:23.3333333333%;
}
.menulist li{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fcfcfc));
background-image:linear-gradient(to bottom,#ffffff 0%,#fcfcfc 100%);
z-index:0;
}
.menulist li:before{
border-left:1px solid #e6e6e6;
bottom:8px;
content:"";
position:absolute;
right:30px;
top:8px;
}
.menulist .l2,.menulist .l3{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.menulist .l2:before,.menulist .l3:before{
border-left:none;
border-bottom:1px solid #f6f4f1;
bottom:-2px;
content:"";
left:-1px;
position:absolute;
right:-1px;
top:auto;
}
.menulist li span,.menulist .l2 span a,.menulist .l3 span a{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
overflow:hidden;
}
.menulist li a{
border:medium none;
margin:0 -4px 0 0;
padding-bottom:10px;
padding-right:38px;
padding-top:10px;
}
.menulist .l2 a:before,.menulist .l3 a:before{
border:1px solid #e9dfd5;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
-webkit-box-shadow:0 1px 0 #ffffff;
-moz-box-shadow:0 1px 0 #ffffff;
box-shadow:0 1px 0 #ffffff;
content:"";
height:14px;
left:8px;
position:absolute;
top:11px;
width:14px;
}
.menulist .l2 a:after,.menulist .l3 a:after{
border-bottom:3px solid transparent;
border-left:3px solid #beb4ad;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:15px;
position:absolute;
top:16px;
}
.menulist .l3 a:before{
left:18px;
}
.menulist .l3 a:after{
left:25px;
}
#menu h4:before{
-webkit-border-radius:500px / 10px;
-moz-border-radius:500px / 10px;
border-radius:500px / 10px;
-webkit-box-shadow:0 0 25px 10px rgba(255,255,255,0.8);
-moz-box-shadow:0 0 25px 10px rgba(255,255,255,0.8);
box-shadow:0 0 25px 10px rgba(255,255,255,0.8);
content:"";
height:50%;
left:-50%;
position:absolute;
top:-50%;
width:100%;
}
#menu h4 span span:before,#rmenu h4 span span:before{
background-color:#aa6933;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#aa6933),color-stop(100%,#513318));
background-image:linear-gradient(to bottom,#aa6933 0%,#513318 100%);
content:"";
height:15px;
left:0;
position:absolute;
top:2px;
width:3px;
}
#menu .title span span:before,#rmenu .title span span:before{
background-color:#b0b0b0;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbcbcb),color-stop(100%,#b0b0b0));
background-image:linear-gradient(to bottom,#cbcbcb 0%,#b0b0b0 100%);
content:"";
height:15px;
left:0;
position:absolute;
top:2px;
width:3px;
}
#menu h4 span,#rmenu h4 span,#menu h4 span span,#rmenu h4 span span,#menu .title span span,#rmenu .title span span{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
}
@media screen and (max-width:640px){
#menu{
float:none !important;
padding:0 10px !important;
width:auto;
}
.menubox{
margin-bottom:10px;
}
.menulist{
border:1px solid #dad2ca;
padding:5px !important;
}
.menulist li:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#f7f7f7));
background-image:linear-gradient(to bottom,#efefef 0%,#f7f7f7 100%);
border-left:none;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
bottom:auto;
height:26px;
margin-top:-13px;
position:absolute !important;
right:6px !important;
top:50% !important;
width:26px;
z-index:-1;
}
.menulist li:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdfd),color-stop(100%,#eeedea));
background-image:linear-gradient(to bottom,#fdfdfd 0%,#eeedea 100%);
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);
box-shadow:0 1px 1px rgba(0,0,0,0.15);
content:"";
height:18px;
margin-top:-9px;
position:absolute;
right:10px;
top:50%;
width:18px;
z-index:-1;
}
.menulist .l2:before,.menulist .l3:before{
background-image:none;
border-bottom:1px solid #f6f4f1 !important;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
bottom:-2px !important;
height:auto;
left:-1px !important;
margin-top:0;
position:absolute !important;
right:-1px !important;
top:auto;
width:auto;
z-index:auto;
}
.menulist .l2:after,.menulist .l3:after{
background-image:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
height:auto;
margin-top:0;
position:static;
right:auto;
top:auto;
width:auto;
z-index:auto;
}
.menulist li:last-child{
margin-bottom:0 !important;
}
.menulist .l2,.menulist .l3{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfbf9),color-stop(100%,#f9f6f1)) !important;
background-image:linear-gradient(to bottom,#fdfbf9 0%,#f9f6f1 100%) !important;
}
.menulist li a,.menulist .l2 a,.menulist .l3 a{
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
margin:0;
padding:12px 42px 12px 15px !important;
}
.menulist .l2 a{
padding-left:20px !important;
}
.menulist .l3 a{
padding-left:25px !important;
}
.menulist li a:after{
border-bottom:3px solid transparent;
border-left:6px solid #beb4ad;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:auto !important;
margin-top:-3px !important;
position:absolute;
right:12px !important;
top:50% !important;
}
.menulist .l2 a:before,.menulist .l3 a:before{
border:medium none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
height:auto;
left:auto;
position:static;
top:auto;
width:auto;
}
.menulist .l2 a:after,.menulist .l3 a:after{
border-bottom:3px solid transparent;
border-left:6px solid #beb4ad;
border-right:3px solid transparent;
border-top:3px solid transparent;
left:auto !important;
margin-top:-3px !important;
right:12px !important;
top:50% !important;
}
#menu h4,#rmenu h4{
border:1px solid #dad2ca;
border-bottom:none;
}
#menu .title span,#rmenu .title span{
padding-left:0;
padding-right:0;
}
#menu .title span span,#rmenu .title span span{
padding-left:17px;
padding-right:5px;
}
#menu .title span span:before,#rmenu .title span span:before{
left:5px;
}
}
/* バナー領域
==================================================
*/
.bannerbox{
overflow:hidden;
padding-bottom:10px;
}
.bannerbox ul{
padding:0;
}
.bannerbox li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
margin-bottom:5px;
overflow:hidden;
padding:0;
position:relative;
}
.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{
border:4px solid #f9f8f6;
}
ul#newEntry li,ul#entryarchive li{
background-image:url(img/menu_bg4.png);
background-position:5px 15px;
background-repeat:no-repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:1px dotted #e0e0e0;
color:#818181;
font-size:12px;
line-height:1.6;
padding:10px 10px 10px 20px;
position:relative;
*zoom:1;
}
@media screen and (max-width:899px){
ul#newEntry li,ul#entryarchive li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
ul#newEntry li:before,ul#entryarchive li:before{
border-bottom:3px solid transparent;
border-left:6px solid #839bbc;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:8px;
position:absolute;
top:15px;
}
}
@media screen and (max-width:640px){
#menu ul#newEntry,#menu ul#entryarchive,#rmenu ul#newEntry,#rmenu ul#entryarchive{
padding:0;
}
ul#newEntry li,ul#entryarchive li{
border-bottom:1px dotted #e0e0e0 !important;
padding:12px 35px 12px 15px !important;
}
ul#newEntry li:last-child,ul#entryarchive li:last-child{
border-bottom:medium none !important;
}
ul#newEntry li:before,ul#entryarchive li:before{
margin-top:-3px;
left:auto;
right:10px;
top:50%;
}
}
/*
==================================================
フッター
==================================================
*/
#footer{
background-color:#f9f7f2;
background-image:url(img/footer_bg.gif);
background-position:center top;
background-repeat:repeat;
padding-top:1px;
text-align:center;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#footer{
background-image:url(img/footer_bg@2x.gif);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
}
#footer .inner{
background-image:url(img/footer_inner_bg.gif);
background-position:center bottom;
background-repeat:no-repeat;
border:medium none;
overflow:hidden;
position:relative;
text-align:center;
top:28px;
width:auto;
z-index:1;
}
#footer a{
color:#a89d95;
}
#footer p{
background-color:#5c2f09;
color:#d8d4d0;
font-size:10px;
line-height:1.6;
overflow:hidden;
padding:35px 0 25px 0;
position:relative;
text-align:center;
}
#footer p span{
display:block;
margin:0 auto;
width:880px;
}
#footermenu,#footer p#footsub{
background-color:transparent;
border-top:none;
font-size:0;
letter-spacing:-.40em;
line-height:0;
margin:0 auto;
padding:0 0 15px 0;
overflow:hidden;
text-align:center;
width:880px;
}
#footer p#footsub{
padding:0 0 30px 0;
}
#footermenu span,#footer p#footsub span{
display:inline-block;
margin:0;
overflow:hidden;
width:auto;
*display:inline;
*zoom:1;
}
#footermenu span span,#footer p#footsub span span{
border-left:1px dotted #9a9a9a;
margin-bottom:10px;
margin-left:-1px;
}
#footermenu a,#footer p#footsub a{
font-size:12px;
letter-spacing:normal;
line-height:1.4;
padding:0 25px;
}
#footermenu a:hover,#footer p#footsub a:hover{
color:#beb6b0;
text-decoration:none;
}
@media screen and (max-width:899px){
#footer .inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-box-shadow:0 10px 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 10px 5px rgba(0,0,0,0.3);
box-shadow:0 10px 5px rgba(0,0,0,0.3);
padding-top:20px;
top:auto;
z-index:1;
}
#footermenu,#footer p#footsub{
padding:0 10px 10px 10px;
width:auto;
}
#footer p{
padding:20px 10px;
}
#footer p span{
margin:0;
width:auto;
}
}
@media screen and (max-width:640px){
#footer .inner{
padding-top:0;
}
#footer .inner div:last-child{
padding-bottom:5px;
}
#footermenu,#footer p#footsub{
padding:5px 5px 0;
position:relative;
text-align:left;
}
#footer p#footsub{
padding-bottom:5px;
}
#footermenu span,#footer p#footsub span{
display:block;
}
#footermenu span span{
border-bottom:1px solid #e9dfd5;
border-left:none;
border-top:1px solid #ffffff;
margin:0;
}
#footermenu span span:first-child{
border-top:none;
}
#footermenu span span:last-child{
border-bottom:none;
}
#footer p#footsub span span{
background-color:#e9dfd5;
border:1px solid #e9dfd5;
margin:0 0 3px 0;
}
#footer p#footsub span span:last-child{
margin:0;
}
#footermenu a,#footer p#footsub a{
color:#c3ae9d;
display:block;
font-size:13px;
line-height:1.6;
padding:12px 30px 12px 15px;
position:relative;
text-align:left;
text-decoration:none;
}
#footer p#footsub a{
border-top:1px solid #f6f0ea;
padding:11px 30px 12px 15px;
}
#footermenu a:before,#footer p#footsub a:before{
content:"";
height:5px;
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
#footermenu a:before{
border-right:2px solid #d1cbc2;
border-top:2px solid #d1cbc2;
}
#footer p#footsub a:before{
border-right:2px solid #c3ae9d;
border-top:2px solid #c3ae9d;
}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew{
overflow:hidden;
padding-bottom:5px;
position:relative;
}
#whatsnew #whatsnew_container{
background-color:#fdfbfa;
background-image:url(img/whatsnew_bg_l.gif);
background-position:left top;
background-repeat:repeat-y;
-webkit-box-shadow:0 1px 3px #e6e6e6;
-moz-box-shadow:0 1px 3px #e6e6e6;
box-shadow:0 1px 3px #e6e6e6;
overflow:hidden;
position:relative;
}
#whatsnew #whatsnew_inner{
background-image:url(img/whatsnew_bg_r.gif);
background-position:right top;
background-repeat:repeat-y;
}
#whatsnew #whatsnewbox{
background-image:url(img/whatsnew_bg_bl.gif);
background-position:left bottom;
background-repeat:no-repeat;
}
#whatsnew #whatsnewbox_container{
background-image:url(img/whatsnew_bg_br.gif);
background-position:right bottom;
background-repeat:no-repeat;
padding:0 22px 15px;
}
#whatsnew .title{
background-image:url(img/whatsnew_bg_tl.gif);
background-position:left top;
background-repeat:no-repeat;
margin:0 -20px;
position:relative;
}
#whatsnew .title span{
background-image:url(img/whatsnew_bg_tr.gif);
background-position:right top;
background-repeat:no-repeat;
color:#c1a294;
display:block;
font-size:16px;
line-height:1.6;
padding:25px 30px 10px;
position:relative;
*zoom:1;
}
#whatsnew ul{
border-bottom:1px solid #ffffff;
border-top:1px solid #e9dfd5;
overflow:hidden;
padding:0;
position:relative;
}
#whatsnew ul li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:1px solid #e9dfd5;
border-top:1px solid #ffffff;
color:#a3978f;
font-size:12px;
line-height:1.6;
padding:15px 8px;
*zoom:1;
}
#whatsnew ul li span{
color:#a3978f;
display:block;
font-size:10px;
}
@media screen and (max-width:899px){
#whatsnew #whatsnew_container,#whatsnew #whatsnew_inner,#whatsnew #whatsnewbox,#whatsnew #whatsnewbox_container,#whatsnew .title,#whatsnew .title span{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#whatsnew #whatsnewbox_container{
-webkit-box-shadow:0 0 15px rgba(240,231,207,0.65) inset;
-moz-box-shadow:0 0 15px rgba(240,231,207,0.65) inset;
box-shadow:0 0 15px rgba(240,231,207,0.65) inset;
padding:10px 17px;
}
#whatsnew .title{
margin:0;
}
#whatsnew .title span{
padding:10px;
}
#whatsnew ul li{
padding:12px 8px;
}
}
@media screen and (max-width:640px){
#whatsnew{
margin:0 5px;
}
#whatsnew #whatsnewbox_container{
padding:0;
}
#whatsnew .title span{
padding:15px 10px 10px;
}
#whatsnew ul{
border-bottom:medium none;
}
#whatsnew ul li{
padding:10px;
}
#whatsnew ul li:last-child{
border-bottom:medium none;
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist{
position:relative;
}
#categorylist .catbox{
background-color:#fcfaf8;
background-image:url(img/category_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border:1px solid #e9dfd5;
-webkit-box-shadow:0 2px 3px #e5e5e5;
-moz-box-shadow:0 2px 3px #e5e5e5;
box-shadow:0 2px 3px #e5e5e5;
margin-bottom:15px;
overflow:hidden;
position:relative;
}
#categorylist .catbox_inner{
background-image:url(img/category_bg_tr.png);
background-position:right top;
background-repeat:no-repeat;
border:1px solid #ffffff;
position:relative;
}
#categorylist .body{
background-image:url(img/category_bg_bl.png);
background-position:left bottom;
background-repeat:no-repeat;
border:1px solid #f2f0ec;
position:relative;
}
#categorylist .body_inner{
background-image:url(img/category_bg_br.png);
background-position:right bottom;
background-repeat:no-repeat;
overflow:hidden;
padding:20px;
position:relative;
_height:1%;
}
#categorylist .thumb{
float:left;
padding:0 20px 10px 0;
}
#categorylist .thumb img{
vertical-align:bottom;
}
#categorylist .title{
overflow:hidden;
padding-bottom:5px;
position:relative;
border-bottom:1px solid #e9dfd5;
}
#categorylist .title a{
background-image:url(img/category_title.png);
background-position:left 8px;
background-repeat:no-repeat;
color:#ac7c56;
display:inline-block;
font-size:20px;
font-weight:700;
line-height:1.4;
padding:5px 0 5px 26px;
text-decoration:none;
text-shadow:0 1px 3px rgba(0,0,0,0.1);
*display:inline;
*zoom:1;
}
#categorylist .title a:hover{
color:#c19d80;
text-decoration:underline;
}
#categorylist p{
color:#a5a4a3;
font-size:12px;
line-height:1.8;
overflow:hidden;
padding:15px 0;
position:relative;
z-index:0;
}
#categorylist .more{
float:right;
position:relative;
z-index:0;
_height:1%;
}
#categorylist .more a{
background-image:url(img/button_more2.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:44px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:202px;
}
#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;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
display:inline-block;
font-size:14px;
letter-spacing:normal;
line-height:normal;
margin:0 5px 10px;
padding:0;
*display:inline;
*zoom:1;
}
#pagelist a{
background-color:#2b1d0c;
background-image:url(img/pagelist_bg.gif);
background-position:left top;
background-repeat:repeat-x;
-webkit-box-shadow:0 3px 2px #cccccc;
-moz-box-shadow:0 3px 2px #cccccc;
box-shadow:0 3px 2px #cccccc;
color:#ffffff;
display:inline-block;
line-height:34px;
padding:0 13px;
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,#categorylist .catbox_inner,#categorylist .body,#categorylist .body_inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
z-index:0;
}
#categorylist .catbox{
background-color:#fbf5f0;
}
#categorylist .catbox:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f1eb),color-stop(100%,#fbf5f0));
background-image:linear-gradient(to bottom,#f5f1eb 0%,#fbf5f0 100%);
content:"";
height:64px;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#categorylist .catbox:after{
border-right:8px solid transparent;
border-top:8px solid #f6f0ea;
content:"";
left:2px;
position:absolute;
top:2px;
z-index:-1;
}
#categorylist .catbox_inner:before{
border-left:8px solid transparent;
border-top:8px solid #f6f0ea;
content:"";
position:absolute;
right:1px;
top:1px;
z-index:-1;
}
#categorylist .body:before{
border-bottom:8px solid #f6f0ea;
border-right:8px solid transparent;
bottom:0;
content:"";
left:0;
position:absolute;
z-index:-1;
}
#categorylist .body_inner:before{
border-bottom:8px solid #f6f0ea;
border-left:8px solid transparent;
bottom:0;
content:"";
position:absolute;
right:0;
z-index:-1;
}
#categorylist .thumb{
padding:0 15px 10px 0;
}
#categorylist .title{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#categorylist .title a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
position:relative;
}
#categorylist .title a:before{
border:1px solid #e9dfd5;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
-webkit-box-shadow:0 1px 0 #ffffff;
-moz-box-shadow:0 1px 0 #ffffff;
box-shadow:0 1px 0 #ffffff;
content:"";
height:18px;
left:0;
position:absolute;
top:9px;
width:18px;
}
#categorylist .title a:after{
border-bottom:3px solid transparent;
border-left:6px solid #ca7d3c;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:8px;
position:absolute;
top:16px;
}
#categorylist p{
background-image:none;
background-position:0 0;
background-repeat:repeat;
padding:10px 0;
}
#categorylist p:before{
content:"";
left:40px;
position:absolute;
right:30%;
top:0;
z-index:-1;
}
#categorylist p:after{
border-bottom:1px solid #ffffff;
border-top:1px solid #e8e4dc;
content:"";
left:0;
position:absolute;
right:0;
top:0;
}
#categorylist .more a{
background-color:#5c2f09;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ca7d3c),color-stop(40%,#b77033),color-stop(99%,#884e1d),color-stop(100%,#5c2f09));
background-image:linear-gradient(to bottom,#ca7d3c 0%,#b77033 40%,#884e1d 99%,#5c2f09 100%);
background-position:0 0;
background-repeat:repeat;
border-bottom:2px solid #000000;
-webkit-box-shadow:0 3px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0 3px 2px rgba(0,0,0,0.2);
box-shadow:0 3px 2px rgba(0,0,0,0.2);
color:#fbf5f0;
display:block;
font-size:14px;
height:auto;
overflow:hidden;
padding:10px 0 8px;
position:relative;
text-align:center;
text-decoration:none;
text-indent:0;
white-space:normal;
width:180px;
}
#categorylist .more a:before{
border-bottom:3px solid transparent;
border-left:6px solid #fbf5f0;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
margin-top:-3px;
position:absolute;
right:15px;
top:50%;
}
#pagelist a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c361c),color-stop(100%,#2b1d0c));
background-image:linear-gradient(to bottom,#4c361c 0%,#2b1d0c 100%);
background-position:0 0;
background-repeat:repeat;
}
}
@media screen and (max-width:640px){
#categorylist{
margin-top:-10px;
}
#categorylist .catbox{
border-top:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin-bottom:0;
}
#categorylist .catbox:first-child{
border-top:1px solid #e9dfd5;
}
#categorylist .body_inner{
padding:15px;
}
#categorylist .thumb{
padding:0 10px 10px 0;
}
#categorylist .thumb img{
max-width:90px;
}
#categorylist .title a{
font-size:16px;
line-height:1.4;
}
#categorylist .title a:before{
top:6px;
}
#categorylist .title a:after{
top:13px;
}
#categorylist p{
font-size:11px;
line-height:1.6;
}
#categorylist .more{
float:none;
}
#categorylist .more a{
padding:7px 0 5px;
width:100%;
}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist{
background-color:#e9dfd5;
border:5px solid #f9f8f4;
padding:1px;
position:relative;
}
#entrylist h4{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:1px solid #f5f5f5;
border-top:none;
margin:0;
position:relative;
text-shadow:none;
top:auto;
}
#entrylist h4 span{
background-color:#f9f8f4;
background-image:url(img/entry_title.gif);
background-position:18px 24px;
background-repeat:no-repeat;
border-bottom:1px solid #e8e4dc;
border-top:1px solid #ffffff;
color:#666666;
display:block;
font-size:16px;
line-height:1.5;
padding:15px 10px 15px 58px;
left:auto;
position:relative;
top:auto;
}
#entrylist dl{
background-color:#ffffff;
overflow:hidden;
position:relative;
*height:1%;
}
#entrylist dt{
border-top:1px solid #e9e6e3;
padding:14px 20px 12px;
position:relative;
top:-1px;
*height:1%;
}
#entrylist dt a{
background-image:url(img/menu_bg4.png);
background-position:left 7px;
background-repeat:no-repeat;
display:inline-block;
font-size:14px;
font-weight:700;
line-height:1.6;
padding-left:12px;
*display:inline;
*zoom:1;
}
#entrylist dd{
font-size:12px;
line-height:1.6;
padding:0 20px 5px;
position:relative;
top:-8px;
}
#relNavigate{
font-size:0;
letter-spacing:-.40em;
line-height:0;
margin-bottom:20px;
padding-bottom:10px;
overflow:hidden;
padding-top:10px;
position:relative;
text-align:center;
}
#relNavigate a{
background-color:#2b1d0c;
background-image:url(img/pagelist_bg.gif);
background-position:left top;
background-repeat:repeat-x;
-webkit-box-shadow:0 3px 2px #cccccc;
-moz-box-shadow:0 3px 2px #cccccc;
box-shadow:0 3px 2px #cccccc;
color:#ffffff;
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:normal;
line-height:32px;
margin-left:15px;
margin-right:15px;
padding:5px 35px;
position:relative;
text-decoration:none;
*display:inline;
*zoom:1;
}
#relNavigate a:hover{
text-decoration:underline;
}
@media screen and (max-width:899px){
#entrylist h4 span{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#entrylist h4 span:before{
background-color:#dbd8d4;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b4b1ad),color-stop(100%,#dbd8d4));
background-image:linear-gradient(to bottom,#b4b1ad 0%,#dbd8d4 100%);
-webkit-box-shadow:0 1px 1px #ffffff;
-moz-box-shadow:0 1px 1px #ffffff;
box-shadow:0 1px 1px #ffffff;
content:"";
height:6px;
left:18px;
position:absolute;
top:24px;
width:26px;
}
#entrylist h4 span:after{
border-left:4px solid #f9f8f4;
border-right:4px solid #f9f8f4;
content:"";
height:8px;
left:24px;
position:absolute;
top:24px;
width:6px;
}
#entrylist dt a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
position:relative;
}
#entrylist dt a:before{
border-bottom:3px solid transparent;
border-left:6px solid #839bbc;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:0;
position:absolute;
top:7px;
}
#relNavigate{
margin-bottom:10px;
}
#relNavigate a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c361c),color-stop(100%,#2b1d0c));
background-image:linear-gradient(to bottom,#4c361c 0%,#2b1d0c 100%);
background-position:0 0;
background-repeat:repeat;
}
}
@media screen and (max-width:640px){
#entrylist dt{
padding:12px 10px 10px;
}
#entrylist dd{
padding:0 10px 3px;
}
#relNavigate a{
margin-left:5px;
margin-right:5px;
padding:5px 18px;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps{
margin-bottom:10px;
overflow:hidden;
}
#sitemaps ul{
padding:0 10px;
margin:10px 0;
}
#sitemaps li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
font-size:0;
letter-spacing:-.40em;
line-height:0;
padding:0;
}
#sitemaps .l1{
margin-top:10px;
}
#sitemaps .l2{
margin-left:12px;
margin-top:10px;
}
#sitemaps .l3{
margin-left:22px;
margin-top:10px;
}
#sitemaps li a{
background-image:url(img/menu_bg2.png);
background-position:left 6px;
background-repeat:no-repeat;
color:#765647;
display:inline-block;
font-size:16px;
letter-spacing:normal;
line-height:1.6;
padding:2px 0 2px 22px;
*display:inline;
*zoom:1;
}
#sitemaps .l1 a{
font-weight:700;
}
#sitemaps .l2 a,#sitemaps .l3 a{
background-image:url(img/menu_bg3.png);
background-position:left 8px;
font-size:14px;
padding:2px 0 2px 15px;
}
#sitemaps li a:hover{
color:#988075;
text-decoration:none;
}
@media screen and (max-width:899px){
#sitemaps li a,#sitemaps .l2 a,#sitemaps .l3 a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#sitemaps .l1 a:before{
background-color:#f9f6f1;
border:1px solid #e9dfd5;
-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
content:"";
height:14px;
left:0;
position:absolute;
top:5px;
width:14px;
}
#sitemaps li a:after{
border-bottom:3px solid transparent;
border-left:3px solid #beb4ad;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:7px;
position:absolute;
top:10px;
}
#sitemaps .l2 a:after,#sitemaps .l3 a:after{
border-left:6px solid #beb4ad;
left:0;
top:8px;
}
}
@media screen and (max-width:640px){
#sitemaps{
margin:-10px 0 0;
}
#sitemaps ul{
background-color:#efeae1;
margin:0;
padding:5px;
}
#sitemaps li{
margin:0 0 5px 0 !important;
z-index:0;
}
#sitemaps li:last-child{
margin:0 !important;
}
#sitemaps .l1{
background-color:#fcfcfc;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fcfcfc));
background-image:linear-gradient(to bottom,#ffffff 0%,#fcfcfc 100%);
background-position:0 0;
background-repeat:repeat;
-webkit-box-shadow:0 1px 2px #e0dbd3;
-moz-box-shadow:0 1px 2px #e0dbd3;
box-shadow:0 1px 2px #e0dbd3;
}
#sitemaps .l1:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#f7f7f7));
background-image:linear-gradient(to bottom,#efefef 0%,#f7f7f7 100%);
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
content:"";
height:26px;
margin-top:-13px;
position:absolute;
right:6px;
top:50%;
width:26px;
z-index:-1;
}
#sitemaps .l1:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdfd),color-stop(100%,#eeedea));
background-image:linear-gradient(to bottom,#fdfdfd 0%,#eeedea 100%);
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);
box-shadow:0 1px 1px rgba(0,0,0,0.15);
content:"";
height:18px;
margin-top:-9px;
position:absolute;
right:10px;
top:50%;
width:18px;
z-index:-1;
}
#sitemaps .l2,#sitemaps .l3{
background-color:#f9f6f1;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfbf9),color-stop(100%,#f9f6f1));
background-image:linear-gradient(to bottom,#fdfbf9 0%,#f9f6f1 100%);
border:1px solid #e6d9c4;
}
#sitemaps .l2:before,#sitemaps .l3:before{
border-bottom:1px solid #f6f4f1;
bottom:-2px;
content:"";
left:0;
position:absolute;
right:0;
}
#sitemaps li a,#sitemaps .l2 a,#sitemaps .l3 a{
display:block;
font-size:14px;
line-height:1.5;
padding:12px 42px 12px 15px;
text-decoration:none;
}
#sitemaps .l1 a:before{
background-color:transparent;
border:medium none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:auto;
left:auto;
position:static;
top:auto;
width:auto;
}
#sitemaps .l2 a{
padding-left:20px;
}
#sitemaps .l3 a{
padding-left:25px;
}
#sitemaps .l1 a:after,#sitemaps .l2 a:after,#sitemaps .l3 a:after{
border-left:6px solid #beb4ad;
margin-top:-3px;
left:auto;
right:12px;
top:50%;
}
}
/*
==================================================
フリースペース
==================================================
*/
#space3,#space4,#space5,#space6{
border:4px solid #f9f8f6;
font-size:12px;
line-height:1.4;
overflow:hidden;
padding:5px;
position:relative;
}
/*
==================================================
ブログモード
==================================================
*/
.blog{
border-bottom:1px dotted #e0e0e0;
margin:10px 0;
overflow:hidden;
padding:10px;
}
.blog .thumb{
float:left;
margin-right:15px;
}
.blog .thumb img{ width:125px; }
.blog .title{
font-size:16px;
line-height:1.4;
margin-bottom:5px;
}
.blog .title a{ color:#6a4c50; }
.blog .title a:hover{ color:#8f797c; }
.blog .info{
color:#818181;
font-size:12px;
margin-bottom:5px;
}
.blog .info a{ color:#818181; }
.blog .info a:hover{ color:#a1a1a1; }
.blog .body{
line-height:1.6;
overflow:hidden;
}
.blog .more{
font-size:14px;
font-weight:700;
margin-bottom:8px;
margin-top:8px;
text-align:right;
}
@media screen and (max-width:640px){
.blog{
padding:5px 10px;
}
.blog:last-child{
border-bottom:none;
margin-bottom:0;
}
.blog .thumb img{
max-width:90px;
vertical-align:bottom;
}
.blog .body{
font-size:11px;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult{
overflow:hidden;
margin-bottom:30px;
padding:10px;
}
#searchresult dl{
margin:-10px;
position:relative;
}
#searchresult dt{
font-size:15px;
padding:5px 10px;
}
#searchresult dd{
border-bottom:1px dotted #e0e0e0;
font-size:13px;
line-height:1.5;
margin:0 0 10px;
padding:0 10px 15px;
position:relative;
*zoom:1;
}
#searchresult b{
color:#955e42;
}
@media screen and (max-width:640px){
#searchresult{
margin-bottom:20px;
overflow:visible;
}
#searchresult dl{
margin-bottom:-30px;
}
#searchresult dd{
font-size:12px;
margin:0 0 5px;
padding:0 10px 10px;
}
#searchresult dd:last-child{
border-bottom:medium none;
margin:0;
}
}
/*
==================================================
リンク集
==================================================
*/
#linklist{
overflow:hidden;
padding-bottom:30px;
text-align:left;
}
#linklist dt{
font-size:15px;
padding:5px 10px;
}
#linklist dd{
border-bottom:1px dotted #e0e0e0;
font-size:13px;
line-height:1.5;
margin:0 0 10px;
padding:0 10px 15px;
position:relative;
*zoom:1;
}
@media screen and (max-width:640px){
#linklist{
padding:0;
}
#linklist dd{
font-size:12px;
margin:0 0 5px;
padding:0 10px 10px;
}
#linklist dd:last-child{
border-bottom:medium none;
margin:0;
}
}
/*
==================================================
ポイント
==================================================
*/
#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:#955e42;
font-size:22px;
font-weight:700;
height:auto;
line-height:1.4;
margin-bottom:5px;
margin-top:15px;
padding:12px 0 18px 64px;
text-shadow:0 1px 2px rgba(0,0,0,0.1);
*zoom:1;
}
.point1{ background-image:url(img/point1.png); }
.point2{ background-image:url(img/point2.png); }
.point3{ background-image:url(img/point3.png); }
.point4{ background-image:url(img/point4.png); }
.point5{ background-image:url(img/point5.png); }
.point6{ background-image:url(img/point6.png); }
.point7{ background-image:url(img/point7.png); }
.point8{ background-image:url(img/point8.png); }
.point9{ background-image:url(img/point9.png); }
.point10{ background-image:url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.point1{ background-image:url(img/point1@2x.png); }
.point2{ background-image:url(img/point2@2x.png); }
.point3{ background-image:url(img/point3@2x.png); }
.point4{ background-image:url(img/point4@2x.png); }
.point5{ background-image:url(img/point5@2x.png); }
.point6{ background-image:url(img/point6@2x.png); }
.point7{ background-image:url(img/point7@2x.png); }
.point8{ background-image:url(img/point8@2x.png); }
.point9{ background-image:url(img/point9@2x.png); }
.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:58px 58px;
background-size:58px 58px;
}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#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{
background-color:#5f4d3c;
background-image:url(img/rank_bg.gif);
background-position:left top;
background-repeat:repeat;
margin-bottom:20px;
overflow:hidden;
padding:10px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank{
background-image:url(img/rank_bg@2x.gif);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
}
#main .rank-container{
background-color:#ffffff;
padding:1px;
position:relative;
}
#main .rank .top{
background-image:url(img/rank_bg_t.png);
background-position:right top;
background-repeat:no-repeat;
height:23px;
overflow:hidden;
position:absolute;
right:-1px;
top:-1px;
width:23px;
z-index:1;
}
#main .rank .bottom{
background-image:url(img/rank_bg_b.png);
background-position:left bottom;
background-repeat:no-repeat;
bottom:-1px;
height:23px;
left:-1px;
overflow:hidden;
position:absolute;
width:23px;
}
#main .rank-inner{
background-color:#f0eadc;
padding:3px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#955e42;
font-size:30px;
font-weight:700;
height:auto;
line-height:1.3;
margin-bottom:15px;
margin-top:15px;
padding:20px 0 15px 80px;
text-shadow:0 1px 3px rgba(0,0,0,0.1);
*zoom:1;
}
#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 0 10px;
position:relative;
}
#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{
}
.rank1{ background-image:url(img/rank1.png); }
.rank2{ background-image:url(img/rank2.png); }
.rank3{ background-image:url(img/rank3.png); }
.rank4{ background-image:url(img/rank4.png); }
.rank5{ background-image:url(img/rank5.png); }
.rank6{ background-image:url(img/rank6.png); }
.rank7{ background-image:url(img/rank7.png); }
.rank8{ background-image:url(img/rank8.png); }
.rank9{ background-image:url(img/rank9.png); }
.rank10{ background-image:url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.rank1{ background-image:url(img/rank1@2x.png); }
.rank2{ background-image:url(img/rank2@2x.png); }
.rank3{ background-image:url(img/rank3@2x.png); }
.rank4{ background-image:url(img/rank4@2x.png); }
.rank5{ background-image:url(img/rank5@2x.png); }
.rank6{ background-image:url(img/rank6@2x.png); }
.rank7{ background-image:url(img/rank7@2x.png); }
.rank8{ background-image:url(img/rank8@2x.png); }
.rank9{ background-image:url(img/rank9@2x.png); }
.rank10{ background-image:url(img/rank10@2x.png); }
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
-webkit-background-size:70px 68px;
background-size:70px 68px;
}
}
#main .rankbox{
background-color:#f6f3ec;
background-image:url(img/rankbox_bg.gif);
background-position:left top;
background-repeat:repeat;
border:1px solid #ffffff;
-webkit-box-shadow:0 0 3px #b4afa5;
-moz-box-shadow:0 0 3px #b4afa5;
box-shadow:0 0 3px #b4afa5;
overflow:hidden;
padding:15px 20px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rankbox{
background-image:url(img/rankbox_bg@2x.gif);
-webkit-background-size:250px 250px;
background-size:250px 250px;
}
}
#main .rankbox .rankbox-inner{
overflow:hidden;
position:relative;
}
#main .rankbox .feature{
background-image:url(img/feature_bg.gif);
background-position:left bottom;
background-repeat:no-repeat;
margin-bottom:10px;
overflow:hidden;
padding-bottom:4px;
position:relative;
}
#main .rankbox .feature span{
background-image:url(img/feature_title.png);
background-position:left top;
background-repeat:no-repeat;
color:#8b443a;
display:block;
font-size:18px;
font-weight:700;
line-height:1.4;
padding:10px 0 10px 36px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rankbox .feature span{
background-image:url(img/feature_title@2x.png);
-webkit-background-size:28px 36px;
background-size:28px 36px;
}
}
#main .rankbox .rankbox-inner .float-l p,#main .rankbox .rankbox-inner .float-r p{
background-image:none !important;
background-position:0 0 !important;
background-repeat:repeat !important;
-webkit-background-size:auto auto !important;
background-size:auto auto !important;
padding-bottom:0;
margin-bottom:0 !important;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
padding:0 !important;
}
#main .rankbox .rankbox-inner p{
color:#696969;
font-size:12px;
line-height:1.8;
overflow:hidden;
padding-bottom:20px;
position:relative;
}
#main .rankbox .rank-table{
-webkit-box-shadow:0 1px 0 #ffffff;
-moz-box-shadow:0 1px 0 #ffffff;
box-shadow:0 1px 0 #ffffff;
clear:both;
color:#696969;
margin:0;
position:relative;
width:100%;
}
#main .rankbox .rank-table th,#main .rankbox .rank-table td{
background-color:#ffffff;
border:1px solid #dcd8d0;
padding:10px 12px;
text-align:left;
vertical-align:middle;
}
#main .rankbox .rank-table th{
background-color:#f6f4f0;
background-image:url(img/rank_table_th.gif);
background-position:left top;
background-repeat:repeat-x;
}
#main .rankbox .rank-table td{
}
#main .rank .comment{
background-color:#eae7df;
background-image:url(img/comment_bg.png);
background-position:left top;
background-repeat:repeat;
border:1px solid #e3e1d4;
-webkit-box-shadow:0 1px 0 #ffffff;
-moz-box-shadow:0 1px 0 #ffffff;
box-shadow:0 1px 0 #ffffff;
margin-bottom:30px;
position:relative;
top:20px;
}
#main .rank .comment .comment-inner{
background-image:url(img/comment_inner_bg.gif);
background-position:left top;
background-repeat:no-repeat;
border-top:1px solid #ffffff;
overflow:hidden;
padding:10px 20px;
position:relative;
}
#main .rank .comment .comment-tit{
background-image:url(img/comment_tit_bg.gif);
background-position:left bottom;
background-repeat:no-repeat;
margin-bottom:5px;
overflow:hidden;
padding-bottom:4px;
position:relative;
z-index:1;
}
#main .rank .comment .comment-tit span{
background-image:url(img/comment_title.png);
background-position:right bottom;
background-repeat:no-repeat;
border-bottom:1px solid #dfdaca;
color:#a47064;
display:block;
font-size:24px;
font-weight:700;
line-height:1.4;
padding:10px 5px;
position:relative;
text-shadow:0 1px 2px rgba(0,0,0,0.1);
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .comment{
background-image:url(img/comment_bg@2x.png);
-webkit-background-size:100px 100px;
background-size:100px 100px;
}
#main .rank .comment .comment-tit span{
background-image:url(img/comment_title@2x.png);
-webkit-background-size:182px 52px;
background-size:182px 52px;
}
}
#main .rank .comment p{
color:#988882;
font-size:13px;
line-height:1.8;
padding:5px;
position:relative;
}
#main .rank .more{
font-size:0;
letter-spacing:-.40em;
padding-top:10px;
position:relative;
text-align:center;
z-index:1;
}
#main .rank .more span{
display:inline-block;
font-size:18px;
letter-spacing:normal;
margin-bottom:5px;
padding:0 10px;
vertical-align:bottom;
*display:inline;
*zoom:1;
}
#main .rank .more a{
background-image:url(img/button_more.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:68px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:260px;
}
#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,#main .rank .top,#main .rank .bottom{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#main .rank .top:before{
border-left:22px solid transparent;
border-top:22px solid #5f4d3c;
content:"";
position:absolute;
right:0;
top:0;
}
#main .rank .bottom:before{
border-bottom:22px solid #5f4d3c;
border-right:22px solid transparent;
bottom:0;
content:"";
left:0;
position:absolute;
}
#main .rankbox .feature{
background-image:none;
background-position:0 0;
background-repeat:repeat;
position:relative;
}
#main .rankbox .feature:before{
background-color:#edeae3;
border-left:1px solid #d5d2cb;
border-top:1px solid #d5d2cb;
bottom:0;
content:"";
height:3px;
left:0;
position:absolute;
right:0;
}
#main .rankbox .rank-table{
border-collapse:separate;
border-left:1px solid #dcd8d0;
border-top:1px solid #dcd8d0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#main .rankbox .rank-table:before{
border-bottom:1px solid #ffffff;
bottom:-1px;
content:"";
left:0;
position:absolute;
right:0;
}
#main .rankbox .rank-table th,#main .rankbox .rank-table td{
border-bottom:1px solid #dcd8d0;
border-left:none;
border-right:1px solid #dcd8d0;
border-top:1px solid #ffffff;
}
#main .rankbox .rank-table th{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#main .rank .comment{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#main .rank .comment:before{
border-bottom:1px solid #ffffff;
bottom:-2px;
content:"";
left:0;
position:absolute;
right:0;
}
#main .rank .comment .comment-inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#main .rank .comment .comment-inner:before{
-webkit-border-radius:500px / 10px;
-moz-border-radius:500px / 10px;
border-radius:500px / 10px;
-webkit-box-shadow:0 0 40px 30px rgba(255,255,255,0.35);
-moz-box-shadow:0 0 40px 30px rgba(255,255,255,0.35);
box-shadow:0 0 40px 30px rgba(255,255,255,0.35);
content:"";
height:50%;
left:-50%;
position:absolute;
top:-50%;
width:80%;
}
#main .rank .comment .comment-tit{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#main .rank .comment .comment-tit span{
-webkit-box-shadow:0 1px 3px #e5e2dc;
-moz-box-shadow:0 1px 3px #e5e2dc;
box-shadow:0 1px 3px #e5e2dc;
}
#main .rank .more{
padding:10px 0;
}
#main .rank .more span,#main .rank .more span.official{
background-color:#5e7f4b;
border:1px solid #6d9659;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.25);
-moz-box-shadow:0 2px 3px rgba(0,0,0,0.25);
box-shadow:0 2px 3px rgba(0,0,0,0.25);
display:block;
margin:0 auto 15px;
overflow:hidden;
padding:0;
position:relative;
width:95%;
z-index:0;
}
#main .rank .more span.official{
background-color:#8f6e42;
border:1px solid #a9844e;
}
#main .rank .more span:before{
-webkit-border-radius:500px / 10px;
-moz-border-radius:500px / 10px;
border-radius:500px / 10px;
-webkit-box-shadow:0 0 40px 40px #88b670;
-moz-box-shadow:0 0 40px 40px #88b670;
box-shadow:0 0 40px 40px #88b670;
content:"";
height:50%;
left:-50%;
position:absolute;
top:-50%;
width:145%;
z-index:-1;
}
#main .rank .more span.official:before{
-webkit-box-shadow:0 0 40px 40px #cba162;
-moz-box-shadow:0 0 40px 40px #cba162;
box-shadow:0 0 40px 40px #cba162;
}
#main .rank .more span:after{
border-top:1px solid #a2c790;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#main .rank .more span.official:after{
border-top:1px solid #d8b987;
}
#main .rank .more span:last-child{
margin-bottom:0 !important;
}
#main .rank .more span:hover{
left:1px;
top:1px;
}
#main .rank .more span a,#main .rank .more span.official a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#ffffff;
height:auto;
padding:20px;
position:relative;
text-decoration:none;
text-indent:0;
text-shadow:0 -1px 1px rgba(0,0,0,0.4);
white-space:normal;
width:auto;
z-index:0;
}
#main .rank .more span a:after{
border:1px solid rgba(198,243,201,0.3);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
bottom:2px;
content:"";
display:block;
left:2px;
position:absolute;
right:2px;
top:2px;
z-index:-1;
}
#main .rank .more span.official a:after{
border:1px solid rgba(253,253,192,0.3);
}
#main .rank .more a:hover{
left:0;
top:0;
}
}
@media screen and (max-width:640px){
#main .rank{
margin-bottom:10px;
padding:5px;
}
#main .rankbox{
padding:15px;
}
#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 0 5px;
}
#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{
margin-bottom:10px;
}
#main .rank .comment .comment-inner{
padding:5px 15px;
}
#main .rank .comment .comment-tit span{
background-image:url(img/comment_title@2x.png);
-webkit-background-size:91px auto;
background-size:91px auto;
}
#main .rank .more{
padding:5px 0;
}
#main .rank .more span,#main .rank .more span.official{
margin:0 auto 10px;
}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#955e42;
font-size:14px;
font-weight:700;
height:auto;
line-height:1.3;
margin:0;
}
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
padding:28px 0 24px 72px;
}
#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,#menu .rank4,#menu .rank5{
-webkit-background-size:70px 68px;
background-size:70px 68px;
}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1{
background-color:#ffffff;
margin-top:65px;
text-align:center;
}
#column1 #menu,#column1 #main{
float:none;
width:auto;
}
#column1 #menu{
padding-top:20px;
}
#column1 #menu .menulist{
padding:8px;
}
#column1 #menu .menulist ul{
background-color:#ffffff;
-webkit-box-shadow:0 1px 2px #e0dbd3;
-moz-box-shadow:0 1px 2px #e0dbd3;
box-shadow:0 1px 2px #e0dbd3;
padding:5px;
position:relative;
}
#column1 #menu .menulist ul,#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
letter-spacing:-0.4em;
line-height:0;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
background-color:transparent;
-webkit-background-size:auto auto;
background-size:auto auto;
border:medium none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
display:inline-block;
letter-spacing:normal;
line-height:1.6;
margin:0;
*display:inline;
*zoom:1;
}
#column1 #menu .menulist li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
}
#column1 #menu .menulist li span{
background-image:none;
background-position:0 0;
background-repeat:repeat;
border:medium none;
*zoom:normal;
}
#column1 #menu .menulist li a{
background-color:transparent;
background-image:url(img/menu_bg3.png);
background-position:10px 11px;
background-repeat:no-repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border:medium none;
font-size:14px;
font-weight:400;
margin:0;
padding:5px 15px 5px 25px;
text-decoration:underline;
*zoom:normal;
}
#column1 #menu .menulist li a:hover{
text-decoration:none;
}
@media screen and (max-width:899px){
#column1{
margin-top:0;
}
#column1 #menu .menulist li:before{
border-left:none;
bottom:auto;
position:static;
right:auto;
top:auto;
}
#column1 #menu .menulist .l2:before,#column1 #menu .menulist .l3:before{
border-left:none;
border-bottom:none;
bottom:auto;
left:auto;
position:static;
right:auto;
}
#column1 #menu .menulist li a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#column1 #menu .menulist li a:after{
border-bottom:3px solid transparent;
border-left:6px solid #beb4ad;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
left:11px;
position:absolute;
top:11px;
}
#column1 #menu .menulist .l2 a:before,#column1 #menu .menulist .l3 a:before{
border:medium none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
height:auto;
left:auto;
position:static;
top:auto;
width:auto;
}
#column1 #menu .menulist .l2 a:after,#column1 #menu .menulist .l3 a:after{
border-left:6px solid #beb4ad;
left:11px;
top:11px;
}
}
@media screen and (max-width:640px){
#column1{
background-color:transparent;
}
#column1 #menu .menulist ul{
background-color:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
display:block;
}
#column1 #menu .menulist li{
background-color:#fcfcfc;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fcfcfc));
background-image:linear-gradient(to bottom,#ffffff 0%,#fcfcfc 100%);
-webkit-box-shadow:0 1px 2px #e0dbd3;
-moz-box-shadow:0 1px 2px #e0dbd3;
box-shadow:0 1px 2px #e0dbd3;
margin-bottom:5px;
}
#column1 #menu .menulist .l2,#column1 #menu .menulist .l3{
background-color:#f9f6f1;
border:1px solid #e6d9c4;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#column1 #menu .menulist li a{
text-decoration:none;
}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2{
background-color:#ffffff;
margin-top:65px;
text-align:center;
}
@media screen and (max-width:899px){
#column2{
margin-top:0;
}
}
@media screen and (max-width:640px){
#column2{
background-color:transparent;
}
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu,#column2 #rmenu,#column1 #space3,#column1 #space4,#column1 .bannerbox,#column1 #submenu{ display:none; }
#wrapper #headerbox{ height:auto !important; }
#header .desc{
}
.topAreaOff #top #logo,.topAreaOff #top h1{
width:900px;
}
@media screen and (max-width:899px){
.topAreaOff #top #logo,.topAreaOff #top h1{
width:auto;
}
}
@media screen and (max-width:640px){
.topmenubtnOff #top #logo,.topmenubtnOff #top h1{
padding-right:5px;
}
}
/* 文字装飾 */
.alert,.accept,.attention,.thint{
background-position:left top;
background-repeat:no-repeat;
border:medium none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
font-size:16px;
line-height:1.6;
margin:10px 0;
overflow:hidden;
padding:40px 20px 40px 95px;
position:relative;
*zoom:1;
}
.alert{
background-color:#faf2c2;
background-image:url(img/alert.png);
color:#d8aa2f;
}
.accept{
background-color:#d2eada;
background-image:url(img/accept.png);
color:#5fa575;
}
.attention{
background-color:#f0cac7;
background-image:url(img/attention.png);
color:#b1413b;
}
.thint{
background-color:#d8e6f2;
background-image:url(img/thint.png);
color:#759dbf;
}
.user1{
background-color:#f5f5f5;
background-image:url(img/user1.gif);
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#255779;
font-size:16px;
line-height:1.6;
margin:10px 0;
min-height:0;
overflow:hidden;
position:relative;
padding:50px 20px 50px 160px;
_height:auto;
}
.user2{
background-color:#f5f5f5;
background-image:url(img/user2.gif);
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#c57771;
font-size:16px;
line-height:1.6;
margin:10px 0;
min-height:0;
overflow:hidden;
position:relative;
padding:50px 20px 50px 160px;
_height:auto;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.alert{
background-image:url(img/alert@2x.png);
}
.accept{
background-image:url(img/accept@2x.png);
}
.attention{
background-image:url(img/attention@2x.png);
}
.thint{
background-image:url(img/thint@2x.png);
}
.alert,.accept,.attention,.thint{
-webkit-background-size:90px 90px;
background-size:90px 90px;
}
.user1{
background-image:url(img/user1@2x.gif);
}
.user2{
background-image:url(img/user2@2x.gif);
}
.user1,.user2{
-webkit-background-size:146px 196px;
background-size:146px 196px;
}
}
@media screen and (max-width:640px){
.alert,.accept,.attention,.thint{
background-position:-10px -15px;
padding:25px 20px 25px 75px;
}
.thint{
background-position:-10px -12px;
}
.alert:before,.accept:before,.attention:before,.thint:before{
-webkit-border-radius:500px / 10px;
-moz-border-radius:500px / 10px;
border-radius:500px / 10px;
-webkit-box-shadow:0 0 40px 30px rgba(255,255,255,0.15);
-moz-box-shadow:0 0 40px 30px rgba(255,255,255,0.15);
box-shadow:0 0 40px 30px rgba(255,255,255,0.15);
content:"";
height:50%;
left:-50%;
position:absolute;
top:-50%;
width:60%;
}
.user1,.user2{
-webkit-background-size:73px auto;
background-size:73px auto;
padding:25px 20px 25px 90px;
}
}
.noimage{
padding:10px 10px 10px 12px;
background-image:none;
min-height:15px;
}
/* 記事スタイル修正 */
#contents #main .txt-border{
margin:10px 0 20px;
padding:0 10px !important;
}
#contents #main .txt-decbox1 .top h2 span,#contents #main .txt-decbox2 .top h2 span,#contents #main .txt-decbox1 .top h3 span,#contents #main .txt-decbox2 .top h3 span{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#contents #main .txt-decbox2 .top h2 span span,#contents #main .txt-decbox2 .top h3 span span,#contents #main .txt-decbox2 .top h2 span span span,#contents #main .txt-decbox2 .top h3 span span span{
padding:0;
}
#contents #main .txt-decbox1 .body h2,#contents #main .txt-decbox2 .body h2,#contents #main .txt-decbox1 .body h3,#contents #main .txt-decbox2 .body h3{
margin:20px 0 !important;
overflow:hidden;
padding:0 0 10px 0;
position:relative;
z-index:1;
}
#contents #main .txt-decbox1 .body h2 span,#contents #main .txt-decbox2 .body h2 span,#contents #main .txt-decbox1 .body h3 span,#contents #main .txt-decbox2 .body h3 span{
background-color:#f9f9f9;
background-image:url(img/h3_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-bottom:1px solid #bdb9b7;
border-top:3px solid #e9dfd5;
-webkit-box-shadow:0 3px 5px #f2f2f2;
-moz-box-shadow:0 3px 5px #f2f2f2;
box-shadow:0 3px 5px #f2f2f2;
display:block;
margin:0 !important;
overflow:hidden;
padding:0;
position:relative;
z-index:0;
*zoom:1;
}
#contents #main .txt-decbox1 .body h2 span span,#contents #main .txt-decbox2 .body h2 span span,#contents #main .txt-decbox1 .body h3 span span,#contents #main .txt-decbox2 .body h3 span span{
background-color:transparent;
background-image:url(img/h3_bg_l.png);
background-position:left top;
background-repeat:no-repeat;
border-bottom:2px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-top:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#contents #main .txt-decbox1 .body h2 span span span,#contents #main .txt-decbox2 .body h2 span span span,#contents #main .txt-decbox1 .body h3 span span span,#contents #main .txt-decbox2 .body h3 span span span{
background-image:url(img/h3_bg_r.png);
background-position:right bottom;
background-repeat:no-repeat;
border:medium none;
color:#955e42;
display:block;
font-size:20px;
line-height:1.4;
padding:15px 20px;
text-align:left;
text-shadow:0 1px 1px rgba(0,0,0,0.05);
}
@media screen and (max-width:899px){
#contents #main .txt-decbox1 .body h2 span,#contents #main .txt-decbox2 .body h2 span,#contents #main .txt-decbox1 .body h3 span,#contents #main .txt-decbox2 .body h3 span{
background-image:none !important;
background-position:0 0 !important;
background-repeat:no-repeat !important;
}
#contents #main .txt-decbox1 .body h2 span:before,#contents #main .txt-decbox2 .body h2 span:before,#contents #main .txt-decbox1 .body h3 span:before,#contents #main .txt-decbox2 .body h3 span:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f9f9f9));
background-image:linear-gradient(to bottom,#ffffff 0%,#f9f9f9 100%);
content:"";
height:54px;
left:0;
position:absolute !important;
right:0;
top:0;
z-index:-1;
}
#contents #main .txt-decbox1 .body h2 span span:before,#contents #main .txt-decbox2 .body h2 span span:before,#contents #main .txt-decbox1 .body h3 span span:before,#contents #main .txt-decbox2 .body h3 span span:before{
background-image:none;
border-right:12px solid transparent;
border-top:12px solid #ededed;
content:"";
height:auto;
left:0;
position:absolute !important;
right:auto;
top:0;
z-index:-1;
}
#contents #main .txt-decbox1 .body h2 span span span:before,#contents #main .txt-decbox2 .body h2 span span span:before,#contents #main .txt-decbox1 .body h3 span span span:before,#contents #main .txt-decbox2 .body h3 span span span:before{
background-image:none;
border-bottom:12px solid #ededed;
border-left:12px solid transparent;
border-right:none;
border-top:none;
bottom:0;
content:"";
height:auto;
left:auto;
position:absolute !important;
right:0;
top:auto;
z-index:-1;
}
}
@media screen and (max-width:640px){
#contents #main .txt-border h3,#contents #main .txt-grayback h3,#contents #main .txt-colorback h3,#contents #main .txt-frame h3,#contents #main .txt-colorframe h3,#contents #main .txt-rndbox h3,#contents #main .txt-decbox1 .body h3,#contents #main .txt-decbox2 .body h3{
margin:10px 0 !important;
}
}
#column1,#column2{
background-repeat:no-repeat;
}
#header{ height:316px; }
#headerbox{height:316px; }
#header h2,#header .title,#header .title a{
}
#header h2 a,#header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext{
}
#main{ float:right; }
#column2 #menu,#column3 #menu{ float:left; }
#column3 #rmenu{ float:right; }
#column3 #layoutbox{ float:left; }
#column3 #main{ float:right; }
/*
#wrapper{}
#topmenu{}
#threebox{width:25px;}
#main{}
#menu{}
#rmenu{}
*/.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;}