/* CSS Document */

.strong
{
	color: #F30;
	font-weight: bold;
	margin-bottom: 1em;
}

.red_wak
{
	padding: 1em;
	border: 3px solid #F30;
}

.noshi_box
{
	padding-top: 1em;

}

.noshi_box dl
{
	display: block;
}

.noshi_box dt
{
	display: block;
	padding: 1em;
	vertical-align: top;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

.noshi_box dt .noshi_text
{
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}

.noshi_box dt .img_right
{
	float: right;
	height: auto;
	width: 40%;
	margin-left: 1em;
}


.noshi_box dd,
.noshi_box dd:nth-child(4n)
{
	display: none;
}


@media (min-width: 768px)
{

.noshi_box
{
	padding-top: 1em;

}

.noshi_box dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;

}

.noshi_box dt
{
	display: table-cell;
	width: 49%;
	margin: 0px;
	padding: 1em;
	vertical-align: top;
	border: 1px solid #ccc;
}

.noshi_box dt .noshi_text
{
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}

.noshi_box dt .img_right
{
	float: right;
	height: auto;
	width: 40%;
	margin-left: 1em;
}


.noshi_box dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;

}

.noshi_box dd:nth-child(4n)
{
	display: table-row;
	height: 10px;

}









}

@media only screen and (min-width: 768px) and (min-width: 768px)
{



}