/* CSS Document */

.txtbox02 {
    font-size: 1em;
    line-height: 150%;
}

.txtbox03 {
    font-size: 1em;
    line-height: 150%;
}

.pnt01 {
    background-image: url(../img/pnt02.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 1em;
}

/*##############################################*/
/*##############################################*/
/*##############################################*/
/*スマートフォン想定*/
/*##############################################*/
/*##############################################*/
/*##############################################*/

@media screen and (max-width: 640px) {
.saijiki_tbl{
	width:100%;
}

.saijiki_tbl td img{
	max-width: 100% !important;
	height: auto !important;
}
.saijiki_tbl td.txtbox02{
	width:60%;
}

}