/**************************************************
**
**	CONTENTS
**	-----------------------------------------------
**	contents.css
**
***************************************************/

#mainImageArea{
	width: 100%;
	margin-bottom: 10px;
}

#mainImageArea img{
	width: 100%;
}

#loginNotice{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	color: #999999;
	font-size: 10px;
	text-align: right;
}

#loginArea{
	position: absolute;
	top: 140px;
	left: 10px;
	width: 100%;
	height: 400px;
	margin: auto;
}

#loginArea ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

#loginArea ul li{
	width: 100px;
	vertical-align: middle;
	list-style: none;
}

#loginArea2{
	/*background-image: url('/images/default/login.png');*/
	margin: 0 auto;
	padding: 12px;
	/* border: 1px solid #CCCCCC; */
}

#indexSubMenu{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	width: 100%;
	height: auto;
}

#homeArea{
	background-image: url('/images/design5/main.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#homeLineBanner{
	position: absolute;
	left: 15px;
	bottom: 75px;
	width: 65%;
}

#homeLineBanner img{
	width: 100%;
}

#homeMailButton{
	position: absolute;
	right: 10px;
	bottom: 235px;
	margin: auto;
	width: 70px;
	height: 70px;
}

#homeMailButton img{
	width: 100%;
}

#homeUserButton{
	position: absolute;
	right: 10px;
	bottom: 155px;
	margin: auto;
	width: 70px;
	height: 70px;
}

#homeUserButton img{
	width: 100%;
}

#homePointButton{
	position: absolute;
	right: 10px;
	bottom: 75px;
	margin: auto;
	width: 70px;
	height: 70px;
}

#homePointButton img{
	width: 100%;
}

#homePointArea{
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 90%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}



/**************************************************
**
**	PAGE COMMENT
**
***************************************************/

.pageHeaderIndexArea{
	position: relative;
	padding: 5px 8px 15px 8px;
}



/**************************************************
**
**	REGISTRATION / MYPAGE
**
***************************************************/

#selectGenderArea{
	margin-bottom: 25px;
}


#selectGenderArea ul{
	width: 100%;
	list-style: none;
	display: table;
	table-layout: fixed;
}

#selectGenderArea ul li{
	width: 50%;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#selectGenderArea ul li a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
}

#selectGenderArea ul li#male{
	background-color: #0099FF;
}

#selectGenderArea ul li#female{
	background-color: #999999;
}

#birthday{
	position: relative;
	width: 100%;
	height: 55px;
}

#birthday p{
	width: 30%;
}

#birthday p#left{
	position: absolute;
	top: 0;
	left: 0;
}

#birthday p#center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#birthday p#right{
	position: absolute;
	top: 0;
	right: 0;
}



/**************************************************
**
**	HOME
**
***************************************************/

#slideBannerListArea{
	width: 100%;
	overflow: hidden;
}

#slideBannerListArea .swiper-container{
	width: 100%;
}

#slideBannerListArea .swiper-container .swiper-wrapper{
	width: 100%;
}

#slideBannerListArea img{

}

#userProfileArea{
	padding: 0px;
}

#userIconArea{
	width: 70%;
	margin: 0 auto 15px;
}

#userIconArea img{
	width: 95%;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#userDetailArea{
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 auto;
	/* border-top: 1px solid #EEEEEE; */
}

#userDetailArea ul{
	width: 100%;
	/*
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	*/
	list-style: none;
	display: table;
	table-layout: fixed;
}

#userDetailArea ul li{
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}

#userDetailArea ul li.title{
	background-color: #DDDDDD;
	width: 90px;
	color: #000000;
}

.mailCount{
	position: absolute;
	top: 5px;
	rignt: 10px;
	background-color: #FF0000;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	border-radius: 20px;
}

#contentsFooterFixedArea{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	width: 100%;
	padding: 0;
	border: none;
	z-index: 100;
}

#contentsFooterFixedArea ul{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

#contentsFooterFixedArea ul li{
	width: 80px;
	margin-right: 10px;
	float: right;
}

#contentsFooterFixedArea ul li img{
	width: 100%;
}



/**************************************************
**
**	MAIL
**
***************************************************/

#mailListArea{

}

#mailListArea a{
	color: #333333;
}

.mailListBox{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto 0px;
	border-bottom: 1px solid #CCCCCC;
}

.mailListBox.mailDetail{
	border: 0px;
	width: 100%;
	margin: 0px;
	border-radius: 0px;
}

.mailListTitle{
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding:  10px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}

.mailDate{
	color: #777777;
	font-size: 12px;
	display: inline-block;
}

.mailListBox ul{
	width: 100%;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.mailListBox ul li{
	position: relative;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

.mailListImage{
	position: relarive;
	width: 80px;
	border-radius: 10px;
}

.mailListImage img{
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
}

.mailListImage a{
	color: #FFFFFF;
}

.mailOption{
	background-color: #CC9933;
	width: 80px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	display: inline-block;
}

.mailOption i{
	margin-right: 2px;
}

.mailOptionLarge{
	width: 150px;
}

.mailOption a{
	color: #FFFFFF;
	display: block;
}

.mailListContents{
	position: relative;
	min-height: 80px;
}


.name{
	font-size: 110%;
	margin-bottom: 5px;
}

/*
.talk{
	position: relative;
	background-color: #FFFFFF;
	color: #333333;
	margin-bottom: 8px;
	padding: 5px 5px 8px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 0 3px 3px rgba(4, 4, 4, 0.2);
	border: 1px solid #EEEEEE;
}

.talk::before{
	content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 0px;
	border-right: 10px solid #CCCCCC;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index:2;
}

.talk::after{
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 0px;
	border-right: 10px solid #FFFFFF;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index:3;
}
*/

.talk img{
	vertical-align: middle;
}

.talk i{
	margin-right: 2px;
}

.under{
	text-align: right;
	font-size: 12px;
	padding-top: 3px;
}

.read{
	position: absolute;
	top: 10px;
	right: 5px;
	background-color: #CCCCCC;
	width: 60px;
	height: 20px;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 15px;
	display: inline-block;
}

.unRead{
	position: absolute;
	top: 10px;
	right: 5px;
	background-color: #0099FF;
	width: 60px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 15px;
	display: inline-block;
}

/*
.read{
	position: absolute;
	top: 5px;
	right: -5px;
	background-color: #CCCCCC;
	width: 100px;
	height: 30px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	border-radius: 15px;
	display: inline-block;
}

.unRead{
	position: absolute;
	top: 5px;
	right: -5px;
	background-color: #FF9900;
	width: 60px;
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 15px;
	display: inline-block;
}
*/



#messageArea{
	width: 95%;
	margin: 0 auto;
	border-top: 1px dotted #CCCCCC;
}

#messageArea p{
	padding-top: 10px;
	padding-bottom: 15px;
}


#messageImageArea{
	width: 100%;
	display: none;
}

#messageImageArea img{
	width: 95%;
	margin: 10px auto 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#sendFormArea{
	padding: 0px 15px 0px 15px;
}

#message{
	width: 100%;
}

#messageHeader{
	position: relative;
	width: 100%;
	height: 40px;
}

#messageFooter{
	position: relative;
	width: 100%;
	padding-top: 5px;
}

.imageSelectButton{
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #FF3366;
	width: 100px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
}

.imageSelectButton a{
	color: #FFFFFF;
	font-size: 13px;
	display: block;
}

.notice{
	color: #999999;
}

#messageLength{
	color: #CC9933;
	font-weight: bold;
}

#emailCheck{
	background-color: #CC9933;
	width: 80px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 15px;
	display: none;
	float: left;
}

#telCheck{
	background-color: #FF3366;
	width: 80px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	border-radius: 15px;
	display: none;
	float: left;
}

#selectImageArea{

}



/**************************************************
**
**	PROFILE / SEARCH / DETAIL / MODAL
**
***************************************************/

#searchButtonArea{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 100%;
	height: 60px;
	text-align: right;
}

#searchButton{
	position: absolute;
	right: 10px;
	bottom: 0px;
	background-color: #CC9933;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border: none;
	border-radius: 60px;
}

#searchButton a{
	color: #FFFFFF;
	display: block;
}

#userPhotoArea{
	width: 250px;
	margin: 10px auto 15px;
	border-radius: 10px;
}

#userPhotoArea img{
	width: 248px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#userPhotoListArea{
	width: 250px;
	margin: 10px auto 15px;
	overflow: hidden;
}

#userPhotoListArea img{
	width: 248px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#imageUploadArea{
	position: relative;
	background-color: #EEEEEE;
	width: 80%;
	height: 60px;
	line-height: 60px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	margin: 0px auto 20px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

#imageUploadArea label{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	display: block;
}

#userImageList{

}

#userImageList ul{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

#userImageList ul li{
	width: 33%;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style: none;
}

#userImageList ul li p{
	position: relative;
	background-color: #000000;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

#userImageList ul li p img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
}

.use{
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #CC9933;
	width: 40px;
	height: 20px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	z-index: 2;
}

.imageCheck{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	display: none;
	z-index: 3;
}

#switchEditButton{
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #FF3366;
	width: 70px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
}

#switchEditButton a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
}

#imageDetailArea{
	width: 100%;
	margin: 0 auto;
}

#imageDetailArea img{
	width: 100%;
}

#imageEditButton{
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #CC9933;
	width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
}

#imageEditButton a{
	display: block;
	color: #FFFFFF;
}



/**************************************************
**
**	CAMPAIGN
**
***************************************************/

#campaign{
	padding: 8px 8px 20px 8px;
}

#campaign img{
	width: 100%;
}



/**************************************************
**
**	CONTACT
**
***************************************************/

#contactArea{



}

.messageLeft{
	width: 70%;
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	float: left;
	clear: both;
}

.messageRight{
	background-color: #EEFFFF;
	width: 70%;
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	float: right;
	clear: both;
}

.messageRight div.listSubTitle{
	/* background-color: #FFFFFF; */
}



/**************************************************
**
**	INFOMARTION
**
***************************************************/

#informationFrame{
	height: 65px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

#agreeArea{
	text-align: center;
	padding: 15px 15px 0px 15px;
}

#licenseArea{

}

#licenseArea ul{
	width: 100%;
	list-style: none;
	display: table;
	table-layout: fixed;
}

#licenseArea ul li{
	position: relative;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

#licenseArea ul li img{
	width: 100%;
}

#licenseArea ul li p{
	color: #CC9933;
	text-align: center;
	padding-top: 5px;
}

#licenseDetailArea{
	color: #333333;
	font-size: 120%;
	text-align: left;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	clear: both;
	word-wrap: break-word;
}

#licenseDetailArea section{
	width: 80%;
	margin: 0 auto 10px;
}

#licenseDetailArea section img{
	width: 100%;
}



/**************************************************
**
**	ATTACHMENT
**
***************************************************/

#addImageArea{

}

#mailImageArea{
	position: relative;
	width: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#mailImageArea img{
	width: 100%;
	border-radius: 10px;
}

#profileImageArea{
	position: relative;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#profileImageArea img{
	width: 100%;
	border-radius: 10px;
}



