/*
 * iweb52-style18
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 24
 */


#sub-banner a {
	overflow: hidden;
	background: url(/images/18/main/img-sBannerPhoto.png) fixed center top ;
	display: block;
}

#sub-banner a img {
	max-width: initial;
}

.wrap {
	position: relative;
	margin-top: -200px;
	color: #fff;
}

/* + topBar
*----------------------------------------------------------------------------*/
.wrap .topBar h2 {
	margin-bottom: 100px;
	font-size: 125px;
	color: #f5c329;
	text-align: center;
	line-height: 125px;
}

.wrap .topBar h3 {
	margin: 25px 0 10px;
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.wrap .topBar h3 b {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #6c6c6c;
	line-height: 16px;
}

.wrap .topBar .waylink {
	text-align: right;
	color: #6c6c6c;
}

.wrap .topBar .waylink a {
	color: #6c6c6c;
}


/* + aside
*----------------------------------------------------------------------------*/
.wrap aside {
	margin-top: 10px;
	border-top: 1px #313131 solid;
	text-align: center;
}

.wrap aside a {
	margin: 0 5px 10px;
	padding: 10px;
	background: #565454;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.wrap aside a.action ,
.wrap aside a:hover {
	background: #fabd02;
	color: #000;
}

.content-main {
	margin-top: 20px;
}

.content-main #form1 {
	margin: 15px auto;
	width: 60%;
}

.content-main #form1 p {
	margin: 10px 0;
	font-size: 16px;
}

.content-main #form1 input[type="text"] ,
.content-main #form1 select ,
.content-main #form1 textarea {
	padding: 10px;
	width: 90%;
	background: #424141;
	border: 1px #2d2c2c solid;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 1px 6px 0 #2d2d2d inset;
}

.content-main #form1 input[type="text"]:focus ,
.content-main #form1 select:focus ,
.content-main #form1 textarea:focus {
	border: 1px #9e7d15 solid;
	box-shadow: 0 0 5px #c1a039;
}

.content-main #form1 input[type="text"]#Checknum {
	width: 100px;
}

.content-main #form1 input[type="button"] {
	padding: 5px 15px;
	background: #fabd02;
	display: inline-block;
	border-radius: 5px;
	color: #000;
}


/************ = 適應性 = ************/
/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.wrap .topBar h2 {
		font-size: 100px;
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#sub-banner a img {
		height: 250px;
	}
	.wrap {
		margin-top: -140px;
	}
	.wrap .topBar h2 {
		margin-bottom: 50px;
		font-size: 80px;
		line-height: 100px;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.wrap {
		margin-top: -120px;
	}
	.wrap .topBar h2 {
		font-size: 65px;
		line-height: 80px;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	.wrap {
		margin-top: -65px;
	}
	.wrap .topBar h2 {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 45px;
	}
	#sub-banner a img {
		height: 180px;
	}
	.wrap .topBar h3 {
		margin-top: 15px;
	}
}
