@charset "utf-8";

#fanfunWrapper img{
	max-width: 100%;
}

#fanfunWrapper p{
	line-height: 1.5;
}

#fanfunHeader{
	background-color: #b81807;
	padding-bottom: 3%;
}

#fanfunTtl{
	margin-bottom: 3%;
}


#fanfunHeader .intro{
	border-top: 1px solid #dc3c3c;
	border-bottom: 1px solid #dc3c3c;
	color: #fff;
	padding: 3%;
}

#loginBox{
	background-color: #5c3714;
	width: auto;
	padding: 5% 0;
	text-align: center;
}

.loginTxt{
	margin-bottom: 3%;
	font-size: 1.2rem;
	color: #fff;
}

.loginBtnList{
	width: 80%;
	margin: 0 auto;
}

.loginBtnList li{
	width: 100%;
	margin-bottom: 2%;
}



#fanFunContents{
	background: url(../img/bg_contents.jpg) repeat;
	clear: both;
	padding: 5% 0 0;
	text-align: center;
}

.sectionMainTtl{
	margin-bottom: 3%;
	font-size: 1.2rem;
	color: #6a3100;
}

.sectionIntro{
	width: auto;
	padding: 3%;
	text-align: left;
}

.sectionIntro a{
	color: #8d0303;
}

.listBox{
	line-height: 0;
}

.listNav{
	width: 96%;
	margin: 0 auto;
}

.listNav li{
	width: 48%;
	float: left;
}

.listNav li:last-child{
	float: right;
}


#shopCompanionBox .shopList{
	background-color: #4e2400;
}

#companionReplyBox .shopList{
	background-color: #8d0303;
}

.shopList{
	width: auto;
	padding: 4% 2% 0;
}

#shopCompanionBox .shopList li.shopBox{
	background-color: #8d0303;
}

#companionReplyBox .shopList li.shopBox{
	background-color: #4e2400;
}

.shopList li.shopBox{
	border-radius: 5px 5px 0 0;
	padding: 2%;
	width: 96%;
	margin: 0 auto 3%;
	text-align: center;
	line-height: 1.5;
}


.shopList li .shopNm{
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 2%;
}

.shopNm_s{
	color: #fff;
}

.btnCompanionList{
	display: block;
	text-align: center;
	margin-bottom: 2%;
}

.comPart{
	width: 40%;
	float: left;
	line-height: 1.5;
}

.comPart span{
	display: block;
}

.companionImg img{
	max-width: 100%;
}

.companionNm{
	color: #ffe98f;
	font-size: 1rem;
	font-weight: bold;
}

.sch{
	background-color: #fff;
	color: #bbb;
	height: 20px;
	line-height: 20px;
	display: block;
	margin-bottom: 4%;
}

.sch_on{
	background-color: #fff5cf!important;
	color: #b81807!important;
}

.letterPart{
	width: 57%;
	float: right;
}

.letterPart textarea{
	background-color: #fff;
	width: 100%;
	height: 90px;
	border: none;
	margin-bottom: 2%;
}

.btnSend{
	background: url(../img/btn_submit.jpg) no-repeat left top / 100% auto;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 10vw;
	border: none;
}

.formStyle{
	margin-bottom: 6%;
}

.letterListTtl{
	margin-bottom:-7%;
}

.letterListBox{
	background:url(../img/bg_letterList.jpg) no-repeat right bottom #ffddd9;
	padding: 10% 2% 2%;
	width: auto;
	height: 37vw;
}

.letterListBox ul {
    width: 94%;
    height: 35vw;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5%;
}

.letterList li{
	text-align: left;
	margin-bottom: 3%;
	line-height: 1.2;
}

.reply{
	color: #ff6666;
}

#more{
	background-color: #4e2400;
	display: block;
	width: 96%;
	padding: 0 2% 2%;
	text-align: center;
}

/**********************************/

#fanfunHeaderList{
}

.shopNmTtl{
	background-color: #dc3c3c;
	width: 96%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight:bold;
	margin: 0 auto;
	text-align: center;
}

#fanFunContentsList{
	padding-top: 5%;
	background-color: #4e2400;
}


.btnBack{
	background-color: #4e2400;
	display: block;
	width: 96%;
	padding: 0 2% 2%;
	text-align: center;
}


#shopCompanionBox,#companionReplyBox,#btnBackBox{
	display: none;
}

.active{
	display: block!important;
}


.pagerList{
	width: auto;
	margin-bottom: 3%;
}

.pagerList li{
	width: 48%;
}

.pagerList .prev{
	float: left;
}

.pagerList .next{
	float: right;
}