/* CSS Document */

@charset "shift_jis";

/*--------------------------------
	WM music_rest
---------------------------------*/
h2.title2 {
    font-size: 1.2em;
    padding-left: 13px;
    border-bottom: 1px solid #343434;
	margin-bottom: 15px;
}
#contents p.annotation {
    margin: 0 0 1em 2em;
    padding: 0.5em 0;
    text-indent: -0.7em;
    font-size: 0.9em;
}
#contents .notice_gray_b {
    border: none;
}
@media (max-width: 640px) {
	#contents div.pct img {
		max-width: 100%;
		height: auto;
	}
	.upsidedown-frame,.colum2-right760 {
		table-layout: fixed;
	}
}

/* 20231017 */
img.icon_window {
    padding: 0 0.25em;
}

#contents div.btn a {
	color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 18px;
    border: none;
    background-color: #2d75c7;
    border-style: solid;
    border-width: 1px;
    border-color: #2d75c7;
    transition-property: background;
    -webkit-transition-duration: .25s;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 250px;
	font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

#contents div.btn a:hover, #contents div.btn a:focus {
    color: #fff;
    text-decoration: none;
    background: #34568e;
    -webkit-transition: background 0;
    transition: background 0;
}