
/**********
 checkContents
**********/
#checkContents{ text-align:center;}

/** priImg **/
.priImg{ text-align:center;}
.priImg img{
	width:100%;
	max-width:245px;
}

/** priTxt **/
.priTxt{
	padding-bottom:20px;
	text-align:left;
}

img#checkImg{ display:none;}
img#checkImg_mb{
	width:100%;
	max-width:325px;
	margin:0 auto;
}

/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 600px) and (max-width: 768px) {
img#checkImg{
	display:block;
	width:100%;
	max-width:850px;
}
img#checkImg_mb{ display:none;}
}

/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

/** h **/
#primary h2{ background:url(../check/img/h2_check.jpg) no-repeat;}

/** priImg **/
.priImg{
	float:right;
	width:32%;
	max-width:250px;
}
.priImg img{
	width:100%;
	max-width:245px;
}

/** priTxt **/
.priTxt{
	float:left;
	width:66%;
}

img#checkImg{
	display:block;
	width:100%;
	max-width:850px;}
img#checkImg_mb{ display:none;}


}

/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {
/** h **/
#primary h2{ background:url(../check/img/h2_check.jpg) no-repeat;}

.topComment{}
.topComment p{ padding-bottom:10px;}

/**********
 checkContents
**********/
/** priImg **/
.priImg{
	float:right;
	width:250px;
}
.priImg img{
	width:100%;
	max-width:245px;
}

/** priTxt **/
.priTxt{
	float:left;
	width:580px;
}
#checkContents .topComment{ padding-bottom:30px;}


img#checkImg{
	display:block;
	width:100%;
	max-width:850px;}
img#checkImg_mb{ display:none;}

}


@media print {
/** h **/
#primary h2{ background:url(../check/img/h2_check.jpg) no-repeat;}

.topComment{}
.topComment p{ padding-bottom:10px;}

/**********
 checkContents
**********/
/** priImg **/
.priImg{
	float:right;
	width:250px;
}
.priImg img{
	width:100%;
	max-width:245px;
}

/** priTxt **/
.priTxt{
	float:left;
	width:580px;
}
#checkContents .topComment{ padding-bottom:30px;}


img#checkImg{
	display:block;
	width:100%;
	max-width:850px;}
img#checkImg_mb{ display:none;}

}


