

/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_40 {
	margin-right: 40px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #1383B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1383B6;
}
a:hover {
	text-decoration: none;
	color: #1383B6;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
