
/*-----------------------------------------------
_ Default Style Clear
-----------------------------------------------*/


#main_wrap {
	width: auto!important;
	padding: 0px!important;
}


/*-----------------------------------------------
_ all
-----------------------------------------------*/
#special2{
	background: url(../images/bg_repeat.png) repeat;
	text-align: center;
}


#all{
	width: 1026px;
	float: left;
	font-family: Arial, sans-sans-serif;
	color: #604D3F;
	text-decoration: none;
	background-color: #fff;
	padding: 20px;
	margin: 15px 0px 20px -30px;
	border: 4px #EAE5DF solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-repeat: no-repeat;
	text-align: left;
}

div#all a:link {
		color: #D23B27;
	}
	
	div#all a:visited {
		color: #D23B27;
	}
	
	div#all a:hover {
		color: #EA756C;
	}

	div#all a:active {
		color: #EA756C;
	}


/*-----------------------------------------------
_ top_img
-----------------------------------------------*/

.top{
	width: 980px;
	height: 460px;
	float: left;
}

	.top .title{
		width: 526px;
		height: 380px;
		text-align: right;
		float: left;
		color: #666666;
		padding-top: 50px;
		margin-left: 454px;
	}
		
		.top .title h1{
			margin-top: 15px;
			margin-top: 15px;
			text-indent:100%;
			white-space:nowrap;
			overflow:hidden;
		}

	.top .socialicon{
		width: 980px;
		height: 22px;
		float: left;
		padding-top: 40px;
		text-align: right;
	}
	
	.top .socialicon_other{
		width: 280px;
		height: 22px;
		margin-left: 700px;
		float: left;
	}
	
		.top .socialicon_other .snsb{
			float: left;
		}
	
	.top .twitter-share-button {
	    width: 100px!important;
	}
	
	.top .g {
	    width: 20px!important;
	    position: relative;
	    top:4px;
	}

/*-----------------------------------------------
_ contents
-----------------------------------------------*/

.contents{
	float: left;
	width: 980px;
	min-height: 500px;
	margin: 20px 0px 20px 0px;
}

/*-----------------------------------------------
_ about
-----------------------------------------------*/
.contents .about{
	float: left;
	width: 980px;
	height: 180px;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0px 20px 30px 20px;
}

	.contents .about h2{
		font-size: 24px;
		color: #604D3F;
		float: left;
		font-weight: 100;
		width: 980px;
		height:80px;
	}

	.about p{
		font-size: 18px;
		color: #604D3F;
		text-align: center;
		float: left;
		width: 980px;
	}
	
	.about .invite_mail{
		float: left;
		width: 230px;
		margin:75px 205px 0px 465px;
	}	
	
.invite_contents{
	float: left;
	width: 980px;
	height: 240px;
	font-size: 14px;
	margin-bottom: 20px;
}
	.invite_contents .link_expl p{
		font-size: 18px;
		text-align: center;
		line-height: 35px;
	}
	
	.invite_contents .link_expl2 p{
		font-size: 16px;
		text-align: center;
		line-height: 35px;
	}
	
	.invite_contents #referral_count p{
		font-size: 15px;
		text-align: center;
	}		
		
.caution{
	float: left;
	width: 980px;
	height: 280px;
	font-size: 14px;
	margin-bottom: 20px;
	background-color: #EAE6E4;
	border: #F2E9E0 2px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px 20px 30px 20px;
}

	.caution h4{
		text-align: center;
		font-size: 24px;
		font-weight: 100;
	}
	
	.caution ul{
		list-style: disc;
		margin: 20px 0px 0px 30px;
		font-size: 14px;
	}
	
		.caution ul li{
			list-style: disc;
			margin-top:10px;
		}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.contents footer {
    overflow: auto;
	font-family: "lucida grande",Calibri,"Helvetica Neue",Helvetica,Geneva,tahoma,verdana,arial, Meiryo,'MS PGothic','NanumGothic','AppleGothic','Malgun Gothic','Dotum Regular','Hiragino Kaku Gothic Pro', sans-serif;
    clear: both;
    margin: 35px 15px 15px 15px!important;
}



/*-----------------------------------------------
_ bubble
-----------------------------------------------*/
.arrow_box {
position: absolute;
top: 300px;
left: 680px;
min-width: 200px;
text-align: center;
padding: 8px;
font-weight: bold;
	background: #eee6d2;
	border: 2px solid #a78879;
	color: #675442;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: #eee6d2;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}
.arrow_box:before {
	border-left-color: #a78879;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

/*-----------------------------------------------
_ Button
-----------------------------------------------*/

article#friends3 div.regButton {
margin: 0 0 0 280px;
}
article#friends3 div.regButton p {
float: left;
margin: 15px 50px 0 0;
}
article#friends3 span.link {
position: relative;
top:25px;
left:0;
display: block;
color: #903;
font-size: 70%;
font-weight: normal;
text-shadow: none;
}

/*bar*/
.bar{
	width: 980px;
	height: 40px;
	background-image: url(../images/bar.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	float: left;
	margin-bottom: 20px;
}
/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
}
#page-top a {
    font-size: 12px;
    padding: 30px 0;
    background: #f75c3e;
    text-decoration: none;
    color: #fff!important;
    width: 100px;
    height: 77px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #b89fae;
}	