@charset "utf-8";

/*============================================
　アーカイブサイトでの設定
============================================*/

a{
	line-height: 130%;
	vertical-align:baseline;
	font-size:110%;	color:#333333;
}
#header .logo{
	background:#003f8e;
}

/* パンクズリストのフォント・色の設定　--*/
.top_midashi{
	font-size:110%;
	color: white;
	background: #82cddd;/*背景色*/
	height:28px;
	line-height: 1.2;
	padding-top: 5px;
}
.top_midashi h2{
	font-size:100%;
}
.top_midashi h2 a{
	color: white;
}

/* 本文の各段落・見出しの設定　--*/
.vox_bun h3{
	width: 95%;
	font-size:120%;
	white-space: nowrap;
	margin-top: 15px;
	margin-bottom:15px;
	border-bottom: solid 1px #95c1f2;
	position: relative;
}
h4 {
	font-size:118%;	width:95%;height:23px;
	line-height:1.2;
	padding-top:0.1em;padding-left:0.6em;/*文字の上 左の余白*/
	color: #494949;/*文字色*/
	background: #ffffff;/*背景色*/
	border-left: solid 6px #a0d8ef;/*左線*/
	border-bottom: solid 2px #a0d8ef;/*下線*/
	margin-top:20px;margin-bottom:15px;
}
		
.vox_bun h5{
	font-size:120%;
		margin-bottom:10px;
}
.vox_bun h6{
	margin-top: 0px;margin-left:5%;margin-bottom:-5px;
	font-size:95%;	line-height:1.0;color: #0068b7;/*文字色*/
}
/* 演奏音源リンク文字の色指定　--*/
.ongen {
	font-size:85%;	line-height:1.0;color: #0068b7;
}

/* 本文内の音符アイコン　--*/
.onpu:before{
	color:#0068b7; font-size: 1.0em;
}

/* 写真の影付け　--*/
img.shadow {
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

/*  h6 見出し　--*/
section.widget h6{
	font-size:95%;
	text-align:center;
	color: #c70067;/*文字色*/
	border: solid 1px #941f57;/*線色*/
	padding: 0.2em;/*文字周りの余白*/
	letter-spacing: 0.08em;
}
/*  サイドメニュー　--*/
a.menu2{
	height: 16px;
}

/* 写真右側への回り込み設定 */
	  	   *.float img
      {
         max-width:350px;
		}
/* 本文見出欄装飾　---*/
.vox_bun h3{
	border-bottom: solid 1px #25b7c0;
}
h3:after {
	border-bottom: solid 2px #009b9f;
}


/* テキストのアンダーライン　---*/
.under {text-decoration: underline;	font-size:130%;}

/* 他ページのテーブル高さよりも低く設定　---*/
table {
	line-height:1.5;
}
.vox_bun table{
	margin:6px 0 14px 8px;
}

.vox_bun iframe{
	margin-left:16px;margin-bottom:20px;
	width:85%;height:300px;
}
iframe.shadow {
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

.txt{
	width:90%;	height:auto;
	font-size:98%;color: #333333;
	margin:15px 5px 10px 5px;
	padding-left:5%;
	line-height:1.6; text-align:left;
}
.txt2{
	width:85%;	height:auto;
	font-size:95%;color: #333333;
	margin:10px 30px 30px 30px;
	padding:10px 20px 10px 30px;
	line-height:1.4; text-align:left;
	background: #e3eff7;/*背景色*/
}
.txt3{
	width:90%;	height:auto;
	font-size:85%;color: #333333;
	margin:15px 5px 5px 20px;
	padding-left:20px;
	line-height:1.2; text-align:left;
}
.txt4{
	width:90%;	height:auto;
	font-size:75%;color: #333333;
	margin:5px 5px 5px 0px;
	padding-left:5%;
	line-height:1.0; text-align:left;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.top_midashi h2{
	font-size:90%;
}
h4 {
	font-size:95%;
}
.txt2{
	width:95%;	height:auto;
	font-size:85%;
	margin:5px;
	padding:10px;
	line-height:1.2; text-align:left;
}
.vox_bun iframe{
	margin-left:16px;width:90%;height:250px;
}
@media only screen and (max-width: 380px){
.top_midashi h2{
	font-size:80%;
}
h4 {
	font-size:90%;
}
.vox_bun iframe{
	margin-left:16px;width:90%;height:150px;
}
}
