@charset "Shift_JIS";

/*
	================================================================================================
		tablet repair rule
	================================================================================================
*/

div#contents #contentsHead h3 {
    background-image: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin: 20px;
}

div#contents #contentsHead p {
	text-align: right;
}

div#contents #contentsMain {
    margin-left: auto;
    margin-right: auto;
    width: 820px;

}

div#contents #main_area .section dl.detail{
	margin-left: 20px;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents #contentsMain {
	width: auto;
	word-break: break-all;
}
}