@charset "utf-8";


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

/* 

1.2 初期設定 

*/

/*body{
	border-top:10px solid #E8943A;
}*/

/* リンク */



a:hover, 
a:focus {
    color: #0000FF;
}

/* 

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-bar {
    padding-top: 6px;
    border-top: 6px solid #E8943A;
    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;
	transition: .6s;
}

.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: #E8943A;
}

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

/* 

2.3 グローバルメニュー

*/


/* 

2.4 パンくずリスト

*/

/* パンくずリスト */

.breadcrumb ol {
}


.breadcrumb ol li a {
}




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

