/*--------------------------------------------------*/
/*													*/
/*	スタイル用										*/
/*													*/
/*--------------------------------------------------*/

/* clearfix */
.c-fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*html>body .c-fix {
	display: inline-block; 
	width: 100%;
}
*html .c-fix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.c-fix{
 zoom: 1;
}

.clearfix{
 	content: "."; 
	display: block; 
	clear: both; 
	visibility:hidden;
	height: 0; 
	padding: 0;
	margin: 0;
}

/* リンク関連 */
.icon-none{
	background: none;
	margin: 0;
	padding: 0;
}

.icon-blank{
	background: url(../img/a-blank.gif) no-repeat top left;
	padding-left: 20px;
}

/* テキスト関連 */
div.text-box{
	background:#FFFFFF;
	margin: 0 1em 3em;
}

.center{
	text-align: center;
}

.t-left{
	text-align: left;	
}

.t-right{
	text-align: right;	
}

.txt14{
	font-size: 1.2em
}

.txt12{
	font-size: 0.9em
}

.txt-red{
	color:#C00;
}

/* 余白関連 */
.pt10{
	padding-top: 10px;	
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

/* 配置関連 */
.left{
	float: left;
	margin: 0 20px 10px 0;
	padding-bottom: 5px;
	color: #80733A;
	font-size: 0.8em;
	line-height: 1.8;
	text-align: center;
	border-bottom: solid 1px #DBD3AE;
	background: #EFEFDA;
}

.right{
	float: right;
	margin: 0 0 10px 20px;
	padding-bottom: 5px;
	color: #80733A;
	font-size: 0.8em;
	line-height: 1.8;
	text-align: center;
	border-bottom: solid 1px #DBD3AE;
	background: #EFEFDA;
}

/* 表関連 */
dl.table-list{
	border: solid 1px #C5BB8E;
	margin:0 auto 1em;
	zoom: 1;
}

dl.table-list dt{
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: left;
	padding:10px 0 10px 5px;
}

dl.table-list dd{
	background: #FFFFFF url(../img/table-list-bg-01.gif) repeat-y top left;
	padding:10px 10px 10px 120px;
	border-bottom: solid 1px #C5BB8E;
}

dl.table-list dd.end{
	padding:10px 10px 10px 120px;
	border: none;
}

dl.table-rayout{
	margin:0 auto 1em;
}

dl.table-rayout dt{
	width: 100px;
	float: left;
	clear: both;
	text-align: left;
	font-weight: bold;
	padding:5px 0 5px 5px;
}

dl.table-rayout dd{
	padding:5px 5px 5px 115px;
}


/*囲み*/
.column-box{
	background: #E9E3C9;
	border: solid 1px #C5BB8E;
	margin: 0 30px 30px;
	padding: 10px;
	text-align: left;
}

.column-box strong{
	color: #333333;
}

.column-box2{
	background: #FFF;
	border: solid 1px #C5BB8E;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.bg-none{
	padding-left: 0;
	background: none!important;
	}
	
/*list*/
ul.list li{
	list-style: disc;
	margin: 0 0 0 20px;
}
