@charset "utf-8";
/* CSS Document */

/*********** ********** ********** ********** *********** ********** ********** ********** *********** ********** ********** **********
* WwIchiNothingKen.aspx
*/

/*検索結果ページコンテンツ*/
div#content_result{width:100%;height:auto; position:relative;display: inline-block;}
/*並べ替え・予約かごへボタン*/
div#content_result .primary-btn{border:#236600 1px solid;background:#4d9980;background:linear-gradient(#4d9980, #40806a);}
div#content_result a.primary-btn{color:#FFF; cursor:pointer; width:100%; height:100%;font-size:140%;}
div#content_result .primary-btn input{color:#FFF; cursor:pointer; width:100%; height:100%;padding:6px 10px 6px;font-size:160%;box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 0px;}

/*検索やその結果の情報を表示する箇所*/
div#infomation{}
/*タイトル*/
div#infomation .titles{width:100%;height:100%;background:#d4edde;}
div#infomation .titles .title{float:left;}
div#infomation .titles .title h2{font-size:260%;line-height:1.0;padding-top:12px;padding-bottom:8px;padding-left:20px;padding-right:20px;color:#006644;}

/*右上の検索ボタン*/
div#infomation .titles .easy{float:right;}
div#infomation .titles .easy a{display:block;font-size:180%;}
div#infomation .titles .easy a:before{display:inline-block;line-height:1.0;background:url(../img/btn_bg_trianglr_green.png) no-repeat left center;width:33px;padding:7% 0;content:'　';}
div#infomation .titles .easy a p{min-width:180px;line-height:1.0;color:#006622;display:inline-block;background:url(../img/btn_bg_green.png) repeat-x center;padding:7% 0;text-align:center;}
div#infomation .titles .easy a:after{display:inline-block;line-height:1.0;background:url(../img/btn_bg_end_green.png) no-repeat left center;width:46px;padding:7% 0;content:'　';}
/*検索結果数表示*/
div#infomation .details{width:100%;height:100%;margin-top:16px;}
div#infomation .details .detail{float:left;width:100%;height:100%;padding:2% 3%;display:block;border:solid 1px #999;border-top:none;box-sizing:border-box;}
div#infomation .details .detail dl{float:left;}
div#infomation .details .detail dl dt{font-size:140%;line-height:2.0em;}
div#infomation .details .detail dl dd{font-size:180%;color:#006644;line-height:1.6em;}
div#infomation .details .detail dl dd a{text-decoration:underline}

div#result #result_list .notfound{display:none;}
div#result #result_list .notfound li{margin:50px;}
div#result #result_list .notfound li a{color:#000;font-size:140%;text-decoration:underline;}


