/* === Reset === */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*font-size: 75%;*/
	line-height: 1;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="text"], textarea {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
	font-size: 0.7em;
	line-height: 1;
}
sub {
	vertical-align: text-bottom;
	font-size: 0.7em;
	line-height: 1;
}
/*
a, area, input, select, textarea, button, iframe, object, embed {
	outline:none;
}
*/
*:focus {
	outline-width: 0;
}
.pressTabkey *:focus {
	outline-width: 3px;
	outline-style: dotted;
}
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.6;
}


/*ヘッダー*/

#header{
padding:10px;
}

#header .log img {
    vertical-align: middle;
    width: 60px;
}

.all{
    width: 900px;
    margin: 80px auto;
    text-align: center;
   }

.contents-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: solid 3px #7b6bb8;
    color: #271437;
}

.play{
	padding-bottom:30px;
	margin:auto;

}

.text{
	text-align:left;
	font-size:14px;
	padding:10px;
	margin-bottom:20px;
	}


/*インライン部分*/
#play-area {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: auto;
}

.inline-frame {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: 71px;

}

 a{
	color:#54559e;
	display:inline-block;
	}
	
.btn{
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #54559e;
    border-radius: 8px;
    width: 300px;
    }
	
.dl{
    width: 200px;
    margin-top: 30px;
    }

.faq{text-align:right;}

i{
	font-size: 22px;
    vertical-align: sub;
}

.sub-title{
	font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: solid 1px #b3eae6;
    color: #271437;
    text-align: left;
}
	
dl{
	text-align: left;
    padding: 10px;
}
dt{    border-left: 8px solid #b3eae6;
    padding-left: 5px;
    margin-bottom: 9px;}

dd{padding: 0 0 20px 20px;}

footer {
    background: #7fb0d8;
    padding: 15px 8px 10px;
    font-size: 12px;
    box-sizing: border-box;
    line-height:140%;
}

.sub_ttl{

    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 40px;
    border-bottom: solid 1px #c8bfe9;
    color: #271437;

}

audio {
    display: block;
    margin: auto;
    padding-bottom: 30px;
}

/*---------------------------------------------------------------スマホ--------------------------------------------------------- */

@media screen and (max-width: 500px) {

#header {
	width:100%;
	height: 63px;
}

.all{
	width: 100%;
	}
.contents-title {
    font-size: 22px;
    }

.text2{
	text-align:left;
	padding:10px;
}
.sub-title{
	padding-left:10px;
	}
	
/*インライン部分*/
#play-area {
    width: 100%;
}

.inline-frame {
	padding:10px;
    width:  100%;

}
	
}

