@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      common.css
 Style Info:     全体 詳細指定
----------------------------------------------------------- */

/* 余白 */
.bt_10 {
	padding-bottom: 10px;}
.bt_20 {
	padding-bottom: 20px;}
.bt_30 {
	padding-bottom: 30px;}
.bt_40 {
	padding-bottom: 40px;}
.tl_1020 {
	padding: 10px 0 0 20px;}
.tl_1520 {
	padding: 15px 0 0 20px;}
.tl_20 {
	padding: 20px 0 0 20px;}
.to_20 {
	padding-top: 20px;}
.l_10 {
	padding-left: 10px;}


/*
.tb_10 {
	padding: 10px 0;}
.tb_3010 {
	padding: 30px 0 10px 0;}
.l_15 {
	padding-left: 15px;}
.lb_10 {
	padding: 0 0 10px 10px;}
*/



/* サイズ */
.wd_400 {
	width: 400px;}
.wd_480 {
	width: 480px;}


/* フォント */
/*.fb_14 { font-size: 14px; font-weight:bold;}
.fb_12 { font-size: 12px; font-weight:bold;}*/


/* 位置 */
.ta_c {
	text-align: center;}

