@charset "utf-8";

/*
========================================

Trial
	・Layout
	・Header
	・Footer
	
========================================
*/

@import "../common/css/common.css";

/* Layout
========================================*/
body{
background:#0c0a0b;
}

#tri-wrapper{
margin:0 auto;
width:600px;
}

/* Main
========================================*/
#tri-main{
margin:0 0 0 24px;
width:918px;
}

/* Navi / Share
========================================*/
#tri-utility{
width:342px;
float:left;
}

/* Navi */
#tri-navi{
margin:0 0 19px 0;
width:342px;
height:420px;
background:transparent url(../images/trial_navi_bg_s9x.jpg) left top no-repeat;
}

#tri-navi ul{
margin:0 0 0 19px;
width:305px;
height:365px;
position:relative;
}

#tri-navi li{
position:absolute;
}

#tri-navi #large{
top:26px;
left:0;
width:305px;
height:175px;
}

#tri-navi #middleL{
top:201px;
left:7px;
width:135px;
height:190px;
}

#tri-navi #middleR{
top:201px;
left:165px;
width:127px;
height:190px;
}

/* Share */
#tri-share{
margin:0 0 0 20px;
width:304px;
height:105px;
background:transparent url(../images/share_bg_kqp.gif) left top no-repeat;
}

#tri-share h3{
margin:0 0 7px 0;
padding:13px 0 0 114px;
line-height:0;
font-size:0;
}

#tri-share ul{
margin:0 0 0 85px;
width:198px;
}

#tri-share li{
width:66px;
float:left;
text-align:center;
}

/* Game
========================================*/
#tri-game{
margin:0 0 10px 0;
width:555px;
float:right;
}

#tri-game .notice{
padding:3px 0 0 0;
color:#fff;
font-size:85%;
}

/* Product
========================================*/
#tri-product{
clear:both;
margin:0 0 0 16px;
width:902px;
height:101px;
background:transparent url(../images/product_bg_mvy.gif) left top no-repeat;
position:relative;
}

#tri-product dl{
padding:0 0 0 10px;
width:892px;
}

#tri-product dt,
#tri-product dd{
float:left;
}

#tri-product dt{
padding:10px 0 0 0;
width:92px;
}

#tri-product .exText{
padding:16px 0 0 0;
width:493px;
height:69px;
}

#tri-product .cero{
padding:24px 0 0 0;
width:52px;
height:54px;
}


#tri-product .ksBtn{
padding:20px 0 0 0;
width:243px;
height:59px;
}




