@charset "utf-8";


/* ==========================================================================

	 Line

	 ========================================================================== */

body {
	background: #ededf0;
}

/* リンク */

a, 
a:visited {
	color: #000080;
}

a:hover, 
a:focus {
	color: #000080;
}


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

.site-title {
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.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(0,0,0,.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 #696969;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.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("https://kasegeru.2-d.jp/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: #696969;
	text-decoration: none;
}

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

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

.h3, 
.entry-content h3,
.textwidget h3,
.entry-content .yarpp-related h3 /* Yet Another Related Posts */ {
	border-top: none;
	border-left-color: #696969;
	background: #f3f3f3;
	box-shadow: none;
}

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

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

/* 

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: #696969;
	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 {
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.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("https://kasegeru.2-d.jp/wp-content/themes/refinepro/PIE.htc");
}

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

	.sub .widget .widget-title a {
		color: #fff;
	}

	.sub .widget.widget_rss .widget-title img {
		vertical-align: middle;
		margin-bottom: .1em;
	}


/* 

3.4 フッター

*/

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

.footer-menu {
	background: #ccc;
}

/* 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("https://kasegeru.2-d.jp/wp-content/themes/refinepro/boxsizing.htc");
}

/* フッター */

.footer {
	border-top: 5px solid #696969;
	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: #696969;
	content: "\25B6";
	font-size: 10px;
	line-height: 1px;
}
