﻿@charset "utf-8";

/*--------------------------------------

  全国版indexページ

---------------------------------------*/
body {
	font-family: "メイリオ", sans-serif;
    background: #fff;
}
a {
    text-decoration: underline;
}
::-webkit-selection {
    background: #0078d7 !important;
    color: #fff !important;
}
::-moz-selection {
    background: #0078d7 !important;
    color: #fff !important;
}
::selection {
    background: #0078d7 !important;
    color: #fff !important;
}
#header {
    background: #ff6289 ;
}
#header .head_top_bar {
    width: 960px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px; 
    overflow: hidden;
}
#header .head_top_bar h1 {
    float: left;
    font-size: 12px;
    color: #FFF;
}
#header .head_top_bar .link_login  {
    float: right;
}
#header .head_top_bar .link_login a {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
}
#header .head_top_bar .link_login a:nth-child(2)::before {
   content: "|";
   padding: 1rem;
   opacity: .5;
}
#header .head_top_bar .link_login a:hover {
    text-decoration: underline;
}
#header .head_bg {
    width: 100%;
    height: 220px;
    background: #f9feff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#header.bg_spring .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_spring.png);
}
#header.bg_may .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_may.png);
}
#header.bg_jun .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_jun.png);
}
#header.bg_summer .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_summer.png);
}
#header.bg_autumn .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_autumn.png);
}
#header.bg_winter .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_winter.png);
}
#header.bg_oshougatu .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_oshougatu.png);
}
#header.bg_valentine .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_valentine.png);
}
#header.bg_hinamatsuri .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_hinamatsuri.png);
}
#header.bg_sakura .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_sakura.png);
}
#header.bg_kodomonohi .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_kodomonohi.png);
}
#header.bg_tanabata .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_tanabata.png);
}
#header.bg_halloween .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_halloween.png);
}
#header.bg_christmas .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_christmas.png);
}
#header.bg_16th .head_bg {
    background-image: url(/pc/img/common/ev_logo/background/bg_pc_16th.png);
}
#header .head_box {
    width: 960px;
    margin: 0 auto;
}
#header .head_box .head_box_text {
    display: flex;
    align-items: center;
    width: 770px;
    padding: 25px 0 0 0;
}
/*ロゴ*/
#header .head_box .head_box_text #logo {
    width: 400px;
}
#header .head_box .head_box_text #logo img {
    width: 100%;
}
/*会員数＆掲載店数*/
#header .head_box .head_box_text .head_box_description {
    width: calc(100% - 400px);
    margin-left: 30px;
    padding: 10px 0 0 0;
}
#header .head_box .head_box_text .head_box_description .update {
    width: 100%;
    padding: 4px 0;
    border-radius: 16px;
    color: #FFF;
    background: rgba(255,100,170,.5);
    text-align: center;
}
#header .head_box .head_box_text .head_box_description .count {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    padding: 4px 0;
    color: #666;
    border-radius: 16px;
    background: rgba(255,255,255,.5);
    text-align: center;
}
#header .head_box .head_box_text .head_box_description .count li {
    margin: 0 8px; 
}
#header .head_box .head_box_text .head_box_description .count li strong {
    color: #fc648a;
    font-weight: bold;
}
#header .head_box .head_box_text .head_box_description .text {
    margin-top: 8px;
    font-size: 1.2rem;
}


#contents {
    width: 100%;
}

/*====================================
    
    エリアから求人情報を探す

====================================*/
#contents .bg_area {
    width: 100%;
    padding: 40px 0 60px;
    background: -moz-linear-gradient(left top, #ffffff, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%,#fafafa);
    background: -webkit-linear-gradient(left top, #ffffff, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%,#fafafa);
    background: -ms-linear-gradient(left top, #ffffff, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%,#fafafa);
    background: linear-gradient(left top, #ffffff, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%,#fafafa);
    background-size: 24px 24px;
    box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, .1);
}
#contents .bg_area .wrapper {
    position: relative;
}
/*地図*/
#contents .bg_area .map {
    position: relative;
    width: 510px;
    float: left;
}
#contents .bg_area .map h2 {
    position: absolute;
    text-align: left;
    letter-spacing: 0;
    text-indent: 0;
}
#contents .bg_area .map h2 img {
    width: 340px;
}
#contents .bg_area .map svg.mapimg {
    width: 550px;
    height: 510px;
}
#contents .bg_area .map svg a:hover {
    cursor: pointer;
}
#contents .bg_area .map svg a .area_coat {
    stroke: #fff;
}
#contents .bg_area .map svg a .area_name path {
    fill: #666;
}
#contents .bg_area .map svg a:hover .area_name path {
    fill: #fc648a;
}
/*地方別*/
#contents .bg_area .map svg a.chihou_8 .area_coat {
    fill: #ccf1f1;
}
#contents .bg_area .map svg a.chihou_8:hover .area_coat {
    fill: #e3f8f8;
    stroke: #e3f8f8;
}
#contents .bg_area .map svg a.chihou_5 .area_coat {
    fill: #fff3a9;
}
#contents .bg_area  .map svg a.chihou_5:hover .area_coat {
    fill: #fff9d4;
    stroke: #fff9d4;
}
#contents .bg_area  .map svg a.chihou_11 .area_coat {
    fill: #e0d2f0;
}
#contents .bg_area .map svg a.chihou_11:hover .area_coat {
    fill: #f0e8f8;
    stroke: #f0e8f8;
}
#contents .bg_area .map svg a.chihou_1 .area_coat {
    fill: #fbcfec;
}
#contents .bg_area .map svg a.chihou_1:hover .area_coat {
    fill: #fde7f6;
    stroke: #fde7f6;
}
#contents .bg_area .map svg a.chihou_9 .area_coat {
    fill: #c1e8d1;
}
#contents .bg_area .map svg a.chihou_9:hover .area_coat {
    fill: #e1f4e8;
    stroke: #e1f4e8;
}
#contents .bg_area .map svg a.chihou_6 .area_coat {
    fill: #f1d6c5;
}
#contents .bg_area .map svg a.chihou_6:hover .area_coat {
    fill: #f8eae2;
    stroke: #f8eae2;
}
#contents .bg_area .map svg a.chihou_12 .area_coat {
    fill: #ffd8d0;
}
#contents .bg_area .map svg a.chihou_12:hover .area_coat {
    fill: #ffebe7;
    stroke: #ffebe7;
}
#contents .bg_area .map svg a.chihou_2 .area_coat {
    fill: #c2d8f2;
}
#contents .bg_area .map svg a.chihou_2:hover .area_coat {
    fill: #e1ebf9;
    stroke: #e1ebf9;
}
#contents .bg_area .map svg a.chihou_3 .area_coat {
    fill: #ffdfbc;
}
#contents .bg_area .map svg a.chihou_3:hover .area_coat {
    fill: #ffefde;
    stroke: #ffefde;
}
#contents .bg_area .map svg a.chihou_7 .area_coat {
    fill: #f6c9d5;
}
#contents .bg_area .map svg a.chihou_7:hover .area_coat {
    fill: #fae4ea;
    stroke: #fae4ea;
}
#contents .bg_area .map svg a.chihou_4 .area_coat {
    fill: #e7f1bb;
}
#contents .bg_area .map svg a.chihou_4:hover .area_coat {
    fill: #f4f8dd;
    stroke: #f4f8dd;
}
#contents .bg_area .map svg a.chihou_10 .area_coat {
    fill: #a1d9ca;
}
#contents .bg_area .map svg a.chihou_10:hover .area_coat {
    fill: #d0ece4;
    stroke: #d0ece4;
}

/*地図モーダル*/
.map .modal .modal-content {
    padding: 10px 36px 20px 36px;
    background: #fff;
}
.balloon_box {
    /*padding: 16px;
    vertical-align: middle;
    word-break: break-all;
	background: #ffffff;
	box-shadow: rgba(102,102,102,0.1) 2px 2px;
    border-radius: 4px;*/
}
.balloon_box .title {
    padding: 10px 0 12px 0px;
    text-align: center;
}
.balloon_box .title span {
    display: inline-block;
    position: relative;
    padding: 2px;
    color: #333;
    font-size: 2.2rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_box .title span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: #C6D9F4;
} 
.balloon_box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.balloon_box ul li {
    margin: 4px;
    position: relative;
}
.balloon_box ul li a {
    display: block;
    width: 148px;
    padding: 20px 2px 32px 2px;
    background: #C6D9F4;
    border-radius: 4px;
    border: solid 1px #666;
    box-shadow: rgba(102,102,102,0.1) 2px 2px;
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.balloon_box ul li:first-child {
    width: 100%;
    margin-bottom: 8px;
}
.balloon_box ul li:first-child a {
    width: 100%;
}
.balloon_box .balloon_box_number {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: #777; 
    font-size: 1.1rem;
    transform: translate( -50%, 0);
    -webkit-transform: translate( -50%, 0);
}
.balloon_box .balloon_box_number b {
    padding-right: 2px;
    font-size: 1.3rem;
}
.balloon_box ul li a:hover {
    opacity: .7;
}
#inline-pref2 .balloon_box .title span::before,#inline-pref2 .balloon_box ul li a { background-color: #fff6c0; }/*東北*/
#inline-pref3 .balloon_box .title span::before,#inline-pref3 .balloon_box ul li a { background-color: #ece5f7; }/*北関東*/
#inline-pref4 .balloon_box .title span::before,#inline-pref4 .balloon_box ul li a { background-color: #fbe6f6; }/*関東*/
#inline-pref5 .balloon_box .title span::before,#inline-pref5 .balloon_box ul li a { background-color: #d8f0e0; }/*甲信越*/
#inline-pref6 .balloon_box .title span::before,#inline-pref6 .balloon_box ul li a { background-color: #f5e5da; }/*北陸*/
#inline-pref8 .balloon_box .title span::before,#inline-pref8 .balloon_box ul li a { background-color: #dbe7f8; }/*東海*/
#inline-pref9 .balloon_box .title span::before,#inline-pref9 .balloon_box ul li a { background-color: #ffecd5; }/*関西*/
#inline-pref10 .balloon_box .title span::before,#inline-pref10 .balloon_box ul li a { background-color: #f8dfe7; }/*中国・四国*/
#inline-pref11 .balloon_box .title span::before,#inline-pref11 .balloon_box ul li a { background-color: #eff5cf; }/*九州*/

/*テキストリンク*/
#contents .bg_area .area {
    position: relative;
    float: right;
    width: 380px;
}
#contents .bg_area .area .area_box {
	height: auto;
    font-size: 13px;
    letter-spacing: 1.2px;
	padding: 0;
    letter-spacing: 0;
}
#contents .bg_area .area .area_box .inner {
    clear: both;
	padding: 0; 
	margin: 5px 0 0 0;
}
#contents .bg_area .area .area_box .inner:first-child {
	margin:  0;
}
#contents .bg_area .area .area_box .area_l {
	width: 55px;
	padding: 0;
	margin: 4px 0 0 0;
	float: left;
}
#contents .bg_area .area .area_box .area_l .chihouname {
    display: block;
    line-height: 16px;
    color: #666;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
}
#contents .bg_area .area .area_box ul.area_m {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
	color: #999;
    font-size: 11px;
}
#contents .bg_area .area .area_box ul.area_m li {
	float: left;
    margin: 0 5px 12px 5px;
}
#contents .bg_area .area .area_box ul.area_m li a {
    line-height: 1.6;
    padding: 1px 12px 0 12px;
    border: solid 1px #f9e3ed;
	color: #666666;
    background: #f9e3ed;
    border-radius: 12px;
    font-size: 12px;
	transition: all 0.2s ease;
}
#contents .bg_area .area .area_box ul.area_m li b {
    color: #333;
    font-weight: bold;
}
#contents .bg_area .area .area_box ul.area_m li a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
}
#contents .bg_area .area .area_box ul.area_m li a:hover {
    color: #fc648a;
    background: #fff;
    border: solid 1px #fc648a;
    box-sizing: border-box;
}
/**/
#contents .bg_area .staff {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
    line-height: 20px;
    padding: 6px 24px 4px 24px;
    color: #fff;
    background: #55abe0;
    font-size: 14px;
    text-decoration: none;
}
#contents .bg_area .staff:hover {
    background: #7ec2e7;
}
/*LINEスタンプバナー*/
.linestamp {
	display: block;
	width: 600px;
	margin: 50px auto 10px;
}

/*お知らせ*/
.infomation {
    position: relative;
    display: block;
    margin-top: 20px;
}
.infomation strong {
    float: left;
    display: inline-block;
    padding: 5px;
    width: 90px;
    background: #87b7d6;
    color: #fff;
    border: solid 1px #000;
    box-shadow: inset 0 0 0 2px #fcf3f7;
    letter-spacing: .2rem;
    text-align: center;
}
.infomation strong::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 80px;
    width: 16px;
    height: 10px;
    display: block;
    border-top: solid 1px #000;
    transform: rotate(45deg);
    z-index: -1;
}
.infomation strong::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 89px;
    width: 1px;
    height: 10px;
    display: block;
    background: #fff;
}
.infomation .info_box {
    float: right;
    width: 850px;
    margin-left: 20px;
    padding-top: 7px;
}
.infomation .info_box a {
    display: inline-block;
    max-width: 850px;
    box-sizing: border-box;
    color: #fc648a;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.infomation .info_box a:hover {
    color: #fb81a3;
    text-decoration: none;
}
.infomation .info_box a .date {
    display: inline-block;
    margin: 4px 10px 0 0;
    color: #688ea5;
    font-weight: bold;
}

/*コンテンツ共通*/
.wrapper {
    width: 960px;
    margin: 0 auto;
}
.wrapper h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 8px;
    text-indent: 12px;
    color: #000;
    text-shadow: 2px 2px 0 #f6f6f6;
}
.wrapper h2::after {
    content: "";
    display: block;
    color: #fc648a;
    font-size: 2.4rem;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 8px;
    text-indent: 8px;
}

/*新着求人情報*/
#other_area {
    padding: 60px 0;
    background-color: #fdfdfd;
}
#other_area h2::after {
    content: "search";
}
#other_area .tabbox {
    width: 960px;
    margin-top: 40px;
}
#other_area .tabbox .tabs {
    display: table;
    width: 100%;
    height: 38px;
    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
#other_area .tabbox .tabs li {
    display: table-cell;
    min-width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-left: solid 1px #fff;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #fff;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}
#other_area .tabbox .tabs li:hover {
    background: rgb(254,254,254); /* Old browsers */
    border-right: solid 1px #dcdcdc;
}
#other_area .tabbox .tabs li.select {
    position: relative;
    background: rgb(86,86,86); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(86,86,86,1) 50%, rgba(77,77,77,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(86,86,86,1)), color-stop(50%,rgba(77,77,77,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 50%,rgba(77,77,77,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(86,86,86,1) 50%,rgba(77,77,77,1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(86,86,86,1) 50%,rgba(77,77,77,1) 50%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(86,86,86,1) 50%,rgba(77,77,77,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-9 */
    border-left: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    color: #fff;
}
#other_area .tabbox .tabs li.select:after {
    position: relative;
    content: "";
	position: absolute;
	bottom: -8px;
    left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #4d4d4d transparent transparent transparent;
}
#other_area .tabbox .content {
    width: 960px;
    height: 580px;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    font-size: 12px;
    color: #333;
    background: #fff;
    overflow-y: scroll;
}
#other_area .tabbox .content li.subareabox {
    padding: 10px;
}
#other_area .tabbox .content li.subareabox table {
    width: 100%;
}
#other_area .tabbox .content li.subareabox table.kugiri {
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    border-bottom: dashed 1px #dcdcdc;
}
#other_area .tabbox .content li.subareabox .date {
    width: 60px;
    padding: 0;
}
#other_area .tabbox .content li.subareabox .area {
    width: 100px;
    padding: 0;
}
#other_area .tabbox .content li.subareabox .area span {
    display: block;
    margin: 0;
    padding: 3px 15px;
    color: #fff;
    background-color: #8AC53A;
    text-align: center;
    font-size: 11px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}
#other_area .tabbox .content li.subareabox .cachcopy {
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #333;
}
#other_area .tabbox .content li.subareabox .gyousyu {
    width: 220px;
    padding: 0 10px;
    color: #D8546E;
    text-align: center;
}
#other_area .tabbox .content li.subareabox .gyousyu span {
    display: block;
    width: 220px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
}
#other_area .tabbox .content li.subareabox th a {
    display: block;
    color: #06c;
    text-decoration: none;
}
#other_area .tabbox .content li.subareabox th a span.groupname {
	font-size: 11px;
}
#other_area .tabbox .content li.subareabox th a:hover {
    text-decoration: underline;
}
.hide {
    display:none;
}

#osusume {
    padding: 60px 0;
    border-bottom: solid 1px #dcdcdc;
}
#osusume h2::after {
    content: "pickup";
}
#osusume ul {
    line-height: 1.8;
    margin: 40px 0 0 5px;
}

#osusume ul li {
    display: inline-block;
}

#osusume osusume ul a {
    text-decoration: none;
    font-size: 1.2rem;
    transition-property: all;
    transition: 0.3s linear;
}

#osusume ul a:hover {
    text-decoration: underline;
    transition: 0.3s linear;
}


/*いちご白書*/
#column {
    padding: 60px 0;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}
#column  {
    padding: 60px 0;
    background-color:#fcfcfc;
    background-image:
        radial-gradient(closest-side, transparent 98%, #f9f9f9 99%),
        radial-gradient(closest-side, transparent 98%, #f9f9f9 99%);
    background-size:80px 80px;
    background-position:0 0, 40px 40px;
}
#column h2::after {
    content: "column";
}
#column .disc {
    color: #979797;
    font-size: 1.2rem;
}
#column ul {
    margin: 40px 0 0;
}
#column li {
    width: 32%;
    min-height: 340px;
    padding: 6px;
    float: left;
    border: solid 1px #dcdcdc;
    background: #fff;
    overflow: hidden;
}
#column li:nth-of-type(2) {
    margin: 0 2%;
}
#column li a img {
    width: 100%;
	margin-bottom: 8px;
}
#column li time {
	display: block;
	margin-bottom: 4px;
	padding: 0 2px;
}
#column li p {
    margin-top: 6px;
	padding: 0 2px;
    font-size: 1.3rem;
	line-height: 1.4;
}
#column li a {
    line-height: 1.3;
    display: block;
    color: #fc648a;
    text-decoration: underline;
}
#column li a:hover {
    text-decoration: none;
}
#column li a.ttl_medium {
	padding: 0 2px;
}

/*インタビュー*/
#interview {
    padding: 60px 0;
    border-bottom: solid 1px #dcdcdc;
    background-color: #fff;
}
#interview h2::after {
    content: "interview";
}
#interview ul {
    margin: 50px 0 0 0;
}
#interview li {
    float: left;
    width: 470px;
    line-height: 1.3;
    margin: 0 20px 10px 0;
    padding: 10px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
    background: #fff;
}
#interview li:nth-child(2n) {
    margin-right: 0;
}
#interview li .gal_photo {
    display: block;
    width: 100px;
    float: left;
}
#interview li .box {
    height: 120px;
}
#interview li .gal_photo img {
    width: 100%;
}
#interview li .txt_box {
    float: left;
    width: 300px;
    margin-left: 10px;
}
#interview li .txt_box time {
    float: right;
}
#interview li .txt_box .gal_name {
    color: #fc648a;
    font-size: 1.3rem;
}
#interview li .txt_box .gal_name_add{
    color:#666;
    font-size: 1.1rem;
}
#interview li .txt_box .shopname {
    color: #58afc0;
    font-size: 1.3rem;
}
#interview li .txt_box .date_area {
    color: #979797;
    font-size: 1.2rem;
}
#interview li table {
    clear: both;
    border-collapse: separate;
    border-spacing: 0 6px;
    font-size: 1.2rem;
}
#interview li table th,
#interview li table td {
    padding: 4px 10px
}
#interview li table th {
    width: 80px;
    background: #fff9e6;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1rem;
}
#interview li table td {
    width: 300px;
    line-height: 1.2;
    padding: 4px 0 4px 10px;
}
#interview li .link{
    text-align:right;
    margin-top: 10px;
}
#interview li .link a.more {
    display: inline-block;
    margin-top: 4px;
    font-size: 1.4rem;
}
/*出稼ぎバナー*/
a.dekasegi {
    width: 600px;
    display: block;
    margin: 20px auto;
}

/*--------------------------------------

  フッター

---------------------------------------*/
.footer_bg {
    padding: 20px 0;
    background-color: #fffcff;
    background-image:
        linear-gradient( 30deg, #fff9fc 12%, transparent 14%, transparent 86%, #fff9fc 88%, #fff9fc),
        linear-gradient(150deg, #fff9fc 12%, transparent 14%, transparent 86%, #fff9fc 88%, #fff9fc),
        linear-gradient( 30deg, #fff9fc 12%, transparent 14%, transparent 86%, #fff9fc 88%, #fff9fc),
        linear-gradient(150deg, #fff9fc 12%, transparent 14%, transparent 86%, #fff9fc 88%, #fff9fc),
        linear-gradient( 60deg, #fff7fc 24%, transparent 26%, transparent 74%, #fff7fc 76%, #fff7fc),
        linear-gradient( 60deg, #fff7fc 24%, transparent 26%, transparent 74%, #fff7fc 76%, #fff7fc);
    background-position: 0 0, 0 0, 25px 50px, 25px 50px, 0 0, 25px 50px;
    background-size: 50px 100px;
}
/*テキスト*/
#desc {
    width: 960px;
    line-height: 1.6;
    margin: 40px auto 150px;
    padding: 20px;
    border-radius: 6px;
    color: #666;
    background: rgba(255, 255, 255, .7);
    font-size: 1.2rem;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
#desc h2 {
    display: block;
    line-height: 2;
    margin-bottom: 10px;
    padding-left: 18px;
    border-left: solid 6px #fc648a;
    color: #000;
    font-size: 1.6rem;
}
#desc strong {
    color: #fc648a;
}
#desc em:nth-of-type(1) {
    background: linear-gradient(transparent 55%, rgba(102, 255, 204, .4) 55%, rgba(102, 255, 204, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(2) {
    background: linear-gradient(transparent 55%, rgba(102, 204, 255, .4) 55%, rgba(102, 204, 255, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(3) {
    background: linear-gradient(transparent 55%, rgba(255, 102, 204, .4) 55%, rgba(255, 102, 204, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(4) {
    background: linear-gradient(transparent 55%, rgba(255, 204, 0, .4) 55%, rgba(255, 204, 0, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(5) {
    background: linear-gradient(transparent 55%, rgba(0, 255, 102, .4) 55%, rgba(0, 255, 102, .4) 90%, transparent 85% );
}
/**/
#footer {
    margin: 20px 0 0 0;
    background-color: #fa628b;
    background-image: radial-gradient(#f86e95 20%, transparent 34%), radial-gradient(#f86e95 20%, transparent 34%);
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;
}
#footer ul {
    width: 960px;
    margin: 10px auto;
}
#footer .area li {
    width: 72px;
    margin: 0 0 0 8px;
    font-size: 11px;
    text-align: center;
    float: left;
}
#footer .area li:first-child {
    margin: 0;
}
#footer .area li a {
    display: block;
    padding: 10px 0;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 1px;
}
#footer .area li a:hover {
    background: #fff;
    color: #fc648a;
}
#footer .link li {
    margin: 0 0 0 24px;
    padding: 10px 0;
    font-size: 12px;
    float: left;
}
#footer .link .left {
    margin: 0;
    padding: 10px 0;
}
#footer .link li a {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
}
#footer .link li a:hover {
    text-decoration: underline;
}
#footer .copy {
    padding: 20px 0 130px;
    background: #444;
}
#footer .copy .yahoo {
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 4px;
    float: right;
    background: #f1f1f1;
}
#footer .copy .yahoo a img {
    margin: 2px 8px -2px 0;
}
#footer .copy .yahoo a {
    color: #333;
    text-decoration: none;
}
/**/
p.head {
	font-size: 14px;
	color: #666;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
div#bg {
	width: 760px;
	height: 1500px;
	margin: auto;
	padding: 0;
	background-repeat: no-repeat;
}
/*会員数＆掲載店数*/
#count {
	width: 381px;
	padding: 0 0 10px 13px;
	float: left;
}
#count p {
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 7px;
	color: #666;
}
#count p strong {
	color: #F60;
	margin: 0 0 0 3px;
}
#count p span {
	padding: 0 0 0 20px;
}
/*携帯版*/
#mobile {
	float: right;
	margin: 0 40px 0 0;
}
#mobile p {
	font-size: 12px;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}
#mobile p a {
	color: #666;
}
#mobile p a:hover {
	text-decoration: none;
}
div#yahoo {
	width: 460px;
	height: 40px;
	/*border: 2px solid #FCE2C2;*/
	font-size: 12px;
	color: #666;
	margin: 0 0 0 20px;
	padding: 0;
	clear: both;
}
div#yahoo img {
	margin: 5px;
	vertical-align: middle;
}
div#yahoo a {
	color: #666;
	text-decoration: underline;
}
div#yahoo a:hover {
	color: #666;
	text-decoration: none;
}