@charset "utf-8";


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

/* 

1.2 初期設定 

*/

body {
    background: #ededf0;
}

/* リンク */

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

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


/*-------------------------------------------------------------------------------------------*/
/* 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: #eba015;
}

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

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

.site-title a:hover {
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.site-description {
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
    margin-bottom: 20px;
    border-bottom: 5px solid #ccc;
    background-color: #454545;
}

.glovalnavi ul {
    padding: 15px 0;
}

.glovalnavi li {
    margin: 0 2em 0 0;
    padding: 0;
    color: #cfcfcf;
    font-weight: bold;
}

.glovalnavi li a {
    color: #cfcfcf;
    text-shadow: 0 0 5px rgba(000, 000, 000, .3);
}

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

.glovalnavi li a:before {
    display: block;
    float: left;
    padding: 7px 5px 0 0;
    color: #cfcfcf;
    content: "\25B6";
    font-size: 10px;
    line-height: 1px;
}


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

.main-inner > .entry,
.main-inner > .widget {
    border-top: 10px solid #eba015;
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
       -moz-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
            box-shadow: 0 0 5px rgba(000, 000, 000, .1);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 0 5px #e5e5e5;
    *box-shadow: 0 0 5px #e5e5e5;
     box-shadow: 0 0 5px #e5e5e5\9;
    behavior: url("http://enews-one.com/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: left;
    font-size: 22px;
    font-size: 1.69rem;
    line-height: 1.3;
    border-bottom: 1px solid #e6e6e6;
}

.main-inner > .entry .entry-title a, 
.main-inner > .entry .entry-title a:visited {
    text-decoration: none;
}

.main-inner > .entry .entry-title a:hover {
    color: #eba015;
    text-decoration: none;
}

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

.h2, 
.entry-content h2,
.textwidget h2 {
    border-top-color: #eba015;
    background: #f3f3f3;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.h3, 
.entry-content h3,
.textwidget h3 {
    border-top: none;
    border-left-color: #eba015;
    background: #f3f3f3;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.h4, 
.entry-content h4,
.textwidget h4 {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #ddd;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

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

/* 

3.3 サブコンテンツ

*/

/* リスト */

.sub ul {
    margin: -7px 0 3px;
}

.sub ul li {
    padding: 6px 5px 6px 15px;
    border-bottom: 2px solid #e6e6e6;
    color: #666;
    list-style: none !important;
}

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

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

.sub ul li ul li {
    margin: 0 0 0 14px;
    padding: 0 0 4px;
    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;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
       -moz-box-shadow: 0 0 5px rgba(000, 000, 000, .1);
            box-shadow: 0 0 5px rgba(000, 000, 000, .1);
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    _box-shadow: 0 1px 5px #e5e5e5;
    *box-shadow: 0 1px 5px #e5e5e5;
     box-shadow: 0 1px 5px #e5e5e5\9;
    behavior: url("http://enews-one.com/wp-content/themes/refinepro/PIE.htc");
}

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


/* 

3.4 フッター

*/

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

.footer-menu {
    background: #ccc;
    padding: 30px 0 10px;
}

/* 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://enews-one.com/wp-content/themes/refinepro/boxsizing.htc");
}

/* フッター */

.footer {
    border-top: 5px solid #eba015;
    background: #1a1a1a;
}


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

/*

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

*/

/* タイトル */

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

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

.main .rewg .entry-title a:before, 
.sub .rewg .entry-title a:before {
    display: block;
    float: left;
    margin-left: -15px;
    padding: 11px 5px 0 0;
    color: #eba015;
    content: "\25B6";
    font-size: 10px;
    line-height: 1px;
}
