/*
Theme Name: Help
Description: エコボルよくある質問テーマ
Author: 有田電器情報システム株式会社
---------------------------------------------------------------
	style.css
	概　要:レイアウトとインポート
	作成日:2009.03.18（sakuragi）
	更新日:2009.03.31（sakuragi）
-------------------------------------------------------------*/
/* import */
	@import url("../ecovol/style.css");
/*-----------------------------------------------------------*/

/* CSS HACK
-------------------------------------------------------------*/
.clearfix,
.wp-tag-cloud
{min-height:1px;height:1%;}

.clearfix:after,
.wp-tag-cloud:after
{content:".";display:block;height:0px;clear:both;visibility:hidden;}

/* SET
-----------------------------------------------------------*/
#searchform{
	height:50px;
	padding:50px 30px 0;
	background:url(images/faq_box.gif);
}
#searchform input,
#searchform select{
	font-size:120%;
}
#searchform #s{
	width:180px;
}

/* 評価
-----------------------------------------------------------*/
#rating{
	padding:10px 12px;
	border:1px solid #ddd;
	font-size:90%;
	background:url(images/bg.gif);
	text-align:center;
}
#rating strong{
	font-weight:normal;
	font-size:90%;
	margin-bottom:5px;
}
.post-ratings img{
	cursor:pointer;
	margin:0 5px !IMPORTANT;
}

/* 人気度
-----------------------------------------------------------*/
.akpc_pop{
	font-size:90%;
	margin:1em;
	background:url(images/star.gif) no-repeat 1em;
	padding-left:25px;
	color:#666;
}

/* 関連する記事
-----------------------------------------------------------*/
#similar h4{
	background-image:none;
}

/* ナビゲーション
-----------------------------------------------------------*/
.return{
	text-align:center;
	font-size:90%;
}
.wp-tag-cloud li{
	width:30%;
	float:left;
	display:block;
}
