 /*
 * AXL 9th product
 * - TOPページ用
 */

@charset "utf-8";

/* メインビジュアル部 */
#wrapper-mainpic {
	position: relative;
	min-width: 1152px;
}

#mainpic {
	height: 340px;
	padding: 110px 0px 250px;
}

#clip {
	height: 340px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center -110px;
	overflow: hidden;
}

#clipframe {
	position: absolute;
	top: 110px;
	height: 343px;
	width: 100%;
	background-image: url(../images/mainpic_frame.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#heroine {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 700px;
	width: 500px;
	margin: 0px 0px 0px -250px;
}

#copy {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -480px;
}
.opacity #copy {
	opacity: 0;
	top: 270px;
}
.no-opacity #copy {
	top: 250px;
}

#logo {
	position: absolute;
	left: 50%;
	top: 400px;
	margin: 0px 0px 0px 140px;
}

#news {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 700px;
	width: 1152px;
	margin: 0px 0px 0px -576px;
}

#news section > h1 {
	display: none;
}

#news ol {
	position: relative;
}

#news ol li {
	display: none;
	width: 200px;
	position: absolute;
	padding: 10px;
	background-color: #DC0F82;
}

.rgba #news ol li {
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(128,128,128,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(128,128,128,0.5);
	-ms-box-shadow: 3px 3px 5px rgba(128,128,128,0.5);
	-o-box-shadow: 3px 3px 5px rgba(128,128,128,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(128,128,128,0.5);
}

#news ol .po1 {
	left: 166px;
	top: 50px;	
}

#news ol .po2 {
	left: 360px;
	top: 400px;	
}

#news ol .po3 {
	left: 760px;
	top: 120px;	
}

#news ol li a {
	text-decoration: none;
}


/* メインコンテンツトピック部 */
#wrapper-contents {
	width: 960px;
	padding: 0px 96px 50px;
	margin: -150px auto 0px;
}

#topic {/* ネガティブマージン対策 */
	position: relative;
	margin: 0px 0px 40px;
	z-index: 2;
}

#topic section > h1 {
	display: none;
}

#extra {
	margin: 0px 0px 40px;
	padding: 0px 15px;
}

#extra a {
	display: block;
}

#extra a:first-child {
	margin: 0px 0px 20px;
}

#recently {
	height: 140px;
	margin: 0px 0px 10px;
}

#recently li {
	float: left;
	height: 140px;
	width: 480px;
}

#recently li h1 {
	display: none;
}

#recently li a {
	display: block;
	height: 140px;
	width: 100%;
}

#recently .to13 a {
	background-image: url(../images/topic_rec_13.png);
}

#recently .to12 a {
	background-image: url(../images/topic_rec_12.png);
}

#recently .to11 a {
	background-image: url(../images/topic_rec_11.png);
}

#recently .to10 a {
	background-image: url(../images/topic_rec_10.png);
}

#recently .to9 a {
	background-image: url(../images/topic_rec_09.png);
}

#recently .to8 a {
	background-image: url(../images/topic_rec_08.png);
}

#recently .to7 a {
	background-image: url(../images/topic_rec_07.png);
}

#recently .to6 a {
	background-image: url(../images/topic_rec_06.png);
}

#recently .to5 a {
	background-image: url(../images/topic_rec_05.png);
}

#recently .to4 a {
	background-image: url(../images/topic_rec_04.png);
}

#recently .to3 a {
	background-image: url(../images/topic_rec_03.png);
}

#recently .to2 a {
	background-image: url(../images/topic_rec_02.png);
}

#recently .to1 a {
	background-image: url(../images/topic_rec_01.png);
}

#recently .to0 {
	background-image: url(../images/topic_rec_00.png);
}

#old {
	margin: 0px 9px;
}

#old li {
	float: left;
	height: 80px;
	width: 314px;
}

#old li h1 {
	display: none;
}

#old_btn {
	position: relative;
	width: 960px;
}

#old_btn a span {
	display: none;
}

#old_btn .prev ,
#old_btn .next {
	position: absolute;
	display: block;
	top: -50px;
	height: 30px;
	width: 25px;
	background-image: url(../images/topic_btn.png);
	background-repeat: no-repeat;
}

#old_btn .prev {
	left: -10px;
	background-position: left top;
}

#old_btn .prev:hover {
	background-position: left bottom;
}

#old_btn .next {
	right: -10px;
	background-position: right top;
}

#old_btn .next:hover {
	background-position: right bottom;
}

/* メインコンテンツ更新履歴部 */
#other {
	margin: 0px 0px 40px;
}

#other > div {
	float: left;	
}

#other section {
	position: relative;
}

#history {
	height: 116px;
	width: 516px;
	padding: 67px 62px;
	background-image: url(../images/history_bk.png);
	background-repeat: no-repeat;
}

#history h1 {
	text-indent: -9999px;
	position: absolute;
	left: -62px;
	top: -67px;
	height: 32px;
	width: 640px;
	background-image: url(../images/history_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#history dl {
	overflow: hidden;
	height: 116px;
}

#history dl dt {
	float: left;
	width: 70px;
}

#history dl dd {
	width: 446px;
	margin: 0px 0px 5px 70px;	
}

/* メインコンテンツ風景部 */
#landscape {
	height: 124px;
	width: 220px;
	background-image: url(../images/landscape_bk.png);
	background-repeat: no-repeat;
	padding: 63px 50px;
}

#landscape h1 {
	text-indent: -9999px;
	position: absolute;
	left: -50px;
	top: -63px;
	height: 32px;
	width: 320px;
	background-image: url(../images/landscape_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

/* メインコンテンツ製品情報部 */
#info {
}

#info section > div {
	padding: 20px 0px 0px;
}

#info section {
	position: relative;
}

#info > section > h1 {
	text-indent: -9999px;
	position: absolute;
	left: 30px;
	top: -5px;
	height: 40px;
	width: 100px;
	background-image: url(../images/info_h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

#info dl {
	float: left;
	padding: 10px 0px;
}

#info .product {
	width: 384px
}

#info .product dt {
	float: left;
	width: 200px;
}

#info .product dd {
	margin: 0px 0px 0px 215px;	
}

#info .spec {
	width: 576px
}

#info .spec dt {
	float: left;
	width: 80px;
}

#info .spec dd {
	margin: 0px 0px 0px 95px;	
}

/* ジャスミンさん壁紙公開用 */
#wallpaper {
	padding: 24px;
	background-image: url(../images/page_background.jpg);
}

#wallpaper img {
	border: 1px solid #C1C1C1;
	margin: 0px 0px 10px;
}

#wallpaper ul {
	width: 100%;
	text-align: center;
}

#wallpaper ul li {
	font-size: 85%;
	display: inline-block;
	padding: 0px 7px;
	background-image: url(../images/submenu_line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#wallpaper ul li:first-child {
	background-image: none;
}

#wallpaper ul li a {
	color: #DC0F82;
	text-decoration: none;
}

#wallpaper ul li a:hover {
	text-decoration: underline;
}

.textshadow #wallpaper ul li a {
	text-shadow: 1px 1px 0px #FFFFFF;
}
