@charset "UTF-8";
/*--------
BASE
--------------*/
html, body {
	height: 100%;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	width: 100%;
}
* {
	-webkit-text-size-adjust: 100%;
}
img {
    vertical-align: bottom;
}
a {
	color: #3c87cb;
}
/*--- FONT ---*/
.xLargeFont {
	font-size: 17px;
	line-height: 1.2;
}
.xxLargeFont {
	font-size: 18px;
	line-height: 1.2;
}
/*--- button装飾 ---*/
@media screen and (min-width: 768px) {
.btn {
	font-size: 18px;
	width: 380px;
	text-align: center;
	padding: 19px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-style: none;
}
}
@media screen and (max-width: 767px) {
.btn {
	font-size: 14px;
	font-weight: 200;
	width: 250px;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-style: none;
}
}
.btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn:active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*--- adjust ---*/
.full {
	width: 100% !important;
}
.t_c {
	text-align: center;
}
.t_r {
	text-align: right;
}
.t_b {
	font-weight: bold;
}
.c_r {
	color: #F00;
}
/* margin & padding */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb300 {
	margin-bottom: 300px !important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt1 {
	margin-top: -1px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt80 {
	padding-top: 80px;
}
.pb80 {
	padding-bottom: 80px;
}
}
@media screen and (max-width: 767px) {
.mb20 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 15px;
}
.mb60 {
	margin-bottom: 30px;
}
.mb80 {
	margin-bottom: 40px;
}
.mb100 {
	margin-bottom: 500px;
}
.mb300 {
	margin-bottom: 150px !important;
}
.mt10 {
	margin-top: 5px;
}
.mt20 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 15px;
}
.mt40 {
	margin-top: 20px;
}
.mt60 {
	margin-top: 30px;
}
.mt80 {
	margin-top: 40px;
}
.mt1 {
	margin-top: -1px;
}
.pt10 {
	padding-top: 5px;
}
.pt20 {
	padding-top: 10px;
}
.pt80 {
	padding-top: 40px;
}
.pb80 {
	padding-bottom: 40px;
}
}
