/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	FlexScanSX.css目次:
	┣インデント
	┣枠線
	┣フォント
	┗スペース
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* インデント
------------------------------------------------ */
.hikaku { 
	padding-left:1.8em;
	padding-bottom:0.3em;
}

/* 枠線
------------------------------------------------ */
.gazou { 
	padding:0.3em; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #cccccc; 
}

/* フォント
------------------------------------------------ */
.font11L {
	font-size: 85%;
　  line-height : 135%;
}
.font14L {
	font-size: 107%;
　  line-height : 145%;
}
.font15L {
	font-size: 120%;
　  line-height : 145%;
}
.font13 {
	font-size: 13px;
　  line-height : 145%;
}
.font14 {
	font-size: 14px;
　  line-height : 145%;
}

/* スペース
------------------------------------------------ */
.mBottom5 {
	margin-bottom: 5px;
}
.mTop5 {
	margin-top: 5px;
}

/* 追加
------------------------------------------------ */

.n_md {
	font-size: 13px;
　  line-height : 130%;
}

.n_md2 {
	font-size: 13px;
　  line-height : 130%;
}

.n_p {
	font-size: 14px;
　  line-height : 145%;
}
.n_p2 {
	font-size: 13px;
　  line-height : 145%;
    width:660px;
}

.n_b {
	font-size: 15px;
　  line-height : 145%;
    font-weight:bold;
}

.n_b2 {
	font-size: 15px;
　  line-height : 100%;
    font-weight:bold;
}

.n_cap {
	font-size: 11px;
　  line-height : 100%;
}

.n_price {
	font-size: 16px;
　  line-height : 110%;
	color: #333399;
    font-weight:bold;
}


