/*///////////////// news ////////////////*/
 .sound article h3{color:#fff;background:#22528a;border-left:solid 10px #6e1818;}
 .sound .day{display:block;color:#990000;}
 .sound .title{display:block;color:#00559c;}
 .sound .lead{display:block;text-align:center;font-weight:bold;line-height:2;}
 .sound .copy{display:block;text-align:center;}

.sound .pBox .tCenter{display:block;text-align:center;}

.pBox ul{list-style-type: square;}
.pBox ol{list-style-type: circle;}
.pBox .midashi{display:block;
	background:#e7ebf1;color:#22528a;border: 2px solid #22528a;font-weight:bold;
	padding: .3em .5em .3em}

@media all and (min-width: 768px) {
	.sound .txt .big1{font-size:120%;}
	.sound .txt .big2{font-size:140%;}
	.sound .txt .big3{font-size:160%;}
	.sound .txt .big4{font-size:180%;line-height:1.5;}
	.sound .txt .big5{font-size:220%;line-height:1.5;}

.sound article h2 span{display:block;height:140px;background:url(../img/sound/title.png)  left center no-repeat;}
.sound article h3{margin-bottom:10px;font-size:110%;}
.sound article h3 span{display:block;padding:5px 10px;}
 .sound p small{ font-size:80%;}
 .sound .copy{margin-bottom:20px; font-size:80%;}

.pBox .midashi{margin-bottom:30px;}
.pBox ul,.pBox ol{width:680px;margin:0 auto 20px;}
.pBox  li{margin-bottom:20px;}



}

@media all and (max-width: 767px) {
	.sound .lead{letter-spacing:0;}
	.sound .txt .big1{font-size:100%;}
	.sound .txt .big2{font-size:120%;}
	.sound .txt .big3{font-size:140%;}
	.sound .txt .big4{font-size:160%;line-height:1.5;}
	.sound .txt .big5{font-size:180%;line-height:1.5;}

.sound article h2 {padding:0;}
.sound article h2 span{display:block;width:100%;height:0; padding-top:25%;
	background:url(../img/sound/title_smp.png)  center center no-repeat;background-size:contain;}
.sound article h3{margin-bottom:1em;font-size:100%;}
.sound article h3 span{display:block;padding:.3em .5em .2em;}
 .sound p small{ font-size:70%;}
 .sound .copy{margin-bottom:1em; font-size:70%;}

.pBox .midashi{margin-bottom:1em;}
.pBox ul,.pBox ol{width:85%;margin-bottom:1em;margin:0 auto;}
.pBox  li{margin-bottom:1em;}
 }

@media all and (max-width: 320px) {
	.sound .lead{letter-spacing:0;font-size:85%;}
	.sound .lead .big1{font-size:100%;}
	.sound .lead .big2{font-size:120%;}
	.sound .lead .big3{font-size:140%;}
	.sound .lead .big4{font-size:160%;line-height:1.5;}
	.sound .lead .big5{font-size:180%;line-height:1.5;}
}

@media all and (-ms-high-contrast: none){
	.sound ruby {line-height:1;}
}



/* button */
.sound .button,.sound .button2{display:block;text-align:center;}
.sound .button a{display:block;margin:0 auto;}
.sound .button2 a{display:block;margin:0 auto;}
.sound .button a {display: block;cursor: pointer;margin: 0 auto;padding: 30px; color: #fff;font-size:170%;text-align: center;text-decoration: none;
                       background-color: #22528a;border-radius: 10px;box-shadow: 0 6px 0 #000, 0 12px 0 rgba(0,0,0,0.1);-webkit-transition: color 0.3s, 
                       background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;}
.sound .button a:hover {background-color: #799fca; box-shadow: 0 3px 0 #000, 0 6px 0px rgba(0,0,0,0.1); -webkit-transform: translateY(3px);transform: translateY(3px);}
.sound .button a:active {color: #ddd;background-color: #799fca;box-shadow: 0 0 0 #000, 0 0 0px rgba(0,0,0,0.1);-webkit-transform: translateY(6px);transform: translateY(6px);transition-duration: 0.1s;}

.sound .button2 a {display: block;cursor: pointer;margin: 0 auto;padding: 30px; color: #fff;font-size:170%;text-align: center;text-decoration: none;
                       background-color: #6e1818;border-radius: 10px;box-shadow: 0 6px 0 #000, 0 12px 0 rgba(0,0,0,0.1);-webkit-transition: color 0.3s, 
                       background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;}
.sound .button2 a:hover {background-color: #af6767; box-shadow: 0 3px 0 #000, 0 6px 0px rgba(0,0,0,0.1); -webkit-transform: translateY(3px);transform: translateY(3px);}
.sound .button2 a:active {color: #ddd;background-color: #af6767;box-shadow: 0 0 0 #000, 0 0 0px rgba(0,0,0,0.1);-webkit-transform: translateY(6px);transform: translateY(6px);transition-duration: 0.1s;}

.sound .button small{font-size:70%;}

@media all and (min-width: 768px) {
.sbtBox{width:650px;margin:0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;

    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;

    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.sound .button a{display:block;width:300px; padding:15px 0 10px;font-size:120%; line-height:100%;margin:40px auto;}
.sound .button2 a{display:block;width:300px; padding:15px 0;font-size:120%; line-height:100%;margin:30px auto 40px;}
}
@media all and (max-width: 767px) {
.sound .button a{display:block;width:70%; padding:1em 0 .5em;font-size:100%; line-height:100%;margin:1em auto 2em;font-weight:bold;}
.sound .button2 a{display:block;width:70%; padding:1em 0;font-size:100%; line-height:100%;margin:1em auto 2em;font-weight:bold;}
}



