/*
section,div{
    max-width:1440px;
    
}
*/


.komi1 {
    color: #FF0000;
    text-align: left;
    font-size: x-large;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    padding-top: 0px;
}
.komi2 {
    text-align: left;
    font-size: small;
    display: block;
    line-height: 2em;
    padding-bottom: 8px;
    padding-top: 0px;
}
.komi3 {
    color: #F15A24;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    padding-top: 0px;
}
.komi4 {
    color: #FF0000;
    text-align: center;
    font-size: large;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    padding-top: 0px;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}

.cp_imghover {
    overflow: hidden;
    width: 100%;
    margin-top: 0.5em;
    margin-right: auto;
    margin-left: auto;
    border: 6px solid #ffffff;
    box-shadow: 0 0 5px #cccccc;
    cursor: pointer;
}
/*zoomin*/
.cp_zoomin img {
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.cp_zoomin img:hover {
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.cp_button12 {
    margin-top: 0.4em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.4em;
    padding: 1em;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #ffffff;
    border: 1px solid #C0153F;
    background-color: #C0153F;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: medium;
    text-align: center;
    display: block;
}
.cp_button12:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top right bottom left;
    transition-property: top right bottom left;
    border: 4px solid rgba(192,21,63,0.51);
}
.cp_button12:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}
.cp_button12:active {
    color: #ffffff;
    background-color: #AB012B;
}
.cp_button12:active:before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
}
.cp_button12:focus:hover,
.cp_button12:focus,
.cp_button12:active:hover,
.cp_button12:hover {
    color: #ffffff;
    border: 1px solid #C0153F;
}
.waku-fam {
    border-radius: 6px;
    background-color: #DF1849;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    right: auto;
    left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
}