/*
 * iweb51-style06
 *
 * Copyright 2015, TANK
 * 
 */
 
 
/* + container
*----------------------------------------------------------------------------*/
.wrapper .container {
	overflow: hidden;
}
.wrapper .container .waylink{
	width: 100%;
	border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #eee;
	padding: 12px 0;
}
.wrapper .container .waylink section {
	overflow: hidden;
	text-align: left;
}
.wrapper .container .waylink section .way1{
	width:50%;
	float: left;
}
.wrapper .container .waylink section .way2{
	float:right;
	width:50%;
}
.wrapper .container .waylink section .way2 #community ul{ 
	text-align:right;
}
.wrapper .container .waylink section .way2 #community ul li{ 
	display:inline-block;
}
.wrapper .container .waylink section .way2 #community ul li a{ 
	display:block;
	background-image:url(../../images/12/path_f.gif);
	background-repeat: no-repeat;
	width: 22px;
    height: 22px;
}
.wrapper .container .waylink section .way2 #community ul li a.pPlus{ 
	background-image:url(../../images/12/path_b.gif);
}
.wrapper .container .waylink section .way2 #community ul li a.gplus{ 
	background-image:url(../../images/12/path_g.gif);
}
.wrapper .container .waylink section .way2 #community ul li a.tplus{ 
	background-image:url(../../images/12/path_t.gif);
}
.wrapper .container section .content-wrap {
	overflow: hidden;
	margin-top: 1%;
}

.wrapper .container section .content-wrap aside {
	float: left;
	background-image:url(../../images/12/bgbg.png);
	background-repeat: no-repeat;
    background-position: 100% 0%;
	padding: 35px 0;
}

.wrapper .container section .content-wrap aside h3 {
	width: 95%;
	color: #000;
	font-size: 30px;
	line-height: 65px;
	background-image:url(../../images/12/h2_bg.gif);
	background-repeat: no-repeat;   
}
.wrapper .container section .content-wrap aside .asidep {
	color: #0798de;	
}
.wrapper .container section .content-wrap aside .asidep b{
	font-weight:normal;
	color:#000;
}
.wrapper .container section .content-wrap aside ul {
	margin: 20px 0;
	width: 95%;
}

.wrapper .container section .content-wrap aside ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.wrapper .container section .content-wrap aside ul li.action,
.wrapper .container section .content-wrap aside ul li:hover {
	background: #00c0f0;
}
.wrapper .container section .content-wrap aside ul li:last-child{
	border-bottom: 1px solid #00c0f0;
}
.wrapper .container section .content-wrap aside ul li.action a,
.wrapper .container section .content-wrap aside ul li:hover a{
	color:#fff;
	background: url(../../images/12/icon-arrow2.png) no-repeat right center;
}
.wrapper .container section .content-wrap aside ul li a {
	padding: 0 10px;
	width: 85%;
	display: block;
	background: url(../../images/06/main/icon-arrow.png) no-repeat right center;
	font-size:18px;
}

.wrapper .container section .content-wrap .content-main {
	float: right;    
	padding: 35px 0;
}
.wrapper .container section .content-wrap .content-main .soto img{
	max-width: 100%;
}
.wrapper .container section .content-wrap .content-main .titleName{
	background: url(../../images/12/sub_top_bg02.gif) no-repeat right center;
	height: 120px;
	border-bottom: 2px solid #ddd;
	padding: 0 2%;
}
.wrapper .container section .content-wrap .content-main .titleName h3{
	font-size:34px;
	font-weight: normal;
	line-height: 180%;
}
.wrapper .container section .content-wrap .content-main .titleName h3 b{
	font-size:16px;
	font-weight:normal;
	vertical-align: super;
}
.wrapper .container section .content-wrap .content-main #article {
	overflow: hidden;
	margin: 20px 0;
}

.wrapper .container section .content-wrap .content-main #article h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #7E4C1B;
}

.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;
	margin: 0 5px;
}
.wrapper .container section .content-wrap .content-main #community ul li a.pPlus{
	width: 33px;
	height: 24px;
	display: block;
	background: url(../../images/plurk-32.png) no-repeat 0 0;
	text-indent: -99999px;
}
/* +pagenav
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #pagenav{
	
}
.wrapper .container section .content-wrap .content-main #pagenav a ,
.wrapper .container section .content-wrap .content-main #pagenav span ,
.wrapper .container section .content-wrap .content-main #pagenav strong{
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000;
	border: 1px #fff solid;
	margin-left: -1px;
}

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

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


/**********適應性**********/
/************************/
@media only screen and (min-width : 320px) {
	.wrapper .container section .content-wrap aside ,
	.wrapper .container section .content-wrap .content-main {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) {
	.wrapper .container section .content-wrap aside {
		width: 35%;
	}
	.wrapper .container section .content-wrap .content-main {
		width: 60%
	}
}

@media only screen and (min-width : 960px) {
	.wrapper .container section .content-wrap aside {
		width: 20%;
	}
	.wrapper .container section .content-wrap .content-main {
		width: 75%
	}
}
@media only screen and (max-width : 768px) {
	.wrapper .container section .content-wrap aside {
		width: 96%;
		padding: 0 2%;
	}
	.wrapper .container section .content-wrap .content-main .titleName{
		background: none;
	}
	.wrapper .container section .content-wrap{
		width: 98%;
    	margin: 1% auto;
	}

}
