/*
 * iweb51-style11
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 11 / 12
 */

#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 .content-wrap {
	overflow: hidden;
	margin: 20px 0;
	padding: 30px;
	background: rgba(255,255,255,0.17);
}

.wrapper .container section .content-wrap aside {
	float: left;
}

.wrapper .container section .content-wrap aside h3 ,
.wrapper .container section .content-wrap aside ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #737373;
	font-size: 18px;
	font-weight: normal;
}

.wrapper .container section .content-wrap aside h3 {
	font-size: 22px;
}

.wrapper .container section .content-wrap aside ul {
	margin: 20px 0;
}

.wrapper .container section .content-wrap aside ul li {
	margin: 10px 0;
	padding: 0 0 10px 10px;
}

.wrapper .container section .content-wrap aside ul li a {
	padding: 10px;
	display: block;
}

.wrapper .container section .content-wrap aside ul li.action a ,
.wrapper .container section .content-wrap aside ul li a:hover {
	background: #1C2E48;
	color: #fff;
	border-radius: 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 .function-site h2 ,
.wrapper .container section .content-wrap h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #1C2E48;
	border-bottom: 2px solid #737373;
}

.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;
}


/**********é©æ‡‰æ€§**********/
/************************/
@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 : 1024px){
	#sub-banner{
    height: auto;
    margin: 0;
}
}
@media only screen and (max-width : 640px){
	#sub-banner img{
    width: 260%;
    margin: 0;
    margin-left: -80%;
}
}