@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 style info :汎用スタイル、テンプレートスタイル
 
=================================================================== */

/*----------------------------------------------------
	汎用スタイル設定
----------------------------------------------------*/

.clear {
	clear: both;
}

/* clearfix */
/*
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	display: inline-block;
}
*/

.clearfix:after {
	display: block;
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



#main ul li {
	line-height: 1.5;
}


.f5{
	font-size: 5px;
}

.fieldWithErrors {
  display:inline;
}



/* IEの改行回避設定 */
ul.nowrap li {
	display: inline;
	white-space: nowrap;
}

.textImage{
	text-indent: -9999px;
	display: block;
}

/*----------------------------------------------------
	テンプレートスタイル
----------------------------------------------------*/
/* 見出し */
#contents .headline {
	width: 720px;
	height: 23px;
	padding-top: 7px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 7px;
	background: url(../images/common/h2_bg.jpg) 0 0 no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

#contents .headline strong {
	float: left;
	font-weight: bold;
}

#contents .headline span {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

#contents .headline span a {
	background: url(../images/common/item/icon_arrow1.jpg) 0 3px no-repeat;
	padding-left: 15px;
}

/* 小見出し */
#contents .headline_s {
	width: 710px;
	height: 26px;
	padding-top: 4px;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 7px;
	background: url(../images/common/h3_bg.jpg) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
}


/* テーブル見出し */

#contents table th {
	background: url(../images/common/contents/bg_th.jpg) 0 0 repeat-x #F5F5F5;
}


/* フォーム関連 */
#formBox table td input,
#formBox table td select {
	width: 140px;
	margin-right: 10px;
	margin-left: 5px;
}

#formBox table td select.short {
	width: 60px;
}

input.default-value,
textarea.default-value{
color:#999;
}




/* マージン */
.mt0 {
	margin-top: 0;
}

.mr0 {
	margin-right: 0;
}