/* CSS Document */

#main {
	width:990px;  
	margin:0 auto 0;
	}
	
#main h1 {
	text-align:center;
	margin:0;
	padding:0;
	}
	
#camp {
	width:980px;  
	margin:0 auto 0;
	padding:0;
	font-size:11px;
	color:#000;
	line-height:1.5em;
	overflow:hidden;
	background:#FFFFFF;
	border-right:5px solid #B90605;
	border-left:5px solid #B90605;
	border-bottom:5px solid #B90605;
	}

#camp .text01 {
	font-size:15px;
	font-weight:bold;
	line-height:1.7em;
	}
#camp .text02 {
	font-size:18px;
	font-weight:bold;
	}
	
#camp #contentsCol {
	width:890px;
	padding:45px 45px 0;
	}
	
#camp #eventCol {
	width:790px;
	background:#F0F0F0;
	padding:50px 50px 30px;
	margin:0 auto 20px;
	text-align:left;
	}

#camp h2 {
	text-align:left;
	margin:0 0 20px;
	padding:0;
	}
	
#camp span.text_mid {
	font-size:14px;
	line-height:1.7em;
	margin:0;
	padding:0;
	}

#camp #detailCol {
	width:730px;
	font-size:13px;
	line-height:1.5em;
	color:#333333;
	padding:30px;
	margin:15px 0 0;
	background-color:#FFF;
	}	
 
/* micro clearfx */
#camp .cf:before,
#camp .cf:after{
		content: "";
		display: table;
}
#camp .cf:after{ clear: both; }


#camp #detailCol #dateCol {
	width:365px;
	float:left;
	}
	#camp #detailCol #dateCol ul{
	margin:20px 0 0;
	padding:0;
	}
	#camp #detailCol #dateCol ul li{
	list-style:square;
	margin:5px 0 0 17px;
	}

#camp #detailCol #mapCol {
	width:365px;
	float:right;
	}

#camp #detailCol #txtCol {
	/*width:730px;*/
	margin:10px 0;
	font-size:18px;
	line-height:1em;
	text-align:left;
	}
	
#camp #voteCol {
	width:100%;
	margin:20px 0 10PX;
	font-size:18px;
	line-height:1em;
	text-align:center;
	}
	#camp .vote {
	margin:10px 0;
	}

#camp #share {
	margin:10px 90px 0;
	padding:0;
	text-align:center;
	overflow: hidden;
	clear: both;
	}

#camp span.text_small {
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#camp #topicCol {
	text-align:left;
	width:890px;
	margin:0;
	padding:0;
	font-size:130%;
	line-height:1.7em;
	overflow:hidden;
	clear:both;
	}
	#camp #topicCol .topic_left {
	width:430px;
	margin-bottom:20px;
	float:left;
	}
	#camp #topicCol .topic_right {
	width:430px;
	margin-bottom:20px;
	float:right;
	}
	#camp #topicCol .topic_center {
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
	}
	
	#camp #topicCol img {
	margin:20px 0;
	}
	

#camp .bnrCol {
	width:890px;
	margin:40px 0 0;
	font-size:11px;
	line-height:1.5em;
	overflow:hidden;
	position:relative;
	}

#camp .bnrCol .bnr {
	width:400px;
	padding:20px;
	float:left;
	background:#F0F0F0;
	}
	#camp .bnrCol .bnr_right {
	margin:0 0 20px 10px;
	width:400px;
	padding:20px;
	float:left;
	background:#F0F0F0;
	}
	
	
#camp #supporterCol {
	width:890px;
	height:60px;
	margin:40px 0;
	padding:20px 0 30px;
	text-align:left;
	vertical-align:middle;
	layout-grid-line:73px;
	border-top:1px solid #ABABAB;
	border-bottom:1px solid #ABABAB;
	}
	#camp #supporterCol img {
	margin:0 0 0 10px;
	vertical-align:middle;
	}
	
#camp #share {
	width:260px;
	margin:60px auto;
	text-align:center;
	}
	
#camp #share ul {
	padding:0;
	list-style-type: none;
	}

#camp #share li {
	float: left;
	padding: 0;
	margin-right: 15px;
	}

#camp #share li:last-child {
	margin-right: 0;
	} 

#camp #share li#pinterest {
	overflow: hidden;
	position: relative;
	height: 20px;
	width: 40px;
	}

#camp #share li#googleplus {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 35px;
	}

#camp #share li#googleplus #gplus {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	}



/*---------------- link color --------------------*/
#camp a {text-decoration: underline; color:#B90605;}
#camp a:hover {text-decoration: none; color:#B90605;}
#camp a:visited {text-decoration: underline; color:#B90605;}

#camp #bnrCol a, #camp .text_small a {text-decoration: underline; color:#B90605}
#camp #bnrCol a:hover, #camp .text_small a:hover {text-decoration: none; color:#B90605;}
#camp #bnrCol a:visited, #camp .text_small a:visited {text-decoration: underline; color:#B90605;}