﻿@charset "utf-8";


body{
	background-color:#ccc;
	line-height:1.5;
}

.wrapper{
	background-color:#fff;
	width:1000px;
	margin:auto;
}

header{
	background-color:#edb579;
}

h1{
	text-align:center;
	width:1000px;
	background-color:#edb579;
	margin-top:10px;
}

header li{
	float:left;
	width:170px;
	padding:10px;
	margin:5px;
	text-align:center;
	background-color:#91512d;
	border-radius:5px;
	font-size:20px;
	font-weight:bold;
}

li{
	list-style-type:none;
}

li a:link{
	color:#fff;
	text-decoration:none;
}

li a:visited{
	color:#fff;
	text-decoration:none;
}

li a:hover{
	opacity:0.5;
}



.clearfix:after{
	content:"";
	display:block;
	clear:both;
}


main{
	margin:30px 50px;
	padding-bottom:50px;
}

h2{
	font-size:18px;
	background-color:#f4dda5;
	padding:10px 10px 10px 30px;
	margin-bottom:10px;
	border-radius:5px;
}

section{/*850*/
	width:810px;
	margin:auto;
	background-image:url(img/back2.jpg);
	padding:20px;
	margin-bottom:30px;
	border-radius:5px;
}

.onpu img{
	width:900px;
}

.kosin{
	overflow:auto;
	height:200px;
	padding:10px;
}

td:first-child {
	width:180px;
}

.atention{
	margin-top:50px;
	background-color:#eee8aa;
	width:800px;
	margin:auto;
	padding:5px 30px;
	font-size:20px;
	border-radius:15px;

	display:flex;
	justify-content:space-around;
	align-items:center;
}

.bold{
	font-weight:bold;
}

.atention .red{
	color:red;
}

.text_a{
	width:500px;
}


/*演奏会情報*/

.concert{
	background-color:#f5f5f5;
	font-size:18px;
	padding:10px;
	border-radius:5px;
	line-height:1.8;
	width:800px;
	margin:30px auto;
	border:double 5px #696969;
}

.concert th{
	width:300px;
}

.concert th,td{
	border-bottom:solid 1px #a9a9a9;
	width:700px;
	margin:auto;
}

.ticket{
	font-size:20px;
	line-height:2;
}

.ticket p{
	margin-left:100px;
}

.ticket a:link{
	font-weight:bold;
	color:#a0522d;
	text-decoration:none;
}

.ticket a:visited{
	font-weight:bold;
	color:#a0522d;
}

.ticket a:hover{
	opacity:0.5;
}


/*団員募集*/

h3{
	background-color:#fef263;
	padding:10px;
	border-radius:5px;
	width:200px;
	text-align:center;
	margin-top:20px;
}

.part ul{
	display:flex;
}

.part li{
	width:150px;
	text-align:center;
	background-color:#f2f2b0;
	padding-top:50px;
	padding-bottom:50px;
	border-radius:5px;
	margin:10px;
	font-size:20px;
}

.joken li{
	list-style:square;
	list-style-position:inside;
}

