@charset "utf-8";


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

/* 

1.2 初期設定 

*/
/* リンク */


/* 

1.3 レイアウト 

*/

.wrapper {
}

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


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



/* 

2.4 パンくずリスト

*/

/* パンくずリスト */



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



/* 

3.1 メインコンテンツ

*/

.main-inner > .entry, 
.main-inner > .widget {
    margin: 0 0 20px;
    padding: 30px;
}
.main-inner > .entry.top {
    margin: 0 0 0;
}
.main-inner > .entry.archive {
    border:1px solid #CCCCCC;
}
.main-inner > .entry.post {
    border:1px solid #CCCCCC;
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {

}

/* 

3.3 サブコンテンツ

*/

/* リスト */


/* 

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://www.kk-kokubu.co.jp/wordpress/wp-content/themes/kk-kokubu/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: #004588;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}


/* ウィジェット
   ========================================================================== */

.sub .widget {
    margin-bottom: 20px;
}

.sub .widget-title {
    margin: 0 0 10px;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
    background-color:#004588;
    color:#FFFFFF;
}

.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;
}

.sub .widget_text *:first-child, 
.sub .textwidget  *:first-child {
    margin-top: 0;
}

/* カテゴリー ドロップダウン表示 */

select.postform {
    padding: .1em .2em 0;
    width: 100%;
}

/* 検索バー */

.search-input {
    margin: 0;
    padding: .3em .6em;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 1px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
    color: #777;
    font-size: 11px;
    line-height: 1.33;
}

.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;
    border-radius: 1px;
    background: #fff;
    background: -webkit-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 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #e6e6e6 100%);
    behavior: url("https://www.kk-kokubu.co.jp/wordpress/wp-content/themes/kk-kokubu/PIE.htc");
}

.search-submit:hover {
    border: 1px solid #999;
    color: #000;
}

.search-submit:active {
    box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
}
