﻿@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
.SnsTwitter { position: absolute; top: 20px; left: 131px; z-index: 9999; float: left; margin-right: 20px; }
.SnsFacebook    { position: absolute; top: 20px; left: 231px; z-index: 9999; float: left; }
.SnsHatebu  { position: absolute; top: 20px; left: 349px; z-index: 9999; float: left; }
.SnsGoogle  { position: absolute; top: 20px; left: 471px; z-index: 9999; float: left; }
.SnsPocket  { position: absolute; top: 20px; left: 541px; z-index: 9999; float: left; }


#popular-post {
    counter-reset: wpp-ranking;
}
 
#popular-post ul li:before {
    color:#FFF;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.SnsTwitter { position: absolute; top: 100px; z-index: 9999; float: left; margin-right: 20px; }
.SnsFacebook    { position: absolute; top: 100px; left: 123px;z-index: 9999; float: left; }
.SnsHatebu  { position: absolute; top: 100px; left: 210px; z-index: 9999; float: left; }
.SnsGoogle  { position: absolute; top: 100px; left: 320px;z-index: 9999; float: left; }
.SnsPocket  { position: absolute; top: 100px; left: 380px;z-index: 9999; float: left; }





.banner {
background:none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


document.addEventListener("DOMContentLoaded", function(event) {
	if(navigator.userAgent.match(/iPhone|iPad|iPod/)){
		document.getElementsByTagName("body")[0].classList.add("ios");
	}
});

a:hover {
position:relative;
top: 2px;
left:2px;
}

@media(max-width: 640px){
.sub-btn {
display:none !important;
}
.sidebar {
display:block !important;
}
}

.moretext{border-radius: 8px;
	-moz-border-radius: 8px;//for Firefox
	-webkit-border-radius: 8px;//for Safari and chrome}

a .moretext {color:#000;
	margin-right:30px;
	width: 130px;
	font-size: 1.2em;
	display: block;
	text-align: center;
	float: right;
	text-decoration:none;
	background:#FA8072;
	-webkit-transition: .6s ease-in-out;




	border-radius: 8px;
	-moz-border-radius: 8px;//for Firefox
	-webkit-border-radius: 8px;//for Safari and chrome
}

a .moretext:hover {background:#0000FF;
	text-decoration:underline;
color:#FDF5E6;
}

/* スマホ表示時の余白を変更 */
@media(max-width: 640px) {
.header-bar-inner,
.banner-inner,
.glovalnavi-inner,
.container-inner,
.footer-menu-inner,
.footer-inner {
padding-right: 0px !important;
padding-left: 0px !important;
}
.gnavi-btn {
margin: 0px 0px 0 !important;
}
}

/* タイトル */

.main .rewg .entry-title {
    margin-bottom: .25em;
    text-align: left;
    font-size: 14px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.sub .rewg .entry-title {
    margin-bottom: 0.3em;
    text-align: left;
    font-size: 13px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

/* ==========================================================================
   3. コンテンツ
   ========================================================================== */

.container {
    padding-bottom: 20px;
}

/* アーカイブページのタイトル */

.page-title {
    margin: 0;
    padding: 18px 0 22px;
    border-top: 1px solid #999;
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}


/* ブログ投稿
   ========================================================================== */
/* 続きを読む */

a .moretext {
    display: block;
    text-align: right;
    font-size: 12px;
    font-size: 1.6rem;
}

/* ==========================================================================
   3.2 メインエリア
   ========================================================================== */
.main p {
    margin: 0 0 1.5em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 14px;
    font-size: 1.3rem;
    line-height: 1.95;
}
.main p small {
    color: #222333;
    font-size: 12px;
    font-size: 1.3rem;
}
.main pre {
    margin: 20px 20px 20px 20px;
    padding: 14px 14px; 
    border: 1px #ccc solid;
    border-radius: 4px;
    color: #222333;
    text-align: left;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: pre-wrap; 
    word-wrap: break-word;
    font-size: 14px;
    font-size: 1.6rem;
    line-height: 1.95;
}

.main dl {
    margin: 20px 20px 20px 20px;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.6rem;
    line-height: 1.95;
}
.main li {
    margin: 0;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.6rem;
    line-height: 1.95;
}

/* ウィジェット
   ========================================================================== */

.main .widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

/* ウィジェット
   ========================================================================== */

.widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}
/* 最近の投稿 */

.main .widget_recent_entries {
}

.main .widget_recent_entries .post-date {
    float: right;
    margin-top: .3em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
}

.h2, 
.entry-content h2,
.textwidget h2 {
    margin: 2em 0 1em;
    padding: .75em 1em;
    border-top: 3px solid #999;
    border-bottom: 1px solid #bbb;
    background: #ededed;
    background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
    background:         linear-gradient(top, #fff 0%, #ededed 100%);
    box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .25);
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 2rem;
    line-height: 1.33;
}

.h3, 
.entry-content h3,
.textwidget h3 {
    margin: 2em 0 1em;
    padding: .8em .8em .7em;
    border-left: 5px solid #c40f0f;
    background: #ededed;
    background: -webkit-linear-gradient(top, #fff 0%, #c40f0f 100%);
    background:         linear-gradient(top, #fff 0%, #ededed 100%);
    box-shadow: 0 1px 2px 1px rgba(000, 000, 000, .2);
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 0 #222;
    font-weight: bold;
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.33;
}

.site-title {
    margin: 0;
    padding: 1em 0 5px;
    font-weight: bold;
    font-size: 26px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.33;
}

.glovalnavi li li:hover {
    background: #FFFFFF;
    border-bottom: 1px solid #bbb;
}

.main blockquote {
    margin: 20px;
    padding: 1.5em;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.main th {
    background: #FFFFFF;
    font-weight: bold;
    color: #333;
}

#comments, 
#respond {
    margin: 20px 0 0;
    padding: 1px 20px;
    background: #FFFFFF;
    text-align: left;
}

#wp-calendar th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #FFFFFF;
    font-weight: bold;
}

.main blockquote {
    margin: 20px;
    padding: 1.5em;
    border: 1px #ccc solid;
    border-radius: 4px;
}

/* ウィジェット
   ========================================================================== */

.sub .widget {
    margin-bottom: 20px;
}

.sub .widget-title {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    line-height: 2;
}

.column3       .sub .widget-title {
    font-size: 14px;
    font-size: 2rem;
}

.right_sidebar .sub .widget-title {
    font-size: 15px;
    font-size: 1.3rem;
}

.sub .widget_text, 
.sub .textwidget {
    text-align: left;
}

.sub .widget_text *:first-child, 
.sub .textwidget  *:first-child {
    margin-top: 0;
}

/* 見出し */

.box-title {
    margin: -15px -20px 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.3;
}

.sub .box-title {
    margin: -7px -10px 7px;
    padding: 7px 10px;
    font-size: 12px;
    font-size: 0.93rem;
}

/**
 * カラー囲み
 */

.colored_box {
    margin: 0 auto 20px;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
}

.sub .colored_box {
    margin: 0 auto 10px;
    padding: 10px;
    font-size: 12px;
    font-size: 0.93rem;
}
/**
 * ボタン
 * 
 */

/* 大（横幅いっぱい） */

.btn_l {
    display: block;
    margin: 0 20px 20px;
    padding: 18px 20px 16px;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.60rem;
    font-weight: bold;
    line-height: 1;
}

.btn_l:before {
    content: url(img/shortcodes/btn-img.png);
    vertical-align: -4px;
    margin-right: 5px;
}

.btn_l:active {
    position: relative;
    top: 1px;
    box-shadow: 0 2px 4px rgba(000,000,000,0.5) inset;
}

/* 小（文字数の幅に合わせる） */

.btn_s {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0.9em 1.8em;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);
    font-size: 20px;
    font-size: 1.60rem;
    font-weight: bold;
    line-height: 1;
}

.btn_s:before {
    content: url(img/shortcodes/btn-img.png);
    vertical-align: -4px;
    margin-right: 5px;
}

.btn_s:active {
    position: relative;
    top: 1px;
    box-shadow: 0 2px 4px rgba(000,000,000,0.5) inset;
}

.glovalnavi li li:hover {
    border-bottom: 1px solid #bbb;
}