/*main.css*/
.c5-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;}
.c5-contents {}
.c5-contents img {
	display: block;
	width: 100%;
	height: auto;}

.c5-mainArea {
	text-align: center;
	margin: 0px 0 83px;}
.c5-mainArea__18 {
	font-size: 1.125em;
	text-align: center;
	letter-spacing: -0.5px;
	margin: 55px 0 0;
}
.c5-comment{
	margin: 0 0 20px;
	font-size: .8em;
}
.c5-mainArea__16 {
	font-size: 1em;
	text-align: center;
	letter-spacing: -0.5px;
	margin: 5px 0 35px;
}
.c5-silver {
	background: url(../images/silverButtonBg.gif) repeat-x;
	/*font-weight: bold;
	font-size: .875em;
	line-height: 1.1;
	padding: 13px 21px;
	text-decoration: none;
	display: inline;
	text-align: center;*/
	border: 1px solid #cecece;
	font-weight: bold;
	
}

.silverButton {
	background: url(../images/silverButtonBg.gif) repeat-x;
	font-weight: bold;
	font-size: .875em;
	border: 1px solid #cecece;
	line-height: 1.1;
	padding: 13px 21px;
	text-decoration: none;
	display: inline;
	text-align: center;
}
.silverButton:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.silverButton:before {
	content: url(../images/arrow_bl.png);
	margin: 0 5px;
}

.c5-notice {
	border: #016b89 1px solid;
	width: 948px;
	margin: 80px auto 0;
	background-color: #edfafc;}
.c5-notice__header {
	text-align: center;
	background-color: #016b89;
	color: #fff;
	line-height: 2.1;}
.c5-notice__header__prefix {
	font-size: 1em;
	font-weight: bold;;}
.c5-notice__header__nmb {
	font-size: 1.75em;
	font-weight: bold;}
.c5-notice__header__ymd {
	font-size: 1.25em;
	font-weight: bold;}
.c5-notice__header__fromtill {
	font-size: 1.625em;
	font-weight: bold;
}
.c5-notice__header__br {
	display: none;	
}
.c5-buttonsArea {
	text-align: center;
	color: #fff;
	width: 680px;
	margin: 50px auto 40px;
	position: relative;
	overflow: hidden;
}
.c5-buttonsArea a {
	color: #fff;
	font-size: .875em;
	display: block;
	width: 310px;
	padding: 14px 0;
	line-height: 1;
	letter-spacing: -0.5px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
}
.c5-buttonsArea a:hover {
	text-decoration: none;
	color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.blueButton {
	background-color: #5787f4;
	float: left;
	background-position: 20% 49%;
}
.orangeButton {
	background-color: #f5683a;
	float: right;
	background-position: 15% 49%;}
.c5-noticeArea {
	clear: both;
	width: 770px;
	margin: 0 auto;}
.c5-noticeArea__header {
	font-size: .875em;
	font-weight: bold;
	margin: 0;
	padding: 0;}
.c5-noticeArea__ul {
	margin: 0 0 40px 1.5em;
	padding: 0;}
.c5-noticeArea__ul li {
	font-size: .875em;
	line-height: 1.66;
	margin: 0 0 0 0;
	letter-spacing: -0.5px;
}
@media screen and (max-width: 639px) {

.c5-contents img {
	margin: 20px 0 0;
}

.c5-mainArea {
	margin: 0px 0 40px;}
.c5-mainArea__18 {
	text-align: left;
	margin: 30px 0;
}
.c5-mainArea__br {
	display: none;
}
.c5-mainArea__16 {
	text-align: left;
	margin: 5px 0 35px;
}

.c5-notice {
	width: 98%;
	margin: 40px auto 0;
}
.c5-notice__header {
	line-height: 1.33;
	padding: 10px 0 12px;
	letter-spacing: -0.5px;
}
.c5-notice__header__prefix {
	line-height: 2.11;}
.c5-notice__header__nmb {
	font-size: 1.225em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 -3px;
}
.c5-notice__header__ymd {
	font-size: 1.05em;
	letter-spacing: -1px;

}
.c5-notice__header__spc {
	display: none;
}
.c5-notice__header__fromtill {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 -0px 0 -8px;
}
.c5-notice__header__br {
	display: inline;
}
.c5-buttonsArea {
	width: 100%;
	margin: 10px auto;
}
.c5-buttonsArea a {
	margin: 10px auto;
	width: 90%;
	letter-spacing: -1px;

}

.blueButton {
	float: none;
}
.orangeButton {
	float: none;
	background-position: 12% 49%;
}
.c5-noticeArea {
	width: 90%;
}
.c5-noticeArea__header {
	padding: 0px 0 10px;
	text-align: center;
}
.c5-noticeArea__ul {
	margin: 0 0 25px 1.5em;
}
}