@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2012/06/21 163_yamamoto

========================================================== */

/* ----------------------------
  h1
------------------------------ */





* > article#article section.con_box table {
    border: 2px solid #AAAAAA;
    border-collapse: collapse;
    margin: 5px auto 40px;
    width: 700px;
}
* > article#article section.con_box table caption {
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 5px;
}
* > article#article section.con_box table th {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    padding: 7px 4px;
    text-align: center;
    width: 20%;
}
* > article#article section.con_box table td {
    border: 1px solid #CCCCCC;
    padding: 7px 4px;
    text-align: left;
}

* > ol[class^="ol_number_list"] {
	font-weight:normal;
}

* > ol[class^="ol_number_list"] li {
	float:none;
	white-space:normal;
}
/* SNS box top */
* > aside.sns_box_top {
    background: none;
    border: none;
    clear: both;
    float: left;
    height: 55px;
    margin: 0;
}

* > aside.sns_box_top div[class^="button_"] {
    bottom: 10px;
}

* > aside.sns_box_top div.button_hatebu {
    left: 5px;
}

* > aside.sns_box_top div.button_facebook {
    left: 135px;
}

* > aside.sns_box_top div.button_twitter {
    left: 265px;
}

#control-wrap {
    margin: 0 5px 0 0;
}

#control-wrap ul {
    margin-top: 14px;
}

/* category search */
.category_search_wrapper {
    display: flex;
    justify-content: center;
}

* > article#article .category_search {
    margin: 5px 0 22px 0;
}

* > article#article .category_search a {
    background: #ef4040;
    border-bottom: 1px solid #ffe9e9;
    box-shadow: 0 4px 0 1px #b15b5b, 0 0px 5px 0px rgba(180,180,180,1);
    height: 43px;
    letter-spacing: 0;
    line-height: 43px;
    min-width: 278px;
    text-align: center;
    text-shadow: 0 1px 2px #b15b5b;
}
* > article#article .category_search:not(.category_search_right) a {
    padding-left: 68px;
}
* > article#article .category_search a::before {
    background: none;
}

* > article#article .category_search a::after {
    background: none;
}

* > article#article .category_search::after {
    border-color: transparent transparent transparent #ffeb46;
    top: -1px;
}

* > article#article .category_search img {
    left: 35px;
}

* > article#article .category_search_right img {
    left: 31px;
}

* > article#article .category_search_wrapper .category_search_right {
    margin-left: 42px;
}

* > article#article .category_search_right a {
    background: #f75586;
    box-shadow: 0 4px 0 1px #bb8caf, 0 0px 5px 0px rgba(180,180,180,1);
    min-width: 274px;
    text-shadow: 0 1px 2px #bb8caf;
}

* > article#article .main_category .category_search {
    left: auto;
}