@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
/* bbpresのトピック一覧のページ送りの無駄な改行を削除 */
.bbp-pagination-links br {
    display:none;
}

/* 文字サイズを拡大 */
.main,
.main p,
.main li,
.main th,
.main td {
font-size: 18px;
line-height: 150%
}

.colored_box {
font-size: 14.8px;
}

.colored_bg {
font-size: 14.8px;
}

a .moretext {
font-size: 14.8px;
}

.faq_q,
.faq_a {
padding: 0.7em 1em 1em 45px;
font-size: 14.8px;
}

.h2,
.entry-content h2,
.textwidget h2,
.h3,
.entry-content h3,
.textwidget h3,
.h4,
.entry-content h4,
.textwidget h4,
.h5,
.entry-content h5,
.textwidget h5 {
font-size: 17px;
}

/* H4のスタイルを変更 */
.h4, 
.entry-content h4,
.textwidget h4 {
    margin: 2em 0 1em;
    padding: .5em .75em;
    border-top: 1px solid #ddd;
    border-left: 2px solid #ddd;
    border-radius: 5px;
    background: #f8f8f8;
    color: #222;
    text-align: left;
    text-shadow: 0 #fff;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.24rem;
    line-height: 1.33;
}

/* popular-posts の矢印を消す */
.widget.popular-posts li {
padding-left: 0;
}
.widget.popular-posts li a:before {
display: inline;
content: none;
}
.widget.popular-posts a img {
float: left;
margin-right: 10px;
}
.widget.popular-posts li {
zoom:1;
}
.widget.popular-posts li:after {
content:"";
display:table;
clear:both;
}

/* スマホ表示時の余白を変更 */
@media(max-width: 1000px) {
.header-bar-inner,
.banner-inner,
.glovalnavi-inner,
.container-inner,
.footer-menu-inner,
.footer-inner {
padding-right: 10px !important;
padding-left: 10px !important;
}
.entry,
.main .widget {
margin: 0 0 10px !important;
}
.main-inner > .entry,
.main-inner > .widget {
padding: 20px !important;
}
.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
top: -10px !important;
margin: 0 -10px !important;
}
}

/* -----　たすき掛け　-----*/
.box-s {
    overflow: hidden;
    position: relative;
    width: 240px;
    /*height: 270px;*/
    /*border:solid 1px #bbb;*/
    background: white;
    /*box-shadow: 0 2px 3px #aaa;*/
}
.box-s .contents {
    width: 240px;
    text-align:center;
    z-index:0;
}
.box-s .ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 30px;
    line-height: 30px;
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*box-shadow: 0 1px 3px black;*/
    -webkit-transform: rotate(-45deg) translate(-74px,-55px);
    -moz-transform: rotate(-45deg) translate(-74px,-55px);
    -ms-transform: rotate(-45deg) translate(-74px,-55px);
    -o-transform: rotate(-45deg) translate(-74px,-55px);
    transform: rotate(-45deg) translate(-74px,-55px);
    z-index:1;
}
.box-s-floating {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    text-align: center;
    display:table-cell;
}
.box-s-caption {
    text-align: center;
    width: 240px;
}

/* -----　たすき掛け(小)　-----*/
.box-ss {
    overflow: hidden;
    position: relative;
    width: 190px;
    /*height: 270px;*/
    /*border:solid 1px #bbb;*/
    background: white;
    /*box-shadow: 0 2px 3px #aaa;*/
}
.box-ss .contents {
    width: 190px;
    text-align:center;
    z-index:0;
}
.box-ss .ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 30px;
    line-height: 30px;
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*box-shadow: 0 1px 3px black;*/
    -webkit-transform: rotate(-45deg) translate(-74px,-55px);
    -moz-transform: rotate(-45deg) translate(-74px,-55px);
    -ms-transform: rotate(-45deg) translate(-74px,-55px);
    -o-transform: rotate(-45deg) translate(-74px,-55px);
    transform: rotate(-45deg) translate(-74px,-55px);
    z-index:1;
}
.box-ss-floating {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    text-align: center;
    display:table-cell;
}
.box-ss-caption {
    text-align: center;
    width: 180px;
}

/* -----　記事分割用ページナビ　-----*/
.pagesprit {
    color: #000000;
    background:white;
    margin: 1em auto;
    line-height:2em;
    text-align:center;
}

.page-numbers a {
    display:inline;
    color: #00019b;
    border:solid 1px #ccc;
    text-decoration:none;
}

.page-numbers a:hover {
    color:white;
    background: #328ab2;
}

.numbers {
    margin: 0 10px;
    font-weight: bold;
}

/* -----　CSSのみでツールチップ吹き出しを作る　240x240画像版　-----*/
.tooltip240 {
  position: relative;
}
.tooltip240 .tooltip240body {
  border: solid 2px #2570ba;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; 
  border-radius: 4px;
  position: absolute;
  left: 1em;
  top: -6em;
  text-decoration: none;
  text-align: center;
  visibility: hidden;
  padding: 10px 0px 10px 0px;
  width: 280px;
  zoom: 1;
}

.tooltip240:hover .tooltip240body {
  background-color: #fff;
  visibility: visible;
  z-index: 10;
  color: #000;
  font-style: normal;
  -moz-box-shadow: 0px 2px 6px #ccc;
  -webkit-box-shadow: 0px 2px 6px #ccc;
  box-shadow: 0px 2px 6px #ccc;
}

.tooltip240body a:hover img{
  position:relative;
  top: -1px;
  left: -1px;
  opacity:1;
  filter:alpha(opacity=100);
  -ms-filter: “alpha( opacity=100 )”;
}

.tooltip240 .tooltip240body .tooltip240angle .tooltip240angleinner {
  border-right: solid 5px transparent;
  border-left-width: 0;
  border-top: solid 5px #fff;
  line-height: 0;
  position: absolute;
  left: 2px;
  bottom: 5px;
}

/*  not supported tanseparent for border by IE6. */
* html .tooltip240 .tooltip240body .tooltip240angle {
  border-right-color: #2570ba;
  bottom: -11px;
}
* html .tooltip240 .tooltip240body .tooltip240angle .tooltip240angleinner {
  border-right-color: #2570ba;
}

/* -----　文字強調　-----*/
.strong-red {
    font-weight: bold;
    color: #882116;
}

/* -----　画像に枠を追加して写真風に　-----*/
.photo-frame {
    border:solid 1px #ccc;
    box-shadow: 0px 2px 3px #ccc;
    padding:4px;
}

/* -----　キャプション付き画像フレーム　-----*/
.photo-caption-frame {
    border:solid 1px #ccc;
    box-shadow: 0px 1px 3px #ccc;
    padding:10px;
    background-color:#fff;
    text-align : center;
}

/* -----　左寄せ　-----*/
.float-left {
    float : left;
    margin-right : 18px;
    margin-bottom : 18px;
    text-align : center;
}

/* -----　右寄せ　-----*/
.float-right {
    float : right;
    margin-left : 18px;
    margin-bottom : 18px;
    text-align : center;
}

/* -----　ページトップアフィリエイト画像　-----*/
.page-top-img-300 {
    text-align : center;
    width : 300px;
}

.page-top-img-240 {
    text-align : center;
    width : 240px;
}

/* -----　商品カタログ　-----*/
.catalogue {
    float : left;
    margin-right : 18px;
    margin-bottom : 18px;
    text-align : center;
}

/* スマホ表示でサブコンテンツボタンなし（展開） */
@media(max-width: 640px) {

.sub-btn {
display: none !important;
}

.sidebar {
display: block !important;
}

}

/* -----　マウスオーバー装飾(画像リンクを簡易ロールオーバー)　-----*/
a:hover img{
position:relative;
top: -1px;
left: -1px;
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
position:relative;
top: 1px;
left: 1px;
}

/* -----　CSSのみでツールチップ吹き出しを作る　-----*/
.tooltip {
  position: relative;
}
.tooltip .tooltipbody {
  border: solid 2px #2570ba;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; 
  border-radius: 4px;
  position: absolute;
  left: 1em;
  top: -2.7em;
  text-decoration: none;
  text-align: left;
  visibility: hidden;
  padding: 3px 10px;
  width: 280px;
  zoom: 1;
}
.tooltip:hover .tooltipbody {
  background-color: #2570ba;
  visibility: visible;
  z-index: 10;
  color: #fff;
  font-style: normal;
  -moz-box-shadow: 0px 0px 8px #98999e;
  -webkit-box-shadow: 0px 0px 8px #98999e;
  box-shadow: 0px 0px 8px #98999e;
}
.tooltip .tooltipbody .tooltipangle {
  border-right: solid 10px transparent;
  border-left-width: 0;
  border-top: solid 10px #2570ba;
  line-height: 0;
  position: absolute;
  left: 1em;
  bottom: -10px;
}
.tooltip .tooltipbody .tooltipangle .tooltipangleinner {
  border-right: solid 5px transparent;
  border-left-width: 0;
  border-top: solid 5px #2570ba;
  line-height: 0;
  position: absolute;
  left: 2px;
  bottom: 5px;
}

/*  not supported tanseparent for border by IE6. */
* html .tooltip .tooltipbody .tooltipangle {
  border-right-color: #2570ba;
  bottom: -11px;
}
* html .tooltip .tooltipbody .tooltipangle .tooltipangleinner {
  border-right-color: #2570ba;
}

/* -----　CSSでボタンを作る　-----*/
.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #73B10E;
  background-image: -webkit-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: -moz-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: -o-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  background-image: linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
  border-color: hsl(83, 29%, 37%);
  -webkit-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #365207;
  -moz-text-shadow: 1px 1px 1px #365207;
  -o-text-shadow: 1px 1px 1px #365207;
  text-shadow: 1px 1px 1px #365207;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 12px 30px 12px 30px;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 22px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #7cbf0f;
  background-image: -webkit-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: -moz-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: -o-linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  background-image: linear-gradient(top, #7fc40f 0%, #8fcc2b 48%, #7cbf0f 49%, #7cbf0f 82%, #8dd911 100%);
  border-color: hsl(83, 28%, 36%);
  -webkit-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #3f6008;
  -moz-text-shadow: 1px 1px 1px #3f6008;
  -o-text-shadow: 1px 1px 1px #3f6008;
  text-shadow: 1px 1px 1px #3f6008;
  position:relative;
  top: 1px;
  left: 1px;

}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #6aa30d;
  background-image: -webkit-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: -moz-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: -o-linear-gradient(top, #649a0c 0%, #73B10E 100%);
  background-image: linear-gradient(top, #649a0c 0%, #73B10E 100%);
  padding: 13px 30px 11px 30px;
}

.shiny-button a {
  color: #FFFFFF;
  text-decoration: none;
  position:relative;
  top: 0px;
  left: 0px;
}
/* -----　ボタン（楽天）　-----*/
.square_btn_rkt {
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #bf0000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #663300;/*線色*/
}
.square_btn_rkt:hover {
    background-color: #cc3333; /*ボタン色*/
}
.square_btn_rkt a {
    color: #f8f8f8;/*文字色*/
    text-decoration: none;
    font-size: 16px;
}

/* -----　ボタン（アマゾン）　-----*/
.square_btn_amz {
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fdbd69;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #38495d;/*線色*/
}
.square_btn_amz:hover {
    background-color: #f3a847; /*ボタン色*/
}
.square_btn_amz a {
    color: #232f3e;/*文字色*/
    text-decoration: none;
    font-size: 16px;
}