@charset "utf-8";

.boxContainer {
	width: 887px;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
    line-height: 1.6em;
}

.menuBox {
	width:887px;
	margin-top:25px;
}

ul.about_menu {
	margin:10px auto;
	/*width:512px;*/
}
ul.about_menu li {
	display:block; 
	float:left;
	margin-right:5px;
}
ul.about_menu li:nth-child(3) {
	margin-right:0;
}
ul.about_menu li img {
	display:block;
}
.box01 {
    background: url("../../img/whats1kara/box_top01.png") no-repeat 0 0;
    height: auto;
    margin-bottom: 26px;
    width: 887px;
}
.box01#zone {
    background: url("../../img/whats1kara/box_top02.png") no-repeat 0 0;
}
.box01#cockpit {
    background: url("../../img/whats1kara/box_top03.png") no-repeat 0 0;
}
.box_inner {
    background-image: url("../../img/whats1kara/box_btm.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;    
}
h3 {
   background: none;
}
.aboutBox_inner {
    background: url("../../img/common/black.png") repeat 0 0;
    border: 1px solid #7D9E9E;
    margin: 10px 11px 30px 55px;/* margin: 10px 20px 30px 55px; update 2014.05.14. KIPM */
    padding: 40px 38px 20px;
}

/* PIT */
dl.pit_equip {
	overflow: hidden;
	zoom: 1;
}
dl.pit_equip dt {
	width: 300px;
	float: left;
	clear: both;
	padding-top:5px;
	margin-bottom:20px;
}
dl.pit_equip dd {
	padding: 5px 0 10px 300px;
	font-size:12px;
	margin-bottom:30px;
}
dl.pit_equip dd p:nth-child(2) {
	padding: 10px;
}
.stage {
	margin-bottom:30px;
}
.stage .fleft {
	width:384px;
}
.stage li {
	display:inline-block;
}
.stage strong {
	color:#fbcb1b;
}

/* ZONE */
.womenonly .fleft {
	width:373px;
}
.womenonly li {
	display:inline-block;
}
dl.womenonly_txt {

}
dl.womenonly_txt dt {
	background:url(../../img/whats1kara/zone_line.png) no-repeat bottom left;
	font-size:15px;
	color:#8beff2;
	font-weight:bold;
	padding-bottom:5px;
}
dl.womenonly_txt dd {
	margin:10px 0;
}

/* COCKPIT */
ul.level {
	margin:10px 0 40px;
	width:742px;
	background:url(../../img/whats1kara/level_bg.png) no-repeat center 234px;
}
ul.level li {
	display:block; 
	float:left;
	width:225px;
}
ul.level li:nth-child(2) {
	margin:0 32px;
}
ul.level li img {
	display:block;
}
ul.level li p:nth-child(2) {
	padding:0 15px;
}
dl.ship_etc {
	background:url(../../img/whats1kara/etc.png) no-repeat 0 0;
	width:728px; width:688px;
	height:200px; height:150px;
	margin:0 auto 10px;
	padding:43px 0 0 37px;
}
dl.ship_etc dt {
	background:url(../../img/whats1kara/etc_line.png) no-repeat bottom left;
	font-size:15px;
	color:#8beff2;
	font-weight:bold;
	padding-bottom:5px;
}
dl.ship_etc dd {
	margin:8px 0;
}



/* COMMON */

.t_right {
    text-align: right;
}

.center {
	text-align:center
}

#btn_top {
	padding-top:29px;
	padding-bottom: 47px;
	text-align: right;
}
#shipTop #btn_top {
	padding-top: 46px;
}

.btn:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
}