@charset "utf-8";
/* css document */
body {
	font-family: 'hiragino kaku gothic pro', 'meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.6em;
}
.bg-main {
	max-width: 960px;
	padding: 10px 0;
	background-color: #ffffff;
}
#smartBody.bg-main {
	width: 100%;
	padding: 10px;
}
.bg-main img{
	max-width:100% !important;
	height:auto !important;
}
.bg-main p {
	font-size: 14px !important;
	margin: 10px 15px 18px 15px;
	line-height:1.6em;
}
.bg-main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0 0 15px 0;
	background-color: #d6000f;
	padding: 10px;
}
.bg-main h2 {
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 40px 0px 15px;
	background-color: #fdd000;
	padding: 10px;
}
p.txt-red {
	font-size: 14px;
	font-weight: bold;
	color: #d6000f;
	line-height: 160%;
}
p.txt-twred {
	color: #d6000f
}
p.margin-b-20px {
	margin-bottom: 20px;
}
p.margin-b-10px {
	margin-bottom: 10px;
}
p.linkbtn {
	text-align: center;
	margin: 30px;
}
p.linkbtn a {
	font-size: 20px;
	text-decoration: none;
	color: #fdd000;
	display: block;
	padding: 20px 25px 20px 15px;
	background-color: #d6000f;
	border-radius: 5px;
	font-weight: bold;
	border-bottom: solid 4px #9f000c;
	background-image: url(https://cdfront.tower.jp/~/media/images/tol/pc/common/parts/arrow-yellow.png);
	background-position: right 50%;
	background-repeat: no-repeat;
}
p.linkbtn a span {
	font-size: 80%;
	padding-top: 10px;
	display: block;
	color: #fff;
}
p.linkbtn a:hover {
	background-color: #ff4452;
}
p.white a {
	color: #ffffff;
}
.border-box {
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999
}
.br-sp{
	display:none;
}
#smartBody .br-sp{
	display:inherit;
}

