@charset 'utf-8';

/* 神推しスペック */
#wrapper.kamioshi section#kamioshi_detail {
	background: url('../images/kamioshi/god_bg.jpg') no-repeat;
	text-align: center;
	position:relative;
}

#wrapper.kamioshi section#kamioshi_detail h2 {
	padding:18px 0 250px 0;
	
}

#wrapper.kamioshi section#kamioshi_detail ul {
	margin: -15px 0 0;
}

#wrapper.kamioshi section#kamioshi_detail ul li {
	width: 45%;
	padding: 0 3px;
	display: inline-block;
}

#wrapper.kamioshi section#kamioshi_detail ul li.pot_l {
	text-align: right;
}
#wrapper.kamioshi section#kamioshi_detail ul li.pot_r {
	text-align: left;
}

#wrapper.kamioshi section#kamioshi_detail #tanukichi {
	position: relative;
	padding: 0 0 10px;
}
#wrapper.kamioshi section#kamioshi_detail #tanukichi div {
	width:150px;
	height: 40px;
	position:absolute;
	top:20px;
	left:160px;
	text-align: center;
}

/* Global menu */

#global_menu ul li#model {
	cursor: pointer;
	height:51px;
	background:url('../images/common/menu/apparatus_off.png') no-repeat;
}

#global_menu ul li#model.selected {
	cursor: pointer;
	height:51px;
	background:url('../images/common/menu/apparatus_on.png') no-repeat;
}
