/* title */
#title {
	margin-bottom:70px;
	padding: 20px 0px;
	background:#000000;
}

#title h2 {
	font-size:32px;
	line-height:1.0;
	font-weight:normal;
	color:#ffffff;
	text-align:center;	
}

/* content */
#content {
	margin:0px  auto;
	padding-bottom:70px;
	width:816px;
	/*border: 1px solid #cccccc;*/
}

#content h3 {
	font-size: 36px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

#content h4 {
	font-size: 26px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-bottom: 0px;
}

#content h5 {
	font-size: 26px;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 20px;
}

#content p {
	font-size: 18px;
	line-height: 1.0;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}

#content p.main {
	font-size: 20px;
	line-height: 1.7;
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}

#content p.sub {
	font-size: 16px;
	line-height: 1.7;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

#content p.next {
	font-size: 60px;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

#content p.image {
	text-align: center;
	margin-bottom: 20px;
}

#content p.Scn {
	text-align: center;
	margin-bottom: 5px;
}

#content img.border {
	border: 1px solid #666;
}






#content p.em {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

#content p.offer {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

#content p.pht {
	text-align: center;
	margin-bottom: 50px;
}

#content p.flow {
	text-align: center;
	margin-bottom: 10px;
}

#content ul {
	margin-bottom: 50px;
}

#content ul li {
	font-size: 18px;
	line-height: 1.7;
	color: #000000;
	text-align: center;
}

/* section */
section {
	
	margin-bottom: 50px;
}

/* more_text */
.more_text div {
	font-size: 16px;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 4px;
	/*box-shadow: 0 1px 2px #ddd;*/
	/*-moz-box-shadow: 0 1px 2px #ddd;*/
	/*-webkit-box-shadow: 0 1px 2px #ddd;*/
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	position: relative;
	top: -1px;
	background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#eaeaea));
	width: 550px;
	font-weight: bold;
}

.more_text span.ico_txtclose,
.more_text span.ico_txtopen {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 15px;
	height: 14px;
	margin-top: -7px;
	background-position: 0 -34px;
	background-image: url(../../getsponsors/img/icon_all_2x.png);
	-webkit-background-size: 15px 49px;
	background-size: 15px 49px;
}

.more_text span.txtclose {
	padding-left: 20px;
}
.more_text span.txtopen {
	padding-left: 20px;
}
.more_text span.ico_txtclose {
	left: 20%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.more_text span.ico_txtopen {
	left: 10%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* attn */
#content .attn {
	margin-top: 50px;
	margin-bottom: 50px;
}

#content .attn h6 {
	font-size: 16px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

#content .attn ul li {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #000000;
	margin-bottom: 5px;
	text-indent: -1.5em;
	padding-left: 3em;
}

/* button */
#content .button {
	margin:0px auto;
	width: 800px;
}

#content .button a {
	color:#ffffff;
	text-decoration: none;
}

#content .button .link {
	padding: 20px 0px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: #cc0000;
}

#content .button .link p {
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	margin-bottom:0px;
}

#content .button .link p {
   margin-right: 20px;
   background-image: url("../img/icon_tri_lg2.gif");
   background-repeat: no-repeat;
   background-position: right center;
}