
#main {
	background: url(/product/trantixxii/faq/images/main_bg.jpg) center top no-repeat;
	background-size: cover;
	margin-bottom: 45px;	
}
#main>div{
	height: 120px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 28px;
	text-align: left;
}
.show_sp{
	display: none;
}

/* index */
#information>div {
	padding: 0 0 100px;
	position: relative;
	text-align: center;
}
#information h1 {
	font-size: 30px;
	margin-bottom: 45px;
	border-bottom: 3px solid #526894;
}


#information table {

}
#information th {
	width: 35%;
	font-size: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
}
#information th .tagPress,
#information th .tagEvent{
	text-align: center;
	float: right;
	width: 8em;
	padding: 1px 10px;
	font-size: 13px;
	border: 1px solid #526894;
	margin-left: 20px;
}
#information th .tagPress{
	color: #fff;
	background: #526894;
}
#information th .tagEvent{
	color: #526894;
	background: #fff;
}


#information td {
	font-size: 15px;
	padding-bottom: 10px;
	text-align: left;
}

#information a:hover {
    text-decoration: underline;
}


