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

#sub-banner {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

/* + 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 {
	padding: 10px 0;
	width: 95%;
	background: #6EB418;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 2px 0px 5px #7B7B7B;
}

.wrapper .container section .content-wrap aside ul {
	margin: 10px 0 30px;
	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: 10px 0 10px 30px;
	width: 85%;
	background: url(../../images/05/main/check.png) no-repeat 10px center;
	display: block;
}

.wrapper .container section .content-wrap aside ul li.action a ,
.wrapper .container section .content-wrap aside ul li a:hover ,
.wrapper .container section .content-wrap aside ul li ul.sub-category li.action a ,
.wrapper .container section .content-wrap aside ul li ul.sub-category li a:hover {
	background-color: rgba(110,180,24,0.2);
	border-radius: 5px;
}

.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: 10px 0 10px 10px;
	width: 90%;
	background: none;
}

.wrapper .container section .content-wrap aside ul li ul.sub-category {
    margin: 0 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;
}

.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: 2px solid #65A11C;
}

.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;
}

/* +community
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #community {
	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 {
	margin-bottom: 20px;
}

#Sg-map {
	margin: 10px 0;
}

#Sg-map iframe ,
#Syoutube iframe {
	width: 100%;
}



/**********適應性**********/
/************************/
@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 {
		margin: 10px 0;
		width: 100%;
	}
}

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