@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::
:::: font
:::::::::::::::::::::::::::::::::::: */

.txt_10{font-size: 1.0rem;}
.txt_11{font-size: 1.1rem;}
.txt_12{font-size: 1.2rem;}
.txt_13{font-size: 1.3rem;}
.txt_14{font-size: 1.4rem;}
.txt_15{font-size: 1.5rem;}
.txt_16{font-size: 1.6rem;}
.txt_17{font-size: 1.7rem;}
.txt_18{font-size: 1.8rem;}
.txt_19{font-size: 1.9rem;}
.txt_20{font-size: 2.0rem;}
.txt_21{font-size: 2.1rem;}
.txt_22{font-size: 2.2rem;}
.txt_23{font-size: 2.3rem;}
.txt_24{font-size: 2.4rem;}
.txt_25{font-size: 2.5rem;}
.txt_26{font-size: 2.6rem;}
.txt_27{font-size: 2.7rem;}
.txt_28{font-size: 2.8rem;}
.txt_29{font-size: 2.9rem;}
.txt_30{font-size: 3.0rem;}
.txt_31{font-size: 3.1rem;}
.txt_32{font-size: 3.2rem;}

	/* -- >>> styles for narrow layout SPのときフォントが大きくなりすぎるのを防ぐ ----- */
	@media screen and (max-width: 599px) {
		.txt_17{font-size: 1.6rem;}
		.txt_18{font-size: 1.6rem;}
		.txt_19{font-size: 1.6rem;}
		.txt_20{font-size: 1.7rem;}
		.txt_21{font-size: 1.7rem;}
		.txt_22{font-size: 1.7rem;}
		.txt_23{font-size: 1.8rem;}
		.txt_24{font-size: 1.8rem;}
		.txt_25{font-size: 1.8rem;}
		.txt_26{font-size: 1.9rem;}
		.txt_27{font-size: 1.9rem;}
		.txt_28{font-size: 1.9rem;}
		.txt_29{font-size: 2.0rem;}
		.txt_30{font-size: 2.0rem;}
		.txt_31{font-size: 2.0rem;}
		.txt_32{font-size: 2.1rem;}
	}


.bold{font-weight: bold;}


.ls1 { letter-spacing: 1px; }
.ls3 { letter-spacing: 3px; }
.ls5 { letter-spacing: 5px; }
.ls8 { letter-spacing: 8px; }


.lh1 { line-height: 17px; }


/* ::::::::::::::::::::::::::::::::::::
:::: margin
:::::::::::::::::::::::::::::::::::: */

.mb05em { margin-bottom: 0.5em; }
.mb1em { margin-bottom: 1em; }
.mb2em { margin-bottom: 2em; }
.mb3em { margin-bottom: 3em; }
.mb4em { margin-bottom: 4em; }
.mb5em { margin-bottom: 5em; }
.mb10em { margin-bottom: 10em; }


/* ::::::::::::::::::::::::::::::::::::
:::: text
:::::::::::::::::::::::::::::::::::: */

.txt_red{color:#C00;}
.txt_blue{color:#0d406d;}
.txt_sky{color:#0d8ccc;}
.txt_white{color:#FFF;}


.tC { text-align: center; }
.tR { text-align: right; }
.tL { text-align: left; }


a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}


/* ::::::::::::::::::::::::::::::::::::
:::: float
:::::::::::::::::::::::::::::::::::: */


.imgR {	float: right; margin: 0 0 10px 10px; }
.imgL {	float: left; }

/* clearfix */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {	clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

/* ::::::::::::::::::::::::::::::::::::
:::: hover
:::::::::::::::::::::::::::::::::::: */


.hover:hover {
	opacity: 0.7;
}


