@charset "shift_jis";
/*---------------------------------------------------------------


		smaSTATION!! 汎用スタイル


---------------------------------------------------------------*/

/*　マージン調整　*/

.top-5 {
	margin-top:5px !important;
}
.top-10 {
	margin-top:10px !important;
}
.top-15 {
	margin-top:15px !important;
}
.top-20 {
	margin-top:20px !important;
}
.top-p7 {
	padding-top: 7px !important;
}
.bottom-0 {
	margin-bottom: 0px !important;
}
.bottom-5 {
	margin-bottom: 5px !important;
}
.bottom-10 {
	margin-bottom: 10px !important;
}
.bottom-15 {
	margin-bottom: 15px !important;
}
.bottom-20 {
	margin-bottom: 20px !important;
}
.bottom-25 {
	margin-bottom: 25px !important;
}
.bottom-30 {
	margin-bottom: 30px !important;
}
.bottom-40 {
	margin-bottom: 40px !important;
}
.bottom-50 {
	margin-bottom: 50px !important;
}
.left-0 {
	margin-left: 0px !important;
}
.left-5 {
	margin-left: 5px !important;
}
.left-10 {
	margin-left: 10px !important;
}
.left-15 {
	margin-left: 15px !important;
}
.left-20 {
	margin-left: 20px !important;
}
.left-25 {
	margin-left: 25px !important;
}
.left-40 {
	margin-left: 40px ;
}
.right-5 {
	margin-right: 5px;
}
.right-10 {
	margin-right: 10px !important;
}
.right-15 {
	margin-right: 15px !important;
}
.right-20 {
	margin-right: 20px !important;
}
.rl-60 {
	margin-right: 60px !important;
	margin-left: 60px !important;
}
.rl-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.p-right-10 {
	padding-right: 10px;
}
.p-left-10 {
	padding-left: 10px;
}
.p-top-10 {
	padding-top: 10px;
}
.p-bottom-10 {
	padding-bottom: 10px;
}
.box-p10 {
	padding: 10px;
	margin: 0px;
}
.box-p16 {
	padding:16px;
}
.box-p5 {
	padding: 5px;
	margin: 0px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.vmiddle {
	vertical-align:middle;
}
.vtop {
	vertical-align:top;
}
.clear {
	clear:both;
}
/* --- フォント関連 --- */
.t10 {
	font-size:1.0em;
}
.t12 {
	font-size:1.2em;
}
.t14 {
	font-size:1.4em;
}
/* --- テキスト関係 --- */
.ta-center{
	text-align:center;
}
.ta-left{
	text-align:left;
}
.ta-right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.yellow{
	color:#FFF500;
}
.nowrap{
	white-space:nowrap;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
}