/*
 * iweb51-style05
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 7 / 17
 */

#sub-banner {
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 350px;
}

#sub-banner img {
	width: 100%;
}

/* + container
*----------------------------------------------------------------------------*/
.wrapper .container {
	overflow: hidden;
	margin: 10px 0;
}

.wrapper .container section .waylink {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	text-align: right;
	box-shadow: 1px 18px 10px -10px #848282;
}

.wrapper .container section .content-wrap {
	overflow: hidden;
	margin: 20px 0;
}

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

.wrapper .container section .content-wrap aside h3 {
	width: 95%;
	height: 40px;
	background: #B94FFF;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	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 0 0 30px;
	width: 85%;
	background: url(../../images/05/main/check.png) no-repeat 10px 5px;
	display: block;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category {
    margin: 10px 20px;
    width: initial;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category li {
	border-bottom: 0;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category li a {
	background: url(../../images/05/main/icon-arrow.png) no-repeat 10px 5px;
}

.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 ,
.wrapper .container section .content-wrap .contact-form h2 ,
.wrapper .container section .content-wrap #article h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #9900FF;
}

.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: 10px 20px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000;
}

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

.wrapper .container section .content-wrap .content-main #pagenav a.up ,
.wrapper .container section .content-wrap .content-main #pagenav a.down {
	margin: 6px 5px 0;
	padding: 5px;
	border: 0;
	display: inline-block;
}

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


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

@media only screen and (min-width : 960px) {
	#sub-banner {
		margin: 0;
		height: 350px;
	}
	.wrapper .container section .content-wrap aside {
		width: 25%;
	}
	.wrapper .container section .content-wrap .content-main {
		margin: 20px 0;
		width: 70%
	}
}
@media only screen and (max-width : 959px) {
	.wrapper .container section .content-wrap aside{
		display:none;
	}
}