@charset "utf-8";

#wrap {
	background: #efefef;
	color:#231815;
}

/* clearfix
==================================== */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {  display: inline-block; }
/*\*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* anchor
----------------------------------- */
a {
	color: #e95384;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
a:hover {
	color: #374a9d;
	text-decoration: underline;
}

.right{text-align:right;float:none;}
.center { text-align: center; }
.subTxt { 
	display:block;
	font-size: 13px;
	line-height: 1.5;
}
.subTxt.gray{
	font-size: 12px;
	color:#898989;
	text-align:center;
}
.bold { font-weight: bold; }
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}


/* layout
==================================== */
.section {
	padding:45px 4%;
}
.inner{
	margin:40px 0 0;
}
.section .ph{
	text-align:center;
}
.section .ph img{
	width:89%;

}
.section .ph.ip img{
	width:65%;
}
.section .mainLead{
	margin-bottom:15px;
	font-size:26px;
    line-height: 1.5;
}

/* header
----------------------------------- */
.section.header {
	background:url(../images/bg_trade_2020_sp.png) no-repeat 50% 0;
	background-size:cover;
}
.section.header .inner{
	margin:0;
}
.section.header .tit{
	margin:0 0 25px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ff7c60;
}
.section.header .tit img{
	display:block;
	margin:30px auto 60px;
}
.section.header .mainLead{ color:#fff; text-align:center; }
.section.header .txt{ color:#fff; font-weight:bold; }
.section.header .txt br{ display:none; }
.section.header .mainLead br.pc{ display:block!important; }

/* about
----------------------------------- */
.section.about .lead{
	margin:0 0 25px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.section.about .lead br.pc{
	display:block!important;

}
.section.about .commission {
	width:100%;
	margin:15px 0;
	border-top:1px solid #595757;
}
.section.about .commission th,
.section.about .commission td{
	padding: 15px 0;
	border-bottom:1px solid #595757;
}
.section.about .commission th{
	width:20%;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #595757;
}
.section.about .commission td{
	padding: 15px 0 15px 15px;
}

.section.about .caution{
	margin:60px 0 0;
	padding: 20px;
	border:2px dotted #e60012;
	color:#e60012;
}
.section.about .caution .tit{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
}

/* dticket
----------------------------------- */

.section.dticket{
	background:#fff;
}
.section.dticket .inner{
	margin:0 auto;
	position:relative;
}
.section.dticket .link{
	margin:15px 0 35px;
	font-size:13px;
	font-weight:bold;
}
.section.dticket .link img{
	vertical-align:middle;
	margin-right:5px;
}
.section.dticket .subTxt{
	text-align:center;
}
.section.dticket .ph{
	margin-bottom:35px;
}


/* PC
==================================== */
@media screen and (min-width: 900px) {
	.sp { display: none; }
	#container{
		width:100%;
	}
	.section.header {
		background:url(../images/bg_trade_2020_pc.png) no-repeat 0 50% fixed;
		background-size:100%;
	}
	.section .mainLead{
		font-size:28px;
		margin-bottom:20px;
	}
	.section .txt{
		font-size:16px;
	}
	.section .ph img{
		width:300px;
	}

	.section .ph.ip img{
		width:250px;
	}
	.section .inner{
		width:890px;
		margin: 80px auto 0 ;
	}


	/* header
	----------------------------------- */
	.section.header{
		padding:55px 5%;
	}
	.section.header .inner{
		width:100%;
		margin:0 auto;
	}
	.section.header .tit{
		position:relative;
		font-size:20px;
		font-weight:normal;
		text-align:left;
		color:#fff;
	    height: 90px;
	    padding-top: 40px;
	}
	.section.header .tit img{
		width:160px;
		position:absolute;
		margin: -65px 0 0 -80px;
		left:50%;
		top:50%;
	}
	.section.header .mainLead{
	    font-size: 40px;
	}
	.section.header .mainLead br{
		display:none;
	}
	.section.header .txt{
		text-align:center;
	}
	.section.header .txt br{
		display:block;
	}
	.section.header .subTxt{ margin:12px 0 0;color:#fff; text-align: center; }
	/* about
	----------------------------------- */
	.section.about {
		padding: 100px 4% 80px;
		background:#f8f6f5;
	}
	.section.about .mainLead br{
		display:none;
	}
	.section.about .block{
		width:890px;
		margin:0 auto;
	}
	.section.about .ph.ip{
		float:left;
		width:310px;
		text-align:right;
		margin-right:50px;
	}
	.section.about .ph.ip img{
		width:280px;
	}
	.section.about .inner.block1{
		float:left;
		width:530px;
		margin:80px auto 0;
	}
	.section.about .inner.block1 .lead{
		font-size:20px;
		margin-bottom:30px;
	}

	.section.about .inner.block1 img{
		width:410px;
	}
	.section.about .inner.block1 .lead br.pc{
		display:none!important;
	}
	.section.about .commission td{
	    padding: 10px 0 10px 15px;
	}
	.section.about .commission br{
		display:none;
	}
	.section.about .commission .subTxt{
		display:inline-block;
		padding:0 0 0 20px;
	}
	.section.about .caution{
		margin-top:90px;
		padding:50px;
	    border: 4px dotted #e60012;
	}
	.section.about .caution .tit{
		font-size:20px;
	}

	/* dticket
	----------------------------------- */
	.section.dticket{
		padding: 100px 4% 45px;
	}
	.section.dticket .inner{
		position:relative;
		height:580px;
	}
	.section.dticket .mainLead,
	.section.dticket .txt{
		width:60%;
	}
	.section.dticket .mainLead{
	    padding-top: 30px;
	}
	.section.dticket .ph{
		position:absolute;
		top:0;
		right:10px;
	}
	.section.dticket .link{
	    margin: 20px 0 35px;
	}
	.section.dticket .link a{
		color:#9fa0a0;
	}
	.section.dticket .subTxt{
		margin-top:180px;
		/*margin-right:-140px*/;
		text-align:right;
		font-size:12px;
	}
	
	.patent {
	display: inline-block;
    border: 1px solid;
    padding: 0px 10px;
    margin: 10px 0 0;
    }
	.section.about .inner.block1 {
		text-align: center;
		border: none;
	}
	.section.about .inner.block1 .patent {
		color: #888;
		border: none;
	}
}


/* SP
==================================== */
@media screen and (max-width: 900px) {
	html,body { font-size: 15px; }
	.patent {
		text-align: center;
		line-height: 1.4;
		border: 1px solid;
		padding: 2px 0;
		margin: 10px 0 0;
	}
	.section.about .inner.block1 .patent {
		color: #888;
		border: none;
	}
	.section.header .subTxt{ margin:12px 0 0;color:#fff; }
}
