/*
 * iweb51-style11
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 11 / 12
 */

#sub-banner {
	overflow: hidden;
	width: 100%;
	text-align: center;
}


/* + container
*----------------------------------------------------------------------------*/
.wrapper .container {
	overflow: hidden;
	margin: 10px 0;
}

.wrapper .container section .content-wrap {
	overflow: hidden;
	margin: 20px 0;
	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 {
	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 h3.conList {
	margin-top: 50px;
}

.wrapper .container section .content-wrap aside ul {
	margin: 20px 0;
}

.wrapper .container section .content-wrap aside ul li {
	margin: 10px 0;
	font-size: 16px;
}

.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 aside ul li ul.sub-category {
	margin: 0 10px;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category li:last-child {
	border-bottom: none;
}

.wrapper .container section .content-wrap aside ul li.action ul.sub-category li a {
	background: none;
	color: #1C2E48;;
}

.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: #1C2E48;
	color: #fff;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category li a:before {
	padding-right: 5px;
    content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper .container section .content-wrap aside #ad-list .adImg {
	padding: 10px 0;
	border: 1px #ccc solid;
}

.wrapper .container section .content-wrap aside #ad-list .adImg a.photo {
	background-size: 100% auto;
}

.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;
	font-size: 20px;
    font-weight: bold;
}

.wrapper .container section .content-wrap .content-main #article .article-img {
	margin: 10px 0;
}

.wrapper .container section .content-wrap .content-main #article p.Quo {
	margin: 10px 0;
	font-size: 12px;
}


/* +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: 20px 0 0;
	}
	.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;
	}
	.wrapper .container section .content-wrap {
		padding: 30px;
	}
	.wrapper .container section .content-wrap aside {
		width: 25%;
	}
	.wrapper .container section .content-wrap .content-main {
		margin: 20px 0;
		width: 70%
	}
}