@charset "Shift-JIS";
/* =========================================

title :出場選手紹介写真集
		
scope : 

last modify : 2014/12/05 041_ooba

============================================ */

/* -------------------------------------------
    default
------------------------------------------- */
* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

body {
	background:#000;
	border-top:#cc5479 solid 15px;
	color:#000000;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1060px;
}

a {
	color:#0000ff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#ff0000;
}

ul,ol {
	list-style:none;
}

/* -------------------------------------------
    container
------------------------------------------- */

div#container {
}

/* -------------------------------------------
siteroute
------------------------------------------- */

div#siteroute {
	color:#fff;
}

/* -------------------------------------------
   header
------------------------------------------- */

#header_box {
	margin:0px 0px 10px;
	padding:10px 0px;
	background:url(../image/header_bg.gif) repeat-x 0 bottom;
	border-bottom:#666 solid 1px;
}
#header_gallery {
	overflow:hidden;
	margin:0px auto;
	width:1025px;
}



#header_gallery h1 {
	float:left;
	width:370px;
	color:#fff;
	font-size:32px;
	text-align:left;
	line-height:100%;
}

#header_gallery h1 span {
	display:block;
	margin:8px 0px 0px;
	font-weight:bold;
}

#header_gallery h1 span.taikai_name {
	margin:0;
	color:#FC0;
	font-size:19px;
	font-weight:bold;
	line-height:1;
}


#header_gallery .bnr_youtube {
	float:left;
}

#header_gallery .logo {
	float:right;
	margin:10px 0px 0px;
	width:172px;
}

ul.navi {
	clear:both;
	overflow:hidden;
	margin:0px 0px 10px;
	font-size:16px;
	font-weight:bold;
}

ul.navi li {
	float:left;
	height:36px;
	margin:0px 5px 0px 0px;
	background:url(../image/btn_r.gif) no-repeat right 0px;
	line-height:36px;
}

ul.navi li a {
	display:block;
	margin-right:5px;
	padding:0px 5px 0px 30px;
	background:url(../image/btn_l.gif) no-repeat 0px 0px;
	color:#ff6666;
	font-weight:bold;
	text-align:center;
}

ul.navi li a:hover {
	color:#ff8282;
}

ul.navi li span {
	display:block;
	margin-right:5px;
	padding:0px 5px 0px 30px;
	font-weight:bold;
}

ul.navi li.ac {
	background:url(../image/btn_ac_r.gif) no-repeat right 0px;
}

ul.navi li.ac span {
	background:url(../image/btn_ac_l.gif) no-repeat 0px 0px;
	color:#fff;
}

ul.navi li.no {
	background:url(../image/btn_no_r.gif) no-repeat right 0px;
}

ul.navi li.no span {
	background:url(../image/btn_no_l.gif) no-repeat 0px 0px;
	color:#999;
}


/* -------------------------------------------
   main
------------------------------------------- */
#main_gallery {
	width:1010px;
	margin:0px auto;
}

/* -------------------------------------------
   gallery_box
------------------------------------------- */
#gallery_box {
	clear:both;
	width:1010px;
}

#gallery_box ul {
	overflow:hidden;
	width:1010px;
}

#gallery_box ul li {
	text-align:center;
	float:left;
	margin:5px;
}

#gallery_box ul li div {
	position:relative;
	overflow:hidden;
}

#main_gallery #gallery_box ul .fancybox .caption {
	display:none;
}

/* ----- サイズ ----- */
#gallery_box ul li.size_l {
	width:394px;
	height:294px;
}

/*#gallery_box ul li.size_l img {
	width:394px;
}*/

#gallery_box ul li.size_m {
	width:192px;
	height:142px;
}

/*#gallery_box ul li.size_m img {
	height:142px;
}*/

#gallery_box ul li.size_m.size2 {
	height:143px;
}

/*#gallery_box ul li.size_m.size2 img {
	height:143px;
}*/

#gallery_box ul li.size_s {
	width:91px;
	height:91px;
}

/*#gallery_box ul li.size_s img {
	height:91px;
}*/

#gallery_box ul li.size_h {
	width:192px;
	height:244px;
}

/*#gallery_box ul li.size_h img {
	height:244px;
}*/

/* ----- 位置 ----- */

#gallery_box ul li#photo10 { margin:-97px 5px 5px; }
#gallery_box ul li#photo11 { margin:-97px 5px 5px 106px; }
#gallery_box ul li#photo12 { margin:-97px 5px 5px 207px; }
#gallery_box ul li#photo13 { margin:-97px 5px 5px 308px; }
#gallery_box ul li#photo14 { margin:-97px 5px 5px 410px; }
#gallery_box ul li#photo15 { margin:-97px 5px 5px 512px; }


/* -------------------------------------------
   footer_box
------------------------------------------- */
#footer_box {
	margin:30px 0px;
	padding:10px 0px;
	border-top:#666 solid 1px;
	color:#fff;
	text-align:center;
}


/* -----------------------------------------------------------------------

	写真表示（lightbox使用）
	
----------------------------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/image_cmn/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/image_cmn/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; line-height:20px; font-size: 1.3em;}	
/*#imageData #caption{ font-weight: bold;	}*/
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; margin:10px 0 0; padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }


/* 1024pxまでのモニタに対応　*/
@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px)
 and (-webkit-min-device-pixel-ratio: 2) 
	{
	#overlay{
		min-width:1030px!important;}
	}

