@charaset"UTF-8";
/*@import "./style.css";*/

/*==================================================================*/
/* css */
/*==================================================================*/
#contents{padding:0;background:none;}
#result .award {padding:40px 0 60px;}
#result .title h1{
	margin:0;
	padding:0;
	line-height:1.8;
	width:auto;
	color:#6ac333;
	font-size:18px;
	font-weight:400;
	}

#result .title p{font-size:14px;}
#result .title p a{color:#70b737;}
#result .title p a:hover{color:#efc62f;}

/* 640 *//* ------- */@media screen and (min-width:640px){}

/* 840 *//* ------- */@media screen and (min-width:840px){
#result .title h1{font-size:30px;}
#result .detail .cmt{margin:0 auto;width:600px;}
#result .block .everyone{margin:0 auto;width:600px;}
}

#return{
	padding:0 0 20px;
	text-align:center;
	}
#return a{
	margin:0 auto;
	padding:0 0 3px;
	border:1px solid #70b737;
	position:relative;
	display:inline-block;
	width:140px;
	color:#70b737;
	text-align:center;
	font-size:14px;
	}
#return a::before,
#return a::after{
	margin:auto;
	position: absolute;
	top: 0;
	bottom:0;
	left:8px;
	content:"";
	display: block;
	content: '';
	}
#return a::before{
	left:8px;
	width:6px;
	height:6px;
	border-bottom: 2px solid #70b737;
	border-left: 2px solid #70b737;
	transform: rotate(45deg);
	}

/* over */
#return a:hover{
	color:#fff;
	background:#70b737;
	}
#return a:hover::before{
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	}
	
#return a,
#return a::before,
#return a::after{transition: all .3s;}

/* -------------------------------------------------------------- */