/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 01
 */


.wrapper {
	overflow: hidden;
	background: url(/images/22/main/img-subBg.jpg);
}

.wrap {
	position: relative;
	margin-top: -180px;
	z-index: 10;
}

#pagenav {
	margin: 20px 0 50px;
}


/* + tit
*----------------------------------------------------------------------------*/
.wrap .tit {
	overflow: hidden;
}

.wrap .tit .topBar ,
.wrap .tit .waylink {
	float: left;
	width: 24%;
}

.wrap .tit .topBar b ,
.wrap .tit .topBar h3 {
	margin-left: 20px;
	display: inline-block;
	font-size: 33px;
	font-weight: normal;
	color: #fff;
}

.wrap .tit .topBar b {
	margin-left: 0;
	padding: 5px 0 0 30px;
	border-bottom: 1px #b5b5b5 solid;
	font-size: 20px;
}

.wrap .tit .waylink {
	margin-left: 1%;
	padding-top: 10px;
	width: 75%;
	border-top: 1px #b5b5b5 solid;
	text-align: right;
	color: #656565;
}

.wrap .tit .waylink a {
	color: #656565;
}
.wrap .tit .waylink ol{
	overflow:hidden;
	color:#656565;
	font-size:12px;
	display:inline-block;
}
.wrap .tit .waylink ol li{
	float:left;
	position:relative;
    padding-left: 10px;
    margin-left: 5px;
	list-style:none;
}
.wrap .tit .waylink ol li:first-child{
    padding-left: 0;
    margin-left: 0;
}
.wrap .tit .waylink ol li a{
	color:#656565;
}
.wrap .tit .waylink ol li .h3{
	font-size:12px;
	font-weight:normal;
    color: #ababab;
}
.wrap .tit .waylink ol li:after{
	position:absolute;
	content:'>';
	left:0;
	top:0;
	color:#656565;
	font-size:12px;
}
.wrap .tit .waylink ol li:first-child:after{
	display:none;
}

/* + aside
*----------------------------------------------------------------------------*/
.wrap aside ul {
	margin: 10px 0;
	text-align: center;
}

.wrap aside li {
	margin: 10px 5px;
	display: inline-block;
}

.wrap aside a {
	padding: 10px 15px;
	border: 1px #484848 solid;
	display: block;
	font-size: 18px;
	color: #ffffff;
}

.wrap aside li.action a ,
.wrap aside li:hover a {
    background: #b1fe02;
    color: #000;
}

.wrap aside li ul.sub-category {
	position: absolute;
	margin: 0;
	z-index: 1;
	display: none;
}

.wrap aside li:hover ul.sub-category {
	display: block;
}

.wrap aside li ul.sub-category li {
	margin: 0;
	display: block;
}

.wrap aside li ul.sub-category a {
	padding: 5px 15px;
	background: #000;
	border: 0;
	border-bottom: 1px #969494 solid;
	color: #fff;
}


/* + content-main
*----------------------------------------------------------------------------*/
.wrap h4.name {
	margin: 10px 0;
	font-size: 25px;
	font-family: 'cwTeXYen', serif;
	color: #fff;
}

.wrap h4.name img {
	margin-right: 10px;
}

.wrap .content-main {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 30px;
	background: #ffffff3b;
}
.article {
    background-repeat: no-repeat;
    background-position: right 0;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#sub-banner a.photo img {
		width: 150%;
	}
	.wrap {
		margin-top: 0;
	}
	.wrap .tit .topBar{
		width: 26%;
	}
	.wrap .tit .waylink {
		width: 73%;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.wrap .tit .topBar{
		width: 35%;
	}
	.wrap .tit .waylink {
		width: 64%;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	.wrap .tit .topBar ,
	.wrap .tit .waylink {
		margin-left: 0;
		width: 100%;
	}
	.wrap .tit .topBar b {
		border-bottom: none;
	}
	.wrap .content-main {
		padding: 20px 10px;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.wrap aside a {
		padding: 10px 5px;
		font-size: 16px;
	}
}