@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a {
	border-bottom: 2px solid #fff;
}

.pageTitle {
	background: url(../img/trade/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .contentBox {
	margin-bottom: 120px;
	width: 900px;
}

#main .comTopBox {
	margin-bottom: 71px;
}

#main .comTopBox .photoBox {
	top: 114px;
}

#main .comTopBox .textBox h2 {
	margin-bottom: 51px;
	letter-spacing: 0;
	font-size: 50px;
}

#main .comTopBox .textBox h2 span {
	margin: 15px 0 0 7px;
	letter-spacing: 0.7px;
}

#main .link {
	margin: 0 auto 80px;
	width: 400px;
}

#main .link a {
	padding: 13px 10px 13px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: url(../img/trade/link_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
}

#main .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#main .link a img {
	margin-left: 4px;
	vertical-align: middle;
}

#main .h2Ttl {
	margin-bottom: 23px;
	text-align: center;
}

#main .h3Ttl {
	margin-bottom: 24px;
	text-align: center;
}

#main .map {
	margin-bottom: 75px;
	text-align: center;
}

#main .map img {
	box-shadow: 0 0 10px #e2e2e2;
}

#main .historyUl {
	margin: 0 auto 22px;
	padding: 32px 0 23px;
	width: 744px;
	background: url(../img/trade/history_bg.png) no-repeat bottom center;
	position: relative;
}

#main .historyUl:before {
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/trade/icon01.png) no-repeat center top;
	background-size: 30px 30px;
	position: absolute;
	top: 0;
	left: 50%;

	content: "";
}

#main .historyUl li {
	margin-bottom: 87px;
	width: 372px;
	float: right;
}

#main .historyUl li:last-child {
	margin-bottom: 0;
}

#main .historyUl li p {
	margin-left: 22px;
}

#main .historyUl li .date {
	margin-left: 0;
	padding: 0 0 14px 20px;
	border-bottom: 4px solid #99A3CC;
	position: relative;
}

#main .historyUl li .date:before {
	width: 16px;
	height: 16px;
	background: url(../img/trade/icon02.png) no-repeat center top;
	background-size: 16px 16px;
	position: absolute;
	bottom: -10px;
	left: -8px;

	content: "";
}

#main .historyUl li .photo {
	margin: 8px 0 15px 22px;
}

#main .historyUl li:nth-child(2n) {
	margin-top: 95px;
	float: left;
}

#main .historyUl li:nth-child(2n) p {
	margin: 0 22px 0 0;
}

#main .historyUl li:nth-child(2n) .date {
	margin-right: 0;
	padding: 0 17px 4px 0;
	text-align: right;
}

#main .historyUl li:nth-child(2n) .date:before {
	left: inherit;
	right: -8px;

	content: "";
}

#main .historyUl li:nth-child(2n) .photo {
	margin: 8px 22px 15px 0;
}

#main .title {
	margin: 0 -30px 31px;
	width: 960px;
	color: #003392;
	font-size: 50px;
	font-family: "RobotoCondensed-Bold";
	text-align: center;
}

#main .headLine01 {
	margin-bottom: 58px;
}

#main .tabBox {
	margin: 0 10px;
}

#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th {
	width: 20.6%;
	padding: 14px 10px !important;
	color: #003392;
}

#main .comTable th,
#main .comTable td {
	padding: 15px 20px;
	line-height: 1.5;
}

#main .comTable .tdStyle {
	padding: 0;
	width: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		background: url(../img/trade/sp_page_title_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .contentBox {
		width: auto;
	}

	#main .contentBox {
		margin: 0 15px 15px;
	}

	#main .comTopBox {
		margin-bottom: 0;
		padding: 17px 10px;
	}

	#main .comTopBox .textBox h2 {
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	#main .comTopBox .textBox h2 span {
		margin: 10px 0 0 2px;
	}

	#main .link {
		margin-bottom: 40px;
		width: 100%;
	}

	#main .link a {
		padding: 10px 10px 10px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 2px;
	}

	#main .link a .sp {
		margin-top: -3px;
		display: inline-block !important;
	}

	#main .h2Ttl {
		margin-bottom: 11px;
	}

	#main .h2Ttl img {
		margin: 0 auto;
		height: 75px;
	}

	#main .map {
		margin-bottom: 20px;
	}

	#main .map img {
		width: 100%;
	}

	#main .historyUl {
		margin: 0 0 20px 16px;
		padding: 37px 0 0;
		width: auto;
		background: url(../img/trade/history_bg.png) no-repeat bottom left;
		background-size: 2px auto;
	}

	#main .historyUl:before {
		margin-left: 0;
		width: 15px;
		height: 15px;
		background-size: 15px 15px;
		position: absolute;
		left: -7px;
	}

	#main .historyUl li {
		margin: 0 0 18px !important;
		width: auto;
		float: none !important;
	}

	#main .historyUl li:last-child {
		margin-bottom: 0 !important;
	}

	#main .historyUl li p {
		margin: 0 0 0 14px !important;
		font-size: 12px;
	}

	#main .historyUl li .date {
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: none;
	}

	#main .historyUl li .date:before {
		width: 8px;
		height: 8px;
		background-size: 8px 8px;
		position: absolute;
		left: -3px !important;
		bottom: -3px !important;
		right: inherit;
		z-index: 1;
	}

	#main .historyUl li .date img {
		padding: 0 10px 7px 11px;
		height: 22px;
		display: inline-block;
		position: relative;
		border-bottom: 2px solid #99a3cc;
	}

	#main .historyUl li:nth-child(2n) .date {
		text-align: left;
	}

	#main .historyUl li .photo {
		margin: 7px 0 4px 14px !important;
	}

	#main .historyUl li .photo img {
		width: 100%;
	}

	#main .historyUl li .title {
		margin: 10px 0 0 12px !important;
		width: auto;
		font-size: 40px !important;
		text-align: left;
		line-height: 1;
	}

	#main .h3Ttl {
		margin: 0 0 33px 34px;
		text-align: left;
	}

	#main .h3Ttl img {
		margin-bottom: -60px;
		height: 47px;
	}

	#main .headLine01 {
		margin-bottom: 14px;
	}

	#main .tabBox {
		margin: 0;
	}

	#main .comTable th,
	#main .comTable td {
		font-size: 12px;
		width: 100%;
		box-sizing: border-box;
	}

	#main .comTable th {
		padding: 10px 0 1px !important;
		font-size: 10px;
	}

	#main .comTable td {
		padding: 0 0 8px;
		border-bottom: 1px solid #b3b3b3;
	}
}

@media all and (min-width: 0) and (max-width: 360px) {
	#main .link a {
		font-size: 13px;
	}
}
