@charset "utf-8";


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

	 Depth

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

body {
	background: #3c3c3c;
}

/* リンク */

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

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


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

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
	background: #111;
	border-bottom: 1px solid #343434;
}

/* ヘッダーバーメニュー */

.header-bar .menu li, 
.header-bar .sb-menu li {
	color: #ccc;
}

.header-bar .menu li a, 
.header-bar .sb-menu li a {
	color: #ccc;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

.header-bar .menu li a:hover, 
.header-bar .sb-menu li a:hover {
	color: #fff;
}

/* 

2.2 サイトタイトル、サイトの説明

*/

.banner {
	border-bottom: 1px solid #444;
	background: #111;
	background: -webkit-linear-gradient(top, #282828 0%, #111 100%);
	background:   linear-gradient(to bottom, #282828 0%, #111 100%);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#282828 0%, #111111 100%);
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.site-title {
	color: #fff;
}

.site-title a, 
.site-title a:visited {
	color: #fff;
}

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

.site-description {
	color: #aaa;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
	margin-top: -1px; /* bannerの下の線1pxを隠す */
	margin-bottom: 20px;
	background-color: #32CD32;
	background-image: url("img/bg-gnavi.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 -1px 0 rgba(0,0,0,.8) inset, 0 2px 6px rgba(0,0,0,.5);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_box-shadow: 0 2px 6px #333;
	*box-shadow: 0 2px 6px #333;
	 box-shadow: 0 2px 6px #333\9;
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.glovalnavi-inner {
	padding: 10px 0;
}

.glovalnavi li {
	margin: 0;
	padding: 7px 15px 7px 35px;
	background-image: url("img/bullet-gnavi.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-size: 1rem;
}

.glovalnavi li a {
	color: #e6e6e6;
	text-shadow: 0 -1px 1px #000;
}

.glovalnavi li a:hover {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}

/* 第二階層 */

.glovalnavi li li {
	left: -33px;
}

.glovalnavi li li li { /* 子要素にのみ適用セレクタが分からないからこうなった */
	left: 0;
}


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

/* パンくずリスト */

.breadcrumb li {
	color: #ccc;
	text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}

.breadcrumb a,
.breadcrumb a:visited {
	color: #ccc;
}

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

.breadcrumb a:after {
	color: #999;
}

/* アーカイブページのタイトル */

.page-title {
	color: #e6e6e6;
	border-top: 1px solid #666;
	text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}

/* 

3.1 メインコンテンツ

*/

.main-inner > .entry, 
.main-inner > .widget {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_box-shadow: 0 2px 5px #333;
	*box-shadow: 0 2px 5px #333;
	 box-shadow: 0 2px 5px #333\9;
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
	position: relative;
	top: -20px;
	margin: 0 -20px;
	padding: 15px 15px 17px;
	border-top: 5px solid #32CD32;
	background-color: #fff;
	background-image: url("img/bg-h1.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #333;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
	font-size: 1.39rem;
	line-height: 1.3;
}

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

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

.main-inner > .entry .entry-title .deco,
.main-inner > .widget .widget-title .deco {
	display: block;
	margin-left: 25px;
}

.main-inner > .entry .entry-title:before,
.main-inner > .widget .widget-title:before {
	display: block;
	float: left;
	margin: 2px 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #32CD32;
	background-image: url("img/bullet-h1.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

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

.h2, 
.entry-content h2,
.textwidget h2 {
	border-top-color: #32CD32;
	/*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://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.h3, 
.entry-content h3,
.textwidget h3,
.entry-content .yarpp-related h3 /* Yet Another Related Posts */ {
	border-left-color: #32CD32;
	/*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://www.misty21.net/wp-content/themes/refinepro/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://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.h5, 
.entry-content h5,
.textwidget h5 {
	border-left-color: #32CD32;
}

/* ページャー */

.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://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

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

.page-navi .current {
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#555 0%, #777 100%);
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.pager .dots {
	color: #ccc;
}

/* 前後ページへのリンク */

.entry-navi {
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.entry-navi a, 
.entry-navi a:visited {
	color: #fff;
	text-decoration: none;
}

.entry-navi a:hover {
	text-decoration: underline;
}

/* 

3.3 サブコンテンツ

*/

/* リスト */

.sub ul {
	margin: -10px 0 0;
}

.sub li {
	padding: 6px 5px 5px 17px;
	border-bottom: 1px solid #ddd;
	list-style: none !important;
}

.sub li a:before {
	display: block;
	float: left;
	margin: 3px 5px 0 -17px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #32CD32;
	background-image: url("img/bullet-a.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

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

.sub ul li ul li {
	margin: 0 0 0 13px;
	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 {
	padding: 12px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.8);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_box-shadow: 0 2px 5px #333;
	*box-shadow: 0 2px 5px #333;
	 box-shadow: 0 2px 5px #333\9;
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

.sub .widget .widget-title {
	position: relative;
	top: -12px;
	margin: 0 -12px;
	padding: 0;
	border-top: 1px solid #888;
	background: #333;
	background: -webkit-linear-gradient(top, #666 0%, #222 100%);
	background:   linear-gradient(to bottom, #666 0%, #222 100%);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#666 0%, #222 100%);
	behavior: url("http://www.misty21.net/wp-content/themes/refinepro/PIE.htc");
}

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

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

.sub .widget-title .deco {
	display: block;
	padding: 10px;
	border-left: 12px solid #32CD32;
}

/* 

3.4 フッター

*/

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

.footer-menu {
	border-radius: 0;
	background: #222;
	box-shadow: 0 1px 2px rgba(0,0,0,1) inset;
}

/* 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://www.misty21.net/wp-content/themes/refinepro/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;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #32CD32;
	background-image: url("img/bullet-a.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.main .rewg-entry-title a:before {
	margin: 5px 5px 0 -20px;
	padding: 1px;
}

.sub .rewg-entry-title a:before {
	margin: 4px 5px 0 -17px;
	width: 12px;
	height: 12px;
}
