@charset "utf-8";

/*
Theme Name: Refine Snow2
Theme URI: http: //www.3m-refine.com/
Description: 3M produced affiliate site theme for WordPress
Author: Yoshida Design Inc.
Author URI: http: //yoshide.com/
Version: 1.0.1
License: GNU/GPL Version 2 or later.
License URI: http: //www.gnu.org/licenses/gpl.html
Tags: theme-options, threaded-comments, one-column, two-columns, right-sidebar, three-columns, custom-menu, custom-background, custom-header, custom-menu, microformats
*/

/* 

【注意!】このファイルは編集しないでください。

テンプレートを簡単にアップデートできるように、このファイルは編集しないようにしてください。
スタイルシートをカスタマイズしたい場合は、編集したい部分をコピーして、 custom.css に
ペーストしてから編集するようにしてください。
このファイルを直接編集すると、テンプレートアップデートの際に編集内容が失われます。

*/

/*-------------------------------------------------------------------------------------------

目次: 

1. 準備
 - 1.1 初期設定
 - 1.2 レイアウト

2. タイトルとナビゲーション
 - 2.1 ヘッダーエリア
 - 2.2 サイトタイトル、サイトの説明
 - 2.3 グローバルメニュー
 - 2.4 パンくずリスト
 
3. コンテンツ
 - 3.1 メインコンテンツ
 - 3.2 コメント＆トラックバック
 - 3.3 サブコンテンツ
 - 3.4 フッター

4. ページテンプレート
 - 4.1 サイトマップ

5. その他

6. 調整用CSS

-------------------------------------------------------------------------------------------*/

@import url("shortcode.php");
@import url("css/font-awesome.css");
@import url("css/font-awesome-ie7.css");

/*-------------------------------------------------------------------------------------------*/
/* 1. 準備 */
/*-------------------------------------------------------------------------------------------*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}audio, canvas, video{display: inline-block;}audio: not([controls]){display: none;height: 0;}[hidden]{display: none;}html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}body{margin: 0;}a:focus{outline: thin dotted;}a:active, a:hover{outline: 0;}h1{margin: 0.67em 0;font-size: 2em;}abbr[title]{border-bottom: 1px dotted;}b, strong{font-weight: bold;}dfn{font-style: italic;}hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}mark{background: #ff0;color: #000;}code, kbd, pre, samp{font-size: 1em;font-family: monospace, serif;}pre{white-space: pre-wrap;}q{quotes: "\201C" "\201D" "\2018" "\2019";}small{font-size: 80%;}sub, sup{position: relative;vertical-align: baseline;font-size: 75%;line-height: 0;}sup{top: -0.5em;}sub{bottom: -0.25em;}img{border: 0;}svg: not(: root){overflow: hidden;}figure{margin: 0;}fieldset{margin: 0 2px;padding: 0.35em 0.625em 0.75em;border: 1px solid #c0c0c0;}legend{padding: 0;border: 0;}button, input, select, textarea{margin: 0;font-size: 100%;font-family: inherit;}button, input{line-height: normal;}button, select{text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"]{cursor: pointer;-webkit-appearance: button;}button[disabled], html input[disabled]{cursor: default;}input[type="checkbox"], input[type="radio"]{box-sizing: border-box;padding: 0;}input[type="search"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}input[type="search"]: : -webkit-search-cancel-button, input[type="search"]: : -webkit-search-decoration{-webkit-appearance: none;}button: : -moz-focus-inner, input: : -moz-focus-inner{padding: 0;border: 0;}textarea{overflow: auto;vertical-align: top;}table{border-spacing: 0;border-collapse: collapse;}

/* 

1.1 初期設定 

*/

html {
    font-size: 13px;
}

body {
    position: relative;
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-family: arial, sans-serif;
}

.win body, textarea {
    font-family: MeiryoKe_PGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.win input, select {
    font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}

.mac body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body, textarea, pre {
    line-height: 1.5;
}

/* リンク */
a, 
a:visited {
    color: #06c;
    text-decoration: underline;
}

a:hover, 
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}

a:active {
    position: relative;
    top: 1px;
    color: #f33;
}

a:link {
    -webkit-tap-highlight-color: rgba(000, 000, 000, 0);
}

/* Clearfix */

.clearfix {zoom: 1;}
.clearfix:after{
    display: table;
    clear: both;
    content: "";
}

/* Clear */

.cl{
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* 

1.2 レイアウト 

*/

.wrapper {
    margin: 0 auto;
}

.wrapper-inner {
}

.banner-inner, 
.header-bar-inner, 
.glovalnavi-inner, 
.container-inner, 
.footer-menu-inner, 
.footer-inner {
    margin: 0 auto;
    width: 1000px;
}

.header-bar {
    width: 100%;
    min-height: 30px;
}

.page {
}

.page-inner {
}

/* ３カラム */

.column3 #contents {
    display: inline;
    float: left;
    width: 805px;
}

.column3 #main {
    display: inline;
    float: right;
    margin-right: 20px;
    width: 570px;
}

.column3 #sub {
    display: inline;
    float: left;
    margin-bottom: 20px;
    width: 195px;
}

.column3 #ex {
    display: inline;
    float: right;
    margin-bottom: 20px;
    width: 195px;
}

/* ２カラム（右サイドバー） */

.right_sidebar #contents {
    display: block;
    float: none;
    width: auto;
}

.right_sidebar #main {
    float: left;
    margin: 0 -320px 0 0;
    width: 680px;
}

.right_sidebar #sub {
    float: right;
    margin-bottom: 0;
    width: 300px;
}

.right_sidebar #ex {
    float: right;
    clear: right;
    margin-bottom: 20px;
    width: 300px;
}

/* １カラム（サイドバー無し） */

.column1 #contents {
    display: inline;
    float: left;
    width: 900px;
}

.column1 #main {
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 800px;
}

.column1 #sub, 
.column1 #ex {
    display: none;
}


/*-------------------------------------------------------------------------------------------*/
/* 2. タイトルとナビゲーション */
/*-------------------------------------------------------------------------------------------*/

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
    background: #666;
}

.header-bar-inner {
}

/* ヘッダーバー カスタムメニュー */

.header-bar .menu, 
.header-bar .sb-menu {
    float: right;
    margin: 0 0 0 5px;
    padding: 8px 0;
    line-height: 1;
}

.header-bar .menu li, 
.header-bar .sb-menu li {
    display: inline;
    margin: 0 0 0 10px;
    color: #ededed;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.header-bar .menu li a, 
.header-bar .sb-menu li a {
    padding: 11px 0;
    color: #ededed;
    text-decoration: none;
}

.header-bar .menu li a:hover, 
.header-bar .sb-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.header-bar .menu li a {
    padding-left: 18px;
    background-image: url(img/icon-arrow1.png);
    background-position: left center;
    background-repeat: no-repeat;
}

/* ヘッダーバー カスタムメニュー2 */

.header-bar .sb-menu li a {
    padding-left: 18px;
    background-position: left center;
    background-repeat: no-repeat;
}

.header-bar .sb-menu li a.law         { background-image: url(img/icon-law.png); }
.header-bar .sb-menu li a.facebook    { background-image: url(img/icon-facebook.png); }
.header-bar .sb-menu li a.twitter     { background-image: url(img/icon-twitter.png); }
.header-bar .sb-menu li a.google-plus { background-image: url(img/icon-g-plus.png); }
.header-bar .sb-menu li a.email       { background-image: url(img/icon-email.png); }
.header-bar .sb-menu li a.profile     { background-image: url(img/icon-profile.png); }
.header-bar .sb-menu li a.sitemap     { background-image: url(img/icon-sitemap.png); }
.header-bar .sb-menu li a.rss         { background-image: url(img/icon-rss.png); }

/* 

2.2 サイトタイトル、サイトの説明

*/

.banner {
    overflow: hidden;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
}

.banner-inner {
    line-height: 0;
}

.site-title {
    margin: 0;
    padding: 1.2em 0 5px;
    font-weight: bold;
    font-size: 26px;
    font-size: 2rem;
    line-height: 1.33;
}

.site-title a, 
.site-title a:visited {
    color: #333;
    text-decoration: none;
}

.site-title a:hover {
    color: #999;
}

.site-description {
    margin-bottom: 2.5em;
    width: 66%;
    color: #666;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
    width: 100%;
}

.glovalnavi-inner {
    margin: 0 auto;
}

.glovalnavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 0;
}

.glovalnavi li {
    float: left;
    margin: 0 20px 15px 0;
    padding: 18px 0 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1;
}

.glovalnavi li a, 
.glovalnavi li a:visited {
    text-decoration: none;
}

.glovalnavi li a:hover {
}

/* 

2.4 パンくずリスト

*/

.breadcrumb {
    width: 1000px;
    margin: 20px auto;
}

.breadcrumb-inner {
}

.breadcrumb ol {
    padding: 0;
    list-style: none;
    text-align: left;
}

.breadcrumb ol li {
    color: #888;
    display: inline;
    padding: 0 5px 0 0;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.breadcrumb ol li a {
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb ol li a:hover {
}

.breadcrumb ol li a:after {
    color: #ccc;
    content: " > ";
}


/*-------------------------------------------------------------------------------------------*/
/* 3. コンテンツ */
/*-------------------------------------------------------------------------------------------*/

.container {
}

.container-inner {
    margin: 0 auto;
    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: 1.54rem;
    line-height: 1.5;
}

/* 

3.1 メインコンテンツ

*/

.entry {
    margin: 0 0 20px;
}

/* 投稿スタイル（メイン） */

.h1, 
.entry-content h1,
.textwidget h1 {
    color: #222;
    font-size: 18px;
    font-size: 1.39rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 0.5em;
    padding: 0;
}

.h2, 
.entry-content h2,
.textwidget h2 {
    margin: 2em 0 1em;
    padding: .75em 1em;
    outline: 1px solid #fff;
    border-top: 3px #999 solid;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
    background:    -moz-linear-gradient(top, #fff 0%, #ededed 100%);
    background:      -o-linear-gradient(top, #fff 0%, #ededed 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #ededed 100%);
    background:         linear-gradient(top, #fff 0%, #ededed 100%);
    -webkit-box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .33);
       -moz-box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .33);
            box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .33);
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.39rem;
    line-height: 1.33;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed))";
    zoom: 1;
}


.h3, 
.entry-content h3,
.textwidget h3 {
    margin: 2em 0 1em;
    padding: .8em .8em .7em;
    border-left: 5px solid #ccc;
    outline: 1px solid #f2f2f2;
    border-bottom: 1px solid #ccc;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f8f8f8), color-stop(1.00, #e3e3e3));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e3e3e3 100%);
    background:    -moz-linear-gradient(top, #f8f8f8 0%, #e3e3e3 100%);
    background:      -o-linear-gradient(top, #f8f8f8 0%, #e3e3e3 100%);
    background:     -ms-linear-gradient(top, #f8f8f8 0%, #e3e3e3 100%);
    background:         linear-gradient(top, #f8f8f8 0%, #e3e3e3 100%);
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.33;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed))";
    zoom: 1;
}

.h4, 
.entry-content h4,
.textwidget h4 {
    margin: 2em 0 1em;
    padding: .8em .8em .7em;
    border-top: 1px solid #bbb;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ddd), color-stop(1.00, #e9e9e9));
    background: -webkit-linear-gradient(top, #ddd 0%, #e9e9e9 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #e9e9e9 100%);
    background:      -o-linear-gradient(top, #ddd 0%, #e9e9e9 100%);
    background:     -ms-linear-gradient(top, #ddd 0%, #e9e9e9 100%);
    background:         linear-gradient(top, #ddd 0%, #e9e9e9 100%);
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.33;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ededed, endcolorstr=#dddddd));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ededed, endcolorstr=#dddddd))";
    zoom: 1;
    /*IE6 IE7 IE8 */
    position: relative;
    behavior: url("wp-content/themes/refine/PIE.htc");
}

.h5, 
.entry-content h5,
.textwidget h5 {
    margin: 2em 0 .5em;
    padding: 0 0 0 5px;
    border-left: 16px solid #999;
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1;
}

.h6, 
.entry-content h6,
.textwidget h6 {
    margin: 2em 0 .25em;
    padding: 0;
    color: #444;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.33;
}

/* テキストウィジェット（サブ） */

.textwidget h1 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

.textwidget h2 {
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.textwidget h3{
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.textwidget h4 {
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.textwidget h5 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

.textwidget h6 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

/* A */

.h1 a, 
.h2 a, 
.h3 a, 
.h4 a, 
.h5 a, 
.h6 a, 
.h1 a:visited, 
.h2 a:visited, 
.h3 a:visited, 
.h4 a:visited, 
.h5 a:visited, 
.h6 a:visited, 
.main h1 a, 
.main h2 a, 
.main h3 a, 
.main h4 a, 
.main h5 a, 
.main h6 a, 
.main h1 a:visited, 
.main h2 a:visited, 
.main h3 a:visited, 
.main h4 a:visited, 
.main h5 a:visited, 
.main h6 a:visited {
    color: #222;
    text-decoration: none;
}

.h1 a:hover, 
.h2 a:hover, 
.h3 a:hover, 
.h4 a:hover, 
.h5 a:hover, 
.h6 a:hover, 
.main h1 a:hover, 
.main h2 a:hover, 
.main h3 a:hover, 
.main h4 a:hover, 
.main h5 a:hover, 
.main h6 a:hover {
    color: #222;
    text-decoration: underline;
}

/* その他の要素の定義 */

.entry-content p, 
.textwidget p, 
.widget_text p {
    margin: 0 0 1.5em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

.entry-content p small, 
.textwidget p small, 
.widget_text p small {
    color: #222333;
    font-size: 12px;
    font-size: 0.93rem;
}

.entry-content blockquote, 
.textwidget blockquote, 
.widget_text blockquote {
    margin: 20px;
    padding: 1.5em;
    border: 1px #cccccc solid;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #f3f3f3;
}

.entry-content blockquote > :first-child, 
.textwidget blockquote > :first-child, 
.widget_text blockquote > :first-child {
    margin-top: 0;
}

.entry-content blockquote > :last-child, 
.textwidget blockquote > :last-child, 
.widget_text blockquote > :last-child {
    margin-bottom: 0;
}

.entry-content pre, 
.textwidget pre, 
.widget_text pre {
    margin: 20px 20px 20px 20px;
    padding: 14px 14px; 
    border: 1px #cccccc solid;
    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.08rem;
    line-height: 1.95;
}

.entry-content dl, 
.textwidget dl, 
.widget_text dl {
    margin: 20px 20px 20px 20px;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

.entry-content dt, 
.textwidget dt, 
.widget_text dt {
    font-weight: bolder;
}

.entry-content dd, 
.textwidget dd, 
.widget_text dd {
    margin-left: 2em;
}

.entry-content ul, 
.textwidget ul, 
.widget_text ul {
    margin: 0 0 1.5em 3em;
    padding: 0;
    list-style-type: disc;
    text-align: left;
}

.entry-content ol, 
.textwidget ol, 
.widget_text ol {
    margin: 0 0 1.5em 3em;
    padding: 0;
    text-align: left;
}

.entry-content li, 
.textwidget li, 
.widget_text li {
    margin: 0 0 0.25em;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

.entry-content table, 
.textwidget table, 
.widget_text table {
    margin: 0 0 1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    border-top: #ccc solid 1px;
    background: #fff;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.entry-content th, 
.textwidget th, 
.entry-content td, 
.textwidget td, 
.widget_text th, 
.widget_text td {
    padding: 0.75em 1em;
    border: none;
    border-bottom: #ccc solid 1px;
    vertical-align: top;
}

.entry-content th, 
.textwidget th, 
.widget_text th {
    background: #f3f3f3;
    font-weight: bold;
    color: #333;
}

/* ブログ投稿 */

.entry-content {
    color: #222;
    text-align: left;
    line-height: 1.95;
}

/* アイキャッチ（右） */

.img-right .entry-img {
    float: right;
    overflow: hidden;
}

.img-right .entry-img img {
    margin: 0 0 15px 15px;
    height: auto;
}

.column3 .img-right .entry-img img {
    max-width: 186px;
}

.right_sidebar .img-right .entry-img img {
    max-width: 220px;
}

/* ソーシャルボタン */

#social-buttons {
    text-align: left;
}

.sb-button {
    float: left;
    margin: 20px 5px 5px 0;
}

/* 続きを読む */

a .moretext  {
    display: block;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
}

a:hover .moretext {
}

/* メタ情報 */

.entry-meta {
    margin: 0;
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
    color: #666;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 2;
}

.entry-meta a, 
.entry-meta a:visited, 
.entry-meta a:hover {
    color: #666;
}

/* ページャー */

.page-navi {
    text-align: left;
}

.page-navi .page-numbers {
    margin: 0 2px 1em 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev {
    padding: 5px 12px;
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:    -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.1);
            box-shadow: 0 1px 2px rgba(000, 000, 000, 0.1);
    color: #222;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Arial, Helvetica, sans-serif;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e6e6e6));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e6e6e6))";
    zoom: 1;
}

.page-navi .dots {
    margin: 0 2px 1em 0;
    padding: 5px 5px;
}

a.page-numbers:hover {
    border: 1px solid #aaa;
    background: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:      -o-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:     -ms-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#dddddd, endcolorstr=#bbbbbb));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#dddddd, endcolorstr=#bbbbbb))";
    zoom: 1;
}

a.page-numbers:active {
    -webkit-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.6) inset;
       -moz-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.6) inset;
            box-shadow: 0 1px 1px rgba(000, 000, 000, 0.6) inset;
}

.page-navi .current {
    border: 1px solid #444;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #666;
    -webkit-box-shadow: 0 2px 3px rgba(000, 000, 000, 0.5) inset;
       -moz-box-shadow: 0 2px 3px rgba(000, 000, 000, 0.5) inset;
            box-shadow: 0 2px 3px rgba(000, 000, 000, 0.5) inset;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 1);
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Arial, Helvetica, sans-serif;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#666666));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#444444, endcolorstr=#666666))";
    zoom: 1;
}

/* 前後ページへのリンク */

.entry-navi {
    clear: both;
    margin: 0 auto;
    color: #999;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.entry-navi .previous {
    float: left;
    margin: 0 0 1em;
    width: 100%;
    text-align: left;
}

.entry-navi .next {
    float: right;
    margin: 0 0 1em;
    width: 100%;
    text-align: right;
}

/* 

3.2 コメント＆トラックバック

*/

#comments, 
#respond {
    margin: 20px 0;
    padding: 1px 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #f3f3f3;
    text-align: left;
}

#respond {
    padding: 1px 20px 20px;
}

#comments a:hover, 
#respond a:hover {
}

#comments h3.title, 
h3#reply-title {
    margin: 15px 0 15px;
    padding: 0;
    color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.3;
}

#comments p.wait{margin: 5px;color: #F00;}
#comments .comment-meta a:hover{color: #ccc;}

/* コメント */

ul.commentlist, 
ul.pinglist {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

li.comment, 
li.trackback {
    position: relative;
    margin: 15px 0;
    padding: 15px 0 0;
    border-top: 1px dotted #ccc;
}

.commentlist .reply a {
    position: absolute;
    top: 15px !important;
    right: 0;
    margin: 0;
    padding: 0 0 2px 20px;
    background: url(img/icon_com.gif) no-repeat left 6px;
    font-size: 12px;
    font-size: 0.93rem;
}

.commentlist .avatar {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.comment-author {
    padding-bottom: 3px;
}

.fn {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    font-size: 1.24rem;
}

.comment-meta {
    margin-top: -2px;
    margin-bottom: 10px;
    color: #999;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
}

.comment-meta a {
    color: #999;
}

.commentlist p, 
.pinglist li p {
    margin: 10px 0 10px;
    color: #666;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.comment-body {
    margin: 0 0 15px;
}

.commentlist ul.children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.commentlist ul.children li {
    margin: 0 0 15px 55px;
    padding: 15px 0 0;
    font-size: 13px;
    font-size: 1rem;
}

.commentlist ul.children li .fn, 
.commentlist ul.children li .comment-meta {
    padding-right: 25px;
}

#commentform {
    text-align: left;
}

.column3 textarea#comment {
    width: 450px;
    height: 10em;
}

.column1 textarea#comment,
.right_sidebar textarea#comment {
    width: 550px;
    height: 10em;
}




/* トラックバック */

.pinglist li {
}

.pinglist li p {
}


/* 

3.3 サブコンテンツ

*/

.sub {
    margin: 0 0 10px;
}

.sub p {
    margin: 0 0 0.75em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.sub ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}

.sub li {
    margin: 0;
    padding: 0 0 4px;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.sub li a, 
.sub li a:visited {
    color: #222;
    text-decoration: none;
}

.sub li a:hover {
    text-decoration: underline;
}

.img-sub {
    margin: 0 auto;
    text-align: center;
}

.img-sub img {
    margin: 0 0 5px;
    width: 150px;
}

/* 検索バー */

.search-bar:before,.search-bar:after { content: ""; display: table; }
.search-bar:after { clear: both; }
.search-bar { *zoom: 1; }

.search-input {
    margin: 0;
    padding: .3em .6em;
    width: 90%;
    border: 1px solid #bbb;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
    color: #777;
    font-size: 11px;
    line-height: 2;
}

.search-input:hover {
    border: 1px solid #999;
}

.search-input:focus {
    border: 1px solid #999;
    background: #fff;
}

.search-submit {
    margin: 0;
    padding: 0 1em;
    height: 24px;
    border: 1px solid #bbb;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:    -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
    color: #444;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e6e6e6));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e6e6e6))";
    zoom: 1;
}

.search-submit:hover {
    border: 1px solid #999;
    color: #000;
}

.search-submit:active {
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
}

/* カレンダー */

#wp-calendar {
    width: 100%;
    color: #222;
}

#wp-calendar td, 
#wp-calendar th {
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

#wp-calendar caption {
    padding: 10px 0 8px 0;
    color: #666;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.93rem;
}

#wp-calendar th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    font-weight: bold;
}

#wp-calendar tfoot td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* タグクラウド */

.tagcloud {
    text-align: left;
}

.sub .tagcloud a, 
.sub .tagcloud a:visited {
    color: #555;
}

/* 折り畳み用ボタン */

.sub-btn,
.ex-btn,
.gnavi-btn {
    display: none;
}


/* 

3.4 フッター

*/

/* フッターメニュー */

.footer-menu {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0;
}

.footer-menu-inner {
}

.footer-menu .widget {
    display: inline;
    float: left;
    width: 235px;
}

.footer-menu .footer-menu1, 
.footer-menu .footer-menu2 {
    display: inline;
    float: left;
    margin-right: 20px;
    width: 235px;
}

.footer-menu .footer-menu3 {
    display: inline;
    float: left;
    width: 235px;
}

.footer-menu .footer-menu4 {
    display: inline;
    float: right;
    width: 235px;
}

/* フッター */

.footer {
    clear: both;
    border-top: 1px solid #222;
    background: #464646;
    -webkit-box-shadow: 0 10px 10px rgba(000, 000, 000, .25) inset;
       -moz-box-shadow: 0 10px 10px rgba(000, 000, 000, .25) inset;
            box-shadow: 0 10px 10px rgba(000, 000, 000, .25) inset;
}

.footer-inner {
    padding: 2em;
    text-align: left;
    font-style: normal;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.footer p, 
.footer small {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 12px;
    font-size: 0.93rem;
}

.footer p {
    float: right;
    text-align: right;
}

.footer small {
    float: left;
    text-align: left;
}

.footer p a, 
.footer p a:visited, 
.footer small a, 
.footer small a:visited {
    color: #ccc;
    text-decoration: none;
}

.footer p a:hover, 
.footer small a:hover {
    color: #fff;
}


/*-------------------------------------------------------------------------------------------*/
/* 4. ページテンプレート */
/*-------------------------------------------------------------------------------------------*/

/* 

4.1 サイトマップ

*/

.sitemap .main p {
    margin: 0 0 10px;
    padding: 0;
    color: #666;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sitemap .main ul {
    margin-bottom: 30px;
    padding: 0;
}

.sitemap .main li{
}

.sitemap .main ul li{
    margin-left: 2em;
    padding: 5px 0 5px 24px;
    background: url(img/sitemap-li.gif) left center no-repeat;
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sitemap .main ul li.last{
    background: url(img/sitemap-li-last.gif) left center no-repeat;
}


/*-------------------------------------------------------------------------------------------*/
/* 5. その他 */
/*-------------------------------------------------------------------------------------------*/

/* 

ウィジェット

*/

.main .widget {
    margin-bottom: 35px;
    text-align: left;
}

.main .widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.39rem;
    line-height: 1.3;
}

.main .widget_text, 
.main .textwidget {
    margin: 0 0 1.5em;
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.75;
}

.widget .entry-title a {
    text-decoration: none;
}

.widget .entry-title a:hover {
    text-decoration: underline;
}

.sub .widget {
    margin-bottom: 20px;
    text-align: left;
}

.sub .widget-title {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
}

.column3 .sub .widget-title {
    font-size: 14px;
    font-size: 1.08rem;
}

.right_sidebar .sub .widget-title {
    font-size: 15px;
    font-size: 1.16rem;
}

.sub .widget_text, 
.sub .textwidget {
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/* .sub .main 以外に来た場合 */

.widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #222;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.16rem;
    line-height: 1.3;
}

/*

ウィジェット共通フォーマット rewg= refines widgets

*/

/* 項目 */

.main .rewg ul {
    margin: 0;
    padding: 0;
}

.main .rewg .widget-item {
    margin-bottom: .7em;
    padding-bottom: .1em;
    border: none;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.main .rewg .widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub .rewg ul {
    margin: 0;
    padding: 0;
}

.sub .rewg .widget-item {
    margin-bottom: .7em;
    padding: 0 0 .1em;
    border: none;
    border-bottom: 1px solid #ddd;
    list-style: none;
    background: none;
}

.sub .rewg .widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* サムネイル */

.main .rewg .entry-img {
    float: right;
    overflow: hidden;
    margin-bottom: .5em;
    margin-left: 1em;
    width: 81px;
    height: 50px;
}

.main .rewg .entry-img img {
    max-width: 81px;
    max-height: 50px;
}

.sub .rewg .entry-img {
    float: right;
    overflow: hidden;
    margin-bottom: .5em;
    margin-left: 1em;
    width: 40px;
    height: 40px;
}

.sub .rewg .entry-img img {
    max-width: 40px;
    max-height: 40px;
}

/* タイトル */

.main .rewg .entry-title {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sub .rewg .entry-title {
    margin-bottom: 0.3em;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

/* 本文 */

.main .rewg p {
    color: #555;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.sub .rewg p {
    color: #555;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

/* 日付 */

.main .rewg .entry-date {
    margin-bottom: .4em;
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
}

.sub .rewg .entry-date {
    margin-bottom: .4em;
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
}

/* コメント数 */

.main .rewg .comment-num {
    color: #666;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.sub .rewg .comment-num {
    color: #666;
    text-align: right;
    font-size: 10px;
    font-size: 0.77rem;
    line-height: 1.5;
}

/* エントリ内のウィジェット */

.main .entry .widget {
    margin: 2em auto;
}

.main .entry .widget .widget-title {
    margin: 20px 0;
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
    color: #333;
}


/*

広告ウィジェット

 */

/* Main */

.banners {
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.banners .unit {
    float: left;
}

.banners .c1 .unit1 {
}

.banners .c2 .unit {
    width: 50%;
}

.banners .c2 .unit1 {
    margin-right: 7px;
}

.banners .c2 .unit2 {
    margin-left: 8px;
}

.banners .c3 .unit {
    width: 33.333333%;
}

.banners .c3 .unit1 {
    margin-right: 8px;
}

.banners .c3 .unit2 {
    margin-right: 4px;
    margin-left: 4px;
}

.banners .c3 .unit3 {
    margin-left: 8px;
}

.banners .image {
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
}

.banners img {
    max-width: 100%!important;
    height: auto!important;
}

/* Sub */

.sub .banners {
    margin-bottom: -5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.sub .banners .unit {
    float: none;
    margin-bottom: 5px;
}

.sub .banners .c1 .unit, 
.sub .banners .c1 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c3 .unit, 
.sub .banners .c3 .unit {
    width: auto;
}

.sub .banners .c1 .unit2, 
.sub .banners .c2 .unit1, 
.sub .banners .c2 .unit2, 
.sub .banners .c3 .unit1, 
.sub .banners .c3 .unit2, 
.sub .banners .c3 .unit3 {
    margin-right: 0;
    margin-left: 0;
}

.sub .banners .image {
    margin-bottom: 5px;
}

.sub .banners img {
    max-width: 100%;
    height: auto;
}

/* 

WordPress必須

*/

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

p img, 
.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    margin-bottom: 1.625em;
    padding: 9px;
    max-width: 96%;
    background: #eee;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
}

.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-right: 5px;
    color: #666;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-size: 1.08rem;
}

.wp-caption img {
    border-color: #eee;
}

.wp-caption a:focus img, 
.wp-caption a:active img, 
.wp-caption a:hover img {
    border-color: #ddd;/* ... including captioned images! */
    background: #fff;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
    margin: 0;
    padding-bottom: 1em;
}

.indexed.format-image .wp-caption {
    margin-bottom: 0;
    padding: 2% 2% 0;
    max-width: 96%;
    background: #111;
}

.indexed.format-image .wp-caption .wp-caption-text {
    color: #ddd;
}

.indexed.format-image .wp-caption .wp-caption-text:before {
    color: #444;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
}

.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-right: 5px;
    color: #666;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-size: 1.08rem;
}

.blog .sticky .entry-header .entry-meta {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);/* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Post author highlighting */

.commentlist > li.bypostauthor {
    border-color: #d3d3d3;
    background: #ddd;
}

.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}

.commentlist > li.bypostauthor .comment-meta a:focus, 
.commentlist > li.bypostauthor .comment-meta a:active, 
.commentlist > li.bypostauthor .comment-meta a:hover {
}

.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
    border-color: #d3d3d3;
    background: #ddd;
}


/*-------------------------------------------------------------------------------------------*/
/* 6. 調整用CSS */
/*-------------------------------------------------------------------------------------------*/

/* margin（外側の余白）
 * t … 上
 * r … 右
 * b … 下
 * l … 左
 *
 */

.m0   { margin: 0 !important; }
.m0-t { margin-top: 0 !important; }
.m0-r { margin-right: 0 !important; }
.m0-b { margin-bottom: 0 !important; }
.m0-l { margin-left: 0 !important; }

.m10   { margin: 10px !important; }
.m10-t { margin-top: 10px !important; }
.m10-r { margin-right: 10px !important; }
.m10-b { margin-bottom: 10px !important; }
.m10-l { margin-left: 10px !important; }

.m20   { margin: 20px !important; }
.m20-t { margin-top: 20px !important; }
.m20-r { margin-right: 20px !important; }
.m20-b { margin-bottom: 20px !important; }
.m20-l { margin-left: 20px !important; }

.m30   { margin: 30px !important; }
.m30-t { margin-top: 30px !important; }
.m30-r { margin-right: 30px !important; }
.m30-b { margin-bottom: 30px !important; }
.m30-l { margin-left: 30px !important; }

.m40   { margin: 40px !important; }
.m40-t { margin-top: 40px !important; }
.m40-r { margin-right: 40px !important; }
.m40-b { margin-bottom: 40px !important; }
.m40-l { margin-left: 40px !important; }

.m50   { margin: 50px !important; }
.m50-t { margin-top: 50px !important; }
.m50-r { margin-right: 50px !important; }
.m50-b { margin-bottom: 50px !important; }
.m50-l { margin-left: 50px !important; }

.m60   { margin: 60px !important; }
.m60-t { margin-top: 60px !important; }
.m60-r { margin-right: 60px !important; }
.m60-b { margin-bottom: 60px !important; }
.m60-l { margin-left: 60px !important; }


/* padding（内側の余白）
 * t…上
 * r…右
 * b…下
 * l…左
 *
 */

.p0   { padding: 0 !important; }
.p0-t { padding-top: 0 !important; }
.p0-r { padding-right: 0 !important; }
.p0-b { padding-bottom: 0 !important; }
.p0-l { padding-left: 0 !important; }

.p10   { padding: 10px !important; }
.p10-t { padding-top: 10px !important; }
.p10-r { padding-right: 10px !important; }
.p10-b { padding-bottom: 10px !important; }
.p10-l { padding-left: 10px !important; }

.p20   { padding: 20px !important; }
.p20-t { padding-top: 20px !important; }
.p20-r { padding-right: 20px !important; }
.p20-b { padding-bottom: 20px !important; }
.p20-l { padding-left: 20px !important; }

.p30   { padding: 30px !important; }
.p30-t { padding-top: 30px !important; }
.p30-r { padding-right: 30px !important; }
.p30-b { padding-bottom: 30px !important; }
.p30-l { padding-left: 30px !important; }

.p40   { padding: 40px !important; }
.p40-t { padding-top: 40px !important; }
.p40-r { padding-right: 40px !important; }
.p40-b { padding-bottom: 40px !important; }
.p40-l { padding-left: 40px !important; }

.p50   { padding: 50px !important; }
.p50-t { padding-top: 50px !important; }
.p50-r { padding-right: 50px !important; }
.p50-b { padding-bottom: 50px !important; }
.p50-l { padding-left: 50px !important; }

.p60   { padding: 60px !important; }
.p60-t { padding-top: 60px !important; }
.p60-r { padding-right: 60px !important; }
.p60-b { padding-bottom: 60px !important; }
.p60-l { padding-left: 60px !important; }

/* font-weight（文字の太さ） */

.b      { font-weight: bold !important; }
.normal { font-weight: normal !important; }

/* font-size（文字の大きさ） */

.f8pt  { font-size: 8pt !important; }
.f9pt  { font-size: 9pt !important; }
.f10pt { font-size: 10pt !important; }
.f11pt { font-size: 11pt !important; }
.f12pt { font-size: 12pt !important; }
.f13pt { font-size: 13pt !important; }
.f14pt { font-size: 14pt !important; }
.f15pt { font-size: 15pt !important; }
.f16pt { font-size: 16pt !important; }
.f17pt { font-size: 17pt !important; }
.f18pt { font-size: 18pt !important; }
.f19pt { font-size: 19pt !important; }
.f20pt { font-size: 20pt !important; }
.f21pt { font-size: 21pt !important; }
.f22pt { font-size: 22pt !important; }
.f23pt { font-size: 23pt !important; }
.f24pt { font-size: 24pt !important; }
.f25pt { font-size: 25pt !important; }

/* line-height（行の高さ） */

.lh10 { line-height: 1.0 !important; }
.lh11 { line-height: 1.1 !important; }
.lh12 { line-height: 1.2 !important; }
.lh13 { line-height: 1.3 !important; }
.lh14 { line-height: 1.4 !important; }
.lh15 { line-height: 1.5 !important; }
.lh16 { line-height: 1.6 !important; }
.lh17 { line-height: 1.7 !important; }
.lh18 { line-height: 1.8 !important; }
.lh19 { line-height: 1.9 !important; }
.lh20 { line-height: 2.0 !important; }

/*行揃え*/

.al-c { text-align: center !important; }
.al-r { text-align: right !important; }
.al-l { text-align: left !important; }

/*見出し一行目*/

.first-line { margin-top: 0 !important; }

/*文字の色*/

.red    { color: #ff0000 !important; }
.blue   { color: #0000dd !important; }
.green  { color: #008000 !important; }
.yellow { color: #ffff00 !important; }
.navy   { color: #000080 !important; }
.orange { color: #ff6600 !important; }
.pink   { color: #ff69b4 !important; }
.purple { color: #660099 !important; }
.olive  { color: #808000 !important; }
.lime   { color: #00ff00 !important; }
.aqua   { color: #00ffff !important; }
.black  { color: #000000 !important; }
.gray   { color: #cccccc !important; }
.white  { color: #ffffff !important; }

/*背景の色*/

.bgc-red    {background-color: #ff0000 !important; }
.bgc-blue   {background-color: #0000dd !important; }
.bgc-green  {background-color: #008000 !important; }
.bgc-yellow {background-color: #ffff00 !important; }
.bgc-navy   {background-color: #000080 !important; }
.bgc-orange {background-color: #ff6600 !important; }
.bgc-pink   {background-color: #ff69b4 !important; }
.bgc-purple {background-color: #660099 !important; }
.bgc-olive  {background-color: #808000 !important; }
.bgc-lime   {background-color: #00ff00 !important; }
.bgc-aqua   {background-color: #00ffff !important; }
.bgc-black  {background-color: #000000 !important; }
.bgc-gray   {background-color: #cccccc !important; }
.bgc-white  {background-color: #ffffff !important; }

/* float: left（画像などを左端に寄せ、右側にテキストが回り込む）*/

.left { float: left; margin: 0 20px 20px 0 !important; }

/* float: right（画像などを右端に寄せ、左側にテキストが回り込む）*/

.right { float: right; margin: 0 0 20px 20px !important; }
.cl { visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0; }


/*-------------------------------------------------------------------------------------------*/
/* 7. レスポンシブ設定 */
/*-------------------------------------------------------------------------------------------*/

@media(max-width: 640px) {

    html,body{
        width: 100%;
        -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    textarea,input{
        max-width: 95%;
    }

    iframe[src^='http://maps.google'],
    iframe[src^='http://www.youtube'] {
        width: 100%;
        max-width: 100%;
    }

    /* 

    1.2 レイアウト 

    */

    .header-bar-inner,
    .footer-menu {
        display: none;
    }

    .column3 #contents,
    .column3 #main,
    .column3 #sub,
    .column3 #ex,
    .right_sidebar #contents,
    .right_sidebar #main,
    .right_sidebar #sub,
    .right_sidebar #ex,
    .column1 #contents,
    .column1 #main,
    .column1 #sub,
    .column1 #ex {
        display: block;
        float: none;
        clear: none;
        margin-bottom: 10px;
        width: 100% !important;
    }

    /* 

    2.2 サイトタイトル、サイトの説明

    */

    .banner,
    .header-image {
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
    }
    .site-title {
        font-size: 2em;
    }
    .site-description {
        padding-bottom: 1em;
        width: 100%;
        font-size: 1em;
    }

    /* 

    2.3 グローバルメニュー

    */

    .glovalnavi li {
        float: none;
        font-size: 13px;
        font-size: 1rem;
    }

    /* 

    3.1 メインコンテンツ

    */

    .img-right .entry-img {
        float: none;
        padding-right: 0;
    }

    /* 

    3.3 サブコンテンツ

    */

    /* 折り畳みボタン */

    .sub-btn,
    .ex-btn {
        display: block;
        margin-bottom: 1em;
        padding: .75em 1em;
        border: 1px solid #b0b0b0;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        background: #f0f0f0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #e6e6e6));
        background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background:    -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background:     -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
        -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .2);
           -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .2);
                box-shadow: 0 1px 2px rgba(000, 000, 000, .2);
        color: #222;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 1) ;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.93rem;
        cursor: pointer;
    }

    .sub-btn:hover,
    .ex-btn:hover {
        background: #f0f0f0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ededed));
        background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
        background:    -moz-linear-gradient(top, #fff 0%, #ededed 100%);
        background:      -o-linear-gradient(top, #fff 0%, #ededed 100%);
        background:     -ms-linear-gradient(top, #fff 0%, #ededed 100%);
        background:         linear-gradient(top, #fff 0%, #ededed 100%);
        color: #555;
        cursor: pointer;
    }

    .sub-btn:active,
    .ex-btn:active {
        position: relative;
        top: 1px;
        -webkit-box-shadow: 0 2px 2px rgba(000, 000, 000, .3) inset;
           -moz-box-shadow: 0 2px 2px rgba(000, 000, 000, .3) inset;
                box-shadow: 0 2px 2px rgba(000, 000, 000, .3) inset;
    }

    .sub-inner,
    .ex-inner { 
        display: none;
    }

    .sub-open {
        display: block;
    }

    /* 

    ショートコード

    */

    /* 飾り背景 */

    [class^="bg-deco-"] {
        width: auto !important;
    }

    /* 吹き出しイラスト */

    .ib-left .colored_bg:after,
    .ib-right .colored_bg:after {
        position: static;
        width: auto;
        height: auto;
        border: none;
        content: none;
    }

    .ib-left [class^="title-"],
    .ib-right [class^="title-"] {
        padding: 0;
    }

    [class^="title-"]:before {
        position: static;
        width: auto;
        height: auto;
        content: none;
    }

    .ib-illust img {
        display: none;
    }

    .ib-left .ib-bubble {
        margin-left: 0;
    }

    .ib-right .ib-bubble {
        margin-right: 0;
    }

    /* WordPress用 */

    img.alignleft,
    img.alignright{
        float: none;
        display: block;
        padding: 0;
        margin: auto;
    }

}
