@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
 *
 * Copyright (C) TAKESHI SHIBATA
 * http://studio-freetown.com/
 * http://pekindem.com/
 *
 * UTILITIES 1.0
 *
 *--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------

   Clearfix

--------------------------------------------------*/

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/*--------------------------------------------------

   Float&Clear

--------------------------------------------------*/

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

/*--------------------------------------------------

   Text align

--------------------------------------------------*/

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

/*--------------------------------------------------

   Display

--------------------------------------------------*/

.show {
	display: block;
}

.hide {
	display: none;
}
