@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 character
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#character h1{
	width:100%;
	height:194px;
	background: url(/battlegirl-hs/assets/img/character/character_head_0825.jpg) repeat-x;
  	background-position:center top;
	text-align:center;
	}
	
#character .headnav ul{
	text-align:center;
	background-color:#fff;
	padding:50px 0 50px 0;
	width:100%;
}

#character .headnav ul li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

#character .wrap_01 {
	background: url(/battlegirl-hs/assets/img/character/character_bg.jpg) no-repeat;
	background-position:center top;
	background-attachment: fixed;
	overflow: hidden;
	padding-top: 80px;
	}


/* ------------------------------ キャラクターのリスト */

#character .wrap_01 h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	}

#character .wrap_01 ul {
	width: 693px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:60px;
	}

#character .wrap_01 ul li {
	padding: 0 15px;
	float: left;
	margin-bottom:20px;
	}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 coloebox
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a:focus, button:focus {
	outline: none;
}

#cboxOverlay {
	background:#000 !important;
	}

#cboxClose {
	margin-top:-13px !important;
	top:0px !important;
	right:8px !important;
	width:69px !important;
	height:69px !important;
	background: url(/battlegirl-hs/chara/popup/img/btn_close.png) !important;
	background-repeat:no-repeat !important;
	text-indent: -9999px;
	}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow:visible !important;
	}
#cboxCurrent {
	display:none !important;
	}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -11px !important;
    margin-top: -33px !important;
    background: url(/battlegirl-hs/chara/popup/img/btn_left.png) no-repeat top left !important;
    width: 67px !important;
    height: 67px !important;
    text-indent: -9999px;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 10px !important;
    margin-top: -33px !important;
    background: url(/battlegirl-hs/chara/popup/img/btn_right.png) no-repeat top right !important;
    width: 67px !important;
    height: 67px !important;
    text-indent: -9999px;
}

#character #cboxClose {
	margin-top: -10px !important;
}
