@charset "utf-8";
/* CSS Document */

.pt_box {
	max-width: 880px;
	margin: 1em auto;
	padding: 0 10px;
}
.pt_txt {
	line-height: 24px;
}
.pt_txt a {
	color: #03F;
    text-decoration: underline;
	text-underline-offset: 5px;
    transition: 0.3s;
}
.pt_txt a:hover {
    color: #F00;
    text-decoration: none;
	font-size: 1.1em;
}
.komi {
	margin: 1em 0 0.5em;
	text-decoration: underline;
	text-underline-offset: 5px;
	font-weight:  bold;
	font-size: 1.1em;
}
.komi2 {
	margin: 1em 0 0.5em;
	font-weight:  bold;
	font-size: 1.1em;
}
.komi2 a {
    color: #03F;
    text-decoration: underline;
	text-underline-offset: 5px;
    transition: 0.3s;
}
.komi2 a:hover {
    color: #F00;
    text-decoration: none;
	font-size: 1.1em;
}
.link {
	display: inline-block;
	width: 10%;
}