@charset "utf-8";

/*----------------------------------------------------------------------
    IMPORT
----------------------------------------------------------------------*/

@import "common.css";
@import "module/box.css";
@import "module/buttons.css";

/*----------------------------------------------------------------------
    BOX01
----------------------------------------------------------------------*/

.suica_nex #box01 h3 img{
	margin-top:-96px;
}

/*----------------------------------------------------------------------
    BUTTONS
----------------------------------------------------------------------*/

.suica_nex #buttons{
	padding:17px 0 17px 131px;
	margin-left:10px;
	width:777px;
}

.suica_nex #buttons li{
	width:322px;
	height:70px;
}

.suica_nex #buttons li a{
	width:322px;
	height:70px;
}

.suica_nex #buttons #button01{padding-right:23px}
.suica_nex #button01 a{background-position:0 -140px}
.suica_nex #button01 a:hover{background-position:0 -210px}

.suica_nex #button02 a{background-position:-322px -140px;}
.suica_nex #button02 a:hover{background-position:-322px -210px}

/*----------------------------------------------------------------------
    Icon
----------------------------------------------------------------------*/
p.round {
	background: url(../img/parts/icon_round.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-weight: bold;
}

p.oneway {
	background: url(../img/parts/icon_oneway.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-weight: bold;
}

