@charset "utf-8";

/* --------------------------------------------------
 Base Elements
 		- Accessibility
 		- Global Header
 		- Global Navigation
 		- Bread Crumbs
  		- Page Top Anchor
 		- GLobal Footer
-------------------------------------------------- */

body {
line-height:1.4;
color:#776053;
text-align:center;
}


/* for IE7 */
*:first-child+html body * {
letter-spacing:0;
}
*:first-child+html body {
position:relative;
}
/* for IE8 */
html>/**/body * {
letter-spacing /*\**/: 0\9;
}
html>/**/body {
position /*\**/: relative\9;
}

.al a:hover img{filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}

.btnOn a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

#contentSeg a:link,
#contentSeg a:visited,
#contentSeg a:hover,
#contentSeg a:active,
#contentSeg a:focus {
color:#9e823a;
}

#contentSeg a.imp:link,
#contentSeg a.imp:visited,
#contentSeg a.imp:hover,
#contentSeg a.imp:active,
#contentSeg a.imp:focus {
color:#D81501 !important;
font-weight:bold;
}


/* --------------------------------------------------
   Accessibility
-------------------------------------------------- */
.AText {
position:absolute;
z-index:100;
top:0px;
right:0px;
display:run-in;
width:0;
height:0;
margin:0;
padding:0;
border-style:none;
overflow:hidden;
}
hr {
display:none;
}
img,
input {
vertical-align: bottom;
}
object,embed {
outline: none;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover{
	outline:0;
}
/* --------------------------------------------------
   Header Segment
-------------------------------------------------- */
#headerSeg{
	margin-top:10px;
	min-width:980px;
	color:#4c4c4c;
	border-bottom:1px solid #e6e6e6;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:71%;
}
#headerSeg a,
#headerSeg a:link,
#headerSeg a:visited{
	color:#4c4c4c;
	text-decoration:none;
}
#headerSeg a:hover,
#headerSeg a:active,
#headerSeg a:focus {
	color:#4c4c4c;
	text-decoration:underline;
}
#headerSeg #siLogo{
	margin-bottom:10px;
}
#headerSeg .segInner {
	position:relative;
	width:980px;
	margin:0 auto;
	text-align: left;
}
#headerSeg #braLogo{
	width:190px;
	margin-top:20px;
	float:left;
}
#headerSeg .cont{
	width:790px;
	min-height:97px;
	float:right;
	text-align:right;
	overflow:hidden;
}
#headerSeg li{
	display:inline-block;
}
#headerSeg .cont img{
	vertical-align:middle;
}
#headerSeg .line li{
	padding:0 0 0 10px;
	border-left:1px solid #e6e6e6;
}
#headerSeg .line li:first-child{
	border-left:none;
}
#headerSeg .line li span,
#headerSeg .basket span{
	padding:0 5px;
}
#headerSeg .line li.faq span span{
	padding:0;
	font-size:80%;
}
#headerSeg .profile .line li{
	min-width:150px;
	text-align:center;
}
#headerSeg .btn a,
#headerSeg .basket a{
	min-width:152px;
	padding:10px 0;
	display:block;
	text-align:center;
}
#headerSeg .btn a{
	padding:8px 0;
}
#headerSeg .basket a{
	padding:8px 0;
}
#headerSeg .btn li img,
#headerSeg .basket img{
	margin:0 5px 0 0;
}
#headerSeg .btn .entry{
	background-color:#40588b;
}
#headerSeg .btn .entry:hover{
	background-color:#7a8aae;
}
#headerSeg .btn .login{
	background-color:#f36287;
}
#headerSeg .btn .login:hover{
	background-color:#f791ab;
}
#headerSeg .btn .entry a,
#headerSeg .btn .login a,
#headerSeg .basket .shop a{
	color:#ffffff;
}
#headerSeg .btn .entry a:hover,
#headerSeg .btn .login a:hover,
#headerSeg .basket .shop a:hover{
	text-decoration:none;
}
#headerSeg .blockWrap{
	margin:15px -10px 0 0;
	display:table;
	border-collapse:separate;
	border-spacing:10px 0;
}
#headerSeg .profile{
	width:100%;
}
#headerSeg .profile,
#headerSeg .basket{
	display:table-cell;
	vertical-align:bottom;
	white-space:nowrap;
}
#headerSeg .basket .shop{
	margin:5px 20px 0;
}
#headerSeg .basket .shop a{
	background-color:#d7063b;
}
#headerSeg .basket .shop a:hover{
	background-color:#e35176;
}
#headerSeg .basket{
	margin:0px 0px 0px 8px;
	padding:5px 10px;
	border:1px solid #e6e6e6;
	text-align:center;
}

#headerSeg .basket .txt #point{
	background:none;
}

/* --------------------------------------------------
   gnav
-------------------------------------------------- */
#headerSeg .gnavWrap{
	position:relative;
}
#headerSeg .gnavArea{
	width:980px;
	margin:25px auto 0;
}
#headerSeg .gnav{
	float:left;
}
#headerSeg .gnavWrap .gnav li a{
	background:no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#headerSeg .gnavWrap .gnav li a:hover{
	background-position:left bottom;
}
/* astalift gnavi change image */
#headerSeg .gnavWrap .gnav li.nav01 a{
	width:118px;
	height:39px;
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/navi/cmn_gnavi01.png);
}
#headerSeg .gnavWrap .gnav li.nav02 a{
	width:157px;
	height:39px;
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/navi/cmn_gnavi02.png);
}
#headerSeg .gnavWrap .gnav li.nav03 a{
	width:137px;
	height:39px;
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/navi/cmn_gnavi03.png);
}
#headerSeg .gnavWrap .gnav li.nav04 a{
	width:160px;
	height:39px;
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/navi/cmn_gnavi04.png);
}
#headerSeg .gnavWrap .gnav li.nav05 a{
	width:191px;
	height:39px;
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/navi/cmn_gnavi05.png);
}

#headerSeg .gnav li a{
	display:block;
}
#headerSeg .gnav li.btnOn a:hover img{
	background-color:#ffffff;
}
#headerSeg .searchArea{
	float:right;
}
#headerSeg .searchArea input{
	outline:none;
}
#headerSeg .searchArea{
	width:200px;
	height:28px;
	vertical-align:middle;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/header/searchForm_bg.png) no-repeat left center;
	position:relative;
}
#headerSeg .searchArea #searchText{
	width:145px;
	min-height:28px;
	line-height:2.0em;
	vertical-align:middle;
	background:none;
	border:none;
}
#headerSeg .searchArea #submitBtn{
	position:absolute;
	top:5px;
	right:12px;
}

/* Bread Crumbs
---------------------------------------- */
#breadCrumbsMod {
	margin:15px 0 30px 0;
    color: #4c4c4c;
	font-size:86%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#breadCrumbsMod ul li {
	display:inline;
	margin-left:2px;
	padding-left:1em;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/cmn_ico_topicpath.gif) no-repeat left 0.4em;
}
#breadCrumbsMod ul li:first-child{
	margin-left:0;
	padding-left:0;
	background:none;
}
#breadCrumbsMod a:link,
#breadCrumbsMod a:visited,
#breadCrumbsMod a:active {
    color: #4c4c4c;
    text-decoration: none;
}
#breadCrumbsMod ul li a {
	margin-right:6px;
	text-decoration:underline !important;
}

/* --------------------------------------------------
   Footer Segment
-------------------------------------------------- */
#footerSeg{
	margin-top:40px;
	min-width:980px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#4c4c4c;
	position:relative;
}
#footerSeg a,
#footerSeg a:link,
#footerSeg a:visited{
	color:#4c4c4c;
	text-decoration:none;
}
#footerSeg a:hover,
#footerSeg a:active,
#footerSeg a:focus {
	color:#4c4c4c;
	text-decoration:underline;
}
#footerSeg .segInner{
	font-size:80%;
	text-align:left;
}

#footerSeg .brandLink{
	width:980px;
	margin:0 auto;
}
#footerSeg .brandLink li{
	margin-left:10px;
	width:318px;
	border:1px solid #e6e6e6;
	display:inline-block;
}
#footerSeg .brandLink li:first-child{
	margin-left:0;
}
#footerSeg .brandLink li a{
	width:100%;
	height:88px;
	display:table;
}
#footerSeg .brandLink li a:hover{
	background-color:#f5f5f5;
}
#footerSeg .brandLink li a > span{
	padding-left:147px;
	font-size:85%;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:4px center;
	display:table-cell;
}
#footerSeg .brandLink li a > span.brandLinkAstalift{
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_brand_astalift.png);
}
#footerSeg .brandLink li a > span.brandLinkLunamer{
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_brand_lunamer.png);
}
#footerSeg .brandLink li a > span.brandLinkSupplement{
	background-image:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_brand_supplement.png);
}
#footerSeg .brandLink li a > span > span{
	padding-top:4px;
	font-size:140%;
	font-weight:bold;
	display:block;
}

#footerSeg .asisitWrap{
	border-bottom:1px solid #e6e6e6;
}
#footerSeg .asisitWrap .asisit{
	width:980px;
	margin:30px auto 0;
	padding-bottom:40px;
}
#footerSeg li.box{
	width:310px;
	float:left;
	margin:0 0 0 10px;
	padding-left:10px;
}
#footerSeg li.box:first-child{
	margin:0;
}
#footerSeg li.box ul li:first-child{
	font-size:112%;
	font-weight:bold;
	margin-top:3px;
	line-height:1.5em;
}
#footerSeg li.box .txt li{
	line-height:2.0em;
}

/*   contactWrap   */
#footerSeg .contactWrap{
	border-bottom:1px solid #e6e6e6;
}
#footerSeg .contact{
	width:980px;
	margin:0 auto;
}
#footerSeg .telCont{
	width:722px;
	margin-right:19px;
	padding:30px 0;
	float:left;
	border-right:1px solid #e6e6e6;
	overflow:hidden;
}
#footerSeg .telCont .tit,
#footerSeg .mailCont .tit{
	font-size:125%;
	font-weight:bold;
}
#footerSeg .telCont .tit span{
	font-size:80%;
	font-weight:normal;
}
#footerSeg .telCont li{
	width:216px;
	float:left;
	padding:0 15px;
	border-left:1px solid #e6e6e6;
}
#footerSeg .telCont li:first-child{
	padding:0;
	border-left:none;
}
#footerSeg .telCont ul{
	margin-top:15px;
}
#footerSeg .telCont li .tel{
	padding-left:40px;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_contact_icon01.gif) no-repeat left center;
	font-size:160%;
	font-weight:bold;
}
#footerSeg .mailCont{
	width:238px;
	float:right;
	padding:30px 0;
}
#footerSeg .mailCont .btn{
	margin-top:25px;
}
#footerSeg .mailCont .btn a{
	min-width:216px;
	padding:15px 0;
	display:block;
	text-align:center;
	font-weight:bold;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_ico01.png) 220px center no-repeat #f0f0f0;
}
#footerSeg .mailCont .btn a:hover{
	text-decoration:none;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_ico01.png) 220px center no-repeat #f5f5f5;
}
#footerSeg .exLink{
	width:980px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
}
#footerSeg .exLink p,
#footerSeg .exLink ul{
	display:inline-block;
}
#footerSeg .exLink ul li{
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	display:inline-block;
	border-left:2px solid #868686;
}
#footerSeg .exLink ul li:first-child{
	border-left:none;
}
#footerSeg .exLink ul li.linkWin a{
	padding-left:15px;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_ico02.gif) left center no-repeat;
}
#footerSeg .exLink ul li.linkGlo a{
	padding-left:24px;
	background:url(//sl-goga-jp.s3.amazonaws.com/resource/h-fujifilm/asp_template/images/footer/cmn_global.png) left center no-repeat;
}
#footerSeg .logoArea{
	width:980px;
	margin:25px auto 0;
	position:relative;
}
#footerSeg .logo{
}
#footerSeg #fsLinkVeriSign {
    height: 82px;
    position: absolute;
    right: 126px;
    top: 0px;
    width: 115px;
}
#footerSeg #fsLinkJADMA {
    position: absolute;
    right: 0;
    top: 10px;
}
#footerSeg .innerBottom {
    padding-top: 10px;
}
#footerSeg #copyright{
	padding:15px 0;
	text-align:center;
	background-color:#f5f5f5;
}
#footerSeg #pageTopBtn{
	margin-bottom:15px;
	position:absolute;
	bottom:338px;
	right:264px;
}

/* --------------------------------------------------
   Content Segment
-------------------------------------------------- */
#contentSeg{
position: relative;
}
#contentSeg .segInner {
width:980px;
_width:988px;
margin: 0 auto;
padding-top:0px;
text-align: left;
overflow: visible;
}
#mainField:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#mainField {padding-bottom:0; display:inline-block;}
/* Hides from IE-mac \*/
* html #mainField {zoom:1;}
#mainField {display:block;}
/* End hide from IE-mac */
