@charset "utf-8";


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

/* 

1.2 初期設定 

*/

body {
    border-top:10px solid #0050B5;
}

/* リンク */

a, 
a:visited {
    color: #0050B5;
}

a:hover, 
a:focus {
    color: #0050B5;
}

/* 

1.3 レイアウト 

*/

.wrapper {
}

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


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

/* 

2.1 ヘッダーエリア  

*/

.header-right-txt {
	float:right;
}
.header-right-txt p {
	font-size:180%;
	margin:10px 0 0 0;
	font-weight:bold;
	line-height:100%;
}
.header-right-txt p span{
	font-size:50%;
	font-weight:normal;
    color: #0050B5;
}

/* ヘッダーバー */

.header-bar {
    padding-top: 6px;
    border-top: 6px solid #0050B5;
    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 サイトタイトル、サイトの説明

*/

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

.site-title a {
    color: #000;
}

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

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

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
    background-color: #0050B5;	
    box-shadow: 0px 0px 3px 1px rgba(000, 000, 000, .25);
}

.glovalnavi-inner {
    margin-bottom: 0px;
    background-color: #0050B5;
}

.glovalnavi ul {
    border-right:1px solid #2F68CB;
    border-left :1px solid #003398;
    box-sizing:border-box
}

.glovalnavi li {
    margin: 0;
    width:25%;
    border-left :1px solid #2F68CB;
    border-right:1px solid #003398;
    box-sizing:border-box
}

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

.glovalnavi li a {
    width:100%;
    margin: 0;
    padding-top		:	20px;
    padding-bottom	:	20px;
    display:block;
    color: #fff;
    font-weight: normal;
    text-align:center;
}

/* 

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 0;
    background: #fff;
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
    margin: -0.5em -0.5em 0.2em;
    padding: 0 0 0.2em;
    text-align: center;
    letter-spacing: 1px;
    font-size: 38px;
    font-size: 2.94rem;
    line-height: 1.3;
}

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

.h2, 
.entry-content h2,
.textwidget h2 {
    border-top-color: #0050B5;
    /*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://everline.jp/system/wp-content/themes/everline/PIE.htc");
}

.h3, 
.entry-content h3,
.textwidget h3 {
    border-left-color: #0050B5;
    /*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://everline.jp/system/wp-content/themes/everline/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://everline.jp/system/wp-content/themes/everline/PIE.htc");
}

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

/* ページャー */

.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://everline.jp/system/wp-content/themes/everline/PIE.htc");
}

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

.page-navi .current {
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#555 0%, #777 100%);
    behavior: url("http://everline.jp/system/wp-content/themes/everline/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: #0050B5;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}

.sub ul.wpp-list li a:before {
    margin: 0;
    padding: 10px 0 0 0;
    content: none;
}


.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: #0050B5;
    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("http://everline.jp/system/wp-content/themes/everline/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: #0050B5;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}


/*-------------------------------------------------------------------------------------------*/
/* 各ページのメインイメージ */
/*-------------------------------------------------------------------------------------------*/

.page-mainimage {
	width:1000px;
	height:400px;
	padding:0;
	margin: 10px auto 30px auto;
}
.page-mainimage img {
	width:100%;
	height:auto;
}

h2.top-midashi {
	margin-top:50px;
	font-size:240%;
	border-bottom:3px double #999;
	overflow:hidden;
	font-weight:normal;
}
h2.top-midashi span {
	font-size:60%;
	float:right;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style:italic;
	color:#0050B5;
}

/*-------------------------------------------------------------------------------------------*/
/* グリッド */
/*-------------------------------------------------------------------------------------------*/

.row { padding-bottom: 0em; }



/* ベースとしてカラムを100%に設定 */

.col {
    display: block;
    float: left;
}

@media(max-width: 640px) {
    /*PCにサイトの場合に2カラムの間に余白をつける*/
    .gutters .col {
        margin-left: 2%;
    }
    /*左側のカラムには余白はいらないので0にする*/
    .gutters .col:first-child {
        margin-left: 0;
    }
}
 
/*　PCサイトの場合のカラム幅の調整　*/
@media ( min-width : 640px ) {
    .span_1 { width: 8.33333333333%; }
    .span_2 { width: 16.6666666667%; }
    .span_3 { width: 25%; }
    .span_4 { width: 33.3333333333%; }
    .span_5 { width: 41.6666666667%; }
    .span_6 { width: 50%; }
    .span_7 { width: 58.3333333333%; }
    .span_8 { width: 66.6666666667%; }
    .span_9 { width: 75%; }
    .span_10 { width: 83.3333333333%; }
    .span_11 { width: 91.6666666667%; }
    .span_12 { width: 100%; }
     
    .gutters .span_1 { width: 6.5%; }
    .gutters .span_2 { width: 15.0%; }
    .gutters .span_3 { width: 23.5%; }
    .gutters .span_4 { width: 32.0%; }
    .gutters .span_5 { width: 40.5%; }
    .gutters .span_6 { width: 49.0%; }
    .gutters .span_7 { width: 57.5%; }
    .gutters .span_8 { width: 66.0%; }
    .gutters .span_9 { width: 74.5%; }
    .gutters .span_10 { width: 83.0%; }
    .gutters .span_11 { width: 91.5%; }
    .gutters .span_12 { width: 100%; }
}