@charset "UTF-8";

body{
	background-color:#2a2a2a;
	background-image:url("img/bgr_com_body.jpg");
	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;
	padding:10px;
	width:90%;
	max-width:780px;
	background-color:#ffffff;
	line-height:1.5;
	word-break : break-all;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

.event{
	padding:0 5px 5px 5px;
}

.title{
	background-color:#000000;
	margin:0 auto;
	padding:2px 0px;
	color:#ffffff;
	position:relative;
}
.title img{
	max-width:800px;
	margin:-15px auto 0 auto;
}

.titleeng{
	width:90%;
	max-width:800px;
	height:15px;
	margin:0 auto;
	position:relative;
	z-index:5;
	text-align:right;
}

.subtitle{
	background-color:#ffffc0;
	width:90%;
	max-width:780px;
	margin:5px auto;
	font-size:18px;
	padding:0 15px 0 5px;
	color:#4040ff;
	font-weight:bold;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
	height:37px;
	position:relative;
}
.subtitle h2{
	background-image:url("img/h2.png");
	background-repeat:no-repeat;
	background-size:42px 60px;
	padding:19px 0 0 50px;
	height:41px;
	z-index:2;
	position:absolute;
	top:-10px;
	margin:0;
}

img{
	width:95%;
}

.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;
}

.twitter{
	background-color:#1DA1F2;
	text-align:center;
	margin:0;
}
.twitter img{
	max-width:800px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.menumargin{
	height:60px;
}

.menu{
	background-color:#00c000;
	padding:7px 5px;
	height:36px;
	margin:0 0 10px 0;
	font-size:0.8em;
	text-align:center;
}
.menu .button{
	padding:10px 0;
	margin:0 2px;
	display:inline-block;
	width:23%;
	max-width:200px;
	border:1px solid #ffffff;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
            border-radius:5px;
}
.menu a{
	color:#ffffff;
}

.modoru{
	display:block;
	background-color:#e91e63;
	margin:0;
	padding:10px;
	font-size:18px;
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0;
	z-index:5;
}
a.modoru{
	text-decoration:none;
	color:#ffffff;
}

.red{
	color:#ff0000;
}

.space50{
	height:50px;
}

#file1{
	display:block;
}
#file2{
	display:none;
}
#file3{
	display:none;
}
#file4{
	display:none;
}
#button1{
	background-color:#005000;
}
#button2{
	background-color:#008000;
}
#button3{
	background-color:#008000;
}
#button4{
	background-color:#008000;
}

h5{
	font-size:16px;
	font-weight:bold;
	padding:2px 0 2px 10px;
}
