@charset "utf-8";
@import url("reset.css");

/* normalize */
html{
	font-family: Verdana,"ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	-ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
	color: #333333;
	background-color: #ffffff;
}
a{
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: underline;
}

ul li,ol li{
	margin-left: 16px;
}


/* countainer */
div.wrap{
	width: 100%;
}
div.side{
	display: table-cell;
	width: 120px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: center;
	vertical-align: middle;
}
div.main{
	display: table-cell;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 2px;
}

/* header */
header{
	display: table;
	width: 100%;
	color: #ffffff;
  background-color: #6633cc;
	height: 120px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 2px 0px;
}
div.to-home{
	width: 120px;
	display: table-cell;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	background-image: url("../images/oteage_bkgnd.gif");
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 2px;
}
div.to-home a{
	color: #ffffff;
}
header div.main{
	vertical-align: bottom;
}
header div.main h1{
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.0rem;
	padding: 16px 32px 8px 32px;
	margin: 0px;
}
header div.main h4{
	margin-bottom: 4px;
}
/* menu */
nav.menu{
	color: #ffffff;
	height: 60px;
	width: 100%;
	display: table;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
}
nav.menu div{
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 1.1em;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 2px 0px 0px;
}
nav.menu a{
	color: #ffffff;
	vertical-align: middle;
}
nav.menu div.side{
	width: 120px;
	border-left-width: 0px;
}
nav.menu div.blank{
	background-color: #ffffff;
	width: auto;
	border-width: 0px;
}
nav.history{
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 2px 0px;
}

/* main contents */
article{
	width: 100%;
	line-height: 1.8em;
	display: table;
	border-style: solid;
	border-color: #000000;
  border-width: 2px 0px 0px 0px;
}
article div{
	display: table-cell;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 2px;
}
article div.side{
	width: 120px;
	background-position: 95% 8px;
	background-repeat: no-repeat;
	text-align: right;
  vertical-align: top;
  border-style: solid;
  border-color: #000000;
  border-width: 0px 2px 0px 0px;
}

article section{
	/*display: table-cell;*/
  text-align: left;
  margin: 0px;
  padding: 0px;
}

article p{
	line-height: 1.8em;
	padding: 28px 32px 16px 32px;
  margin: 0px;
}
article p+p{
  padding-top: 0px;
}
h2+p{
	padding-top: 12px;
}
h4+p{
  padding-top: 0px;
}

/* h */
h2{
	font-weight: normal;
	padding: 8px 32px 4px 32px;
	margin: 0px;
	border-style: solid;
	border-color: #6633cc;
	border-width: 0px 0px 1px 0px;
}
h3{
	font-weight: normal;
	padding: 4px 32px 0px 32px;
	margin: 0px;
}
h4{
	font-weight: normal;
	font-size: 1.4em;
	padding: 8px 0px 0px 0px;
  margin: 20px 32px 8px 32px;
}
h1+h4{
	margin-top: 0px;
	padding-top: 0px;
}
/* images */
img.postcard{
	float: left;
	margin: 32px 20px 8px 32px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}
img.portrait{
	width: 240px;
	height:320px;
}
img.landscape{
	width: 320px;
	height: 240px;
}
img.conductor{
  margin-top: 4px;
}
img.conductor-top{
	margin-top: 12px;
}
hr+img.postcard{
	margin-top: 14px;
}

img.postcard+h4{
  padding-top: 0px;
  margin-top: 24px;
}

/* footer */
footer{
	width: 120px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	color: #ffffff;
	background-color: #6633cc;
	text-align: center;
}
footer div{
	border-style: solid;
	border-color: #000000;
	border-width: 2px 0px 0px 0px;
	vertical-align: middle;
}

/* tables */
table,tr,th,td{
	margin: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	vertical-align: top;
}

table.border{
	margin: 16px 32px 16px 32px;
}
table.border th{
	background-color: #6633cc;
	color: #ffffff;
	text-align: right;
	padding: 1px 4px 1px 4px;
	border-color: #ffffff;
	border-width: 0px 0px 1px 0px;
}
table.border th.full{
	border-width: 0px;
}
table.border th.noright{
	border-width: 0px 1px 0px 0px;
}
table.border td{
	padding: 1px 4px 1px 4px;
	border-color: #6633cc;
	border-width: 0px 1px 1px 0px;
}
table.border td.full{
	border-width: 1px 1px 1px 0px
}
table.border tdwleft{
	border-width: 0px 1px 1px 1px;
}
table.program{
	margin: 16px 32px 16px 32px;
}
table.program td{
	border-color: #ff9933;
	border-width: 0px 0px 1px 0px;
	padding: 0px 4px 0px 4px;
}
table.program th{
	background-color: #ff9933;
	color: #ffffff;
	border-color: #ffffff;
	border-width: 0px 0px 1px 0px;
	padding: 3px 8px 3px 8px;
	text-align: center;
}
table.program th.full{
	border-width: 0px 0px 0px 0px;
}
table.program th.lacktop{
	border-width: 1px 0px 1px 0px;
}

table.history{
	width: 100%;
}

table.history th{
	color: #ffffff;
	background-color: #ff66cc;
	text-align: center;
	padding: 0px 8px 0px 8px;
	font-weight: bold;
}
table.history td{
	border-color: #ff66cc;
	border-width: 1px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
}
table.history td.group{
	border-width: 1px 0px 0px 0px;
}
table.history td.header{
	width: 25%;
}
table.history td.song{
	width: 50%;
}
table.history td.composer{
	width: 25%;
}
article table + article p{
	padding-top: 12px;
}

/* footer */
footer a{
	color: #ffffff;
	font-weight: bold;
}
footer div a{
	vertical-align: middle;
}
footer a:hover{
  text-decoration: underline;
}

/* misc */
.clearfix::after{
	clear: both;
}
/* utilities */
em{
	color: #ff0000;
	font-style: normal;
}
.big{
	font-size: 1.8rem;
	color: #333333;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
span.meetslogo{
	font-family: Verdana;
	font-weight: bold;
}
iframe{
	margin: 16px 32px;
}

hr{
  width: 12px;
  height: 12px;
  margin: 8px auto 16px auto !important;
}

/* mobile */
@media screen and (max-device-width:480px){
	html{
		font-size: 2.4em;
	}
	header div.side{
		width: 242px;
		height: 240px;
		font-size: 1.2rem;
		background-size: 240px;
	}
	header div.to-home{
		width: 240px;
		height: 240px;
		background-size: 240px;
	}
	header div.main h1{
		font-size: 1.2rem!important;
		line-height: 1.6rem!important;
	}
	nav.menu div{
		width: 120px;
		min-width: 120px;
		height: 120px;
		font-size: 0.7em!important;
		float:left;
		vertical-align: middle!important;
	}
	nav.menu div.blank{
		display: none;
	}
	img.landscape{
		width: 640px;
		height: 480px;
	}
	img.portrait{
		width: 480px;
		height: 640px;
	}
	table.history{
		max-width: 320px;
		min-width: 320px;
		width: 100%;
	}
	footer div{
		height: 120px;
		vertical-align: middle;
	}
	footer div a{
		vertical-align: middle;
	}
	input{
		height: 1.0rem;
		width: 1.0rem;
	}
	input.btn{
		width: 4.0rem;
		height: 1.4rem;
		font-size: 1.0rem;
	}
}
