@charset "utf-8";


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

/* 

1.2 初期設定 

*/

body {
    background-color: #f3f3f3;
}

/* リンク */

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

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


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

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
    background: #ededed;
}

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

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

.header-bar .menu li a, 
.header-bar .sb-menu li a {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

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

/* 

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

*/

.banner {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:    -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:      -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:   linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 -2px 0 rgba(000, 000, 000, .04) inset ;
       -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 -2px 0 rgba(000, 000, 000, .04) inset ;
            box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 -2px 0 rgba(000, 000, 000, .04) inset ;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #f3f3f3 100%);
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

.site-title {
    text-shadow: 0 1px 0 #fff;
}

.site-title a {
}

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

.site-description {
    text-shadow: 0 1px 0 #fff;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
    margin-bottom: 20px;
    background: #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
    border-bottom: 1px solid #fff;
}

.glovalnavi-inner {
    padding: 10px 0;
}

.glovalnavi ul {
}

.glovalnavi li {
    margin: 0;
    padding: 0;
}

.glovalnavi li a {
    display: block;
    margin: 0 10px 0 0;
    padding: 10px 12px 10px 16px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #336699 url(img/trans-20.png) repeat-x left top;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .4), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .4), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .4), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.5);
    line-height: 1em;
}

.glovalnavi li a:hover {
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .25), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .25), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .25), 0 -1px 0 rgba(000, 000, 000, .25) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.glovalnavi li a:before {
    display: block;
    float: left;
    margin: 1px 5px 0 -5px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-image: url(img/bullet-gnavi.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
}

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

.glovalnavi ul ul {
    padding-top: 0; 
}


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

/* 

3.1 メインコンテンツ

*/

.main-inner {
    padding: 10px 10px 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #336699 url(img/trans-50.png) repeat;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

.main-inner > .entry, 
.main-inner > .widget {
    position: relative;
    margin: 0 0 10px;
    padding: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fff;
    -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);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 2px #ccc;
    *box-shadow: 0 1px 2px #ccc;
     box-shadow: 0 1px 2px #ccc\9;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    position: relative;
    top: -20px;
    margin: 0 -20px;
    padding: 0;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    background-color: #336699;
    background-image: url(img/trans-20.png);
    background-position: center top;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
       -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    color: #fff;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.5);
    font-size: 20px;
    font-size: 1.54rem;
    line-height: 1.3;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

.main-inner > .entry .entry-title:after,
.main-inner > .widget .widget-title:after {
    position: absolute;
    bottom: -13px;
    left: 13px;
    border-top  : 13px solid #336699;
    border-right: 13px solid transparent;
    border-left : 13px solid transparent;
    content: "";
}

.main-inner > .entry .entry-title a,
.main-inner > .entry .entry-title a:visited {
    color: #fff;
}

.main-inner > .entry .entry-title a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.main-inner > .entry .entry-title .deco,
.main-inner > .widget .widget-title .deco {
    display: block;
    padding: 16px 16px 16px 50px;
    background-image: url(img/bullet-h1.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

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

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

/* 前後ページへのリンク */

.entry-navi {
    color: #fff;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 0.5);
}

.entry-navi a {
    color: #fff;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 0.5);
}

/* 

3.3 サブコンテンツ

*/

.sidebar1, .sidebar2 {
    padding: 10px 10px 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #336699 url(img/trans-50.png) repeat;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, .2) inset;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

/* リスト */

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

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

.sub ul li a:hover {
    color: #000;
    text-decoration: underline;
}

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

.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;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    color: #999;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}

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

/* ウィジェット */

.sub .widget {
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2);
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2);
            box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 2px #ccc;
    *box-shadow: 0 1px 2px #ccc;
     box-shadow: 0 1px 2px #ccc\9;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

.sub .widget .widget-title {
    position: relative;
    top: -10px;
    margin: 0 -10px 5px;
    padding: 10px;
    border: none;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    background: #336699 url(img/trans-20.png) repeat-x left top;
    -webkit-box-shadow: 0 -1px 0 rgba(000, 000, 000, .15) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
       -moz-box-shadow: 0 -1px 0 rgba(000, 000, 000, .15) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
            box-shadow: 0 -1px 0 rgba(000, 000, 000, .15) inset, 0 1px 0 rgba(255, 255, 255, .4) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.5);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    behavior: url("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/PIE.htc");
}

.sub .widget-title .deco {
    display: block;
    padding: 0 0 0 21px;
    background-image: url(img/bullet-wtitle-s.png);
    background-position: left top;
    background-repeat: no-repeat;
}

/* 

3.4 フッター

*/

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

.footer-menu {
    padding: 20px 0 10px;
    background: #336699 url(img/trans-75.png) repeat;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) 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("http://xn--line-jn4czfrbzllb5858p.com/wp-content/themes/refinepro/boxsizing.htc");
}

/* フッター */

.footer {
    border: none;
    background: #336699;
    -webkit-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) inset;
       -moz-box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) inset;
            box-shadow: 0 1px 2px rgba(000, 000, 000, 0.2) inset;
}

.footer p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 0.5);
}

.footer small {
    color: #fff;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 0.5);
}

.footer p a, 
.footer small a,
.footer p a:visited, 
.footer small a:visited {
    color: #fff;
}

.footer p a:hover, 
.footer small a:hover {
    color: #fff;
    text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------*/
/* 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;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #336699;
    background-image: url(img/bullet-a.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
}

.main .rewg .entry-title a:before {
    margin: 5px 5px 0 -20px;
    padding: 1px;
}

.sub .rewg .entry-title a:before {
    margin: 4px 5px 0 -17px;
    width: 12px;
    height: 12px;
}
