@charset "UTF-8";


/*title
----------------------------------------*/

/*ブロックテンプレート
----------------------------------------*/

/* 基本設定 */

/* リスト */


/* 注釈 */
.asterisk {
	margin: 0 0 0 1em !important;
	text-indent: -1em;
	font-size: 93%;
}


/* 2カラムボックス */
.col2_block {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.col2_block .col_box {
	float: left;
	width: 50%;
	margin: 0 0 30px;
}
