@charset "UTF-8";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/
*{
margin:0;
padding:0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption{
background:transparent;
border:0;
font-size:100%;
outline:0;
vertical-align:baseline;
}
blockquote:before,blockquote:after,q:before,q:after{
content:'';
content:none;
}
blockquote{
border:1px dotted #CCC;
}
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:#e6f2f0;
background-image:url(img/body_bg.gif);
background-position:center top;
background-repeat:repeat;
color:#555555;
font-family:'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
font-size:16px;
line-height:180%;
text-align:center;
letter-spacing:-0.001em;/* iOS4でのテキストの隙間への対応 */
-webkit-text-size-adjust:100%;/* 文字サイズの自動調整機能のキャンセル */
word-break:break-all;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
body{
background-image:url(img/body_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
}
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:2px 7px;
background-repeat:no-repeat;
font-size:16px;
padding:8px 0 8px 34px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
ul li{
background-image:url(img/li@2x.png);
-webkit-background-size:24px 24px;
background-size:24px 24px;
}
}
ol{
list-style-type:decimal;
padding:10px 0 10px 25px;
}
ol li{
font-size:16px;
padding:5px 0;
}
/* リンク
==================================================
*/
a{ color:#1492d4; }
a:hover{
color:#43a8dd;
text-decoration:none;
}
a:hover img{
background:none !important;
}
a img{ background:none !important; }
#main a:hover,#menu a:hover,#rmenu a:hover,#pagetop a:hover{
left:1px;
position:relative;
top:1px;
}
@media screen and (max-width:640px){
#main a:hover,#menu a:hover,#rmenu a:hover,#pagetop a:hover{
left:0;
top:0;
}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper{
overflow:hidden;
position:relative;
text-align:center;
}
#contents{
background-color:#f8fbfb;
border-top:1px solid #ffffff;
-webkit-box-shadow:0 3px 4px #ccd7d5;
-moz-box-shadow:0 3px 4px #ccd7d5;
box-shadow:0 3px 4px #ccd7d5;
margin:0 auto 30px auto;
position:relative;
text-align:center;
width:900px;
}
#layoutbox{
line-height:0;
overflow:hidden;
padding:4px 5px 5px 15px;
position:relative;
}
#siteNavi{
color:#888888;
font-size:10px;
line-height:1.6;
margin:0 0 10px;
overflow:hidden;
}
@media screen and (max-width:899px){
#contents{
margin:0 0 20px;
width:auto;
}
#layoutbox{
padding:4px 5px 5px 5px;
}
}
@media screen and (max-width:640px){
#contents{
background-color:transparent;
border-top:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0;
}
#layoutbox{
padding:0;
}
}
/* ページ上部へ戻る
==================================================
*/
#btnbox{
background-color:#f5f5f5;
background-image:url(img/btnbox_bg.gif);
background-position:left top;
background-repeat:repeat-x;
height:38px;
position:relative;
text-align:center;
}
#btnbox ul{
margin:0 auto !important;
margin:0;
overflow:hidden;
padding:0;
width:900px;
}
#toppage{
display:none;
}
#pagetop{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
float:right;
font-size:0;
line-height:0;
padding:8px 0 0 0;
z-index:5;
}
#pagetop a{
background-image:url(img/pagetop_button.gif);
background-position:left top;
background-repeat:no-repeat;
display:block;
font-size:14px;
height:22px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:134px;
}
#toppage a,#pagetop a{
color:#3e6d74;
font-size:12px;
text-decoration:none;
}
@media screen and (max-width:899px){
#btnbox:before{
background-color:#ffffff;
border-top:1px solid #f5f5f5;
content:"";
height:1px;
left:0;
position:absolute;
right:0;
top:0;
}
#btnbox:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dadada),color-stop(100%,#e3e3e3));
background-image:linear-gradient(to bottom,#dadada 0%,#e3e3e3 100%);
bottom:0;
content:"";
height:3px;
left:0;
position:absolute;
right:0;
}
#btnbox ul{
margin:0;
width:auto;
}
#pagetop a{
background:none repeat scroll 0 0 transparent;
line-height:22px;
padding:0 10px 0 25px;
position:relative;
text-indent:0;
white-space:normal;
width:auto;
}
#pagetop a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1d1d1),color-stop(100%,#e5e5e5));
background:linear-gradient(to bottom,#d1d1d1 0%,#e5e5e5 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
left:0;
margin-top:-8px;
position:absolute;
top:50%;
width:16px;
}
#pagetop a:after{
border-bottom:4px solid #42747c;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:0 solid transparent;
content:"";
display:block;
left:4px;
margin-top:-2px;
position:absolute;
top:50%;
}
}
@media screen and (max-width:640px){
#btnbox{
background-image:none;
background-position:0 0;
background-repeat:repeat;
height:auto;
margin-top:5px;
}
#btnbox ul{
padding:8px 10px;
}
#btnbox ul li{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#ededed));
background-image:linear-gradient(to bottom,#f9f9f9 0%,#ededed 100%);
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border:1px solid #d4d4d4;
-webkit-border-bottom-left-radius:2px;
-webkit-border-bottom-right-radius:0;
-webkit-border-top-left-radius:2px;
-webkit-border-top-right-radius:0;
-moz-border-radius:2px 0 0 2px;
border-radius:2px 0 0 2px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
line-height:normal;
padding:0;
text-align:center;
width:50%;
}
#btnbox ul li:last-child{
border-left:none;
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:2px;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:2px;
-moz-border-radius:0 2px 2px 0;
border-radius:0 2px 2px 0;
float:right;
}
#toppage{
display:block;
}
#toppage:before{
background-color:#42747c;
content:"";
height:5px;
left:15px;
margin-top:0;
position:absolute;
top:50%;
width:6px;
z-index:1;
}
#pagetop:before{
background-color:#42747c;
content:"";
height:1px;
right:14px;
margin-top:-3px;
position:absolute;
top:50%;
width:8px;
z-index:1;
}
#btnbox ul li a{
display:block;
padding:10px 0;
}
#toppage a{
padding-left:15px !important;
}
#toppage a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1d1d1),color-stop(100%,#e5e5e5));
background:linear-gradient(to bottom,#d1d1d1 0%,#e5e5e5 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
left:10px;
margin-top:-8px;
position:absolute;
top:50%;
width:16px;
}
#toppage a:after{
border-bottom:5px solid #42747c;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:0 solid transparent;
content:"";
display:block;
left:13px;
margin-top:-5px;
position:absolute;
top:50%;
}
#pagetop a{
height:auto;
line-height:normal;
padding-right:10px !important;
}
#pagetop a:before{
left:auto;
right:10px;
}
#pagetop a:after{
left:auto;
margin-top:0;
right:14px;
}
#pagetop a:hover{
position:relative;
}
}
/* 検索ボックス
==================================================
*/
#searchbox form{
background-image:url(img/search_input.gif);
background-position:left top;
background-repeat:no-repeat;
font-size:12px;
height:28px;
left:50%;
margin-left:230px;
position:absolute;
text-align:left;
top:12px;
width:220px;
z-index:1;
}
#searchbox input{
background-color:transparent;
background-image:url(img/searchbutton.png);
background-position:1px 3px;
background-repeat:no-repeat;
border:none;
color:#555555;
cursor:pointer;
font-size:0;
height:24px;
left:194px;
line-height:0;
overflow:hidden;
position:absolute;
text-indent:200%;
top:2px;
white-space:nowrap;
width:24px;
-webkit-appearance:none;
}
#searchbox .skwd{
background-image:none;
cursor:auto;
font-size:12px;
left:5px;
line-height:24px;
text-indent:0;
width:180px;
}
@media screen and (max-width:899px){
#searchbox form{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#fefefe));
background-image:linear-gradient(to bottom,#f4f4f4 0%,#fefefe 100%);
border-bottom:1px solid #f7f7f7;
border-left:1px solid #eaeaea;
border-right:1px solid #eaeaea;
border-top:1px solid #dbdbdb;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
left:auto;
margin-left:auto;
right:10px;
top:7px;
width:24.4444444444%;
}
#searchbox form:before{
border:1px solid #666666;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:10px;
position:absolute;
right:11px;
top:5px;
width:10px;
}
#searchbox form:after{
background-color:#666666;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
content:"";
height:7px;
position:absolute;
right:9px;
top:15px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
width:2px;
}
#searchbox input{
background:none repeat scroll 0 0 transparent;
left:auto;
top:1px;
right:1px;
}
#searchbox .skwd{
left:5px;
width:80%;
}
}
@media screen and (max-width:640px){
#searchbox form{
background-image:none;
border:none;
height:36px;
margin-bottom:10px;
position:relative;
right:auto;
top:auto;
width:100%;
}
#searchbox form:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#43727a),color-stop(100%,#214246));
background-image:linear-gradient(to bottom,#43727a 0%,#214246 100%);
border:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
height:36px;
right:0;
top:auto;
width:18%;
}
#searchbox form:after{
background-color:transparent;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.2)),color-stop(100%,rgba(255,255,255,0.1)));
background-image:linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
border-top:1px solid rgba(255,255,255,0.5);
-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;
height:17px;
position:absolute;
right:0.5%;
top:2px;
-webkit-transform:none;
transform:none;
width:17%;
}
#searchbox input{
color:#ffffff;
font-size:16px;
height:36px;
line-height:36px;
right:0;
text-indent:0;
top:auto;
white-space:normal;
width:18%;
z-index:1;
}
#searchbox .skwd{
background-color:#ffffff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.35) inset;
box-shadow:3px 3px 5px rgba(0,0,0,0.35) inset;
color:#555555;
font-size:14px;
height:36px;
left:0;
line-height:26px;
padding:5px 10px;
top:auto;
width:81%;
}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img{
}
.txt-img img{
margin:0 8px 8px 8px;
}
.center{
margin-bottom:5px;
margin-top:5px;
text-align:center;
}
.float-l{ float:left;}
.float-r{ float:right;}
.float-l img,.float-r img{
margin-bottom:20px;
}
.float-l img{ 
margin-right:20px;
}
.float-r img{
margin-left:20px;
}
.clear,.FloatEnd{
clear:both;
font-size:1px;
height:0;
line-height:0;
}
@media screen and (max-width:640px){
.txt-img{
padding:0 10px;
text-align:center !important;
}
.float-l p,.float-r p{
float:none;
text-align:center;
}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top{
position:relative;
z-index:1;
}
#top .inner{
background-color:#ffffff;
background-image:url(img/top_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
-webkit-box-shadow:0 5px 5px rgba(175,192,188,0.8);
-moz-box-shadow:0 5px 5px rgba(175,192,188,0.8);
box-shadow:0 5px 5px rgba(175,192,188,0.8);
padding-bottom:9px;
position:relative;
text-align:center;
}
#top #logo,#top h1{
margin:0 auto;
width:900px;
}
#top #logo span,#top h1 span{
display:block;
padding:15px 0;
position:relative;
width:660px;
}
#top #logo a,#top h1 a{
color:#37717c;
font-size:15px;
line-height:1.4;
text-decoration:none;
text-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#top #logo a img,#top h1 a img{
vertical-align:middle;
}
@media screen and (max-width:899px){
#top .inner{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f4f4f4));
background-image:linear-gradient(to bottom,#ffffff 0%,#f4f4f4 100%);
position:relative;
}
#top .inner:before{
background-color:#cecece;
border-top:1px solid #c9c9c9;
bottom:6px;
content:"";
height:2px;
left:0;
position:absolute;
right:0;
}
#top .inner:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7981),color-stop(50%,#476b71),color-stop(50%,#335b61),color-stop(100%,#214246));
background-image:linear-gradient(to bottom,#4d7981 0%,#476b71 50%,#335b61 50%,#214246 100%);
bottom:0;
content:"";
height:6px;
left:0;
position:absolute;
right:0;
}
#top #logo,#top h1{
padding:0 10px;
width:auto;
}
#top #logo span,#top h1 span{
padding:10px 0;
width:73.3333333333%;
}
}
@media screen and (max-width:640px){
#top #logo span,#top h1 span{
padding:15px 66px 15px 0;
width:auto;
}
}
/* ヘッダー
==================================================
*/
#headerbox{
background-color:#ffffff;
background-image:url(img/headerbox_bg.gif);
background-position:center top;
background-repeat:no-repeat;
text-align:center;
}
#header{
height:300px;
margin:0 auto;
overflow:hidden;
position:relative;
text-align:left;
width:900px;
}
#header img{
left:0;
position:absolute;
top:0;
}
#header #headertxt{
left:0;
position:absolute;
top:0;
width:50%;
}
#header .title,#header .desc{
left:50%;
position:relative;
text-align:center;
text-shadow:0px 2px 3px rgba(0,0,0,0.2);
top:80px;
}
#header .title a{
color:#308795;
font-size:28px;
font-weight:700;
line-height:1.4;
text-decoration:none;
word-wrap:break-word;
}
#header .title a:hover{
color:#369faf;
}
#header .desc{
font-size:14px;
line-height:1.6;
padding-top:10px;
word-wrap:break-word;
}
@media screen and (max-width:899px){
#headerbox{
background:none repeat scroll 0 0 transparent;
}
#header{
height:auto !important;
width:auto;
}
#header img{
position:static;
}
#header .title,#header .desc{
top:60px;
}
#header .title a{
font-size:24px;
}
}
@media screen and (max-width:640px){
#header #headertxt{
left:auto;
overflow:hidden;
padding:5px;
position:relative;
top:auto;
width:auto;
}
#header #headertxt:before{
background-color:#ffffff;
border-top:1px solid #e6f2f0;
content:"";
height:1px;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#header #headertxt:after{
-webkit-border-radius:500px / 10px;
border-radius:500px / 10px;
bottom:100%;
-webkit-box-shadow:0 0 50px 15px rgba(255,255,255,0.8);
box-shadow:0 0 50px 15px rgba(255,255,255,0.8);
content:"";
left:20px;
position:absolute;
right:20px;
top:-20px;
z-index:-1;
}
#header .title,#header .desc{
left:auto;
position:static;
top:auto;
}
#header .title{
padding-top:10px;
top:60px;
}
#header .desc{
padding-bottom:10px;
text-align:left;
}
#header .title a{
font-size:22px;
}
}
/* トップメニュー
==================================================
*/
#topmenubtn{
display:none;
}
#topmenubox{
font-size:0;
text-align:center;
}
#topmenu{
background-color:#396168;
background-image:url(img/topmenu_bg.gif);
background-position:center top;
background-repeat:repeat-x;
border-bottom:2px solid #396168;
-webkit-box-shadow:0 5px 5px rgba(175,192,188,0.8);
-moz-box-shadow:0 5px 5px rgba(175,192,188,0.8);
box-shadow:0 5px 5px rgba(175,192,188,0.8);
margin-bottom:-6px;
overflow:hidden;
position:relative;
top:-6px;
}
#topmenu #topmenu_inner{
background-image:url(img/topmenu_inner_bg.gif);
background-position:center top;
background-repeat:no-repeat;
padding:2px 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 !important;
margin:0;
overflow:hidden;
padding:2px 0 0;
position:relative;
width:900px;
}
#topmenu li{
background-image:url(img/topmenu_li.gif);
background-position:right top;
background-repeat:repeat-y;
display:inline;
float:left;
padding:0;
text-align:center;
width:180px;
}
#topmenu li a{
color:#ebefef;
display:block;
font-size:14px;
line-height:1.4;
padding:8px 5px;
position:relative;
text-decoration:none;
}
#topmenu li a:hover{
color:#fbfcfc;
text-decoration:underline;
}
@media screen and (max-width:899px){
#topmenu{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#43727a),color-stop(100%,#214246));
background-image:linear-gradient(to bottom,#43727a 0%,#214246 100%);
background-position:0 0;
background-repeat:repeat;
}
#topmenu:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.1)));
background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
-webkit-border-radius:500px 500px 500px 500px / 10px 10px 10px 10px;
border-radius:500px 500px 500px 500px / 10px 10px 10px 10px;
bottom:50%;
content:"";
height:50px;
left:-10px;
position:absolute;
right:-10px;
}
#topmenu #topmenu_inner{
background:none repeat scroll 0 0 transparent;
}
#topmenu ul{
background:none repeat scroll 0 0 transparent;
display:table;
margin:0;
table-layout:fixed;
width:100%;
}
#topmenu li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
display:table-cell;
float:none;
position:relative;
width:auto;
}
#topmenu li:before{
background-color:#214246;
border-right:1px solid #58797e;
bottom:0;
content:"";
position:absolute;
right:0;
top:0;
width:1px;
}
#topmenu li:last-child:before{
background-color:transparent;
border-right:none;
}
#topmenu li a{
font-size:13px;
}
}
@media screen and (max-width:640px){
#topmenubtn{
background-color:#fbfbfb;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfbfb),color-stop(100%,#eae9e9));
background-image:linear-gradient(to bottom,#fbfbfb 0%,#eae9e9 100%);
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:0px 2px 1px #c9c9c9;
-moz-box-shadow:0px 2px 1px #c9c9c9;
box-shadow:0px 2px 1px #c9c9c9;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
cursor:pointer;
height:42px;
overflow:hidden;
position:absolute;
right:10px;
text-indent:200%;
top:3px;
white-space:nowrap;
width:46px;
z-index:1;
}
#topmenubtn:before,#topmenubtn:after{
content:"";
position:absolute;
right:12px;
top:13px;
width:22px;
}
#topmenubtn:before{
border-bottom:3px solid #7d7d7d;
border-top:3px solid #7d7d7d;
height:4px;
}
#topmenubtn:after{
border-top:3px solid #7d7d7d;
height:0;
margin-top:14px;
}
.topmenubtnOn{
display:block !important;
}
#topmenubox{
background-color:#1f464d;
-webkit-box-shadow:0px 14px 30px rgba(0,0,0,0.3) inset;
-moz-box-shadow:0px 14px 30px rgba(0,0,0,0.3) inset;
box-shadow:0px 14px 30px rgba(0,0,0,0.3) inset;
display:none;
overflow:hidden;
padding:10px 10px 0px 10px;
position:relative;
top:-6px;
z-index:1;
}
.menuon{
display:block !important;
}
#topmenu{
background:none repeat scroll 0 0 transparent;
border:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0;
top:0;
}
#topmenu:before{
background-image:none;
-webkit-border-radius:0;
border-radius:0;
bottom:auto;
height:auto;
left:auto;
position:static;
right:auto;
}
#topmenu #topmenu_inner{
padding:0;
}
#topmenu ul{
display:block;
padding:0 0 10px;
}
#topmenu li{
background-color:rgba(255,255,255,0.05);
display:block;
padding:0;
margin-bottom:3px;
}
#topmenu li:before{
background-color:transparent;
border-right:none;
bottom:static;
position:static;
right:auto;
top:auto;
width:auto;
}
#topmenu li:last-child{
margin-bottom:0;
}
#topmenu li span{
background:none repeat scroll 0 0 transparent;
margin:0;
}
#topmenu li a{
background:none repeat scroll 0 0 transparent;
margin:0;
padding:10px 30px 10px 15px;
position:relative;
text-align:left;
}
#topmenu li a:before{
border-bottom:none;
border-left:none;
border-right:2px solid #95a7ab;
border-top:2px solid #95a7ab;
content:"";
height:5px;
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main{
float:right;
line-height:180%;
overflow:hidden;
position:relative;
width:670px;
word-wrap:break-word;
}#wrapper #main .inner{
background-color:#ffffff;
background-image:url(img/main_bg.gif);
background-position:right bottom;
background-repeat:no-repeat;
overflow:hidden;
padding:10px;
position:relative;
text-align:left;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#wrapper #main .inner{
background-image:url(img/main_bg@2x.gif);
-webkit-background-size:150px 35px;
background-size:150px 35px;
}
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
margin-bottom:10px;
padding:10px;
}
@media screen and (max-width:899px){
#main{
width:74.4444444444%;
}
}
@media screen and (max-width:640px){
#main{
background-color:#f8fbfb;
border-top:1px solid #ffffff;
-webkit-box-shadow:0 3px 4px #ccd7d5;
-moz-box-shadow:0 3px 4px #ccd7d5;
box-shadow:0 3px 4px #ccd7d5;
float:none !important;
margin:0 0 15px 0;
padding:4px 0;
position:static;
width:100%;
}
#wrapper #main .inner{
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
}
#main .text,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{
padding:0;
}
}
/* 見出し
==================================================
*/
h4,h5,h6{
text-shadow:0 1px 2px rgba(0,0,0,0.15);
}
#main h2,#main h3{
background-color:#366167;
border:1px solid #366167;
-webkit-box-shadow:0 3px 5px #d9d9d9;
-moz-box-shadow:0 3px 5px #d9d9d9;
box-shadow:0 3px 5px #d9d9d9;
margin:0 0 10px;
position:relative;
text-shadow:0 5px 5px rgba(0,0,0,0.15);
z-index:1;
}
#main h2 span,#main h3 span{
background-image:url(img/h3_bg.gif);
background-position:left top;
background-repeat:repeat;
border:1px solid #739195;
display:block;
}
#main h2 span span,#main h3 span span{
background-image:url(img/h3.gif);
background-position:left top;
background-repeat:no-repeat;
border:1px solid #366167;
color:#ffffff;
font-size:20px;
line-height:1.4;
padding:14px 15px 14px 30px;
position:relative;
}
#main .text h3,#main #text1 h3,#main #text2 h3,#main #text3 h3,#main #text4 h3,#main #text5 h3,#main #text6 h3,#main #text7 h3,#main #text8 h3,#main #text9 h3,#main #text10 h3,#main #space1 h3,#main #space2 h3{
margin:20px 0;
}
#main h4{
background-color:#e3ede9;
background-image:url(img/h4_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border:1px solid #deebe6;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-top-left-radius:8px;
-webkit-border-top-right-radius:8px;
-moz-border-radius:8px 8px 4px 4px;
border-radius:8px 8px 4px 4px;
-webkit-box-shadow:0 1px 3px #e5e5e5;
-moz-box-shadow:0 1px 3px #e5e5e5;
box-shadow:0 1px 3px #e5e5e5;
margin:0 auto 55px;
overflow:visible;
padding:0 2px 3px;
position:relative;
top:40px;
width:auto;
}
#main h4 span{
background-image:url(img/h4.png);
background-position:left top;
background-repeat:no-repeat;
border-bottom:2px solid #628f95;
color:#376f79;
display:block;
font-size:18px;
line-height:1.5;
margin-bottom:-20px;
padding:28px 15px 8px 54px;
position:relative;
top:-19px;
*zoom:1;
}
#main h5{
background-image:url(img/h5.gif);
background-position:left bottom;
background-repeat:repeat-x;
color:#376f79;
font-size:16px;
line-height:1.5;
margin:25px auto 10px;
padding-bottom:10px;
}
#main h6{
background-image:url(img/h6.png);
background-position:2px 2px;
background-repeat:no-repeat;
color:#376f79;
font-size:15px;
line-height:1.5;
margin:8px auto;
padding-left:28px;
}
#main .atn02{
background-color:#f7fcfc;
background-image:url(img/atn_02_bg.gif);
background-position:left top;
background-repeat:repeat;
border-bottom:1px solid #eaf6f6;
border-left:1px solid #eaf6f6;
border-right:1px solid #eaf6f6;
border-top:2px solid #376f79;
margin:10px 0;
position:relative;
}
#main .atn02 span{
background-image:url(img/atn_02.gif);
background-position:left top;
background-repeat:repeat-x;
color:#376f79;
display:block;
font-size:13px;
font-weight:bold;
line-height:1.6;
padding:25px 25px 20px 25px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main h2 span,#main h3 span{
background-image:url(img/h3_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
#main h2 span span,#main h3 span span{
background-image:url(img/h3@2x.gif);
-webkit-background-size:900px 78px;
background-size:900px 78px;
}
#main h4 span{
background-image:url(img/h4@2x.png);
-webkit-background-size:105px 80px;
background-size:105px 80px;
}
#main .atn02{
background-image:url(img/atn_02_bg@2x.gif);
-webkit-background-size:20px 20px;
background-size:20px 20px;
}
#main .atn02 span{
background-image:url(img/atn_02@2x.gif);
-webkit-background-size:20px 10px;
background-size:20px 10px;
}
}
@media screen and (max-width:899px){
#main h4{
background-image:none;
background-position:left top;
background-repeat:repeat;
}
#main h4:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfefe),color-stop(100%,#e3ede9));
background-image:linear-gradient(to bottom,#fdfefe 0%,#e3ede9 100%);
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-moz-border-radius:7px 7px 3px 3px;
border-radius:7px 7px 3px 3px;
content:"";
height:44px;
left:0;
position:absolute;
right:0;
top:0;
}
#main h5{
background:none repeat scroll 0 0 transparent;
border-bottom:3px solid #dde9eb;
padding-bottom:7px;
}
#main h6{
background:none repeat scroll 0 0 transparent;
position:relative;
}
#main h6:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7feff),color-stop(100%,#f1feff));
background-image:linear-gradient(to bottom,#f7feff 0%,#f1feff 100%);
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
-webkit-box-shadow:1px 1px 2px #d9d9d9;
-moz-box-shadow:1px 1px 2px #d9d9d9;
box-shadow:1px 1px 2px #d9d9d9;
content:"";
height:16px;
left:2px;
position:absolute;
top:2px;
width:16px;
}
#main h6:after{
border-bottom:3px solid transparent;
border-left:6px solid #42747c;
border-right:6px solid transparent;
border-top:3px solid transparent;
content:"";
left:8px;
position:absolute;
top:7px;
}
}
@media screen and (max-width:640px){
#main h2,#main h3{
margin:0 -13px 10px;
}
#main .text h3,#main #text1 h3,#main #text2 h3,#main #text3 h3,#main #text4 h3,#main #text5 h3,#main #text6 h3,#main #text7 h3,#main #text8 h3,#main #text9 h3,#main #text10 h3,#main #space1 h3,#main #space2 h3{
margin:10px -13px;
}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu{
float:left;
line-height:180%;
overflow:hidden;
padding-top:5px;
position:relative;
width:195px;
}
#menu .rankbox{
border-bottom:1px dashed #eaeaea;
font-size:12px;
margin-bottom:10px;
overflow:hidden;
padding-bottom:10px;
position:relative;
}
#menu .rankbox img{
}
.menubox{
background-color:#ffffff;
border:4px solid #e7ebeb;
margin-bottom:15px;
overflow:hidden;
position:relative;
}
.menulist{
border:4px solid #e3eff0;
}
.menubox ul,.menulist ul{
overflow:hidden;
padding:0;
}
.menulist ul{
border-top:1px solid #c1d6d8;
padding:0;
}
.menulist li{
background-image:url(img/menu_li_bg.gif);
background-position:left bottom;
background-repeat:repeat-x;
border-bottom:1px solid #c1d6d8;
border-left:1px solid #c1d6d8;
border-right:1px solid #c1d6d8;
font-size:0;
line-height:0;
overflow:hidden;
padding:0;
position:relative;
}
.menulist .l2,.menulist .l3{
background-color:#f7fafa;
background-image:url(img/menu_li_bg2.gif);
background-position:left top;
background-repeat:repeat;
}
.menulist li a{
background-image:url(img/menu_bg.png);
background-position:158px center;
background-repeat:no-repeat;
color:#3e6d74;
display:block;
font-size:14px;
line-height:1.5;
padding:12px 36px 12px 12px;
text-decoration:none;
}
.menulist li a:hover{
color:#5197a1;
text-decoration:underline;
}
.menulist .l2 a,.menulist .l3 a{
background-image:url(img/menu_bg2.png);
font-weight:normal;
}
.menulist .l2 a{
background-position:14px 18px;
padding-left:24px;
padding-right:12px;
}
.menulist .l3 a{
background-position:24px 18px;
padding-left:34px;
padding-right:12px;
}
#menu h4,#rmenu h4,#menu .title,#rmenu .title{
background-position:left top;
background-repeat:repeat-x;
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-webkit-border-top-left-radius:2px;
-webkit-border-top-right-radius:2px;
-moz-border-radius:2px 2px 0 0;
border-radius:2px 2px 0 0;
overflow:hidden;
position:relative;
text-shadow:none;
z-index:1;
}
#menu h4,#rmenu h4{
background-color:#5f848a;
background-image:url(img/menu_h4_bg.gif);
border-bottom:1px solid #6a9096;
}
#menu .title,#rmenu .title{
background-color:#7e9397;
background-image:url(img/menu_title_bg.gif);
border-bottom:1px solid #8ca0a3;
}
#menu h4 span,#rmenu h4 span,#menu .title span,#rmenu .title span{
background-repeat:no-repeat;
color:#ffffff;
display:block;
font-size:16px;
line-height:1.3;
padding:12px 10px 12px 48px;
position:relative;
text-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#menu h4 span,#rmenu h4 span{
background-image:url(img/menu_h4.png);
background-position:10px 8px;
border-bottom:1px solid #78a0a6;
}
#menu .title span,#rmenu .title span{
background-image:url(img/menu_title.png);
background-position:8px 4px;
border-bottom:1px solid #9db1b4;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#menu h4 span,#rmenu h4 span{
background-image:url(img/menu_h4@2x.png);
-webkit-background-size:26px 46px;
background-size:26px 46px;
}
#menu .title span,#rmenu .title span{
background-image:url(img/menu_title@2x.png);
-webkit-background-size:36px 39px;
background-size:36px 39px;
}
}
@media screen and (max-width:899px){
#menu{
width:24.4444444444%;
}
.menulist li{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f7fafa),color-stop(100%,#d9e3e4));
background-image:linear-gradient(to bottom,#ffffff 0%,#f7fafa 50%,#d9e3e4 100%);
background-position:left top;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
}
.menulist li a{
background:none repeat scroll 0 0 transparent;
padding:10px 32px 10px 10px;
position:relative;
}
.menulist .l2 a{
background:none repeat scroll 0 0 transparent;
padding-left:22px;
padding-right:10px;
}
.menulist .l3 a{
background:none repeat scroll 0 0 transparent;
padding-left:32px;
padding-right:10px;
}
.menulist li a:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cddadc),color-stop(100%,#dfeaeb));
background-image:linear-gradient(to bottom,#cddadc 0%,#dfeaeb 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
margin-top:-8px;
position:absolute;
right:8px;
top:50%;
width:16px;
}
.menulist li a:after{
border-bottom:4px solid transparent;
border-left:4px solid #42747c;
border-right:0 solid transparent;
border-top:4px solid transparent;
content:"";
display:block;
margin-top:-4px;
position:absolute;
right:14px;
top:50%;
}
.menulist .l2 a:before,.menulist .l3 a:before{
background-image:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:auto;
margin-top:auto;
position:static;
right:auto;
top:auto;
width:auto;
}
.menulist .l2 a:after,.menulist .l3 a:after{
border-left:4px solid #789ca2;
left:12px;
margin-top:0;
position:absolute;
right:auto;
top:16px;
}
.menulist .l3 a:after{
left:22px;
}
#menu h4,#rmenu h4{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7fa7ae),color-stop(100%,#5f848a));
background-image:linear-gradient(to bottom,#7fa7ae 0%,#5f848a 100%);
}
#menu .title,#rmenu .title{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a5b9bc),color-stop(100%,#7e9397));
background-image:linear-gradient(to bottom,#a5b9bc 0%,#7e9397 100%);
}
}
@media screen and (max-width:640px){
#menu{
float:none !important;
padding:0 10px;
width:auto;
}
.menubox{
border:none;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);
box-shadow:0 1px 3px rgba(0,0,0,0.15);
margin-bottom:10px;
}
.menulist ul{
border-top:none;
}
.menulist li{
border-bottom:1px solid #dee8ea;
border-left:none;
border-right:none;
}
.menulist li:last-child{
border-bottom:none;
}
.menulist .l2,.menulist .l3{
background-color:#fafcfc;
background-image:none;
}
.menulist li a{
padding:12px 34px 12px 15px;
}
.menulist li a:before{
right:10px;
}
.menulist li a:after{
right:16px;
}
.menulist .l2 a{
padding-left:27px;
padding-right:15px;
}
.menulist .l3 a{
padding-left:37px;
padding-right:15px;
}
.menulist .l2 a:after{
left:17px;
top:18px;
}
.menulist .l3 a:after{
left:27px;
top:18px;
}
}
/* バナー領域
==================================================
*/
.bannerbox{
overflow:hidden;
padding-bottom:10px;
}
.bannerbox ul{
padding:0;
}
.bannerbox li{
background-image:none;
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
margin-bottom:5px;
overflow:hidden;
padding:0;
position:relative;
}
.bannerbox li a img{
vertical-align:bottom; 
}
@media screen and (max-width:899px){
.bannerbox li:last-child{
margin-bottom:0;
}
}
@media screen and (max-width:640px){
.bannerbox li{
text-align:center;
}
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry,#menu ul#entryarchive,#rmenu ul#newEntry,#rmenu ul#entryarchive{
margin-bottom:-1px;
}
ul#newEntry li,ul#entryarchive li{
background-image:url(img/menu_bg4.gif);
background-position:10px 11px;
background-repeat:no-repeat;
border-bottom:1px dashed #eaeaea;
font-size:12px;
line-height:1.6;
padding:10px 10px 10px 28px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
ul#newEntry li,ul#entryarchive li{
background-image:url(img/menu_bg4@2x.gif);
-webkit-background-size:10px 13px;
background-size:10px 13px;
}
}
@media screen and (max-width:899px){
ul#newEntry li,ul#entryarchive li{
padding:8px 8px 8px 28px;
}
}
@media screen and (max-width:640px){
#menu ul#newEntry,#menu ul#entryarchive,#rmenu ul#newEntry,#rmenu ul#entryarchive{
margin:0;
}
ul#newEntry li,ul#entryarchive li{
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
margin:0;
padding:12px 15px;
}
ul#newEntry li:last-child,ul#entryarchive li:last-child{
border-bottom:medium none;
}
}
/*
==================================================
フッター
==================================================
*/
#footer{
background-color:#1f464d;
background-image:url(img/footer_bg.gif);
background-position:center top;
background-repeat:repeat;
overflow:hidden;
text-align:center;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#footer{
background-image:url(img/footer_bg@2x.gif);
-webkit-background-size:3px 3px;
background-size:3px 3px;
}
}
#footer .inner{
background-image:url(img/footer_inner_bg.gif);
background-position:center top;
background-repeat:repeat-x;
overflow:hidden;
padding-top:20px;
position:relative;
text-align:center;
width:auto;
}
#footer a{
color:#c7d1d2;
}
#footer p{
background-color:#00252a;
background-image:url(img/footer_p_bg.gif);
background-position:center top;
background-repeat:repeat;
border-top:1px solid #325054;
color:#bfc8ca;
font-size:10px;
line-height:1.6;
overflow:hidden;
padding:15px 0;
position:relative;
text-align:center;
}
#footermenu,#footer p#footsub{
background-color:transparent;
background-image:none;
border:none;
font-size:0;
letter-spacing:-.40em;
line-height:0;
margin:0 auto;
padding:0 0 15px 0;
overflow:hidden;
text-align:center;
width:880px;
}
#footermenu span,#footer p#footsub span{
display:inline-block;
margin:0 20px 5px;
*display:inline;
*zoom:1;
}
#footer p#footsub span{
width:auto;
}
#footermenu a,#footer p#footsub a{
font-size:12px;
letter-spacing:normal;
line-height:1.4;
}
#footermenu a:hover,#footer p#footsub a:hover{
color:#ecf1f1;
text-decoration:none;
}
@media screen and (max-width:899px){
#footer .inner{
background:none repeat scroll 0 0 transparent;
}
#footer .inner:before{
-webkit-box-shadow:0 6px 10px rgba(0,0,0,0.15);
-moz-box-shadow:0 6px 10px rgba(0,0,0,0.15);
box-shadow:0 6px 10px rgba(0,0,0,0.15);
content:"";
height:10px;
left:-10px;
position:absolute;
right:-10px;
top:-10px;
}
#footermenu,#footer p#footsub{
width:auto;
}
#footer p{
padding:12px 10px;
}
}
@media screen and (max-width:640px){
#footer{
background-image:none;
background-position:0 0;
}
#footer .inner{
padding-top:10px;
}
#footermenu,#footer p#footsub{
margin:0 10px;
padding:0;
text-align:left;
}
#footermenu span{
border-bottom:1px solid rgba(255,255,255,0.15);
display:block;
margin:0;
}
#footermenu span:last-child{
border-bottom:none;
}
#footer p#footsub span{
background-color:rgba(255,255,255,0.05);
display:block;
margin:0 0 3px 0;
}
#footer p#footsub span:last-child{
margin:0;
}
#footermenu a,#footer p#footsub a{
display:block;
font-size:13px;
line-height:1.6;
padding:10px 30px 10px 15px;
position:relative;
text-align:left;
text-decoration:none;
}
#footermenu a:before,#footer p#footsub a:before{
border-bottom:none;
border-left:none;
border-right:2px solid #95a7ab;
border-top:2px solid #95a7ab;
content:"";
height:5px;
margin-top:-4px;
position:absolute;
right:15px;
top:50%;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
width:5px;
}
#footer p{
margin-top:10px;
}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew{
border:4px solid #f8f8f8;
margin-bottom:10px;
position:relative;
}
#whatsnew .title{
background-color:#efefef;
background-image:url(img/whatsnew_title_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-bottom:1px solid #dadada;
position:relative;
}
#whatsnew .title span{
background-image:url(img/whatsnew_title.png);
background-position:13px 11px;
background-repeat:no-repeat;
color:#555555;
display:block;
font-size:16px;
line-height:1.6;
padding:12px 15px 12px 55px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#whatsnew .title span{
background-image:url(img/whatsnew_title@2x.png);
-webkit-background-size:34px 32px;
background-size:34px 32px;
}
}
#whatsnew ul{
background-color:#fbfbfb;
overflow:hidden;
padding:0;
}
#whatsnew ul li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
border-bottom:1px solid #f2f2f2;
color:#555555;
font-size:12px;
line-height:1.6;
padding:14px 20px;
*zoom:1;
}
#whatsnew ul li span{
color:#888888;
display:block;
font-size:11px;
}
@media screen and (max-width:899px){
#whatsnew .title{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdfd),color-stop(100%,#efefef));
background-image:linear-gradient(to bottom,#fdfdfd 0%,#efefef 100%);
}
}
@media screen and (max-width:640px){
#whatsnew{
border:none;
margin:0 -10px;
}
#whatsnew .title{
border-top:1px solid #f8f8f8;
}
#whatsnew ul li{
padding:14px 15px;
}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist{
position:relative;
}
#categorylist .catbox{
background-color:#ffffff;
border:1px solid #e8edef;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
margin-bottom:15px;
padding:1px;
position:relative;
}
#categorylist .catbox_inner{
background-color:#ebf1f2;
background-image:url(img/catbox_bg.gif);
background-position:left top;
background-repeat:repeat-x;
padding:8px;
position:relative;
}
#categorylist .body{
background-color:#ffffff;
background-image:url(img/catbox_body_bg.gif);
background-position:left bottom;
background-repeat:repeat-x;
position:relative;
}
#categorylist .body_inner{
background-image:url(img/catbox_body_inner_bg.png);
background-position:right top;
background-repeat:no-repeat;
overflow:hidden;
padding:20px;
_height:1%;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#categorylist .body_inner{
background-image:url(img/catbox_body_inner_bg@2x.png);
-webkit-background-size:170px 120px;
background-size:170px 120px;
}
}
#categorylist .thumb{
float:left;
padding:0 20px 20px 0;
}
#categorylist .thumb img{
vertical-align:bottom;
}
#categorylist .title{
margin-bottom:5px;
overflow:hidden;
}
#categorylist .title a{
background-image:url(img/category_title_bg.png);
background-position:left top;
background-repeat:no-repeat;
color:#308795;
display:block;
font-size:20px;
font-weight:700;
line-height:1.4;
padding:10px 0 10px 40px;
text-decoration:none;
text-shadow:0 1px 2px rgba(0,0,0,0.2);
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#categorylist .title a{
background-image:url(img/category_title_bg@2x.png);
-webkit-background-size:48px 48px;
background-size:48px 48px;
}
}
#categorylist .title a:hover{
color:#369faf;
text-decoration:underline;
}
#categorylist p{
color:#555555;
font-size:12px;
line-height:1.8;
overflow:hidden;
}
#categorylist .more{
float:right;
margin-top:15px;
position:relative;
z-index:0;
_height:1%;
}
#categorylist .more a{
background-image:url(img/button_more2.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:34px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:160px;
}
#pagelist{
margin-bottom:10px;
margin-top:10px;
padding:0 10px;
text-align:center;
}
#pagelist ul{
font-size:0;
letter-spacing:-.40em;
line-height:0;
padding:0;
}
#pagelist li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
display:inline-block;
font-size:14px;
letter-spacing:normal;
line-height:normal;
margin:0 5px 10px;
padding:0;
*display:inline;
*zoom:1;
}
#pagelist a{
background-color:#ebf1f2;
background-image:url(img/catbox_bg.gif);
background-position:left center;
background-repeat:repeat-x;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 1px 2px #f1f1f1;
-moz-box-shadow:0 1px 2px #f1f1f1;
box-shadow:0 1px 2px #f1f1f1;
color:#308795;
display:inline-block;
line-height:35px;
padding:0 15px;
position:relative;
text-align:center;
text-decoration:none;
*display:inline;
*zoom:1;
}
#pagelist a:hover{
background-image:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
color:#369faf;
text-decoration:underline;
}
@media screen and (max-width:899px){
#categorylist .catbox_inner{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfdfd),color-stop(100%,#ebf1f2));
background-image:linear-gradient(to bottom,#fbfdfd 0%,#ebf1f2 100%);
}
#categorylist .body{
background:none repeat scroll 0 0 rgba(255,255,255,0.8);
}
#categorylist .more{
margin-top:10px;
}
#categorylist .more a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d0e6ec),color-stop(100%,#b6d6e0));
background-image:linear-gradient(to bottom,#d0e6ec 0%,#b6d6e0 100%);
background-position:0 0;
background-repeat:repeat;
border-bottom:1px solid #9ebac3;
border-top:1px solid #ddedf1;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
color:#1d7b8b;
line-height:34px;
padding-right:5px;
text-align:center;
text-indent:0;
text-decoration:none;
white-space:normal;
}
#categorylist .more a:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c3dee5),color-stop(100%,#d7e9ef));
background-image:linear-gradient(to bottom,#c3dee5 0%,#d7e9ef 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
margin-top:-8px;
position:absolute;
right:15px;
top:50%;
width:16px;
}
#categorylist .more a:after{
border-bottom:3px solid transparent;
border-left:3px solid #1d7b8b;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
display:block;
margin-top:-3px;
position:absolute;
right:18px;
top:50%;
}
#pagelist a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfdfd),color-stop(100%,#ebf1f2));
background-image:linear-gradient(to bottom,#fbfdfd 0%,#ebf1f2 100%);
}
}
@media screen and (max-width:640px){
#categorylist{
margin:-20px -10px 0;
position:relative;
}
#categorylist .catbox{
border:none;
border-bottom:1px solid #e8edef;
margin-bottom:0;
padding:0 0 1px 0;
}
#categorylist .body{
background:none repeat scroll 0 0 transparent;
}
#categorylist .body_inner{
background:none repeat scroll 0 0 transparent;
padding:10px;
}
#categorylist .thumb{
padding:0 10px 10px 0;
}
#categorylist .thumb img{
max-width:90px;
}
#categorylist .title a{
font-size:16px;
line-height:1.6;
}
#categorylist p{
font-size:11px;
}
#categorylist .more{
clear:both;
float:none;
right:auto;
}
#categorylist .more a{
height:36px;
line-height:36px;
width:100%;
}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist{
background-image:url(img/entry_bg.gif);
background-position:left top;
background-repeat:repeat;
border:3px solid #ececec;
margin-bottom:10px;
padding:0 10px;
position:relative;
}
#entrylist h4{
background:none repeat scroll 0 0 transparent;
border:none;
border-bottom:2px dotted #d0d0d0;
-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:0;
position:relative;
top:auto;
text-shadow:0 1px 2px rgba(0,0,0,0.15);
}
#entrylist h4 span{
background-image:url(img/entry_title_bg.png);
background-position:2px 14px;
background-repeat:no-repeat;
border:none;
color:#376f79;
display:block;
font-size:18px;
left:auto;
line-height:1.5;
margin-bottom:0;
padding:20px 15px 10px 48px;
top:auto;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#entrylist h4 span{
background-image:url(img/entry_title_bg@2x.png);
-webkit-background-size:37px 36px;
background-size:37px 36px;
}
}
#entrylist dl{
overflow:hidden;
position:relative;
*height:1%;
}
#entrylist dt{
border-top:1px solid #ececec;
padding:12px 10px;
position:relative;
top:-1px;
*height:1%;
}
#entrylist dt a{
font-size:14px;
font-weight:700;
line-height:1.6;
}
#entrylist dd{
font-size:12px;
line-height:1.6;
padding:0 10px 5px;
position:relative;
top:-8px;
}
#relNavigate{
font-size:0;
letter-spacing:-.40em;
line-height:0;
margin-bottom:20px;
padding-bottom:10px;
overflow:hidden;
padding-top:10px;
position:relative;
text-align:center;
}
#relNavigate a{
background-color:#ebf1f2;
background-image:url(img/catbox_bg.gif);
background-position:left center;
background-repeat:repeat-x;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 1px 2px #f1f1f1;
-moz-box-shadow:0 1px 2px #f1f1f1;
box-shadow:0 1px 2px #f1f1f1;
color:#308795;
display:inline-block;
font-size:14px;
font-weight:700;
letter-spacing:normal;
line-height:35px;
margin-left:15px;
margin-right:15px;
padding:0 25px;
position:relative;
*display:inline;
*zoom:1;
}
#relNavigate a:hover{
background-image:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
color:#369faf;
text-decoration:underline;
}
@media screen and (max-width:899px){
#entrylist{
background:none repeat scroll 0 0 #fcfcfc;
}
#entrylist h4:before{
background-image:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
}
#relNavigate{
margin-bottom:10px;
padding-bottom:5px;
padding-top:5px;
}
#relNavigate a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfdfd),color-stop(100%,#ebf1f2));
background-image:linear-gradient(to bottom,#fbfdfd 0%,#ebf1f2 100%);
}
}
@media screen and (max-width:640px){
#entrylist{
margin:0 -5px;
padding:0;
}
#entrylist h4{
padding-left:10px;
}
#entrylist dt{
padding:12px 15px;
}
#entrylist dd{
padding:0 15px 5px;
}
#relNavigate a{
margin-left:5px;
margin-right:5px;
padding:2px 12px;
}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps{
margin-bottom:10px;
overflow:hidden;
}
#sitemaps ul{
padding:0 10px;
margin:10px 0;
}
#sitemaps li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
font-size:0;
letter-spacing:-.40em;
line-height:0;
padding:0;
}
#sitemaps .l1{
margin-top:10px;
}
#sitemaps .l2{
margin-left:25px;
margin-top:10px;
}
#sitemaps .l3{
margin-left:35px;
margin-top:10px;
}
#sitemaps li a{
background-image:url(img/menu_bg.png);
background-position:left 4px;
background-repeat:no-repeat;
color:#3e6d74;
display:inline-block;
font-size:16px;
letter-spacing:normal;
line-height:1.6;
padding:2px 0 2px 22px;
*display:inline;
*zoom:1;
}
#sitemaps .l1 a{
font-weight:700;
}
#sitemaps .l2 a,#sitemaps .l3 a{
background-image:url(img/menu_bg2.png);
background-position:left 8px;
font-size:14px;
padding-left:12px;
}
#sitemaps li a:hover{
color:#5197a1;
text-decoration:none;
}
@media screen and (max-width:899px){
#sitemaps li a,#sitemaps .l2 a,#sitemaps .l3 a{
background-image:none;
position:relative;
}
#sitemaps li a:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cddadc),color-stop(100%,#dfeaeb));
background-image:linear-gradient(to bottom,#cddadc 0%,#dfeaeb 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
left:0;
position:absolute;
top:6px;
width:16px;
}
#sitemaps li a:after{
border-bottom:4px solid transparent;
border-left:4px solid #42747c;
border-right:0 solid transparent;
border-top:4px solid transparent;
content:"";
display:block;
left:6px;
position:absolute;
top:10px;
}
#sitemaps .l2 a:before,#sitemaps .l3 a:before{
background-image:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:auto;
margin-top:auto;
position:static;
right:auto;
top:auto;
width:auto;
}
#sitemaps .l2 a:after,#sitemaps .l3 a:after{
border-left:4px solid #789ca2;
left:0;
margin-top:0;
position:absolute;
right:auto;
top:8px;
}
}
@media screen and (max-width:640px){
#sitemaps{
margin:0 -10px;
}
#sitemaps ul{
padding:0;
margin:0;
}
#sitemaps ul:first-child{
border-top:1px solid #dee8ea;
}
#sitemaps li{
border-bottom:1px solid #dee8ea;
}
#sitemaps li,#sitemaps .l1,#sitemaps .l2,#sitemaps .l3{
margin-left:0;
margin-top:0;
}
#sitemaps li a{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f7fafa),color-stop(100%,#d9e3e4));
background-image:linear-gradient(to bottom,#ffffff 0%,#f7fafa 50%,#d9e3e4 100%);
background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
display:block;
font-size:14px;
line-height:1.5;
padding:12px 34px 12px 15px;
text-decoration:none;
}
#sitemaps li a:before{
left:auto;
margin-top:-8px;
right:10px;
top:50%;
}
#sitemaps li a:after{
left:auto;
margin-top:-4px;
right:16px;
top:50%;
}
#sitemaps .l2 a{
background:none repeat scroll 0 0 #fafcfc;
font-size:14px;
padding-left:27px;
padding-right:15px;
}
#sitemaps .l3 a{
background:none repeat scroll 0 0 #fafcfc;
font-size:14px;
padding-left:37px;
padding-right:15px;
}
#sitemaps .l2 a:after{
left:17px;
top:18px;
}
#sitemaps .l3 a:after{
left:27px;
top:18px;
}
}
/*
==================================================
フリースペース
==================================================
*/
#space3,#space4,#space5,#space6{
font-size:12px;
line-height:1.4;
overflow:hidden;
padding:6px;
position:relative;
}
.img-wrap{
width:100%;
text-align:center;
}
#space3 img,#space4 img,#space5 img,#space6 img{
width:90%;
}
@media screen and (max-width:640px){
#space3,#space4,#space5,#space6{
padding:10px;
}
}
.graybg{
background-color:#ddd;
padding:15px;
margin-top:10px;
margin-bottom:10px;
clear:both;
}
.grayline{
background-color:#FFF;
border:1px solid #ddd;
padding:15px;
margin-top:10px;
margin-bottom:10px;
clear:both;
}
/*
==================================================
ブログモード
==================================================
*/
.blog{
border-bottom:1px dashed #eaeaea;
margin:10px 0;
overflow:hidden;
padding:10px;
}
.blog .thumb{
float:left;
margin-right:15px;
}
.blog .thumb img{ width:125px; }
.blog .title{
font-size:16px;
line-height:1.4;
margin-bottom:5px;
}
.blog .title a{ color:#308795; }
.blog .title a:hover{ color:#369faf; }
.blog .info{
color:#888888;
font-size:12px;
margin-bottom:5px;
}
.blog .info a{ color:#888888; }
.blog .info a:hover{ color:#a0a0a0; }
.blog .body{
line-height:1.6;
overflow:hidden;
}
.blog .more{
font-size:14px;
font-weight:700;
margin-bottom:8px;
margin-top:8px;
text-align:right;
}
@media screen and (max-width:640px){
.blog{
margin:10px 0;
padding:5px 0;
}
.blog:last-child{
border-bottom:none;
margin-bottom:0;
}
.blog .thumb img{
max-width:90px;
vertical-align:bottom;
}
.blog .body{
font-size:11px;
}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult{
overflow:hidden;
margin-bottom:10px;
padding:10px;
}
#searchresult dl{
margin:-10px;
position:relative;
width:100%;
}
#searchresult dt{
font-size:15px;
padding:10px;
}
#searchresult dd{
border-bottom:1px dashed #eaeaea;
font-size:13px;
line-height:1.5;
margin:0 0 5px;
padding:0 10px 15px;
position:relative;
*zoom:1;
}
#searchresult b{
color:#308795;
}
@media screen and (max-width:640px){
#searchresult{
overflow:visible;
padding:0;
}
#searchresult dl{
margin:0 0 -10px 0;
}
#searchresult dt{
padding:5px 0;
}
#searchresult dd{
font-size:12px;
margin:0 0 5px;
padding:0 0 10px;
}
#searchresult dd:last-child{
border-bottom:none;
margin:0;
}
}
/*
==================================================
リンク集
==================================================
*/
#linklist{
overflow:hidden;
text-align:left;
padding-bottom:10px;
}
#linklist dt{
font-size:15px;
padding:10px;
}
#linklist dd{
border-bottom:1px dashed #eaeaea;
font-size:13px;
line-height:1.5;
margin:0 0 5px;
padding:0 10px 15px;
position:relative;
*zoom:1;
}
@media screen and (max-width:640px){
#linklist{
padding-bottom:0;
}
#linklist dt{
padding:5px 0;
}
#linklist dd{
font-size:12px;
margin:0 0 5px;
padding:0 0 10px;
}
#linklist dd:last-child{
border-bottom:none;
margin:0;
}
}
/*
==================================================
ポイント
==================================================
*/
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{
background-position:left top;
background-repeat:no-repeat;
color:#308795;
font-size:22px;
font-weight:700;
height:auto;
line-height:1.4;
margin-bottom:5px;
margin-top:15px;
padding:14px 0 14px 64px;
text-shadow:0 1px 2px rgba(0,0,0,0.2);
*zoom:1;
}
.point1{ background-image:url(img/point1.png); }
.point2{ background-image:url(img/point2.png); }
.point3{ background-image:url(img/point3.png); }
.point4{ background-image:url(img/point4.png); }
.point5{ background-image:url(img/point5.png); }
.point6{ background-image:url(img/point6.png); }
.point7{ background-image:url(img/point7.png); }
.point8{ background-image:url(img/point8.png); }
.point9{ background-image:url(img/point9.png); }
.point10{ background-image:url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.point1{ background-image:url(img/point1@2x.png); }
.point2{ background-image:url(img/point2@2x.png); }
.point3{ background-image:url(img/point3@2x.png); }
.point4{ background-image:url(img/point4@2x.png); }
.point5{ background-image:url(img/point5@2x.png); }
.point6{ background-image:url(img/point6@2x.png); }
.point7{ background-image:url(img/point7@2x.png); }
.point8{ background-image:url(img/point8@2x.png); }
.point9{ background-image:url(img/point9@2x.png); }
.point10{ background-image:url(img/point10@2x.png); }
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{
-webkit-background-size:58px 58px;
background-size:58px 58px;
}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#main .point1,#main .point2,#main .point3,#main .point4,#main .point5,#main .point6,#main .point7,#main .point8,#main .point9,#main .point10{ border:none; }
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{ border:none; height:auto; }
#main .rank{
background-color:#daeff0;
background-image:url(img/rank_bg.gif);
background-position:left top;
background-repeat:repeat;
margin-bottom:20px;
overflow:hidden;
padding:5px;
position:relative;
}
#main .rank-container{
background-color:#f0f9f9;
background-image:url(img/rank_bg.gif);
background-position:left top;
background-repeat:repeat;
padding:4px;
}
#main .rank-inner{
background-color:#ffffff;
border:2px solid #ffffff;
-webkit-box-shadow:0 0 8px 3px #ffffff;
-moz-box-shadow:0 0 8px 3px #ffffff;
box-shadow:0 0 8px 3px #ffffff;
position:relative;
z-index:0;
}
#main .rank .top{
background-image:url(img/rank_bg_t.gif);
background-position:center top;
background-repeat:repeat-x;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#main .rank .top span{
background-image:url(img/rank_bg_tl.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
position:relative;
}
#main .rank .top span span{
background-image:url(img/rank_bg_tr.gif);
background-position:right top;
background-repeat:no-repeat;
height:176px;
overflow:hidden;
}
#main .rank .bottom{
background-image:url(img/rank_bg_b.gif);
background-position:left bottom;
background-repeat:repeat-x;
bottom:0;
left:0;
position:absolute;
right:0;
z-index:-1;
}
#main .rank .bottom span{
background-image:url(img/rank_bg_br.png);
background-position:right bottom;
background-repeat:no-repeat;
display:block;
height:66px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .top span{
background-image:url(img/rank_bg_tl@2x.png);
-webkit-background-size:74px 64px;
background-size:74px 64px;
}
#main .rank .top span span{
background-image:url(img/rank_bg_tr@2x.gif);
-webkit-background-size:424px 176px;
background-size:424px 176px;
}
#main .rank .bottom span{
background-image:url(img/rank_bg_br@2x.png);
-webkit-background-size:36px 66px;
background-size:36px 66px;
}
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-repeat:no-repeat;
border:medium none;
color:#308795;
font-size:28px;
font-weight:700;
height:auto;
line-height:1.3;
margin-bottom:15px;
margin-top:15px;
overflow:hidden;
padding:20px 0 16px 78px;
text-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#main .rank1,#main .rank2,#main .rank3{
background-position:left top;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-position:5px top;
padding:12px 0 12px 78px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10{
margin:0 0 10px 0;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3{
}
#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10{
}
.rank1{ background-image:url(img/rank1.png); }
.rank2{ background-image:url(img/rank2.png); }
.rank3{ background-image:url(img/rank3.png); }
.rank4{ background-image:url(img/rank4.png); }
.rank5{ background-image:url(img/rank5.png); }
.rank6{ background-image:url(img/rank6.png); }
.rank7{ background-image:url(img/rank7.png); }
.rank8{ background-image:url(img/rank8.png); }
.rank9{ background-image:url(img/rank9.png); }
.rank10{ background-image:url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.rank1{ background-image:url(img/rank1@2x.png); }
.rank2{ background-image:url(img/rank2@2x.png); }
.rank3{ background-image:url(img/rank3@2x.png); }
.rank4{ background-image:url(img/rank4@2x.png); }
.rank5{ background-image:url(img/rank5@2x.png); }
.rank6{ background-image:url(img/rank6@2x.png); }
.rank7{ background-image:url(img/rank7@2x.png); }
.rank8{ background-image:url(img/rank8@2x.png); }
.rank9{ background-image:url(img/rank9@2x.png); }
.rank10{ background-image:url(img/rank10@2x.png); }
#main .rank1,#main .rank2,#main .rank3{
-webkit-background-size:68px 70px;
background-size:68px 70px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
-webkit-background-size:60px 58px;
background-size:60px 58px;
}
}
#main .rankbox{
overflow:hidden;
padding:20px;
position:relative;
}
#main .rankbox a{
color:#308795;
}
#main .rankbox a:hover{
color:#369faf;
}
#main .rankbox .rankbox-inner{
overflow:hidden;
position:relative;
}
#main .rankbox .feature{
background-image:url(img/feature_title.png);
background-position:left top;
background-repeat:no-repeat;
margin-bottom:5px;
overflow:hidden;
padding:18px 10px 12px 20px;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rankbox .feature{
background-image:url(img/feature_title@2x.png);
-webkit-background-size:30px 51px;
background-size:30px 51px;
}
}
#main .rankbox .feature span{
color:#308795;
font-size:18px;
font-weight:700;
line-height:1.4;
text-shadow:0 1px 2px rgba(0,0,0,0.15);
}
#main .rankbox .rankbox-inner .float-l p,#main .rankbox .rankbox-inner .float-r p{
padding-bottom:0;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
padding:0 !important;
}
#main .rankbox .rankbox-inner p{
font-size:12px;
line-height:1.8;
overflow:hidden;
padding-bottom:20px;
}
#main .rankbox .rank-table{
clear:both;
margin:0;
width:100%;
}
#main .rankbox .rank-table th,#main .rankbox .rank-table td{
background-color:transparent;
border:1px solid #e8e8e8;
padding:10px 15px;
text-align:left;
vertical-align:middle;
}
#main .rankbox .rank-table th{
background-color:#f7f7f7;
background-image:url(img/rank_table_th.gif);
background-position:left top;
background-repeat:repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rankbox .rank-table th{
background-image:url(img/rank_table_th@2x.gif);
-webkit-background-size:24px 14px;
background-size:24px 14px;
}
}
#main .rankbox .rank-table td{
background-color:#ffffff;
}
#main .rank .comment{
margin-top:20px;
}
#main .rank .comment .comment-inner{
background-color:#e1e8eb;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
overflow:hidden;
padding:5px;
position:relative;
}
#main .rank .comment .comment-tit{
background-color:#2d697c;
background-image:url(img/comment_title_bg.gif);
background-position:left top;
background-repeat:no-repeat;
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
overflow:hidden;
position:relative;
}
#main .rank .comment .comment-tit span{
background-image:url(img/comment_title.png);
background-position:10px 2px;
background-repeat:no-repeat;
color:#ffffff;
display:block;
font-size:24px;
font-weight:700;
line-height:1.4;
padding:15px 15px 15px 95px;
text-shadow:0 5px 5px rgba(0,0,0,0.15);
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .comment .comment-tit span{
background-image:url(img/comment_title@2x.png);
-webkit-background-size:74px 61px;
background-size:74px 61px;
}
}
#main .rank .comment p{
background-color:#f5fafc;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-moz-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
font-size:13px;
line-height:1.8;
overflow:hidden;
padding:15px;
position:relative;
}
#main .rank .more{
font-size:0;
letter-spacing:-.40em;
overflow:hidden;
padding-top:25px;
position:relative;
text-align:center;
}
#main .rank .more span{
display:inline-block;
font-size:18px;
letter-spacing:normal;
margin-bottom:5px;
padding:0 8px;
vertical-align:bottom;
*display:inline;
*zoom:1;
}
#main .rank .more a{
background-image:url(img/button_more.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:66px;
overflow:hidden;
text-indent:200%;
white-space:nowrap;
width:266px;
}
#main .rank .more span.official{
margin-right:0;
}
#main .rank .more span.official a{
background-image:url(img/button_official.png);
}
.ritm_rank1 td.rank{
width:10%;
}
@media screen and (max-width:899px){
#main .rank,#main .rank-container{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#main .rank .top,#main .rank .bottom{
background:none repeat scroll 0 0 transparent;
}
#main .rank .top:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e6f7f8),color-stop(100%,#ffffff));
background-image:linear-gradient(to bottom,#e6f7f8 0%,#ffffff 100%);
background-position:left top;
background-repeat:repeat;
content:"";
display:block;
height:120px;
left:0;
position:absolute;
right:0;
top:0;
}
#main .rank .bottom:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f6fdfd));
background-image:linear-gradient(to bottom,#ffffff 0%,#f6fdfd 100%);
background-position:left top;
background-repeat:repeat;
bottom:0;
content:"";
display:block;
height:70px;
left:0;
position:absolute;
right:0;
}
#main .rankbox{
padding:10px;
}
#main .rank .comment .comment-tit{
background-image:none;
background-position:0 0;
background-repeat:repeat;
z-index:0;
}
#main .rank .comment .comment-tit:before{
background-color:rgba(68,158,186,0.4);
-webkit-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0 0 40px 50px rgba(68,158,186,0.4);
box-shadow:0 0 40px 50px rgba(68,158,186,0.4);
content:"";
display:block;
height:20px;
left:-40px;
position:absolute;
top:60px;
width:40%;
z-index:-1;
}
#main .rank .more span{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#57c7b3),color-stop(100%,#26967a));
background-image:linear-gradient(to bottom,#57c7b3 0%,#26967a 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.15);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.15);
box-shadow:0 2px 5px rgba(0,0,0,0.15);
color:#ffffff;
display:block;
margin:0 auto 10px auto;
overflow:hidden;
padding:0;
position:relative;
width:90%;
z-index:0;
}
#main .rank .more span:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.2)),color-stop(100%,rgba(255,255,255,0.1)));
background-image:linear-gradient(to bottom,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);
border-top:1px solid rgba(255,255,255,0.5);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:50%;
left:2px;
position:absolute;
right:2px;
top:2px;
}
#main .rank .more span:after{
background-image:url(img/button_more_l.png),url(img/button_more_r.png);
background-position:left top,right bottom;
background-repeat:no-repeat;
bottom:3px;
content:"";
display:block;
left:3px;
position:absolute;
right:10px;
top:7px;
z-index:-1;
}
#main .rank .more span.official:after{
background-image:url(img/button_official_l.png),url(img/button_official_r.png);
background-position:left top,right bottom;
}
#main .rank .more span.official{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc833),color-stop(100%,#ff9834));
background-image:linear-gradient(to bottom,#ffc833 0%,#ff9834 100%);
margin-right:auto;
}
#main .rank .more span:hover{
left:1px;
top:1px;
}
#main .rank .more a,#main .rank .more span.official a{
background:none repeat scroll 0 0 transparent;
color:#ffffff;
height:60px;
line-height:60px;
position:relative;
text-decoration:none;
text-indent:0;
text-shadow:0 2px 1px rgba(0,0,0,0.2);
white-space:normal;
width:auto;
z-index:0;
}
#main .rank .more a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4daa94),color-stop(100%,#87d5c6));
background:linear-gradient(to bottom,#4daa94 0%,#87d5c6 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
content:"";
height:16px;
margin-top:-8px;
position:absolute;
right:20px;
top:50%;
width:16px;
}
#main .rank .more span.official a:before{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffaa56),color-stop(100%,#ffd472));
background:linear-gradient(to bottom,#ffaa56 0%,#ffd472 100%);
}
#main .rank .more a:after{
border-bottom:3px solid transparent;
border-left:3px solid #ffffff;
border-right:3px solid transparent;
border-top:3px solid transparent;
content:"";
display:block;
margin-top:-3px;
position:absolute;
right:23px;
top:50%;
}
#main .rank .more a:hover{
left:0;
top:0;
}
}
@media screen and (max-width:899px) and (-webkit-min-device-pixel-ratio:1.5){
#main .rank .more span:after{
background-image:url(img/button_more_l@2x.png),url(img/button_more_r@2x.png);
-webkit-background-size:30px 31px,11px 11px;
background-size:30px 31px,11px 11px;
}
#main .rank .more span.official:after{
background-image:url(img/button_official_l@2x.png),url(img/button_official_r@2x.png);
-webkit-background-size:30px 31px,11px 11px;
background-size:30px 31px,11px 11px;
}
}
@media screen and (max-width:640px){
#main .rank .top:before{
height:60px;
}
#main .rank .bottom:before{
height:35px;
}
#main .rank .top span{
-webkit-background-size:37px 32px;
background-size:37px 32px;
}
#main .rank .top span span{
-webkit-background-size:212px 88px;
background-size:212px 88px;
}
#main .rank .bottom span{
-webkit-background-size:18px 33px;
background-size:18px 33px;
}
#main .rankbox .rankbox-inner .float-l,#main .rankbox .rankbox-inner .float-r{
float:none;
overflow:hidden;
padding-bottom:10px;
text-align:center;
}
#main .rankbox .float-l img,#main .rankbox .float-r img{
margin:0 0 10px 0;
}
#main .rankbox .rankbox-inner p{
padding-bottom:10px;
}
#main .rankbox .rank-table th{
background-image:none;
background-position:0 0;
}
#main .rank .more span{
width:95%;
}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
background-repeat:no-repeat;
border:medium none;
color:#308795;
font-size:16px;
font-weight:700;
height:auto;
line-height:1.3;
margin:0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
background-position:left top;
padding:25px 0 25px 78px;
}
#menu .rank4,#menu .rank5{
background-position:4px top;
padding:25px 0 25px 78px;
}
#menu .rank1{ background-image:url(img/rank1.png); }
#menu .rank2{ background-image:url(img/rank2.png); }
#menu .rank3{ background-image:url(img/rank3.png); }
#menu .rank4{ background-image:url(img/rank4.png); }
#menu .rank5{ background-image:url(img/rank5.png); }
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#menu .rank1{ background-image:url(img/rank1@2x.png); }
#menu .rank2{ background-image:url(img/rank2@2x.png); }
#menu .rank3{ background-image:url(img/rank3@2x.png); }
#menu .rank4{ background-image:url(img/rank4@2x.png); }
#menu .rank5{ background-image:url(img/rank5@2x.png); }
#menu .rank1,#menu .rank2,#menu .rank3{
-webkit-background-size:68px 70px;
background-size:68px 70px;
}
#menu .rank4,#menu .rank5{
-webkit-background-size:60px 58px;
background-size:60px 58px;
}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1{
background-image:url(img/body_bg.gif);
background-position:center top;
background-repeat:repeat;
overflow:hidden;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#column1{
background-image:url(img/body_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
}
#column1 .inner{
background-image:url(img/column_bg.gif);
background-position:center top;
background-repeat:repeat-x;
overflow:hidden;
padding-top:12px;
text-align:center;
}
#column1 #layoutbox{
padding:4px 5px 0 5px;
}
#column1 #menu,#column1 #main{
float:none;
width:auto;
}
#column1 #main{
margin-bottom:5px;
}
#column1 #menu{
font-size:0;
padding:0 5px;
}
#column1 .menubox{
margin-bottom:10px;
}
#column1 #menu .menulist ul,#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
border:none;
letter-spacing:-0.4em;
line-height:0;
margin:0;
padding:5px 10px;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
border:medium none;
display:inline-block;
letter-spacing:normal;
line-height:1.6;
margin:0;
overflow:hidden;
padding:5px 0;
*display:inline;
*zoom:1;
}
#column1 #menu .menulist li{
background-color:transparent;
background-image:none;
 background-position:0 0;
background-repeat:repeat;
-webkit-background-size:auto auto;
background-size:auto auto;
}
#column1 #menu .menulist li a{
background-color:transparent;
background-image:url(img/menu_bg.png);
background-position:left 2px;
background-repeat:no-repeat;
font-size:14px;
font-weight:400;
margin:0 20px 0 0;
padding:0 0 0 22px;
text-decoration:underline;
*zoom:normal;
}
#column1 #menu .menulist li a:hover{
text-decoration:none;
}
#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
background-position:0 9px;
margin:0 20px 0 0;
padding:5px 0 5px 18px;
}
@media screen and (max-width:899px){
#column1,#column1 .inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#column1:before{
background-color:#ffffff;
border-top:1px solid #e6f2f0;
content:"";
height:1px;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#column1:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));
background-image:linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%);
content:"";
height:190px;
left:0;
position:absolute;
right:0;
top:2px;
z-index:-1;
}
#column1 #menu{
padding:0;
}
#column1 #menu .menulist li a{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#column1 #menu .menulist li a:before{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cddadc),color-stop(100%,#dfeaeb));
background-image:linear-gradient(to bottom,#cddadc 0%,#dfeaeb 100%);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
height:16px;
left:0;
margin-top:0;
position:absolute;
top:2px;
width:16px;
}
#column1 #menu .menulist li a:after{
border-bottom:4px solid transparent;
border-left:4px solid #42747c;
border-right:0 solid transparent;
border-top:4px solid transparent;
display:block;
left:7px;
margin-top:0;
position:absolute;
top:6px;
}
}
@media screen and (max-width:640px){
#column1:before{
background-color:transparent;
border-top:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
z-index:auto;
}
#column1:after{
background-image:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
z-index:auto;
}
#column1 .inner{
padding:0;
}
#column1 #layoutbox{
padding:0;
}
#column1 #main{
margin-bottom:15px;
}
#column1 #menu{
padding:0 10px;
}
#column1 #menu .menulist ul,#column1 #menu ul#newEntry,#column1 #menu ul#entryarchive{
padding:0;
}
#column1 #menu .menulist li,#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
display:block;
padding:0;
}
#column1 #menu .menulist li{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f7fafa),color-stop(100%,#d9e3e4));
background-image:linear-gradient(to bottom,#ffffff 0%,#f7fafa 50%,#d9e3e4 100%);
border-bottom:1px solid #dee8ea;
}
#column1 #menu .menulist .l2,#column1 #menu .menulist .l3{
background-color:#fafcfc;
background-image:none;
}
#column1 #menu .menulist li:last-child{
border-bottom:none;
}
#column1 #menu .menulist li a{
margin:0;
padding:12px 34px 12px 15px;
text-decoration:none;
}
#column1 #menu .menulist li a:before{
left:auto;
margin-top:-8px;
right:10px;
top:50%;
}
#column1 #menu .menulist li a:after{
left:auto;
margin-top:-4px;
right:16px;
top:50%;
}
#column1 #menu .menulist .l2 a{
padding-left:27px;
padding-right:15px;
}
#column1 #menu .menulist .l3 a{
padding-left:37px;
padding-right:15px;
}
#column1 #menu .menulist .l2 a:before,#column1 #menu .menulist .l3 a:before{
background-image:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:auto;
margin-top:auto;
position:static;
right:auto;
top:auto;
width:auto;
}
#column1 #menu .menulist .l2 a:after,#column1 #menu .menulist .l3 a:after{
border-left:4px solid #789ca2;
left:17px;
margin-top:0;
position:absolute;
right:auto;
top:18px;
}
#column1 #menu .menulist .l3 a:after{
left:27px;
}
#column1 #menu ul#newEntry li,#column1 #menu ul#entryarchive li{
border-bottom:1px dashed #eaeaea;
margin:0;
padding:12px 15px;
}
#column1 #menu ul#newEntry li:last-child,#column1 #menu ul#entryarchive li:last-child{
border-bottom:medium none;
}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2{
background-image:url(img/body_bg.gif);
background-position:center top;
background-repeat:repeat;
overflow:hidden;
position:relative;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#column2{
background-image:url(img/body_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
}
#column2 .inner{
background-image:url(img/column_bg.gif);
background-position:center top;
background-repeat:repeat-x;
overflow:hidden;
padding-top:12px;
text-align:center;
}
@media screen and (max-width:899px){
#column2,#column2 .inner{
background-image:none;
background-position:0 0;
background-repeat:repeat;
}
#column2:before{
background-color:#ffffff;
border-top:1px solid #e6f2f0;
content:"";
height:1px;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}
#column2:after{
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));
background-image:linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%);
content:"";
height:190px;
left:0;
position:absolute;
right:0;
top:2px;
z-index:-1;
}
}
@media screen and (max-width:640px){
#column2:before{
background-color:transparent;
border-top:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
z-index:auto;
}
#column2:after{
background-image:none;
height:auto;
left:auto;
position:static;
right:auto;
top:auto;
z-index:auto;
}
#column2 .inner{
padding:0;
}
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu,#column2 #rmenu,#column1 #space3,#column1 #space4,#column1 .bannerbox,#column1 #submenu{ display:none; }
#wrapper #headerbox{ height:auto !important; }
#header .desc{
}
.topAreaOff #top #logo span,.topAreaOff #top h1 span{
width:900px;
}
@media screen and (max-width:899px){
.topAreaOff #top #logo span,.topAreaOff #top h1 span{
width:auto;
}
}
@media screen and (max-width:640px){
.topmenubtnOff #top #logo span,.topmenubtnOff #top h1 span{
padding:15px 0;
}
}
/* 文字装飾 */
.alert,.accept,.attention,.thint{
background-position:left top;
background-repeat:no-repeat;
border:none;
font-size:16px;
line-height:1.6;
margin:10px 0;
padding:38px 15px 28px 110px;
}
.alert{
background-color:#fff7cc;
background-image:url(img/alert.gif);
color:#ffae00;
}
.accept{
background-color:#eaf9ea;
background-image:url(img/accept.gif);
color:#57aa69;
}
.attention{
background-color:#fff1f0;
background-image:url(img/attention.gif);
color:#d46359;
}
.thint{
background-color:#f3f9ff;
background-image:url(img/thint.gif);
color:#5e7cad;
}
.user1{
background-color:#f2f9fa;
background-image:url(img/user1.gif);
background-position:left top;
background-repeat:no-repeat;
border:none;
color:#5288a3;
font-size:16px;
line-height:1.6;
margin:10px 0;
min-height:0;
overflow:hidden;
position:relative;
padding:60px 15px 60px 195px;
_height:auto;
}
.user2{
background-color:#fcf8f2;
background-image:url(img/user2.gif);
background-position:left top;
background-repeat:no-repeat;
border:none;
color:#da717d;
font-size:16px;
line-height:1.6;
margin:10px 0;
min-height:0;
overflow:hidden;
position:relative;
padding:60px 15px 60px 195px;
_height:auto;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
.alert,.accept,.attention,.thint{
-webkit-background-size:90px 84px;
background-size:90px 84px;
}
.alert{
background-image:url(img/alert@2x.gif);
}
.accept{
background-image:url(img/accept@2x.gif);
}
.attention{
background-image:url(img/attention@2x.gif);
}
.thint{
background-image:url(img/thint@2x.gif);
}
.user1{
background-image:url(img/user1@2x.gif);
-webkit-background-size:260px 150px;
background-size:260px 150px;
}
.user2{
background-image:url(img/user2@2x.gif);
-webkit-background-size:260px 150px;
background-size:260px 150px;
}
}
@media screen and (max-width:640px){
.user1,.user2{
-webkit-background-size:130px 75px;
background-size:130px 75px;
padding:25px 15px 25px 110px;
}
}
.noimage{
padding:10px 10px 10px 12px;
background-image:none;
min-height:15px;
}
/* 記事スタイル修正 */
#wrapper #main .txt-border{
margin:10px 0;
padding:0 10px !important;
}
#wrapper #main .txt-decbox1 .top h2,#wrapper #main .txt-decbox2 .top h2,#wrapper #main .txt-decbox1 .top h3,#wrapper #main .txt-decbox2 .top h3{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
text-shadow:none;
}
#wrapper #main .txt-decbox2 .top h2 span span,#wrapper #main .txt-decbox2 .top h3 span span{
padding:0;
}
#wrapper #main .txt-decbox1 .body h2,#wrapper #main .txt-decbox2 .body h2,#wrapper #main .txt-decbox1 .body h3,#wrapper #main .txt-decbox2 .body h3{
background-color:#366167;
border:1px solid #366167;
-webkit-box-shadow:0 3px 5px #d9d9d9;
-moz-box-shadow:0 3px 5px #d9d9d9;
box-shadow:0 3px 5px #d9d9d9;
margin:20px 0 !important;
padding:0;
position:relative;
text-shadow:0 5px 5px rgba(0,0,0,0.15);
z-index:1;
}
#wrapper #main .txt-decbox1 .body h2 span,#wrapper #main .txt-decbox2 .body h2 span,#wrapper #main .txt-decbox1 .body h3 span,#wrapper #main .txt-decbox2 .body h3 span{
background-image:url(img/h3_bg.gif);
background-position:left top;
background-repeat:repeat;
border:1px solid #739195;
display:block;
padding:0;
}
#wrapper #main .txt-decbox1 .body h2 span span,#wrapper #main .txt-decbox2 .body h2 span span,#wrapper #main .txt-decbox1 .body h3 span span,#wrapper #main .txt-decbox2 .body h3 span span{
background-image:url(img/h3.gif);
background-position:left top;
background-repeat:no-repeat;
border:1px solid #366167;
color:#ffffff;
font-size:20px;
line-height:1.4;
padding:14px 15px 14px 30px;
position:relative;
text-align:left;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
#wrapper #main .txt-decbox1 .body h2 span,#wrapper #main .txt-decbox2 .body h2 span,#wrapper #main .txt-decbox1 .body h3 span,#wrapper #main .txt-decbox2 .body h3 span{
background-image:url(img/h3_bg@2x.gif);
-webkit-background-size:6px 6px;
background-size:6px 6px;
}
#wrapper #main .txt-decbox1 .body h2 span span,#wrapper #main .txt-decbox2 .body h2 span span,#wrapper #main .txt-decbox1 .body h3 span span,#wrapper #main .txt-decbox2 .body h3 span span{
background-image:url(img/h3@2x.gif);
-webkit-background-size:900px 78px;
background-size:900px 78px;
}
}
@media screen and (max-width:640px){
#wrapper #main .txt-border h3,#wrapper #main .txt-grayback h3,#wrapper #main .txt-colorback h3,#wrapper #main .txt-frame h3,#wrapper #main .txt-colorframe h3,#wrapper #main .txt-rndbox h3,#wrapper #main .txt-decbox1 .body h3,#wrapper #main .txt-decbox2 .body h3{
margin:10px 0 !important;
}
}body,#column1,#column2,#column1 .inner,#column2 .inner{
background-repeat:no-repeat;
}
#header{ height:300px; }
#headerbox{height:300px; }
#header h2,#header .title,#header .title a{
}
#header h2 a,#header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext{
}
#main{ float:right; }
#column2 #menu,#column3 #menu{ float:left; }
#column3 #rmenu{ float:right; }
#column3 #layoutbox{ float:left; }
#column3 #main{ float:right; }
/*
#wrapper{}
#topmenu{}
#threebox{width:25px;}
#main{}
#menu{}
#rmenu{}
*/.point:empty{height:32px}
.img-lb{display:contents;}.logo-horizon .logotext{display:none;}
/* fixImageStyles */
img{height:auto;max-width:100%}
.image-center{margin:10px auto;display:block;}
.img-center{text-align:center;max-width:100%;height:auto;}
.img-center img{max-width:100%;height:auto;margin:8px auto}
span.img-center{display:block;text-align:center;}
table.rank-table td .img-center{text-align:left !important;}