@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;
}
html{
	/*background-image: url(../image/bg.jpg);*/ /*背景画像を指定する場合はコメントアウトを消す*/
	background-repeat: repeat-y;
	background-position: top center;
}

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;
    width: 1280px;
    margin: 0 auto;
	background-color: #ffffff;/*背景画像指定のため*/
}
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;
}
.scroll_bg{
    padding-bottom: 20px;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto auto;
    background-position: center top;
}
#main {
    width: 1280px;
    margin: 0 auto;
}
table{
    border-collapse: collapse;
}
th, td{
    border-spacing: 0;
}
ul, ol, li{
    list-style-type: none;
}
a{
    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;
}
div, p{
    word-wrap: break-word;
}
.moreLink {
    font-size: 11px;
    text-align: right;
}
/* -----↑初期化----- */

div:after,
ul:after,
dl:after,
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/* -----↓pager----- */
.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(../image/iconPagerPrev.png?cache01=20161201000000) no-repeat scroll 0% 50% transparent;
    padding: 0 5px 0 14px;
}
.pager ul .next a{
    border: none;
    background: url(../image/iconPagerNext.png?cache01=20161201000000) no-repeat scroll 100% 50% transparent;
    padding: 0 14px 0 5px;
}
/* -----↑pager----- */

/* -----↓smartphonelink----- */
#smartphone_link{
    min-width: 1280px;
}
/* -----↑smartphonelink----- */

/* -----↓header----- */
#header{
    width: 1280px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
}
#headerTop{
    margin-bottom: 10px;
    background-color: #f73884;
    color: white;
}
#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{
    border-left: 1px solid #ffffff;
    box-shadow: -1px 0 0 0 #dddddd;
    color: white;
    padding: 0 10px;
}
#headerTopRight .headerBtn > li:last-child a {
    border-right: 1px solid #ffffff;
}
#headerTopRight .headerBtn > li > a > i{
    margin-right: 2px;
}
#headerTopRight .userName{
    float: right;
    margin-right: 5px;
}
#headerTopRight .userName a{
    margin: 0 2px;
}
#headerBlock{
    margin: 0 auto;
    padding: 0 10px;
}
#headerMid{
    height: 65px;
}
#headerMid .logo{
    float: left;
    width: 195px;
    margin: 4px 4px 0 0;
}
#headerMid .logo img{
    max-width: 195px;
    max-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 .bannerBlock{
    float: right;
}
#header_keyword{
    border: 2px solid #f73884;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 13px;
    box-sizing: border-box;
    height: 22px;
    border-radius: 3px 0 0 3px;
}
.keywordBlock input{
    vertical-align: middle;
}
.textSearchBtn{
    color: white;
    padding: 2px 10px;
    display: inline-block;
    background-color: #f73884;
    margin: 0;
    position: relative;
    left: -6px;
    border-radius: 0px 3px 3px 0px;
    box-sizing: border-box;
    border: 2px solid #ee463a;
    height: 22px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
}
/* -----↑header----- */

/* -----↓nav----- */
#nav{
    position: relative;
    z-index: 100;
}
#navSearchOuter{
    height: 43px;
    background-color: #f73884;
}
#tmpNavSearch{
    margin: 0 auto;
    position: relative;
}
#tmpNavSearch ul li{
    float: left;
    width: 140px;
    height: 43px;
    border-right: 1px solid #fff;
}
#tmpNavSearch ul li a{
    color: white;
    display: block;
    font-size: 15px;
    height: 100%;
    letter-spacing: -1px;
}
#tmpNavSearch ul li a:hover{
    background-color: #ff8fbf;
}
#tmpNavSearch ul li a i{
    background-color: #fff;
    border-radius: 5px;
    color: #f73884;
    float: left;
    font-size: 20px;
    margin: 5px 2px 0 5px;
    padding: 6px 0;
    text-align: center;
    width: 32px;
}
#tmpNavSearch ul li a .main-text{
    display: inline-block;
    font-weight: bold;
    line-height: 15px;
    margin-top: 10px;
}
#tmpNavSearch ul li a .small-text{
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
}
/* -----↑nav----- */

/* -----↓topicpath----- */
#topicpath{
    margin: 10px auto 10px;
    width: 1280px;
}
#topicpath ul{
    height: 22px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 2px;
}
#topicpath ul li{
    float: left;
    font-size: 11px;
    padding-right: 0.5em;
}
#topicpath ul li.lion{
    font-weight: bold;
}
#topicpath ul li.lion span{
    font-weight: bold;
}
#topicpath ul li a{
    margin-right: 0.5em;
}
/* -----↑topicpath----- */

/* -----↓mainContents----- */
#liquidmain{
    width: 1280px;
    margin: auto;
}
#liquidwrap{
    float: left;
    width: 770px;
    margin: 0 0 20px 10px;
    background-color: #fff;
}
#liquidcontent_wrap{
    float: left;
    width: 100%;
}
#liquidsidebar1{
    float: left;
    width: 190px;
}
#liquidsidebar2{
    float: right;
    width: 300px;
    margin-bottom: 20px;
}
#adSide2 {
    float: right;
    width: 300px;
}

#mainContents .pagetitle {
    border: 1px solid #e8e8d5;
    margin-bottom: 5px;
}
#mainContents .pagetitle span {
    background: url(../image/iconPageTitleNews.png?cache01=20161201000000) no-repeat 0px 50% #F0F0E6;
    border: 1px solid #f0f0e6;
    height: 26px; color: #3c2b20;
    line-height: 28px;
    padding-left: 23px;
    font-size: 17px;
    font-weight: bold;
    display: block;
}
.contentsBase {
    padding: 0 10px;
}
/* -----↑mainContents----- */

/* -----↓footer----- */
#footer{
    margin: 0 auto;
    clear: both;
    width: 1280px;
    background-color: #fff;
}
#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: 0 10px 10px;
}
#footerMenu ul li{
    float: left;
    background: url(../image/moreLink.png?cache01=20161201000000) 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: 0 5px 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;
}
#footerUtility{
    position: relative;
    padding: 0 5px 5px;
    height: 39px;
}
#footerUtility ul{
    position: absolute;
    right: 5px;
    bottom: 3px;
}
#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;
}
#footerUtility address img{
    max-height: 39px;
}
#pageTop{
    bottom: 10px;
    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;
}
/* -----↑footer----- */

/* -----↓adSide1Block1----- */
#adSide1Block1{
    margin-bottom: 15px;
    width: 100%;
}
/* -----↑adSide1Block1----- */

/* -----↓interviewBlock----- */
#interviewBlock{
    background:#fff;
    border-radius:5px;
    padding-bottom:1px;
    width:100%;
    box-shadow:1px 1px 5px #777;
    position:relative;
}
#interviewBlock .interview_icon{
    position:absolute;
    z-index:1;
    top:-10px;
    left:-40px;
    width:75px;
    height:75px;
}
#interviewBlock .interview_title_icon{
    position:absolute;
    z-index:2;
    top:16px;
    left:6px;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.interview_title_icon .rotate_text{
    display:block;
    color:#fbff00;
    font-size:11px;
}
.interview_title_icon .rotate_text:first-of-type{
    letter-spacing:-0.5px;
    line-height:12px;
    margin:0 20px;
}
.interview_title_icon .rotate_text:nth-of-type(2){
    letter-spacing:-2px;
    margin:0 4px;
}
.interview_title_icon .rotate_text2{
    display:block;
    color:#fff;
    font-size:10px;
    letter-spacing:-2px;
    margin:0 4px;
    transform: scale(0.85);
}
#interviewBlock .interview_icon > img{
    width:75px;
    min-width:75px;
    height:75px;
    -webkit-animation: spin 25s linear infinite;
    -moz-animation: spin 25s linear infinite;
    -ms-animation: spin 25s linear infinite;
    -o-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.interview_title{
    line-height:16px;
    margin:6px 0 6px !important;
}
.interview_title a{
    color:#333 !important;
    font-weight:bold;
}
.interview_name{
    line-height:16px;
    margin-bottom:6px !important;
}
.interview_name a{
    color:#0080eb !important;
}
#interviewBlock h2{
    padding-top:4px;
    text-align:center;
    margin-bottom:0;
}
#interviewBlock h3{
    text-align:center;
    margin-bottom:5px;
    font-weight:bold;
}
#interviewBlock #interviewBlockImg{
    width:190px;
//    height:270px;
    overflow:hidden;
    margin:0 auto;
}
#interviewBlock #interviewBlockImg img{
    width:100%;
}
#interviewBlock ul{
//    width:180px;
    margin:3px auto 5px;
}
#interviewBlock .moreLink{
    padding-right:12px;
}
#interviewBlock .moreLink a{
    padding-left:12px;
    font-size:11px;
    color:#833A19;
}
#interviewBlock .moreLink a:before {
    margin-right: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
}
/* -----↑interviewBlock----- */

/* -----↓blogNetaBlock----- */
#blogNetaBlock {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    width: 100%;
}
#blogNetaBlockImg{
    width: 165px;
    margin: 10px auto 10px;
}
#blogNeta{
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0 0 5px;
}
#blogNeta i{
    color: #f73884;
    font-size: 20px;
    margin-right: 5px;
}
#blogNetaTitle{
    margin: 10px;
    padding: 0;
}
#blogNetaPicBlock{
    width: 140px;
    height: 90px;
    position: relative;
}
#blogNetaPic{
    width: 140px;
    height: 90px;
    border: 4px ridge #ffffff;
    overflow: hidden;
}
#blogNetaPicImg{
    width: 140px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}
#blogNetaPicImg img{
    width: 100%;
}
#blogNetaRibon{
    position: absolute;
    bottom: 1px;
    left: -1px;
}
#blogNetaCount{
    position: absolute;
    top: 8px;
    width: 60px;
    height: 16px;
}
#blogNetaCount span{
    color: white;
}
/* -----↑blogNetaBlock----- */

/* -----↓newArrivalBlock----- */
#newArrivalBlock{
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #fff;
}
#newArrivalBlock h2{
    padding: 5px 0 0 5px;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
}
#newArrivalBlock h2 i{
    color: #f73884;
    font-size: 20px;
    margin-right: 5px;
}
#newArrivalBlock ul{
    margin: 0 10px;
    width: 175px;
}
#newArrivalBlock ul li{
    margin-bottom: 3px;
}
#newArrivalBlock ul li p{
    font-size: 11px;
}
#newArrivalBlock ul li p a{
    font-size: 13px;
}
#newArrivalBlock .moreLink{
    padding-right: 12px;
}
#newArrivalBlock .moreLink a{
    padding-left: 12px;
    font-size: 11px;
}
#newArrivalBlock .moreLink a i{
    margin-right: 2px;
}
/* -----↑newArrivalBlock----- */

/* -----↓adSide2Block1----- */
#adSide2Block1{
    /*display: none;*/
    background-color: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    margin-bottom: 20px;
}
/* -----↑adSide2Block1----- */

/* -----↓urgentBlock----- */
#urgentBlock a:hover{
    text-decoration: none;
}
#urgentBlock h2{
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
    color: #301809;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 9px;
}
#urgentBlock .urgentBox{
    border-bottom: 1px solid #ede9e0;
    border-top: 1px solid #fcfaf9;
    padding: 4px 9px 9px;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}
#urgentBlock .urgentBox:hover{
    opacity: 0.7;
}
#urgentBlock .urgentBox:last-of-type{
    border-bottom: medium none;
    padding-bottom: 5px;
}
#urgentBlock .urgentBox .shopText{
    font-weight: bold;
}
#urgentBlock a:hover .urgentBox .shopText {
    text-decoration: underline;
}
#urgentBlock .urgentBox .areaText{
    font-size: 11px;
    margin-bottom: 3px;
    color: #333;
}
#urgentBlock .urgentBox .urgentBoxImg{
    float: left;
    margin-right: 5px;
    max-height: 90px;
    overflow: hidden;
    width: 120px;
}
#urgentBlock .urgentBox .urgentBoxText{
    float: left;
    font-size: 11px;
    width: 153px;
    color: #333;
}
#urgentBlock .moreLink{
    border-bottom: medium none;
    padding: 0 4px 5px;
}
#urgentBlock .moreLink a{
    padding-left: 12px;
    background: none;
    font-size: 11px;
}
#urgentBlock .moreLink a:before{
    margin-right: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
}
/* -----↑urgentBlock----- */

.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: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #d03f7d, #e767ac) repeat scroll 0 0;
    text-decoration: none;
}
#adSide2KeepBlock{
    padding: 5px;
    border-radius: 4px;
    background-color: rgb(253, 230, 216);
    margin-bottom: 20px;
}
#adSide2KeepBlockBg{
    padding: 9px;
    border-radius: 4px;
    border: 1px solid rgb(247, 205, 222);
    background-color: rgb(255, 255, 255);
}
#adSide2KeepBlock .btnSubmit{
    margin:20px 0 20px;
}
#adSide2KeepBlock h3{
    border-radius: 5px;
    height: 23px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 23px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: rgb(199, 178, 107);
}
#adSide2KeepBlockList{
    margin: 0px auto 10px;
    border-top-color: rgb(247, 205, 222);
    border-top-width: 1px;
    border-top-style: dotted;
}
#adSide2KeepBlockList li{
    padding-top: 5px;
    padding-bottom: 9px;
    border-bottom-color: rgb(247, 205, 222);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
#adSide2KeepBlockList li:hover{
    background-color: #fae9ea;
}
#adSide2KeepBlockList li table {
    width:100%;
}
#adSide2KeepBlockList li table td :hover{
    cursor: pointer;
}
#adSide2KeepBlockList li:last-child{
    margin-bottom:0px;
}
#adSide2KeepBlockList li h4{
  font-weight: bold;
  color:#833A19;
}
#adSide2KeepBlockList li h4 a{
    font-weight: bold;
}
#adSide2KeepBlockList li p{
    font-size:11px;
}
#adSide2KeepBlockList li .area{
    margin-bottom:3px;
}
#adSide2KeepBlockList li .boxImg{
    float: left;
    margin-right: 5px;
    max-height: 75px;
    overflow: hidden;
    width: 100px;
}
#adSide2KeepBlockList li .boxText{
    width: 105px;
    float: left;
}
#adSide2KeepBlockList div.box {
    height: 77px;
    margin-bottom: 2px;
}
#adSide2KeepBlockList li .iconTrash{
    text-align:right;
}
#adSide2KeepBlockList li .iconTrash a{
    background: url(../image/iconTrash.png?cache01=20161201000000) no-repeat 0px 50%;
    padding-left: 15px;
}
#adSide2KeepBlock .moreLink a{
    background: url(../image/moreLink.png?cache01=20161201000000) no-repeat 0px 50%;
    padding-left: 12px;
}
.keepNone#adSide2KeepBlock .none{
  margin: 20px 0px 10px;
}
.headerCommu {
  border-radius: 0px 0px 5px 5px;
  height: 23px;
  margin-left: 10px;
  float: left;
  background-color: white;
  padding: 2px 5px;
  color: black;
  line-height: 23px;
  font-weight: bold
}
.headerCommu a {
  display:inline-block;
  width:80px;
  height:20px;
  text-align:center;
  border: 1px solid white;
  color: white;
  box-shadow: 1px 1px black
}
.cDekasegi {background-color: #FF8C00;}
.cHazimete {background-color: #32CD32;}
.cStore {background-color: #1E90FF;}
.cHitoduma {background-color: #EE82EE;}

