@charset "UTF-8";


/**
 * @page analysis-machine
 */


	/*** {{{ #mod_analysis-machine ***/
	#mod_analysis-machine {
		margin-bottom:2em;
	}
	
	#mod_analysis-machine .mod_h2 {
		margin-bottom:0.8em;
	}
	
	#mod_analysis-machine .sub {
		margin-left:20px;
		margin-right:20px;
		margin-bottom:10px;
	}

	#mod_analysis-machine .sub-main {
		float:left;
		width:320px;
		margin-bottom:1.5em;
		margin-left:5px;
		margin-right:5px;
		padding: 0.5em;
		background:url(../images/analysis-machine/bg-analysis-machine.png) top left repeat scroll;
	}
	
	#mod_analysis-machine .mod_h3 {
		margin-bottom:0.8em;
	}

	#mod_analysis-machine .mod_ul {
		margin-top:10px;
		margin-bottom:10px;
	}

	#mod_analysis-machine .mod_ul li {
		margin-left:30px;
		margin-bottom:7px;
		list-style: disc;
	}

.sub-section {
	border-bottom: solid 2px #CCCCCC;
	margin: 0px 20px 20px;
	height: 30px;
}
.sub-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 22px;
	border-bottom: solid 2px #29ABE2;
	display: inline-block;
	height: 30px;
	margin: 0px 0px 20px 0px;
}

	/*** }}} #mod_analysis-machine ***/

.list-cnt {
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	margin: 0px 20px 20px;
}
.list-cnt h5,.list-cnt-wide h5 {
	border-left: solid 4px #29ABE2;
	font-weight: bold;
	font-size: 18px;
	color: #29ABE2;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 0px 10px;
}
.list-cnt .col_l,.list-cnt .col_r {
	width: 50%;
	margin: 0px 10px;
	background: #E8F5FA;
}
.list-cnt-wide {
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	margin: 0px 30px 20px;
}
.list-cnt-wide .col_l,.list-cnt-wide .col_r {
	width: 50%;
	margin: 0px;
	background: #E8F5FA;
}
.mt-30 {
	margin-top: 35px !important;
}
