@charset "shift_jis";
/* ★fixedCss(20180301)★ */
/*
==================================================
テーブル共通
==================================================
*/
table{
width:100%;
font-size:13px;
margin:10px 0;
border-collapse: collapse;
border-spacing:0px;
}
th{
background-color:#EBEBEB;
padding:5px;
}
td{
background-color:#FFFFFF;
padding:5px;
}
table,td,th{
border:solid 1px #CCC;
word-wrap : break-word;
overflow-wrap : break-word;
text-align:left;
}
table#toptbl,table#toptbl td,table#toptbl th{
   border:none;
}
#menu .ritem td,#rmenu .ritem td{border:none;}
.rtitle {
height: 44px;
text-align: center;
overflow: hidden;
padding: 4px;
}
.rimg {
text-align: center;
}
.timg img{
max-width:200px;
height:auto;
}
.price {
color: #CC0000;
font-weight: bold;
}
.tdesc {
text-align: left;
vertical-align: top;
}
/*
==================================================
商品陳列型
==================================================
*/
.ritm{
background-color:#FFFFFF;
table-layout:fixed;
}
.ritm th,.ritm td{
padding:6px;
line-height: 120%;
vertical-align:top;
text-align: center;
}
.ritm .txt-img img{margin:0 auto 8px;}
/*
==================================================
特定取引法に関する表記
==================================================
*/
.tokusho {
}
.tokusho th, .tokusho td {
padding: 8px;
}
.tokusho th {
background-color: #E3E3E3;
width: 30%;
}
/*
==================================================
商品説明
==================================================
*/
.ritm_desc {
}
.ritm_desc td {
vertical-align: top;
padding: 10px;
}
.ritm_desc .title {
background-color: #EBEBEB;
padding: 5px;
margin-bottom: 8px;
text-align:left;
line-height:120%;
font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
font-weight:normal;
}
.ritm_desc .title a{
color:#333;
}
.ritm_desc .title a:hover{
color:#FF0000;
}
.ritm_desc .desc{
padding:20px;
}
.ritm_desc .price {
text-align: left;
padding: 0px;
}
.ritm_desc .img {
width: 20%;
}
.ritm_desc .more, .ritm_desc .price, .ritm_desc .review {
line-height: 25px;
height: 25px;
margin-right: 5px;
margin-left: 5px;
}
/*
==================================================
ランキングテーブル１
==================================================
*/
table.rnk1item {
table-layout:auto;
border:solid 1px #CCC;
}
.rnk1item td,.rnk1item th{
border:none;
border-bottom:dotted 1px #CCC;
}
.rnk1item th {
background-color: #FFF;
width: auto;
padding:5px;
width:60px;
vertical-align:middle;
}
.rnk1item td {
background-color: #FFFFFF;
vertical-align: top;
font-size: 12px;
line-height: 130%;
padding: 15px 10px;
}
.rnk1item .ttitle {
font-size: 18px;
font-weight: bold;
margin-bottom: 12px;
line-height: 130%;
}
.rnk1item th, .rnk1item td {
}
.rnk1item .timg {
width: auto;
padding-top: 10px;
vertical-align:middle;
}
.rnk1item .alt th, .rnk1item .alt td {
}
/*
==================================================
ランキングテーブル２
==================================================
*/
table.rnk2item {
table-layout:auto;
border:solid 1px #CCC;
}
.rnk2item .timg, .rnk2item .tdesc {
padding: 8px;
vertical-align: top;
}
.rnk2item th.ttitle {
padding: 10px;
text-align: left;
font-size: 16px;
}
.rnk2item td{
overflow:hidden;
}
.rnk2item td.tdesc {
width:100%;
}
.rnk2item td.timg {
width:auto;
}
.rnk2item td.tdesc,.rnk2item td.timg {
border:none;
}
.rnk2item .timg img {
padding-bottom: 10px;
height:auto;
}
.rnk2item .tdesc {
line-height: 150%;
}
table.rnk2item table.ttable {
width:101%;
margin: 0px;
padding: 0px;
border:none;
table-layout:fixed;
}
.ttable th, .ttable td {
padding: 8px !important;
line-height:130%;
text-align: center;
border:none;
border-right:dotted 1px #CCC;
}
.rnk2item tr:last-child td{
padding:0;
}
/*
==================================================
ランキングテーブル３
==================================================
*/
.rnk3item {
table-layout:auto;
border:solid 1px #CCC;
}
.rnk3item th {
text-align: left;
padding: 8px;
font-size: 17px;
}
.rnk3item th img {
vertical-align: bottom;
margin-right: 6px;
}
.rnk3item td {
padding: 10px;
border:none;
}
.rnk3item td.timg {
text-align: center;
width: auto;
}
.rnk3item .img-center{
width:auto;
display:inline;
}
.rnk3item th img{
float:left;
}
/*
==================================================
価格比較テーブル
==================================================
*/
.prc1item {
table-layout:auto;
}
.prc1item th {
padding: 6px;
text-align: center;
}
.prc1item td {
text-align: center;
padding: 6px;
}
.prc1item td {
text-align: center;
padding: 6px;
}
.prc1item .alt td {
background-color: #F5F5F5;
}
.prc1item .price {
text-align: right;
width: 100px;
font-size:15px;
}
/*
==================================================
項目説明型
==================================================
*/
.dsc1item,.dsc2item {
background-color: #CCCCCC;
table-layout:fixed;
}
.dsc1item th, .dsc1item td,.dsc2item th, .dsc2item td {
padding: 6px;
}
.dsc1item th{
width:30%;
}
.dsc1item th , .dsc2item th {
text-align: center;
}
.dsc1item td , .dsc2item td {
vertical-align: top;
}
/*
==================================================
メニュー型
==================================================
*/
.tblmenu1item td {
font-size: 12px;
line-height: 130%;
vertical-align:top;
padding:6px;
}
.tblmenu1item.col2 td,.tblmenu1item.col2 th{
width:50%;
box-sizing:border-box;
}
.tblmenu1item td .ttitle {
background-color: #EEEEEE;
font-weight: bolder;
padding: 7px;
margin-bottom: 8px;
font-size: 13px;
}
/*
==================================================
スマートフォンへの最適化(不要な場合は下記を削除)
==================================================
*/
@media screen and (max-width:640px) {
td,th,tr{
-moz-box-sizing: border-box;
box-sizing: border-box;
}
tr{
width:100%;
}
/* ランキング1 */
.rnk1item th,.rnk1item td{
width:100%;
display:block;
border:none;
}
.rnk1item tr{
border-bottom:solid 1px #CCC;
}
.rnk1item .timg,.rnk1item th,.rnk1item .timg p,.rnk1item th p{
text-align:center !important;
}
/* ランキング2 */
.rnk2item td.timg, .rnk2item td.tdesc{
display:block;
width:100%;
border-right:solid 1px #CCC;
}
.rnk2item td.timg{
text-align:center !important;
}
/* ランキング3 */
.rnk3item th, .rnk3item td{
display:block;
width:100%;
}
/* 特商ページ */
.tokusho td,.tokusho th{
display:block;
width:100%;
}
.tblmenu1item td img{
float:none;
display:block;
margin:6px auto;
}
}
/*
==================================================
カラーの変更
==================================================
*/
table{

}
td{

}
th{

}
img{max-width:100%;height:auto;}
.txt-img img.image-left,img.image-left{margin:0 8px 8px 0;}
.txt-img img.image-right,img.image-right{margin:0 0 8px 8px;}
.txt-img img.image-center,img.image-center{margin:8px auto;display:block;}
.img-center .image-left,.img-center .image-right{margin:auto;}
#space3 .txt-img img,#space4 .txt-img img,#space5 .txt-img img,#space6 .txt-img img{margin:0 auto 8px auto;}
.float-left2 img{float:left !important;margin:0 8px 8px 0;}
.float-right2 img{float:right !important;margin:0 0 8px 8px;}
div, p, span, li {word-wrap : break-word;overflow-wrap : break-word;}
td,th{word-break: break-all !important;}
#contents #main .txt-grayback,#contents #main .txt-colorback {padding:0 !important;}
/* 共通 */
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
font-weight:bold;
_zoom: 1;
overflow: hidden;
}
h4{
clear:none;
}
h3,h4,h5,h6,ul,ol{
_zoom: 1;
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;
}
.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;}
.arrow_orange {
background-image: url(./img/arrow_orange.png);
background-repeat: no-repeat;
background-position: left 5px;
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 3px;
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 3px;
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 3px;
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;
_height:70px;
_zoom: 1;
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;
}
/* 回り込み解除 */
.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,#main .rank{clear:both;}
/* ボックス */
.nmlbox,.dottbox,.ylwbox,.graybg{
padding:15px;
margin-top: 10px;
margin-bottom: 10px;
clear:both;
}
.graybg {
background-color: #F4F4F4;
}
.grayline {
background-color: #fff;
border: 4px solid #ededed;
box-shadow: 0px 0px 5px #bbb inset;
margin: 20px 0;
padding: 20px;
}
.dottbox{
border:dotted 1px #666;
box-shadow:none;
}
.nmlbox {
border: 2px solid #CCCCCC;
}
.ylwbox {
background-color: #FFFFD2;
border: 2px solid #CC0000;
}
/* 水平線 */
.border1,.border2,.border3,.borderdot,.borderdot2{
margin: 10px;
padding: 0px;
line-height: 1px;
height: 1px;
_zoom: 1;
overflow: hidden;
}
.border1 {
border-bottom:solid 1px #999;
}
.border2 {
border-bottom:solid 1px #990000;
}
.border3 {
border-bottom:solid 1px #003366;
}
.borderdot {
border-top:dotted 1px #999;
}
.borderdot2 {
border-top:dotted 2px #999;
}
/* レイアウト枠 */
.layout_box{
display:table;
width:100%;
table-layout: fixed;
-webkit-box-sizing:border-box;
        box-sizing:border-box;
border-collapse: separate;
}
.layout_box .layout_l,
.layout_box .layout_r{
display:table-cell;
float:none;
-webkit-box-sizing:border-box;
        box-sizing:border-box;
overflow:hidden;
vertical-align:top;
}
.layout_l img,.layout_r img{
max-width:100%;
height:auto;
}
/* レスポンシブ設定 */
@media screen and (max-width: 640px) {
.responsive.layout_box{
display:block;
}
.responsive.layout_box .layout_l, .responsive.layout_box .layout_r{
display:block !important;
width:100% !important;
-webkit-box-sizing:border-box;
        box-sizing:border-box;
margin:5px 0;
}
}
.hd,.hd:hover,.hd:visited{
color:#333;
text-decoration:none;
}
/* 角丸 */
.rnd1{
padding: 15px;
margin: 15px auto 15px auto;
}
.rnd1{
position:relative;
padding: 15px;
margin: 15px auto 15px auto;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.rbox1,.rbox2,.rbox3,.rbox4{
overflow:hidden;
}
.rbox1 {
background-color: #F4F4F4;
border: 1px solid #d7d7d7;
}
.rbox2 {
background-color: #FFF;
border: 2px solid #FF843F;
}
.rbox3 {
background-color: #FFF;
}
.rbox4 {
background-color: #F5F5F5;
}
/* シャドウ */
.shadow1,.shadow2,.shadow3{
padding: 15px;
margin: 15px auto 15px auto;
}
.shadow1{
-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.shadow2{
-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/* FAQ */
.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;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
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;
}
 
.balloon-left .bln-img,
.ballon-left .img-center
{
float:left !important;
height:auto;
}
.balloon-right .bln-img,
.balloon-left .img-center
{
float:right !important;
height:auto;
}
 
.balloon-top .img-center,
.balloon-bottom .img-center
{
float:none;
text-align:left !important;
}
 
.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 !important;
}
.balloon-left.bln-auto .b_body,.balloon-right.bln-auto .b_body{max-width:80%;}
.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;
_zoom: 1;
overflow: hidden;
padding:0;
margin: 0;
color: #333333;
}
.b_body{
margin:0;
width:auto;
padding:12px 19px;
_zoom: 1;
line-height:160%;
overflow: hidden;
}
.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:2px;
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:2px;
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;
}
/*
==================================================
Googleマップ、YouTubeのレスポンシブ化
==================================================
*/
.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%;
}
.wrapper {
margin: auto;
padding: 50px;
}
/*　目次
==================================================
*/
.indexbox{
background-color:#F8F8F8;
border:solid 1px #EEE;
}
.indexbox{
clear:both;
padding:20px 15px;
}
#main .indexbox h5,#main .indexbox .title{
margin:0;
}
.indexbox li.cat{
font-size:15px;
margin-top:10px;
font-weight: bold;
line-height: 180%;
}
.indexbox li.ent2{
margin-left:25px;
line-height: 180%;
}
/* 列の幅指定 */
.tcolumn1{width:100%;}
.tcolumn2{width:50%;}
.tcolumn3{width:33.33%}
.tcolumn4{width:25%;}
/* コンテンツの振り分け */
.pc_contents{display:block;}
.sp_contents{display:none;}
@media screen and (max-width:640px) {
.countdown_frm input{
font-size:15px !important;
margin:15px 0;
-webkit-appearance: none;
}
.pc_contents{display:none;}
.sp_contents{display:block;}
}
/*　エントリーリストFIX
==================================================
*/
#entrylist .entry_thumb{
width:80px;
float:left;
margin:0 10px 10px 0;
padding: 0;
text-align:  center;
}
#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 !important;
background-color:transparent;
}
/*
==================================================
ボタンリンク(1801130)
==================================================
*/
.btn01,
.btn02,
.btn03,
.btn04,
.btn05,
.btn06,
.btn07,
.btn08{
margin: auto auto 15px;
width: 240px;
height: 44px;
line-height: 44px;
font-weight: bold;
max-width: 100%;
box-sizing: border-box;
cursor: pointer;
display: block;
position: relative;
text-align: center;
text-decoration: none;
-moz-transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
-o-transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
-webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
-webkit-transition-delay: 0s, 0s;
transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
overflow:hidden;
}
.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a,
.btn05 a,
.btn06 a,
.btn07 a{
color:#FFF;
text-decoration:none;
display:block;
padding:0 4%;
width:100%;
height:100%;
line-height:44px;
box-sizing:border-box;
}
.btn-icon,.btn-icon_r {
display: block;
height: 100%;
}
.btn01 a,.btn02 a,.btn03 a,.btn06 a,.btn07 a,.btn01 a:visited,.btn02 a:visited,.btn03 a:visited,.btn06 a:visited,.btn07 a:visited,.btn01 a:hover,.btn02 a:hover,.btn03 a:hover,.btn06 a:hover,.btn07 a:hover,.btn04 a:hover,.btn05 a:hover{
color:#FFF;
}
.btn04 a:hover,.btn05 a:hover{
top:0px !important;
left:0px !important;
}
.btn04:hover,.btn04 a:hover,.btn04:hover a,.btn05:hover,.btn05 a:hover,.btn05:hover a{
color:#FFF !important;
text-decoration:none;
}
.btn04,.btn04 a,.btn04 a:visited,.btn04 a:visited{
color:#333;
}
.btn05 a{
padding-left:2%;
padding-right:8%;
}
/* パターン
==================================================
*/
.btn01 {
background-color: #1d508d;
}
.btn01:link,.btn01:visited,.btn01:hover,.btn01:active{
color: #fff;
text-decoration: none;
}
.btn01:hover {
background-color: #90A9C7;
background-image: none;
}
.btn02 {
background-color: #1d508d;
box-shadow: 0 4px 0 #0a3262;
}
.btn02:link,.btn02:visited,.btn02:hover,.btn02:active{
color: #fff;
text-decoration: none;
}
.btn02:hover {
background-color: #1d508d;
top: 2px;
box-shadow: 0 4px 0 #0a3262;
}
.btn02:active{
background-image: none;
top: 4px !important;
box-shadow: none !important;
}
.btn03 {
background-color: #1d508d;
background-image: url('data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNzZiNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNTA4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4376b4), to(#1d508d));
background-image: linear-gradient(to bottom, #4376b4, #1d508d);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03:link,.btn03:visited,.btn03:hover,.btn03:active{
color: #fff;
text-decoration: none;
}
.btn03:hover {
background-image:none !important;
top: 2px;
}
.btn03:active{
background-color: #08376f;
}
.btn04 {
background-color: #f8f8f8;
border: 1px solid #e6e6e6;
}
.btn04,.btn04 a{
color: #333;
text-decoration: none;
}
.btn04:hover{
background-color: #1d508d;
}
.btn05 {
color: #1d508d;
background-color: #fff;
border: 1px solid #1d508d;
}
.btn05 a,.btn05:link,.btn05:visited,.btn05:active{
color: #1d508d;
}
.btn05:hover{
background-color: #1d508d;
}
.btn05 a::after {
content: '>';
display: inline-block;
position: absolute;
right: 4%;
}
.btn06 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#1d508d),to(#0b3a73));
background-image: linear-gradient(to bottom, #1d508d 0%,#0b3a73 100%);
border: 1px solid #0d315c;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
-webkit-user-select: none;
-ms-user-select: none;
color: #FFF;
text-align: center;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.btn06 a,.btn06 a:hover,.btn06:active,.btn06:visited{
color: #FFF;
}
.btn06:hover {
color: #FFF;
opacity: 0.5;
}
.btn07 {
color:#FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1d508d),to(#0b3a73));
background-image: linear-gradient(to bottom, #1d508d 0%,#0b3a73 100%);
border: 1px solid #0d315c;
}
.btn07 a,.btn07 a:hover,.btn07:link,.btn07:visited,.btn07:hover,.btn07:active{
color: #fff;
text-decoration: none;
}
.btn07:hover {
background-image: -webkit-gradient(linear, left top, left bottom, from(#90A9C7), to(#879EBA));
background-image: linear-gradient(to bottom, #90A9C7 0%, #879EBA 100%);
border: 1px solid #879EBA;
color: #FFF;
}
.btn08{
margin:0 auto 4px;
width:300px;
height:72px;
line-height:72px;
border:solid 1px #E7E7E7;
background-color:#FFF;
max-width:100%;
}
.btn08 a{
text-decoration:none;
display:block;
padding:0 5%;
width:100%;
height:100%;
padding-left:16px !important;
line-height:72px;
box-sizing:border-box;
text-align:left;
}
.btn08 a,
.btn08 a:visited,
.btn08 a:hover,
.btn08 a:active{
color:#1D508D;
}
.btn08:before{
content:"";
height:auto;
width:4px;
display:block;
left:3px;
top:3px;
bottom:3px;
position:absolute;
border-radius:2px;
background-color:#1D508D;
z-index:10;
}
@media screen and (min-width: 768px) {
.btn08:hover,
.btn08 a:hover{
background-color:#EDF3FC;
top:0 !important;
left:0 !important;
position:relative;
}
}
.btn08 a .btn-icon{
left:0;
float:right;
margin:0 0 0 8px;
}
/*
カラーバリエーション
==================================================
*/
/* カラーバリエーション(赤) */
.btn01.red{
background-color: #E63E32;
}
.btn01.red:hover{
background-color: #EE8078;
}
.btn02.red{
background-color: #E63E32;
box-shadow: 0 4px 0 #8A251E;
}
.btn03.red{
background-color: #8A251E;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E63E32), to(#8A251E));
background-image: linear-gradient(#E63E32, #8A251E);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.red:hover{
background-image: none;
}
.btn04.red:hover{
background-color: #8A251E;
color: #fff;
}
.btn05.red{
color: #8A251E;
border: 1px solid #8A251E;
}
.btn05.red a,.btn05.red:link,.btn05.red:visited,.btn05.red:active{
color: #8A251E;
}
.btn05.red:hover{
background-color: #8A251E;
color: #fff;
}
/*単色
.btn06.red{
background-color: #E63E32;
border: 1px solid #c02318;
}
*/
.btn06.red,.btn07.red{
background-image: -webkit-gradient(linear, left top, left bottom, from(#f35045), to(#E63E32));
background-image: linear-gradient(to bottom, #f35045 0%, #E63E32 100%);
border: 1px solid #c02318;
}
.btn07.red:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#F78B84), to(#EE8078));
background-image: linear-gradient(to bottom, #F78B84 0%, #EE8078 100%);
border: 1px solid #D56E66;
}
.btn08.red:before{
background-color:#E63E32;
}
.btn08.red a,
.btn08.red a:visited,
.btn08.red a:hover,
.btn08.red a:active{
color:#E63E32
}
.btn08.red:hover,
.btn08.red a:hover{
background-color:#FDEDEC;
}
/* カラーバリエーション(緑) */
.btn01.green{
background-color: #61C12B;
}
.btn01.green:hover{
background-color: #97D673;
}
.btn02.green{
background-color: #61C12B;
box-shadow: 0 4px 0 #37840b;
}
.btn03.green{
background-color: #37840b;
background-image: -webkit-gradient(linear, left top, left bottom, from(#61C12B), to(#37840b));
background-image: linear-gradient(#61C12B, #37840b);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.green:hover{
background-image: none;
}
.btn04.green:hover{
background-color: #37840b;
color: #fff;
}
.btn05.green{
color: #37840b;
border: 1px solid #37840b;
}
.btn05.green a,.btn05.green:link,.btn05.green:visited,.btn05.green:active{
color: #37840b;
}
.btn05.green:hover{
background-color: #37840b;
color: #fff;
 }
 /*単色
.btn06.green,.btn07.green{
 background-color: #61C12B;
 border: 1px solid #4cab17;
 }
 */
.btn06.green,.btn07.green{
background-image: -webkit-gradient(linear, left top, left bottom, from(#70d239), to(#61C12B));
background-image: linear-gradient(to bottom, #70d239 0%, #61C12B 100%);
border: 1px solid #4cab17;
}
.btn07.green:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#A1E17C), to(#97D673));
background-image: linear-gradient(to bottom, #A1E17C 0%, #97D673 100%);
border: 1px solid #89C866;
}
.btn08.green:before{
background-color:#009A59;
}
.btn08.green a,
.btn08.green a:visited,
.btn08.green a:hover,
.btn08.green a:active{
color:#009A59;
}
.btn08.green:hover,
.btn08.green a:hover{
background-color:#E6FFF4;
}
/* カラーバリエーション(青) */
.btn01.blue{
background-color: #1488e5;
}
.btn01.blue:hover{
background-color: #6CBAF7;
}
.btn02.blue{
background-color: #1488e5;
box-shadow: 0 4px 0 #145A92;
}
.btn03.blue{
background-color: #145A92;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1488e5), to(#145A92));
background-image: linear-gradient(#1488e5, #145A92);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.blue:hover{
background-image: none;
}
.btn04.blue:hover{
background-color: #145A92;
}
.btn05.blue{
color: #145A92;
border: 1px solid #145A92;
}
.btn05.blue a,.btn05.blue:link,.btn05.blue:visited,.btn05.blue:active{
color: #145A92;
}
.btn05.blue:hover{
background-color: #145A92;
color: #fff;
}
/*単色
.btn06.blue{
background-color: #1488e5;
border: 1px solid #0b74c8;
}
*/
.btn06.blue,.btn07.blue{
background-image: -webkit-gradient(linear, left top, left bottom, from(#39a7fe),to(#1488e5));
background-image: linear-gradient(to bottom, #39a7fe 0%,#1488e5 100%);
border: 1px solid #0b74c8;
}
.btn07.blue:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#7CC5FE),to(#6CBAF7));
background-image: linear-gradient(to bottom, #7CC5FE 0%,#6CBAF7 100%);
border: 1px solid #5EA3DB;
}
.btn08.blue:before{
background-color:#1488e5;
}
.btn08.blue a,
.btn08.blue a:visited,
.btn08.blue a:hover,
.btn08.blue a:active{
color:#1488e5;
}
.btn08.blue:hover,
.btn08.blue a:hover{
background-color:#DCEEFC;
}
/* カラーバリエーション(オレンジ) */
.btn01.orange{
background-color: #ff9800;
}
.btn01.orange:hover{
background-color: #FFBB57;
}
.btn02.orange{
background-color: #ff9800;
box-shadow: 0 4px 0 #bd5102;
}
.btn03.orange{
background-color: #bd5102;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#bd5102));
background-image: linear-gradient(#ff9800, #bd5102);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.orange:hover{
background-image: none;
}
.btn04.orange:hover{
background-color: #bd5102;
}
.btn05.orange{
color: #bd5102;
border: 1px solid #bd5102;
}
.btn05.orange a,.btn05.orange:link,.btn05.orange:visited,.btn05.orange:active{
color: #bd5102;
}
.btn05.orange a:hover{
background-color: #bd5102;
color: #fff;
}
/*単色
.btn06.orange{
background-color: #ff9800;
border: 1px solid #e58800;
}
*/
.btn06.orange,.btn07.orange{
background-image: -webkit-gradient(linear, left top, left bottom, from(#fea728),to(#ff9800));
background-image: linear-gradient(to bottom, #fea728 0%,#ff9800 100%);
border: 1px solid #e58800;
}
.btn07.orange:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#FEC571),to(#FFBB57));
background-image: linear-gradient(to bottom, #FEC571 0%,#FFBB57 100%);
border: 1px solid #EEB057;
}
.btn08.orange:before{
background-color:#ff9800;
}
.btn08.orange a,
.btn08.orange a:visited,
.btn08.orange a:hover,
.btn08.orange a:active{
color:#ff9800;
}
.btn08.orange:hover,
.btn08.orange a:hover{
background-color:#FFF0D9;
}
/* カラーバリエーション(ピンク) */
.btn01.pink{
background-color: #f28a9e;
}
.btn01.pink:hover{
background-color: #FCB8B8;
}
.btn02.pink{
background-color: #f28a9e;
box-shadow: 0 4px 0 #dc6a82;
}
.btn03.pink{
background-color: #f69db4;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f69db4), to(#e4798d));
background-image: linear-gradient(#f69db4, #e4798d);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.pink:hover{
background-image: none;
}
.btn04.pink:hover{
background-color: #dc6a82;
}
.btn05.pink{
color: #dc6a82;
border: 1px solid #f28a9e;
}
.btn05.pink a,.btn05.pink:link,.btn05.pink:visited,.btn05.pink:active{
color: #E88089;
}
.btn05.pink:hover{
background-color: #E88089;
color: #fff;
}
/*(単色)
.btn06.pink{
background-color: #FCB8B8;
border: 1px solid #e1564e;
}
*/
.btn06.pink,.btn07.pink{
background-image: -webkit-gradient(linear, left top, left bottom, from(#f69db4),to(#e4798d));
background-image: linear-gradient(to bottom, #f69db4 0%,#e4798d 100%);
border: 1px solid #E87973;
}
.btn07.pink:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#F9BECD), to(#EDA7B4));
background-image: linear-gradient(to bottom, #F9BECD 0%, #EDA7B4 100%);
border: 1px solid #EB8F8A;
}
.btn08.pink:before{
background-color:#f69db4;
}
.btn08.pink a,
.btn08.pink a:visited,
.btn08.pink a:hover,
.btn08.pink a:active{
color:#f28a9e;
}
.btn08.pink:hover,
.btn08.pink a:hover{
background-color:#FEEBEB;
}
/* カラーバリエーション(シアン) */
.btn01.cyan{
background-color: #03bfb4;
}
.btn01.cyan:hover{
background-color: #59D5CD;
}
.btn02.cyan{
background-color: #03bfb4;
box-shadow: 0 4px 0 #019088;
}
.btn03.cyan{
background-color: #09d2c6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#03bfb4), to(#00a59b));
background-image: linear-gradient(#03bfb4, #00a59b);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.cyan:hover{
background-image: none;
}
.btn04.cyan:hover{
background-color: #019088;
color: #fff;
}
.btn05.cyan{
color: #019088;
border: 1px solid #019088;
}
.btn05.cyan a,.btn05.cyan:link,.btn05.cyan:visited,.btn05.cyan:active{
color: #019088;
}
.btn05.cyan:hover {
background-color: #019088;
color: #fff;
}
/*単色
.btn06.cyan{
background-color: #03bfb4;
border: 1px solid #00a59b;
}
*/
.btn06.cyan,.btn07.cyan{
background-image: -webkit-gradient(linear, left top, left bottom, from(#03d4c8), to(#03bfb4));
background-image: linear-gradient(to bottom, #03d4c8 0%, #03bfb4 100%);
border: 1px solid #00AEA6;
}
.btn07.cyan:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#59E3DB), to(#59D5CD));
background-image: linear-gradient(to bottom, #59E3DB 0%, #59D5CD 100%);
border: 1px solid #57C4BD;
}
.btn08.cyan:before{
background-color:#03bfb4;
}
.btn08.cyan a,
.btn08.cyan a:visited,
.btn08.cyan a:hover,
.btn08.cyan a:active{
color:#03bfb4;
}
.btn08.cyan:hover,
.btn08.cyan a:hover{
background-color:#E3FBFA;
}
/* カラーバリエーション(グレー) */
.btn01.gray{
background-color: #A4A6B2;
}
.btn01.gray:hover{
background-color: #C3C4CC;
}
.btn02.gray{
background-color: #A4A6B2;
box-shadow: 0 4px 0 #858792;
}
.btn03.gray{
background-color: #C3C4CC;
background-image: linear-gradient(#A4A6B2, #858792);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.gray:hover{
background-image: none;
}
.btn04.gray:hover{
background-color: #858792;
}
.btn05.gray{
color: #858792;
border: 1px solid #858792;
}
.btn05.gray a,.btn05.gray:link,.btn05.gray:visited,.btn05.gray:active{
color: #858792;
}
.btn05.gray:hover{
background-color: #858792;
color: #fff;
}
/*(単色)
.btn06.gray{
background-color: #A4A6B2;
border: 1px solid #8e909b;
}
*/
.btn06.gray,.btn07.gray{
background-image: -webkit-gradient(linear, left top, left bottom, from(#A4A6B2), to(#868891));
background-image: linear-gradient(to bottom, #A4A6B2 0%, #868891 100%);
border: 1px solid #868891;
}
.btn07.gray:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C4CC), to(#AFB0B6));
background-image: linear-gradient(to bottom, #C3C4CC 0%, #AFB0B6 100%);
border: 1px solid #AFB0B6;
}
.btn08.gray:before{
background-color:#777;
}
.btn08.gray a,
.btn08.gray a:visited,
.btn08.gray a:hover,
.btn08.gray a:active{
color:#777;
}
.btn08.gray:hover,
.btn08.gray a:hover{
background-color:#F5F5F5;
}
/* カラーバリエーション(ブラック) */
.btn01.black{
background-color: #393939;
}
.btn01.black:hover{
background-color: #c9c9c9;
}
.btn02.black{
background-color: #393939;
box-shadow: 0 4px 0 #898989;
}
.btn03.black{
background-color: #898989;
background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#393939));
background-image: linear-gradient(#595959, #393939);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.black:hover{
background-image: none;
}
.btn04.black:hover{
background-color: #393939;
}
.btn05.black{
color: #393939;
border: 1px solid #393939;
}
.btn05.black a,.btn05.black:link,.btn05.black:visited,.btn05.black:active{
color: #393939;
}
.btn05.black:hover{
background-color: #393939;
color: #fff ;
}
/*(単色)
.btn06.black{
background-color: #393939;
border: 1px solid #595959;
}
*/
.btn06.black,.btn07.black{
background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#393939));
background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
border: 1px solid #393939;
}
.btn07.black:hover{
background-image: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#7C7C7C));
background-image: linear-gradient(to bottom, #919191 0%, #7C7C7C 100%);
border: 1px solid #7C7C7C;
}
.btn08.black:before{
background-color:#393939;
}
.btn08.black a,
.btn08.black a:visited,
.btn08.black a:hover,
.btn08.black a:active{
color:#393939;
}
.btn08.black:hover,
.btn08.black a:hover{
background-color:#F5F5F5;
}
/* スタイル
==================================================
*/
.btn-rounded,.btn-rounded a {
border-radius: 5px;
}
.btn-circle,.btn-circle a {
border-radius: 10em;
}
.btn-circle.btn08:before{
display:none;
}
/* サイズ　
==================================================
*/
.btn-exlg{
width: 560px;
height: 64px;
max-width: 100%;
font-size: 20px;
}
.btn-lg {
font-size: 16px;
width: 360px;
height: 56px;
}
.btn-sm {
font-size: 12px;
width: 120px;
height: 28px;
font-weight: normal;
}
.btn-exsm {
font-size: 11px;
width: 80px;
height: 24px;
font-weight: normal;
}
.btn-sm,.btn-sm a{line-height:28px;}
.btn-exlg,.btn-exlg a{line-height: 64px;}
.btn-lg,.btn-lg a{line-height:56px;}
.btn-exsm,.btn-exsm a{line-height:22px;}
.wd100{width: 100px;}
.wd200{width: 200px;}
.wd300{width: 300px;}
.wd400{width: 400px;}
.wd500{width: 500px;}
.wd600{width: 600px;}
.wd100,.wd100 a{height:32px;line-height:32px;}
.wd200,.wd200 a{height:44px;line-height:44px;}
.wd300,.wd300 a{height:48px;line-height:48px;}
.wd400,.wd400 a{height:56px;line-height:56px;}
.wd500,.wd500 a{height:64px;line-height:64px;}
.wd600,.wd600 a{height:72px;line-height:72px;}
.wd100,.wd200,.wd300,.wd400,.wd500,.wd600{max-width: 100%;}
/* ボタン08のサイズ */
.btn08.btn-exsm{height:32px;}
.btn08.btn-exsm a{line-height:32px;}
.btn08.btn-sm{height:40px;}
.btn08.btn-sm a{line-height:40px;}
.btn08.btn-lg{height:80px;}
.btn08.btn-lg a{line-height:80px;}
.btn08.btn-exlg{height:88px;}
.btn08.btn-exlg a{line-height:88px;}
#menu .btn08,#rmenu .btn08{
width:100%;
}
/* 矢印
==================================================
*/
.arrowRight::after {
content: '>';
display: inline-block;
position: absolute;
right: 15px;
}
/* 要素の横並べ
==================================================
*/
@media screen and (min-width: 768px) {
.flex-box{
display: flex;
justify-content: center;
align-items: center;
width:100%;
max-width:100%;
box-sizing:border-box;
}
.b-right.flex-box{
justify-content: flex-end;
align-items: flex-end;
}
.b-left.flex-box{
justify-content: flex-start;
align-items: flex-start;
}
.flex-box .btn01,.flex-box .btn02,.flex-box .btn03,.flex-box .btn04,.flex-box .btn05,.flex-box .btn06,.flex-box .btn07,.flex-box .btn08{
margin-left: 1%;
margin-right: 1%;
margin-bottom: 8px;
}
}
/*　行揃えの指定
==================================================
*/
.btn-left{text-align: left;}
.btn-right{text-align: right;}
.btn05.btn-right{padding-right:32px;}
.btn-shadow{
-moz-text-shadow: 0px 1px 2px rgba(0,0,0,.4);
-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,.4);
text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
/*　アイコン画像の指定
==================================================
*/
.btn01 img,.btn02 img,.btn03 img,.btn04 img,.btn05 img,.btn06 img,.btn07 img,.btn08 img{vertical-align: middle;max-width:100%;}
.btn-icon,.btn-icon_r{
max-width:50px;
height: 100%;
overflow: hidden;
vertical-align: middle;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.btn-icon{
margin-right: 5px;
left: 2%;
float: left;
}
.btn-left .btn-icon{
left: 2%;
}
.btn-icon_r{
margin-left: 5px;
right: 2%;
float: right;
}
.btn-icon,.btn-right .btn-icon{margin-right:5px;}
.btn-left .btn-icon{margin-right:5%;}
.btn-icon img,.btn-icon_r img{
width: auto;
height: auto;
max-width: 100%;
max-height: 80% !important;
}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
.btn-icon,.btn-icon_r{
//display:table-cell;
max-width:44px;
max-height:44px;
}
.btn-icon img,.btn-icon_r img{max-width:44px;height:auto;}
.btn08 .btn-icon{
height:90% !important;
max-height:90%;
//top:5%;
float:none;
display:flex;
flex-direction:row;
align-items:center;
}
.btn08 .btn-icon img{
height:auto !important;
max-width:50px;
max-height:50px;
}
}
/*　フォントサイズ
==================================================
*/
.fnt10{font-size: 10px;}
.fnt12{font-size: 12px;}
.fnt14{font-size: 14px;}
.fnt16{font-size: 16px;}
.fnt18{font-size: 18px;}
.fnt20{font-size: 20px;}
.fnt22{font-size: 22px;}
.fnt24{font-size: 24px;}
.fnt26{font-size: 26px;}
.fnt28{font-size: 28px;}
.fnt30{font-size: 30px;}
.fnt32{font-size: 32px;}
.fnt34{font-size: 34px;}
.fnt36{font-size: 36px;}
.fnt48{font-size: 48px;}
@media screen and (max-width: 767px) {
/* フォントサイズの調整 */
.fnt24,.fnt26,.fnt28,.fnt30,.fnt32,.fnt34,.fnt36,.fnt48,.btn-exlg{
font-size:1.1rem;
}
.btn-exlg.fnt10{font-size: 10px;}
.btn-exlg.fnt12{font-size: 12px;}
.btn-exlg.fnt14{font-size: 14px;}
.btn-exlg.fnt16{font-size: 16px;}
.btn-exlg.fnt18{font-size: 18px;}
}
.fnt-meiryo{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;}
.fnt-gothic{font-family: "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;}
.fnt-minchou{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fnt-yugothic{font-family: "游ゴシック Medium", "Yu Gothic Medium",游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.fnt-kakugo{font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;font-weight: normal;}
.fnt-marugo{font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;}
/* ボタンの高さの可変 */
.responsive_h,.responsive_h .btn-icon{height:auto;}
.responsive_h a{
height:auto;
padding:10px 4%;
line-height:1.5;
  display: flex;
    align-items: center;
justify-content: center;
    min-height:26px;
}
.responsive_h.even a{
justify-content: space-evenly;
}
.responsive_h.btn-exlg a{padding:16px 4%;}
.responsive_h.btn-lg a{padding:14px 4%;}
.responsive_h.btn-sm a{padding:8px 3%;}
.responsive_h.btn-exsm a{padding:4px 2%;}
.responsive_h.btn-sm .btn-icon img,.responsive_h.btn-exsm .btn-icon img{max-width:24px !important;}
.btn08.responsive_h{
height:auto !important;
}
.btn08.responsive_h a{
line-height:1.4 !important;
}
.btn-circle.responsive_h a{
padding-left:5%;
padding-right:5%;
}
.responsive_h a .btn-icon,
.responsive_h a .btn-right .btn-icon{
    margin-right:3%;
    left:0;
    height: auto;
    flex: 0 0 18%;
}
.responsive_h.btn05 a::after{
    position:relative;
    display:block;
    float:right;
    margin-left:3%;
    right:3px;
}
@media all and (-ms-high-contrast:none){
.responsive_h.btn-icon img,
.responsive_h.btn-icon_r img{
width:100%;
height:100%;
}
}
.align-left{margin-left:0;margin-right:auto;}
.align-right{margin-right:0;margin-left:auto;}
.silver{
box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.silver a{
background: rgb(255,255,255);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(243,243,243,1)),color-stop(51%, rgba(237,237,237,1)),to(rgba(255,255,255,1)));
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
border:solid 1px #FFF;
text-shadow:1px 1px 0 #FFF;
}
@media screen and (min-width: 768px) {
.silver a:hover{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
text-shadow:none;
}
}
.white-filter a{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/* %ribbonStyles% */
/* 人気記事 */
#pickupentry{
margin-bottom:24px;
counter-reset: pickuprank;
}
#pickupentry ul li{
list-style:none !important;
background-image:none !important;
padding:10px 6px;
border-bottom:dotted 1px #D1D1D1;
background-color:rgba(255, 255, 255, 0.6);
position: relative;
letter-spacing:0;
}
#pickupentry li a{
color:#333;
line-height: 1.5;
font-size:14px;
font-weight: bold;
position: relative !important;
display:block;
}
#pickupentry ul li a::after{
clear: both;
display: block;
content: "";
}
#pickupentry ul li::before{
display:none;
}
#pickupentry ul li:last-child{
border:none;
}
#pickupentry ul{
margin:0;
padding:8px 0;
}
#pickupentry ul li a:hover{
position: relative !important;
opacity: 1.0;
left:0;
top:0;
}
#pickupentry ul li a:hover img{
opacity: 0.7;
transition: opacity 0.3s ease;
}
#pickupentry ul li a{
display:flex;
        align-items: center;
}
#pickupentry li img{
width:72px;
height:72px;
min-width:72px;
-o-object-fit: cover;
   object-fit: cover;
font-family: 'object-fit: cover;';
margin-right:8px;
float:left;
align-self: start;
}
#pickupentry .pickup_rank a::before{
counter-increment: pickuprank;
content: counter(pickuprank);
display: inline-block !important;
position: absolute;
background-color:rgba(0,0,0,.35);
top:0;
width:20px;
height:20px;
line-height: 20px;
left:0;
z-index: 100;
font-size:12px;
font-family: 'Verdana';
color:#FFF;
text-align:center;
}
/* 画像の下にタイトルを表示 */
@media screen and (min-width:768px){
#pickupentry ul#pickup_list2 li a{
display:block;
}
#pickupentry ul#pickup_list2 li{
padding:16px 8px;
text-align: center;
}
#pickupentry ul#pickup_list2 li img{
display:block;
-o-object-fit: cover;
   object-fit: cover;
font-family: 'object-fit: cover;';
margin:0px auto 6px;
width:100%;
min-height: 150px;
max-height: 200px;
float:none;
height:auto;
}
#pickupentry #pickup_list2 .pickup_rank a::before{
width:28px;
height:28px;
line-height: 28px;
font-size:14px;
}
}
/* ランキングの色分け */
#pickupentry .pickup_rank.pickup_1 a::before{
background-color:#E5C648;
}
#pickupentry .pickup_rank.pickup_2 a::before{
background-color:#CCCCCC;
}
#pickupentry .pickup_rank.pickup_3 a::before{
background-color:#CD863C;
}
#pickupentry .pickup_rank.pickup_4 a::before{
background-color:#D0E0E5;
color:#666;
}
#pickupentry .pickup_rank.pickup_5 a::before{
background-color:#D0E0E5;
color:#666;
}
#pickupentry .pickup_rank.pickup_other a::before{
background-color:#E3E3E3;
color:#666;
}
/* 画像追加スタイル */
.fleximg1{
display:flex;
justify-content: space-between;
flex-wrap:wrap;
margin:10px 0 24px;
}
.fleximg1 > p{
display:inline-block;
}
.fleximg1 > div,.fleximg1 > p,.fleximg1 > img{margin-bottom:16px;}
#main .fleximg1 > div,
#main .fleximg1 > p,
#main .fleximg1 > img{
max-width:49%;
margin-left:0;
margin-right:0;
}
#main .fleximg1.col3 > div,
#main .fleximg1.col3 > p,
#main .fleximg1.col3 > img{
max-width:32%;
margin-left:0;
margin-right:0;
}
#main .topimg_left{
float:left;
max-width:40%;
margin-right:15px !important;
margin-left:0 !important;
}
#main .topimg_right{
float:right;
max-width:40%;
margin-left:15px !important;
margin-right:0 !important;
}
#main .topimg_left .txt-img,
#main .topimg_right .txt-img{
margin:0 !important;
}
#main .topimg_left img,
#main .topimg_right img{
float:none !important;
}
@media screen and (max-width:640px){
#main .topimg_left,
#main .topimg_right{
float:none;
max-width:100%;
margin:0 0 15px !important;
}
#main .topimg_left img,
#main .topimg_right img{
float:none !important;
margin:0 !important;
width:100%;
max-width:100% !important;
}
#main .fleximg1.responsive{
justify-content: center !important;
flex-flow: column !important;
}
#main .fleximg1.responsive > div,
#main .fleximg1.responsive > p,
#main .fleximg1.responsive > img{
display:block;
max-width:100% !important;
margin-left:auto;
margin-right:auto;
}
}
/* %entrylistStyles% */
/* 記事スタイル */
/*点線背景*/
.txt-border {
background-image: url(./img/dott.gif);
background-repeat: repeat;
background-position: left top;
font-size: 13px;
line-height: 30px;
margin: 10px;
padding: 0 !important;
border:none !important;
box-shadow: none !important;
}
.txt-border p {
font-size: 13px;
line-height: 30px;
}
.txt-line  {
border: 2px solid #CCCCCC;
}
.txt-yellowback {
background-color: #FFF9DF;
border: 2px solid #CC0000;
}
/*灰色背景*/
.txt-grayback {
background-color: #e6e6e6;
border: 3px solid #f6f6f6;
}
.txt-grayback .body {
background-color: #fbfbfb;
}
/*カラー背景*/
.txt-colorback {
background-color: #ffe591;
border: 3px solid #fff8e1;
}
.txt-colorback .body {
background-color: #fffcf2;
}
/*灰色枠*/
.txt-frame {
background-image: url(./img/frame_l.gif);
background-repeat: repeat-y;
background-position: left top;
}
.txt-frame .top {
background-image: url(./img/frame_t.gif);
background-repeat: no-repeat;
background-position: left top;
height: 7px;
overflow: hidden;
}
.txt-frame .top_inner {
background-image: url(./img/frame_tr.gif);
background-repeat: no-repeat;
background-position: right top;
height: 7px;
}
.txt-frame .body {
background-image: url(./img/frame_r.gif);
background-repeat: repeat-y;
background-position: right top;
padding: 20px 25px;
*zoom: 1;
}
.txt-frame .bottom {
background-image: url(./img/frame_b.gif);
background-repeat: no-repeat;
background-position: left top;
height: 7px;
overflow: hidden;
}
.txt-frame .bottom span{
background-image: url(./img/frame_br.gif);
background-repeat: no-repeat;
background-position: right top;
display: block;
height: 7px;
}
/*カラー枠*/
.txt-colorframe {
background-image: url(./img/colorframe_l.gif);
background-repeat: repeat-y;
background-position: left top;
}
.txt-colorframe .top {
background-image: url(./img/colorframe_t.gif);
background-repeat: no-repeat;
background-position: left top;
height: 7px;
overflow: hidden;
}
.txt-colorframe .top_inner {
background-image: url(./img/colorframe_tr.gif);
background-repeat: no-repeat;
background-position: right top;
height: 7px;
}
.txt-colorframe .body {
background-image: url(./img/colorframe_r.gif);
background-repeat: repeat-y;
background-position: right top;
padding: 20px 25px;
*zoom: 1;
}
.txt-colorframe .bottom {
background-image: url(./img/colorframe_b.gif);
background-repeat: no-repeat;
background-position: left top;
height: 7px;
overflow: hidden;
}
.txt-colorframe .bottom span{
background-image: url(./img/colorframe_br.gif);
background-repeat: no-repeat;
background-position: right top;
display: block;
height: 7px;
}
/*角丸枠*/
.txt-rndbox {
background-image: url(./img/round_l.gif);
background-repeat: repeat-y;
background-position: left top;
border:none !important;
box-shadow: none !important;
}
.txt-rndbox .top {
background-image: url(./img/round_t.gif);
background-repeat: no-repeat;
background-position: left top;
height: 15px;
overflow: hidden;
}
.txt-rndbox .top_inner {
background-image: url(./img/round_tr.gif);
background-repeat: no-repeat;
background-position: right top;
height: 15px;
}
.txt-rndbox .body {
background-image: url(./img/round_r.gif);
background-repeat: repeat-y;
background-position: right top;
padding: 10px 25px;
*zoom: 1;
}
.txt-rndbox .bottom {
background-image: url(./img/round_b.gif);
background-repeat: no-repeat;
background-position: left top;
height: 15px;
overflow: hidden;
}
.txt-rndbox .bottom span{
background-image: url(./img/round_br.gif);
background-repeat: no-repeat;
background-position: right top;
display: block;
height: 15px;
}
/* 飾り枠用見出しリセット */
#main .txt-decbox1 h2,
#main .txt-decbox1 h3,
#main .txt-decbox1 h2 span,
#main .txt-decbox1 h3 span,
#main .txt-decbox2 h2,
#main .txt-decbox2 h3,
#main .txt-decbox2 h2 span,
#main .txt-decbox2 h3 span{
margin:0 !important;
background-image: none;
padding:0;
border:none;
background-color:transparent;
text-align:center;
font-size:20px;
line-height:1.3;
}
#main .txt-decbox1 h2:before,
#main .txt-decbox1 h3:before,
#main .txt-decbox2 h2:before,
#main .txt-decbox2 h3:before,
#main .txt-decbox1 h2:after,
#main .txt-decbox1 h3:after,
#main .txt-decbox2 h2:after,
#main .txt-decbox2 h3:after,
#main .txt-decbox1 h2 span:before,
#main .txt-decbox1 h3 span:before,
#main .txt-decbox2 h2 span:before,
#main .txt-decbox2 h3 span:before,
#main .txt-decbox1 h2 span:after,
#main .txt-decbox1 h3 span:after,
#main .txt-decbox2 h2 span:after,
#main .txt-decbox2 h3 span:after
{
background:none;
border:none;
bottom: 0;
left: 0;
right: 0;
top: 0;
content:"";
position: static !important;
z-index: -1;
line-height:0;
display:none;
background-color: #fffbee;
}
#text1.txt-decbox1, #text2.txt-decbox1, #text3.txt-decbox1, #text4.txt-decbox1, #text5.txt-decbox1, #text6.txt-decbox1, #text7.txt-decbox1, #text8.txt-decbox1, #text9.txt-decbox1, #text10.txt-decbox1 {
background-color: #fffbee;
}
/*飾り枠1*/
.txt-decbox1 {
background-color: #fffbee;
background-image: url(./img/decbox_l.gif);
background-repeat: repeat-y;
background-position: left top;
}
.txt-decbox1 .top {
background-image: url(./img/decbox_t.gif);
background-repeat: no-repeat;
background-position: left top;
height:auto;
padding:0;
}
.txt-decbox1 .top_inner {
background-image: url(./img/decbox_r.gif);
background-repeat: repeat-y;
background-position: right top;
}
.txt-decbox1 .top_inner .top_box {
background-image: url(./img/decbox_tr.gif);
background-repeat: no-repeat;
background-position: right top;
text-align: center;
margin:0;
min-height:36px;
}
#main .txt-decbox1 h2,
#main .txt-decbox1 h3
{
display:block;
line-height:120%;
padding: 30px 60px 10px;
}
.txt-decbox1 .body{
background-image: url(./img/decbox_r.gif);
background-repeat: repeat-y;
background-position: right top;
padding: 10px 30px 0;
width:auto;
*zoom: 1;
}
.txt-decbox1 .bottom {
background-image: url(./img/decbox_b.gif);
background-repeat: no-repeat;
background-position: left top;
height: 50px;
padding:0;
}
.txt-decbox1 .bottom span{
background-image: url(./img/decbox_br.gif);
background-repeat: no-repeat;
background-position: right top;
display: block;
height: 50px;
margin:0;
}
/*飾り枠2*/
.txt-decbox2 {
background-image: url(./img/decbox2_r.gif);
background-position: right bottom;
background-repeat: repeat-y;
}
.txt-decbox2 .top {
background-image: url(./img/decbox2_tr.gif);
background-repeat: no-repeat;
background-position: right top;
padding: 16px 16px 0 0;
height:auto;
}
.txt-decbox2 .top_inner {
background-image: url(./img/decbox2_l.gif);
background-position: left top;
background-repeat: repeat-y;
}
.txt-decbox2 .top_inner .top_box {
background-image: url(./img/decbox2_t.gif);
background-position: left top;
background-repeat: no-repeat;
padding-left: 16px;
position: relative;
top: -16px;
}
.txt-decbox2 .top_inner .top_box2 {
background-image: url(./img/decbox2_t2.gif);
background-position: center top;
background-repeat: no-repeat;
display: block;
text-align: center;
min-height:30px;
}
#main .txt-decbox2 h2 span,
#main .txt-decbox2 h3 span
{
padding: 50px 14px 0;
}
.txt-decbox2 .body{
background-image: url(./img/decbox2_l.gif);
background-position: left bottom;
background-repeat: repeat-y;
margin-bottom: -20px;
margin-right: 16px;
overflow: hidden;
padding: 0 14px 0 30px;
position: relative;
*zoom: 1;
}
.txt-decbox2 .bottom {
background-image: url(./img/decbox2_br.gif);
background-position: right top;
background-repeat: no-repeat;
height: 60px;
}
.txt-decbox2 .bottom span{
background-image: url(./img/decbox2_b.gif);
background-position: left top;
background-repeat: no-repeat;
display: block;
height: 60px;
}
#main .txt-grayback, #main .txt-colorback, #main .txt-line, #main .txt-frame,#main .txt-colorframe ,#main .txt-rndbox {
margin-top: 10px;
margin-bottom: 10px;
}
#main .txt-grayback, #main .txt-colorback {
padding: 1px;
}
#main .txt-grayback .body, #main .txt-colorback .body{
padding: 20px;
*zoom: 1;
}
#main .txt-frame, #main .txt-colorframe {
padding: 0;
}
#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
padding: 0;
}
/* 記事スタイル - 色差分 */
#main .txt-decbox1 .top h2 span,
#main .txt-decbox1 .top h3 span {
color: #f3a3a8;
}
#main .txt-decbox2 .top h2 span,
#main .txt-decbox2 .top h3 span {
color: #fa969d;
}
.hd{
color: #333;
text-decoration:none;
}
/* 文字装飾 */
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%;
}
/* 水平線 */
.border1,.border2,.border3,.borderdot,.borderdot2{
margin: 10px 0;
}
/* 角丸 */
.rbox3 {
background-color: #FFF;
border: 1px solid #d7d7d7;
}
/*
==================================================
スタイルの初期化
==================================================
*/
*{
margin: 0;
padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
background: transparent;
border: 0;
font-size: 100%;
outline: 0;
vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
_zoom: 1;
display: block;
text-align: left;
}
img {
border: 0;
}
@media screen and (max-width: 899px) {
img {
font-size: 0;
height: auto;
line-height: 0;
max-width: 100%;
vertical-align: top;
}
}
@media screen and (max-width: 640px) {
img {
float: none !important;
}
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
border-collapse: collapse;
border-spacing: 0;
}
input, select {
vertical-align: middle;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
background-color: #fff;
color: #2e2e2e;
font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
font-size: 14px;
line-height: 180%;
text-align: center;
letter-spacing: -0.001em;/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust: 100%;/* 文字サイズの自動調整機能のキャンセル */
}
h1, h2, h3, h4, h5, h6, .title, dt {
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
font-weight: 700;
}
.clear {
clear: both;
font-size: 1px;
line-height: 0;
}
/* リスト
==================================================
*/
ul {
padding: 10px 0;
}
ul li {
background-image: url(img/li.png);
background-position: 5px 10px;
background-repeat: no-repeat;
padding: 2px 0 2px 22px;
position: relative;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 ul li {
  background-image: url(img/li@2x.png);
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
 }
}
ol {
list-style-type: decimal;
padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #035099; }
a:hover {
color: #035099;
text-decoration: none;
}
a:hover img {
background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
left: 1px;
position: relative;
top: 1px;
}
@media screen and (max-width: 640px) {
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
left: 0;
top: 0;
}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
overflow: hidden;
position: relative;
text-align: center;
}
#wrapper .inner {
overflow: hidden;
position: relative;
text-align: left;
}
#contents {
margin: 0 auto;
padding: 15px 0 75px;
position: relative;
text-align: center;
width: 900px;
}
#layoutbox{
}
#siteNavi {
font-size: 12px;
margin-bottom: 10px;
padding: 0 5px;
}
@media screen and (max-width: 899px) {
#contents {
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
width: auto;
}
}
@media screen and (max-width: 640px) {
#wrapper .inner {
overflow: visible;
}
#contents {
padding: 10px 10px 0;
}
#siteNavi {
margin-bottom: 5px;
padding: 0;
}
}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
bottom: 8px;
clear: both;
position: absolute;
right: 0;
z-index: 5;
}
#pagetop a {
background-image: url(img/pagetop_button.png);
background-position: left top;
background-repeat: no-repeat;
display: block;
height: 28px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
width: 148px;
}
@media screen and (max-width: 899px) {
#pagetop {
right: 10px;
}
#pagetop a {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf4f4), color-stop(100%,#fceaeb));
background: linear-gradient(to bottom, #fdf4f4 0%,#fceaeb 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #ef767f;
font-size: 11px;
line-height: 28px;
padding: 0 10px 0 30px;
position: relative;
text-decoration: none;
text-indent: 0;
white-space: normal;
width: auto;
}
#pagetop a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(77%,#fef6f7), color-stop(100%,#ffffff));
background: linear-gradient(to bottom, #ffffff 0%,#fef6f7 77%,#ffffff 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
content: "";
height: 14px;
left: 10px;
margin-top: -7px;
position: absolute;
top: 50%;
width: 14px;
}
#pagetop a:after {
border-bottom: 6px solid #f3959b;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 0 solid transparent;
content: "";
display: block;
left: 14px;
margin-top: -3px;
position: absolute;
top: 50%;
}
}
@media screen and (max-width: 640px) {
#pagetop {
background-color: #fafafa;
margin: 0 -10px;
padding: 10px;
position: static;
}
#pagetop a {
font-size: 14px;
height: auto;
line-height: normal;
padding: 15px 0;
text-align: center;
}
#pagetop a:before {
left: 50%;
margin-left: -85px;
}
#pagetop a:after {
left: 50%;
margin-left: -81px;
}
}
/* 検索ボックス
==================================================
*/
#searchbox {
background-image: url(img/search_input.gif);
background-position: left top;
background-repeat: no-repeat;
font-size: 12px;
height: 26px;
left: 50%;
margin-left: 227px;
position: absolute;
text-align: left;
width: 223px;
z-index: 1;
top:27px;
}
#searchbox form {
margin: 0;
padding: 0;
position: relative;
}
#searchbox input {
background-color: transparent;
background-image: url(img/searchbutton.gif);
background-position: left top;
background-repeat: no-repeat;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
cursor: pointer;
height: 26px;
left: 177px;
overflow: hidden;
position: absolute;
text-indent: 200%;
top: 0;
white-space: nowrap;
width: 46px;
-webkit-appearance: none;
}
#searchbox .skwd {
background-image: none;
cursor: auto;
height: 26px;
left: 5px;
line-height: 26px;
text-indent: 0;
width: 164px;
}
@media screen and (max-width: 899px) {
#searchbox {
background: none repeat scroll 0 0 transparent;
left: auto;
margin-left: 0;
right: 10px;
width: 24.7777777778%;
}
#searchbox input {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(50%,#434343), color-stop(50%,#363636), color-stop(100%,#575757));
background: linear-gradient(to bottom, #585858 0%,#434343 50%,#363636 50%,#575757 100%);
border-bottom: 2px solid #444444;
border-left: 2px solid #383838;
border-right: 2px solid #383838;
border-top: 2px solid #adadad;
color: #fff;
height: 26px;
left: auto;
line-height: 26px;
right: 0;
text-align: center;
text-indent: 0;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
white-space: normal;
width: 22.4215246637%;
-webkit-appearance: none;
}
#searchbox .skwd {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff));
background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 100%);
border: 1px solid #d2d2d2;
color: #2e2e2e;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 0;
padding: 0 5px;
right: auto;
text-align: left;
text-shadow: none;
width: 76.2331838565%;
}
}
@media screen and (max-width: 640px) {
#searchbox {
bottom: -56px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
left: 0;
overflow: hidden;
padding: 0 10px;
right: auto;
text-align: left;
top: auto;
width: 100%;
}
#searchbox input {
float: left;
font-size: 14px;
height: 36px;
line-height: 36px;
position: static;
width: 20%;
}
#searchbox .skwd {
height: 36px;
line-height: 36px;
width: 80%;
}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
margin: 0 8px 8px 8px;
}
.center {
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
margin-bottom: 20px;
}
.float-l img { 
margin-right: 20px;
}
.float-r img {
margin-left: 20px;
}
.clear, .FloatEnd {
clear: both;
font-size: 1px;
height: 0;
line-height: 0;
}
/* (スマホ用)画像の中央揃え処理 */
@media screen and (max-width: 640px) {
.txt-img{
padding: 0 10px;
text-align: center !important;
}
.txt-img,.txt-img img{
float:none !important;
}
.float-l p,.float-l{
text-align:center;
float:none;
}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
background-image: url(img/top_bg.gif);
background-position: left top;
background-repeat: repeat;
position: relative;
text-align: center;
z-index: 1;
}
#top h1 {
background-image: url(img/h1_bg.gif);
background-position: left top;
background-repeat: repeat-x;
padding: 3px 0;
}
#top h1 span {
color: #fff;
display: block;
font-size: 12px;
left: 50%;
line-height: 1.8;
min-height: 24px;  
height: auto !important;  
height: 24px;
margin-left: -450px;
position: relative;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
width: 600px;
}
#top .inner {
overflow: visible;
position: relative;
}
#top h2 {
background-color: #fff;
background-image: url(img/top_inner_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border-bottom: 5px solid #f19197;
-webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
-moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
padding: 25px 0;
position: relative;
text-align: left;
}
#top h2 span {
display: block;
left: 50%;
margin-left: -450px;
position: relative;
width: 600px;
}
#top h2 a {
color: #ef767f;
font-size: 22px;
line-height: 1.4;
text-decoration: none;
}
#top h2 a img {
vertical-align: middle;
}
@media screen and (max-width: 899px) {
#top h1,
#top h2 {
padding-left: 10px;
padding-right: 10px;
}
#top h2 {
background: none repeat scroll 0 0 #fff;
z-index: 0;
}
#top h2:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fafafa));
background: linear-gradient(to bottom, #e5e5e5 0%,#fafafa 100%);
border-top: 1px solid #dddddd;
bottom: 0;
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
}
#top h2:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
border-bottom: 1px solid #fff;
bottom: 5px;
content: "";
height: 40px;
left: 0;
position: absolute;
right: 0;
z-index: -1;
}
#top h1 span,
#top h2 span {
left: auto;
margin-left: 0;
width: 66.6666666667%;
}
}
@media screen and (max-width: 640px) {
#top {
background: none repeat scroll 0 0 #f08189;
position: static;
}
#top h1 {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee646f), color-stop(100%,#f08189));
background: none, linear-gradient(to bottom, #ee646f 0%,#f08189 100%);
}
#top h1,
#top h2 {
padding-right: 90px;
}
#top h1 span,
#top h2 span {
width: auto;
}
#top .inner {
position: static;
}
}
/* ヘッダー
==================================================
*/
#headerbox {
background-image: url(img/headerbox_bg.gif);
background-position: center top;
background-repeat: repeat;
padding: 15px 0;
position: relative;
text-align: center;
z-index: -1;
}
#header {
-webkit-box-shadow: 0 2px 3px rgba(179, 179, 179, 0.7);
-moz-box-shadow: 0 2px 3px rgba(179, 179, 179, 0.7);
box-shadow: 0 2px 3px rgba(179, 179, 179, 0.7);
margin: 0 auto;
position: relative;
text-align: left;
width: 900px;
}
@media screen and (max-width: 899px) {
#headerbox {
padding-left: 10px;
padding-right: 10px;
}
#header {
height: auto;
width: auto;
}
}
@media screen and (max-width: 640px) {
#headerbox {
padding: 10px;
}
}
/* トップメニュー
==================================================
*/
#topmenubtn {
display: none;
}
#topmenubox {
text-align: center;
}
#topmenu {
background-color: #e9eaec;
background-image: url(img/topmenu_bg.gif);
background-position: center bottom;
background-repeat: repeat-x;
-webkit-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.9);
-moz-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.9);
box-shadow: 0 1px 3px rgba(217, 217, 217, 0.9);
padding: 8px 0;
position: relative;
text-align: center;
}
#topmenu ul {
background-image: url(img/topmenu_li.gif);
background-position: left top;
background-repeat: repeat-y;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 900px;
*margin: 0;
}
#topmenu li {
background-image: url(img/topmenu_li.gif);
background-position: right top;
background-repeat: repeat-y;
float: left;
margin-bottom: -32767px;
overflow: hidden;
padding: 0 0 32767px 0;
position: static;
text-align: center;
width: 180px;
}
#topmenu li a {
color: #4c4c4c;
font-size: 14px;
text-decoration: none;
}
#topmenu li a:hover {
text-decoration: underline;
}
@media screen and (max-width: 899px) {
#topmenu {
background: none repeat scroll 0 0 #e9eaec;
padding-left: 10px;
padding-right: 10px;
}
#topmenu:before {
background-color: #fff;
border-bottom: 2px solid #dcdcdc;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
right: 0;
}
#topmenu ul {
background: none repeat scroll 0 0 transparent;
display: table;
margin: 0;
table-layout: fixed;
width: 100%;
}
#topmenu li {
background: none repeat scroll 0 0 transparent;
display: table-cell;
float: none;
margin: 0;
padding: 0;
width: auto;
}
#topmenu li a {
display: block;
position: relative;
}
#topmenu li a:before {
background-color: #d7d8d9;
bottom: 0;
content: "";
position: absolute;
right: 0;
top: 0;
width: 1px;
}
#topmenu li:first-child a:after {
background-color: #d7d8d9;
bottom: 0;
content: "";
left: 0;
position: absolute;
top: 0;
width: 1px;
}
}
@media screen and (max-width: 640px) {
#topmenubtn {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
border: 1px solid #fff;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
color: #ef767f;
cursor: pointer;
font-size: 11px;
height: 56px;
line-height: 26px;
position: absolute;
right: 10px;
text-align: center;
top: 0;
width: 60px;
}
.topmenubtnOn {
display: block !important;
}
#topmenubtn:before {
border-bottom: 3px solid #ef767f;
border-top: 3px solid #ef767f;
bottom: 10px;
content: "";
height: 5px;
left: 14px;
position: absolute;
width: 32px;
}
#topmenubtn:after {
border-top: 3px solid #ef767f;
bottom: 26px;
content: "";
height: 0;
left: 14px;
position: absolute;
width: 32px;
}
#topmenubox {
background-color: #f0737d;
display: none;
overflow: hidden;
padding: 10px;
position: relative;
z-index: 0;
}
#topmenubox:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28c93), color-stop(100%,#f0737d));
background: linear-gradient(to bottom, #f28c93 0%,#f0737d 100%);
content: "";
height: 120px;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
#topmenubox:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7d84), color-stop(100%,#f28a91));
background: linear-gradient(to bottom, #ef7d84 0%,#f28a91 100%);
content: "";
height: 5px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.menuon {
display: block !important;
}
#topmenu {
background: none repeat scroll 0 0 transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0 0 10px 0;
z-index: auto;
}
#topmenu:before {
background-color: transparent;
border-bottom: none;
bottom: auto;
content: "";
height: auto;
left: auto;
position: static;
right: auto;
}
#topmenu ul {
display: block;
}
#topmenu li {
border-bottom: 1px solid #ef636e;
border-top: 1px solid #f28b93;
display: block;
}
#topmenu li:first-child {
border-top: none;
}
#topmenu li:last-child {
border-bottom: none;
}
#topmenu li a {
color: #fff;
padding: 8px 10px 8px 30px;
text-align: left;
}
#topmenu li a:before {
background-color: transparent;
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
bottom: auto;
left: 14px;
position: absolute;
right: auto;
top: 17px;
width: auto;
}
#topmenu li:first-child a:after {
background-color: transparent;
bottom: auto;
content: "";
left: auto;
position: static;
top: auto;
width: auto;
}
}
/* トップサブメニュー
==================================================
*/
#topsubmenu {
font-size: 0;
height: 22px;
left: 50%;
letter-spacing: -.40em;
line-height: 0;
margin-left: 224px;
position: absolute;
text-align: right;
top: 0;
width: 226px;
z-index: 2;
}
#topsubmenu span {
display: inline-block;
height: 22px;
letter-spacing: normal;
line-height: normal;
margin-left: 3px;
width: 110px;
*display: inline;
*zoom: 1;
}
#topsubmenu span a {
background-position: left top;
background-repeat: no-repeat;
display: block;
height: 22px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
width: 110px;
}
#topsubmenu span#rssbtn a {
background-image: url(img/rss_button.gif);
}
#topsubmenu span#sitemapbtn a {
background-image: url(img/sitemap_button.gif);
}
@media screen and (max-width: 899px) {
#topsubmenu {
height: auto;
left: auto;
margin-left: 0;
right: 10px;
width: auto;
}
#topsubmenu span {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
height: auto;
width: auto;
}
#topsubmenu span a {
color: #2e2e2e;
font-size: 11px;
height: auto;
padding: 2px 15px 2px 25px;
position: relative;
text-decoration: none;
text-indent: 0;
white-space: normal;
width: auto;
}
#topsubmenu span a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f08189), color-stop(100%,#ee646f));
background: linear-gradient(to bottom, #f08189 0%,#ee646f 100%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
content: "";
height: 10px;
left: 10px;
margin-top: -6px;
position: absolute;
top: 50%;
width: 10px;
}
#topsubmenu span a:after {
border-bottom: none;
border-left: none;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
content: "";
height: 3px;
left: 12px;
margin-top: -3px;
position: absolute;
top: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 3px;
}
#topsubmenu span#rssbtn a,
#topsubmenu span#sitemapbtn a {
background-image: none;
}
}
@media screen and (max-width: 640px) {
#topsubmenu {
position: static;
right: auto;
top: auto;
}
#topsubmenu span {
background: none repeat scroll 0 0 transparent;
border-bottom: none;
border-left: 1px solid #f28b93;
border-right: 1px solid #f28b93;
border-top: 1px solid #f28b93;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
float: none;
margin-left: 0;
}
#topsubmenu span:last-child {
border-bottom: 1px solid #f28b93;
}
#topsubmenu span a {
background-color: #f07680;
color: #fff;
font-size: 14px;
padding: 10px;
text-align: center;
}
#topsubmenu span a:before {
background: none repeat scroll 0 0 transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: auto;
left: auto;
margin-top: 0;
position: static;
top: auto;
width: auto;
}
#topsubmenu span a:after {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
height: auto;
left: auto;
margin-top: 0;
position: static;
top: auto;
-webkit-transform: none;
transform: none;
width: auto;
}
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
background-color: #fff;
-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
float: right;
position: relative;
width: 660px;
}
#main .inner {
border: 1px solid #F5F5F5;
margin: 1px;
padding: 8px;
position: relative;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
margin-bottom: 15px;
overflow: hidden;
padding: 5px;
position: relative;
}
@media screen and (max-width: 899px) {
#main {
width: 73.3333333333%;
}
}
@media screen and (max-width: 640px) {
#main {
float: none;
margin-bottom: 20px;
position: static;
width: 100%;
}
#main .inner {
padding: 5px;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
margin-bottom: 10px;
}
}
/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#main h2, #main h3 {
background-color: #f4aaae;
background-image: url(img/h3_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border: 1px solid #ef7c85;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
-moz-box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
margin-bottom: 10px;
position: relative;
}
#main h2 span, #main h3 span {
border-top: 1px solid #f8cacd;
color: #fff;
display: block;
font-size: 18px;
padding: 10px 15px;
*zoom: 1;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
margin-bottom: 30px;
top: 20px;
}
#main h4 {
background-color: #fff;
background-image: url(img/h4_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border: 1px solid #d9d9d9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
margin-bottom: 30px;
position: relative;
top: 20px;
}
#main h4 span {
background-image: url(img/h4.gif);
background-position: 8px 7px;
background-repeat: no-repeat;
border: 1px solid #fff;
display: block;
font-size: 16px;
padding: 6px 10px 6px 20px;
*zoom: 1;
}
#main h5 {
background-image: url(img/h5.gif);
background-position: left bottom;
background-repeat: no-repeat;
font-size: 15px;
line-height: 1.5;
margin: 20px auto 10px;
padding: 0 0 10px;
}
#main h6 {
background-image: url(img/h6.png);
background-position: left 6px;
background-repeat: no-repeat;
margin: 5px auto;
padding-left: 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#main h6 {
background-image: url(img/h6@2x.png);
-webkit-background-size: 14px 12px;
background-size: 14px 12px;
}
}
#main .atn02 {
background-color: #f7f7f7;
border: 1px solid #ebebeb;
margin: 20px 0 10px;
position: relative;
}
#main .atn02 span {
background-image: url(img/atn_02.gif);
background-position: 20px 20px;
background-repeat: no-repeat;
border-top: 1px solid #fff;
display: block;
font-weight: bold;
padding: 20px 10px 20px 60px;
}
@media screen and (max-width: 899px) {
#main h2, #main h3 {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4aaae), color-stop(50%,#f2969c), color-stop(50%,#f1868c), color-stop(95%,#f18f96), color-stop(100%,#f4aaae));
background: none, linear-gradient(to bottom, #f4aaae 0%,#f2969c 50%,#f1868c 50%,#f18f96 95%,#f4aaae 100%);
}
#main h4 {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
}
#main h4 span {
background: none repeat scroll 0 0 transparent;
position: relative;
}
#main h4 span:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#ef717a));
background: linear-gradient(to bottom, #f6b9bd 0%,#ef717a 100%);
content: "";
height: 22px;
left: 8px;
position: absolute;
top: 7px;
width: 3px;
}
#main h5 {
background: none repeat scroll 0 0 transparent;
position: relative;
}
#main h5:before {
background-color: #f0f0f0;
bottom: 0;
content: "";
height: 3px;
left: 0;
position: absolute;
right: 0;
}
#main h5:after {
background-color: #f6b9bd;
bottom: 0;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 30px;
}
#main .atn02 span {
background: none repeat scroll 0 0 transparent;
}
#main .atn02 span:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba3936), color-stop(100%,#761311));
background: linear-gradient(to bottom, #ba3936 0%,#761311 100%);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
bottom: 0;
color: #fff;
content: "!";
font-size: 14px;
height: 20px;
left: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 22px;
width: 20px;
}
}
@media screen and (max-width: 640px) {
#main h2, #main h3 {
margin-left: -3px;
margin-right: -3px;
}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu img{
max-width:100%;
height:auto;
}
#menu {
float: left;
line-height: 1.8;
width: 220px;
}
#menu .rankbox {
border-bottom: 1px dashed #E6E6E6;
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 10px;
}
#menu .rankbox img {
width: 185px;
}
.menubox {
background-color: #fff;
-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
margin-bottom: 20px;
overflow: hidden;
}
.menubox ul,
.menulist ul {
overflow: hidden;
}
.menubox ul {
padding: 0;
}
.menulist {
background-color: #fafafa;
padding: 2px;
}
.menulist ul {
background-color: #fff;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
}
.menulist li {
background-color: #fff;
background-image: url(img/menulist_li_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border-bottom: 1px solid #e1e1e1;
font-size: 0;
line-height: 0;
overflow: hidden;
padding: 0;
position: relative;
*zoom: 1;
}
.menulist .l2,
.menulist .l3 {
background-image: none;
}
.menulist li a {
background-image: url(img/menu_bg.png);
background-position: 10px 15px;
background-repeat: no-repeat;
color: #616161;
display: block;
font-size: 14px;
line-height: 1.5;
padding: 10px 10px 10px 30px;
position: relative;
text-decoration: none;
}
.menulist li a:hover {
background-color: #fafafa;
color: #035099;
text-decoration: underline;
}
.menulist .l2 a {
background-image: url(img/menu_bg2.png);
background-position: 25px 15px;
font-weight: normal;
padding-left: 40px;
}
.menulist .l3 a {
background-image: url(img/menu_bg3.png);
background-position: 40px 16px;
font-weight: normal;
padding-left: 50px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
background-color: #fff;
background-position: left top;
background-repeat: repeat-x;
-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
overflow: hidden;
padding-top: 4px;
position: relative;
text-shadow: none;
z-index: -1;
}
#menu h4, #rmenu h4 {
background-image: url(img/menu_h4.gif);
}
#menu .title, #rmenu .title {
background-image: url(img/menu_title.gif);
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
background-image: url(img/menu_title_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
display: block;
font-size: 16px;
line-height: 1.4;
padding: 12px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
background-image: url(img/menu_title_bg@2x.png);
-webkit-background-size: 900px 42px;
background-size: 900px 42px;
}
}
#menu h4 span, #rmenu h4 span {
color: #ef767f;
}
#menu .title span, #rmenu .title span {
color: #4d4d4d;
}
@media screen and (max-width: 899px) {
#menu {
width: 24.4444444444%;
}
#menu .rankbox img {
width: auto;
}
#menu h4, #rmenu h4, #menu .title, #rmenu .title {
background-image: none;
}
#menu h4:before, #rmenu h4:before, #menu .title:before, #rmenu .title:before {
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#menu h4:before, #rmenu h4:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#f08088));
background: linear-gradient(to bottom, #f6b9bd 0%,#f08088 100%);
}
#menu .title:before, #rmenu .title:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#7f7f7f));
background: linear-gradient(to bottom, #b2b2b2 0%,#7f7f7f 100%);
}
.menulist li {
background-image: none;
}
.menulist li:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
background: linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
}
.menulist li a,
.menulist .l2 a,
.menulist .l3 a {
background-image: none;
}
.menulist li a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#ef717a));
background: linear-gradient(to bottom, #f6b9bd 0%,#ef717a 100%);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
content: "";
height: 12px;
left: 10px;
position: absolute;
top: 15px;
width: 12px;
}
.menulist li a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 15px;
position: absolute;
top: 18px;
}
.menulist .l2 a:before,
.menulist .l3 a:before {
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
content: "";
height: auto;
left: auto;
position: static;
top: 0;
width: auto;
}
.menulist .l2 a:after {
border-bottom: 2px solid #f1868c;
border-left: 2px solid #f1868c;
border-right: none;
border-top: none;
content: "";
display: block;
height: 6px;
left: 25px;
position: absolute;
top: 15px;
width: 5px;
}
.menulist .l3 a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
left: 40px;
top: 16px;
}
}
@media screen and (max-width: 640px) {
#menu {
float: none;
width: 100%;
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
background-image: none;
position: relative;
}
#menu h4 span:before, #rmenu h4 span:before, #menu .title span:before, #rmenu .title span:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#f7f8f9), color-stop(100%,#ebeced));
background: linear-gradient(to bottom, #fefefe 0%,#f7f8f9 50%,#ebeced 100%);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.menulist .l2,
.menulist .l3 {
display: none;
}
.menulist li a {
padding: 15px 10px 15px 30px;
}
.menulist li a:before {
top: 18px;
}
.menulist li a:after {
top: 21px;
}
}
/* バナー領域
==================================================
*/
.bannerbox {
margin-bottom: 10px;
overflow: hidden;
}
.bannerbox ul {
padding: 0;
}
.bannerbox li {
background: none repeat scroll 0 0 transparent;
margin-bottom: 10px;
padding: 0;
}
.bannerbox li a {
font-size: 15px;
}
.bannerbox li a img {
vertical-align: bottom; 
}
@media screen and (max-width: 640px) {
.bannerbox li {
text-align: center;
}
.bannerbox li:last-child {
margin-bottom: 0;
}
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
margin-bottom: -1px;
overflow: hidden;
}
ul#newEntry li, ul#entryarchive li {
background-image: url(img/menu_bg3.png);
background-position: 12px 18px;
background-repeat: no-repeat;
border-bottom: 1px dashed #e6e6e6;
font-size: 12px;
line-height: 1.4;
padding: 14px 10px 14px 25px;
*zoom: 1;
}
@media screen and (max-width: 899px) {
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
margin-bottom: 0;
}
ul#newEntry li, ul#entryarchive li {
background-image: none;
position: relative;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child {
border-bottom: none;
}
ul#newEntry li:before,
ul#entryarchive li:before {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 12px;
position: absolute;
top: 18px;
}
}
/*
==================================================
フッター
==================================================
*/
#footer {
background-color: #f0737d;
background-image: url(img/footer_bg.gif);
background-position: center top;
background-repeat: repeat-x;
color: #fff;
font-size: 12px;
line-height: 1.8;
text-align: center;
}
#footer .inner {
background-color: #ef636e;
padding: 18px 0;
text-align: center;
}
#footer a {
color: #fff;
}
#footer p {
margin: 0 auto;
overflow: hidden;
text-align: center;
word-wrap: break-word;
width: 900px;
}
#footlinkbox {
font-size: 0;
letter-spacing: -.40em;
line-height: 0;
margin: 0 auto;
padding-top: 35px;
position: relative;
text-align: center;
width: 900px;
}
#footermenu {
display: inline-block;
overflow: hidden;
padding: 0 10px 20px;
*display: inline;
*zoom: 1;
}
#footermenu span {
display: inline-block;
margin-bottom: 5px;
*display: inline;
*zoom: 1;
}
#footermenu a,
#footer p#footsub a {
background-image: url(img/footer_menu_bg.png);
background-position: 6px 6px;
background-repeat: no-repeat;
font-size: 12px;
letter-spacing: normal;
line-height: 1.4;
padding: 0 14px;
}
#footer p#footsub {
font-size: 0;
letter-spacing: -.40em;
line-height: 0;
padding: 0 10px 25px;
width: auto;
}
#footer p#footsub span {
display: inline-block;
overflow: hidden;
*display: inline;
*zoom: 1;
}
#footer .desc {
border-top: 1px solid #ef636e;
margin: 0 auto;
position: relative;
text-align: center;
width: 900px;
}
#footer .desc span {
border-top: 1px solid #f28b93;
display: block;
padding: 18px 10px;
}
@media screen and (max-width: 899px) {
#footer {
background-image: none;
position: relative;
}
#footer:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f28c93), color-stop(100%,#f0737d));
background: linear-gradient(to bottom, #f28c93 0%,#f0737d 100%);
content: "";
height: 120px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#footer:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7d84), color-stop(100%,#f28a91));
background: linear-gradient(to bottom, #ef7d84 0%,#f28a91 100%);
border-top: 4px solid #f4abb1;
content: "";
height: 5px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#footlinkbox,
#footer p,
#footer .desc {
width: auto;
}
#footer .desc {
margin: 0 10px;
}
#footermenu a,
#footer p#footsub a {
background: none repeat scroll 0 0 transparent;
position: relative;
}
#footermenu a:before,
#footer p#footsub a:before {
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 6px;
position: absolute;
top: 6px;
}
}
@media screen and (max-width: 640px) {
#footer p {
font-size: 10px;
}
#footlinkbox {
padding-top: 15px;
}
#footermenu {
display: block;
padding: 0 10px 10px;
}
#footermenu span {
border-bottom: 1px solid #ef636e;
border-top: 1px solid #f28b93;
display: block;
margin: 0;
}
#footermenu span:first-child {
border-top: none;
}
#footermenu span:last-child {
border-bottom: none;
}
#footermenu a {
display: block;
font-size: 14px;
line-height: 180%;
padding: 8px 10px 8px 30px;
text-decoration: none;
}
#footermenu a:before {
left: 14px;
top: 17px;
}
#footer p#footsub {
padding: 0 10px 10px;
}
#footer p#footsub span {
background-color: #f07680;
border-left: 1px solid #f28b93;
border-right: 1px solid #f28b93;
border-top: 1px solid #f28b93;
display: block;
}
#footer p#footsub span:last-child {
border-bottom: 1px solid #f28b93;
}
#footer p#footsub a {
display: block;
font-size: 14px;
padding: 10px;
text-align: left;
text-decoration: none;
}
#footer p#footsub a:before {
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
height: auto;
left: auto;
margin-top: 0;
position: static;
top: auto;
-webkit-transform: none;
transform: none;
width: auto;
}
#footer .desc {
border-top: none;
margin: 0;
}
#footer .desc span {
border-top: none;
}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
background-color: #fff;
border: 1px solid #d5d5d5;
-webkit-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
-moz-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
overflow: hidden;
position: relative;
}
#whatsnew .title {
background-color: #fcfcfc;
background-image: url(img/whatsnew_title_bg.gif);
background-position: left top;
background-repeat: repeat-x;
}
#whatsnew .title span {
background-image: url(img/whatsnew_title.gif);
background-position: left bottom;
background-repeat: repeat-x;
display: block;
font-size: 16px;
line-height: 1.8;
padding: 6px 20px 10px;
position: relative;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#whatsnew ul {
margin-bottom: -1px;
padding: 0;
}
#whatsnew ul li {
background-image: url(img/menu_bg3.png);
background-position: 15px 18px;
background-repeat: no-repeat;
border-bottom: 1px dashed #e6e6e6;
font-size: 12px;
line-height: 1.6;
padding: 10px 15px 10px 30px;
position: relative;
*zoom: 1;
}
#whatsnew ul li span {
padding-right: 15px;
}
@media screen and (max-width: 899px) {
#whatsnew .title {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(19%,#f8f8f8), color-stop(100%,#fcfcfc));
background: none, linear-gradient(to bottom, #ffffff 0%,#f8f8f8 19%,#fcfcfc 100%);
}
#whatsnew .title span {
background: none repeat scroll 0 0 transparent;
}
#whatsnew .title span:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#7f7f7f));
background: linear-gradient(to bottom, #b2b2b2 0%,#7f7f7f 100%);
bottom: 0;
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
}
#whatsnew ul {
margin-bottom: 0;
}
#whatsnew ul li {
background: none repeat scroll 0 0 transparent;
}
#whatsnew ul li:last-child {
border-bottom: none;
}
#whatsnew ul li:before {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 15px;
position: absolute;
top: 18px;
}
}
@media screen and (max-width: 640px) {
#whatsnew ul li {
padding: 10px 15px;
}
#whatsnew ul li:before {
border: none;
content: "";
left: auto;
position: static;
top: auto;
}
#whatsnew ul li span {
display: block;
padding-right: 0;
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
padding: 5px;
}
#categorylist .catbox {
background-image: url(img/catbox_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
border: 1px solid #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
position: relative;
_height: 1%;
}
#categorylist .title {
background-color: #f2f2f2;
background-image: url(img/category_title_bg.gif);
background-position: left top;
background-repeat: repeat-x;
font-size: 0;
font-weight: 700;
letter-spacing: -.40em;
line-height: 0;
margin-bottom: 15px;
overflow: hidden;
padding: 14px 15px 10px;
}
#categorylist .title a {
background-image: url(img/category_title.gif);
background-position: left 5px;
background-repeat: no-repeat;
color: #ef767f;
display: inline-block;
font-size: 16px;
letter-spacing: normal;
line-height: normal;
padding: 2px 0 2px 20px;
*display: inline;
*zoom: 1;
}
#categorylist .thumb {
float: left;
padding-left: 20px;
}
#categorylist .thumb img {
vertical-align: bottom;
}
#categorylist .body {
overflow: hidden;
padding: 0 20px;
}
#categorylist p {
font-size: 13px;
line-height: 1.6;
}
#categorylist .more {
float: right;
height: 38px;
margin: 10px 1px 1px 0;
_height: 1%;
}
#categorylist .more a {
background-image: url(img/button_more2.png);
background-position: left top;
background-repeat: no-repeat;
display: block;
height: 38px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
width: 136px;
}
#pagelist {
margin-bottom: 10px;
margin-top: 10px;
padding: 10px;
text-align: center;
}
#pagelist ul {
font-size: 0;
letter-spacing: -.40em;
line-height: 0;
padding: 0;
}
#pagelist li {
background: none repeat scroll 0 0 transparent;
display: inline-block;
font-size: 14px;
letter-spacing: normal;
line-height: normal;
margin: 0 5px 10px;
padding: 0;
*display: inline;
*zoom: 1;
}
#pagelist a {
background-color: #fff;
background-image: url(img/h4_bg.gif);
background-position: left center;
background-repeat: repeat-x;
border: 1px solid #d9d9d9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
display: inline-block;
padding: 8px 15px;
position: relative;
text-align: center;
*display: inline;
*zoom: 1;
}
@media screen and (max-width: 899px) {
#categorylist .catbox {
background: none repeat scroll 0 0 transparent;
z-index: 0;
}
#categorylist .catbox:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%);
bottom: 0;
content: "";
height: 26px;
left: 0;
position: absolute;
right: 0;
z-index: -1;
}
#categorylist .title,
#categorylist .title a {
background-image: none;
position: relative;
}
#categorylist .title:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#f08088));
background: linear-gradient(to bottom, #f6b9bd 0%,#f08088 100%);
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#categorylist .title a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f4aaae), color-stop(50%,#f1868c));
background: linear-gradient(to bottom, #f4aaae 50%,#f1868c 50%);
content: "";
height: 18px;
left: 0;
position: absolute;
top: 5px;
width: 5px;
}
#categorylist .more a {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
border: 1px solid #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
color: #ef767f;
font-size: 14px;
line-height: 38px;
padding-left: 40px;
position: relative;
text-decoration: none;
text-indent: 0;
white-space: normal;
}
#categorylist .more a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#ef717a));
background: linear-gradient(to bottom, #f6b9bd 0%,#ef717a 100%);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
content: "";
height: 12px;
left: 20px;
position: absolute;
top: 12px;
width: 12px;
}
#categorylist .more a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 25px;
position: absolute;
top: 15px;
}
#pagelist a {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
}
}
@media screen and (max-width: 640px) {
#categorylist  {
padding: 5px 0;
}
#categorylist .catbox {
margin-bottom: 10px;
padding-bottom: 10px;
}
#categorylist .catbox:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f5f5f5));
background: linear-gradient(to bottom, #ffffff 50%,#f5f5f5 100%); 
border: 1px solid #fff;
height: auto;
top: 0;
}
#categorylist .thumb {
padding-left: 10px;
}
#categorylist .thumb img {
max-width: 80px;
}
#categorylist .title {
background-color: transparent;
margin-bottom: 0;
}
#categorylist .body {
padding: 0 10px;
}
#categorylist p {
font-size: 11px;
line-height: 1.5;
}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
border: 1px solid #e5e5e5;
}
#entrylist h4 {
background: none repeat scroll 0 0 #efefef; 
border: 1px solid #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
padding: 8px 10px;
top: 0;
}
#entrylist h4 span {
background-image: url(img/entry_title.gif);
background-position: left 2px;
background-repeat: no-repeat;
border: none;
font-size: 14px;
line-height: 1.8;
padding: 1px 0 1px 15px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#entrylist dl {
overflow: hidden;
padding: 0 10px;
position: relative;
*height: 1%;
}
#entrylist dt {
border-top: 1px dashed #d1d1d1;
line-height: 0;
margin-top: -1px;
padding: 15px 10px;
position: relative;
*height: 1%;
}
#entrylist dt a {
background-image: url(img/entry_li_bg.png);
background-position: left 8px;
background-repeat: no-repeat;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 1.5;
padding: 1px 0 1px 10px;
*display: inline;
*zoom: 1;
}
#entrylist dd {
font-size: 12px;
line-height: 1.5;
margin-top: -10px;
padding: 0 10px 15px;
}
#relNavigate {
margin-bottom: 15px;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#relNavigate a {
font-size: 14px;
font-weight: 700;
margin-left: 5px;
margin-right: 5px;
}
@media screen and (max-width: 899px) {
#entrylist h4 span {
background: none repeat scroll 0 0 transparent;
position: relative;
}
#entrylist h4 span:before {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#747474));
background: none, linear-gradient(to bottom, #b2b2b2 0%,#747474 100%);
content: "";
height: 22px;
left: 0;
position: absolute;
top: 2px;
width: 4px;
}
#entrylist dt {
margin-top: 0;
}
#entrylist dt:first-child {
border-top: none;
}
#entrylist dt a {
background-image: none;
position: relative;
}
#entrylist dt a:before {
border-bottom: 3px solid transparent;
border-left: 3px solid #ef767f;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 0;
position: absolute;
top: 8px;
}
#relNavigate {
font-size: 0;
letter-spacing: -.40em;
line-height: 0;
}
#relNavigate a {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
border: 1px solid #d9d9d9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
display: inline-block;
font-size: 14px;
letter-spacing: normal;
line-height: normal;
padding: 7px 10px;
text-align: center;
}
}
@media screen and (max-width: 640px) {
#entrylist h4 span {
font-size: 16px;
}
#entrylist h4 span:before {
top: 4px;
}
#entrylist dl {
padding: 0;
}
#entrylist dd {
font-size: 11px;
line-height: 1.4;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps ul {
margin: 0;
padding: 0 5px;
}
#sitemaps li {
background-image: none;
font-size: 0;
letter-spacing: -.40em;
line-height: 0;
padding: 0;
}
#sitemaps .l1 {
margin-top: 10px;
}
#sitemaps .l2 {
margin-left: 10px;
margin-top: 5px;
}
#sitemaps .l3 {
margin-left: 20px;
margin-top: 5px;
}
#sitemaps li a {
background-image: url(img/menu_bg.png);
background-position: left 6px;
background-repeat: no-repeat;
display: inline-block;
letter-spacing: normal;
line-height: 1.8;
padding-left: 20px;
*display: inline;
*zoom:1;
}
#sitemaps .l1 a {
font-size: 16px;
font-weight: 700;
}
#sitemaps .l2 a {
background-image: url(img/menu_bg2.png);
background-position: 5px 6px;
font-size: 14px;
}
#sitemaps .l3 a {
background-image: url(img/menu_bg3.png);
background-position: 10px 6px;
font-size: 12px;
}
@media screen and (max-width: 899px) {
#sitemaps li a,
#sitemaps .l1 a,
#sitemaps .l2 a,
#sitemaps .l3 a {
background-image: none;
position: relative;
}
#sitemaps li a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#ef717a));
background: linear-gradient(to bottom, #f6b9bd 0%,#ef717a 100%);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
content: "";
height: 12px;
left: 0;
position: absolute;
top: 6px;
width: 12px;
}
#sitemaps li a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
content: "";
display: block;
left: 5px;
position: absolute;
top: 9px;
}
#sitemaps .l2 a:before,
#sitemaps .l3 a:before {
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
content: "";
height: auto;
left: auto;
position: static;
top: 0;
width: auto;
}
#sitemaps .l2 a:after {
border-bottom: 2px solid #f1868c;
border-left: 2px solid #f1868c;
border-right: none;
border-top: none;
content: "";
display: block;
height: 6px;
left: 5px;
position: absolute;
top: 6px;
width: 5px;
}
#sitemaps .l3 a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
left: 10px;
top: 6px;
}
}
@media screen and (max-width: 640px) {
#sitemaps ul {
margin: 0 -5px;
padding: 0;
}
#sitemaps li {
border-bottom: 1px solid #f5f5f5;
}
#sitemaps li,
#sitemaps .l1,
#sitemaps .l2,
#sitemaps .l3 {
margin-left: 0;
margin-top: 0;
}
#sitemaps .l1:before {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
background: none, linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
}
#sitemaps .l2,
#sitemaps .l3 {
background-color: #fcfcfc;
}
#sitemaps li a {
display: block;
padding: 12px 15px 12px 35px;
text-decoration: none;
}
#sitemaps .l2 a {
padding: 10px 15px 10px 45px;
}
#sitemaps .l3 a {
padding: 10px 15px 10px 55px;
}
#sitemaps li a:before {
left: 15px;
top: 18px;
}
#sitemaps li a:after {
left: 20px;
top: 21px;
}
#sitemaps .l2 a:after {
left: 30px;
top: 16px;
}
#sitemaps .l3 a:after {
left: 45px;
top: 16px;
}
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 10px; }
#space3, #space4, #space5, #space6 {
line-height: 1.4;
padding: 10px;
}
.grayline{
border: 1px solid #CCCCCC;
}
#main .grayline{
padding:10px;
margin-bottom:15px;
}
#menu .grayline{
font-size:90%;
padding:8px;
margin-bottom:15px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
border-bottom: 1px dashed #d1d1d1;
margin-bottom: 15px;
overflow: hidden;
padding: 10px 5px;
}
.blog .thumb {
float: left;
margin-right: 15px;
}
.blog .thumb img { width: 125px; }
.blog .title {
font-size: 15px;
line-height: 1.4;
margin-bottom: 10px;
}
.blog .title a { color: #2e2e2e; }
.blog .info {
color: #616161;
margin-bottom: 10px;
}
.blog .info a { color: #616161; }
.blog .body {
line-height: 1.5;
overflow: hidden;
}
.blog .more {
font-weight: 700;
margin-bottom: 10px;
margin-top: 10px;
text-align: right;
}
@media screen and (max-width: 640px) {
.blog .thumb {
float: none;
margin: 0 0 15px;
text-align: center;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
overflow: hidden;
padding: 5px;
}
#searchresult dl {
margin: -5px;
}
#searchresult dt {
font-size: 15px;
padding: 5px;
}
#searchresult dd {
border-bottom: 1px dashed #d1d1d1;
line-height: 1.5;
margin: 0 0 10px;
padding: 0 5px 15px;
}
#searchresult b {
color: #ef767f;
}
@media screen and (max-width: 640px) {
#searchresult dd {
font-size: 12px;
line-height: 1.6;
}
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
overflow: hidden;
text-align: left;
}
#linklist dt {
font-size: 15px;
padding: 5px;
}
#linklist dd {
border-bottom: 1px dashed #e6e6e6;
line-height: 1.5;
margin: 0 0 10px;
padding: 0 5px 15px;
}
@media screen and (max-width: 640px) {
#linklist dd {
font-size: 12px;
line-height: 1.6;
}
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
background-position: left top;
background-repeat: no-repeat;
color: #ef767f;
font-size: 20px;
font-weight: 700;
height: auto;
line-height: 1.4;
margin-bottom: 5px;
margin-top: 15px;
padding: 5px 0 5px 40px;
*zoom: 1;
}
#main .point1 { background-image: url(img/point1.png); }
#main .point2 { background-image: url(img/point2.png); }
#main .point3 { background-image: url(img/point3.png); }
#main .point4 { background-image: url(img/point4.png); }
#main .point5 { background-image: url(img/point5.png); }
#main .point6 { background-image: url(img/point6.png); }
#main .point7 { background-image: url(img/point7.png); }
#main .point8 { background-image: url(img/point8.png); }
#main .point9 { background-image: url(img/point9.png); }
#main .point10 { background-image: url(img/point10.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#main .point1 { background-image: url(img/point1@2x.png); }
#main .point2 { background-image: url(img/point2@2x.png); }
#main .point3 { background-image: url(img/point3@2x.png); }
#main .point4 { background-image: url(img/point4@2x.png); }
#main .point5 { background-image: url(img/point5@2x.png); }
#main .point6 { background-image: url(img/point6@2x.png); }
#main .point7 { background-image: url(img/point7@2x.png); }
#main .point8 { background-image: url(img/point8@2x.png); }
#main .point9 { background-image: url(img/point9@2x.png); }
#main .point10 { background-image: url(img/point10@2x.png); }
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
-webkit-background-size: 33px 33px;
background-size: 33px 33px;
}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
background-color: #f2f2f2;
border: 2px solid #dbdbdb;
-webkit-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
-moz-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
margin-bottom: 20px;
padding: 3px;
position: relative;
}
#main .rank-container {
background-color: #e4e4e4;
border: 1px solid #fefefe;
padding: 2px;
}
#main .rank-inner {
background-color: #fff;
padding: 17px;
}
#main .rankbox {
background-image: url(img/rankbox_bg.gif);
background-position: left top;
background-repeat: repeat-x;
padding-top: 20px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-repeat: no-repeat;
border: medium none;
font-size: 26px;
height: auto;
line-height: 1.3;
margin-bottom: 6px;
margin-top: 6px;
*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
background-position: left 6px;
padding: 22px 0 22px 86px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-position: 4px 6px;
padding: 15px 0 15px 72px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10{
margin: 0;
}
#main .rank1 { background-image: url(img/rank1.png); }
#main .rank2 { background-image: url(img/rank2.png); }
#main .rank3 { background-image: url(img/rank3.png); }
#main .rank4 { background-image: url(img/rank4.png); }
#main .rank5 { background-image: url(img/rank5.png); }
#main .rank6 { background-image: url(img/rank6.png); }
#main .rank7 { background-image: url(img/rank7.png); }
#main .rank8 { background-image: url(img/rank8.png); }
#main .rank9 { background-image: url(img/rank9.png); }
#main .rank10 { background-image: url(img/rank10.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#main .rank1 { background-image: url(img/rank1@2x.png); }
#main .rank2 { background-image: url(img/rank2@2x.png); }
#main .rank3 { background-image: url(img/rank3@2x.png); }
#main .rank4 { background-image: url(img/rank4@2x.png); }
#main .rank5 { background-image: url(img/rank5@2x.png); }
#main .rank6 { background-image: url(img/rank6@2x.png); }
#main .rank7 { background-image: url(img/rank7@2x.png); }
#main .rank8 { background-image: url(img/rank8@2x.png); }
#main .rank9 { background-image: url(img/rank9@2x.png); }
#main .rank10 { background-image: url(img/rank10@2x.png); }
#main .rank1,#main .rank2,#main .rank3 {
-webkit-background-size: 74px 60px;
background-size: 74px 60px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
-webkit-background-size: 62px 46px;
background-size: 62px 46px;
}
}
#main .rankbox .rankbox-inner {
overflow: hidden;
}
#main .rankbox .feature {
background-color: #f6f6f6;
background-image: url(img/feature_title.gif);
background-position: left 9px;
background-repeat: no-repeat;
margin-bottom: 10px;
overflow: hidden;
padding: 5px 10px 5px 34px;
}
#main .rankbox .feature span {
font-weight: 700;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
margin: 0 30px 15px 0;
padding: 0;
max-width:280px;
height:auto;
}
#main .rankbox .rankbox-inner p {
font-size: 12px;
line-height: 1.6;
overflow: hidden;
padding-bottom: 30px;
}
#main .rankbox .rank-table {
clear: both;
margin: 0;
width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
border: 1px solid #d3d3d3;
padding: 8px 10px;
text-align: left;
vertical-align: middle;
}
#main .rankbox .rank-table th {
background-color: #f6f6f6;
}
#main .rankbox .rank-table td {
background-color: #fff;
}
#main .rank .comment {
margin-top: 20px;
}
#main .rank .comment .comment-inner {
background-color: #f7f7f7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
-moz-box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
padding: 10px 20px;
position: relative;
}
#main .rank .comment .comment-tit {
background-image: url(img/comment_bg.gif);
background-position: left top;
background-repeat: no-repeat;
border-bottom: 1px solid #fff;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#main .rank .comment .comment-tit {
background-image: url(img/comment_bg@2x.png);
-webkit-background-size: 54px 54px;
background-size: 54px 54px;
}
}
#main .rank .comment .comment-tit span {
border-bottom: 1px solid #bcbcbc;
color: #648ebc;
display: block;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
padding: 18px 10px 17px 62px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#main .rank .comment p {
font-size: 13px;
line-height: 1.6;
padding: 10px 0;
}
#main .rank .more {
font-size: 0;
letter-spacing: -.40em;
padding: 25px 0 10px;
position: relative;
text-align: center;
}
#main .rank .more span {
display: inline-block;
font-size: 14px;
height: 64px;
letter-spacing: normal;
margin-right: 20px;
vertical-align: bottom;
width: 256px;
*display: inline;
*zoom:1;
}
#main .rank .more a {
background-image: url(img/button_more.png);
background-position: left top;
background-repeat: no-repeat;
display: block;
height: 64px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
width: 256px;
}
#main .rank .more span.official {
margin-right: 0;
}
#main .rank .more span.official a {
background-image: url(img/button_official.png);
}
@media screen and (max-width: 899px) {
#main .rank {
margin-bottom: 10px;
}
#main .rankbox {
background: none repeat scroll 0 0 transparent;
position: relative;
}
#main .rankbox:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
border-top: 1px solid #f8f8f8;
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#main .rankbox .feature {
background-image: none;
position: relative;
}
#main .rankbox .feature:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#797979));
background: linear-gradient(to bottom, #b3b3b3 0%,#797979 100%);
content: "";
height: 13px;
left: 0;
position: absolute;
top: 9px;
width: 23px;
}
#main .rankbox .feature:after {
border-bottom: none;
border-left: none;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 13px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 3px;
}
#main .rank .more {
padding: 20px 0 0;
}
#main .rank .more span {
display: block;
margin: 0 auto 15px;
width: 70%;
}
#main .rank .more span:last-child {
margin: 0 auto;
}
#main .rank .more a {
background: none repeat scroll 0 0 #ebebec;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
font-size: 16px;
line-height: 64px;
padding-left: 25px;
position: relative;
text-decoration: none;
text-indent: 0;
text-shadow: 0 2px 3px rgba(0,0,0,0.15);
white-space: normal;
width: auto;
z-index: 0;
}
#main .rank .more span.official a {
background-image: none;
}
#main .rank .more a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29cdd3), color-stop(50%,#29bfc7), color-stop(50%,#00b3bb), color-stop(95%,#00a5af), color-stop(100%,#29cdd3));
background: linear-gradient(to bottom, #29cdd3 0%,#29bfc7 50%,#00b3bb 50%,#00a5af 95%,#29cdd3 100%);
border-top: 2px solid #75e2e8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
bottom: 5px;
content: "";
left: 5px;
position: absolute;
right: 5px;
top: 5px;
z-index: -1;
}
#main .rank .more a:after {
background-image: url(img/button_more_2.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 1px solid #00848c;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
bottom: 5px;
content: "";
left: 5px;
position: absolute;
right: 5px;
top: 5px;
z-index: -1;
}
#main .rank .more span.official a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bb29), color-stop(50%,#fbad29), color-stop(50%,#fa9c01), color-stop(95%,#ff8c00), color-stop(100%,#f7bb29));
background: linear-gradient(to bottom, #f7bb29 0%,#fbad29 50%,#fa9c01 50%,#ff8c00 95%,#f7bb29 100%);
border-top: 2px solid #ffdd99;
}
#main .rank .more span.official a:after {
background-image: url(img/button_official_2.png);
border: 1px solid #df7b00;
}
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#main .rank .more a {
-webkit-background-size: 25px 28px;
background-size: 25px 28px;
}
#main .rank .more span.official a {
-webkit-background-size: 25px 28px;
background-size: 25px 28px;
}
}
@media screen and (max-width: 640px) {
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { font-size:20px; }
#main .rankbox .rankbox-inner .float-l,
#main .rankbox .rankbox-inner .float-r {
float: none;
overflow: hidden;
padding-bottom: 10px;
text-align: center;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
margin: 0 0 10px 0;
}
#main .rankbox .rankbox-inner p {
padding-bottom: 15px;
}
#main .rank .comment {
margin-top: 15px;
}
#main .rank .comment .comment-inner {
padding: 10px;
}
#main .rank .more span {
width: 100%;
}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
background-position: left top;
background-repeat: no-repeat;
border: medium none;
font-size: 14px;
font-weight: 700;
height: auto;
line-height: 1.4;
margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
padding: 22px 0 22px 86px;
}
#menu .rank4,#menu .rank5{
padding: 15px 0 15px 68px;
}
#menu .rank1 { background-image: url(img/rank1.png); }
#menu .rank2 { background-image: url(img/rank2.png); }
#menu .rank3 { background-image: url(img/rank3.png); }
#menu .rank4 { background-image: url(img/rank4.png); }
#menu .rank5 { background-image: url(img/rank5.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#menu .rank1 { background-image: url(img/rank1@2x.png); }
#menu .rank2 { background-image: url(img/rank2@2x.png); }
#menu .rank3 { background-image: url(img/rank3@2x.png); }
#menu .rank4 { background-image: url(img/rank4@2x.png); }
#menu .rank5 { background-image: url(img/rank5@2x.png); }
#menu .rank1,#menu .rank2,#menu .rank3 {
-webkit-background-size: 74px 60px;
background-size: 74px 60px;
}
#menu .rank4,#menu .rank5 {
-webkit-background-size: 62px 46px;
background-size: 62px 46px;
}
}
@media screen and (max-width: 899px) {
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
background-position: center top;
}
#menu .rank1,#menu .rank2,#menu .rank3{
padding: 65px 0 5px 0;
}
#menu .rank4,#menu .rank5{
padding: 51px 0 5px 0;
}
}
@media screen and (max-width: 640px) {
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
background-position: left top;
}
#menu .rank1,#menu .rank2,#menu .rank3{
padding: 22px 0 22px 86px;
}
#menu .rank4,#menu .rank5{
padding: 15px 0 15px 68px;
}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
overflow: hidden;
text-align: center;
}
#column1 #contents {
padding-bottom: 50px;
}
#column1 #menu, #column1 #main {
float: none;
width: auto;
}
#column1 #main {
margin-bottom: 30px;
}
#column1 #menu .menulist ul {
border-bottom: 1px solid #e1e1e1;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
letter-spacing: -0.4em;
line-height: 0;
margin: 0;
padding: 7px;
}
#column1 #menu .menulist li {
background: none repeat scroll 0 0 transparent;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
border: none;
display: inline-block;
letter-spacing: normal;
line-height: 1.5;
overflow: hidden;
padding: 3px 0;
*display: inline;
*zoom: 1;
}
#column1 #menu .menulist li a {
background-image: url(img/menu_bg3.png);
background-position: left 6px;
background-repeat: no-repeat;
font-weight: 400;
margin: 0 15px 0 5px;
padding: 0 0 0 10px;
text-decoration: underline;
}
#column1 #menu .menulist li a:hover {
background-color: #fff;
text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
background-position: left 10px;
margin: 0 5px;
padding: 5px 10px;
}
@media screen and (max-width: 899px) {
#column1 #menu .menulist li:before {
background: none;
}
#column1 #menu .menulist li a {
background-image: none;
}
#column1 #menu .menulist li a:before {
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: auto;
left: auto;
position: static;
top: auto;
width: auto;
}
#column1 #menu .menulist li a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
left: 0;
top: 6px;
}
#column1 #menu .menulist .l2 a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #666666;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
height: auto;
left: 0;
top: 6px;
width: auto;
}
#column1 #menu .menulist .l3 a:after {
left: 0;
top: 6px;
}
#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before {
left: 0;
top: 10px;
}
}
@media screen and (max-width: 640px) {
#column1 #contents {
padding-bottom: 0;
}
#column1 #main {
margin-bottom: 20px;
}
#column1 #menu .menulist ul {
border-bottom: none;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
padding: 0;
}
#column1 #menu .menulist li {
border-bottom: 1px solid #e1e1e1;
}
#column1 #menu .menulist li:before {
background: none, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
background: none, linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
}
#column1 #menu .menulist .l2,
#column1 #menu .menulist .l3 {
display: none;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
display: block;
padding: 0;
}
#column1 #menu .menulist li a {
margin: 0;
padding: 15px 10px 15px 30px;
text-decoration: none;
}
#column1 #menu .menulist li a:hover {
background-color: #fafafa;
}
#column1 #menu .menulist li a:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b9bd), color-stop(100%,#ef717a));
background: linear-gradient(to bottom, #f6b9bd 0%,#ef717a 100%);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height: 12px;
left: 10px;
position: absolute;
top: 18px;
width: 12px;
}
#column1 #menu .menulist li a:after {
border-bottom: 3px solid transparent;
border-left: 3px solid #fff;
border-right: 0 solid transparent;
border-top: 3px solid transparent;
left: 15px;
top: 21px;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
border-bottom: 1px dashed #e6e6e6;
line-height: 1.4;
margin: 0;
padding: 14px 10px 14px 25px;
}
#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before {
left: 12px;
top: 18px;
}
#column1 #menu ul#newEntry li:last-child, #column1 #menu ul#entryarchive li:last-child {
border-bottom: medium none;
}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
overflow: hidden;
text-align: center;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#headerbox,#header { height: auto !important; }
#header .desc {
font-size: 11px;
}
.topsubmenuOff #top h1 span {
width: 900px;
}
@media screen and (max-width: 899px) {
.topsubmenuOff #top h1 span {
width: 100%;
}
}
@media screen and (max-width: 640px) {
.topmenubtnOff #top h1 {
padding-right: 10px;
}
}
@media screen and (max-width: 640px) {
#footer {
}
}
#main .txt-decbox1 h2, #main .txt-decbox1 h3, #main .txt-decbox2 h2, #main .txt-decbox2 h3 {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
top: 0;
}body{
font-size: 14px;
}
#header{ height: 170px; }
#headerbox {height:170px; }
#header h2 ,#header .title ,#top h2,#top h2 a{
font-size: 18px;
}
#header h2 a, #header h2 a:visited,#header .title a,#top h2 a,#header .title a:visited{}
#header #headertxt {
font-size: 11px;
}
#main{ float: left; }
#column2 #menu,#column3 #menu{ float: right; }
#column3 #rmenu { float: left; }
#column3 #layoutbox { float: right; }
#column3 #main { float: left; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
body,footer,#footer,#footer > div{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
h1,h2,h3,h4,h5,h6,.title,dt,h3 > span,h4 > span,h5 > span,h6 > span,.title > span,div[id$="menu"] h4,div[id$="menu"] .title,#indexlist .title{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#entrylist h4,#entrylist h4::before{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
/* スマホ説明文 */
@media screen and (max-width: 640px) {#header .desc,#footer .desc{display:none;}}