@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.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;
}

#main ul li {
	line-height: 1.5;
}


.f5{
	font-size: 5px;
}

.fieldWithErrors {
  display:inline;
}

.mt0 {
	margin-top: 0;
}

/* IEの改行回避設定 */
#main ul.nowrap li {
	display: inline;
	white-space: nowrap;
}


/*----------------------------------------------------
	テンプレートスタイル
----------------------------------------------------*/
h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 10px;
}