@charset "utf-8";

/* CSS Document */

/* {border:1px solid #FF0000;} */

body {
	margin:0;
	padding:0;
	background-color: #F6AB00;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

#footer {
background-color:#CCCCCC;
padding-top:5px;
padding-left:5px;
text-align:left;
color:#333333;
}
.img_waku {
	border: 3px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	box-shadow: 1px 1px 5px 3px #ccc;	
}


#container {
	padding:0;
	width:1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F6AB00;
}


#main {
	margin:35px auto 35px;
	width:989px;
	line-height: 200%;
	padding: 35px;
	background:#fff;
}


h1,h2,h3 {
	margin: 0px;
}
#container h1 {
	width: 100%;
	font-size: 180%;
	line-height: 170%;
	color: #003D7D;
	margin-bottom: 10px;
}

.text_orange {
	font-size: 130%;
	font-weight: bold;
	color: #F04800;
}


.text_blue {
	font-size: 130%;
	font-weight: bold;
	color: #01778e;
}

.center {
    font-size: 24px;
    line-height: 150%;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#main_footer {
	color:#666;
    font-size: 14px;
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 150%;
	text-align: center;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.text_red_big {
	font-size: 170%;
	color: #F00;
}

.text_red {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

.text_big {
	font-size: 150%;
	font-weight: bold;
}

.text_blue_big {
	font-size: 170%;
	font-weight: bold;
	color: #017B89;
}


.text_pink_big {
	font-size: 170%;
	font-weight: bold;
	color: #f05a89;
}

.text_blue {
	color: #00a6ba;
}


.text_pink {
	color: #f05a89;
}


.top_text {
	font-size: 80%;
	text-align: right;
}


/**/
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}
a:hover {
	opacity:0.5;
	filter: alpha(opacity=90);
	text-decoration: none;
} 

.text_s {
	font-size: 60%;
	color: #333;
}

#sns_box {
	float:right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#hader_color {
	margin: 0 auto;
	display: block;
	width: 1024px;
	background-color: #F6AB00;
}

h1 img{
	width: 100%;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: #960c61;
    font-size: 12px;
    padding: 1em;
    display: none; 
}

.lineup ul{
	list-style: none;
	margin:0 auto;
	padding: 0;
	width: 100%;
}

.lineup ul li{
	float: left;
	width: 20%;
	height: 1180px;
	box-sizing: border-box;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.lineup ul li .date{
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background-color: #960c61;
	color: #fff;
	border-bottom:1px solid #000;
}

.lineup ul li p{
	margin: 0;
}

.lineup ul li .txt{
	padding: 10px;
}

.lineup ul li .img{
	padding:10px;	
}
.lineup ul li .ttl{
	padding: 10px 0;
	margin: 0 10px;
	font-size: 100%;
	font-weight: bold;
	border-bottom:1px solid #960c61;
	
}
.lineup ul li .tag{
	margin-left: 10px;
	padding: 5px 10px;
	background: #960c61;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	transform: rotate(-10deg)
}

.lineup ul li img{
	width: 100%;	
}	

.lineup h2 {
	text-align: center;
	color: #960c61;
	font-size: 150%;
	line-height: 110%;
	margin-bottom: 30px;
}

.message{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}


@media (max-width: 768px) {
	#container {
		width: 100%;
	}
	
	#hader_color {
	width: 100%;
	}
	
	#main {
		width: 90%;
		margin-top: 10%;
		padding: 5%;
	}
	
	.message,.lineup{
		text-align: left;
	}
	
	.lineup ul li{
		float: none;
		width: 100%;
		height: auto;
	}
	
}



