@charset "UTF-8";

body{
	background-color:#2a2a2a;
	font-family: Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	font-size:15px;
	line-height:1.2;
	-webkit-text-size-adjust:100%;
}
a:link{
  color:Blue;
  text-decoration:underline;
}
a:visited{
  color:Blue;
  text-decoration:underline;
}
a:hover{
  color:#ff0000;
  text-decoration:underline;
}

.marupx,.marupx10{
	border:1px solid black;
    -webkit-border-radius:10px;
       -moz-border-radius:10px;
         -o-border-radius:10px;
            border-radius:10px;
}

.maru5{
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
}

.marupx5{
	border:1px solid black;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
}

.maru10{
    -webkit-border-radius:10px;
       -moz-border-radius:10px;
         -o-border-radius:10px;
            border-radius:10px;
}

.waku{
	margin:0 auto 5px auto;
	width:90%;
	max-width:600px;
	background-color:#ffffff;
	word-break : break-all;
}
.center{
	text-align:center;
}
.event{
	padding:0 5px 5px 5px;
}

.bye{
	background-color:#ffffc0;
}

.title{
	background-color:#ffffc0;
	margin:0 auto 5px auto;
	padding:2px 5px;
	color:#4040ff;
}

img{
	width:95%;
	vertical-align:bottom;
}

.table{
	width:100%;
	display:table;
}
.table .td1{
	border-right:3px solid #2a2a2a;
	display:table-cell;
}
.table .td2{
	border-left:2px solid #2a2a2a;
	display:table-cell;
}

.footsp{
	height:50px;
}

.modoru{
	position:fixed;
	bottom:0;
	display:block;
	width:100%;
	background-color:#e91e63;
	margin:0;
	padding:10px 0;
	font-size:18px;
	text-align:center;
}
a.modoru{
	text-decoration:none;
	color:#ffffff;
}

