@charset "utf-8";

/* -----↓初期化----- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
    margin:0;
    padding:0;
    font-weight:normal;
    font-size:inherit;
}
body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    word-break:break-all;
    line-height:1.4;
    color:#333;
    padding: 0 8px 8px;
}
body:not(:target){
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    word-break:break-all;
    line-height:1.4;
    color:#333;
    padding: 0 8px 8px;
}
table{
    border-collapse: collapse;
}
th,
td{
    border-spacing: 0;
}
ul,
ol,
li{
    list-style-type:none;
}
a{
//    color:#833A19;
    color:#0080eb;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
img{
    max-width:100%;
    height:auto;
    vertical-align: top;
    border:none;
}
input{
    vertical-align: middle;
    margin-bottom:0;
    margin-top:0;
}
input,
textarea{
    font-size:inherit;
}
/* -----↑初期化----- */


#container {
    //min-width: 1280px;
    width: 1280px;
    margin:auto;
    position:relative;
}
#container:before {
  position:absolute;
  top:0;
  left:-300px;
//  background:url(/img/fppc/areatop/seasonSide/leftSide.gif) 0 0 no-repeat;
  display:block;
  content:"";
  width:300px;
  height:1523px;
}
#container:after {
  position:absolute;
  top:0;
  right:-300px;
//  background:url(/img/fppc/areatop/seasonSide/rightSide.gif) 0 0 no-repeat;
  display:block;
  content:"";
  width:300px;
  height:1523px;
}
/*moreLink*/
.moreLink{
    text-align:right;
    font-size:11px;
}
/*clearfix*/
div:after,
ul:after,
dl:after,
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

/*btn*/
.btnSubmit{
    position:relative;
    text-align:center;
}
.btnSubmit ul{
    position:relative;
    left:50%;
    float:left;
}
.btnSubmit li{
    position:relative;
    left:-50%;
    float:left;
}
.btnSubmit .btn01{
    text-align:center;
}
.btnSubmit .btn01 a{
    background-color:#e767ac;
    background:-moz-linear-gradient(center top , #e767ac, #D03F7D);
    display:inline-block;
    margin:0 auto;
    padding:6px 21px;
    border-radius:4px;
    border:2px solid #C05080;
    color:#fff;
}
.btnSubmit .btn01 a:hover{
    background-color:#D03F7D;
    background:-moz-linear-gradient(center top , #D03F7D, #e767ac);
    text-decoration:none;
}
.btnSubmit .btn02{
    text-align:center;
    margin-left:10px;
}
.btnSubmit .btn02 a{
    background:url(/img/fppc/btnBg02.png) 0 0 repeat-x #E5DED0;
    display:inline-block;
    margin:0 auto;
    padding:6px 21px;
    border-radius:4px;
    border:2px solid #A8A090;
}
.btnSubmit .btn02 a:hover{
    background:url(/img/fppc/btnBg02hover.png) 0 0 repeat-x #E5DED0;
    text-decoration:none;
    border-color:#C2BCB1;
}
.btnSubmit .btn03{
    text-align:center;
}
.btnSubmit .btn03 a{
    background:url(/img/fppc/btnBg02.png) 0 0 repeat-x #E5DED0;
    display:inline-block;
    margin:0 auto;
    padding:6px 21px;
    border-radius:4px;
    border:2px solid #A8A090;
}
.btnSubmit .btn03 a:hover{
    background:url(/img/fppc/btnBg02hover.png) 0 0 repeat-x #E5DED0;
    text-decoration:none;
    border-color:#C2BCB1;
}
.btnSubmit .top a{
    background: url(/img/fppc/iconPagerPrev.png) no-repeat scroll 0% 50% transparent;
    padding:0 0 0 14px;
}

/*pager*/
#pagerTop{
    margin-top:0;
    margin-bottom:20px;
}
#pagerBtm{
    margin-bottom:0;
}
.pager{
    margin:10px 0;
}
.pager ul{
    text-align:center;
}
.pager ul li{
    display:inline;
}
.pager ul li a{
    border:1px solid #ccc;
    padding:0 2px;
    display:inline-block;
    min-width:1em;
    text-align:center;
}
.pager ul li a:hover{
    text-decoration:none;
}
.pager ul .lion a{
    border:none;
    font-weight:bold;
    color:#b41f63;
}
.pager ul .prev a{
    border:none;
    background: url(/img/fppc/iconPagerPrev.png) no-repeat scroll 0% 50% transparent;
    padding:0 5px 0 14px;
}
.pager ul .next a{
    border:none;
    background: url(/img/fppc/iconPagerNext.png) no-repeat scroll 100% 50% transparent;
    padding:0 14px 0 5px;
}

/*pagerDetail*/
.pagerDetail{
    position:relative;
}
.pagerDetail ul{
    margin:10px 0;
    position:relative;
    float:left;
    left:50%;
    width:100%;
}
.pagerDetail ul li{
    position:relative;
    float:left;
    left:-50%;
}
.pagerDetail ul .prev{
    width:30%;
    text-align:left;
}
.pagerDetail ul .next{
    width:30%;
    text-align:right;
}
.pagerDetail ul .top{
    width:40%;
    text-align:center;
}
.pagerDetail ul li a{
    border:1px solid #ccc;
    padding:0 2px;
    display:inline-block;
    min-width:1em;
    text-align:center;
}
.pagerDetail ul .lion a{
    border:none;
    font-weight:bold;
    color:#b41f63;
}
.pagerDetail ul .prev a{
    border:none;
    background: url(/img/fppc/iconPagerPrev.png) no-repeat scroll 0% 50% transparent;
    padding:0 5px 0 14px;
}
.pagerDetail ul .next a{
    border:none;
    background: url(/img/fppc/iconPagerNext.png) no-repeat scroll 100% 50% transparent;
    padding:0 14px 0 5px;
}
.pagerDetail ul .top a{
    border:none;
    background: url(/img/fppc/iconPagerPrev.png) no-repeat scroll 0% 50% transparent;
    padding:0 5px 0 14px;
}

/*pagerBtn*/
.pagerBtn{
    clear:both;
    margin-bottom:5px;
    text-align:center;
    position:relative;
}
.pagerBtn ul{
    position:relative;
    left:50%;
    float:left;
}
.pagerBtn ul li{
    float:left;
    margin-right:5px;
    vertical-align:middle;
    position:relative;
    left:-50%;
}
.pagerBtn ul li.liarrowRight{
    margin-right:0px;
}
.pagerBtn ul li.lisquare{
    margin-top:5px;
}
.pagerBtn ul li.lisquare a{
    width:8px;
    height:8px;
    display:block;
}

/*utilityBtn*/
#utilityBtnBtm{
    padding-top:10px;
    border-top:1px solid #f00;
    margin-bottom:10px;
}
.utilityBtn{
    margin-bottom:0px;
}
.utilityBtn ul{
}
.utilityBtn ul li{
    float:right;
    margin-left:5px;
}
.utilityBtn ul li a:hover{
    text-decoration:none;
}
.utilityBtn ul .iconMixi{
    padding-top:1px;
}
.utilityBtn ul .iconTwitter a{
    border-color:#F8F8F8;
    background:-moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border:1px solid #CCCCCC;
    height:19px;
    line-height:21px;
    padding:0 3px 0 19px;
    position:relative;
    color:#333333;
    border-radius:3px;
    font-size:9px;
    display:inline-block;
    font-weight:bold;
}
.utilityBtn ul .iconTwitter a:hover{
    border-color:#BBBBBB;
    background-image:-moz-linear-gradient(center top , #F8F8F8, #D9D9D9);
}
.utilityBtn ul .iconTwitter a img{
    position:absolute;
    top:2px;
    left:2px;
}
.utilityBtn ul .iconGooglePlus a{
    background: url(/img/fppc/iconGooglePlus.png) no-repeat scroll 0 -720px transparent;
    height: 20px;
    width: 32px;
    display:block;
}
.utilityBtn ul .iconGooglePlus a:hover{
    background: url(/img/fppc/iconGooglePlus.png) no-repeat scroll 0 -766px transparent;
}
#pageTop {
    z-index:1;
    bottom: 50px;
    position: fixed;
    right: 50px;
}
#pageTop a{
    background-color:#f7cdde;
    border-radius:4px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    display:block;
    font-size:30px;
}
#pageTop a:hover{
    text-decoration:none;
    background-color:#f7bdce;
}


/* -----↓header----- */
#header{
    /* background-image: url(/img/fppc/headerline_bg.png); */
    /* background-image: url(/img/fppc/summer_imagebg.png); */
    /* background-image: url(/img/fppc/autumn_imagebg.png); */
    /* background-repeat: repeat-x; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: rgba(0, 0, 0, 0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
//    margin-bottom:5px;
}
@media only screen and (max-width:1441px) {
 #header {
     /* background-image: url(/img/fppc/autumn_imagebg.png); */
 }
}
#headerTop{
    margin-bottom:10px;
    //background-color:#91002c;
    background-color:#ffc3d9;
    color:#333;
}
#headerTopBlock{
    margin:0 auto;
    line-height:30px;
    height:30px;
    padding: 0 10px;
}
#headerTopLeft{
    float:left;
}
#headerTopRight{
    float:right;
}
#headerTopRight .headerBtn{
    float:right;
}
#headerTopRight .headerBtn li{
    float:left;
    margin-left:5px;
}
#headerTopRight .headerBtn li a{
    box-shadow:-1px 0 0 0 #ffc3d9 !important;
    border-left:1px solid #333 !important;
}
#headerTopRight .headerBtn li:last-child a{
    border-right:1px solid #333 !important;
}
#headerTopRight .userName{
    float:right;
    margin-right:5px;
}
#headerTopRight .userName a{
    margin:0 2px;
}
#headerBlock{
    margin:0 auto;
    padding: 0 10px;
}
#headerZenkoku{
    height:78px;
}
#headerZenkoku .logo{
    float:left;
    width:140px;
    margin: 0px 4px 0 0;
}
#headerZenkoku .logo img {
  height: 54px;
  margin-top:8px;
}
#headerZenkoku .logo a {
  text-decoration:none;
}
#headerZenkoku #headerExplain{
    margin-top:5px;
    width: 500px;
    padding: 0px;
    float:left;
    font-size: 12px;
}
#headerMid{
    height:65px;
}
#headerMid .logo{
    float:left;
    width:195px;
    margin: 4px 4px 0 0;
}
#headerMid .logo img {
  height: 54px;
}
#headerMid .logo a {
  text-decoration:none;
}
#headerMid #headerSearch{
  float: left;
  margin-left: 1px;
}
#headerMid #headerSearch form{
    width:250px;
    height:30px;
    line-height:30px;
}
#headerMid #headerSearch form p{
    padding:0;
}
#headerMid #headerSearch form input[type="text"]{
    width:150px;
    margin-right:4px;
}
#headerMid #headerSearch form input[type="image"]{
    margin-left:2px;
}
#headerMid #headerExplain{
    margin-top:5px;
    width: 500px;
    padding: 0px;
    float:left;
}
#headerMid .bannerBlock{
    float:right;
}
#headerBtm{
    position:relative;
}
#headerBtm ul{
}
#headerBtm ul li{
    float:left;
    background:url(/img/fppc/moreLink.png) left 50% no-repeat;
    padding-left:12px;
    margin-right:14px;
    height:25px;
    line-height:25px;
}
#headerBtm ul li a{
/*font-size:14px;*/
}
#headerBtm p{
    position:absolute;
    top:5px;
    right:0px;
/* ↓ PC検討中リストの件数表示 2016/09/27 */
    z-index: 101;
/* ↑ PC検討中リストの件数表示 2016/09/27 */
}
/* -----↑header----- */


/* -----↓nav----- */
#nav{

}
#navZenkokuAreaOuter{
    border-bottom: 1px solid #CCC;
}
#navAreaOuter{
}
#navArea{
  margin:0 auto;
}
#navArea ul{
}
#navArea ul li{
  float:left;
  width:58px;
  height:38px;
}
#navArea ul li.lion{
  width:110px;
}
#navArea ul li a{
  height:100%;
  display:block;
  text-indent: -9999px;
}
#navArea ul.headPrefList li a{
  line-height: 37px;
  text-indent: 0px;
}
#navArea ul li.sItem a{
  text-indent: -9999px;
}
.areItem {
  position: relative;
}
.headAreaName {
  display: none;
  font-size: 16px;
}
.headPrefList {
  box-sizing: border-box;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX( -50%);
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.95);
  width: 80px;
  font-size: 14px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  border: 1px solid #f0f0e6;
  opacity: 0;
  pointer-events: none;
  transition: all ease-out .2s;
}
.headPrefList:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  border-left: 1px solid #f0f0e6;
  border-top: 1px solid #f0f0e6;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}
.areItem:hover .headPrefList {
  top: 105%;
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.headPrefItem {
  text-align: center;
  padding: 2px;
}

#navArea ul li.li00{background:url(/img/fppc/navArea00.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li01{background:url(/img/fppc/navArea01.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li02{background:url(/img/fppc/navArea02.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li03{background:url(/img/fppc/navArea03.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li05{background:url(/img/fppc/navArea05.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li06{background:url(/img/fppc/navArea06.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li07{background:url(/img/fppc/navArea07.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li08{background:url(/img/fppc/navArea08.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li09{background:url(/img/fppc/navArea09.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li10{background:url(/img/fppc/navArea10.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li11{background:url(/img/fppc/navArea11.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li14{background:url(/img/fppc/navArea14.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li15{background:url(/img/fppc/navArea15.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li16{background:url(/img/fppc/navArea16.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li17{background:url(/img/fppc/navArea17.png?imgopt=y) 0 6px no-repeat;}
#navArea ul li.li18{background:url(/img/fppc/navArea18.png?imgopt=y) 0 6px no-repeat;}

#navArea ul li.li00.lion{/* background:url(/img/fppc/navArea00On.png) 0 0 no-repeat #f7cdde; */}
#navArea ul li.li00.lion{background:url(/img/fppc/navArea00On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li01.lion{background:url(/img/fppc/navArea01On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li02.lion{background:url(/img/fppc/navArea02On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li03.lion{background:url(/img/fppc/navArea03On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li05.lion{background:url(/img/fppc/navArea05On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li06.lion{background:url(/img/fppc/navArea06On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li07.lion{background:url(/img/fppc/navArea07On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li08.lion{background:url(/img/fppc/navArea08On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li09.lion{background:url(/img/fppc/navArea09On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li10.lion{background:url(/img/fppc/navArea10On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li11.lion{background:url(/img/fppc/navArea11On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li14.lion{background:url(/img/fppc/navArea14On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li15.lion{background:url(/img/fppc/navArea15On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li16.lion{background:url(/img/fppc/navArea16On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li17.lion{background:url(/img/fppc/navArea17On.png?imgopt=y) 0 0 no-repeat #f73884;}
#navArea ul li.li18.lion{background:url(/img/fppc/navArea18On.png?imgopt=y) 0 0 no-repeat #f73884;}

#navSearchOuter{
  background-color:#ffc3d9;
  height:43px;
/*    background:url(/img/fppc/navSearchBg.png) 0 0 repeat;*/
  background-color:#DFCA83;
  background-color:#a9cdff;
  background-color:#b84c6d;
  background-color:#29623a;
  background-color:#ffc3d9;
}
#navSearch{
  margin:0 auto;
  position:relative;
/*    background:url(/img/fppc/navSearchBg.png) 0 0 repeat-x;*/
}
#navSearch ul{
  background:url(/img/fppc/navSearchBg.png) 0 0 no-repeat;
}
#navSearch ul li{
  float:left;
  width:155px;
  height:43px;
}
#navSearch ul li.lion{
}
#navSearch ul li a{
  text-indent:-9999px;
  height:100%;
  display:block;
}
#nav #navSearch ul .lion a,
#nav #navSearch ul li a:hover{
  background-color:#c7b26b;
  background-color:#a9cdff;
}

#navSearch ul li.li01 a{background:url(/img/fppc/navSearch01.png) 0 0 no-repeat;}
#navSearch ul li.li02 a{background:url(/img/fppc/navSearch02.png) 0 0 no-repeat;}
#navSearch ul li.li03 a{background:url(/img/fppc/navSearch03.png) 0 0 no-repeat;}
#navSearch ul li.li04 a{background:url(/img/fppc/navSearch04.png) 0 0 no-repeat;}

/*
#navSearch ul li.li01.lion{background:url(/img/fppc/navSearch01On.png) 0 0 no-repeat;}
#navSearch ul li.li02.lion{background:url(/img/fppc/navSearch02On.png) 0 0 no-repeat;}
#navSearch ul li.li03.lion{background:url(/img/fppc/navSearch03On.png) 0 0 no-repeat;}
#navSearch ul li.li04.lion{background:url(/img/fppc/navSearch04On.png) 0 0 no-repeat;}
*/

#navSearch p{
  position:absolute;
  bottom:0px;
  left:630px;
  background:url(/img/fppc/iconSearchNumber.png) 0 50% no-repeat;
  padding-left:30px;
  color:#fff;
  font-weight:bold;
}
#navSearch p .searchNumber{
  font-size:24px;
  padding:0 5px;
  color:#b02463;
}

#tmpNavSearch{
  margin:0 auto;
  position:relative;
/*    background:url(/img/fppc/navSearchBg.png) 0 0 repeat-x;*/
}
#tmpNavSearch a:hover{
  text-decoration:none;
}
#tmpNavSearch ul{
/*  background:url(/img/fppc/tmpNavSearchBg.png) 0 0 no-repeat;*/
}
#tmpNavSearch ul li{
  float:left;
  width:140px;
  height:43px;
  //border-right:1px solid #91002c;
  border-right:1px solid #f73884;
  border-right:1px solid #ffffff;
}
#tmpNavSearch ul li:last-child{
  border:none;
}
#tmpNavSearch ul li.lion{
  //border-right:1px solid #91002c;
  border-right:1px solid #f73884;
  border-right:1px solid #ffffff;
}
#tmpNavSearch ul li a{
////  text-indent:-9999px;
  height:100%;
  display:block;
}
#nav #tmpNavSearch ul li a:hover{
//  background-color:#c7b26b;
//  background-color:#85b7fc;
//  background-color:#91002c;
  background-color:#ffc3d9;
//  background-color:#3F7F4F;
}
/*
#tmpNavSearch ul li.li01_01 a{background:url(/img/fppc/summer/tmpNavSearch01_01.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_02 a{background:url(/img/fppc/summer/tmpNavSearch01_02.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_03 a{background:url(/img/fppc/summer/tmpNavSearch01_03.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_05 a{background:url(/img/fppc/summer/tmpNavSearch01_05.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_06 a{background:url(/img/fppc/summer/tmpNavSearch01_06.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_07 a{background:url(/img/fppc/summer/tmpNavSearch01_07.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_08 a{background:url(/img/fppc/summer/tmpNavSearch01_08.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_09 a{background:url(/img/fppc/summer/tmpNavSearch01_09.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_10 a{background:url(/img/fppc/summer/tmpNavSearch01_10.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_11 a{background:url(/img/fppc/summer/tmpNavSearch01_11.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_14 a{background:url(/img/fppc/summer/tmpNavSearch01_14.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_15 a{background:url(/img/fppc/summer/tmpNavSearch01_15.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_16 a{background:url(/img/fppc/summer/tmpNavSearch01_16.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_17 a{background:url(/img/fppc/summer/tmpNavSearch01_17.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li01_18 a{background:url(/img/fppc/summer/tmpNavSearch01_18.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li02 a{background:url(/img/fppc/summer/tmpNavSearch02.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li03 a{background:url(/img/fppc/summer/tmpNavSearch03.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li04 a{background:url(/img/fppc/summer/tmpNavSearch04.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li05 a{background:url(/img/fppc/summer/tmpNavSearch05.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li06 a{background:url(/img/fppc/summer/tmpNavSearch06.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li07 a{background:url(/img/fppc/summer/tmpNavSearch07.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li08 a{background:url(/img/fppc/summer/tmpNavSearch08.png) 0 0 no-repeat;}
#tmpNavSearch ul li.li09 a{background:url(/img/fppc/summer/tmpNavSearch09.png) 0 0 no-repeat;}
*/
#tmpNavSearch p{
  position:absolute;
  bottom:0px;
  left:630px;
  background:url(/img/fppc/iconSearchNumber.png) 0 50% no-repeat;
  padding-left:30px;
  color:#fff;
  font-weight:bold;
}
#tmpNavSearch p .searchNumber{
  font-size:24px;
  padding:0 5px;
  color:#b02463;
}
/* -----↑nav----- */


/* -----↓topicpath----- */
#topicpath{
    margin:0 auto 5px;
}
#topicpath ul{
    height:22px;
    line-height:22px;
}
#topicpath ul li{
    float:left;
    font-size:11px;
    padding-right:0.5em;
}
#topicpath ul li.lion{
    font-weight:bold;
}
#topicpath ul li a{
    margin-right:0.5em;
}
/* -----↑topicpath----- */


/* -----↓contentsBlock----- */
#contentsBlock{
    //width:100%;
    width:1280px;
    margin:0 auto 15px;
}
/* -----↑contentsBlock----- */

/* -----↓footer----- */
#footer{
  margin:0 auto;
  clear:both;
}
#footerBanner{
  margin-bottom:15px;
  text-align:center;
}
#footer h3 {
  border:1px solid #ece8dd;
  padding:1px;
  margin-bottom:10px;
}
#footer h3.othersite {
    margin-top: 10px;
}
#footer h3 span {
  display:block;
  background-color:#ece8dd;
  line-height:26px;
  height:26px;
  padding:0 10px;
  font-size:11px;
}
#footerMenu{
  position:relative;
  margin-bottom:10px;
}
#footerMenu ul li{
  float:left;
  background:url(/img/fppc/moreLink.png) left 50% no-repeat;
  padding-left:12px;
  margin-right:14px;
  height:25px;
  line-height:25px;
}
#footerMenu ul li a{
  font-size:11px;
}
#footerMenu p{
  position:absolute;
  top:0px;
  right:0px;
}
#footerAreaList{
  background-color:#F2F2F2;
  padding:10px 10px 5px;
  margin-bottom:10px;
}
#footerAreaList li{
  float:left;
  padding-right:5px;
  margin-right:5px;
  border-right:1px solid #ccc;
  margin-bottom:5px;
}
#footerAreaList li:last-child{
  padding-right:0px;
  margin-right:0px;
  border-right:none;
}
#footerAreaList li a{
  font-size:11px;
}
#footerOtherAreaList{
  text-align:center;
}
#footerOtherAreaList a{
    padding-right: 5px;
    border-right: 1px solid #ccc;
    margin-bottom: 5px;
}
#footerOtherAreaList #last a{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
#footerUtility{
  margin-bottom:10px;
  position:relative;
}
#footerUtility ul{
  position:absolute;
  right:0;
  bottom:0;
}
#footerUtility ul li{
  float:left;
  padding-right:5px;
  margin-right:5px;
  border-right:1px solid #ccc;
}
#footerUtility ul li:last-child{
  padding-right:0px;
  margin-right:0px;
  border-right:none;
}
#footerUtility ul li a{
  font-size:11px;
}
#footerUtility address{
  width:98px;
}
#pageTop {
  bottom: 150px;
  position: fixed;
  right: 10px;
}
#pageTop a{
  background-color:#f7cdde;
  border-radius:4px;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  color:#fff;
  display:block;
  font-size:30px;
}
#pageTop a:hover{
  text-decoration:none;
  background-color:#f7bdce;
}
#areaTopTainyuLink{
  animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -moz-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -webkit-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -o-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -ms-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  bottom:0;
  height:160px;
  left:20px;
  position:fixed;
  transform:scale(0, 0);
  -moz-transform:scale(0, 0);
  -webkit-transform:scale(0, 0);
  -o-transform:scale(0, 0);
  -ms-transform:scale(0, 0);
  width:160px;
  z-index:9999;
}
@keyframes scaleUp-in{
    0% {transform:scale( 0.5,   0);}
   20% {transform:scale( 0.5,   0);}
   75% {transform:scale( 1.1, 1.2);}
   80% {transform:scale(1.25, 1.3);}
   90% {transform:scale(   1, 0.9);}
  100% {transform:scale(   1,   1);}
}
@-moz-keyframes scaleUp-in{
    0% {-moz-transform:scale( 0.5,   0);}
   20% {-moz-transform:scale( 0.5,   0);}
   75% {-moz-transform:scale( 1.1, 1.2);}
   80% {-moz-transform:scale(1.25, 1.3);}
   90% {-moz-transform:scale(   1, 0.9);}
  100% {-moz-transform:scale(   1,   1);}
}
@-webkit-keyframes scaleUp-in{
    0% {-webkit-transform:scale( 0.5,   0);}
   20% {-webkit-transform:scale( 0.5,   0);}
   75% {-webkit-transform:scale( 1.1, 1.2);}
   80% {-webkit-transform:scale(1.25, 1.3);}
   90% {-webkit-transform:scale(   1, 0.9);}
  100% {-webkit-transform:scale(   1,   1);}
}
@-o-keyframes scaleUp-in{
    0% {-o-transform:scale( 0.5,   0);}
   20% {-o-transform:scale( 0.5,   0);}
   75% {-o-transform:scale( 1.1, 1.2);}
   80% {-o-transform:scale(1.25, 1.3);}
   90% {-o-transform:scale(   1, 0.9);}
  100% {-o-transform:scale(   1,   1);}
}
@-ms-keyframes scaleUp-in{
    0% {-ms-transform:scale( 0.5,   0);}
   20% {-ms-transform:scale( 0.5,   0);}
   75% {-ms-transform:scale( 1.1, 1.2);}
   80% {-ms-transform:scale(1.25, 1.3);}
   90% {-ms-transform:scale(   1, 0.9);}
  100% {-ms-transform:scale(   1,   1);}
}
#areaTopTainyuLink a{
  animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -moz-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -webkit-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -o-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -ms-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  position:absolute;
  text-decoration:none;
  height:100%;
  width:100%;
}
@keyframes floating{
    0% {transform:translateY( 0%);}
   50% {transform:translateY(10%);}
  100% {transform:translateY( 0%);}
}
@-moz-keyframes floating{
    0% {-moz-transform:translateY( 0%);}
   50% {-moz-transform:translateY(10%);}
  100% {-moz-transform:translateY( 0%);}
}
@-webkit-keyframes floating{
    0% {-webkit-transform:translateY( 0%);}
   50% {-webkit-transform:translateY(10%);}
  100% {-webkit-transform:translateY( 0%);}
}
@-o-keyframes floating{
    0% {-o-transform:translateY( 0%);}
   50% {-o-transform:translateY(10%);}
  100% {-o-transform:translateY( 0%);}
}
@-ms-keyframes floating{
    0% {-ms-transform:translateY( 0%);}
   50% {-ms-transform:translateY(10%);}
  100% {-ms-transform:translateY( 0%);}
}
/* -----↑footer----- */

/* -----↓error page----- */
div.err_txt {
    font-size: 12px;
    text-align: center;
}
div.cautionText li{
    list-style:disc inside;
}
.err_detail_msg {
    color:#FF0000;
    text-align:center;
}
/* -----↑error page----- */

/* -----↓sawShopBlock----- */
#sawShopBlock{
    margin-bottom:20px;
}
#sawShopTitle{
    background-color:#F7CDDE;
    border:1px solid #E27FC2;
    height:28px;
    line-height:28px;
    margin-bottom:10px;
}
#sawShopTitle h2{
    background:url(/img/fppc/iconTitle03.png) 5px 50% no-repeat;
    padding-left:30px;
    font-size:15px;
    font-weight:bold;
    color:#b21f62;
    float:left;
}
#sawShopTitle p{
    float:right;
    margin-right:5px;
}
#sawShopTitle p a{
    font-weight:bold;
    font-size:13px;

    background-color:#fff;
    border-radius:5px;
    padding:1px 5px 0px;
}
#sawShopBlockList{
    display:table;
    margin: 0 auto;
}
#sawShopBlockList .iconPrev{
    display:table-cell;
    vertical-align:middle;
    width:15px;
}
#sawShopBlockList .iconNext{
    display:table-cell;
    vertical-align:middle;
    width:15px;
    padding-left:28px;
}
#sawShopBlockList .sawShopBox{
    display:table-cell;
    vertical-align:top;
    width:100px;
    padding-left:28px;
}
.sawShopBox .logo{
    height:123px;
    margin-bottom:5px;
    display:table;
}
.sawShopBox .logo a{
    display:table-cell;
    vertical-align:middle;
}
.sawShopBox .logo a img{
    width:100%;
}
.sawShopBox dl{
    margin-bottom:10px;
}
.sawShopBox dl dt{
    text-align:center;
}
.sawShopBox dl dt a{
    font-size:11px;
    font-weight:bold;
}
.sawShopBox dl dd{
    margin-bottom:5px;
    font-size:11px;
}
.sawShopBox dl .shop{
    text-align:center;
}
.sawShopBox .btnKeep{
}
.sawShopBox .btnKeep a{
    margin:0 auto;
    display:block;
    width:122px;
    height:30px;
    overflow:hidden;/*・ｽ}・ｽE・ｽX・ｽI・ｽ[・ｽo・ｽ[・ｽp*/
}
.sawShopBox .btnKeep a:hover img{
    margin-top:-30px;
}
/* -----↑sawShopBlock----- */

#areanavi{
    background: none repeat scroll 0 0 #E7195B;
    border: 1px solid #E7195B;
    borde: 1px solid #FF709E;
    clear: both;
    height: 26px;
}
#areanavi ul li{
    border-right: 1px solid #FF709E;
    float: left;
    height: 26px;
    width: 64px;
}
#areanavi ul li a{
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
}
#areanavi ul li a:hover{
    background: #FFF;
    color: #E7195B;
    text-decoration: none;
}
#areanavi ul li.hokkaido{
}
#areanavi ul li.touhoku{
}
#areanavi ul li.niigata{
}
#areanavi ul li.hokuriku{
}
#areanavi ul li.saitama{
}
#areanavi ul li.chiba{
}
#areanavi ul li.tokyo{
}
#areanavi ul li.kanagawa{
}
#areanavi ul li.tokai{
}
#areanavi ul li.kansai{
}
#areanavi ul li.shikoku{
}
#areanavi ul li.fukuoka{
}
#areanavi ul li.kumamoto{
}
#areanavi ul li.okinawa{
    width: 55px;
    border-right: medium none;
}
#areanavi .hokkaido a:hover{
}
#areanavi .touhoku a:hover{
}
#areanavi ul li.niigata a:hover{
}
#areanavi  ul li.hokuriku a:hover{
}
#areanavi ul li.saitama a:hover{
}
#areanavi ul li.chiba a:hover{
}
#areanavi ul li.tokyo a:hover{
}
#areanavi ul li.kanagawa a:hover{
}
#areanavi ul li.tokai a:hover{
}
#areanavi ul li.kansai a:hover{
}
#areanavi ul li.shikoku a:hover{
}
#areanavi ul li.fukuoka a:hover{
}
#areanavi ul li.kumamoto a:hover{
}
#areanavi ul li.okinawa a:hover{
}
.areafreespace {
    margin-bottom: 10px;
    text-align: center;
}
.areafreespace img{
    width: 100%;
}
/*歩くバナー*/
.animeImage{
  z-index:500 !important;
}


/* -----SEO LINK LIST----- */
.seoLinkBox {
  display: flex;
  margin-bottom: 8px;
}
.seoLinkHeadding {
  display: block;
  width: 138px;
  border-right: 1px solid #ddd;
  font-weight: bold;
}

.seoLinkList {
  width: 600px;
}

.seoLinkList>li {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.seoLinkList span {
  font-weight: bold;
}
.seoLinkList a {
  text-decoration: underline;
}
.seoLinkList span, .seoLinkList a {
  display: inline-block;
  margin-right: 4px;
}
.seoLinkBox.kansai .seoLinkHeadding{
  width: 62px;
}
.seoLinkBox.kansai .seoLinkList{
  width: 662px;
}

/* -----SEO LINK LIST----- */

/*↓-----OSUSUME LINK------*/
ul.job_offer_list li{
    border-right: 1px solid #aaa;
    float: left;
    margin: 0 5px 3px 0;
    padding: 0 5px 0 0;
}
ul.job_offer_list li:last-child {
    border-right: none;
}
.bottom_area {
    border: 1px solid #eee;
    padding: 5px;
    width: 1200px;
    margin: 30px auto;
}
.bottom_area div.inner{
    margin-left: 9px;
}
.finding_job_offer {
    color: #000;
    padding: 10px 0 7px 0px;
    font-weight: bold;
    display: inline-block;
}

i.fas.fa-stack-2x.fa-circle {
    color: #ffb849;
}
p.job_offer_title {
    color: #000;
    font-weight: bold;
    padding: 5px 0 5px 0;
}
ul.job_offer_list:last-child {
    padding-bottom: 5px;
}
/*↑-----OSUSUME LINK-----*/

.special-icon img{
  width: 100px !important;
  display: inline-block;
}
