@charset "utf-8";


/*-------------------------------------------------------------------------------------------*/
/* 1. 準備 */
/*-------------------------------------------------------------------------------------------*/

/* 

1.2 初期設定 

*/

/* リンク */

a, 
a:visited {
    color: #0000FF;
}

a:hover, 
a:focus {
    color: #0000FF;
}

/* 

1.3 レイアウト 

*/

.wrapper {
}

.custom-background .wrapper {
    width: 1000px;
/*
    background-color: #fff;
    box-shadow: 0 0 12px rgba(000, 000, 000, .20);
*/
}


/*-------------------------------------------------------------------------------------------*/
/* 2. タイトルとナビゲーション */
/*-------------------------------------------------------------------------------------------*/

/* 

2.1 ヘッダーエリア  

*/

.site-title a, 
.site-title a:visited {
    color: #015AB6;
    text-decoration: none;
}

.site-title a:hover {
    color: #999;
}

/* ヘッダーバー */

.header-bar {
    padding-top: 6px;
    border-top: 6px solid #015AB6;
    background: transparent;
}

/* ヘッダーバーメニュー */

.header-bar .menu, 
.header-bar .sb-menu {
}

.header-bar .menu li, 
.header-bar .sb-menu li {
}

.header-bar .menu li a, 
.header-bar .sb-menu li a {
    color: #333;
    text-shadow: none;
}

.header-bar .menu li a:hover, 
.header-bar .sb-menu li a:hover {
    color: #000;
    text-decoration: underline;
}

/* 

2.2 サイトタイトル、サイトの説明

*/

/* 

2.3 グローバルメニュー

*/
.glovalnavi {
    background-color: #015AB6;
    padding:20px 0;
}
.glovalnavi-inner {
}

.glovalnavi ul {
    box-shadow: -1px 0 0 rgba(255, 255, 255, .2);
}

.glovalnavi li {
    margin: 0;
    padding: 5px 0;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .2);
    font-weight: bold;
}

.glovalnavi li a:hover {
color:#FC850F;
}

.glovalnavi li:active {
}

.glovalnavi li a {
    padding: 0 1.45em;
    color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: left center;
}

.glovalnavi li a:hover {
    color: #fff;
}

/* 

2.4 パンくずリスト

*/

/* パンくずリスト */

.breadcrumb ol {
}

.breadcrumb ol li {
    color: #666;
    font-size: 93%;
    text-shadow: none;
}

.breadcrumb ol li a {
}

.breadcrumb ol li a:hover {
    text-decoration: underline;
}

.breadcrumb ol li a:after {
    color: #ccc;
}


/*-------------------------------------------------------------------------------------------*/
/* 3. コンテンツ */
/*-------------------------------------------------------------------------------------------*/

/* 

3.1 メインコンテンツ

*/

.main-inner > .entry, 
.main-inner > .widget {
    margin: 0 0 20px;
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 2px 0 rgba(000, 000, 000, .05);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _-webkit-box-shadow: 0 2px 0 #f2f2f2;
    *-webkit-box-shadow: 0 2px 0 #f2f2f2;
     -webkit-box-shadow: 0 2px 0 #f2f2f2\9;
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    margin: -0.5em -0.5em 1em;
    padding: 0 0 1em;
    border-bottom: 3px double #ccc;
    text-align: left;
    letter-spacing: 1px;
    font-size: 19px;
    font-size: 1.47rem;
    line-height: 1.3;
}

/* ポスト（メイン） */

.h2, 
.entry-content h2,
.textwidget h2 {
    border-top-color: #015AB6;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #ededed 100%);
    _box-shadow: 0 1px 3px 1px #ccc;
    *box-shadow: 0 1px 3px 1px #ccc;
     box-shadow: 0 1px 3px 1px #ccc\9;
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

.h3, 
.entry-content h3,
.textwidget h3 {
    border-left-color: #015AB6;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #ededed 100%);
    _box-shadow: 0 1px 3px 1px #ccc;
    *box-shadow: 0 1px 3px 1px #ccc;
     box-shadow: 0 1px 3px 1px #ccc\9;
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

.h4, 
.entry-content h4,
.textwidget h4 {
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#eee 0%, #e9e9e9 100%);
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

.h5, 
.entry-content h5,
.textwidget h5 {
    border-left-color: #015AB6;
}

/* ページャー */

.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev {
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #e6e6e6 100%);
    _box-shadow: 0 1px 2px #e5e5e5;
    *box-shadow: 0 1px 2px #e5e5e5;
     box-shadow: 0 1px 2px #e5e5e5\9;
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

a.page-numbers:hover {
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#ddd 0%, #bbb 100%);
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

.page-navi .current {
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#555 0%, #777 100%);
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/PIE.htc");
}

/* 

3.3 サブコンテンツ

*/

/* リスト */

.sub ul {
    margin: -10px 0 0;
}

.sub ul li {
    padding: 3px 5px 3px 17px;
    list-style: none !important;
}

.sub ul li a:before {
    display: block;
    float: left;
    margin: 0;
    margin-left: -14px;
    padding: 10px 0 0 0;
    background: none;
    color: #015AB6;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}

.sub ul li ul {
    margin: 3px 0;
}

.sub ul li ul li {
    margin: 0 0 0 14px;
    padding: 0 0 2px;
    border-bottom: none;
    background: none;
    list-style: none;
    font-size: 12px;
    font-size: 0.93rem;
}

.sub ul li ul li a:before {
    display: block;
    float: left;
    margin: 0;
    margin-left: -14px;
    padding: 10px 0 0 0;
    background: none;
    color: #999;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}

.sub li.entry-item a:before {
    content: none;
}

/* ウィジェット */

.sub .widget {
    margin: 0 0 20px;
}

.sub .widget-title {
    margin: 12px 0px 12px;
    padding: 6px 8px;
    background: #015AB6;
    color: #fff;
    text-shadow: 0 0 10px rgba(000, 000, 000, .3);
    font-weight: bold;
}

/* 

3.4 フッター

*/

/* フッターメニュー */

.footer-menu {
}

.footer-menu > .inner {
    padding: 50px 0 15px;
    border-top: 1px solid #ccc;
}


/* IE7 */

.ie7 .footer-menu .footer-menu-inner .widget {
    behavior: url("https://e-toshikan.com/system/wp-content/themes/toshikan/boxsizing.htc");
}


/*-------------------------------------------------------------------------------------------*/
/* 5. その他 */
/*-------------------------------------------------------------------------------------------*/

/*

ウィジェット共通フォーマット rewg= refines widgets

*/

/* タイトル */

.main .rewg .entry-title {
    margin-left: 20px;
}

.sub .rewg .entry-title {
    margin-left: 17px;
}

.main .rewg .entry-title a:before, 
.sub .rewg .entry-title a:before {
    display: block;
    float: left;
    margin: 0;
    margin-left: -14px;
    padding: 10px 0 0 0;
    background: none;
    color: #015AB6;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}
