@charset"UTF-8";

/*
=====================================================
結婚準備室 教えて！結婚式
-----------------------------------------------------
説明：検索結果 search.css
date 06.07.21

1. 検索結果タイトル
2. 検索エリア
3. 件数およびペ�?ジャー
4. エントリー

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

/* ---------------------------------------------------------
1. 検索結果タイトル
--------------------------------------------------------- */
div#solution-search {
	margin:0;
	padding:0;
}
div#solution-search form{
	margin:0;
	padding:0;
}
div#solution-search h3 {
	margin:0 0 2px;
	padding:2px 10px;
	color:#FFFFFF;
	font-size:100%;
	background-color:#FF9900;
}


/* ---------------------------------------------------------
2. 検索エリア
--------------------------------------------------------- */
div#solution-search div#search-box {
	margin:0 0 20px;
	padding:15px 10px;
	background:#F9F9EF url(../img/bg_searchbox.gif) repeat-x 0 100%;
}

div#solution-search div#search-box form {
	margin:0;
}

div#solution-search div#search-box p {
	margin: 0;
	padding-left: 35px;
	color: #473300;
	background: url(../img/ico_search.gif) no-repeat 0 0;
}

div#solution-search div#search-box p input {
	vertical-align: middle;
}

div#solution-search div#search-box p input#search {
	width: 330px;
	margin: 0 10px 0 0;
}


/* ---------------------------------------------------------
3. 件数およびページャー
--------------------------------------------------------- */
/* 該当件数 */
div#result-all {
	margin:3px auto;
	width:740px;
	text-align:center;
}
div#result-all dt{
    float:left;
}
div#result-all dd strong{
    font-weight:bold;
    font-size:160%;
}
div#result-all dd{
    float:right;
}
div#result-num {
	margin:10px 0 30px 0;
	padding:50px 0 0 123px;
	background:url(../img/caution_mark.gif) no-repeat left top;

	height:56px;
}
div#result-num p{
	margin:5px auto;
	letter-spacing:2px;
}
/*
div#solution-search table.pager td {
	padding:0;
}

div#solution-search table.pager td.first {
}
*/
/* すべて */
/*
div#solution-search table.pager td.all {
	text-align: center;
}
div#solution-search table.pager td.last {
	text-align: right;
}

div#solution-search table.pager {
	width:100%;
	margin:0;
	border-top:1px solid #999;
	padding:3px;
	border-spacing:0;
}
*/
/* ---------------------------------------------------------
3. 新着リスト
--------------------------------------------------------- */
div#solution-search div#newQuestion {
	width:100%;
	margin:0 auto;
	border-top:2px solid #62C0DF;
	border-bottom:2px solid #62C0DF;
}
div#solution-search div#newQuestion dl{
    margin:0;
	padding:10px;
	color:#333;
	border-top:1px solid #62C0DF;
    background-color:#DDF0FF;
}
div#solution-search div#newQuestion dt{
	width:150px;
	float:left;
}
div#solution-search div#newQuestion dd.title{
	float:left;
	font-weight:bold;
}
div#solution-search div#newQuestion dl.top{
	font-weight:bold;
	color:#62C0DF;
}
div#solution-search div#newQuestion dd.title a{
    background:url(http://www.kekkon-j.com/img/common/link-back.gif) no-repeat 0 4px;
    padding:0 0 0 12px;
}
div#solution-search div#newQuestion dd.other {
    text-align:right;
    width:30px;
    float:right;
    white-space:nowrap;
    padding:0 15px 0 0;
}

/* ---------------------------------------------------------
3. 新着回答一覧
--------------------------------------------------------- */
div#solution-search div#newAnswer{
    width:100%;
	margin:0 auto;
	border-top:2px solid #F9B359;
	border-bottom:2px solid #F9B359;
}
div#solution-search div#newAnswer dl{
    margin:0;
	padding:10px;
	color:#333;
	border-top:1px solid #F9B359;
    background-color:#FFEFD5;
}
div#solution-search div#newAnswer dt{
	width:150px;
	float:left;
}
div#solution-search div#newAnswer dd.title{
	float:left;
	font-weight:bold;
}
div#solution-search div#newAnswer dl.top{
	font-weight:bold;
	color:#FF9900;
}
div#solution-search div#newAnswer dd.title a{
    background:url(http://www.kekkon-j.com/img/common/link-back.gif) no-repeat 0 4px;
    padding:0 0 0 12px;
}
div#solution-search div#newAnswer dd.other {
    text-align:right;
    width:30px;
    float:right;
    white-space:nowrap;
    padding:0 15px 0 0;
}

/* ---------------------------------------------------------
3. 回答の多い質問ランキングリスト
--------------------------------------------------------- */
div#solution-search div#newCnt{
	width:100%;
	margin:0 auto;
	border-top:2px solid #62C0DF;
	border-bottom:2px solid #62C0DF;
}
div#solution-search div#newCnt dl{
    margin:0;
	padding:10px;
	color:#333;
	border-top:1px solid #62C0DF;
    background-color:#DDF0FF;
}
div#solution-search div#newCnt dt{
	width:150px;
	float:left;
}
div#solution-search div#newCnt dd.title{
	float:left;
	font-weight:bold;
}
div#solution-search div#newCnt dl.top{
	font-weight:bold;
	color:#62C0DF;
}
div#solution-search div#newCnt dd.title a{
    background:url(http://www.kekkon-j.com/img/common/link-back.gif) no-repeat 0 4px;
    padding:0 0 0 12px;
}
div#solution-search div#newCnt dd.other {
    text-align:right;
    width:30px;
    float:right;
    white-space:nowrap;
    padding:0 15px 0 0;
}
/* ---------------------------------------------------------
3. 参考になった回答ランキングリスト
--------------------------------------------------------- */
div#solution-search div#newReference {
    width:100%;
	margin:0 auto;
	border-top:2px solid #F9B359;
	border-bottom:2px solid #F9B359;
}
div#solution-search div#newReference dl{
    margin:0;
	padding:10px;
	color:#333;
	border-top:1px solid #F9B359;
    background-color:#FFEFD5;
}
div#solution-search div#newReference dt{
	width:150px;
	float:left;
}
div#solution-search div#newReference dd.title{
	float:left;
	font-weight:bold;
}
div#solution-search div#newReference dl.top{
	font-weight:bold;
	color:#FF9900;
}
div#solution-search div#newReference dd.title a{
    background:url(http://www.kekkon-j.com/img/common/link-back.gif) no-repeat 0 4px;
    padding:0 0 0 12px;
}
div#solution-search div#newReference dd.other {
    text-align:right;
    width:30px;
    float:right;
    white-space:nowrap;
    padding:0 15px 0 0;
}

/* ----------------------------------------------------------
Cmatch
-------------------------------------------------------------*/
/*コンテンツマッチ*/
div#solution-pr{
	padding:-20px 0 0 0;
	margin:0;
}
div#solution-pr div#index-pr {
	text-decoration:none;
}
div#solution-pr div.cmatch{
    width:740px;
}
div#solution-pr div.cmatch h3{
    font-size:100%;
    margin-bottom:10px;
    padding:6px;
    background-color:#333;
    color:#FFF;
}
div#solution-pr div.cmatch div.cmatch_item{
    width:740px;
    border-bottom:1px solid #CCC;
    margin-top:5px;
}
div#solution-pr div.cmatch div.cmatch_item div.cmatch_item_title{
    font-size:120%;
    font-weight:bold;
    padding:10px 0;
}
div#solution-pr div.cmatch div.cmatch_item div.cmatch_item_title a{
    background:url(../../common/img/ico_question.gif) no-repeat 0 5px;
    padding:10px 0 10px 35px;
    letter-spacing:3px;
    height:45px;
}
div#solution-pr div.cmatch div.cmatch_item div.cmatch_item_summary{
    color:#666;
    padding:10px;
    line-height:150%;
    background-color:#ECF7FF;
}
div#solution div#index-pr a:hover{ 
	color: #CC9900; text-decoration: underline;
}
/* ----------------------------------- Clearfix */

div#solution-pr div.cmatch div.cmatch_item:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.cmatch_item { display: inline-block; }
* html .cmatch_item { height: 1%; }
.cmatch_item { display: block; }







/* ---------------------------------------------------------
4. エントリー
--------------------------------------------------------- */
div#solution-search div.entry{
	margin:10px 0 0 0;
	padding:0;
	/*background-color:#DDF0FF;
	border-top:3px solid #62C0DF;
	border-bottom:2px solid #62C0DF;*/
	width:740px;
}
div#solution-search div.entry:hover{
    /*background-color:#FFEFD5;
    border-top:3px solid #F9B359;
    border-bottom:2px solid #F9B359;*/
}
div#solution-search div.entry div.entry_title {
	margin:0;
	padding:4px 25px 4px 5px;
	font-weight:bold;
	font-size:120%;
	border:1px solid #62C0DF;
	background:url(../../common/img/mark_link_blue.gif) no-repeat 10px 7px;
	background-color:#DDF0FF;
}
div#solution-search div.entry div.entry_title:hover {
	border:1px solid #F9B359;
	background:url(../../common/img/mark_link_orange.gif) no-repeat 10px 7px;
	background-color:#FFEFD5;
}
div#solution-search div.entry div.entry_title a{
    padding:0 0 0 22px;
    display:block;
}
div#solution-search div.entry div.entry_title a:link,
div#solution-search div.entry div.entry_title a:active,
div#solution-search div.entry div.entry_title a:visited{
	color:#333;
}
div#solution-search div.entry div.entry_title a:hover{
}
div#solution-search div.entry dl dt {
	margin:0;
	padding:0 10px 10px 10px;
	color:#666;
	float:left;
	width:130px;

}
div#solution-search div.entry dl dt p{
	margin:12px 0;
}
div#solution-search div.entry dl dd {
	margin:0;
	padding:10px;
	width:569px;
	line-height:180%;
	float:left;
}
div#solution-search div.entry dl dd br{
	white-space:nowrap;
	float:left;
}
div#solution-search div.entry div.entry_body p {
	margin:12px 0;
}


/* ---------------------------------------------------------
5. ページャー
--------------------------------------------------------- */
div#solution-search dl.pager{
	width:740px;
	margin:10px 0;
	padding:0
	font-family: Arial, Helvetica, sans-serif;
}
/*左IE+Firefox*/
div#solution-search dl.pager dt.first{
	float:left;
	width:10%;
	font-size:80%;
}
* html div#solution-search dl.pager dt.first,
*+html div#solution-search dl.pager dt.first{
	font-size:78%;
}
/*中IE+Firefox*/
div#solution-search dl.pager dd.all{
    float:left;
	text-align:center;
	width:80%;
	font-size:80%;
}
*+html div#solution-search dl.pager dd.all,
* html div#solution-search dl.pager dd.all{
    float:left;
	text-align:center;
	width:80%;
	font-size:78%;
	color:#666;
}
div#solution-search dl.pager dd.all a:link,
div#solution-search dl.pager dd.all a:visited,
div#solution-search dl.pager dd.all a:active{
    margin:0 0 0 10px;
    color:#000;
}
div#solution-search dl.pager dd.all a:hover{
    margin:0 0 0 10px;
    color:#F9396F;
}
/*右IE+Firefox*/
div#solution-search dl.pager dd.last{
	float:right;
	width:10%;
	text-align:right;
	font-size:80%;
}
* html div#solution-search dl.pager dd.last,
*+html div#solution-search dl.pager dd.last{
	float:right;
	width:10%;
	text-align:right;
	font-size:75%;
}
