@charset "utf-8";
* {
    box-sizing: border-box
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}
body {
    font-size: 1.4em;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}
a:focus,
a:active,
a:hover {
    outline: 0
}
table {
    width: 100%
}
th,
td {
    font-weight: normal;
    padding: 10px;
    text-align: left
}
form {
    text-align: center
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form textarea {
    outline: 0;
    padding: 0.5em;
    width: 100%
}
form textarea {
    min-height: 10em
}
form select {
    padding: 0.4em 0.5em
}
form input[type="submit"],
form input[type="reset"],
form button {
    border: 0;
    font-family: Meiryo, メイリオ, 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    margin: 1em;
    padding: 1em 0;
    min-width: 200px
}
form input[type="submit"]:hover,
form input[type="image"]:hover,
form input[type="reset"]:hover,
button:hover {
    cursor: pointer
}
.m10 {
    margin: 10px
}
.mt10 {
    margin-top: 10px
}
.mr10 {
    margin-right: 10px
}
.mb10 {
    margin-bottom: 10px
}
.ml10 {
    margin-left: 10px
}
.m15 {
    margin: 15px
}
.mt15 {
    margin-top: 15px
}
.mr15 {
    margin-right: 15px
}
.mb15 {
    margin-bottom: 15px
}
.ml15 {
    margin-left: 15px
}
.m20 {
    margin: 20px
}
.mt20 {
    margin-top: 20px
}
.mr20 {
    margin-right: 20px
}
.mb20 {
    margin-bottom: 20px
}
.ml20 {
    margin-left: 20px
}
.m25 {
    margin: 25px
}
.mt25 {
    margin-top: 25px
}
.mr25 {
    margin-right: 25px
}
.mb25 {
    margin-bottom: 25px
}
.ml25 {
    margin-left: 25px
}
.m30 {
    margin: 30px
}
.mt30 {
    margin-top: 30px
}
.mr30 {
    margin-right: 30px
}
.mb30 {
    margin-bottom: 30px
}
.ml30 {
    margin-left: 30px
}
.m35 {
    margin: 35px
}
.mt35 {
    margin-top: 35px
}
.mr35 {
    margin-right: 35px
}
.mb35 {
    margin-bottom: 35px
}
.ml35 {
    margin-left: 35px
}
.m40 {
    margin: 40px
}
.mt40 {
    margin-top: 40px
}
.mr40 {
    margin-right: 40px
}
.mb40 {
    margin-bottom: 40px
}
.ml40 {
    margin-left: 40px
}
.m45 {
    margin: 45px
}
.mt45 {
    margin-top: 45px
}
.mr45 {
    margin-right: 45px
}
.mb45 {
    margin-bottom: 45px
}
.ml45 {
    margin-left: 45px
}
.m50 {
    margin: 50px
}
.mt50 {
    margin-top: 50px
}
.mr50 {
    margin-right: 50px
}
.mb50 {
    margin-bottom: 50px
}
.ml50 {
    margin-left: 50px
}
.p10 {
    padding: 10px
}
.pt10 {
    padding-top: 10px
}
.pr10 {
    padding-right: 10px
}
.pb10 {
    padding-bottom: 10px
}
.pl10 {
    padding-left: 10px
}
.p15 {
    padding: 15px
}
.pt15 {
    padding-top: 15px
}
.pr15 {
    padding-right: 15px
}
.pb15 {
    padding-bottom: 15px
}
.pl15 {
    padding-left: 15px
}
.p20 {
    padding: 20px
}
.pt20 {
    padding-top: 20px
}
.pr20 {
    padding-right: 20px
}
.pb20 {
    padding-bottom: 20px
}
.pl20 {
    padding-left: 20px
}
.p25 {
    padding: 25px
}
.pt25 {
    padding-top: 25px
}
.pr25 {
    padding-right: 25px
}
.pb25 {
    padding-bottom: 25px
}
.pl25 {
    padding-left: 25px
}
.p30 {
    padding: 30px
}
.pt30 {
    padding-top: 30px
}
.pr30 {
    padding-right: 30px
}
.pb30 {
    padding-bottom: 30px
}
.pl30 {
    padding-left: 30px
}
.p35 {
    padding: 35px
}
.pt35 {
    padding-top: 35px
}
.pr35 {
    padding-right: 35px
}
.pb35 {
    padding-bottom: 35px
}
.pl35 {
    padding-left: 35px
}
.p40 {
    padding: 40px
}
.pt40 {
    padding-top: 40px
}
.pr40 {
    padding-right: 40px
}
.pb40 {
    padding-bottom: 40px
}
.pl40 {
    padding-left: 40px
}
.p45 {
    padding: 45px
}
.pt45 {
    padding-top: 45px
}
.pr45 {
    padding-right: 45px
}
.pb45 {
    padding-bottom: 45px
}
.pl45 {
    padding-left: 45px
}
.p50 {
    padding: 50px
}
.pt50 {
    padding-top: 50px
}
.pr50 {
    padding-right: 50px
}
.pb50 {
    padding-bottom: 50px
}
.pl50 {
    padding-left: 50px
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: center;
    align-items: center
}
.flexslider {
    background: 0;
    border: 0;
    border-radius: 0;
    margin: 0
}
.flex-direction-nav a {
    opacity: .7;
    height: 24px;
    width: 22px
}
.flex-direction-nav a:before {
    background: #c1272d;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
    padding: 7px 7px 4px
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -40px
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: -40px
}
body {
    font-family: Meiryo, メイリオ, 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif
}
p {
    line-height: 1.6em
}
a {
    color: #000
}
a:hover {
    text-decoration: underline
}
.site-header {
    background: url('../../img/recruit/pc/repeat_line.png') repeat-x 0 100%;
    overflow: hidden
}
.site-header-inner {
    height: 170px;
    margin: auto;
    padding: 1em 0 0;
    position: relative;
    width: 1200px
}
.page-description {
    float: right;
    font-size: 0.8em;
    margin-bottom: 3.3em;
    text-align: right;
    width: 850px
}
.site-title a {
    color: #FFF;
    display: block;
    height: 100%;
    width: 100%
}
.site-header .site-title {
    height: 80px;
    position: absolute;
    top: 1em;
    left: 0;
    width: 260px
}
.site-footer .site-title {
    height: 60px;
    position: absolute;
    top: 1em;
    right: 0;
    width: 200px
}
.search-block {
    position: absolute;
    top: 0;
    right: 85px;
    width: 350px
}
#wordForm {
    margin-top: 50px;
    position: relative
}
#wordForm input[type="text"] {
    border: 1px solid #CCC;
    border-radius: 20px;
    padding: 0.8em 1.5em;
    width: 350px
}
#wordForm input[type="submit"] {
    background: #666;
    border-radius: 20px;
    color: #FFF;
    display: block;
    float: right;
    letter-spacing: 3px;
    margin: 0;
    padding: 0.3em 0 0.2em 0.4em;
    position: absolute;
    top: 5px;
    right: 5.5px;
    text-align: center;
    min-width: 55px
}
#wordForm input[type="submit"]:hover {
    background: #999
}
.search-item {
    border: 1px solid #000;
    margin: 10px 0;
    padding: 15px;
    text-align: left;
    display: none
}
.search-item ul {
    margin-bottom: 10px
}
.search-item h3 {
    color: #F00
}
.search-item li {
    width: 32%;
    display: inline-block;
    vertical-align: top
}
.keep-box {
    position: absolute;
    top: 35px;
    right: -85px
}
.site-navi {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}
.site-navi ul {
    height: 50px;
    margin: auto;
    overflow: hidden;
    width: 1200px
}
.site-navi li {
    float: left;
    height: 100%;
    text-align: center;
    width: 25%
}
.site-navi li:last-child {
    border-right: 0
}
.site-navi li a {
    display: block;
    height: 100%
}
.site-footer {
    background: url('../../img/recruit/pc/repeat_line.png') repeat-x 0 0;
    height: 120px;
    width: 100%
}
.site-footer-inner {
    margin: auto;
    overflow: hidden;
    padding: 1.5em 0 0;
    position: relative;
    width: 1200px
}
.site-menu {
    border-bottom: 1px solid #000;
    height: 54px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 950px
}
.site-menu ul {
    overflow: hidden
}
.site-menu li {
    border-right: 1px solid #000;
    float: left;
    margin-right: 1em;
    padding-right: 1em
}
.site-menu li:last-child {
    border-right: 0;
    padding-right: 0
}
.site-copyright {
    font-size: 0.8em
}
.page-content {
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    width: 1200px
}
.side-content {
    float: left;
    width: 300px
}
.navigation .section-title {
    background: #ff74d0;
    color: #FFF;
    margin: 0;
    padding: 10px;
    text-align: center
}
.navigation h2 {
    font-size: 1.1em;
    font-weight: bold
}
.navigation ul {
    border: 1px solid #CCC;
    margin-bottom: 25px
}
.navigation li {
    border-bottom: 1px solid #CCC;
    font-size: 0.85em;
    height: 40px;
    padding: 14px 1em 0
}
.navigation li:last-child {
    border-bottom: 0
}
.navigation .count {
    font-size: 0.8em;
    margin-left: 5px
}
.pagenation,
.pagenation ol {
    margin: 30px 0;
    text-align: center
}
.pagenation li,
.pagenation span {
    display: inline-block
}
.pagenation li a,
.pagenation span a {
    display: block;
    padding: 10px;
    text-align: center;
    width: 45px
}
.pagenation .current {
    text-align: center;
    padding: 10px;
    width: 45px
}
.pagenation li a:hover,
.pagenation span a:hover {
    background: #EEE;
    text-decoration: none
}
.main-content {
    float: right;
    width: 870px
}
.breadcrumb {
    margin-bottom: 20px;
    width: 100%
}
.breadcrumb ol,
.breadcrumb ul {
    overflow: hidden
}
.breadcrumb li {
    float: left;
    font-size: 0.8em;
    margin-right: 10px
}
.breadcrumb li:after {
    content: " >"
}
.breadcrumb li:last-child:after {
    content: none
}
.section {
    padding: 1em 0
}
.section-title {
    margin-bottom: 10px
}
.main-content .section-title {
    margin-bottom: 20px
}
.section-inner {
    padding: 1em 0
}
#rec_news .section-inner,
#rec_newshop .section-inner {
    overflow-y: scroll
}
#search_list .shop-comment {
    height: 3.2em;
    overflow: hidden
}
.section-content p {
    margin-bottom: 1em
}
.column2 {
    overflow: hidden
}
.column2 .block {
    width: 50%
}
.column2 .block:first-child {
    float: left
}
.column2 .block:last-child {
    float: right
}
.block.col-10 {
    width: 10%
}
.block.col-15 {
    width: 15%
}
.block.col-20 {
    width: 20%
}
.block.col-25 {
    width: 25%
}
.block.col-30 {
    width: 30%
}
.block.col-35 {
    width: 35%
}
.block.col-40 {
    width: 40%
}
.block.col-45 {
    width: 45%
}
.block.col-50 {
    width: 50%
}
.block.col-55 {
    width: 55%
}
.block.col-60 {
    width: 60%
}
.block.col-65 {
    width: 65%
}
.block.col-70 {
    width: 70%
}
.block.col-75 {
    width: 75%
}
.block.col-80 {
    width: 80%
}
.block.col-85 {
    width: 85%
}
.block.col-90 {
    width: 90%
}
.block.col-95 {
    width: 95%
}
.basic th,
.basic td {
    border-bottom: 1px solid #FFF;
    line-height: 1.5em;
    padding: 1em;
    vertical-align: middle
}
.basic th {
    background: #c1272d;
    border-right: 1px solid #FFF;
    color: #FFF;
    width: 25%
}
.basic td {
    background: #ffd3dc
}
.center {
    text-align: center
}
#map {
    float: left;
    margin-right: 20px;
    width: 460px
}
#map .section-inner {
    background: url('../../img/recruit/pc/map_bg.png') no-repeat 0 0;
    height: 380px;
    position: relative
}
#map .section-inner li {
    position: absolute
}
#map .section-inner li:hover {
    border-radius: 25px;
    box-shadow: 0 0 3px 3px #FFF;
    line-height: 0
}
#map .section-inner li:nth-child(1) {
    top: 90px;
    left: 165px
}
#map .section-inner li:nth-child(2) {
    top: 135px;
    left: 288px
}
#map .section-inner li:nth-child(3) {
    top: 170px;
    left: 170px
}
#map .section-inner li:nth-child(4) {
    top: 174px;
    left: 40px
}
#map .section-inner li:nth-child(5) {
    top: 220px;
    left: 150px
}
#map .section-inner li:nth-child(6) {
    top: 265px;
    left: 150px
}
#map .section-inner li:nth-child(7) {
    top: 265px;
    left: 272px
}
#map .section-inner li:nth-child(8) {
    top: 225px;
    left: 325px
}
#map .section-inner li:nth-child(9) {
    top: 100px;
    left: 345px
}
#map .section-inner li:nth-child(10) {
    top: 50px;
    left: 140px
}
#map .section-inner li:nth-child(11) {
    top: 10px;
    left: 173px
}
#map .section-inner li:nth-child(12) {
    top: 335px;
    left: 160px
}
#map .section-inner li:nth-child(13) {
    top: 45px;
    left: 50px
}
#map .section-inner li:nth-child(14) {
    top: 10px;
    left: 10px
}
#map .section-inner li:nth-child(15) {
    top: 10px;
    left: 390px
}
#map .section-inner li:nth-child(16) {
    top: 327px;
    left: 350px
}
#map .section-inner li:nth-child(17) {
    top: 335px;
    left: 30px
}
#map .section-inner li:nth-child(18) {
    top: 85px;
    left: 40px
}
#map .section-inner li:nth-child(19) {
    top: 50px;
    left: 320px
}
#rec_news,
#rec_newshop {
    float: left;
    margin-right: 20px;
    width: 350px
}
#rec_newshop {
    margin-right: 0
}
#rec_news .section-inner,
#rec_newshop .section-inner {
    border: 1px solid #CCC;
    height: 380px;
    padding: 1em
}
#rec_news .section-inner li,
#rec_newshop .section-inner li {
    border-bottom: 1px dotted #333;
    font-size: 0.8em;
    padding: 0.5em 0
}
#rec_news .section-inner li:first-child,
#rec_newshop .section-inner li:first-child {
    padding-top: 0
}
#rec_news .section-inner span,
#rec_news .section-inner a,
#rec_newshop .section-inner span,
#rec_newshop .section-inner a {
    display: block;
    line-height: 1.5em
}
#rec_news .section-inner a:hover,
#rec_newshop .section-inner a:hover {
    text-decoration: underline
}
#rec_news .section-inner .up_date,
#rec_news .section-inner .shop_name,
#rec_newshop .section-inner .up_date,
#rec_newshop .section-inner .shop_name {
    color: #fc8bae;
    font-size: 0.8em;
    margin-bottom: 5px
}
#rec_news .section-inner .title,
#rec_newshop .section-inner .title {
    border-bottom: #000 1px dashed;
    padding-bottom: 2px;
    margin-bottom: 8px
}
#select_search {
    float: left;
    width: 830px
}
#select_search h3,
#select_search h3 a {
    color: #fc8bae;
    margin-bottom: 0.5em;
    text-align: left
}
#select_search ul {
    margin-bottom: 1em;
    overflow: hidden
}
#select_search li {
    float: left;
    font-size: 0.9em;
    margin: 0 1em 0.5em 0
}
.search_area .block {
    display: inline-block;
    float: left;
    min-width: 350px
}
#banner {
    float: right;
    width: 350px;
    padding: 1em 0
}
.banner {
    background: #EEE;
    margin-bottom: 10px
}
.banner img {
    display: block; /*height:80px;*/
    width: 350px
}
.side-content #banner {
    float: none;
    width: 300px
}
.side-content #banner img {
    /*height:69px;*/
    width: 100%
}
#shop-list,
#text {
    overflow: hidden;
    width: 100%
}
.shop-header {
    background: #f9eedb;
    padding: 1em;
    position: relative
}
.page-notice {
    font-size: 0.9em;
    margin: 20px 0
}
.shop-block {
    background: #f7f3ef;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden
}
#shop-list .shop-block {
    float: left;
    height: 270px;
    margin-right: 12px;
    width: 230px
}
#shop-list .shop-block:nth-child(5n) {
    margin-right: 0
}
#shop-list .shop-thumb {
    background: #EEE;
    height: 157px;
    margin-bottom: 5px;
    width: 210px;
    float: none
}
#shop-list .shop-thumb img {
    height: 157px;
    width: 210px
}
.shop-block dt {
    border-bottom: 1px dashed #666;
    font-size: 0.9em;
    height: 3.2em;
    line-height: 1.4em;
    margin-bottom: 7px
}
.shop-block dd {
    overflow: hidden;
    height: 2.8em;
    font-size: 0.8em;
    line-height: 1.4em
}
.shop-block th {
    background: #ddefc4;
    border: 1px solid #000;
    font-size: 0.9em;
    height: 40px;
    line-height: 1.4em;
    padding: 0.5em;
    vertical-align: middle;
    width: 100px
}
.shop-block td {
    background: #FFF;
    border: 1px solid #000;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0.5em;
    vertical-align: middle
}
.shop-info {
    overflow: hidden
}
.shop-info li {
    background: #a7beff;
    border: 1px solid #a7beff;
    color: #FFF;
    float: left;
    font-size: 0.8em;
    margin-right: 1em;
    padding: 3px 0;
    text-align: center;
    width: 75px
}
.shop-info li:last-child {
    background: #FFF;
    color: #a7beff
}
.shop-name {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.8em 0 0
}
.shop-name a {
    color: #fb8aad
}
.shop-data {
    float: left;
    position: relative;
    width: 560px
}
.shop-block.free .shop-data {
    width: 100%
}
.shop-data .shop-link {
    position: absolute;
    top: 0;
    right: 0
}
.shop-data .shop-link li {
    margin-bottom: 5px
}
.shop-data .shop-link li a {
    border-radius: 8px;
    display: block;
    color: #FFF;
    height: 28px;
    padding: 0.5em 2em;
    text-align: center
}
.shop-header .shop-keep.keep a,
.shop-data .shop-link li.shop-keep.keep a,
.shop-header .shop-keep a.kept,
.shop-data .shop-link li.shop-keep a.kept {
    pointer-events: none
}
a.kept {
    pointer-events: none
}
.shop-keep a {
    background: #89c33f;
    border-radius: 8px;
    color: #FFF;
    display: block;
    font-size: 0.9em;
    padding: 0.5em 0;
    text-align: center;
    width: 135px
}
.shop-keep a.kept {
    background: #999
}
.shop-data .shop-link li.shop-detail a {
    background: #ff74d0
}
.shop-header .shop-keep {
    position: absolute;
    top: 15px;
    right: 10px
}
.shop-comment {
    font-size: 0.8em
}
.shop-thumb {
    background: #CCC;
    float: right;
    height: 187px;
    width: 240px
}
.shop-thumb img {
    height: 187px;
    width: 240px
}
.msg_notice {
    color: red;
    margin: 1em 0
}
.shop-icon {
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    width: 100%
}
.shop-icon li {
    background: #CCC;
    float: left;
    height: 55px;
    margin-right: 5.3px;
    text-align: center;
    width: 55px;
    display: table
}
.shop-icon li div {
    display: table-cell;
    vertical-align: middle
}
.shop-icon li:last-child {
    margin-right: 0
}
.shop-icon li.off {
    background: #EEE;
    color: #CCC
}
.shop-header-content {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 1em 0
}
.shop-img {
    background: #EEE;
    float: left;
    height: 375px;
    width: 500px;
    overflow: hidden
}
.shop-img img {
    width: 100%
}
.shop-topics {
    float: right;
    width: 350px
}

.shop-topics h3 {
    background: #f8ad3b;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1em;
    text-align: center
}
.shop-topics-body {
    border: 1px solid #CCC;
    height: 320px;
    padding: 1em;
    overflow-y: scroll
}
.shop-topics-body img {
    max-width: 100%;
    height: auto;
}
.shop-topics dt {
    margin-bottom: 1em
}
.shop-topics dd {
    line-height: 1.6em
}
.shop-topics dd .main-image img {
    max-width: 100%
}
.shop-point {
    display: inline-block;
    margin-top: 20px;
    width: 100%
}
.shop-point .block {
    float: left;
    margin-right: 30px;
    width: 270px
}
.shop-point .block:last-child {
    margin-right: 0
}
.shop-point .img-box {
    background: #EEE;
    height: 180px;
    margin-bottom: 10px;
    width: 270px
}
.shop-point .img-box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%
}
.shop-requirements table {
    font-size: 0.9em;
    width: 100%
}
.shop-requirements th {
    background: #ddefc4;
    border: 1px solid #000;
    height: 40px;
    line-height: 1.6em;
    padding: 1em;
    width: 200px
}
.shop-requirements td {
    border: 1px solid #000;
    line-height: 1.6em;
    padding: 1em
}
.shop-contact {
    background: #f7f3ef;
    margin: 1em 0;
    padding: 1em;
    position: relative
}
.shop-contact .shop-keep a.kept {
    background: #999
}
.shop-momi-tw {
    font-size: 0.8em
}
.shop-tel {
    font-size: 1.2em
}
#shop-detail .shop-icon {
    margin: 0 0 20px
}
#shop-detail .shop-icon li {
    margin-right: 7.5px
}
#shop-detail .shop-icon li:last-child {
    margin-right: 0
}
.shop-contact .line_image {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 13px;
    bottom: 13px;
    overflow: hidden
}
.shop-contact .line_qr {
    max-width: 100%;
    max-height: 100%
}
.del-flg {
    background: #abd76b;
    color: #FFF;
    float: left;
    font-size: 0.8em;
    height: 55px;
    margin-right: 1em;
    padding: 0.5em 0;
    text-align: center;
    width: 5em
}
.del-flg input {
    width: 2em
}
.keep-button-wrapper {
    margin-bottom: 10px
}
.keep-commit-button {
    border-radius: 10px;
    color: #FFF;
    font-size: 1.1em;
    height: 50px;
    line-height: 37px;
    text-align: center;
    width: 50%;
    padding: 0 1%
}
.danger-button {
    background: #ff3983
}
.green-button {
    background: #89c33f
}
.search .section-inner {
    margin-bottom: 8px;
    overflow: hidden
}
.search table {
    margin-bottom: 15px;
    width: 100%
}
.search th {
    background: #ddefc4;
    border: 1px solid #000;
    height: 60px;
    padding: 1em;
    vertical-align: middle;
    width: 200px
}
.search td {
    border: 1px solid #000;
    height: 60px;
    padding: 1em;
    vertical-align: middle
}
.search .btn_chg {
    background: #FFF;
    border: 1px solid #abd76b;
    border-radius: 6px;
    color: #abd76b;
    display: block;
    float: right;
    font-size: 0.8em;
    padding: 0.5em 1em
}
.search .shop-count {
    border-top: 2px dashed #CCC;
    margin: auto;
    overflow: hidden;
    padding-top: 25px;
    width: 830px
}
.search .shop-count p {
    float: left;
    position: relative;
    width: 260px
}
.search .shop-count .count {
    position: absolute;
    top: 16px;
    right: 45px
}
.search .shop-count input[type="image"] {
    float: right
}
.column-date {
    color: #ff74d0;
    font-size: 0.8em
}
.column-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.5em
}
.btn_pageback {
    border-top: 1px solid #000;
    margin-top: 3em;
    padding: 1em 0;
    text-align: center
}
.block.frame {
    border: 1px solid #000;
    margin-top: 1em;
    padding: 1em
}
.form table {
    width: 100%
}
.form th,
.form td {
    border: 1px solid #000;
    font-size: 0.9em;
    padding: 1em;
    vertical-align: top
}
.form th {
    background: #ddefc4;
    height: 60px;
    padding: 1.4em 1em;
    width: 200px;
    line-height: 1.3;
}
.form label {
    display: inline-block;
    margin-right: 1em;
    min-width: 140px
}
.form input[type="radio"],
.form input[type="checkbox"] {
    margin-right: 0.5em
}
.form .req {
    color: #F00;
    float: right
}
.form .input_short input[type="text"] {
    margin-right: 0.5em;
    width: 100px
}
#privacy p:last-child,
#contract p:last-child {
    margin: 2em 0
}
#privacy dl,
#contract dl {
    margin: 1em 0 2.5em
}
#privacy dt,
#contract dt {
    color: #fb8aad;
    margin-bottom: 10px
}
#privacy dd,
#contract dd {
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0 0.5em
}
#text {
    font-size: 12px;
}
#select_search .search_area li {
    text-align: left;
    width: 400px;
}
#select_search .search_treatment li,
#select_search .search_work li {
    text-align: left;
    width: 150px;
}
.search .shop-count {
    margin-top: 15px;
    padding-top: 40px;
}