@charset "shift_jis";
#areaContents div.indexTitle{
	background:transparent url(/amex/support/img/index_h1.jpg) no-repeat scroll 0 0;
	height:100px;
}

/*
	wrapSearch
---------------------------------------------------------*/
body#support div#wrapSearch {
    background: url('/amex/support/img/wrapsearch_bg.gif') 0px 0px repeat-y;
}
body#support div#wrapSearch h2{
	padding-bottom:10px;
	background-color:#fff;
}
body#support div#wrapSearch div#searchKeyword h2{
	padding-top:16px;
}


body#support div#wrapSearch h2 img,
body#support div#wrapSearch h3 img,
body#support div#webMember div.col4g1 p img{
	margin-left:0;
	vertical-align:bottom;
}
body#support div#wrapSearch h3,
body#support div#searchCategory h3,
body#support div#searchKeyword h3{
	text-indent:0;
	margin:0 !important;
	padding:0;
	border:none;
}
body#support div#searchCategory h3::before,
body#support div#searchKeyword h3::before{
	content:"";
}

/*
	searchCategory
---------------------------------------------------------*/
body#support div#searchCategory{
	width:732px;
	margin-right:0;
}

body#support div#searchCategory div.wrapLayout{
	background:transparent url(/amex/support/img/index_category_bg.gif) no-repeat scroll 0 100%;
	margin-bottom:8px;
}


body#support div#searchCategory div.col4g1{
	width:236px;
	margin-right:12px;
	min-height:208px;
}

body#support div#searchCategory div.col4g1 ul{
	border:solid #e5e5e5;
	border-width:0 1px;
	margin:0 0 12px 0;
	padding:10px 0 0 16px;
}

body#support div#searchCategory dl{
	width:732px;
	height:43px;
	margin:8px 0 0;
}
body#support div#searchCategory dl dt{
	width:140px;
	height:0;
	margin:0;
	padding-top:43px;
	float:left;
	display:inline;
	overflow:hidden;
}
body#support div#searchCategory dl dd,
body#support div#searchCategory dl dd ul li{
	width:auto;
	float:left;
	display:inline;
}
body#support div#searchCategory dl dd ul li a{
	background-image:none;
	width:auto;
	height:0;
	padding-top:43px;
	display:block;
	overflow:hidden;
}


/*
	serviceAndKeyword
---------------------------------------------------------*/
body#support div#serviceAndKeyword{
	width:236px;
	margin-right:0;
	margin-left:12px;
	background-color:#f1f1f1;
}

body#support div#serviceAndKeyword p{
	margin:0;
/*	margin:10px 0 0;*/
}
body#support div#serviceAndKeyword p img{
	vertical-align:bottom;
}

/* webService */
body#support div#webService ul.linkButtonImg {
	margin-bottom:14px;
}
body#support div#webService ul.linkButtonImg li a {
	width:196px;
	height:44px;
}
body#support div#webService ul li.btn a img {
	clip:rect('0px', '196px', '44px', '0px');
}
body#support div#webService ul li a:hover img,
body#support div#webService ul li a img:hover{
	top:-44px;
}

/* searchKeyword */
body#support div#searchKeyword dl.searchBox{
	background:#f1f1f1 url(/amex/support/img/index_keyword_bg.gif) no-repeat scroll 0 0;
	height:84px;
	margin:0;
	padding:9px 25px 10px;
}

body#support div#searchKeyword dl.searchBox dt{
	background:transparent url(/amex/common/img/ico_search.gif) no-repeat scroll 0 2px;
	font-size:14px;
	font-weight:bold;
	margin:0 0 3px;
	padding-left:13px;
}
body#support div#searchKeyword dl.searchBox dd{
	text-align:center;
	height:auto !important;
	padding:0;
}
body#support div#searchKeyword dl.searchBox dd input.searchBtn{
	background:transparent url(/amex/common/img/btn_search.gif) no-repeat scroll 100% 0%;
	width:45px;
	height:22px;
	margin:0 !important;
	padding:0;
	font-size:93%;
	cursor:pointer;
	vertical-align:top;
}
body#support div#searchKeyword dl.searchBox dd input.searchBtn:hover{
	background-position:100% 100%;
}
body#support div#searchKeyword dl.searchBox dd input.searchKey{
	color:#555;
	font-size:100%;
	line-height:18px;
	display:block;
	width:180px;
	height:18px;
	margin:0 0 6px;
	vertical-align:bottom;
	border:1px solid #999;
}


