@charset "utf-8";

/* ******************************

	住友商事 FashionPress
	common.css
	
	* reset
	* base
	* general style(line-height/font-size/link/clear/)
	* header
	* global navigation
	* page top
	* print

******************************** */


/* reset
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}


/* base
---------------------------------------------------------- */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 75%;
	color: #333;
	text-align: center;
	background-color: #FFF;
	}
	
#containts{
	/*width: 100%;*/
	width: 1020px;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
	/*padding-top: 20px;*/
	padding-top: 15px;
	}
#containts-in{
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	}
#container{
	width: 920px;
	margin: 20px 20px 0px;
	padding-bottom: 10px;
	}
	
/* ie6 table font size */

th,td{
	font-size: 75%;
	}
html>body th,html>body td{
	font-size: 100%;
	}



/* general style
---------------------------------------------------------- */

/* line-height */

p{
	line-height: 1.5;
	}

/* link */
a{
	color: #0000dc;
	text-decoration: none;
	outline: none;
	}
a:hover{
	text-decoration: underline;
	}

/* clear */
.clr{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
	}
	
/* float clear */	
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; 
	}
.clearfix{
	display: inline-block;
	}
/* horry \*/
*html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* horry end */
	

/* float */

.f-left{ float: left; }
.f-right{ float: right; }
.f-none{ float: none; }

/* text-align */

.tx-center{ text-align: center; }
.tx-left{ text-align: left; }
.tx-right{ text-align: right; }



/* header
---------------------------------------------------------- */

#header{
	width: 100%;
	text-align: center;
	background: url(/img/common/bg-header2.gif) left bottom repeat-x;
	}
#header-in{
	width: 1000px;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
	}

#header h1{
	width: 420px;
	height: 75px;
	float: left;
	}
	#header h1 a{
		display: block;
		width: 420px;
		height: 75px;
		background: url(/img/common/logo-fp.gif) left top no-repeat;
		text-indent: -9999px;
		}
#header-in #header-link{
	width: 500px;
	float: right;
	padding-right: 20px;
	}
#header-in #header-link p a{
	color: #81753d;
	}
#header-in #header-link ul{
	text-align: right;
	background: url(/img/common/icon01.gif) right center no-repeat;
	padding-right: 15px;
	}
#header-in #header-link ul li{
	display: inline;
	background: url(/img/common/icon01.gif) left center no-repeat;
	padding: 5px 18px 5px 33px;
	}

#header-in #header-link ul li a{
	color: #666;
	}


	
	
/* global navigation
---------------------------------------------------------- */
#gnav{
	width: 1020px;
	background: url(/img/common/bg-gnav.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	}
#gnav ul{
	/*width: 481px;*/
	/*margin-left: 35px;*/
	margin-left: 23px;
	}
#gnav ul li{
	float: left;
	overflow:hidden;
	}
#gnav ul li a{
	display: block;
	height: 33px;
	background-image: url(/img/common/gnav.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	#gnav ul li.top a{ width: 94px; background-position: 0 0; }
	#gnav ul li.business a{ width: 94px; background-position: -94px 0; }
	#gnav ul li.column a{ width: 94px; background-position: -188px 0; }
	#gnav ul li.brand a{ width: 188px; background-position: -282px 0; }
	#gnav ul li.back a{ width: 166px; background-position: -470px 0; }
	
	#gnav ul li.top a:hover{ width: 94px; background-position: 0 -33px; }
	#gnav ul li.business a:hover{ width: 94px; background-position: -94px -33px; }
	#gnav ul li.column a:hover{ width: 94px; background-position: -188px -33px; }
	#gnav ul li.brand a:hover{ width: 188px; background-position: -282px -33px; }
	#gnav ul li.back a:hover{ width: 166px; background-position: -470px -33px; }
	
	#business #gnav ul li.business a{ width: 94px; background-position: -94px -33px; }
	#column #gnav ul li.column a{ width: 94px; background-position: -188px -33px; }
	#brand #gnav ul li.brand a{ width: 188px; background-position: -282px -33px; }
	#back #gnav ul li.back a{ width: 166px; background-position: -470px -33px; }


/* topics-path
---------------------------------------------------------- */
#topics-path{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 5px;
	}


/* page top
---------------------------------------------------------- */
p.pagetop{
	text-align: right;
	margin-top: 15px;
	}
	p.pagetop a{
		color: #303030;
		}


/* page-bottom
---------------------------------------------------------- */		
div.page-bottom{
	width: auto;
	margin-top: 10px;
	}
	div.page-bottom a.backlink{ display: block;  float:left;}
	div.page-bottom a.pagetop{ display:block; float:right;}
	div.page-bottom div.page-link{ text-align: right; margin-top: 5px;}
	div.page-bottom div.page-link a{
		display: inline-block;
		width: 16px; height: 0px;
		background-image:url(/img/column/btn-page.gif);
		background-repeat: no-repeat;
		padding-top: 16px;
		overflow:hidden;
		line-height:1;
		}
		div.page-bottom div.page-link a.page01{ background-position: 0 -16px;}
		div.page-bottom div.page-link a.page02{ background-position: -16px -16px;}
		div.page-bottom div.page-link a.page01:hover{ background-position: 0 0;}
		div.page-bottom div.page-link a.page02:hover{ background-position: -16px 0}
		div.page-bottom div.page-link a.page01_on{ background-position: 0 0;}
		div.page-bottom div.page-link a.page02_on{ background-position: -16px 0}



/* links
---------------------------------------------------------- */
#links{
	background-color: #edece3;
	width: 960px;
	padding-top: 20px;
	}
#links div.links01{	
	width: 341px;
	float: left;
	}
	#links div.links01 a{
		display: block;
		width: 300px;
		height: 140px;
		background: url(/img/common/btn-estilo.jpg) left top no-repeat;
		text-indent: -9999px;
		}
	#links div.links01 a:hover{ background-position: left bottom; }

#links dl.links02{
	width: 290px;
	float: left;
	}
#links dl.links03{
	width: 314px;
	float: left;
	}
	
#links dt{
	width: 5em;
	text-align: center;
	color: #fff;
	background-color: #666;
	margin-bottom: 8px;
	padding: 2px 4px;
	}
#links dd{
	margin-bottom: 5px;
	}
#links dd a{
	color: #666;
	}
/*2011.04.15 add*/
#links div.links04{	
	width: 341px;
	float: left;
	}
	#links div.links04 a{
		display: block;
		width: 300px;
		height: 140px;
		background: url(/img/common/banner_estilo.jpg) left top no-repeat;
		text-indent: -9999px;
		}
/*	#links div.links04 a:hover{ background-position: left bottom; }
*/

/* footer
---------------------------------------------------------- */
	
#footer{
	width:100%;
	/*width: 1020px;*/
	background: url(/img/common/bg-footer2.png) left top repeat-x;
	text-align: center;
	margin: 0 auto;
	padding-top: 2px;
	}
#footer-in{
	/*width: 100%;*/
	width: 1000px;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	/*padding-top: 14px;*/
	text-align: center;
	padding: 23px 10px 0;
	margin: 0 auto;
	}
#footer-in ul{
	/*width: 412px;*/
	width: auto;
	margin: 0 auto;
	}
#footer-in ul li{
	display: inline;
	padding: 0 15px;
	border-left: solid 1px #666;
	}
#footer-in ul li.last{ border-right: solid 1px #666; }
#footer-in ul li a{
	color: #666;
	}
#footer-in p{ color: #666; margin-top: 12px; padding-bottom: 15px; line-height: 1; }



/* font */
.tx-bold{ font-weight: bold; }
.tx-large{ font-size: 120%; }
.tx-small{ font-size: 80%; }


/* margin padding setting
---------------------------------------------------------- */	
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt35{ margin-top: 35px; }
.mt40{ margin-top: 40px; }

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
.mr30{ margin-right: 30px; }
.mr35{ margin-right: 35px; }
.mr40{ margin-right: 40px; }

.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }

.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.ml35{ margin-left: 35px; }
.ml40{ margin-left: 40px; }

.pt5{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt25{ padding-top: 25px; }
.pt30{ padding-top: 30px; }
.pt35{ padding-top: 35px; }
.pt40{ padding-top: 40px; }

.pr5{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr25{ padding-right: 25px; }
.pr30{ padding-right: 30px; }
.pr35{ padding-right: 35px; }
.pr40{ padding-right: 40px; }

.pb5{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb25{ padding-bottom: 25px; }
.pb30{ padding-bottom: 30px; }
.pb35{ padding-bottom: 35px; }
.pb40{ padding-bottom: 40px; }

.pl5{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl25{ padding-left: 25px; }
.pl30{ padding-left: 30px; }
.pl35{ padding-left: 35px; }
.pl40{ padding-left: 40px; }

/* line-height setting
---------------------------------------------------------- */

.lh00{ line-height: 0; }
.lh10{ line-height: 1.0; }
.lh12{ line-height: 1.2; }
.lh14{ line-height: 1.4; }
.lh15{ line-height: 1.5; }
.lh18{ line-height: 1.8; }



/* print
---------------------------------------------------------- */

@media print{
	body{
		zoom: 100% !important; 
		zoom: 70%; }
}
