@charset "UTF-8";
/* CSS Document */

body{
	width:900px;
	font:14px/1 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color:#666;
	margin:auto;
}
a:link{
	color:#666;
}
a:visited{
	color:#666;
}
a {
text-decoration: none;
}
/*マウス	オーバーでリンク半透明*/
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.main{
	margin-bottom:10px;
}
.text{
	margin:8px;
}
.text4{
	padding-bottom:5px;
	margin:8px 8px 20px;
	border-bottom:#CCC dotted 1px;
}
.aji{
	font-size:26px;
	font-weight:600;
	color:#FFF;
	margin:5px auto;
	text-align:center;
	width:95%;
	height:50px;
	line-height:50px;
	background:#F90;
}

.aji:hover{
	background:#FC6;
	
}

.info{
	font-size:22px;
	font-weight:600;
}
.bule{
	color:#00F;
}
.red{
	color:#F00;
}

/*デバイスサイズ  599px以下(SmartPhone)
=================================================*/
@media screen and (max-width : 599px){
body{
	width:100%;
}
#top{
	padding-top:10px;
	margin:auto;
	width:100%;
}
.event{
	width:100%;
	height:auto;
}
.main{
	width:100%;
}
.attention{
	margin:20px 0;
	width:100%;
	line-height:30px;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-weight:600;
}
.l-img{
	width:100%;
	margin-top:5px;
}
.l-img img{
	width:100%;
}

h2.menu{
	margin:8px;
	margin-bottom:0;
	border-bottom:#630 1px solid;
	color:#630;
}
.dwld{
	display:none;
}
}
/*デバイスサイズ  600以上　899px以下
=================================================*/
@media screen and (min-width : 600px)and (max-width : 899px){
body{
	width:100%;
}
#top{
	padding-top:10px;
	margin:auto;
	width:100%;
}
.event{
	width:100%;
	height:auto;
}
.main{
	width:100%;
}
h2.menu{
	margin:8px;
	margin-bottom:0;
	border-bottom:#630 1px solid;
	color:#630;
}
.attention{
	margin:20px 0;
	width:100%;
	line-height:30px;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:600;
}
.l-img{
	width:100%;
	margin-top:10px;
}
.l-img img{
	width:100%;
}
.dwld{
	display:none;
}
}
/*デバイスサイズ900px以上(Desktop)
=================================================*/
@media screen and (min-width:900px) {
#top{
	padding-top:10px;
	margin:auto;
	width:900px;
}
.gnav{
	clear:both;
}
.main{
	margin-top:15px;
	float:left;
	width:100%;
}
h2.menu{
	font-size:18px;
	margin-top:7px;
	margin-left:10px;
	border-bottom:#630 1px solid;
	color:#630;
}
.attention{
	margin:20px 0;
	width:100%;
	line-height:30px;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:600;
}
.l-img{
	width:100%;
}
.l-img img{
	width:100%;
}
.dwld{
	margin:15px 0 20px;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:600;
}
}