@charset "utf-8";
/* CSS Document */

/* =====================================================================
	右カラム 検索メニュー リニューアル　@wk 20160519 
====================================================================== */

div.right_search p {
    background: #ff9933 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    line-height: 27px;
    margin-bottom: 5px;
    text-indent: 50px;
}
ul.search_button {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 6px;
}
div.right_search {
    background-color: #fcffd4;
    border: 1px solid #ff9933;
    margin: -10px 0;
    position: relative;
}
div.right_search div.grass-pic2 {
    left: 5px;
    position: absolute;
    top: 9px;
}
div.right_search div.grass-pic3 {
    left: 5px;
    position: absolute;
    top: 145px;
}
div.right_search div.grass-pic4 {
    left: 5px;
    position: absolute;
    top: 294px;
}
div.right_search ul.search_button li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   /* float: left;*/
    margin: 0 5px 5px 0;
    padding: 0;
    width: 230px;
}
div.right_search ul.search_button li.under-line {
    background-color: #ff9933;
    height: 1px;
    width: 100%;
}
div.right_search ul.search_button li a {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
    font-size: 16px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
	width:230px;
}
div.clear {
    clear: both;
}
div.ex_margin {
    height: 10px;
}