
#main {
    background-image: url(/product/trantixxii/faq/images/main_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
}
#main>div{
	height: 60px;
	color: #fff;
	position: relative;
	overflow: visible;
}
#main h1 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 15px;
}
#main p {
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 130px;
	left: 5%;
	width: 90%;
}
#main p br:not(.br_sp) {
	display: none;
}
#main_image {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100px;
}

.show_pc{
	display: none;
}



/* index */
#information>div {
	padding: 10px 0 20px;
	position: relative;
	text-align: center;
}
#information h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#information table {
	width: 93%;
	margin: 0 auto;
}
#information tr {
	display: block;
	margin-bottom: 15px;
}
#information th {
	display: block;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 2px;
	text-align: left;
}
#information th .tagPress,
#information th .tagEvent{
	text-align: center;
	width: 8em;
	padding: 0.5px 2px;
	font-size: 11px;
	border: 1px solid #526894;
}
#information th .tagPress{
	color: #fff;
	background: #526894;
}
#information th .tagEvent{
	color: #526894;
	background: #fff;
}
#information td {
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
	text-align: left;
}
#information_event {
	display: none;
}
.PC_on {
	display: none;
}



