@charset "utf-8";


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

	 Paraffin

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

body {
	background-color: #fff;
	background-image: url("img/bg-photo.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

body.custom-background {
	background-color: transparent;
	background-repeat: auto;
	background-position: auto;
	background-attachment: auto;
	background-size: auto;
}

/* リンク */

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

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


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

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
	border-top: 1px solid rgba(255,255,255,.1);
	background-color: transparent;
	background: url("../img/fff10.png");
}

.header-bar > .inner {
	background-color: transparent;
}

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

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

.header-bar .menu li a, 
.header-bar .sb-menu li a {
	color: #444;
	text-shadow: none;
}

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

/* 

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

*/

.banner {
	background-color: transparent;
}

.site-title {
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
}

.site-title a, 
.site-title a:visited {
	color: #333;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}

.site-title a:hover {
	color: #333;
	text-shadow: none;
}

.site-description {
	color: #333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi-inner {
	margin-bottom: 20px;
	border-radius: 5px;
	background: url("../img/fff60.png");
	box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 0 3px 3px rgba(255,255,255,.3) inset, 0 1px 5px rgba(0,0,0,.4);
	/*IE6 IE7 IE8 */
	_border-top: 1px solid #fff;
	*border-top: 1px solid #fff;
	 border-top: 1px solid #fff\9;
}

.glovalnavi li {
	margin: 0;
	padding: 17px 0;
	box-shadow: 2px 0 0 rgba(0,0,0,.05), 1px 0 0 rgba(255,255,255,1);
}

.glovalnavi li:hover {
	background-color: rgba(255,255,255,.2);
}

.glovalnavi li a {
	display: block;
	margin: 0;
	padding: 0 1.5em;
	color: #333;
	text-shadow: 0 0 5px rgba(255,255,255,1);
}

.glovalnavi li a:before {
	display: block;
	float: left;
	margin: -1px 5px 0 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	background-image: url("img/bullet-menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 -1px 1px rgba(255,255,255,.6) inset;
	content: "";
	/*IE6 IE7 IE8 */
	_background-color: #fff;
	*background-color: #fff;
	 background-color: #fff\9;
}

.glovalnavi li:hover > a {
	filter: alpha(opacity=8);
	-moz-opacity: .8;
	opacity: .8;
}

/* 第二階層 */
/* あまりやりたくなかったけど仕方ない */

.glovalnavi ul ul {
	padding-top: 19px; 
}

/* パンくずリスト */

.breadcrumb ol li {
	text-decoration: none;
	color: rgba(0,0,0,.5);
}

.breadcrumb ol li a {
	color: rgba(0,0,0,.7);
}

.breadcrumb ol li a:hover {
	color: rgba(0,0,0,.9);
}

.breadcrumb ol li a:after {
	color: rgba(0,0,0,.3);
}


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

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

.page-title {
	color: rgba(0,0,0,.7);
	border-top: 1px solid rgba(0,0,0,.15);
	text-shadow: none;
}

/* 

3.1 メインコンテンツ

*/

.main-inner > .entry, 
.main-inner > .widget {
	padding: 20px;
	border-radius: 5px;
	background: url("../img/fff60.png");
	box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 0 3px 3px rgba(255,255,255,.3) inset, 0 1px 5px rgba(0,0,0,.4);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_border-top: 1px solid #fff;
	*border-top: 1px solid #fff;
	 border-top: 1px solid #fff\9;
	_box-shadow: none;
	*box-shadow: none;
	 box-shadow: none\9;
	behavior: url("http://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
	position: relative;
	top: -20px;
	margin: 0 -20px;
	padding: 20px;
	border: none;
	box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 2px 0 rgba(255,255,255,.45);
	color: #333;
	text-align: left;
	text-shadow: 0 0 5px rgba(255,255,255,1);
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 147%;
	line-height: 1.3;
	/*IE6 IE7 IE8 */
	_border-bottom: 1px dotted #ccc;
	*border-bottom: 1px dotted #ccc;
	 border-bottom: 1px dotted #ccc\9;
}

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

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

/* 投稿スタイル（メイン） */

.h2, 
.entry-content h2,
.textwidget h2 {
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
	background: url("../img/fff30.png");
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#f8f8f8 0%, #e3e3e3 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://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

.h3, 
.entry-content h3,
.textwidget h3,
.entry-content .yarpp-related h3 /* Yet Another Related Posts */ {
	outline: none;
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
	background: url("../img/fff30.png");
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	-pie-background: linear-gradient(#f8f8f8 0%, #e3e3e3 100%);
	_border-top: 1px solid #ccc;
	*border-top: 1px solid #ccc;
	 border-top: 1px solid #ccc\9;
	behavior: url("http://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

.h4, 
.entry-content h4,
.textwidget h4 {
	padding: .75em 1em;
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
	background: none;
	background: url("../img/0005.png");
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_border-top: 1px solid #ccc;
	*border-top: 1px solid #ccc;
	 border-top: 1px solid #ccc\9;
	behavior: url("http://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

.h5, 
.entry-content h5,
.textwidget h5 {
	margin: 1.5em 0 1em;
	padding: 1em 0 0;
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
	color: #333;
	text-align: left;
	font-weight: normal;
	font-size: 124%;
	line-height: 1.3;
	/*IE6 IE7 IE8 */
	_border-top: 1px solid #ccc;
	*border-top: 1px solid #ccc;
	 border-top: 1px solid #ccc\9;
}

/* ページャー */

.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev {
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_border: none;
	*border: none;
	 border: none\9;
	-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://liberty-web.info/wp/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://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

.page-navi .current {
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_border: none;
	*border: none;
	 border: none\9;
	-pie-background: linear-gradient(#555 0%, #777 100%);
	behavior: url("http://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

/* メタ情報 */

.entry-meta {
	border-top: 1px dotted #ccc;
}

/* 

3.2 コメント＆トラックバック

*/

#comments, 
#respond {
	background: none;
	background: url("../img/fff30.png");
	box-shadow: 0 -1px 0 rgba(255,255,255,.25) inset, 0 1px 1px 0 rgba(0,0,0,0.5) inset;
}

/* 

3.3 サブコンテンツ

*/

/* リスト */

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

.sub ul li {
	padding: 6px 5px 5px 19px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	list-style: none !important;
	/*IE6 IE7 IE8 */
	_border-bottom: 1px solid #e5e5e5;
	*border-bottom: 1px solid #e5e5e5;
	 border-bottom: 1px solid #e5e5e5\9;
}

.sub ul li a:before {
	display: block;
	float: left;
	margin: 3px 5px 0 -19px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.5);
	background-image: url("img/bullet-menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 1px 2px rgba(0,0,0,.5) inset, 0 -1px 1px rgba(255,255,255,.5) inset;
	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;
	box-shadow: none;
	color: #666;
	content: "\25B6";
	font-size: 8px;
	line-height: 1px;
}

.sub li.entry-item a:before {
	content: none;
}

/* ウィジェット */

.sub .widget {
	padding: 12px;
	border-radius: 5px;
	background: url("../img/fff60.png");
	box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 0 3px 3px rgba(255,255,255,.3) inset, 0 1px 5px rgba(0,0,0,.4);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_border-top: 1px solid #fff;
	*border-top: 1px solid #fff;
	 border-top: 1px solid #fff\9;
	_box-shadow: none;
	*box-shadow: none;
	 box-shadow: none\9;
	behavior: url("http://liberty-web.info/wp/wp-content/themes/refinepro/PIE.htc");
}

.sub .widget .widget-title {
	position: relative;
	top: -12px;
	margin: 0 -12px;
	padding: 10px 12px;
	box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 2px 0 rgba(255,255,255,.45);
	color: #111;
	text-shadow: 0 0 5px rgba(255,255,255,1);
	font-weight: normal;
	/*IE6 IE7 IE8 */
	_border-bottom: 1px dotted #ccc;
	*border-bottom: 1px dotted #ccc;
	 border-bottom: 1px dotted #ccc\9;
}

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

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

/* カレンダー */

#wp-calendar th {
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
	background-color: transparent;
	/*IE6 IE7 IE8 */
	_border-top: 1px solid #bfbfbf;
	*border-top: 1px solid #bfbfbf;
	 border-top: 1px solid #bfbfbf\9;
	_border-bottom: 1px solid #bfbfbf;
	*border-bottom: 1px solid #bfbfbf;
	 border-bottom: 1px solid #bfbfbf\9;
}

#wp-calendar tfoot td {
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
	/*IE6 IE7 IE8 */
	_border-top: 1px solid #bfbfbf;
	*border-top: 1px solid #bfbfbf;
	 border-top: 1px solid #bfbfbf\9;
	_border-bottom: 1px solid #bfbfbf;
	*border-bottom: 1px solid #bfbfbf;
	 border-bottom: 1px solid #bfbfbf\9;
}

/* 

3.4 フッター

*/

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

.footer-menu {
	background-color: transparent;
	background: url("../img/fff20.png");
	box-shadow: 0 1px 0 rgba(0,0,0,.1) inset, 0 1px 2px rgba(0,0,0,.2) 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://liberty-web.info/wp/wp-content/themes/refinepro/boxsizing.htc");
}

/* フッター */

.footer {
	border: none;
	background-color: transparent;
	background: url("../img/fff20.png");
	box-shadow: none;
}

.footer p, 
.footer li, 
.footer small {
	color: #666;
}

.footer p a, 
.footer p a:visited, 
.footer li a, 
.footer li a:visited, 
.footer small a, 
.footer small a:visited {
	color: #666;
}

.footer p a:hover, 
.footer li a:hover, 
.footer small a:hover {
	color: #333;
}

/* フッターナビゲーション
	 ========================================================================== */


.footer-navigation li {
	border-left-color: #ccc;
}


/*-------------------------------------------------------------------------------------------*/
/* 5. その他 */
/*-------------------------------------------------------------------------------------------*/

/*

ウィジェット共通フォーマット rewg= refines widgets

*/

/* タイトル */

.main .rewg-entry-title {
	margin-left: 24px;
}

.sub .rewg-entry-title {
	margin-left: 22px;
}

.main .rewg-entry-title a:before, 
.sub .rewg-entry-title a:before {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.5);
	background-image: url("img/bullet-menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 1px 2px rgba(0,0,0,.5) inset, 0 -1px 1px rgba(255,255,255,.5) inset;
	content: "";
}

.main .rewg-entry-title a:before {
	margin: 4px 7px 0 -22px;
	padding: 1px;
}

.sub .rewg-entry-title a:before {
	margin: 2px 5px 0 -21px;
}
