img {
    max-width: 100%;
}


#textarea-comment {
	width: 100%;
	height: 5em;
}

#comment-container {
	padding-top: 30px;
}

#btn-comment-post {

}
.mt-name {
    font-size:120%;
    font-weight: bold;
}

.bw-large {
    border-width: 3px !important;
}

.paging {
	font-size: 140%;
}

.sanko-form table {
	text-align: center;
	font-size: 82%;
}
.sanko-form table tbody tr td {
	vertical-align: middle;
	padding: 5px;
}

.sanko-form .max {
	width: 100%;
}
.sanko-form table input[type="text"] {
	background: #ff8;
	border: 1px solid #aaa;
	text-align: center;
}
.sanko-form.report table input[type="text"] {
	background: #faa;
}
.sanko-form .date {
	width: 3em;
}
.sanko-form.report table textarea {
	background: #faa;
	width: 100%;
	height: 5em;
}
