
/*-----------------------------------------------
_ 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: 1010px;
	float: left;
	font-family: Arial, sans-sans-serif;
	color: #666666;
	text-decoration: none;
	background-color: #fff;
	padding: 20px;
	margin: 15px 0px 20px 0px;
	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: 500px;
	float: left;
}

	.top .title{
		width: 526px;
		height: 360px;
		text-align: right;
		float: left;
		color: #666666;
		padding-top: 50px;
		margin-left: 454px;
	}

		.top .title p{
			font-size: 18px;
			padding-top: 15px;
			text-shadow: 2px 2px 2px #604D3F;
		}
		
		.top .title h1{
			font-size:45px;
			color: #D23B27;
			font-family: Arial, sans-serif;
			padding-top: 5px;
			text-shadow: 2px 2px 2px #604D3F;
		}

	.top .socialicon{
		width: 536px;
		height: 22px;
		float: right;
		padding-top: 40px;
		text-align: right;
	}
	
	.top .socialicon_other{
		width: 536px;
		height: 22px;
	}
	
	.top .twitter-share-button {
	    width: 84px!important;
	}
	
	.top .g {
	    width: 20px!important;
	}

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

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

/*-----------------------------------------------
_ about
-----------------------------------------------*/

.about{
	float: left;
	width: 960px;
	height: 1200px;
	font-size: 14px;
	margin-bottom: 20px;
	border: #E1F0FF 2px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 20px 30px 20px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
	.about h3{
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	
	.about p{
		font-size: 18px;
		color: #604D3F;
		text-align: center;
		float: left;
	}
	
	.about .invite_mail{
		float: left;
		width: 230px;
		margin:75px 205px 0px 465px;
	}			
		
.caution{
	float: left;
	width: 950px;
	height: 200px;
	font-size: 14px;
	margin-bottom: 20px;
	background-color: #E1F0FF;
	border: #E1F0FF 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 100px;
		font-size: 14px;
	}
	
		.caution ul li{
			list-style: disc;
			margin-top:10px;
		}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.contents footer {
	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 0!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;
}