@charset "utf-8";


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

/* 

1.2 初期設定 

*/

body {
    background-color: #dbdbdb;
}

/* リンク */

a, 
a:visited {
    color: #0066cc;
}

a:hover, 
a:focus {
    color: #0066cc;
}

a:active {
}

a:link {
    -webkit-tap-highlight-color: rgba(000, 000, 000, 0);
}

/* 

1.3 レイアウト 

*/

.wrapper {
    background-image: url(img/bg-container.png);
    background-repeat: repeat-x;
    background-position: 0 50px;
}

.wrapper-inner {
    position: relative;
}

.container {
    padding-bottom: 0;
}
.container-inner {
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
}


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

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
    position: relative;
    z-index: 2;
    background-color: transparent;
    background: url(../img/00020.png);
}

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

.header-bar .menu li, 
.header-bar .sb-menu li {
    color: #e6e6e6;
}

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

.header-bar .menu li a:hover, 
.header-bar .sb-menu li a:hover {
    color: #fff;
}

/* 

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

*/

.banner {
    position: relative;
    top: -30px;
    z-index: 1;
    margin-bottom: -30px;
    padding-top: 30px;
    min-height: 13em;
    background-color: #336699;
    background-image: url(img/bg-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 15px rgba(000, 000, 000, .2) inset;
}

.site-title {
    color: #fff;
    text-shadow: 0 0 10px rgba(000, 000, 000, .5);
    letter-spacing: 1px;
}

.site-title a, 
.site-title a:visited {
    color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.site-title a:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.site-description {
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    background-color: #336699;
    background-image: url(img/bg-menu.png);
    background-position: center top;
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(000, 000, 000, .1), 0 1px 4px rgba(000, 000, 000, .6);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 4px #666;
    *box-shadow: 0 1px 4px #666;
     box-shadow: 0 1px 4px #666\9;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

.glovalnavi ul {
    border-left : 1px solid rgba(000, 000, 000, .2);
}

.glovalnavi li {
    margin: 0;
    padding: 14px 0;
    border-right: 1px solid rgba(000, 000, 000, .2);
    border-left : 1px solid rgba(255, 255, 255, .4);
    color: #336699;
    /*IE6 IE7 IE8 */
    _border-right: 1px solid #ccc;
    *border-right: 1px solid #ccc;
     border-right: 1px solid #ccc\9;
}

.glovalnavi li:hover {
    background-color: rgba(000, 000, 000, .1);
}

.glovalnavi li:active {
    background-image: none;
    background-color: rgba(000, 000, 000, 0.05);
    box-shadow: 0 2px 2px rgba(000, 000, 000, .5) inset;
}

.glovalnavi li a {
    padding: 0 1.5em;
    display: block;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.glovalnavi li a:before {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #336699;
    background-image: url(img/bullet-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px rgba(000, 000, 000, .3) inset;
    content: "";
}

/* 第二階層 */
/* あまりやりたくなかったけど仕方ない */

.glovalnavi li li {
    left: -2px;
}

.glovalnavi li li li { /* 子要素にのみ適用セレクタが分からないからこうなっただけ */
    left: 0;
}


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

/* 

3.1 メインコンテンツ

*/

.main-inner > .entry, 
.main-inner > .widget {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-top-color: #ddd;
    border-bottom-color: #bbb;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(000, 000, 000, .2);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 3px #ccc;
    *box-shadow: 0 1px 3px #ccc;
     box-shadow: 0 1px 3px #ccc\9;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    position: relative;
    top: -21px;
    margin: 0 -21px;
    padding: 0;
    border-radius: 5px 5px 0 0;
    background-color: #336699;
    background-image: url(img/bg-h1.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(000, 000, 000, .3) inset, 0 1px 0 0 rgba(255, 255, 255, .3) inset;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(000, 000, 000, .7);
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.39rem;
    line-height: 1.3;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: none;
    *box-shadow: none;
     box-shadow: none\9;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

.main-inner > .entry .entry-title a, 
.main-inner > .entry .entry-title a:visited {
    color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-decoration: none;
}

.main-inner > .entry .entry-title a:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}

.main-inner > .entry .entry-title .deco,
.main-inner > .widget .widget-title .deco {
    display: block;
    padding: 1em 1em 1em 2.9em;
    border-radius: 5px 5px 0 0;
    background: 
        url("img/bg-h1-img.png") no-repeat right bottom,
        url("img/bullet-h1.png") no-repeat .9em .9em;
    /*IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: 
        url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/skins/wave/img/bg-h1-img.png") no-repeat right bottom,
        url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/skins/wave/img/bullet-h1.png") no-repeat .9em .9em;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

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

.h2, 
.entry-content h2,
.textwidget h2 {
    border-top-color: #336699;
    /*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://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

.h3, 
.entry-content h3,
.textwidget h3 {
    border-left-color: #336699;
    /*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://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/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://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

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

/* ページャー */

.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://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

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

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

/* 

3.3 サブコンテンツ

*/

/* リスト */

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

.sub li {
    padding: 6px 5px 5px 17px;
    border-bottom: 1px solid #ddd;
    list-style: none !important;
}

.sub li a:before {
    display: block;
    float: left;
    margin: 3px 5px 0 -17px;
    width : 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #999;
    background-image: url(img/bullet-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px rgba(000, 000, 000, .5) inset;
    content: "";
}

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

.sub ul li ul li {
    margin: 0 0 0 13px;
    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;
    box-shadow: 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;
    padding: 12px;
    border: 1px solid #ccc;
    border-top-color: #ddd;
    border-bottom-color: #bbb;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(000, 000, 000, .2);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 3px #ccc;
    *box-shadow: 0 1px 3px #ccc;
     box-shadow: 0 1px 3px #ccc\9;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

.sub .widget .widget-title {
    position: relative;
    top: -13px;
    margin: 0 -13px;
    padding: 12px 15px;
    border-radius: 5px 5px 0 0;
    background-color: #336699;
    background-image: url(img/bg-h1-w.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(000, 000, 000, 0.25) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25) inset;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(000, 000, 000, 0.66);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: none;
    *box-shadow: none;
     box-shadow: none\9;
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/PIE.htc");
}

/* 

3.4 フッター

*/

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

.footer-menu {
    padding: 20px 0 5px;
    border-radius: 0;
    background: #454545;
    box-shadow: 0 1px 1px rgba(000, 000, 000, 0.5) inset;
}

/* IE7 */

.ie7 .footer-menu .footer-menu1-inner .widget,
.ie7 .footer-menu .footer-menu2-inner .widget,
.ie7 .footer-menu .footer-menu3-inner .widget,
.ie7 .footer-menu .footer-menu4-inner .widget {
    behavior: url("https://xn--hckq9e7au7uz55q38wb.com/wp-content/themes/refinepro/boxsizing.htc");
}

/* フッター */

.footer {
    background: #222;
}


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

/*

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

*/

/* タイトル */

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

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

.rewg .entry-title a:before {
    display: block;
    float: left;
    width : 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #999;
    background-image: url(img/bullet-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px rgba(000, 000, 000, .5) inset;
    content: "";
}

.main .rewg .entry-title a:before {
    margin: 3px 5px 0 -22px;
    width : 15px;
    height: 15px;
}

.sub .rewg .entry-title a:before {
    margin: 4px 5px 0 -18px;
}
