/*
 * iweb51-style05
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 7 / 17
 */

#sub-banner {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

/* + container
*----------------------------------------------------------------------------*/
.wrapper .container {
	overflow: hidden;
	margin: 40px 0;
}

.wrapper .container section .waylink {
	overflow: hidden;
	padding: 20px;
	background: #eee;
	text-align: right;
}

.wrapper .container section .content-wrap {
	overflow: hidden;
	margin: 20px 0;
}

.wrapper .container section .content-wrap aside {
	float: left;
	display: none;
}

.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: 5px 0;
	border-bottom: 1px solid #555453;
}

.wrapper .container section .content-wrap aside ul li a {
	padding: 5px 0 5px 30px;
	width: 85%;
	background: url(../../images/05/main/check.png) no-repeat 10px center;
	display: block;
}

.wrapper .container section .content-wrap aside ul li a:hover ,
.wrapper .container section .content-wrap aside ul li.action a ,
.wrapper .container section .content-wrap aside ul li.action ul.sub-category li.action a ,
.wrapper .container section .content-wrap aside ul li.action ul.sub-category li a:hover {
	background-color: rgba(185,79,255,0.4);
}

.wrapper .container section .content-wrap aside ul li.call a ,
.wrapper .container section .content-wrap aside ul li.mail a ,
.wrapper .container section .content-wrap aside ul li.add a {
	padding: 5px 0 5px 10px;
	width: 90%;
	background: none;
}

.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 center;
}

.wrapper .container section .content-wrap .content-main {
	float: right;
}

.wrapper .container section .content-wrap .content-main #article {
	overflow: hidden;
	margin: 20px 0 0;
}

.wrapper .container section .content-wrap .content-main #article .article-img {
	margin: 10px 0;
}

.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: 1px solid #cecece;
}

.wrapper .container section .content-wrap .content-main #article img {
	width: 100%;
}

.wrapper .container section .content-wrap .content-main #article p.Quo {
	margin: 10px 0;
	font-size: 12px;
}

.wrapper .container section .content-wrap .content-main #article p.Quo a {
	color: #550088;
}

/* +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;
}


/**********Ã©ÂÂ©Ã¦â€¡â€°Ã¦â‚¬Â§**********/
/************************/
@media only screen and (min-width : 320px) {
	#sub-banner {
		margin: 80px 0 0;
	}
	.wrapper .container section .content-wrap aside ,
	.wrapper .container section .content-wrap .content-main {
		overflow: hidden;
		margin: 10px 0;
		width: 100%;
	}
}

@media only screen and (min-width : 960px) {
	#sub-banner {
		margin: 0 0 10px;
	}
	.wrapper .container section .content-wrap aside {
		width: 25%;
	}
	.wrapper .container section .content-wrap .content-main {
		margin: 20px 0;
		width: 100%;
	}
}