@charset "utf-8";


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

	 Sober

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

body {
}

/* リンク */

a, 
a:visited {
	color: #0066cc;
}

a:hover, 
a:focus {
	color: #0066cc;
}

/* 

1.3 レイアウト 

*/

.wrapper {
		background-color: #f3f3f3;
}

.custom-background .wrapper {
	width: 1100px;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 0 12px rgba(0,0,0,.20);
}


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

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

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

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

/* 

2.3 グローバルメニュー

*/

.glovalnavi-inner {
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: ##f08080;
	background-image: url("img/bg-gnavi.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_-webkit-box-shadow: 0 1px 2px #b2b2b2;
	*-webkit-box-shadow: 0 1px 2px #b2b2b2;
	 -webkit-box-shadow: 0 1px 2px #b2b2b2\9;
	behavior: url("http://love-skill.net/tomori/wp-content/themes/refinepro/PIE.htc");
}

.glovalnavi ul {
}

.glovalnavi li {
	margin: 0;
	padding: 15px 0;
	box-shadow: 1px 0 0 rgba(0,0,0,.4), 2px 0 0 rgba(255,255,255,.2);
	font-weight: bold;
}

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

.glovalnavi li:active {
	background-image: url("../img/0005.png");
	box-shadow: 0 2px 2px rgba(0,0,0,.5) inset;
}

.glovalnavi li a {
	padding: 0 1.5em;
	color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: left center;
}

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

/* 

2.4 パンくずリスト

*/

/* パンくずリスト */

.breadcrumb ol {
}

.breadcrumb ol li {
	color: #666;
	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;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.05);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_-webkit-box-shadow: 0 2px 0 #f2f2f2;
	*-webkit-box-shadow: 0 2px 0 #f2f2f2;
	 -webkit-box-shadow: 0 2px 0 #f2f2f2\9;
	behavior: url("http://love-skill.net/tomori/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
	margin: -0.5em -0.5em 1em;
	padding: 0 0 1em;
	border-bottom: 3px double #ccc;
	text-align: left;
	letter-spacing: 1px;
	font-size: 19px;
	font-size: 1.47rem;
	line-height: 1.3;
}

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

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

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

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

/* ページャー */

.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://love-skill.net/tomori/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://love-skill.net/tomori/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://love-skill.net/tomori/wp-content/themes/refinepro/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: ##f08080;
	content: "\25B6";
	font-size: 9px;
	line-height: 1px;
}

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

.sub .widget-title {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	border-top: 1px solid #bbb;
	color: #333;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

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

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

/* 

3.4 フッター

*/

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

.footer-menu {
}

.footer-menu > .inner {
	padding: 50px 0 15px;
	border-top: 1px solid #ccc;
}

.footer-menu .footer-menu1 > .inner {
	margin-left :  0px;
	margin-right: 23px;
}
.footer-menu .footer-menu2 > .inner {
	margin-left :  7px;
	margin-right: 15px;
}
.footer-menu .footer-menu3 > .inner {
	margin-left : 15px;
	margin-right:  7px;
}
.footer-menu .footer-menu4 > .inner {
	margin-left : 23px;
	margin-right:  0px;
}

/* 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://love-skill.net/tomori/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;
	margin: 0;
	margin-left: -14px;
	padding: 10px 0 0 0;
	background: none;
	color: ##f08080;
	content: "\25B6";
	font-size: 9px;
	line-height: 1px;
}
