@charset "UTF-8";
.img-gallerybox{
display:flex;
justify-content:space-evenly;
margin:16px 0;
flex-wrap:wrap;
}
.img-gallerybox > a{
 display:inline-block;
 text-align:center;
 min-width:100px;
 margin:16px 8px;
}
.img-gallerybox > a img{
 width:100%;
}
.txt-userstyle{
display:block;
padding:24px 4%;
position:relative;
box-sizing:border-box;
z-index:0;
}
.txt-userstyle h2:not([class]),.txt-userstyle h3:not([class]),.txt-userstyle h4:not([class]),.txt-userstyle h5:not([class]),.txt-userstyle h6:not([class]){
color:unset;
background:unset;
border:unset;
margin:10px 0;
padding:0;
margin-bottom:10px;
}
.txt-userstyle h2:not([class])::before,.txt-userstyle h3:not([class])::before,.txt-userstyle h4:not([class])::before,.txt-userstyle h5:not([class])::before,.txt-userstyle h6:not([class])::before,.txt-userstyle h2:not([class])::after,.txt-userstyle h3:not([class])::after,.txt-userstyle h4:not([class])::after,.txt-userstyle h5:not([class])::after,.txt-userstyle h6:not([class])::after{
content:unset;
display:none;
}
.txt-userstyle.bg_image{
min-height:20vh;
}
.txt-userstyle.bg_image::before{
content:"";
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:-1;
}
.txt-userstyle.bg_image{
font-weight:700;
background-size:cover;
}
.txt-userstyle.txt-align-left{
text-align:left;
}
.txt-userstyle.txt-align-right{
text-align:right;
}
.txt-userstyle.txt-align-center{
text-align:center;
}
.txt-userstyle.txt-flex-center{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
flex-direction:column;
}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.menu-icon *{
 display:inline-block !important;
}
:not(.qa-accordion) .answer1{
margin-bottom:24px;
}
body,section,.auto-reset{
counter-reset:autonumber;
}
.point-auto{
font-size:1.2em;
font-weight:700;
}
.point-auto::before{
content:counter(autonumber)".";
counter-increment:autonumber;
display:inline-block;
position:relative;
color:var(--clr-accent,#0268cc);
font-size:1.5em;
font-weight:700;
text-align:left;
vertical-align:baseline;
line-height:1.7em;
margin-right:10px;
}
.txt-left{text-align:left;}
.txt-center{text-align:center;}
.txt-right{text-align:right}
img{max-width:100%;height:auto;}
.txt-img img[align^="right"],.txt-img.timg-r img{margin:0 0px 10px 16px;}
.txt-img img[align^="left"],.txt-img.timg-l img{margin:0 16px 10px 0px;}
.txt-img img[align^="center"]{margin:0 0 10px 0;}
.txt-img img.image-left,img.image-left,img.fr-fic.fr-dii.fr-fil{margin:0 16px 10px 0;float:left;}
.txt-img img.image-right,img.image-right,img.fr-fic.fr-dii.fr-fir{margin:0 0 10px 16px;float:right;}
.txt-img img.image-center,img.image-center,img.fr-fic.fr-dib{margin:10px auto;display:block;}
[style*="text-align:left"] > .image-center,[style*="text-align:left"] >.fr-fic.fr-dib{margin-left:0}
[style*="text-align:right"] > .image-center,[style*="text-align:right"] >.fr-fic.fr-dib{margin-right:0}
img.image-block-left{display:block;margin:10px auto 10px 0;}
img.image-block-right{display:block;margin:10px 0 10px auto;}
.img-center .image-left,.img-center .image-right{margin:auto;}
.timg-c{margin-bottom:16px;}
@media screen and (min-width:768px){
.txt-img.timg-r,.txt-img.timg-l{
max-width:50%;
padding:0 16px;
}
}
span.fr-video{display:table;margin:auto;}
span.fr-video.fr-fvl{margin-left:0;float:none;}
span.fr-video.fr-fvr{margin-right:0;float:none;}
.img-full,.img-full > img{width:100%}
.img-w100{width:100px;}
.img-w150{width:150px;}
.img-w200{width:200px;}
.img-w300{width:300px;}
.img-w400{width:400px;}
.img-w500{width:500px;}
.img-w600{width:600px;}
.img-full{width:100%;margin:1em 0;}
h2 + .img-full,h3 + .img-full{margin-top:5px;}
.img-circle{
object-fit:cover;
border-radius:50%;
}
.img-shadow{
filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
}
.img-round{
border-radius:16px;
}
.img-photo{
padding:8px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #c2c2c2;
border-right:1px solid #c2c2c2;
box-shadow:3px 3px 8px rgba(0,0,0,.2);
background:#fff;
box-sizing:border-box;
}
.img-flex,.img-flex2{
display:flex;
}
.img-flex img,.img-flex2 img,.img-flex p,.img-flex2 p{
box-sizing:border-box;
margin:0 8px;
}
.clear{clear:both;height:1px;line-height:1px;}
@media screen and (max-width:640px){
.txt-img.timg-r,.txt-img.timg-l{
max-width:40%;
box-sizing:border-box;
}
.image-left,.image-right{max-width:40%;}
.txt-img.timg-r{padding-left:10px;}
.txt-img.timg-l{padding-right:10px;}
.txt-img.timg-l img{margin-right:0;}
.txt-img.timg-r img{margin-left:0;}
.tx-img.timg-l img,.tx-img.timg-r img{margin:0 0 10px 0;}
.txt-img img[align^="right"],.txt-img img[align^="left"]{max-width:40%;}
.txt-img img[align^="center"]{max-width:100%;}
}
img.fr-fir+br,img.fr-fil+br,img.image-left+noscript+br,img.image-right+noscript+br,img.image-left+br,img.image-right+br{
 display:none;
}
.question1,.question2{
font-weight:700;
}
.annotation{
 padding:16px;
 margin:1em 0;
 font-size:0.875em;
 line-height:1.8;
 background-color:#f8f8f8;
 border-left:solid 2px #dbdbdb;
 color:#666;
}
.float-left2 img{float:left ;margin:0 8px 8px 0;}
.float-right2 img{float:right ;margin:0 0 8px 8px;}
div.table-wrap{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
table{
margin-bottom:8px;
border-collapse:separate;
border-spacing:0;
border-color:#ddd;
box-sizing:border-box;
}
table caption{
margin-bottom:1rem;
color:#999;
}
table th,table td{
min-width:110px;
text-align:center;
padding:0.5em 1em;
border-style:solid;
border-width:0 1px 1px 0;
border-color:#ddd;
position:relative;
z-index:0;
}
table th{
background-color:#fafafa;
}
table td{
background-color:#fff;
}
table thead th{
line-height:1.5;
}
table tr:first-child > *{
border-top-width:1px;
}
table thead + tbody tr:first-child > *{
border-top-width:0;
}
table tr > *:first-child{
border-left-width:1px;
}
table tr th:first-child{
z-index:1;
}
table.table-w100{
width:100%;
}
table.th1fix tbody th:first-child,table.th1fix thead th.table-thblank{
position:-webkit-sticky;
position:sticky;
left:0;
}
table.table-fontsmall th,table.table-fontsmall td,div.table-fontsmall th,div.table-fontsmall td{
 font-size:clamp(12px,calc(0.75rem + ((1vw - 4.8px) * 0.2088)),14px);
}
#menu .menubox2,#rmenu .menubox2{
padding:0;
}
#menu .menubox2 ul,#rmenu .menubox2 ul{
margin:0;
padding:2px 0 0 0;
}
#menu .menubox2 img,#rmenu .menubox2 img{
width:100%;
height:auto;
margin:1px 0;
max-width:100%;
}
#main .txt-decbox1 .top .top_box h2 > span,#main .txt-decbox2 .top .top_box h2 > span{
display:block;
}
#contents div[class*="box"] > div[class^="point"]:first-child,#contents div[class*="box"]:not([class^="rankbox"]) > div[class^="rank"]:first-child,#contents div[class*="box"] > h2:first-child,#contents div[class*="box"] > h3:first-child,#contents div[class*="box"] > h4:first-child,#contents div[class*="box"] > h5:first-child,#contents div[class*="box"] > h6:first-child{
margin-top:8px;
}
#contents div[class*="box"] > div[class^="point"]:last-child,#contents div[class*="box"]:not([class^="rankbox"]) > div[class^="rank"]:last-child,#contents div[class*="box"] > h2:last-child,#contents div[class*="box"] > h3:last-child,#contents div[class*="box"] > h4:last-child,#contents div[class*="box"] > h5:last-child,#contents div[class*="box"] > h6:last-child{
margin-bottom:8px;
}
#contents div[class*="box"]:not(.menubox):not(.menubox2) > ul,#contents div[class*="box"]:not(.menubox):not(.menubox2) > ol{
margin-top:4px;
margin-bottom:4px;
}
#contents .alert > *:first-child,#contents .accept > *:first-child,#contents .attention > *:first-child,#contents .thint > *:first-child{
 margin-top:0;
}
#contents .alert > *:last-child,#contents .accept > *:last-child,#contents .attention > *:last-child,#contents .thint > *:last-child{
margin-bottom:0;
}
#contents .txt-border> *:first-child,#contents .txt-grayback .body > *:first-child,#contents .txt-colorback .body > *:first-child,#contents .txt-frame > *:first-child,#contents .txt-colorframe > *:first-child,#contents .txt-rndbox .body > *:first-child,#contents .txt-decbox1 .body > *:first-child,#contents .txt-decbox2 .body > *:first-child{
margin-top:0;
}
#contents .txt-border> *:last-child,#contents .txt-grayback .body > *:last-child,#contents .txt-colorback .body > *:last-child,#contents .txt-frame > *:last-child,#contents .txt-colorframe > *:last-child,#contents .txt-rndbox .body > *:last-child,#contents .txt-decbox1 .body > *:last-child,#contents .txt-decbox2 .body > *:last-child{
margin-bottom:0;
}
div,p,span,li{word-wrap :break-word;overflow-wrap :break-word;}
td,th{word-break:break-all ;}
a:not([href]){text-decoration:none;}
table td p,table th p{text-align:inherit;}
#contents #main .txt-grayback,#contents #main .txt-colorback{padding:0 ;}
#header .desc::-webkit-scrollbar{width:5px;}
#header .desc::-webkit-scrollbar-thumb{background:#aaa;border-radius:3px;}
#header .desc::-webkit-scrollbar-track-piece:start,#header .desc::-webkit-scrollbar-track-piece:end{background:#EBEBEB;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
.txt-body::after{content:"";display:block;clear:both;}
div[id^="text"]::after,div[id^="space"]::after{content:"";display:block;clear:both;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
font-weight:bold;
overflow:hidden;
}
h4{
clear:none;
}
ul,ol{
overflow:hidden;
}
.lbg{
line-height:140%;
}
.rank1,.rank2,.rank3,.rank4,.rank5{
background-repeat:no-repeat;
height:25px;
font-size:18px;
margin:10px 0 15px 0;
padding:35px 0 5px 65px;
color:#333;
border-bottom:dotted 1px #666;
clear:both;
}
.rank1{
background-image:url(./img/rank1_a.gif);
}
.rank2{
background-image:url(./img/rank2_a.gif);
}
.rank3{
background-image:url(./img/rank3_a.gif);
}
.rank4{
background-image:url(./img/rank4_a.gif);
}
.rank5{
background-image:url(./img/rank5_a.gif);
}
.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
background-repeat:no-repeat;
height:26px;
padding-left:46px;
font-size:16px;
margin-top:10px;
padding-top:14px;
margin-bottom:10px;
border-bottom:dotted 2px #CCC;
color:#3F3F3F;
background-position:4px top;
clear:both;
}
.point{
color:#333;
background-image:url(./img/point_default.png);
background-repeat:no-repeat;
background-position:left 5px;
background-size:60px 30px;
padding:5px 0 5px 66px;
margin:auto;
min-height:1.875em;
}
.point:not([data-point]){
padding:.3125em 0 .3125em 4.125em;
font-weight:bold;
line-height:1.5;
overflow:hidden;
position:relative;
}
.point:not([data-point])::before{
background-color:#fc6a74;
border-radius:.3em;
color:#fff;
display:inline-block;
line-height:1;
font-family:Arial;
font-size:.75em;
padding:.3333em .5833em;
content:'CHECK';
position:absolute;
top:.25em;
left:0;
z-index:1;
}
.point:not([data-point])::after{
background-color:#fc6a74;
box-sizing:border-box;
content:'';
display:block;
position:absolute;
top:1.1875em;
left:1.5em;
width:.875em;
height:.625em;
clip-path:path('M0 .2V0h9.4v.5c0 1.7.7 5 4.7 9.5C10.6 8.6 4.2 5.5 0 .2z');
}
.point1{
background-image:url(./img/point1.gif);
}
.point2{
background-image:url(./img/point2.gif);
}
.point3{
background-image:url(./img/point3.gif);
}
.point4{
background-image:url(./img/point4.gif);
}
.point5{
background-image:url(./img/point5.gif);
}
.point6{
background-image:url(./img/point6.gif);
}
.point7{
background-image:url(./img/point7.gif);
}
.point8{
background-image:url(./img/point8.gif);
}
.point9{
background-image:url(./img/point9.gif);
}
.point10{
background-image:url(./img/point10.gif);
}
.arrow_orange,.arrow_blue,.arrow_black,.arrow_red{
min-height:24px;
overflow:hidden;
}
.arrow_orange{
background-image:url(./img/arrow_orange.png);
background-repeat:no-repeat;
background-position:left center;
background-size:24px 15px;
padding-left:28px;
font-weight:700;
}
.arrow_black{
background-image:url(./img/arrow_black.png);
background-repeat:no-repeat;
background-position:left center;
background-size:18px;
padding-left:24px;
font-weight:700;
}
.arrow_blue{
background-image:url(./img/arrow_blue.png);
background-repeat:no-repeat;
background-position:left center;
background-size:18px;
padding-left:24px;
font-weight:700;
}
.arrow_red{
background-image:url(./img/arrow_red.png);
background-repeat:no-repeat;
background-position:left center;
background-size:18px;
padding-left:24px;
font-weight:700;
}
blockquote{
font-size:12px;
color:#666666;
border:2px dotted #CCCCCC;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
margin:15px;
line-height:130%;
}
.alert,.accept,.attention,.thint{
font-size:12px;
line-height:130%;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:55px;
margin-top:10px;
margin-bottom:10px;
background-position:8px 3px;
}
.alert{
background-color:#FFEFEF;
background-image:url(./img/alert.png);
background-repeat:no-repeat;
color:#A2462F;
border:1px solid #FABDA7;
}
.accept{
border:1px solid #C2E39B;
background-color:#EFFADA;
background-image:url(./img/accept.png);
background-repeat:no-repeat;
color:#346F15;
}
.attention{
border:1px solid #FDE8A8;
background-color:#FEF8E0;
background-image:url(./img/attention.png);
background-repeat:no-repeat;
color:#804900;
}
.thint{
border:1px solid #C5D7ED;
background-color:#EFF4FA;
background-image:url(./img/thint.png);
background-repeat:no-repeat;
color:#2C4F7A;
}
 .user1,.user2{
font-size:12px;
line-height:130%;
padding-top:12px;
padding-right:12px;
padding-bottom:12px;
padding-left:100px;
margin-top:10px;
margin-bottom:10px;
background-repeat:no-repeat;
background-position:12px 12px;
background-color:#EFF4FA;
border:1px solid #C5D7ED;
min-height:70px;
overflow:hidden;
}
 .user1{
background-image:url(./img/user1.png);
}
 .user2{
background-image:url(./img/user2.png);
}
.noimage{
padding-left:12px;
background-image:none;
min-height:15px;
}
.ylw{
background-color:#FFE566;
font-weight:bold;
padding:2px;
}
h1,h2,h3,h4,h5,h6{
overflow:hidden;
}
h1,h2,h3{
clear:both;
}
.alert:after,.accept:after,.attention:after,.thint:after,.user1:after,.user2:after,.user_inner:after,.body:after,.grayline:after,.clear_after:after{
clear:both;
content:"";
display:block;
}
.nmlbox,.dottbox,.ylwbox,.graybg,.txt-border,.txt-grayback,.txt-colorback,.txt-rndbox,.txt-decbox1,.txt-decbox2{
overflow:hidden;
}
.alert,.attention,.thint,.accept,.user1,.user2,.rank{clear:both;}
.nmlbox,.dottbox,.ylwbox,.graybg,.grnbox,.pnkbox,.blubox,.brwbox,.cynbox{
padding:1.5em;
margin-top:1em;
margin-bottom:1em;
clear:both;
overflow:hidden;
}
.graybg{
background-color:#F8F8F8;
}
.grayline{
background-color:#fff;
border:4px solid #ededed;
box-shadow:0px 0px 5px #bbb inset;
margin:20px 0;
padding:20px;
}
.dottbox{
border:dashed 2px #E0E0E0;
box-shadow:none;
}
.nmlbox{
border:2px solid #E0E0E0;
}
.ylwbox{
background-color:#fffbef;
border:2px solid #f7e4b1;
}
.grnbox{
background-color:#f7fcf5;
border:2px solid #b7d8ac;
}
.blubox{
background-color:#f6fafe;
border:2px solid #c9d9ec;
}
.brwbox{
background-color:#f8f6f5;
border:2px solid #ddd2ce;
}
.pnkbox{
background-color:#fff9fe;
border:2px solid #ecd0e7;
}
.cynbox{
background-color:#f5fcfa;
border:2px solid #c2ddd5;
}
.rnd1{
padding:15px;
margin:15px auto 15px auto;
}
.rnd1{
position:relative;
padding:15px;
margin:15px auto 15px auto;
border-radius:12px;
}
.rbox1,.rbox2,.rbox3,.rbox4{
overflow:hidden;
}
.rbox1{
background-color:#F8F8F8;
border:1px solid #E0E0E0;
}
.rbox2{
background-color:#FFF;
border:2px solid #f0bb5a;
}
.rbox3{
background-color:#FFF;
}
.rbox4{
background-color:#F8F8F8;
}
.shadow1,.shadow2,.shadow3{
padding:15px;
margin:15px auto 15px auto;
}
.shadow1{
box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}
.shadow2{
box-shadow:0px 0px 5px rgba(0,0,0,0.17);
}
.border1,.border2,.border3,.borderdot,.borderdot2,.borderdouble{
margin:10px 0;
padding:0px;
line-height:1px;
height:1px;
overflow:hidden;
}
.border1{
border-bottom:solid 1px #999;
}
.border2{
border-bottom:solid 1px #ca3659;
}
.border3{
border-bottom:solid 1px #4473b1;
}
.borderdot{
border-top:dotted 1px #999;
}
.borderdot2{
border-top:dotted 2px #999;
}
.borderdouble{
border-top:double 3px #999;
}
.hd,.hd:hover,.hd:visited{
color:#333;
text-decoration:none;
}
.layout_box{
display:table;
width:100%;
table-layout:fixed;
border-collapse:separate;
}
.layout_box .layout_l,.layout_box .layout_r{
display:table-cell;
float:none ;
overflow:hidden;
vertical-align:top;
}
.layout_l img,.layout_r img{
max-width:100%;
height:auto;
}
.col2.layout_box .layout_l,.col2.layout_box .layout_r{
width:50%;
padding:8px;
}
@media screen and (max-width:640px){
.responsive.layout_box{
display:block;
}
.responsive.layout_box .layout_l,.responsive.layout_box .layout_r{
display:block ;
width:100% !important;
margin:5px 0;
}
}
 
@media screen and (min-width:768px){
.layout_l{float:left;}
.layout_r{float:right;}
}
.layout_box{
display:table;
width:100%;
table-layout:fixed;
box-sizing:border-box;
border-collapse:separate;
}
.layout_box .layout_l,.layout_box .layout_r{
display:table-cell;
float:none ;
box-sizing:border-box;
overflow:hidden;
vertical-align:top;
}
.layout_l img,.layout_r img{
max-width:100%;
height:auto;
}
.col2.layout_box .layout_l,.col2.layout_box .layout_r{
width:50%;
padding:8px;
}
.col3.layout_box .layout_l,.col3.layout_box .layout_r{
width:33.3%;
padding:8px;
}
.col4.layout_box .layout_l,.col4.layout_box .layout_r{
width:25%;
padding:8px;
}
@media screen and (max-width:640px){
.responsive.layout_box{
display:block;
}
.responsive.layout_box .layout_l,.responsive.layout_box .layout_r{
display:block ;
width:100% ;
box-sizing:border-box;
margin:5px 0;
}
}
.question1{
font-size:17px;
font-weight:bold;
line-height:130%;
margin:15px auto 4px auto;
padding:5px 0 6px 50px;
background-image:url(./img/q1.png);
background-repeat:no-repeat;
background-position:10px top;
}
.answer1{
position:relative;
font-size:13px;
line-height:140%;
border:solid 1px #CCC;
background-color:#F5F5F5;
border-radius:10px;
margin:5px auto 35px auto;
padding:20px 20px 20px 60px;
background-image:url(./img/a1.png);
background-repeat:no-repeat;
background-position:12px 18px;
}
.question2{
font-size:17px;
font-weight:bold;
line-height:130%;
margin:20px auto 4px auto;
padding:5px 0 6px 50px;
background-image:url(./img/q2.png);
background-repeat:no-repeat;
background-position:10px top;
}
.answer2{
position:relative;
font-size:13px;
line-height:140%;
margin:5px auto 15px auto;
padding:10px 10px 20px 50px;
background-image:url(./img/a2.png);
background-repeat:no-repeat;
background-position:10px 12px;
border-bottom:dotted 1px #CCC;
}
 
.balloon-left,.balloon-right,.balloon-top,.balloon-bottom{
line-height:140%;
font-size:0;
margin-top:8px;
margin-bottom:8px;
}
.balloon-left::after,.balloon-right::after,.balloon-top::after,.balloon-bottom::after{
content:" ";
display:block;
height:1px;
clear:both;
}
.balloon-left .bln-img,.ballon-left .img-center{
float:left ;
height:auto;
}
.balloon-right .bln-img,.balloon-left .img-center{
float:right ;
height:auto;
}
 
.balloon-top .img-center,.balloon-bottom .img-center{
float:none;
text-align:left ;
}
 
.bln-img{
display:inline-block;
width:auto;
max-width:25%;
}
.bln-img.float-l img,.bln-img.float-r img{margin:0;}
.balloon-left .bln-img{padding-right:8px;}
.balloon-right .bln-img{padding-left:8px;}
.balloon-top .bln-img{padding-bottom:8px;}
.balloon-bottom .bln-img{padding-bottom:8px;}
.img-circle img{border-radius:50%;}
.bln-auto .b_body{
box-sizing:border-box;
min-width:70px;
display:inline-block ;
}
.balloon-left.bln-auto .b_body,.balloon-right.bln-auto .b_body{max-width:85%;}
.balloon-top.bln-auto .b_body,.balloon-bottom.bln-auto .b_body{max-width:100%;}
.balloon-left.bln-auto .b_body{float:left;}
.balloon-right.bln-auto .b_body{float:right;}
.balloon-bottom.bln-auto .b_body{overflow:visible;}
.scroll-auto{overflow-y:auto;}
.scroll-auto::-webkit-scrollbar{width:8px;}
.scroll-auto::-webkit-scrollbar-thumb{
background:#aaa;
border-radius:3px;
}
.scroll-auto::-webkit-scrollbar-track-piece:start,.scroll-auto::-webkit-scrollbar-track-piece:end{background:#EBEBEB;}
.balloon4 .scroll-auto::-webkit-scrollbar-thumb{background:#92B9FA;}
.balloon5 .scroll-auto::-webkit-scrollbar-thumb{background:#FFACAC;}
.balloon6 .scroll-auto::-webkit-scrollbar-thumb{background:#FF9595;}
.balloon7 .scroll-auto::-webkit-scrollbar-thumb{background:#46A6CE;}
.balloon8 .scroll-auto::-webkit-scrollbar-thumb{background:#E3AA71;}
.balloon9 .scroll-auto::-webkit-scrollbar-thumb{background:#B1C778;}
.bln{
font-size:14px;
overflow:hidden;
padding:0;
margin:0;
color:#333333;
}
.b_body{
margin:0;
width:auto;
padding:12px 19px;
line-height:160%;
overflow:hidden;
min-height:20px;
}
.balloon1 .b_body{
background-color:#F5F5F5;
border:solid 1px #CCC;
}
.balloon2 .b_body{
background-color:#FFF;
border:solid 1px #CCC;
}
.balloon3 .b_body{
background-color:#EBEBEB;
}
.balloon4 .b_body{
background-color:#EAF1FF;
border:solid 1px #6AA3F9;
}
.balloon5 .b_body{
background-color:#FFEAEA;
border:solid 1px #F96565;
}
.balloon6 .b_body{
background-color:#FFF;
border:solid 2px #CC0000;
}
.balloon7 .b_body{
background-color:#FFF;
border:solid 2px #0080B8;
}
.balloon8 .b_body{
background-color:#FFF;
border:solid 2px #FF8201;
}
.balloon9 .b_body{
background-color:#FFF;
border:2px solid #739221;
}
.bln_auto{
display:inline-block;
}
.bln .img-l{
position:relative;
z-index:1;
background-image:url(./img/balloon.png);
top:18px;
left:1px;
float:left;
width:20px;
height:19px;
margin:0;
}
.bln .img-r{
position:relative;
z-index:1;
background-image:url(./img/balloon.png);
top:18px;
right:1px;
float:right;
width:20px;
height:19px;
margin:0;
}
.bln .img-t{
position:relative;
z-index:1;
background-image:url(./img/balloon.png);
top:1px;
left:30px;
width:22px;
height:22px;
float:none;
margin:0;
}
.bln .img-b{
position:relative;
z-index:1;
background-image:url(./img/balloon.png);
bottom:1px;
left:30px;
width:22px;
height:22px;
margin:0;
}
div.bln:after{height:0; visibility:hidden; content:"."; display:block; clear:both;}
.balloon1 .img-b{ background-position:0 0;} 
.balloon1 .img-l{ background-position:0 -72px;} 
.balloon1 .img-r{ background-position:-8px -139px;} 
.balloon1 .img-t{ background-position:0 -206px;} 
.balloon2 .img-b{ background-position:0 -278px;} 
.balloon2 .img-l{ background-position:0 -350px;} 
.balloon2 .img-r{ background-position:-8px -417px;} 
.balloon2 .img-t{ background-position:0 -484px;} 
.balloon3 .img-b{ background-position:0 -556px;} 
.balloon3 .img-l{ background-position:0 -628px;} 
.balloon3 .img-r{ background-position:-8px -695px;} 
.balloon3 .img-t{ background-position:0 -762px;} 
.balloon4 .img-b{ background-position:0 -834px;} 
.balloon4 .img-l{ background-position:0 -906px;} 
.balloon4 .img-r{ background-position:-8px -973px;} 
.balloon4 .img-t{ background-position:0 -1040px;} 
.balloon5 .img-b{ background-position:0 -1112px;} 
.balloon5 .img-l{ background-position:0 -1184px;} 
.balloon5 .img-r{ background-position:-8px -1251px;} 
.balloon5 .img-t{ background-position:0 -1318px;} 
.balloon6 .img-b{ background-position:0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position:0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position:-8px -1531px;right:2px;} 
.balloon6 .img-t{ background-position:0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position:0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position:0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position:-8px -1813px;right:2px;} 
.balloon7 .img-t{ background-position:0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position:-78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position:-78px -72px;left:2px;}
.balloon8 .img-r{ background-position:-86px -141px;right:2px;}
.balloon8 .img-t{ background-position:-78px -210px;top:2px;}
.balloon9 .img-b{ background-position:-78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position:-78px -354px;left:2px;} 
.balloon9 .img-r{ background-position:-86px -423px;right:2px;} 
.balloon9 .img-t{ background-position:-78px -492px;top:2px;} 
#footermenu{
text-align:center;
padding:6px;
}
.gmap-box{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.gmap-box iframe,.gmap-box object,.gmap-box embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.gmap-wrap{
max-width:100%;
margin:16px auto;
}
.wrapper{
margin:auto;
padding:50px;
}
video{
display:block;
margin:16px auto;
max-width:100%;
}
.obj-center{
display:block;
margin-left:auto;
margin-right:auto;
}
.obj-left{
display:block;
margin-left:0;
margin-right:auto;
}
.obj-right{
display:block;
margin-left:auto;
margin-right:0;
}
.headerimg-img::before{
pointer-events :none;
}
.indexbox{
background-color:#F8F8F8;
border:solid 1px #EEE;
}
.indexbox{
clear:both;
padding:20px 15px;
}
#main .indexbox h5,#main .indexbox .title{
margin:0;
}
#main .indexbox ul li,#main .indexbox ol li,#menu .indexbox ul li,#menu .indexbox ol li{
font-size:15px;
line-height:180%;
}
.indexbox li.cat{
margin-left:5px ;
margin-top:10px;
font-weight:bold;
}
.indexbox li.ent2{margin-left:1.5rem ;}
.indexbox li.ent3{margin-left:2.5rem ;}
.indexbox li.ent4{margin-left:3.5rem ;}
.indexbox li.ent5{margin-left:4.5rem ;}
.tcolumn1,.tcolumn2,.tcolumn3,.tcolumn4,.tcolumn5{
box-sizing:border-box;
}
.tcolumn1{width:100%;}
.tcolumn2{width:50%;}
.tcolumn3{width:33.33%}
.tcolumn4{width:25%;}
.tcolumn5{width:20%;}
.pc_contents{display:block;}
.sp_contents{display:none;}
@media screen and (max-width:640px){
.countdown_frm input{
font-size:15px ;
margin:15px 0;
-webkit-appearance:none;
}
.pc_contents{display:none;}
.sp_contents{display:block;}
}
#entrylist .entry_thumb{
width:80px;
float:left;
margin:0 10px 10px 0;
padding:0;
text-align:center;
}
#entrylist .entry_thumb a{
padding:0 ;
background-image:none ;
}
#entrylist .entry_thumb img{
z-index:99;
}
#entrylist list div::after,#entrylist div dd::after{
clear:both;
display:block;
content:"";
height:0px;
}
#entrylist .entry_thumb img{
max-width:80px;
max-height:80px;
}
.image-shadow img{
display:inline-block;
box-shadow:0px 0px 10px -3px rgba(0,0,0,0.8);
margin-bottom:16px;
}
.image-radius img{border-radius:10px;}
.image-circle img{border-radius:50%;}
table.borderless,table.borderless td,table.borderless th{
border:none ;
background-color:transparent;
}
.scroll_table{
overflow-x:auto;
white-space:nowrap;
}
.scroll_table::-webkit-scrollbar{height:8px;}
.scroll_table::-webkit-scrollbar-track{
margin:0 2px;
background:#F1F1F1;
border-radius:5px;
}
.scroll_table::-webkit-scrollbar-thumb{
border-radius:5px;
background:#999;
}
.scroll_table table{
width:100%;
table-layout:auto ;
}
@media screen and (min-width:768px){
.scroll_table{
overflow:hidden;
white-space:normal;
}
.scroll_table table{
table-layout:fixed ;
}
}
ul[class][class^="li-"],ol[class][class^="ol-"]{
line-height:1.5;
margin-top:1em;
margin-bottom:1em;
list-style:none;
padding-left:calc(40px - 1.25em);
}
ul[class][class^="li-"] li,ol[class][class^="ol-"] li{
margin:.5em 0;
}
.li-check li{
position:relative;
padding-left:1.25em;
}
.li-check li::before{
background-image:url(./img/li_check.svg);
background-position:center;
background-repeat:no-repeat;
background-size:0.8125em auto;
content:'';
position:absolute;
left:0;
width:1em;
height:1.5em;
}
.ol-circle{
counter-reset:number;
}
.ol-circle li{
position:relative;
padding:0 0 0 1.75em;
}
.ol-circle li::before{
content:counter(number);
counter-increment:number;
background-color:#0268cc;
border-radius:50%;
display:inline-block;
position:absolute;
top:0;
left:0;
color:#fff;
font-size:0.8125em;
font-weight:700;
text-align:center;
vertical-align:middle;
line-height:1.69231em;
width:1.69231em;
height:1.69231em;
}
.txt-border{
background-color:#fff;
background-image:linear-gradient(90deg,rgba(255,255,255,0) 50%,white 50%),linear-gradient(180deg,rgba(190,190,190,0) 97.91666%,#bebebe,97.91666%,#bebebe 100%);
background-repeat:repeat-x,repeat-y;
background-size:.375em 100%,100% 3em;
line-height:3;
padding:0 1.5em;
}
.txt-grayback{
background-color:#f5f5f5;
padding:clamp(24px,6.66667vw,36px);
}
.txt-colorback{
background-color:#fffbe8;
padding:clamp(24px,6.66667vw,36px);
}
.txt-frame{
background-color:#fff;
border:8px solid #e6e6e6;
padding:clamp(24px,6.66667vw,36px);
}
.txt-colorframe{
background-color:#fff;
border:8px solid #ffe99c;
padding:clamp(24px,6.66667vw,36px);
}
.txt-rndbox{
background-color:#f5f5f5;
border-radius:28px;
padding:clamp(28px,7.77778vw,40px);
}
.txt-rndbox .top,.txt-rndbox .bottom{
line-height:0;
}
.txt-decbox1{
background-color:#f8f6e9;
box-shadow:0 0 0 clamp(7px,1.94445vw,14px) #f8f6e9 inset,0 0 0 clamp(8px,2.22223vw,15px) #d2c8b2 inset;
padding:clamp(32px,8.88889vw,58px) clamp(36px,10vw,62px);
position:relative;
z-index:0;
}
.txt-decbox1::before{
border:clamp(49px,13.61112vw,98px) solid transparent;
border-image:url(./img/decbox1.png) 196 round;
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}
.txt-decbox1 .top *{
margin-top:0;
}
.txt-decbox1 .bottom{
line-height:0;
}
.txt-decbox2{
background:url(./img/decbox2.jpg) repeat left top/160px auto;
padding:clamp(36px,10vw,52px) clamp(40px,11.11112vw,56px);
position:relative;
z-index:0;
}
.txt-decbox2::before{
background:#fff;
content:'';
position:absolute;
top:clamp(12px,3.33334vw,16px);
left:clamp(12px,3.33334vw,16px);
right:clamp(12px,3.33334vw,16px);
bottom:clamp(12px,3.33334vw,16px);
z-index:-1;
}
.txt-decbox2 .top *{
margin-top:0;
}
.txt-decbox2 .bottom{
line-height:0;
}
.user-block{
padding:1.5em;
}
.flex-box{
display:flex;
justify-content:center;
flex-direction:column;
}
.flex-box > *{
margin-bottom:8px;
}
@media screen and (min-width:480px){
.flex-box{
display:flex;
align-items:center;
flex-direction:row;
justify-content:center;
width:100%;
max-width:100%;
box-sizing:border-box;
}
.flex-box > *{
margin-left:1%;
margin-right:1%;
}
.b-right.flex-box{
 justify-content:flex-end;
 align-items:flex-end;
}
.b-left.flex-box{
 justify-content:flex-start;
 align-items:flex-start;
}
}
.grid{
margin:var(--margin-component) 0;
display:grid;
gap:var(--margin-component);
grid-template-rows:max-content;
place-items:center;
}
.grid .grid-item{
max-width:100%;
}
@media (max-width:959px){
.grid[data-grid-sp-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.grid[data-grid-sp-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.grid[data-grid-sp-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
.grid[data-grid-sp-column*="col5"]{
grid-template-columns:repeat(5,1fr);
}
}
@media (min-width:960px){
.grid[data-grid-column*="col2"]{
grid-template-columns:repeat(2,1fr);
}
.grid[data-grid-column*="col3"]{
grid-template-columns:repeat(3,1fr);
}
.grid[data-grid-column*="col4"]{
grid-template-columns:repeat(4,1fr);
}
.grid[data-grid-column*="col5"]{
grid-template-columns:repeat(5,1fr);
}
}
@media (max-width:959px){
.grid[data-grid-sp-column*="col2"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(2,1fr auto);
}
.grid[data-grid-sp-column*="col3"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(3,1fr auto);
}
.grid[data-grid-sp-column*="col4"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(4,1fr auto);
}
.grid[data-grid-sp-column*="col5"][data-grid-sp-column*="arrow"]{
grid-template-columns:repeat(5,1fr auto);
}
}
@media (min-width:960px){
.grid[data-grid-column*="col2"][data-grid-column*="arrow"]{
grid-template-columns:repeat(2,1fr auto);
}
.grid[data-grid-column*="col3"][data-grid-column*="arrow"]{
grid-template-columns:repeat(3,1fr auto);
}
.grid[data-grid-column*="col4"][data-grid-column*="arrow"]{
grid-template-columns:repeat(4,1fr auto);
}
.grid[data-grid-column*="col5"][data-grid-column*="arrow"]{
grid-template-columns:repeat(5,1fr auto);
}
}
.figure{
margin:1em 0;
text-align:center;
position:relative;
}
.figcaption{
font-size:.875em;
line-height:1.4;
text-align:left;
padding-top:1em;
}
.figcaption-title{
font-size:1.28571em;
font-weight:700;
line-height:1.4;
margin-bottom:8px;
text-align:center;
}
@media screen and (min-width:641px){
.figure[data-figure-horizontal*="true"]{
display:flex;
justify-content:center;
flex-direction:row;
}
.figure[data-figure-horizontal*="true"] > img,.figure[data-figure-horizontal*="true"] .figure-link img{
flex-shrink:0;
max-width:48%;
object-fit:cover;
}
.figure[data-figure-horizontal*="true"] .figure-link{
display:contents;
}
.figure[data-figure-horizontal*="true"] .figcaption{
flex-grow:1;
display:flex;
justify-content:center;
flex-direction:column;
padding:0 0 0 4%;
}
.figure[data-figure-horizontal*="true"] .figcaption-title{
text-align:left;
}
.figure[data-figure-horizontal*="true"][data-figure-reverse*="true"] img{
order:1;
}
.figure[data-figure-horizontal*="true"][data-figure-reverse*="true"] .figcaption{
padding:0 4% 0 0;
}
}
@media screen and (max-width:640px){
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"]{
display:flex;
justify-content:center;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] > img,.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figure-link img{
flex-shrink:0;
max-width:48%;
object-fit:cover;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figure-link{
display:contents;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figcaption{
flex-grow:1;
display:flex;
justify-content:center;
flex-direction:column;
padding:0 0 0 4%;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"] .figcaption-title{
text-align:left;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"][data-figure-reverse*="true"] img{
order:1;
}
.figure:not([data-figure-responsive="true"])[data-figure-horizontal*="true"][data-figure-reverse*="true"] .figcaption{
padding:0 4% 0 0;
}
}
.ninja_onebutton_output_overlay .line,.ninja_onebutton_output_responsive .line{background:#00c300 ;}
.ninja_onebutton_output_overlay .hatena,.ninja_onebutton_output_responsive .hatena{background:#008fde ;}
.ninja_onebutton_output_overlay .twitter,.ninja_onebutton_output_responsive .twitter{background-color:#55acee ;}
.ninja_onebutton_output_overlay .facebook,.ninja_onebutton_output_responsive .facebook{background-color:#3b5998 ;}
pre{
font-family:monospace,monospace;
font-size:1em;
margin:1em 0;
word-wrap:normal;
}
code{
font-family:"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
font-size:1em;
display:inline-block;
padding:0.1em 0.25em; 
color:#444;
background-color:#e7edf3;
border:solid 1px #d6dde4;
}
pre code,code.code-block{
display:block;
padding:20px;
background-color:#e7edf3;
border:solid 1px #d6dde4;
overflow:auto;
margin:1em 0;
-webkit-overflow-scrolling:touch;
}
.lum-lightbox{
z-index:9999;
}
@media screen and (max-width:480px){
.lum-lightbox-inner img{
max-width:180vw !important;
max-height:100vh !important;
}
}
.snsbox{
margin:8px auto;
}
#topmenu a{
cursor:pointer;
}
.rslide-wrap{
height:200px;
}
.rankbox-slider img{
width:auto;
height:200px;
}
.rankbox-slider .crl-d{
justify-content:center;
}
@media screen and (min-width:1025px){
.rslide-wrap,.rankbox-slider img{
height:240px;
}
}
#contents .cbox-d[class*="03"] .cbox-caption{
 padding-right:0.75em;
}
.relNavigate-thumb img{
 max-height:80px;
}
@media screen and (max-width:480px){
div.table-wrap{
 clear:both;
}
}
#logo img{
width:auto;
}
html{
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body{
margin:0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
display:block;
}
audio,canvas,progress,video{
display:inline-block;
}
audio:not([controls]){
display:none;
height:0;
}
progress{
vertical-align:baseline;
}
template,[hidden]{
display:none;
}
a{
background-color:transparent;
-webkit-text-decoration-skip:objects;
}
a:active,a:hover{
outline-width:0;
}
abbr[title]{
border-bottom:none;
text-decoration:underline;
text-decoration:underline dotted;
}
b,strong{
font-weight:inherit;
}
b,strong{
font-weight:bolder;
}
dfn{
font-style:italic;
}
h1{
font-size:2em;
margin:0.67em 0;
}
mark{
background-color:#ff0;
color:#000;
}
small{
font-size:80%;
}
sub,sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sub{
bottom:-0.25em;
}
sup{
top:-0.5em;
}
img{
border-style:none;
}
svg:not(:root){
overflow:hidden;
}
code,kbd,pre,samp{
font-family:monospace,monospace;
font-size:1em;
}
figure{
margin:1em 40px;
}
hr{
box-sizing:content-box;
height:0;
overflow:visible;
}
button,input,select,textarea{
font:inherit;
margin:0;
}
optgroup{
font-weight:bold;
}
button,input{
overflow:visible;
}
button,select{
text-transform:none;
}
button,html [type="button"],[type="reset"],[type="submit"]{
-webkit-appearance:button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
border-style:none;
padding:0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
outline:1px dotted ButtonText;
}
fieldset{
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend{
box-sizing:border-box;
color:inherit;
display:table;
max-width:100%;
padding:0;
white-space:normal;
}
textarea{
overflow:auto;
}
[type="checkbox"],[type="radio"]{
box-sizing:border-box;
padding:0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
height:auto;
}
[type="search"]{
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
::-webkit-input-placeholder{
color:inherit;
opacity:0.54;
}
::-webkit-file-upload-button{
-webkit-appearance:button;
font:inherit;
}
body{
background-color:#f9f6ee;
color:#131313;
font-family:'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
font-size:16px;
line-height:1.8;
text-align:center;
-webkit-text-size-adjust:100%;
padding:0 5px;
}
h1,h2,h3,h4,h5,h6,.title,dt{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
font-weight:bold;
}
h2,h3,h4,h5,h6{
overflow:hidden;
}
.clear{
clear:both;
font-size:1px;
line-height:0;
}
p{
margin:0;
}
img{
height:auto;
max-width:100%;
vertical-align:middle;
}
#main ul{
list-style:outside none none;
margin:10px 0 10px 10px;
padding:0;
}
#main ul > li{
background-image:url(img/ul.png);
background-position:left 3px;
background-repeat:no-repeat;
line-height:1.7;
margin:13px 0;
padding:0 0 0 28px;
position:relative;
}
#main table ul li{
background-position:left 1px;
}
#main ol{
counter-reset:number;
list-style:outside none none;
margin:10px 0 10px 10px;
padding:0;
}
#main ol > li{
line-height:1.7;
margin:13px 0;
padding:0 0 0 32px;
position:relative;
}
#main ol > li::before{
background-color:#f09512;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
content:counter(number,decimal);
counter-increment:number;
font-style:italic;
height:22px;
left:0;
line-height:22px;
position:absolute;
text-align:center;
top:2px;
width:22px;
font-size:13px;
}
#main table ul,#main table ol{
margin:10px 0;
}
#whatsnew ul li{
background-image:none;
}
#main .user1 li{
background-position:left top;
line-height:1.25;
}
#main .user1 li:before{
line-height:20px;
height:18px;
top:0;
left:3px;
width:18px;
}
#main .user1 p,#main .user2 p{
padding:0 5px;
}
#main .user1 h4,#main .user2 h4{
font-size:17px;
margin:0px;
padding:0px 10px;
line-height:32px;
border-radius:0;
}
#main .user1 h5,#main .user2 h5,#main .user1 h6,#main .user2 h6{
font-size:16px;
margin:0px;
padding:0px 10px;
line-height:32px;
}
a{
color:#00a1b3;
}
a img{background:none;}
@media screen and (min-width:1000px){
a:hover{
color:#4cbdc9;
text-decoration:none;
}
#main a:hover,#menu a:hover,#rmenu a:hover,#pagetop a:hover{
left:1px;
position:relative;
top:1px;
}
}
#wrapper{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
box-shadow:0px 3px 6px rgba(0,0,0,0.2);
max-width:1000px;
margin:0 auto 30px;
padding:0;
overflow:hidden;
width:100%;
}
#contents{
background-color:#fff;
border-radius:0 0 20px 20px;
padding:10px 0;
max-width:1000px;
width:100%;
margin:0 auto 15px;
}
#layoutbox{
margin:auto;
padding:0;
width:100%;
}
#siteNavi{
color:#a78a88;
font-size:11px;
line-height:1.7;
margin:2px 5px;
padding:4px 5px;
}
#siteNavi a{
color:#a78a88;
}
@media screen and (min-width:768px){
#contents{
}
#contents::after{
clear:both;
content:"";
display:block;
}
#siteNavi{
font-size:10px;
margin:0 10px 8px;
padding:2px 5px 0;
}
}
@media screen and (min-width:1000px){
#contents{
padding:10px 0;
width:1000px;
}
#siteNavi span a:hover{
color:#c1adab;
text-decoration:none;
}
#siteNavi span a:hover::before{
border-color:transparent transparent #d6c7c4 transparent;
}
#siteNavi span a:hover::after{
border-color:#d6c7c4 #d6c7c4 transparent #d6c7c4;
}
}
#pagetop{
overflow:hidden;
position:absolute;
right:5px;
z-index:5;
}
#pagetop a{
background-color:#fff;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
display:block;
height:38px;
overflow:hidden;
position:relative;
text-indent:200%;
white-space:nowrap;
width:38px;
}
#pagetop a::before,#pagetop a::after{
border-top:1px solid #886061;
content:"";
height:10px;
left:14px;
margin-top:-2px;
position:absolute;
top:50%;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:10px;
}
#pagetop a::after{
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
@media screen and (min-width:768px){
#pagetop{
margin:0 auto 10px;
padding:0 10px;
overflow:visible;
position:static;
}
#pagetop::after{
clear:both;
content:"";
display:block;
}
#pagetop a{
float:right;
}
}
@media screen and (min-width:1000px){
#pagetop{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 auto 20px;
padding:0 5px;
width:1000px;
}
#pagetop a{
height:58px;
-moz-transition:background-color 0.15s ease-out 0s;
-o-transition:background-color 0.15s ease-out 0s;
-webkit-transition:background-color 0.15s ease-out;
-webkit-transition-delay:0s;
transition:background-color 0.15s ease-out 0s;
width:58px;
}
#pagetop a::before,#pagetop a::after{
border-top:2px solid #886061;
height:12px;
left:23px;
margin-top:-3px;
width:12px;
}
#pagetop a::after{
left:24px;
}
#pagetop a:hover{
background-color:#f0e8de;
}
}
#searchbox{
line-height:1;
}
#searchbox + #topmenu{
margin-top:5px;
}
#searchbox form{
position:relative;
margin:auto;
top:0;
left:0;
right:0;
}
#searchbox input{
-webkit-appearance:none;
}
#searchbox input[type="text"],#searchbox input[type="search"]{
border:2px solid #f7f4ef;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#5b2426;
cursor:auto;
font-size:12px;
line-height:18px;
padding:10px 40px 10px 10px;
width:100%;
}
#searchbox input[type="submit"]{
background-color:#6c3a3b;
background-image:url(img/searchbutton.png);
background-position:center center;
background-repeat:no-repeat;
border:medium none;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
cursor:pointer;
height:30px;
overflow:hidden;
padding:0;
position:absolute;
right:7px;
text-indent:200%;
top:6px;
white-space:nowrap;
width:30px;
}
@media screen and (min-width:768px){
#searchbox{
float:right;
margin:10px auto;
max-width:1000px;
position:absolute;
top:0;
width:100%;
}
#searchbox form{
position:absolute;
width:240px;
margin:auto;
top:0;
right:0;
left:auto;
}
#searchbox + #topmenu{
margin-top:3px;
}
#searchbox input[type="text"],#searchbox input[type="search"]{
background-color:#fff;
border:2px solid #f4efe6;
-moz-border-radius:13px;
-webkit-border-radius:13px;
border-radius:13px;
height:26px;
line-height:26px;
padding:0 25px 0 10px;
}
#searchbox input[type="submit"]{
background-position:center 4px;
background-size:11px auto;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;
height:20px;
right:4px;
top:3px;
width:20px;
}
}
@media screen and (min-width:1000px){
#searchbox input[type="text"],#searchbox input[type="search"]{
-moz-transition:border 0.15s ease-out 0s;
-o-transition:border 0.15s ease-out 0s;
-webkit-transition:border 0.15s ease-out;
-webkit-transition-delay:0s;
transition:border 0.15s ease-out 0s;
}
#searchbox input[type="text"]:focus,#searchbox input[type="search"]:focus{
border:2px solid #d9d2c6;
outline:0;
}
#searchbox input[type="submit"]:hover{
background-color:#987575;
}
}
.txt-img img{
margin:0 8px 8px 8px;
}
.center{
margin:5px 0;
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;
}
#top{
text-align:left;
}
#top h1{
font-size:14px;
line-height:1.75;
margin:0;
padding:12px 46px 12px 5px;
}
#top h1 a{
color:#e08302;
font-weight:bold;
text-decoration:none;
}
@media screen and (min-width:768px){
#top::after{
clear:both;
content:"";
display:block;
}
#top .inner{
margin:0 0 10px;
overflow:hidden;
padding:4px 10px 0;
}
#top h1{
float:left;
padding:7px 0 0;
width:68%;
}
}
@media screen and (min-width:1000px){
#top .inner{
margin:0 auto 10px;
padding:4px 0 0;
width:1000px;
}
#top h1{
width:75%;
}
#top h1 a:hover{
color:#f0c58a;
}
}
#header{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
height:auto !important;
margin:0 auto 15px;
padding:10px 10px 0;
position:relative;
}
#header > img{
-moz-border-radius:20px 20px 0 0;
-webkit-border-radius:20px 20px 0 0;
border-radius:10px 10px 0 0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
height:auto;
margin-bottom:10px;
width:100%;
}
#header #headertxt{
margin-bottom:10px;
overflow:hidden;
text-align:left;
}
#header .title,#header .desc{
margin:0;
padding:0 10px;
}
#header .title{
font-size:1em;
line-height:1.5;
position:absolute;
top:20%;
left:2%;
width:75%;
letter-spacing:3px;
overflow:hidden;
text-overflow:ellipsis;
max-height:4.5em;
}
#header .title a{
color:#76484a;
text-decoration:none;
}
#header .desc{
color:#76484a;
font-size:12px;
line-height:1.5;
max-height:4.5em;
overflow:auto;
}
#header .title img,#header .desc img{
width:auto;
}
@media screen and (min-width:480px){
#header .title{
font-size:1.25em;
}
}
@media screen and (min-width:768px){
#header{
overflow:hidden;
z-index:0;
}
#header > img{
margin-bottom:0;
}
#header #headertxt{
left:0;
margin:0;
position:absolute;
right:0;
top:50%;
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}
#header #headertxt div:nth-child(2){
margin-top:8px;
}
#header .title,#header .desc{
left:5%;
padding:0;
position:relative;
width:90%;
max-height:100%;
overflow:visible;
}
#header .title{
font-size:28px;
line-height:1.4;
max-height:100%;
}
}
@media screen and (min-width:1000px){
#header{
overflow:visible;
width:1000px;
}
#header .title{
font-size:36px;
width:90%;
}
#header .title a:hover{
color:#9f7e80;
}
#header .desc{
font-size:13px;
line-height:140%;
}
}
#topmenubtn{
background-color:#fff;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#85685f;
cursor:pointer;
display:block;
font-size:8px;
height:36px;
letter-spacing:0;
padding:18px 0 0;
position:absolute;
right:5px;
text-align:center;
top:5px;
width:36px;
}
#topmenubtn::before{
border-bottom:2px solid #85685f;
border-top:2px solid #85685f;
content:"";
height:2px;
left:11px;
position:absolute;
top:8px;
width:14px;
}
#topmenubtn::after{
border-top:2px solid #85685f;
content:"";
height:0;
left:11px;
position:absolute;
top:16px;
width:14px;
}
#topmenubox{
-moz-transition:opacity 0.05s ease 0s;
-o-transition:opacity 0.05s ease 0s;
-webkit-transition:opacity 0.05s ease;
-webkit-transition-delay:0s;
transition:opacity 0.05s ease 0s;
}
#topmenubox #topmenubox-inner{
background-color:#eee8df;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
padding:10px 5px;
position:absolute;
width:100%;
}
input#panel[type="checkbox"]{
display:none;
}
input#panel[type="checkbox"] ~ #topmenubox{
opacity:0;
position:relative;
z-index:-1;
}
input#panel[type="checkbox"] ~ #topmenubox #topmenubox-inner{
z-index:-1;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before{
border-bottom:none;
border-top:2px solid #85685f;
height:0;
top:12px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn::after{
border-top:2px solid #85685f;
top:12px;
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn span{
display:block;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
}
input#panel[type="checkbox"]:checked + #topmenubtn span::after{
content:'CLOSE';
left:6px;
position:absolute;
text-indent:0;
top:18px;
}
input#panel[type="checkbox"]:checked ~ #topmenubox{
opacity:1;
z-index:100;
left:0;
position:absolute;
box-sizing:border-box;
top:48px;
left:0;
background-color:rgba(0,0,0,0.3);
z-index:100;
width:100%;
height:100%;
}
input#panel[type="checkbox"]:checked ~ #topmenubox #topmenubox-inner{
top:0;
}
#topmenu ul{
background-color:#f8f7ec;
margin:auto;
padding:0;
}
#topmenu ul li{
border-bottom:1px solid #e6dcd7;
position:relative;
}
#topmenu ul li:last-child{
border-bottom:none;
}
#topmenu ul a{
color:#333;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 5px 12px 30px;
position:relative;
text-align:left;
text-decoration:none;
}
#topmenu ul a::before{
content:"";
background-color:#F09512;
border-radius:50%;
width:12px;
height:12px;
position:absolute;
top:0;
bottom:0;
left:12px;
margin:auto -5px auto 0;
}
#topmenu ul a::after{
content:"";
border-top:3px solid transparent;
border-right:3px solid transparent;
border-bottom:3px solid transparent;
border-left:5px solid #fff;
position:absolute;
top:0;
left:16px;
bottom:0;
margin:auto;
width:0;
height:0;
}
@media screen and (min-width:768px){
#topmenubtn{
display:none;
}
#topmenubox{
opacity:1 !important;
position:static !important;
}
#searchbox form{
position:absolute;
}
#topmenubox::after{
display:none;
}
#topmenubox #topmenubox-inner{
background-color:transparent;
display:inline;
padding:0;
position:static;
}
#topmenu{
background:none;
}
#topmenu ul{
background-color:#fff;
padding:0 5px 15px 5px;
}
#topmenu ul li{
border-bottom:none;
display:block;
letter-spacing:normal;
margin:auto;
padding:5px 0;
position:relative;
font-size:14px;
float:left;
text-align:center;
box-sizing:border-box;
padding:0 3px;
}
#topmenu ul li::before{
left:0;
margin:auto;
height:24px;
z-index:1;
}
#topmenu ul li:first-child:before{
border-left:none;
}
#topmenu ul a{
border-bottom:3px solid #FBE3C0;
border-radius:4px;
color:#333;
display:block;
font-size:13px;
font-weight:700;
line-height:1.35;
margin:8px auto;
padding:10px 10px 10px 25px;
position:relative;
text-align:center;
background-color:#FCEBD2;
border-radius:6px;
}
#topmenu ul a:hover{
transition-property:all;
transition-duration:0.3s;
border-bottom:3px solid #F09512;
border-radius:4px 4px 0 0;
color:#888;
 }
}
@media screen and (min-width:768px){
#topmenu ul a{padding:10px 6px;}
#topmenu ul a:before,#topmenu ul a:after{display:none;}
}
@media screen and (min-width:1000px){
#topmenu ul a{padding:10px 10px 10px 25px;}
#topmenu ul a:before,#topmenu ul a:after{display:block;}
}
#main{
text-align:left;
margin:auto;
padding:0;
width:100%;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
background-color:#ffffff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:10px auto 20px;
//overflow:hidden;
padding:10px 0;
position:relative;
width:95%;
z-index:0;
}
@media screen and (min-width:768px){
#main{
float:right;
width:75%;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
padding:15px;
}
}
@media screen and (min-width:1000px){
#main{
width:750px;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:20px;
}
}
#main h2,#main h3{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
box-shadow:0 1px 2px rgba(0,0,0,0.2);
line-height:1;
margin:auto 10px;
padding:11px 0;
position:relative;
z-index:1;
clear:both;
}
#main h2,#main h3,#main h2 a,#main h3 a{color:#FFF;}
#main h2::before,#main h3::before{
background-color:#f09512;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.03) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.03) 50%,rgba(255,255,255,0.03) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.03) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.03) 50%,rgba(255,255,255,0.03) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.03) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.03) 50%,rgba(255,255,255,0.03) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:34px 34px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
bottom:2px;
content:"";
left:2px;
position:absolute;
right:2px;
top:2px;
z-index:-1;
}
#main h2 span,#main h3 span{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
padding:0 15px;
line-height:1.4;
text-shadow:0 1px 1px #eb8b36;
}
#main .text h3,#main #text1 h2,#main #text2 h2,#main #text3 h2,#main #text4 h2,#main #text5 h2,#main #text6 h2,#main #text7 h2,#main #text8 h2,#main #text9 h2,#main #text10 h2,#main #space1 h2,#main #space2 h2,#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:15px -3px;
width:auto;
}
#main h2 a,#main h3 a{color:#FFF;}
#main h2 a:not([href]),#main h3 a:not([href]){text-decoration:none;}
#main h4{
background-color:#f5f0e9;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
color:#693638;
font-size:18px;
font-weight:bold;
line-height:1.4;
margin:20px 0 12px;
padding:11px 15px;
position:relative;
clear:both;
}
#main h5{
color:#693638;
font-size:18px;
font-weight:bold;
line-height:1.4;
margin:20px 0 10px;
padding:2px 0 2px 16px;
position:relative;
overflow:hidden;
}
#main h5::before{
background-color:#e4dbdc;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
bottom:0;
content:"";
left:0;
position:absolute;
top:0;
width:4px;
}
#main h6{
color:#693638;
font-size:17px;
font-weight:bold;
line-height:1.5;
margin:10px auto;
padding:0 0 0 23px;
position:relative;
overflow:hidden;
}
#main h6::before{
border:3px solid #f09512;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
content:"";
height:14px;
left:0;
position:absolute;
top:5px;
width:14px;
}
#main h6::after{
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
-moz-box-shadow:1px 3px 3px rgba(255,255,255,0.4) inset;
-webkit-box-shadow:1px 3px 3px rgba(255,255,255,0.4) inset;
box-shadow:1px 3px 3px rgba(255,255,255,0.4) inset;
content:"";
height:14px;
left:0;
position:absolute;
top:5px;
width:14px;
}
#main blockquote{
background-color:#fcf9eb;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:none;
color:#693638;
font-size:16px;
line-height:1.8;
margin:25px 0;
//padding:12px 15px 12px 38px;
padding:12px 15px 12px 15px;
position:relative;
}
#main blockquote::before{
}
@media screen and (min-width:768px){
#main h2,#main h3{
margin:0 15px 10px;
padding:16px 0;
}
#main h2::before,#main h3::before{
bottom:4px;
left:4px;
right:4px;
top:4px;
}
#main h2 span,#main h3 span{
font-size:22px;
}
#main h4{
font-size:20px;
padding:12px 22px;
}
#main h5{
font-size:18px;
padding:4px 0 4px 20px;
}
#main h6{
font-size:17px;
}
#main blockquote{
padding:17px 20px;
}
}
.alert,.accept,.attention,.thint{
background-repeat:no-repeat;
border:none;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-size:16px;
line-height:1.8;
margin:15px 0;
padding:12px 15px 12px 48px;
position:relative;
}
.alert.noimage,.accept.noimage,.attention.noimage,.thint.noimage{
background-image:none;
margin:15px 0;
padding:12px 20px;
}
.attention{
background-color:#fbeccc;
background-image:url(img/attention.png);
background-position:13px 16px;
border:1px dashed #e9d276;
color:#643c18;
}
.accept{
background-color:#f9feeb;
background-image:url(img/accept.png);
background-position:15px 17px;
border:1px dashed #b6d94c;
color:#303c0e;
}
.alert{
background-color:#fff5f5;
background-image:url(img/alert.png);
background-position:15px 18px;
border:1px dashed #f9b5b5;
color:#7a2828;
}
.thint{
background-color:#f4fbfd;
background-image:url(img/thint.png);
background-position:12px 9px;
border:1px dashed #bddde5;
color:#204351;
}
@media screen and (min-width:768px){
.alert,.accept,.attention,.thint{
margin:20px 0;
padding:16px 15px 16px 55px;
}
.alert.noimage,.accept.noimage,.attention.noimage,.thint.noimage{
margin:20px 0;
padding:16px 20px;
}
.attention{
background-position:17px 20px;
}
.accept{
background-position:19px 21px;
}
.alert{
background-position:19px 22px;
}
.thint{
background-position:16px 13px;
}
}
.user1,.user2{
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
background-size:94px auto;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#443d23;
font-size:16px;
line-height:1.8;
margin:15px 0;
min-height:85px;
overflow:visible;
position:relative;
padding:15px 10px 15px 90px;
_height:auto;
}
.user1::before,.user2::before{
bottom:2px;
-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3);
box-shadow:0 1px 5px rgba(0,0,0,0.3);
content:"";
height:20px;
position:absolute;
right:5px;
transform:rotate(3deg);
width:100px;
z-index:-1;
}
.user1::after,.user2::after{
background-color:#fffbeb;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:12px 12px;
bottom:0;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
box-shadow:0 1px 2px rgba(0,0,0,0.1);
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
.user1 .user_inner,.user2 .user_inner{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
display:block;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.user1 .user_inner,.user2 .user_inner{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
display:block;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.user1.noimage,.user2.noimage{
background-image:none;
min-height:0;
padding:15px;
}
.user1{
background-image:url(img/user1.png);
}
.user2{
background-image:url(img/user2.png);
}
@media screen and (min-width:768px){
.user1,.user2{
background-position:5px top;
background-size:158px auto;
margin:20px 0;
min-height:145px;
padding:28px 25px 28px 168px;
}
.user1.noimage,.user2.noimage{
min-height:0;
padding:25px;
}
}
.question1,.answer1{
font-weight:normal;
line-height:2;
position:relative;
}
.question1{
background-color:#fefdf3;
background-image:url(img/q1.png);
background-position:17px 15px;
background-repeat:no-repeat;
background-size:22px auto;
border:1px solid #fdf6e8;
border-bottom:none;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px;
border-radius:5px 5px 0 0;
color:#f89d28;
font-size:17px;
line-height:1.8;
margin:15px 0 0;
padding:14px 15px 12px 52px;
}
.answer1{
background-color:#fefdf3;
background-image:none;
border:1px solid #fdf6e8;
border-top:none;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0;
border-radius:0 0 5px 5px;
font-size:16px;
margin:0 0 15px;
padding:12px 15px 16px 52px;
position:relative;
z-index:0;
}
.answer1::before{
background-color:#fff;
background-image:url(img/a1.png);
background-position:14px 14px;
background-repeat:no-repeat;
background-size:19px auto;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #fce4be;
bottom:4px;
content:"";
left:4px;
position:absolute;
right:4px;
top:0;
z-index:-1;
}
@media screen and (min-width:768px){
.question1{
background-position:26px 17px;
background-size:auto auto;
font-size:19px;
line-height:1.7;
margin-top:20px;
padding:17px 15px 15px 74px;
}
.answer1{
margin-bottom:20px;
padding:12px 15px 21px 75px;
}
.answer1::before{
background-position:19px 12px;
background-size:auto auto;
bottom:9px;
left:9px;
right:9px;
}
}
.question2,.answer2{
background-repeat:no-repeat;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-weight:normal;
line-height:2;
min-height:40px;
position:relative;
}
.question2{
background-image:url(img/q2.png);
background-position:0 3px;
background-size:38px auto;
color:#f89d28;
font-size:19px;
line-height:1.7;
margin:12px 0;
padding:6px 0 17px 48px;
position:relative;
}
.question2::before{
background-image:url(img/q2_bg.png);
background-position:left bottom;
background-repeat:repeat-x;
background-size:6px auto;
bottom:0;
content:"";
height:6px;
left:0;
position:absolute;
right:0;
}
.answer2{
background-image:url(img/a2.png);
background-position:left top;
background-size:38px auto;
border:none;
font-size:16px;
margin-bottom:10px;
padding:3px 0 0 48px;
}
@media screen and (min-width:768px){
.question2,.answer2{
min-height:50px;
}
.question2{
background-size:48px auto;
margin:20px 0 10px;
padding:10px 0 21px 60px;
}
.answer2{
background-size:46px auto;
margin-bottom:20px;
padding:9px 0 6px 61px;
}
}
#menu,#rmenu{
text-align:left;
}
#menu h4,#menu .title,#rmenu h4,#rmenu .title{
background-color:#fff;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px;
border-radius:10px 10px 0 0;
color:#5f3e3d;
font-weight:700;
font-size:18px;
line-height:1.4;
margin:0;
padding:14px 10px 14px 40px;
overflow:hidden;
position:relative;
}
#menu h4:before,#menu .title:before,#rmenu h4:before,#rmenu .title:before{
content:"";
background-image:url(img/menu_title.png);
background-repeat:no-repeat;
background-position:left top;
position:absolute;
top:12px;
left:15px;
width:41px;
height:41px;
}
#menu h4:after,#menu .title:after,#rmenu h4:after,#rmenu .title:after{
content:"";
border-bottom:1px dashed #ae9e9b;
display:block;
margin:auto;
padding:0;
position:absolute;
right:0;
bottom:5px;
left:0;
width:96%;
height:1px;
}
#menu .title span::before,#rmenu .title span::before{
background-image:url(img/menu_title.png);
}
#menu .menubox,#rmenu .menubox{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}
#menu .menulist ul,#rmenu .menulist ul,#submenu li{
list-style:outside none none;
margin:0;
padding:0 2px;
}
#menu .menulist li,#rmenu .menulist li{
border-bottom:1px dashed #ede8e0;
}
#menu .menulist li:last-child,#rmenu .menulist li:last-child{
border-bottom:none;
}
#menu .menulist li a,#rmenu .menulist li a{
color:#333;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 35px 12px 15px;
position:relative;
text-decoration:none;
}
#menu .menulist li a::after,#rmenu .menulist li a::after{
border:4px solid transparent;
border-left:6px solid #e08302;
content:"";
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
}
#menu .menulist .l2 a,#menu .menulist .l3 a,#rmenu .menulist .l2 a,#rmenu .menulist .l3 a{
background-color:#fbf9f7;
font-size:13px;
line-height:1.8;
padding:11px 35px 11px 15px;
}
#menu .menulist .l2 a::after,#menu .menulist .l3 a::after,#rmenu .menulist .l2 a::after,#rmenu .menulist .l3 a::after{
border:none;
border-right:2px solid #e08302;
border-top:2px solid #e08302;
height:4px;
margin-top:-3px;
right:21px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#menu .menulist .l3 a,#rmenu .menulist .l3 a{
padding-left:34px;
}
#menu .menulist .l3 a::before,#rmenu .menulist .l3 a::before{
background-color:#ded3d2;
content:"";
height:2px;
left:19px;
margin:0 8px 0 0;
position:absolute;
top:21px;
width:5px;
}
#menu .rankbox,#rmenu .rankbox{
border-bottom:1px dashed #ede8e0;
margin:0 0 10px;
padding:0 0 10px;
}
@media screen and (min-width:768px){
#menu{
float:left;
width:25%;
}
#menu h4:after,#menu .title:after,#rmenu h4:after,#rmenu .title:after{
width:90%;
}
#menu .menulist ul,#rmenu .menulist ul{
padding:10px;
}
#menu .menulist li,#rmenu .menulist li{
border-bottom:none;
}
#menu .menulist li a,#rmenu .menulist li a{
margin-bottom:5px;
padding:2px 4px 2px 22px;
}
#menu .menulist li a::after,#rmenu .menulist li a::after{
left:9px;
margin-top:0;
right:auto;
top:10px;
}
#menu .menulist li:last-child a,#rmenu .menulist li:last-child a{
margin-bottom:0;
}
#menu .menulist .l2 a,#menu .menulist .l3 a,#rmenu .menulist .l2 a,#rmenu .menulist .l3 a{
padding:2px 4px 2px 22px;
}
#menu .menulist .l2,#rmenu .menulist .l2{
margin:0 0 0 16px;
}
#menu .menulist .l2 a,#rmenu .menulist .l2 a{
background-color:transparent;
}
#menu .menulist .l2 a::after,#rmenu .menulist .l2 a::after{
top:13px;
}
#menu .menulist .l3,#rmenu .menulist .l3{
margin:0 0 0 28px;
}
#menu .menulist .l3 a,#rmenu .menulist .l3 a{
background-color:transparent;
padding-left:30px;
}
#menu .menulist .l3 a::before,#rmenu .menulist .l3 a::before{
left:11px;
top:13px;
width:10px;
}
#menu .menulist .l3 a::after,#rmenu .menulist .l3 a::after{
display:none;
}
#menu .grayline,#menu .graybg,#rmenu .grayline,#rmenu .graybg{
margin:0 10px;
}
}
@media screen and (min-width:1000px){
#menu{
width:250px;
}
#menu .menubox,#rmenu .menubox{
margin-bottom:20px;
}
}
.bannerbox{
position:relative;
}
.bannerbox ul{
list-style:outside none none;
margin:0;
padding:0;
}
.bannerbox li{
margin-bottom:10px;
text-align:center;
}
.bannerbox li a img{
vertical-align:bottom;
}
ul#newEntry,ul#entryarchive{
list-style:outside none none;
margin:0;
padding:0 2px;
}
ul#newEntry li,ul#entryarchive li{
border-bottom:1px dashed #ede8e0;
font-size:13px;
line-height:1.8;
padding:14px 35px 14px 15px;
position:relative;
}
ul#newEntry li:last-child,ul#entryarchive li:last-child{
border-bottom:none;
}
ul#newEntry li:nth-child(even),ul#entryarchive li:nth-child(even){
background-color:#fefdfd;
}
ul#newEntry li::after,ul#entryarchive li::after{
border:4px solid transparent;
border-left:6px solid #00a1b3;
content:"";
margin-top:-4px;
position:absolute;
right:12px;
top:50%;
}
@media screen and (min-width:768px){
ul#newEntry,ul#entryarchive{
padding:10px;
}
ul#newEntry li,ul#entryarchive li{
border:none;
margin-bottom:8px;
padding:0 0 0 22px;
}
ul#newEntry li:nth-child(even),ul#entryarchive li:nth-child(even){
background-color:transparent;
}
ul#newEntry li:last-child,ul#entryarchive li:last-child{
margin-bottom:0;
}
ul#newEntry li::after,ul#entryarchive li::after{
left:9px;
margin-top:0;
right:auto;
top:7px;
}
}
#footer{
background-color:#eee8df;
overflow:hidden;
padding:10px 0 0;
position:relative;
}
#footer #footermenu,#footer #footsub{
margin:0 -2px 0 0;
padding:0;
position:relative;
}
#footer #footermenu span,#footer #footsub span{
border-left:1px solid #dbd6d4;
border-right:1px solid #dbd6d4;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin:5px 0 5px -1px;
width:50%;
}
#footer #footermenu a,#footer #footsub a{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#5b2426;
display:block;
font-size:14px;
line-height:1.75;
padding:3px 5px;
position:relative;
text-align:center;
text-decoration:none;
}
#footer small{
clear:both;
display:block;
margin:-10px 0 0;
}
#footer small span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#ad918d;
display:table-cell;
font-size:9px;
height:56px;
padding:10px 48px 10px 5px;
text-align:left;
vertical-align:middle;
}
@media screen and (min-width:768px){
#footer{
padding:15px 10px;
}
#footer #footermenu,#footer #footsub{
display:inline;
letter-spacing:-.40em;
margin:0;
}
#footer #footermenu span,#footer #footsub span{
border:none;
display:inline-block;
float:none;
letter-spacing:normal;
margin:0 0 5px;
position:relative;
width:auto;
}
#footer #footermenu span:nth-child(n+2),#footer #footsub span:nth-child(n+2){
margin-left:40px;
}
#footer #footermenu span::before,#footer #footsub span::before{
background-color:#6c3a3b;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
content:"";
height:13px;
left:0;
position:absolute;
top:6px;
width:13px;
}
#footer #footermenu a,#footer #footsub a{
padding:0 0 0 19px;
text-align:left;
}
#footer #footermenu a::before,#footer #footsub a::before{
border-right:1px solid #fff;
border-top:1px solid #fff;
content:"";
height:4px;
left:4px;
position:absolute;
top:10px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#footer #footermenu a::after,#footer #footsub a::after{
border-top:1px solid #fff;
content:"";
height:0;
left:2px;
position:absolute;
top:12px;
width:8px;
}
#footer #footermenu + #footsub{
margin-left:40px;
}
#footer small{
margin:0;
}
#footer small span{
display:block;
font-size:11px;
height:auto;
padding:10px;
text-align:center;
}
}
@media screen and (min-width:1000px){
#footer{
overflow:visible;
padding:21px 0;
}
#footer .inner{
margin:0 auto;
width:1000px;
}
#footer #footermenu span,#footer #footsub span{
margin:0 0 10px;
}
#footer #footermenu span:hover::before,#footer #footsub span:hover::before{
background-color:#987575;
}
#footer #footermenu a:hover,#footer #footsub a:hover{
color:#8c6567;
text-decoration:underline;
}
#footer small span{
font-size:12px;
padding:6px 10px;
}
}
#whatsnew{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #dbd6cb;
overflow:hidden;
margin:0 auto 10px;
padding:2px;
width:97%;
}
#whatsnew .title{
background-color:#f3efe9;
border-bottom:1px dotted #dbd6cb;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px;
border-radius:10px 10px 0 0;
}
#whatsnew .title span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#6c393b;
display:block;
font-size:18px;
font-weight:normal;
line-height:1.7;
min-height:30px;
padding:8px 5px 8px 55px;
position:relative;
}
#whatsnew .title span::before{
background-color:#fff;
background-image:url(img/whatsnew_title.png);
background-position:center 8px;
background-repeat:no-repeat;
-moz-border-radius:21px;
-webkit-border-radius:21px;
border-radius:21px;
-moz-box-shadow:1px 2px 1px rgba(0,0,0,0.15);
-webkit-box-shadow:1px 2px 1px rgba(0,0,0,0.15);
box-shadow:1px 2px 1px rgba(0,0,0,0.15);
content:"";
height:41px;
left:5px;
position:absolute;
top:2px;
width:41px;
}
#whatsnew ul{
list-style:outside none none;
margin:auto;
padding:0;
width:97%;
}
#whatsnew ul li{
border-bottom:1px dashed #dbd6cb;
font-size:14px;
line-height:1.7;
margin:0;
padding:14px 0;
}
#whatsnew ul li:last-child{
border:none;
}
#whatsnew ul li:nth-child(even){
background-color:#fefdfd;
}
#whatsnew ul li span{
display:block;
}
#whatsnew ul li span:first-of-type{
line-height:1.5;
margin:0 0 8px;
padding:6px 0;
}
#whatsnew ul li span b{
background-color:#f09512;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#fff;
display:inline-block;
font-size:13px;
font-weight:normal;
letter-spacing:0;
padding:4px 5px;
}
@media screen and (min-width:768px){
#whatsnew .title span{
padding:8px 5px 8px 70px;
}
#whatsnew .title span::before{
left:18px;
}
#whatsnew ul{
border-collapse:collapse;
display:table;
}
#whatsnew ul li{
display:table-row;
padding:0;
}
#whatsnew ul li span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:table-cell;
padding:16px 20px;
}
#whatsnew ul li span:first-of-type{
padding-right:0;
white-space:nowrap;
width:1%;
}
#whatsnew ul li span b{
padding:4px 7px;
}
#whatsnew ul li:last-child span{
border:none;
}
}
@media screen and (min-width:1000px){
#whatsnew{
margin-bottom:20px;
}
}
#categorylist .catbox{
background-color:#f8f3ec;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:8px 8px;
border:1px solid #ede6dd;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);
margin:0 auto 10px;
overflow:hidden;
padding:0;
position:relative;
text-align:center;
width:97%;
z-index:0;
}
#categorylist .catbox:first-of-type{
margin-top:10px;
}
#categorylist .catbox::before{
background-color:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
bottom:3px;
content:"";
left:3px;
position:absolute;
right:3px;
top:3px;
z-index:-1;
}
#categorylist .title{
background-color:#fbf5e7;
border:1px solid #e8dcc0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);
line-height:0;
margin:15px auto;
padding:8px 0;
position:relative;
text-align:left;
width:94%;
z-index:0;
}
#categorylist .title::before{
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:12px 12px;
border:1px solid #fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#categorylist .title::after{
background-color:#9a7674;
bottom:-1px;
content:"";
left:-1px;
position:absolute;
top:-1px;
width:3px;
}
#categorylist .title a{
color:#693638;
font-size:19px;
font-weight:bold;
line-height:1.5;
padding:0 15px;
text-decoration:none;
display:block;
}
#categorylist .body{
padding:0 5px;
text-align:center;
}
#categorylist .body::after{
clear:both;
content:"";
display:block;
}
#categorylist .thumb{
display:inline-block;
margin:10px 0 12px;
position:relative;
text-align:center;
}
#categorylist .thumb img{
display:block;
margin:0 auto 10px auto;
}
#categorylist p{
background-image:url("img/category_p.png");
background-position:left top;
background-repeat:repeat;
color:#636363;
font-size:12px;
line-height:25px;
margin:auto;
padding:0 0 1px;
text-align:left;
width:96%;
}
#categorylist .more{
float:right;
line-height:1;
margin:10px 0 6px;
position:relative;
right:10px;
text-align:right;
z-index:0;
}
#categorylist .more::before{
background-color:#f09512;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
content:"";
height:15px;
margin-top:-9px;
position:absolute;
left:6px;
top:50%;
width:15px;
}
#categorylist .more::after{
background-color:#fdf2e2;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:12px 12px;
bottom:0;
content:"";
left:0;
position:absolute;
top:40%;
width:100%;
z-index:-1;
}
#categorylist .more a{
color:#e08302;
display:block;
font-size:17px;
font-weight:500;
padding:0 8px 4px 30px;
position:relative;
text-decoration:none;
text-shadow:0 2px 0 #fff,2px 0 0 #fff,-2px 0 0 #fff;
}
#categorylist .more a::before{
border-right:1px solid #fff;
border-top:1px solid #fff;
content:"";
height:4px;
left:11px;
margin-top:-4px;
position:absolute;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
top:50%;
width:4px;
}
#categorylist .more a::after{
border-top:1px solid #fff;
content:"";
height:0;
left:9px;
margin-top:-2px;
position:absolute;
top:50%;
width:8px;
}
#main #pagelist{
margin:15px 0 5px;
text-align:center;
}
#main #pagelist ul{
letter-spacing:-.40em;
list-style:outside none none;
margin:0;
padding:0;
}
#main #pagelist li{
background-image:none !important;
display:inline-block;
letter-spacing:normal;
margin:0 5px 10px !important;
padding:0 !important;
}
#main #pagelist a{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#70706f;
display:inline-block;
font-size:17px;
padding:2px 14px;
text-align:center;
text-decoration:none;
}
@media screen and (min-width:768px){
#categorylist .catbox{
padding:21px 0;
}
#categorylist .catbox::before{
bottom:5px;
left:5px;
right:5px;
top:5px;
}
#categorylist .title{
margin:0 auto 16px;
padding:10px 0;
width:95%;
}
#categorylist p{
width:auto;
}
#categorylist .more{
right:auto;
}
#categorylist .title a{
font-size:21px;
}
}
@media screen and (min-width:1000px){
#categorylist .catbox{
margin-bottom:30px;
}
#categorylist .catbox:first-of-type{
margin-top:15px;
}
#categorylist .title a:hover{
color:#967273;
text-decoration:underline;
}
#categorylist .thumb img{
max-width:250px;
}
#categorylist .more:hover::before{
background-color:#f7cb8d;
left:7px;
margin-top:-8px;
}
#categorylist .more a:hover{
color:#f0c178;
}
#main #pagelist{
margin:25px 0 15px;
}
#main #pagelist a{
-moz-transition:background-color 0.15s ease-out 0s;
-o-transition:background-color 0.15s ease-out 0s;
-webkit-transition:background-color 0.15s ease-out;
-webkit-transition-delay:0s;
transition:background-color 0.15s ease-out 0s;
}
#main #pagelist a:hover{
background-color:#f09512;
color:#fff;
}
}
#entrylist{
border:1px solid #ccc;
border-radius:10px;
margin:0 auto 10px;
width:97%;
}
#entrylist h4{
background-color:#f09512;
border-radius:10px 10px 0 0;
margin:auto;
padding:0;
position:relative;
top:2px;
width:99.4%;
}
#entrylist h4 span{
background-image:linear-gradient(-45deg,#f19a1e 25%,#f09512 25%,#f09512 50%,#f19a1e 50%,#f19a1e 75%,#f09512 75%,#f09512);
background-size:50px 50px;
border-radius:10px 10px 0 0;
color:#fff;
display:block;
font-size:20px;
font-weight:500;
line-height:1.6;
padding:11px 15px;
position:relative;
top:0;
margin:0;
height:100%;
}
#entrylist dl{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:auto;
padding:5px 0;
width:95%;
}
#entrylist div{
border-top:1px dashed #bbb;
line-height:1.5;
padding:7px 0 8px;
overflow:hidden;
}
#entrylist div:first-of-type{
border-top:none;
}
#entrylist dt a{
font-size:14px;
font-weight:normal;
}
#entrylist dd{
color:#535353;
font-size:12px;
line-height:1.4;
margin:-4px 0 0;
padding:0 0 12px;
}
#entrylist dd:after{
content:"";
clear:both;
display:block;
}
#entrylist dd:last-of-type{
border-bottom:none;
}
#relNavigate{
margin:10px 0;
overflow:hidden;
text-align:center;
}
#relNavigate a{
background-color:#fff;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:inline-block;
font-size:14px;
padding:10px;
vertical-align:top;
width:43%;
}
#relNavigate a:last-child{
margin:0 0 0 5px;
}
@media screen and (min-width:768px){
#entrylist h4{
overflow:hidden;
}
#entrylist h4 span{
font-size:18px;
font-weight:700;
padding:12px 10px 10px 6px;
text-indent:20px;
}
#entrylist h4 span::before{
content:"";
background-color:#fff;
border-radius:50%;
margin:auto;
position:absolute;
top:0;
bottom:0;
left:12px;
width:8px;
height:8px;
}
#entrylist dl{
padding:9px 0;
}
#entrylist dt{
padding:16px 0 17px;
}
#entrylist dt .entry_title{
display:block;
position:relative;
overflow:hidden;
}
#entrylist dt .entry_title::before{
background-color:#00a1b3;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
content:"";
height:13px;
left:0;
position:absolute;
top:6px;
width:13px;
}
#entrylist dt .entry_title a{
display:block;
font-size:16px;
padding:0 0 0 18px;
position:relative;
}
#entrylist dt .entry_title a::before{
border-right:1px solid #fff;
border-top:1px solid #fff;
content:"";
height:4px;
left:4px;
position:absolute;
top:10px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#entrylist dt .entry_title a::after{
border-top:1px solid #fff;
content:"";
height:0;
left:2px;
position:absolute;
top:12px;
width:8px;
}
#entrylist dd{
color:#535353;
font-size:14px;
line-height:1.7;
margin:-12px 0 0;
padding:0 0 17px;
}
#relNavigate a:last-child{
margin:0 0 0 10px;
}
}
@media screen and (min-width:1000px){
#entrylist{
}
#entrylist dt span:hover::before{
background-color:#4cbdc9;
left:1px;
top:7px;
}
#entrylist dt a:hover{
color:#4cbdc9;
}
#relNavigate a{
-moz-transition:background-color 0.15s ease-out 0s;
-o-transition:background-color 0.15s ease-out 0s;
-webkit-transition:background-color 0.15s ease-out;
-webkit-transition-delay:0s;
transition:background-color 0.15s ease-out 0s;
}
#relNavigate a:hover{
background-color:#f09512;
color:#fff;
}
}
#sitemaps{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}
#sitemaps ul{
list-style:outside none none;
margin:0;
padding:0 2px;
}
#sitemaps ul li{
background-image:none;
margin:0;
padding:0;
border-bottom:1px dashed #ede8e0;
}
#sitemaps li:last-child{
border-bottom:none;
}
#sitemaps li a{
color:#e08302;
display:block;
font-size:14px;
line-height:1.75;
padding:12px 35px 12px 15px;
position:relative;
text-align:left;
text-decoration:none;
}
#sitemaps li a::after{
border:4px solid transparent;
border-left:6px solid #e08302;
content:"";
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
}
#sitemaps .l2 a,#sitemaps .l3 a{
background-color:#fbf9f7;
font-size:13px;
line-height:1.8;
padding:11px 35px 11px 15px;
}
#sitemaps .l2 a::after,#sitemaps .l3 a::after{
border:none;
border-right:2px solid #e08302;
border-top:2px solid #e08302;
height:4px;
margin-top:-3px;
right:21px;
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:4px;
}
#sitemaps .l3 a{
padding-left:34px;
}
#sitemaps .l3 a::before{
background-color:#ded3d2;
content:"";
height:2px;
left:19px;
margin:0 8px 0 0;
position:absolute;
top:21px;
width:5px;
}
#sitemaps br{
display:none;
}
@media screen and (min-width:768px){
#sitemaps ul{
padding:25px;
}
#sitemaps li{
border-bottom:none;
margin-bottom:1px;
}
#sitemaps li a{
display:inline-block;
font-size:16px;
line-height:1.5;
padding:2px 4px 2px 22px;
}
#sitemaps li a::after{
left:9px;
margin-top:0;
right:auto;
top:10px;
}
#sitemaps li:last-child{
margin-bottom:0;
}
#sitemaps .l1{
margin-top:15px;
}
#sitemaps .l1:first-child{
margin-top:0;
}
#sitemaps .l2 a,#sitemaps .l3 a{
font-size:14px;
line-height:1.75;
padding:2px 4px 2px 22px;
}
#sitemaps .l2{
margin-left:16px;
}
#sitemaps .l2 a{
background-color:transparent;
}
#sitemaps .l2 a::after{
top:14px;
}
#sitemaps .l3{
margin-left:28px;
}
#sitemaps .l3 a{
background-color:transparent;
padding-left:30px;
}
#sitemaps .l3 a::before{
left:11px;
top:14px;
width:10px;
}
#sitemaps .l3 a::after{
display:none;
}
}
@media screen and (min-width:1000px){
#sitemaps{
margin-bottom:20px;
}
#sitemaps li a:hover{
color:#e9a84d;
text-decoration:underline;
}
}
#space3,#space4,#space5,#space6{
overflow:hidden;
padding:10px;
}
#main .grayline ol,#main .graybg ol{
margin:0 0 0 10px;
padding:0;
}
.blog{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 auto 10px;
overflow:hidden;
padding:15px;
width:95%;
box-sizing:border-box;
border:1px solid #ede6dd;
box-shadow:0 1px 1px rgba(0,0,0,0.2);
}
.blog .thumb{
float:left;
margin-right:15px;
}
.blog .thumb img{
max-width:100px;
}
.blog .title{
font-size:18px;
font-weight:bold;
line-height:1.6;
margin-bottom:5px;
}
.blog .info{
color:#886061;
font-size:13px;
line-height:1.8;
margin-bottom:5px;
}
.blog .info a{
color:#886061;
}
.blog .body{
clear:both;
padding:10px 0;
}
.blog .more{
text-align:right;
}
.blog .plist{padding:0 5px;}
.blog .plist a{margin:0 2px;}
.blog .plist::before{content:" | ";}
@media screen and (min-width:768px){
.blog{
padding:25px;
}
.blog .thumb{
margin:0 25px 25px 0;
}
.blog .thumb img{
max-width:200px;
}
.blog .title{
font-size:20px;
line-height:1.5;
margin-bottom:10px;
}
.blog .info{
font-size:14px;
line-height:1.75;
margin-bottom:10px;
}
.blog .body{
overflow:hidden;
clear:none;
}
}
@media screen and (min-width:1000px){
.blog{
margin:0 auto 20px;
}
.blog .info a:hover{
color:#ab8f90;
}
}
#searchresult{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 0 10px;
padding:10px;
}
#searchresult dl{
margin:-10px 0;
padding:0;
}
#searchresult dt{
font-size:18px;
font-weight:normal;
line-height:1.6;
padding:15px 0 0;
}
#searchresult dd{
border-bottom:1px dashed #ede8e0;
margin:0;
padding:0 0 15px;
}
#searchresult dd:last-of-type{
border-bottom:none;
}
#searchresult b{
color:#e08302;
}
@media screen and (min-width:768px){
#searchresult{
padding:25px;
}
#searchresult dl{
margin:-25px 0;
}
#searchresult dt{
padding:20px 0 0;
}
#searchresult dd{
padding:0 0 20px;
}
}
@media screen and (min-width:1000px){
#searchresult{
margin:0 0 20px;
}
}
#linklist{
background-color:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:0 0 10px;
padding:0 10px;
}
#linklist dt{
font-size:18px;
font-weight:normal;
line-height:1.6;
padding:15px 0 0;
}
#linklist dd{
border-bottom:1px dashed #ede8e0;
margin:0;
padding:0 0 15px;
}
#linklist dd:last-of-type{
border-bottom:none;
}
@media screen and (min-width:768px){
#linklist{
padding:0 25px;
}
#linklist dt{
padding:20px 0 0;
}
#linklist dd{
padding:0 0 20px;
}
}
@media screen and (min-width:1000px){
#linklist{
margin:0 0 20px;
}
}
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{
border:none;
}
#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;
background-size:34px auto;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#ad5c21;
font-size:18px;
font-weight:bold;
line-height:1.7;
height:auto;
margin:9px 0;
min-height:38px;
padding:5px 0 0 38px;
}
#menu .point1,#rmenu .point1,#menu .point2,#rmenu .point2,#menu .point3,#rmenu .point3,#menu .point4,#rmenu .point4,#menu .point5,#rmenu .point5,#menu .point6,#rmenu .point6,#menu .point7,#rmenu .point7,#menu .point8,#rmenu .point8,#menu .point9,#rmenu .point9,#menu .point10,#rmenu .point10{
border:none;
background-size:30px auto;
background-position:center left;
height:auto;
padding-left:35px;
}
@media screen and (min-width:768px){
#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-size:auto auto;
font-size:22px;
line-height:1.65;
margin:12px 0;
min-height:44px;
padding:5px 0 0 46px;
}
}
.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);
}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
border:none;
height:auto;
}
.rank{
background-color:#f6f2e6;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:6px 6px;
border-top:2px solid #ceb14d;
margin:15px 0 10px;
padding:5px;
}
.rank .rank-container{
padding:10px 0 0;
position:relative;
}
.rank .rank1,.rank .rank2,.rank .rank3,.rank .rank4,.rank .rank5,.rank .rank6,.rank .rank7,.rank .rank8,.rank .rank9,.rank .rank10{
background-position:left top;
font-size:22px;
font-weight:bold;
line-height:1.5;
margin:0 0 10px;
min-height:0;
}
.rank .rank1 a,.rank .rank2 a,.rank .rank3 a,.rank .rank4 a,.rank .rank5 a,.rank .rank6 a,.rank .rank7 a,.rank .rank8 a,.rank .rank9 a,.rank .rank10 a{
color:#7f6d3f;
//text-decoration:none;
}
.rank .rank4,.rank .rank5,.rank .rank6,.rank .rank7,.rank .rank8,.rank .rank9,.rank .rank10{
background-position:5px top;
}
.rank .rank1,.rank .rank2,.rank .rank3{
background-size:auto 36px;
padding:6px 0 0 65px;
min-height:40px;
}
.rank .rank4,.rank .rank5,.rank .rank6,.rank .rank7,.rank .rank8,.rank .rank9,.rank .rank10{
background-size:auto 36px;
padding:6px 0 0 50px;
min-height:40px;
}
.rank .rank-inner{
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
box-shadow:0 2px 3px rgba(0,0,0,0.1);
padding:13px;
position:relative;
z-index:0;
}
.rank .rank-inner::before{
border:1px solid #ebe7d5;
bottom:5px;
content:"";
left:5px;
position:absolute;
right:5px;
top:5px;
z-index:-1;
}
.rank .float-l,.rank .float-r{
float:none;
max-width:100%;
margin:0 auto;
text-align:center;
}
.rank .float-l img,.rank .float-r img{
margin:0;
}
.rank .rankbox{
margin-bottom:10px;
overflow:hidden;
}
.rank .feature{
color:#8b7e54;
font-size:19px;
line-height:1.7;
margin-bottom:7px;
padding:0 0 12px;
position:relative;
}
.rank .feature::before{
background-color:#f7f2e3;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.4) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.4) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.4) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.4) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-image:linear-gradient(-45deg,rgba(255,255,255,0.4) 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.4) 75%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));
background-size:17px 17px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
bottom:0;
content:"";
height:6px;
left:0;
position:absolute;
width:100%;
}
.rank .rankbox .rnkbody{
color:#8b7e54;
}
.rank .rank-table table{
border:1px solid #b69c3b;
border-collapse:separate;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border-spacing:0;
font-size:16px;
margin:10px 0;
overflow:hidden;
width:100%;
}
.rank .rank-table table tr:first-child th{
-moz-border-radius:5px 0 0 0;
-webkit-border-radius:5px;
border-radius:5px 0 0 0;
}
.rank .rank-table table tr:first-child td{
-moz-border-radius:0 5px 0 0;
-webkit-border-radius:0;
border-radius:0 5px 0 0;
}
.rank .rank-table table tr:last-child th,.rank .rank-table table tr:last-child td{
border-bottom:none;
}
.rank .rank-table table tr:last-child th{
-moz-border-radius:0 0 0 5px;
-webkit-border-radius:0;
border-radius:0 0 0 5px;
}
.rank .rank-table table tr:last-child td{
-moz-border-radius:0 0 5px 0;
-webkit-border-radius:0;
border-radius:0 0 5px 0;
}
.rank .rank-table table th,.rank .rank-table table td{
border:none;
border-bottom:1px solid #b69c3b;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#8b772c;
font-weight:normal;
padding:12px 15px;
text-align:left;
vertical-align:top;
}
.rank .rank-table table th{
background-color:#fbf3dc;
border-right:1px solid #b69c3b;
text-align:center;
width:80px;
}
.rank .rank-table table td{
background-color:#fffdf6;
vertical-align:baseline;
}
.rank .rank-table .rank-price{
display:inline-block;
font-size:28px;
line-height:1;
margin:3px 3px 0 0;
color:#ff8f00;
}
.rank .rank-table table img{
vertical-align:middle;
}
.rank .comment{
background-color:#fdfbef;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
box-shadow:0 1px 2px rgba(0,0,0,0.2);
margin:10px 0;
}
.rank .comment .comment-inner{
padding:12px 10px;
}
.rank .comment .comment-tit{
margin:0 0 10px;
}
.rank .comment .comment-tit span{
background-image:url(img/comment-tit.png);
background-position:left top;
background-repeat:no-repeat;
background-size:30px auto;
color:#e08302;
display:block;
font-size:19px;
font-weight:bold;
line-height:1.4;
min-height:26px;
padding:0 0 0 40px;
}
.rank .comment .comment-body{
background-image:url("img/p_bg.png");
background-position:left top;
background-repeat:repeat;
color:#443d23;
font-size:16px;
line-height:32px;
padding:0 0 1px;
}
.rank .more{
margin:12px 0 0;
position:relative;
text-align:center;
clear:both;
}
.rank .more span{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
margin-bottom:12px;
position:relative;
z-index:0;
}
.rank .more span.official a{
background-color:#97d3d2;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3ZDNkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYmZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#97d3d2),color-stop(100%,#80bfbd));
background-image:-moz-linear-gradient(top,#97d3d2,#80bfbd);
background-image:-webkit-linear-gradient(top,#97d3d2,#80bfbd);
background-image:linear-gradient(to bottom,#97d3d2,#80bfbd);
-moz-box-shadow:0 2px 0 #6e968e;
-webkit-box-shadow:0 2px 0 #6e968e;
box-shadow:0 2px 0 #6e968e;
text-shadow:0 0 5px rgba(75,156,154,0.3);
}
.rank .more span.official a::before{
background-image:url(img/button_official.png);
background-position:left 5px;
}
.rank .more a{
background-color:#ecb4bf;
background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjRiZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2OTdhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size:100%;
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ecb4bf),color-stop(100%,#e697a8));
background-image:-moz-linear-gradient(top,#ecb4bf,#e697a8);
background-image:-webkit-linear-gradient(top,#ecb4bf,#e697a8);
background-image:linear-gradient(to bottom,#ecb4bf,#e697a8);
-moz-border-radius:100px;
-webkit-border-radius:100px;
border-radius:100px;
-moz-box-shadow:0 2px 0 #aa7275;
-webkit-box-shadow:0 2px 0 #aa7275;
box-shadow:0 2px 0 #aa7275;
color:#fff;
display:block;
font-size:20px;
font-weight:bold;
letter-spacing:0;
padding:10px 0 10px 25px;
position:relative;
text-decoration:none;
text-shadow:0 0 5px rgba(211,113,131,0.3);
}
.rank .more a::before{
background-image:url(img/button_more.png);
background-position:left 3px;
background-repeat:no-repeat;
bottom:0;
content:"";
left:22px;
position:absolute;
right:0;
top:16px;
}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
background-repeat:no-repeat;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:20px;
height:auto;
line-height:1.5;
margin:12px 0;
}
.rank1,.rank2,.rank3{
background-position:left top;
background-size:61px auto;
min-height:39px;
padding:7px 0 0 72px;
}
.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
background-position:5px top;
background-size:35px auto;
min-height:33px;
padding:5px 0 0 49px;
}
.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 (min-width:768px){
.rank{
margin:20px 0;
padding:10px;
}
.rank .float-l,.rank .float-r{
max-width:30%;
}
.rank .float-l img,.rank .float-r img{
margin:0 10px 25px;
}
.rank .feature{
font-size:20px;
line-height:1.4;
margin-bottom:15px;
padding:0 0 17px;
}
.rank .rank-table table th,.rank .rank-table table td{
padding:14px 30px;
}
.rank .rank-table table th{
width:25%;
}
.rank .comment .comment-inner{
padding:20px;
}
.rank .comment .comment-tit{
margin:0 0 8px;
}
.rank .comment .comment-tit span{
background-size:37px auto;
font-size:20px;
min-height:33px;
padding:2px 0 1px 48px;
}
.rank .comment .comment-body{
margin:0 0 3px;
}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
font-size:22px;
margin:20px 0;
}
.rank1,.rank2,.rank3{
padding:5px 0 0 72px;
}
.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
background-position:13px top;
min-height:33px;
padding:1px 0 0 72px;
}
}
@media screen and (min-width:1000px){
.rank{
margin:20px 0;
}
.rank .rank1 a:hover,.rank .rank2 a:hover,.rank .rank3 a:hover,.rank .rank4 a:hover,.rank .rank5 a:hover,.rank .rank6 a:hover,.rank .rank7 a:hover,.rank .rank8 a:hover,.rank .rank9 a:hover,.rank .rank10 a:hover{
color:#a59878;
text-decoration:underline;
}
.rank .float-l{
float:left;
max-width:30%;
}
.rank .float-l{
padding:0 20px 25px 0;
}
.rank .float-l img{
margin:0 20px 25px 0;
}
.rank .more a{
padding:12px 0 12px 12px;
}
.rank .more span{
 width:46%;
 margin-left:2%;
 margin-right:2%;
}
#main .rank .more{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.rank .more a::before{
left:34px;
top:18px;
}
.rank .more a::after{
border:5px solid transparent;
border-left:8px solid #fff;
content:"";
margin-top:-4px;
position:absolute;
right:22px;
top:50%;
}
.rank .more a:hover{
background-image:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
left:0;
top:2px;
}
}
#menu .rank1,#rmenu .rank1,#menu .rank2,#rmenu .rank2,#menu .rank3,#rmenu .rank3,#menu .rank4,#rmenu .rank4,#menu .rank5,#rmenu .rank5,#menu .rank6,#rmenu .rank6,#menu .rank7,#rmenu .rank7,#menu .rank8,#rmenu .rank8,#menu .rank9,#rmenu .rank9,#menu .rank10,#rmenu .rank10{
background-repeat:no-repeat;
border:none;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:18px;
font-weight:bold;
height:auto;
line-height:1.5;
margin:0 0 10px;
}
#menu .rank1,#rmenu .rank1,#menu .rank2,#rmenu .rank2,#menu .rank3,#rmenu .rank3{
background-position:left top;
background-size:46px auto;
min-height:24px;
padding:8px 0 5px 53px;
}
#menu .rank4,#rmenu .rank4,#menu .rank5,#rmenu .rank5,#menu .rank6,#rmenu .rank6,#menu .rank7,#rmenu .rank7,#menu .rank8,#rmenu .rank8,#menu .rank9,#rmenu .rank9,#menu .rank10,#rmenu .rank10{
background-position:1px top;
background-size:30px auto;
min-height:26px;
padding:8px 0 0px 44px;
}
#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);
}
#column1 #menu,#column1 #main{
float:none;
width:100%;
box-sizing:border-box;
}
@media screen and (min-width:768px){
#column1 #main{
padding-left:16px;
padding-right:16px;
 }
#column1 #text1,#column1 #text2,#column1 #text3,#column1 #text4,#column1 #text5,#column1 #text6,#column1 #text7,#column1 #text8,#column1 #text9,#column1 #text10,#column1 #space1,#column1 #space2{padding:16px 24px;}
#column1 #menu h4,#column1 #menu .title,#column1 #rmenu h4,#column1 #rmenu .title{
padding:14px 10px 14px 40px;
}
#column1 #menu h4:after,#column1 #menu .title:after,#column1 #rmenu h4:after,#column1 #rmenu .title:after{
width:97%;
}
#column1 #menu .menubox,#column1 #rmenu .menubox{
padding:10px 25px;
}
#column1 #menu .menulist,#column1 #rmenu .menulist{
padding:10px 25px 5px 25px;
}
#column1 #menu .menulist ul,#column1 #rmenu .menulist ul{
overflow:hidden;
padding:0;
}
#column1 #menu .menulist li,#column1 #rmenu .menulist li{
float:left;
margin:0 15px 0 0;
}
#column1 #menu .menulist li a:hover,#column1 #rmenu .menulist li a:hover{
text-decoration:underline;
}
#column1 #menu .menulist .l2 a,#column1 #menu .menulist .l3 a,#column1 #rmenu .menulist .l2 a,#column1 #rmenu .menulist .l3 a{
font-size:14px;
line-height:1.75;
}
#column1 #menu .menulist .l2 a::after,#column1 #menu .menulist .l3 a::after,#column1 #rmenu .menulist .l2 a::after,#column1 #rmenu .menulist .l3 a::after{
border:4px solid transparent;
border-left:6px solid #e08302;
height:auto;
left:9px;
margin-top:0;
right:auto;
-moz-transform:rotate(0);
-ms-transform:rotate(0);
-webkit-transform:rotate(0);
transform:rotate(0);
top:10px;
width:auto;
}
#column1 #menu .menulist .l3 a,#column1 #rmenu .menulist .l3 a{
padding-left:22px;
}
#column1 #menu .menulist .l3 a::before,#column1 #rmenu .menulist .l3 a::before{
display:none;
}
#column1 #menu .menulist .l3 a::after,#column1 #rmenu .menulist .l3 a::after{
display:block;
}
#column1 ul#newEntry,#column1 ul#entryarchive{
padding:0;
}
#column1 ul#newEntry li,#column1 ul#entryarchive li{
display:inline-block;
margin-right:10px;
}
#column1 #categorylist .body{
background-image:url("img/category_bg.png");
background-position:left top;
background-repeat:repeat;
color:#4e4e4e;
padding:0;
text-align:left;
width:95%;
margin:0 auto;
}
#column1 #categorylist .thumb{
float:left;
margin:0 15px 5px 0;
}
#column1 #categorylist .thumb img{
display:block;
max-width:200px;
}
#column1 #categorylist p{
background-image:none;
font-size:14px;
line-height:30px;
overflow:hidden;
padding:0;
}
#column1 #categorylist p::before{
display:none;
}
#column1 #categorylist .more{
margin:7px 5px 10px 0;
}
#column1 .rank .rank-container{
padding:0;
position:relative;
}
#column1 .rank .rank-container::before{
height:70px;
margin:0 0 -25px;
max-height:70px;
top:-36px;
}
#column1 .rank .rank1,#column1 .rank .rank2,#column1 .rank .rank3,#column1 .rank .rank4,#column1 .rank .rank5,#column1 .rank .rank6,#column1 .rank .rank7,#column1 .rank .rank8,#column1 .rank .rank9,#column1 .rank .rank10{
background-position:left top;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:22px;
line-height:1.5;
margin:10px 0 8px 12px;
}
#column1 .rank .rank1,#column1 .rank .rank2,#column1 .rank .rank3{
background-size:96px auto;
min-height:69px;
padding:18px 0 0 112px;
}
#column1 .rank .rank4,#column1 .rank .rank5,#column1 .rank .rank6,#column1 .rank .rank7,#column1 .rank .rank8,#column1 .rank .rank9,#column1 .rank .rank10{
background-size:auto auto;
min-height:61px;
padding:12px 0 0 80px;
}
#column1 .rank .rank-inner{
padding:35px;
}
#column1 .rank .rankbox{
margin-bottom:25px;
}
#column1 .rank .rank-table table{
margin:25px 0;
}
#column1 .rank .comment{
margin:25px 0;
}
#column1 .rank .more{
margin:25px 0 0;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
#column1 .rank .more span{
width:46%;
margin-left:2%;
margin-right:2%;
}
}
@media screen and (min-width:1000px){
#column1 #menu .menulist li a:hover,#column1 #rmenu .menulist li a:hover{
color:#e9a84d;
text-decoration:underline;
}
#column1 #categorylist .thumb img{
max-width:250px;
}
#column1 .rank .rank-container::before{
height:96px;
margin:0 0 -30px;
max-height:96px;
top:-46px;
}
#column1 .rank .more::after{
clear:both;
content:"";
display:block;
}
#column1 .rank .more span.official a:hover{
background-image:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
}
@media screen and (min-width:768px){
#column2 #menu h4,#column2 #menu .title,#column2 #rmenu h4,#column2 #rmenu .title{
padding:14px 10px 14px 40px;
font-size:16px;
}
#column2 #menu .title span::before,#column2 #rmenu .title span::before{
background-position:3px 11px;
}
#column2 #categorylist .body{
background-image:url("img/category_bg.png");
background-position:left top;
background-repeat:repeat;
margin:auto;
color:#4e4e4e;
padding:0;
text-align:left;
width:95%;
}
#column2 #categorylist .thumb{
float:left;
margin:0 15px 10px 0;
}
#column2 #categorylist .thumb img{
display:block;
max-width:200px;
}
#column2 #categorylist p{
background-image:none;
font-size:14px;
line-height:30px;
overflow:hidden;
padding:0;
}
#column2 #categorylist p::before{
display:none;
}
#column2 #categorylist .more{
margin:7px 5px 10px 0;
}
#column2 .rank .rank-container{
padding:0;
position:relative;
}
#column2 .rank .rank-container::before{
height:70px;
margin:0 0 -25px;
max-height:70px;
top:-36px;
}
#column2 .rank .rank1,#column2 .rank .rank2,#column2 .rank .rank3,#column2 .rank .rank4,#column2 .rank .rank5,#column2 .rank .rank6,#column2 .rank .rank7,#column2 .rank .rank8,#column2 .rank .rank9,#column2 .rank .rank10{
background-position:left top;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size:22px;
line-height:1.5;
margin:10px 0 8px 12px;
}
#column2 .rank .rank1,#column2 .rank .rank2,#column2 .rank .rank3{
background-size:96px auto;
min-height:69px;
padding:18px 0 0 112px;
}
#column2 .rank .rank4,#column2 .rank .rank5,#column2 .rank .rank6,#column2 .rank .rank7,#column2 .rank .rank8,#column2 .rank .rank9,#column2 .rank .rank10{
background-size:auto auto;
min-height:61px;
padding:12px 0 0 80px;
}
#column2 .rank .rank-inner{
padding:35px;
}
#column2 .rank .rankbox{
margin-bottom:25px;
}
#column2 .rank .rank-table table{
margin:25px 0;
}
#column2 .rank .comment{
margin:25px 0;
}
#column2 .rank .more{
margin:25px 0 0;
}
}
@media screen and (min-width:1000px){
#column2 #menu .menulist li a{
-moz-transition:background-color 0.15s ease-out 0s;
-o-transition:background-color 0.15s ease-out 0s;
-webkit-transition:background-color 0.15s ease-out;
-webkit-transition-delay:0s;
transition:background-color 0.15s ease-out 0s;
}
#column2 #menu .menulist li a:hover{
background-color:#ffecd4;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
#column2 #categorylist .thumb img{
max-width:250px;
}
#column2 .rank .rank-container::before{
height:96px;
margin:0 0 -30px;
max-height:96px;
top:-46px;
}
#column2 .rank .more::after{
clear:both;
content:"";
display:block;
}
#column2 .rank .more span.official a:hover{
background-image:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
}
#headerbox{
height:auto !important;
}
@media screen and (max-width:767px){
#top h1{
padding:12px 5px;
}
#topmenubtn{
display:none;
}
#main,#menu,#rmenu,#layoutbox{
float:none !important;
}
}
#topmenubox{
display:none;
}
#contents #main .txt-border{
background-position:left 10px;
margin-left:0;
margin-right:0;
margin-top:0;
padding:10px !important;
}
#contents #main .txt-border::before{
border:10px solid #fff;
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#contents #main .txt-grayback,#contents #main .txt-colorback{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
#contents #main .txt-frame,#contents #main .txt-colorframe{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
#contents #main .txt-rndbox{
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}
#contents #main .txt-decbox1,#contents #main .txt-decbox2{
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
overflow:hidden;
}
#contents #main .txt-decbox1 .top h3,#contents #main .txt-decbox2 .top h3{
box-shadow:none;
}
#contents #main .txt-decbox1 .top h3 span,#contents #main .txt-decbox2 .top h3 span{
display:block;
text-shadow:none;
}
@media screen and (min-width:768px){
#contents #main .txt-border{
background-position:left 25px;
padding:25px !important;
}
#contents #main .txt-decbox1 .body h3,#contents #main .txt-decbox2 .body h3{
margin:0 0 15px;
padding:16px 0;
}
#contents #main .txt-decbox1 .body h3::before,#contents #main .txt-decbox2 .body h3::before{
bottom:4px;
left:4px;
right:4px;
top:4px;
}
#contents #main .txt-frame .top{
background-image:url("img/frame_t.gif"),url("img/frame_t.gif"),url("img/frame_t.gif");
background-position:left top,893px top,1786px top;
}
#contents #main .txt-frame .bottom{
background-image:url("img/frame_b.gif"),url("img/frame_b.gif"),url("img/frame_b.gif");
background-position:left top,893px top,1786px top;
}
#contents #main .txt-colorframe .top{
background-image:url("img/colorframe_t.gif"),url("img/colorframe_t.gif"),url("img/colorframe_t.gif");
background-position:left top,893px top,1786px top;
}
#contents #main .txt-colorframe .bottom{
background-image:url("img/colorframe_b.gif"),url("img/colorframe_b.gif"),url("img/colorframe_b.gif");
background-position:left top,893px top,1786px top;
}
#contents #main .txt-rndbox .top{
background-image:url("img/round_t.gif"),url("img/round_t.gif"),url("img/round_t.gif");
background-position:left top,885px top,1770px top;
}
#contents #main .txt-rndbox .bottom{
background-image:url("img/round_b.gif"),url("img/round_b.gif"),url("img/round_b.gif");
background-position:left top,885px top,1770px top;
}
#contents #main .txt-decbox1 .top{
background-image:url("img/decbox_t.gif"),url("img/decbox_t.gif"),url("img/decbox_t.gif");
background-position:left top,850px top,1700px top;
}
#contents #main .txt-decbox1 .bottom{
background-image:url("img/decbox_b.gif"),url("img/decbox_b.gif"),url("img/decbox_b.gif");
background-position:left top,850px top,1700px top;
}
.txt-decbox2{
position:relative;
z-index:0;
}
.txt-decbox2::before,.txt-decbox2::after{
background-image:url("img/decbox2_r.gif");
background-position:left bottom;
background-repeat:repeat-y;
bottom:0;
content:"";
position:absolute;
top:0;
width:880px;
z-index:-2;
}
.txt-decbox2::before{
right:900px;
}
.txt-decbox2::after{
right:1780px;
}
.txt-decbox2 .body{
z-index:1;
}
.txt-decbox2 .top,.txt-decbox2 .bottom{
position:relative;
}
.txt-decbox2 .top::before,.txt-decbox2 .top::after,.txt-decbox2 .bottom::before,.txt-decbox2 .bottom::after{
background-repeat:no-repeat;
content:"";
height:16px;
position:absolute;
z-index:-1;
}
.txt-decbox2 .top::before,.txt-decbox2 .bottom::before{
right:900px;
}
.txt-decbox2 .top::before,.txt-decbox2 .top::after{
background-image:url("img/decbox2_tr.gif");
background-position:left top;
top:0;
width:890px;
}
.txt-decbox2 .top::after{
right:1790px;
}
.txt-decbox2 .bottom::before,.txt-decbox2 .bottom::after{
background-image:url("img/decbox2_br.gif");
background-position:left bottom;
bottom:0;
width:730px;
}
.txt-decbox2 .bottom::after{
right:1630px;
}
}
#main .txt-frame,#main .txt-colorframe,#main .txt-rndbox,#main .txt-decbox1,#main .txt-decbox2{
padding:0 !important;
}
body{
background-repeat:no-repeat;
}
#header{ height:0px;
display:none;; }
#headerbox{display:none; }
#header h2,#header .title{
text-shadow:-1px -1px #FFF,1px -1px #FFF,-1px1px #FFF,1px1px #FFF,0 1px 5px rgba(0,0,0,0.2);
}
#header h2 a,#header h2 a:visited,#header h2 a:hover,#header .title a,#header .title a:visited{}
#headertext,#header .desc{
}
@media screen and (min-width:768px){
#header h2,#header .title{
}
#headertext,#header .desc{
}
#main{ float:left; }
#column2 #menu,#column3 #menu{ float:right; }
#column3 #rmenu{ float:left; }
#column3 #layoutbox{ float:right; }
#column3 #main{ float:left; }
}
#header{display:none;}
.point:empty{height:32px}
.img-lb{display:contents;}.logo-horizon .logotext{display:none;}
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;}