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

 file name  :copy.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */

/* -----------------------------------------------------------
　	各ページ専用設定
----------------------------------------------------------- */

/* .con_misc
----------------------------------------------------------- */
.con_intro {
	width:100%;
	margin:0 auto;
	background:#FFF;
	padding:80px 0 80px;
	color:#323232;
	text-align:center;
}
.con_intro .box_misc {
	width:1000px;
	margin:0 auto;
}
.con_intro .box_misc h2 {
	font-size:20px;
	margin-bottom:23px;
}

