@charset "utf-8";

#main {
    float: none;
    width: 100%;
}

#fanfunHeader{
	width: 100%;
	height: 480px;
	position: relative;
}

#fanfunTtl{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#fanfunHeader .intro{
	color: #fff;
	position: absolute;
	width: 650px;
	right: 20px;
	top: 363px;
	text-align: right;
}

#loginBox{
	background: url(../img/bg_login_box.jpg) repeat-x;
	width: 100%;
	height: 298px;
	padding-top: 52px;
	text-align: center;
}

.loginTxt{
	margin-bottom: 15px;
}

.loginBtnList{
	width: 832px;
	margin: 0 auto;
}

.loginBtnList li{
	float: left;
	width: 400px;
	height: 100px;
}

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

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

.sectionMainTtl{
	margin-bottom: 15px;
}

.sectionIntro{
	margin-bottom: 30px;
}

.sectionIntro a{
	color: #8d0303;
}

.listNav{
	width: 960px;
	height: 102px;
	margin: 0 auto;
}

.listNav li{
	width: 470px;
	height: 102px;
	float: left;
}

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


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

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

.shopList{
	width: auto;
	padding: 42px 20px 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: 5px;
	width: 300px;
	height: 356px;
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}



.shopList li:nth-child(3n){
	margin: 0 00 15px 0;
}

.shopList li .shopNm{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.shopNm_s{
	color: #fff;
	font-size: 12px;
}

.btnCompanionList{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.comPart{
	width: 120px;
	float: left;
}

.comPart span{
	display: block;
}

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

.companionNm{
	color: #ffe98f;
	font-size: 16px;
	font-weight: bold;
}

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

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

.letterPart{
	width: 175px;
	float: right;
}

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

.btnSend{
	background: url(../img/btn_submit.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 175px;
	height: 34px;
	border: none;
	cursor: pointer;
}

.formStyle{
	margin-bottom: 16px;
}

.letterListTtl{
	margin-bottom:-16px;
}

.letterListBox{
	background:url(../img/bg_letterList.jpg) no-repeat right bottom #ffddd9;
	padding: 15px 5px 5px;
	width: auto;
	height: 100px;
}

.letterListBox ul {
    width: 164px;
    height: 97px;
    overflow-x: hidden;
    overflow-y: auto;
}

.letterList li{
	text-align: left;
	margin-bottom: 24px;
	font-size: 12px;
}

.reply{
	color: #ff6666;
}


.reply_txt{
	border-top: 1px dotted #ccc;
	padding-top: 3px;
	margin-top: 3px;
}


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

#fanfunHeaderList{
	height: 250px;
}

.shopNmTtl{
	background:url(../img/bg_shopNmTtl.jpg) no-repeat center top;
	width: 960px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-weight:bold;
	margin: 0 auto;
	text-align: center;
}

#fanFunContentsList{
	padding-top: 30px;
	background-color: #4e2400;
}

#fanFunContentsList .shopList li.shopBox{
	height: 286px;
}

#fanFunContentsList .shopList {
    padding: 30px 20px 0;
}

.btnBack{
	display: block;
	text-align: center;
	padding: 85px 0 100px;
}


#shopCompanionBox{
	display: none;
}

#companionReplyBox{
	display: none;
}


.active{
	display: block!important;
}



/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-size: 12px;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 12px;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 12px;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 12px;
}
/* IE Edge */
::-ms-input-placeholder {
  font-size: 12px;
}