@charset "utf-8";

/* -----↓contentsBlock----- */
.shopbg{
    /*background: url(/img/fppc/shopbg.jpg) center top;*/
    width: 100%;
}
.shopbg_b{
    /*background: url(/img/fppc/shopbg_b.jpg) center top;*/
    width: 100%;
}
.shopbg_sa{
    /*background: url(/img/fppc/shopbg_sa.jpg) center top;*/
    width: 100%;
}
#contentsBlock{
    width:750px;
    margin:5px auto 15px;
    background: #FFF;
}
#logoShopImg {
    float: left;
    margin: 10px 10px 10px 20px;
    width: 180px;
}
/* -----↑contentsBlock----- */


/* -----↓entryBlock----- */
.entryBlock{
    background-color:#FDE6D8;
    margin-bottom:30px;
    padding:10px 10px;
    border-radius:5px;
}
.entryBox{
    overflow:hidden;
    margin-bottom:10px;
}
.entryBoxText{
    float:right;
    width:435px;
    padding:10px;
    background-color:#fff;
    border-radius:5px;
}
.entryBoxText h4{
    margin-bottom:10px;
    font-weight:bold;
    /*background:url(/img/fppc/iconEntryBoxText.png) 0 50% no-repeat; */
    line-height:20px;
    height:16px;
    padding-bottom:4px;
    border-bottom:1px dotted #ccc;
}
.entryBoxText h4 span{
    margin-left:10px;
    font-weight: normal;
}
.entryBoxText p{
    font-size: 12px;
}
.entryBoxText .entryList{
}
.entryBoxText .entryList .btnEntry{
    margin-bottom:10px;
}
.entryBoxText .entryList .btnEntry a{
    height:56px;
    display:block;
    overflow:hidden;
    width:220px;
}
.entryBoxText .entryList .btnQuestion{
    margin-bottom:10px;
}
.entryBoxText .entryList .btnQuestion a{
    height:34px;
    display:block;
    overflow:hidden;
    width:173px;
}
.entryBoxImg{
    float:left;
    width:240px;
    margin-right:10px;
}
.entryBoxText .inquiryList{
    background-color:#FBF6D0;
    clear:both;
    border-radius:20px;
    padding:10px 20px;
}
.entryBoxText .inquiryList li{
    float:left;
    margin-right:20px;
    line-height:17px;

}
.entryBoxText .inquiryList li img{
}
.entryBoxText .inquiryList li a{
    font-weight:bold;
}
.entryBoxText .inquiryList .tel a{
    font-size:15px;
}
.entryBoxText .inquiryList .tel .tel-text{
    color: #833A19;
    font-weight:bold;
}
.entryBlock .leadText{
}
/* -----↑entryBlock----- */


/* -----↓mainContents----- */
#mainContents{
}
/* -----↑mainContents----- */


/* -----↓shopHeader----- */
#shopHeader{
    overflow:hidden;
    position:relative;
    padding-top:5px;
}
#shopHeader h2{
    font-size:17px;
    font-weight:bold;
    color:#B21F62;
    margin-bottom:5px;
}
#shopHeader table{
    table-layout: fixed;
}
#shopHeader table tr td{
    word-wrap: break-word;
}
#shopHeaderText{
/*    float:right; */
    width:535px;
    margin-top: 10px;
    margin-left: 10px;
}
#shopHeaderText .inquiryList{
    overflow:hidden;
    margin-bottom:10px;
}
#shopHeaderText .inquiryList li{
    float:left;
    margin-right:10px;
}
#shopHeaderText .inquiryList li:nth-of-type(2n+1){
    clear:both;
}
#shopHeaderText .inquiryList li a{
    font-size:15px;
    font-weight:bold;
}
#shopHeaderText .inquiryList li .tel-text{
  font-size: 15px;
    color: #833A19;
    font-weight:bold;
}
#shopHeaderText .iconCheckList{
    margin-bottom:10px;
}
#shopHeaderText .iconCheckList a{
    padding-left:22px;
    background:url(/img/fppc/iconCheckList.gif) 0 50% no-repeat;
}
.entryList{
    overflow:hidden;
    padding: 10px 0;
    text-align: center;
}
.entryList li{
    float:left;
    margin-right:10px;
}
.entryList li.text{
    float:right;
    font-size: 11px;
    text-align: left;
}
.entryList li a{
}
.entryList li img{
    max-width:none;
}
#logoShopImg_c{
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
#logoShopImg_d{
    text-align: center;
    padding: 50px 0;
    font-size: 22px;
    font-weight: bold;
}
#logoShopImg{
    text-align: center;
}
#logoShopImg img{
}
#shopNavi{
    overflow:hidden;
    width: 100%;
    background: #B21F62;
}
#shopNavi li{
    float:left;
    height:35px;
    line-height: 35px;
    overflow:hidden;
    border-right: 1px solid #d74b8b;
}
#shopNavi li.last{
    border-right: none;
}
#shopNavi li a{
    display:block;
    overflow:hidden;
    padding: 0 15px;
    color: #FFF;
    background: #B21F62;
    font-weight: bold;
    font-size: 15px;
}
#shopNavi li.last a{
    padding: 0 13px;
}
#shopNavi li.active a{
    background: #d74b8b;
}
#shopNavi li a:hover{
    margin-left:0px;
    background: #d74b8b;
    text-decoration: none;
}
#shopNavi li.lion a{
}
#shopNavi li a img{
    width:300px;
    max-width:none;
}
#shopHeader dl{
    overflow:hidden;
    line-height:18px;
    height:18px;
    padding-bottom:4px;
    border-bottom:5px solid #B21F62;
    width:100%;
    color:#333;
    font-size: 11px;
    padding-left: 5px;
}
#shopHeader dl dt{
    float:left;
    margin-right:10px;
    padding-top: 2px;
}
#shopHeader dl dt img{
    max-width:none;
}
#shopHeader dl dd{
    float:left;
    margin-right:10px;
}
/* -----↑shopHeader----- */

h3.contenstitle {
    background: #B21F62;
    color: #FFF;
    line-height: 32px;
    text-indent: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/* -----↓infoBlock----- */
#infoBlock{
    margin-bottom:20px;
    background-color:#F7CDDE;
    padding:10px;
    margin-top: 20px;
}
#infoBlock h3{
    font-size:17px;
    font-weight:bold;
    color:#333;
    margin-bottom:10px;
    background:url(/img/fppc/iconCheck.gif) 0 50% no-repeat;
    padding-left:75px;
    line-height:25px;
/*
    height:18px;
*/
    padding-bottom:3px;
    border-bottom:2px solid #B21F62;
}
#infoBlock ul{

}
#infoBlock ul li{
    margin-bottom:5px;
}
#infoBlock ul li:last-child{
    margin-bottom:0px;
}
#infoBlock ul li a{
    padding-left:12px;
    background:url(/img/fppc/moreLinkList.png) 0 50% no-repeat;
}
/* -----↑infoBlock----- */


/* -----↓infoDetailBlock----- */
#infoDetailBlock{
    margin-bottom:20px;
}
#infoDetailBlock h3{
    background-color:#F0F0E6;
    border-left:10px solid #B21F62;
    color:#B21F62;
    font-size:15px;
    font-weight:bold;
    /*height:25px;*/
    line-height:25px;
    margin-bottom:10px;
    padding-left:5px;
}
#infoDetailBlock .infoImg{
    text-align: center;
}
/* -----↑infoBlock----- */


/* -----↓descriptionBlock----- */
#descriptionBlock{
    margin-left:5px;
    margin-bottom:30px;
}
#descriptionBlock h3{
    font-size:17px;
    font-weight:bold;
    margin-bottom:5px;
    color:#B21F62;
}
#descriptionBlock .mainSetumei{
    height: 150px;
    overflow: hidden;
}
#descriptionBlock .moreView{
    background:url(/img/fppc/moreViewBg.gif) 0 50% repeat-x;
    width:6em;
    margin:0 auto;
    padding:0 200px;
}
#descriptionBlock .moreView a{
    background-color:#fff;
    text-align:center;
    padding:0 0.5em;
}
#descriptionBlock .moreViewArea{
    height: 22px;
    padding-top: 5px;
}
#descriptionBlock #moreViewText{
    display: none;
}
#descriptionBlock .chLink{
    margin-bottom:10px;
}
#descriptionBlock .chLink a{
    font-weight:bold;
    padding-left:15px;
    background:url(/img/fppc/iconChLink.gif) 0 50% no-repeat;
}
/* -----↑descriptionBlock----- */


/* -----↓mainVisual----- */
#mainVisual{
    margin:20px 0 30px 0;
    text-align:center;
}
/* -----↑mainVisual----- */


/* -----↓movieBlock----- */
#movieBlock{
    margin-bottom:30px;
}
.movieBox{
    border-radius:0 0 10px 10px;
    background-color:#F7F4EF;
    overflow:hidden;
    padding:20px;
}
.movieBoxText{
    float:right;
    width:350px;
    margin-left:20px;
}
.movieBoxText h4{
    /*margin-bottom:10px;*/
    font-weight:bold;
    line-height:20px;
    /*height:16px;*/
    /*padding-bottom:4px;*/
    border-bottom:1px dotted #ccc;
}
.movieBoxText p{
}
.movieBoxText .moreLink a{
    background:url(/img/fppc/moreLink.png) 0 50% no-repeat;
    padding-left:12px;
}
.movieBoxImg{
    float:left;
    width:320px;
}
.moviebox {
    width: 640px;
    margin: 0  auto;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0 20px 0;
}
.moviebox .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.moviebox .text {
    line-height: 18px;
}
.moviebox .text .date{
    font-weight: bold;
}
/* -----↑movieBlock----- */


/* -----↓blogBlock----- */
ul.blogimglist {
    padding: 0 8px;
}
#blogBlock{
    margin-bottom:20px;
}
#blogBlock h3{
    margin-bottom:5px;
}
#blogBlock li{
    overflow:hidden;
    margin:3px;
    float: left;
}
#blogBlock li .blogimg{
    overflow:hidden;
    width: 83px;
    height: 83px;
}
#blogBlock li .blogimg img{
    width: 83px;
}
#blogBlock li dl{
    overflow:hidden;
}
#blogBlock li dl dt{
    float:left;
    font-size:11px;
    padding:2px 10px 0 0px;
}
#blogBlock li dl dt .mainThumb{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
#blogBlock li dl dd{
    float:left;
    padding-top: 10px;
}
#blogBlock li dl .blogBlockBlogText a{

}
#blogBlock li dl .blogBlockBlogText span {
    font-size: 11px;
}
#blogBlock li dl .blogBlockBlogText .shopName{
    font-size:11px;
}
#blogBlock .moreLink a{
    background:url(/img/fppc/moreLink.png) no-repeat scroll 0 50% transparent;
    padding-left:12px;
}
#newsBlockList{
    clear:both;
    margin-bottom: 10px;
    padding: 0 8px;
}
#newsBlockList ul{
}
#newsBlockList ul li{
    float:left;
    width:344px;
    margin-bottom:3px;
}
#newsBlockList ul li:nth-of-type(2n){
    float:left;
    margin-left:10px;
}
#newsBlockList ul li a{
    background:url(/img/fppc/moreLinkList.png) left 50% no-repeat;
    padding-left:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
}
#newsBlock .moreLink a{
    background: url(/img/fppc/moreLink.png) no-repeat scroll 0 50% transparent;
    padding-left: 12px;
}
/* -----↑blogBlock----- */


/* -----↓photoBlock----- */
#photoBlock{
    margin-bottom:30px;

    background-color:#FDE6D8;
    padding:10px 10px 10px 0px;
    border-radius:5px;
    overflow:hidden;
}
#photoBlock h3{
    width:105px;
    float:left;
    text-align:center;
    color:#666;
    font-weight:bold;
    background:url(/img/fppc/photoBlockArrow.png) 50% 100% no-repeat;
    padding-bottom:35px;
    margin-top:35px;
}
.photoBlockList{
    background-color:#fff;
    float:left;
    overflow:hidden;
    padding:10px 20px;
    border-radius:5px;
    width:595px;
}
.photoBox{
    float:left;
    width:185px;
    margin-right:20px;
}
.photoBox:last-child{
    margin-right:0px;
}
.photoBox p{
    font-size:11px;
}
.photoBox p img{
    margin-bottom:5px;
}

/* -----↑photoBlock----- */


/* -----↓dataBlock----- */
#dataBlock{
    margin-bottom:30px;
}
#dataBlock h3{
    margin-bottom:10px;
}
#dataBlock .tableinfo{
    border-left:1px solid #E1D6C2;
    border-right:1px solid #E1D6C2;
}
#dataBlock table{
    width:100%;
    background-color:#E1D6C2;
    border-collapse:separate;
    border-spacing:0px 1px;
    table-layout:fixed;
}
#dataBlock table tr{
}
#dataBlock table tr th{
    width:20%;
    background-color:#ECE8DC;
    border:1px solid #fff;
    text-align:left;
/*    color:#B21F62;*/
    font-weight:bold;
    padding:4px 9px;
}
#dataBlock table tr td{
    width:80%;
    padding:4px 9px;
    background-color:#fff;
}
#dataBlock table .treatment td span{
	background: #FF6600;
    color:#FFF;
    border-radius:3px;
    padding:0px 3px 0px 3px;
    margin-right:5px;
    font-size:11px;
}
#dataBlock table .treatment td .span01{}
#dataBlock table .treatment td .span02{}
#dataBlock .inquiryList{
     padding-left:0px;
}
#dataBlock .inquiryList li {
    float: left;
    line-height: 20px;
}
.mapbox {
    width: 600px;
    margin: 20px auto 0 auto;
}
.mapbox .googlemap{
    text-align: center;
    margin-bottom: 15px;
}
/* -----↑dataBlock----- */

/* -----↓groupBlock----- */
#groupBlock {
    margin-bottom: 30px;
}
#groupBlock ul li {
    float: left;
    line-height: 17px;
    margin: 0 8px;
    width: 31%;
}
#groupBlock ul {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#groupBlock ul li a {
    text-decoration: none;
}
#groupBlock .groupimg {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px;
}
#groupBlock .groupimg img {
    width: 100px;
}
#groupBlock ul li span {
    color: #333333;
    font-size: 12px;
}
/* -----↑groupBlock----- */

/* -----↓voiceBlock----- */
#voiceBlock{
    margin-bottom:30px;
}
#voiceBlock h3{
    margin-bottom:10px;
    position:relative
}
#voiceBlock h3 span{
    position:absolute;
    color:#FFFFFF;
    font-size: 11px;
}
.voiceBoxL,
.voiceBoxR{
    overflow:hidden;
    margin-left: 5px;
    margin-right: 5px;
}
.voiceBoxL .voiceBoxText{
    float:right;
}
.voiceBoxL .voiceBoxText .name{
    text-align:left;
    padding-left:15px;
}
.voiceBoxR .voiceBoxText{
    float:left;
}
.voiceBoxR .voiceBoxText .name{
    text-align:right;
    padding-right:15px;
}
.voiceBoxL .voiceBoxImg{
    float:left;
}
.voiceBoxR .voiceBoxImg{
    float:right;
}
.voiceBoxImg img {
    border-radius:5px;
    border:1px solid #999;
    height: auto;
    width: 160px;
    vertical-align: top;
}
.voiceBoxL .voiceBoxText,
.voiceBoxR .voiceBoxText{
    width:540px;
    margin-bottom:15px;
}
.voiceBoxL .noImage,
.voiceBoxR .noImage{
    width:700px;
}
.voiceBoxL .voiceBoxText .name,
.voiceBoxR .voiceBoxText .name{
    font-size:15px;
    font-weight:bold;
    color:#666;
    margin:10px 0 5px;
}
.voiceBoxL .voiceBoxText .comment,
.voiceBoxR .voiceBoxText .comment{
    border:3px solid #F7CDDE;
    border-radius:5px;
    padding:12px;
    position:relative;
    min-height:60px;
}
.voiceBoxL .voiceBoxImg,
.voiceBoxR .voiceBoxImg{
    width:162px;
    margin-bottom:5px;
}
.voiceBoxR .voiceBoxText .comment:before,
.voiceBoxR .voiceBoxText .comment:after{
    border:medium solid transparent;
    content:"";
    height:0;
    left:100%;
    position:absolute;
    width:0;
}
.voiceBoxR .voiceBoxText .comment:before{
    border-left-color:#F7CDDE;
    border-width:10px 15px;
    top:15px;
}
.voiceBoxR .voiceBoxText .comment:after{
    border-left-color:#FFFFFF;
    border-width:5px 10px;
    top:20px;
}
.voiceBoxL .voiceBoxText .comment:before,
.voiceBoxL .voiceBoxText .comment:after{
    border:medium solid transparent;
    content:"";
    height:0;
    right:100%;
    position:absolute;
    width:0;
}
.voiceBoxL .voiceBoxText .comment:before{
    border-right-color:#F7CDDE;
    border-width:10px 15px;
    top:15px;
}
.voiceBoxL .voiceBoxText .comment:after{
    border-right-color:#FFFFFF;
    border-width:5px 10px;
    top:20px;
}
/* -----↑voiceBlock----- */


/* -----↓questionBlock----- */
#questionBlock{
    margin-bottom:30px;
    background-color:#F7CDDE;
    padding:15px;
    border-radius:5px;
}
#questionBlock h3{
    color:#666;
    font-size:15px;
    font-weight:bold;
    margin-bottom:15px;
}
#questionBlock h3 span{
    font-size:13px;
    font-weight:bold;
}
.questionBox{
    background-color:#fff;
    padding:10px;
}
.questionBox form{
    color:#B21F62;
    overflow:hidden;
    margin-bottom:10px;
}
.questionBox form textarea{
    width:694px;
    margin-bottom:10px;
}
.questionBox form .questionBoxCaution{
    float:left;
    width:517px;
}
.questionBox form .questionBoxCaution dl{
    margin-bottom:10px;
}
.questionBox form .questionBoxCaution dl dt{
    color:#b25F92;
}
.questionBox form .questionBoxCaution dl dd{
    color:#666666;
    font-size:11px;
}
.questionBox form .questionBoxCaution p{
    font-weight:bold;
}
.questionBox form .questionList{
    margin-bottom:10px;
    float:left;
    width:173px;
    margin-left:10px;
}
.questionBox form .questionList li{
    margin-bottom:10px;
}
.questionBox form .questionList li a{
    height:34px;
    display:block;
    overflow:hidden;
    width:173px;
}
.questionBoxSend{
    margin-bottom:10px;
}
.questionBoxSend h4{
    margin-bottom:5px;
    background:url(/img/fppc/iconQuestionBlock02.png) 0 50% no-repeat;
    padding-left:25px;
    height:24px;
    line-height:24px;
}
.questionBoxSend .time{
    font-size:11px;
}
.questionBoxReply{
    margin-bottom:10px;
}
.questionBoxReply h4{
    margin-bottom:5px;
    background:url(/img/fppc/iconQuestionBlock03.png) 0 50% no-repeat;
    padding-left:84px;
    height:24px;
    line-height:24px;
}
.questionBox .moreLink a{
    background:url(/img/fppc/moreLink.png) no-repeat scroll 0 50% transparent;
    padding-left:12px;
}
table.shopqa {
    border: 1px solid #DBDBDB;
    margin: 10px auto 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
}
table.shopqa tr{
    border-top: none;
}
table.shopqa .tr003{
    border-bottom: 1px solid #DBDBDB;
}
table.shopqa .th01 {
    background: url("/img/fppc/bg_020a.png") no-repeat scroll 0 0 #EEEEEE;
    border-right: 1px solid #DBDBDB;
    color: #666666;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
table.shopqa td {
    padding: 9px;
}
/* -----↑questionBlock----- */


/* -----↓officialBlock----- */
.officialBlock{
    text-align:right;
}
/* -----↑officialBlock----- */


/* -----↓searchRelation----- */
.searchRelation{
    margin-bottom:10px;
    overflow:hidden;
    padding:9px 20px;
    font-size:11px;
    border-top:1px dotted #E1D6C2;
    border-bottom:1px dotted #E1D6C2;
}
.searchRelation dt{
    float:left;
    font-weight:bold;
    width:7em;
}
.searchRelation dd{
    margin-left:8em;
}
.searchRelation dd ul li{
    display:inline;
}
/* -----↑searchRelation----- */

#flaotingHeader {
    background: none repeat scroll 0 0 #B21F62;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}
#shopNavi2{
    overflow:hidden;
    background: #B21F62;
    float: left;
}
#shopNavi2 li{
    float:left;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    border-right: 1px solid #d74b8b;
}
#shopNavi2 li a{
    display:block;
    overflow:hidden;
    padding: 0 10px;
    color: #FFF;
    background: #B21F62;
    font-size: 12px;
}
#shopNavi2 li.last a{
    padding: 0 23px;
}
#shopNavi2 li.active a{
    background: #d74b8b;
}
#shopNavi2 li a:hover{
    margin-left:0px;
    background: #d74b8b;
    text-decoration: none;
}
#shopNavi2 li.lion a{
}
#shopNavi2 li a img{
    width:300px;
    max-width:none;
}
.rightmenu {
    float: right;
    line-height: 30px;
    padding-right: 10px;
    color: #FFF;
}
.rightmenu a{
    color: #FFF;
}
.pager ul .prev a {
    background:none;
    padding-left:0;
}
.pager ul .next a {
    background:none;
    padding-right:0;
}
.pager ul .list {
    padding-left: 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 10px;
}
.moviepager {
    margin-top: 20px;
}
.moviepager ul li{
    display:inline;
}
.moviepager ul .list a{
    border: none;
}
.moviepager ul .prev a {
    background:none;
    padding-left:0;
}
.moviepager ul .next a {
    background:none;
    padding-right:0;
}
.moviepager ul .list {
    padding-left: 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 10px;
}
.moviepager ul .list a{
    border: none;
}
#ipop2 {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    display: none;
    height: 60px;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
#ipop_title {
    background-color: #FFFFFF;
    cursor: move;
}
#ipop_close {
    cursor: pointer;
    float: right;
}
#map label { width: auto; display: inline; }
#map img { max-width: none; max-height: none; }

/* -----↓privilegeBlock----- */
.privilegeBlock .privilegeBox li{
    overflow:hidden;
    margin-bottom:20px;
    padding:10px 10px;
    border-radius:5px;
}
.privilegeBlock .privilegeBox1{
    background-color:#FDE6D8;
}
.privilegeBlock .privilegeBox2{
    background-color:#D6FDC8;
}
.privilegeBlock .privilegeBox table{
    table-layout:fixed;
    width:100%;
}
.privilegeBlock .privilegeLeft{
    color:#7F7875;
    width:60px;
    padding-right:10px;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}
.privilegeBlock .privilegeRight{
    background-color:#fff;
    border-radius:5px;
    padding:10px 20px;
}
.privilegeBlock .privilegeRight div{
    display:table-cell;
}
.privilegeBlock .privilegeImg{
    width:240px;
    padding-right:20px;
    vertical-align:middle;
}
.privilegeBlock .privilegeImg img{
    width:100%;
    height:auto;
}
.privilegeBlock .privilegeComment{
    width:auto;
    height:auto;
    font-size:14px;
    word-break:break-all;
    word-wrap:break-word;
    vertical-align:middle;
}
/* -----↑privilegeBlock----- */
