@charset "shift_jis";
/*
==================================================
スタイルの初期化
==================================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
background: none repeat scroll 0 0 transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
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 {
display: block;
text-align: left;
}
img {
font-size: 0;
height: auto;
line-height: 0;
max-width: 100%;
vertical-align: top;
}
: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 {
color: #313131;
font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
font-size: 12px;
line-height: 180%;
text-align: center;
-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title, dt {
}
.clear {
clear: both;
font-size: 1px;
}
/* リスト
==================================================
*/
ul {
padding: 10px 0;
}
ul li {
background-image: url(img/li.png);
background-position: 6px 9px;
background-repeat: no-repeat;
-webkit-background-size: 7px 7px;
background-size: 7px 7px;
padding: 1px 0 1px 20px;
}
ol {
list-style-type: decimal;
padding: 10px 24px;
}
/* リンク
==================================================
*/
a { color: #007acc; }
a:hover {
color: #007acc;
text-decoration: none;
}
a:hover img {
background: none !important;
}
a img { background: none !important; }
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
}
#contents {
}
#siteNavi {
padding: 15px 10px;
}
/* ページ上部へ戻る
==================================================
*/
#btnbox {
}
#btnbox ul {
overflow: hidden;
padding: 10px;
}
#btnbox ul li {
background-image: none , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(100%,#e6e6e6));
background-image: none , linear-gradient(to bottom, #ffffff 0%,#f2f2f2 50%,#e6e6e6 100%);
background-position: 0 0;
-webkit-background-size: 0 0 , auto;
background-size: 0 0 , auto;
border: 1px solid #c1c1c1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
box-shadow: 0 1px 2px rgba(0,0,0,0.07);
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0;
width: 120px;
}
#btnbox ul li#pagetop {
float: right;
}
#btnbox ul li a {
color: #328f22;
display: block;
height: 36px;
line-height: 36px;
text-align: center;
text-decoration: none;
padding-left: 15px;
}
#btnbox ul li#toppage a {
background-image: url(img/toppage_button.png);
background-position: 10px center;
background-repeat: no-repeat;
-webkit-background-size: 16px 13px;
background-size: 16px 13px;
}
#btnbox ul li#pagetop a {
background-image: url(img/pagetop_button.png);
background-position: 15px center;
background-repeat: no-repeat;
-webkit-background-size: 10px 12px;
background-size: 10px 12px;
}
/* 検索ボックス
==================================================
*/
#searchbox {
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
padding: 20px;
}
#searchbox form {
display: -webkit-box;
display: box;
position: relative;
width: 100%;
}
#searchbox form:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(100%,#e6e6e6));
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 50%,#e6e6e6 100%);
border: 1px solid #c1c1c1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
box-shadow: 0 1px 2px rgba(0,0,0,0.07);
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: "";
display: block;
height: 40px;
position: absolute;
right: 0;
top: 0;
width: 80px;
z-index: -1;
}
#searchbox input {
-webkit-appearance: none;
}
#searchbox .skwd {
border: 1px solid #d2d2d2;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-flex:1;
box-flex:1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1) inset;
box-shadow: 1px 1px 3px rgba(0,0,0,0.1) inset;
display: block;
height: 40px;
margin-right: 85px;
padding: 10px;
}
#searchbox input[type="submit"] {
background-color: transparent;
background-image: url(img/searchbutton.png);
background-position: left center;
background-repeat: no-repeat;
-webkit-background-size: 14px 14px;
background-size: 14px 14px;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 16px;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 68px;
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
margin: 0 10px 10px 10px;
}
.center {
margin-bottom: 10px;
margin-top: 10px;
text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
margin-bottom: 10px;
}
.float-l img { 
margin-right: 10px;
}
.float-r img {
margin-left: 10px;
}
.clear, .floatend { clear: both }
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
text-align: center;
}
#top #logo, #top h1 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fdfdfd), color-stop(100%,#fbfbfb));
background: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 50%,#fbfbfb 100%);
border-bottom: 1px solid #ffffff;
border-top: 5px solid #428930;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.07);
box-shadow: 0 1px 5px rgba(0,0,0,0.07);
padding: 10px;
text-align: center;
}
#top #logo a, #top h1 a {
color: #328f22;
font-size: 18px;
text-decoration: none;
}
/* ヘッダー
==================================================
*/
#header {
height: auto !important;
text-align: center;
}
#header img {
position: relative;
z-index: -1;
}
/* トップメニュー
==================================================
*/
#topmenu {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb94c), color-stop(100%,#3b8a2e));
background: linear-gradient(to bottom, #5fb94c 0%,#3b8a2e 100%);
overflow: hidden;
text-align: center;
width: 100%;
}
#topmenu ul {
display: table;
overflow: hidden;
padding: 0;
table-layout: fixed;
width: 100%;
}
#topmenu li {
background: none repeat scroll 0 0 transparent;
border-right: 1px solid #3b8a2e;
display: table-cell;
padding: 0;
vertical-align: middle;
}
#topmenu li:last-child {
border-right: none;
}
#topmenu li a {
color: #FFFFFF;
display: block;
overflow: hidden;
padding: 15px 5px;
text-align: center;
text-decoration: none;
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
float: none !important;
background-color:#FFF;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
overflow: hidden;
padding: 10px;
}
/* 見出し
==================================================
*/
#main h2, #main h3 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf6e8));
background: linear-gradient(to bottom, #ffffff 0%,#eaf6e8 100%); 
border-bottom: 1px solid #c5d2c2;
border-top: 1px solid #c5d2c2;
overflow: hidden;
padding: 10px 10px 10px 24px;
position: relative;
}
#main h2 span, #main h3 span {
color: #328f22;
font-size: 16px;
}
#main h2 span:before, #main h3 span:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b8a2e), color-stop(100%,#5fb94c));
background: linear-gradient(to bottom, #3b8a2e 0%,#5fb94c 100%);
bottom: 0;
content: "";
left: 0;
margin: 10px;
position: absolute;
top: 0;
width: 4px;
}
#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: 20px -10px 10px;
}
#main h4 {
background-color: #f3f9f3;
border-bottom: 1px solid #ccd7cb;
margin: 20px auto 10px;
}
#main h4 span {
border-bottom: 1px solid #fff;
color: #328f22;
display: block;
font-size: 15px;
padding: 7px 10px;
}
#main h5 {
border-left: 4px solid #46a638;
color: #328f22;
font-size: 14px;
line-height: 150%;
margin: 20px auto 10px;
padding: 0 6px;
}
#main h6 {
background-image: url(img/h6.png);
background-position: left 6px;
background-repeat: no-repeat;
-webkit-background-size: 13px 13px;
background-size: 13px 13px;
color: #328f22;
font-size: 14px;
margin: 5px auto;
padding: 2px 0 2px 16px;
}
#main .atn02 {
background-color: #fffce1;
border: 1px solid #ffcf10;
margin-top: 20px;
overflow: hidden;
padding: 8px 15px;
}
#main .atn02 span {
background-image: url(img/atn_02.png);
background-position: left -1px;
background-repeat: no-repeat;
-webkit-background-size: 21px 23px;
background-size: 21px 23px;
color: #ed2f04;
font-weight: bold;
display: block;
padding: 1px 0 1px 30px;
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
}
.menulist {
}
.menulist ul {
padding: 0;
}
.menulist li {
background-image: none , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
background-image: none , linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
background-position: 0 0;
-webkit-background-size: 0 0 , auto;
background-size: 0 0 , auto;
border-bottom: 1px solid #e6e6e6;
padding: 0;
}
.menulist li a {
background-image: url(img/menu_bg.png);
background-position: right center;
background-repeat: no-repeat;
-webkit-background-size: 9px 13px;
background-size: 9px 13px;
display: block;
font-size: 14px;
margin-right: 15px;
padding: 15px 20px 15px 15px;
text-decoration: none;
}
#menu .title, #menu h4 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb94c), color-stop(100%,#3b8a2e));
background: linear-gradient(to bottom, #5fb94c 0%,#3b8a2e 100%);
overflow: hidden;
padding: 10px;
}
#menu .title span, #menu h4 span {
color: #fff;
font-size: 15px;
}
/* バナー領域
==================================================
*/
.bannerbox {
overflow: hidden;
padding: 10px;
}
.bannerbox ul {
padding: 0;
}
.bannerbox li {
background: none repeat scroll 0 0 transparent;
margin-bottom: 10px;
padding: 0;
text-align: center;
}
.bannerbox li:last-child {
margin-bottom: 0;
}
.bannerbox li a img {
vertical-align: bottom; 
}
/*
==================================================
フッター
==================================================
*/
#footer {
}
#footer .inner {
background-color: #f8f8f8;
border-top: 5px solid #428930;
-webkit-box-shadow: 0 10px 5px -7px rgba(0,0,0,0.15) inset;
box-shadow: 0 10px 5px -7px rgba(0,0,0,0.15) inset;
color: #8c8c8c;
margin: 0 auto;
padding: 20px 10px 0;
text-align: center;
}
#footer a {
color: #328f22;
}
#footer p {
overflow: hidden;
padding-bottom: 20px;
text-align: center;
}
#footlink {
text-align: center;
}
#footlink span {
border-right: 1px solid #b3b3b3;
display: inline-block;
margin-bottom: 20px;
}
#footlink span:last-child {
border-right: none;
}
#footlink a {
color: #737373;
display: inline-block;
line-height: 1.3;
padding: 0 15px;
}
#footsub {
}
#footsub a, #footer .inner a {
color: #737373;
border-right: 1px solid #b3b3b3;
display: inline-block;
line-height: 1.3;
padding: 0 15px;
}
#footsub a:last-child, #footer .inner a:last-child {
border-right: none;
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
}
#whatsnew .title {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ededed));
background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%); 
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 10px;
}
#whatsnew .title span{
color: #4e4e4e;
font-size: 15px;
}
#whatsnew ul {
padding: 0;
}
#whatsnew ul li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #e6e6e6;
padding: 10px;
}
#whatsnew ul li span {
color: #7a7a7a;
display: block;
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
}
#categorylist .catbox {
border-bottom: 1px solid #e6e6e6;
}
#categorylist .catbox:nth-child(even) {
background-color: #fcfcfc;
}
#categorylist .catbox a {
background-image: url(img/menu_bg.png);
background-position: right center;
background-repeat: no-repeat;
-webkit-background-size: 9px 13px;
background-size: 9px 13px;
-webkit-box-align:center;
box-align:center;
display: -webkit-box;
display: box;
margin-right: 10px;
padding: 15px 20px 15px 10px;
text-decoration: none;
}
#categorylist .thumb {
margin-right: 10px;
}
#categorylist .thumb img {
max-width: 100px;
vertical-align: bottom;
}
#categorylist .body {
-webkit-box-flex:1;
box-flex:1;
}
#categorylist .body .title {
font-size: 15px;
text-decoration: underline;
}
#categorylist .body p {
color: #313131;
line-height: 140%;
padding-top: 5px;
}
#pagelist {
padding: 20px 10px 10px;
text-align: center;
}
#pagelist ul {
letter-spacing: -0.4em;
padding: 0;
}
#pagelist li {
background: none repeat scroll 0 0 transparent;
display: inline-block;
letter-spacing:normal;
padding: 0 5px;
}
#pagelist a {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(100%,#e6e6e6));
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 50%,#e6e6e6 100%);
border: 1px solid #c1c1c1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
box-shadow: 0 1px 2px rgba(0,0,0,0.07);
color: #595959;
display: inline-block;
margin-bottom: 10px;
padding: 5px 15px;
text-align: center;
text-decoration: none;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
}
#entrylist h4 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ededed));
background: linear-gradient(to bottom, #fcfcfc 0%,#ededed 100%); 
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
overflow: hidden;
padding: 10px;
}
#entrylist h4 span {
border: medium none;
color: #4e4e4e;
display: inline;
font-size: 15px;
padding: 0;
}
#entrylist dl {
}
#entrylist dl dt {
font-size: 15px;
padding: 15px 10px 0;
}
#entrylist dl dd {
border-bottom: 1px solid #e6e6e6;
line-height: 140%;
padding: 5px 10px 15px;
}
#pagemenu {
padding: 20px 10px;
text-align: center;
}
#pagemenu span a {
font-size: 14px;
font-weight: 700;
margin-left: 10px;
margin-right: 10px;
width: 150px;
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
}
#sitemaps ul {
border-top: 1px solid #e6e6e6;
padding: 0;
}
#sitemaps ul li {
background-image: none , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
background-image: none , linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
background-position: 0 0;
-webkit-background-size: 0 0 , auto;
background-size: 0 0 , auto;
border-bottom: 1px solid #e6e6e6;
padding: 0;
}
#sitemaps ul li a {
background-image: url(img/menu_bg.png);
background-position: right center;
background-repeat: no-repeat;
-webkit-background-size: 9px 13px;
background-size: 9px 13px;
display: block;
font-size: 14px;
margin-right: 15px;
padding: 15px 20px 15px 15px;
text-decoration: none;
}
#sitemaps .l1 {
}
#sitemaps .l2 {
padding-left: 10px;
}
#sitemaps .l3 {
padding-left: 20px;
}
#sitemaps .l2 a,
#sitemaps .l3 a {
color: #3690cc;
font-size: 12px;
padding: 13px 20px 13px 13px;
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2, #space3, #space4, #space5, #space6 {
padding: 10px;
}
/*
==================================================
ブログモード
==================================================
*/
#bloglist {
border-top: 1px solid #e6e6e6;
}
.blog {
border-bottom: 1px solid #e6e6e6;
display: -webkit-box;
display: box;
padding: 15px 10px;
}
.blog .thumb {
margin-right: 10px;
}
.blog .thumb img { 
max-width: 100px;
vertical-align: bottom;
}
.blog .body {
-webkit-box-flex:1;
box-flex:1;
}
.blog .title {
font-size: 15px;
}
.blog .info {
}
.blog p {
line-height: 150%;
}
.blog .more {
font-size: 15px;
margin-top: 10px;
text-align: right;
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
padding: 10px;
}
#searchresult dl {
margin: -10px;
}
#searchresult dl dt {
font-size: 15px;
padding: 15px 10px 0;
}
#searchresult dl dd {
border-bottom: 1px solid #e6e6e6;
line-height: 140%;
padding: 5px 10px 15px;
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
}
#linklist dt {
font-size: 15px;
padding: 15px 10px 0;
}
#linklist dd {
border-bottom: 1px solid #e6e6e6;
line-height: 140%;
padding: 5px 10px 15px;
}
/*
==================================================
ポイント
==================================================
*/
#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;
-webkit-background-size: 35px 35px;
background-size: 35px 35px;
color: #328f22;
font-size: 16px;
height: auto !important;
line-height: 140%;
margin-bottom: 3px;
margin-top: 15px;
padding: 5px 0 12px 42px;
}
#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); }
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#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; min-height: inherit; }
#main .rank {
margin-bottom: 10px;
overflow: hidden;
position: relative;
}
#main .rank-container {
background-color: #f8f8f8;
border: 2px solid #e2e4e9;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 10px;
position: relative;
}
#main .rank-inner {
}
#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: #328f22;
font-size: 16px;
height: auto;
line-height: 130%;
margin: 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 {
margin: 0 0 10px;
}
#main .rank1,#main .rank2,#main .rank3{
background-position: left top;
-webkit-background-size: 40px 30px;
background-size: 40px 30px;
padding: 8px 0 5px 45px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
background-position: 5px top;
-webkit-background-size: 31px 31px;
background-size: 31px 31px;
padding: 7px 0 7px 45px;
}
#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); }
#main .rankbox {
overflow: hidden;
}
#main .rankbox .rankbox-inner {
overflow: hidden;
}
#main .rankbox .rankbox-inner .float-l {
float: inherit !important;
overflow: hidden;
text-align: center;
}
#main .rankbox .rankbox-inner .float-l .img-center{
padding: 0;
}
#main .rankbox .rankbox-inner .float-l img {
display: block;
margin: 0 auto 10px auto;
}
#main .rankbox .feature {
margin-bottom: 5px;
overflow: hidden;
position: relative;
}
#main .rankbox .feature span {
color: #328f22;
font-size: 15px;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
padding: 0 !important;
}
#main .rankbox .rankbox-inner p {
color: #4e4e4e;
line-height: 160%;
overflow: hidden;
padding-bottom: 10px;
}
#main .rankbox .rank-table {
clear: both;
margin: 0;
overflow: visible !important;
table-layout: fixed;
width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
border: 1px solid #a9cda4;
padding: 5px;
text-align: center;
vertical-align: middle;
}
#main .rankbox .rank-table th {
background-color: #e6f9e3;
color: #328f22;
}
#main .rankbox .rank-table td {
background-color: #ffffff;
color: #4e4e4e;
}
#main .rank .comment {
padding-top: 15px;
}
#main .rank .comment .comment-inner {
background-color: #ffffff;
border: 3px solid #ffd970;
padding: 5px 10px 0;
position: relative;
}
#main .rank .comment .comment-tit {
}
#main .rank .comment .comment-tit span {
background-image: url(img/comment_bg.png);
background-position: left top;
background-repeat: no-repeat;
-webkit-background-size: 44px 44px;
background-size: 44px 44px;
color: #ffbb00;
display: block;
font-size: 20px;
font-weight: 700;
line-height: 130%;
margin-left: -5px;
padding: 10px 0 10px 50px;
position: relative;
}
#main .rank .comment p {
color: #4e4e4e;
padding-bottom: 10px;
}
#main .rank .more {
padding: 15px 0 5px;
text-align: center;
}
#main .rank .more a {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b333), color-stop(100%,#259d25));
background: linear-gradient(to bottom, #63b333 0%,#259d25 100%);
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #ffffff;
display: block;
font-size: 16px;
height: 40px;
line-height: 40px;
margin: 0 auto;
text-align: center;
text-decoration: none;
-webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.15);
text-shadow: 0 1px 2px rgba(0,0,0,0.15);
width: 100%;
}
#main .rank .more a.official {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc00c), color-stop(100%,#fda318));
background: linear-gradient(to bottom, #fcc00c 0%,#fda318 100%);
margin: 15px auto 0 auto !important;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
body{
}
#header{ height: 200px; }
#headerbox {height:200px; }
#header h2 ,#header .title {
}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext {
}
#main{ float: ; }
#column2 #menu,#column3 #menu{ float: ; }
#column3 #rmenu { float: ; }
#column3 #layoutbox { float: ; }
#column3 #main { float: ; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
@charset "shift_jis";



/* 記事スタイル */

/*点線背景*/
.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: #F2F2F2;
}
/*カラー背景*/
.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: #92bb6a;

}
#main .txt-decbox2 .top h2 span,
#main .txt-decbox2 .top h3 span {
color: #a0c94e;

}

.hd{color: #333;text-decoration:none;}

.graybg {
background-color: #ebebeb;
}

.grayline {
background-color: #FFF;
border: 1px #CCC solid;
margin: 0 0 10px 0;
padding: 10px;
}

/* 矢印 */

.arrow_blue,.arrow_orange,.arrow_black,.arrow_red{
text-indent: 14px;
}

/* fixImageStyles */
.img-center img{max-width:100%;height:auto;}
span.img-center{display:block;}
table.rank-table td .img-center{text-align:left !important;}