/*
 * iweb51-style06
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 8 / 31
 */
 
 
/* + container
*----------------------------------------------------------------------------*/
.wrapper .container {
	overflow: hidden;
	margin: 10px 0;
}

.wrapper .container section .waylink {
	overflow: hidden;
	width: 100%;
	text-align: right;
}

.wrapper .container section .content-wrap {
	overflow: hidden;
}

.wrapper .container section .content-wrap aside {
	float: left;
}

.wrapper .container section .content-wrap aside h3 {
	width: 95%;
	height: 70px;
	background: url(../../images/06/main/img-aside.png) repeat-x 0 0;
	color: #fff;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
}

.wrapper .container section .content-wrap aside ul {
	margin: 20px 0;
	width: 95%;
}

.wrapper .container section .content-wrap aside ul li {
	padding: 10px 0;
	border-bottom: 1px solid #555453;
}

.wrapper .container section .content-wrap aside ul li a {
	padding: 0 10px;
	width: 85%;
	display: block;
	background: url(../../images/06/main/icon-arrow.png) no-repeat right center;
}

.wrapper .container section .content-wrap .content-main {
	float: right;
}

.wrapper .container section .content-wrap .content-main #article {
	overflow: hidden;
}

.wrapper .container section .content-wrap .content-main #article h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #7E4C1B;
}

.wrapper .container section .content-wrap .content-main #article img {
	width: 100%;
}

/* +community
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #community ,
.wrapper .container section .content-wrap .content-main #pagenav {
	overflow: hidden;
	padding: 10px 0;
}

.wrapper .container section .content-wrap .content-main #community ul {
	overflow: hidden;
}

.wrapper .container section .content-wrap .content-main #community ul li {
	float: left;
	width: 70px;
	margin: 0 5px;
}


/* +pagenav
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #pagenav a ,
.wrapper .container section .content-wrap .content-main #pagenav span {
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000;
	border: 1px #fff solid;
	margin-left: -1px;
}

.wrapper .container section .content-wrap .content-main #pagenav a:hover {
	color: #fff;
	background: #433529;
}

.wrapper .container section .content-wrap .content-main #pagenav a.down {
	background-position: -13px 0;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 320px) {
	.wrapper .container section .content-wrap aside ,
	.wrapper .container section .content-wrap .content-main {
		margin: 10px 0;
		width: 100%;
	}
}

@media only screen and (min-width : 768px) {
	.wrapper .container section .content-wrap aside {
		width: 35%;
	}
	.wrapper .container section .content-wrap .content-main {
		margin: 20px 0;
		width: 60%
	}
}

@media only screen and (min-width : 960px) {
	.wrapper .container section .content-wrap aside {
		width: 25%;
	}
	.wrapper .container section .content-wrap .content-main {
		margin: 20px 0;
		width: 70%
	}
}