@charset "utf-8";
/* CSS Document */

article{
	width:100%;
	}

header{
	width:100%;
	background:#dadbdb url(../../img/private/top_tit.png) center bottom no-repeat;
	height:520px;
	}
	
.head_top{
	background:#fff;
	width:100%;
	}

.top-left{
	width:660px;
	float:left;
	padding-bottom:60px;
	}
aside{
	float:right;
	text-align:center;
	width:250px;
	padding-left:50px;
	position:relative;
	}
aside img{
	margin-bottom:10px;
	}
aside span{
	position:absolute;
	text-decoration:none;
	color:#000;
	top:179px;
	right:30px;
	}

small{
	display:block;
	padding-top:5px;
	padding-bottom:10px;
	}

h6{
	font-weight:bold;
	padding-left:12px;
	position:relative;
	}
h6:before{
	content:"";
	position:absolute;
	top:7px;
	left:3px;
	width:5px;
	height:5px;
	border-radius:10px;
	background:#2ca5df;
	}

.top-left div{
	float:left;
	width:319px;
	padding-top:10px;
	}
.top-left div:nth-of-type(2), .top-left div:nth-of-type(4){
	float:right;
	}
.top-left .other{
	background:#f8f8f8;
	width:620px;
	border:1px solid #cdcdcd;
	padding:10px 15px;
	margin-top:20px;
	}
.top-left .other p{
	font-size:12px;
	padding-bottom:3px;
	}
.top-left .other h6{
	float:left;
	padding-right:30px;
	}

li{
	margin-bottom:10px;
	padding-left:80px;
	padding-top:22px;
	padding-bottom:22px;
	font-weight:bold;
	}
li:nth-of-type(1){
	background:url(../../img/private/top_li01.png) top left no-repeat;
	}
li:nth-of-type(2){
	background:url(../../img/private/top_li06.png) top left no-repeat;
	}
li:nth-of-type(3){
	background:url(../../img/private/top_li02.png) top left no-repeat;
	}
li:nth-of-type(4){
	background:url(../../img/private/top_li03.png) top left no-repeat;
	}
li:nth-of-type(5){
	background:url(../../img/private/top_li04.png) top left no-repeat;
	}
li:nth-of-type(6){
	background:url(../../img/private/top_li05.png) top left no-repeat;
	}
li span{
	color:#fa7d18;
	font-weight:bold;
	padding:0 2px;
	}

.list_image{
	position:absolute;
	right:10px;
	top:80px;
	}
.girl{
	position:absolute;
	right:50px;
	top:320px;
	}
.comment{
	position:absolute;
	right:260px;
	top:352px;
	text-align:center;
	}
