@charset "utf-8";
/* CSS Document */

/*===============
image can't download
=================*/
*:not(input){
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    -webkit-touch-callout:none;
}
img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}  
img {
	border:0;
	vertical-align: top;
}

body {
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
	color:#333;
	background:#a40000;
}


a:link,
a:visited,
a:active {
	color: #00F;
	text-decoration:none;
}

a:hover {
	color:#d96f1f;
	text-decoration:none;
}

ul,ol {
	list-style: none;
}

/*clearfix*/
.clearfix:after {
	visibility:hidden;/*見えなくする*/ 
	height:0;/*見えなくする*/
	display: block;/*block要素にする*/
	font-size: 0;  
	content: " ";  
	clear: both;  
}
* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

p,dd { font-size:1.2em; }

/*footerの背景指定*/
html { background: #820000; }
.nonpc { display: none; }
.pc{ display:block; }

/*==================
header
====================*/

#header{
	width: 100%;
	height: 900px;
	background: #000 url(../img/top/bg_header.jpg) no-repeat center top;
}

#header_top{
	padding: 25px 0;
	width: 1200px;
	margin: 0 auto;
} 

/*header左側の設定*/

#logogroup{ display: none; }


/*header右側の設定*/

#subnav{
width:360px;
float:right;
}

#subnav li{
float:left;
font-size:1.1em;
}

#subnav li.sitemap {
	background:url(../img/common/ico_sitemap.png) no-repeat 0 0px;
	padding:0 0 0 15px;
	margin:0 24px 0 0;
}

#subnav li.twitter {
	background:url(../img/common/ico_twitter.png) no-repeat 0 2px;
	padding:0 0 0 16px;
	margin:0 24px 0 0;
}

#subnav li.facebook {
	background:url(../img/common/ico_facebook.png) no-repeat 0 1px;
	padding:0 0 0 16px;
	margin:0 24px 0 0;
}
#subnav li a { color: #fff; }
#subnav li a:hover { color: #d96f1f; }

/*グローバルナビゲーション*/

#nav {
	width:960px;
	margin: 775px auto 0;
}
#nav li {
	float:left;
}


/*==================
contents
====================*/
#contents{
width:920px;
margin:0 auto;
}


#info{
width:685px; 
float:left;
}

div#sidebar{
width:235px;
float:right;
}


/*イベント情報*/

#info h2{
background: #000;
padding:0 0 3px 13px;
line-height:29px;
margin:25px 26px 0 0;
color: #fff;
}

#info h3{
font-size:1.3em;
margin:0 0 10px 0;
}

.inner {
	width: 619px;
	padding: 20px;
	background: #fff;
}

.section{
width:297px;
float:left;
margin-right:20px;
}
.section:last-child {
	margin-right: 0!important;
}

/*更新情報*/


#event img{
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:1px;
}


#news dt {
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 10px 0;
}
/* ims icon */
#news dt.ico_new { background:url(../img/common/ico_new.gif) no-repeat 0 2px; }
#news dt.ico_poster { background:url(../img/common/ico_poster.gif) no-repeat 0 2px; }
#news dt.ico_volunteer { background:url(../img/common/ico_volunteer.gif) no-repeat 0 2px; }
#news dt.ico_sponsorship  { background:url(../img/common/ico_sponsorship.gif) no-repeat 0 2px; }
#news dt.ico_info { background:url(../img/common/ico_info.gif) no-repeat 0 2px; }

#news dt span{
	font-weight:normal;
	padding: 0 0 0 70px;
}


#news dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#news dd:last-child { 
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* color */
#login_msg, 
.txt_red {
	margin-bottom: 10px;
	color: #900;
}

/*==================
sidebar
====================*/

#sidebar h2{
margin-top:25px;
padding:0 0 3px 13px;
line-height: 29px;
background: #000;
color: #fff;
}

#sidebar p{
border:1px solid #fccc;
border-top:none;
padding:10px 7px 10px 10px;
background: #fff;
}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
border:1px solid #660000;
padding:1px;
}

/*==================
footer
====================*/

#footer{
	width: 100%;
	margin: 0 auto;
	background: #820000 url(../img/common/bg_footer.gif) repeat-x;
	margin-top: 60px;
	text-align: center;
	color: #fff;
}

#footer_inner{
	width:960px;
	margin:0 auto;
	padding: 20px 0;
}

/*==================
modal
====================*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#login {
	display: none;
	padding: 20px;
	width: 500px;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 4px; /* Firefox用 */ 
}
#login table {
	font-size: 1.4em;
	width: 260px;
	margin: 20px auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
} 
#login th {
	width: 20%;
	padding: 15px 5px 15px 15px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f6f6f6;
}
#login td {
	width: 80%;
	padding: 15px;
	text-align: left;
	background: #e7e7e7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#login td input { height: 25px; }
#login .modal_close{ 
	position: absolute;
	z-index: 102;
	top: 8px;
	right: 8px;
	display: block; 
	width: 16px;
	height: 16px; 
	background:url(../img/common/btn_close.png) no-repeat;
	cursor: pointer;
}