@charset "UTF-8";
.clearfix{
	zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#modelsPage .lead{
	width:  76%;
}
#modelsPage .lead > p{
	letter-spacing: -1px;
  font-size: 18px;
}
.boxBorder{
	border:  1px solid #ccc;
	padding: 28px 30px 20px;
	margin-top: 30px;
	font-size: 0;
}
#modelsPage .boxBorder > p{
	margin-bottom: 22px;
	font-size: 18px;
}
.titleBox{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.titleBox:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.tblWrap{
	margin: 0 -25px;
}
.col-2{
	width:  50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}
.col-2:nth-child(7) .itemBox,.col-2:nth-child(8) .itemBox{
	margin-bottom: 0;
}
.itemBox{
	margin-bottom: 40px;
}
.itemBox .imgItemBox{
	float:  left;
}
.itemBox .imgItemBox img{
	border: 1px solid #ccc;
	max-width: 100%;
}
.itemBox .textItemBox{
	float: left;
	width: 82%;
  padding-left: 20px;
}
.itemBox .textItemBox h4{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
  position: relative;
	margin-top: -2px;
}
.itemBox .textItemBox h4:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	bottom: -5px;
	left: 0;
}
.itemBox .textItemBox p{
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.boxMainPrecautions{
	background-color: #faf9f5;
	padding: 20px 30px;
	font-size: 13px;
	margin-top: 20px;
	line-height: 20px;
}
#modelsPage .boxMainPrecautions p{
	margin-bottom: 0;
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (min-width: 768px) and (max-width:1366px){
	article{
		width: 100%;
		min-width:  100%;
		margin: auto;
	}
	#modelsPage .lead, .inner{
		width: 95%;
		min-width:  95%;
	}
	.itemBox .textItemBox{
		width: 72%;
	}
}
@media screen and (max-width: 767px){
	#modelsPage .lead{
		width: 90%;
	}
	.itemBox{
		margin-bottom: 15px;
	}
	.boxBorder {
    padding: 28px 15px 10px;
	}
	.itemBox .textItemBox{
		padding-left: 10px;
	}
	.itemBox .imgItemBox{
		width: 15%;
	}
	.itemBox .textItemBox{
		width: 85%;
	}
	.itemBox .imgItemBox img{
		width: 100%;
	}
	.titleBox{
		font-size: 17px;
	}
	.itemBox .textItemBox h4{
		font-size: 14px;
	}
	#modelsPage .lead > p{
		font-size: 14px;
	}
	.col-2{
		width: 100%;
	}
	.boxMainPrecautions{
		padding: 20px 15px;
	}
	.col-2:nth-child(7) .itemBox{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 728px) and (max-width:767px){
	#modelsPage .lead{
		width: 100%;
	}
}
@media screen and (max-width: 460px){
	.itemBox .textItemBox h4{
		font-size: 14px
	}
}
@media screen and (max-width: 357px){
	.titleBox {
    font-size: 13px;
	}
	#modelsPage .boxBorder > p {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
	}
}
