@charset "UTF-8";
/* CSS Document */


/* ブラウザの高さに達しなくてもフッターを最下部に固定 */
/*
html { height: 100%; }
body { height: 100%; }
* html div#wrap { height: 100%; }
div#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
body>#wrap { height: auto; }
#copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
}
*/


/* ==================================================
	岡崎女子短期大学の歌 [PC]
================================================== */

body {
	background: url(../images/common/bg.png) center top no-repeat;
	background-size: 100% auto;
}
#collegesong .box {
	margin-left: 230px;
	background: url(../images/collegesong/bg.png) center top no-repeat;
	margin-bottom: 50px;
	padding-top: 40px;
}
#collegesong #contents {
	padding-top: 50px;
}
#collegesong h1 {
	padding: 15px 0 11px;
	background: rgba(255,255,255,0.9);
	margin-bottom: 65px;
	text-align: center;
}
#collegesong h1 span {
	display: block;
	margin-left: 230px;
}
#collegesong .box {
	margin-left: 230px;
	padding-bottom: 150px;
}
#collegesong .box>div {
	width: 640px;
	margin: 0 auto;
}
#collegesong h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}
#collegesong p#score {
	margin-top: 20px;
}
#collegesong #contents p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
#collegesong dl {
	width: 213px;
	clear: both;
	float: left;
}
#collegesong dl dt {
	float: left;
	width: 10%;
}
#collegesong dl dd {
	float: right;
	width: 90%;
}
#collegesong #music {
	float: right;
	width: 323px;
	margin-top: 15px;
}
#collegesong #music02 {
	float: left;
	width: 317px;
}

@media screen and (min-width: 741px) {
#collegesong p#credit02 {
	display: none;
}
}

/* for modern browser */
.clearfix:after { font-size: 0px; line-height: 0px; height: 0; visibility: hidden; content:"."; display: block; clear: both; }

/* for IE5.5-7 */
.clearfix { zoom: 1; display: inline-block; overflow: hidden; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }

.clearfix { display: block; }


/* ==================================================
	岡崎女子短期大学の歌 [SP]
================================================== */

@media screen and (max-width: 740px) {
body { background: none; }
.accordion { z-index: 9999; }
#collegesong #contents {
	padding-top: 30px;
	max-width: 100%;
	background: url(../images/common/bg.png) center top no-repeat;
	background-size: 100% auto;
}
#collegesong .box {
	background: none;
	margin-bottom: 50px;
	padding-top: 0;
}
#collegesong h1 {
	padding: 0.8em 0;
	background: rgba(255,255,255,0.9);
	margin-bottom: 2.25em;
	text-align: center;
}
#collegesong h1 span {
	display: inline;
	margin-left: 0;
}
#collegesong h1 span img {
	max-width: 80%;
	height: auto;
}
#collegesong .box {
	margin-left: 0;
	padding-bottom: 0;
	margin: 0 1.5em;
}
#collegesong .box>div {
	width: auto;
	margin: 0 auto;
}
#collegesong h2 {
	margin-top: 0;
	margin-bottom: 1.25em;
	text-align: center;
}
#collegesong h2 img {
	width: 85%;
	height: 85%;
}
#collegesong p#credit {
	display: none;
}
#collegesong p#credit02 {
	text-align: center;
	padding-top: 0.5em;
}
#collegesong p#score {
	margin-top: 0.25em;
}
#collegesong dl {
	text-align: center;
	margin: 0 auto 1.25em;
	line-height: 1.5em;
}
#collegesong dl dt {
	text-align: left;
}
#collegesong dl dd {
	text-align: left;
}
#collegesong #music {
	float: none;
	width: auto;
	margin: 0 auto 0.5em;
}
#collegesong #music02 {
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}
}

@media screen and (min-width: 320px) and (max-width: 374px) {	/* iPhone4,5,5s */
#collegesong #lyric {	padding-left: 15%; }
#collegesong #music { padding-left: 6%; }
}	
@media screen and (min-width: 375px) and (max-width: 413px) {	/* iPhone6 */
#collegesong #lyric {	padding-left: 20%; }
#collegesong #music { padding-left: 12%; }
}
@media screen and (min-width: 414px) and (max-width: 740px) {	/* iPhone6 Plus */
#collegesong #lyric {	padding-left: 25%; }
#collegesong #music { padding-left: 18%; }
}
