@charset "utf-8";

/* ******************************

	住友商事 Estilo
	common.css
	
	* reset
	* base
	* general style(line-height/font-size/link/clear/)
	* header
	* global navigation
	* topics-path
	* share
	* 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: #000;
	text-align: center;
	background-color: #FFF;
	}
#containts{
	width: 100%;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	text-align: center;
	padding-bottom: 30px;
	}
#containts-in{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	}
#con-left{
	width: 668px;
	float: left;
	clear: left;
	}
#con-right{
	width: 260px;
	float: right;
	clear: right;
	}
	
/* 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: #8a1941;
	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; }

/* font */
.tx-bold{ font-weight: bold; }
.tx-large{ font-size: 120%; }
.tx-small{ font-size: 80%; }
.txt-pbold{font-weight: bold; color:#ff0099;}

/* header
---------------------------------------------------------- */

#header{
	width: 100%;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	text-align: center;
	}
#header-in{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
	}
#header h1{
	width: 410px;
	height: 79px;
	float: left;
	}
	#header h1 a{
		display: block;
		width: 410px;
		height: 79px;
		background: url(/img/common/logo-estilo.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: 100%;
	height: 33px;
	background: url(/img/common/bg-gnav.gif) left bottom repeat-x;
	text-align: center;
	}
#gnav-in{
	width: 100%;
	/*width: 1000px;*/
	height: 33px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: url(/img/common/bg-gnav3.png) center top repeat-y;
	text-align: center;
	}
#gnav-in ul{
	width: 960px;
	background: url(/img/common/bg-gnav2.gif) left top no-repeat;
	padding: 0 20px;
	margin: 0 auto;
	}
	#gnav-in ul li{
		width: 120px;
		height: 33px;
		float: left;
		}
	#gnav-in ul li a{
		display: block;
		width: 120px;
		height: 33px;
		background-image: url(/img/common/gnav_1.gif);
		background-repeat: no-repeat;
		text-indent: -9999px;
		}
		#gnav-in ul li.special a{ background-position: 0 0; }
		#gnav-in ul li.ontime a{ background-position: -120px 0; }
		#gnav-in ul li.offtime a{ background-position: -240px 0; }
		#gnav-in ul li.howto a{ background-position: -360px 0; }
/*		#gnav-in ul li.interview a{ background-position: -480px 0; }*/
		#gnav-in ul li.photo a{ background-position: -480px 0; }
		#gnav-in ul li.lesson a{ background-position: -600px 0; }
		#gnav-in ul li.brand a{ background-position: -720px 0; }
		#gnav-in ul li.back a{ background-position: -840px 0; }

		#gnav-in ul li.special a:hover{ background-position: 0 -33px; }
		#gnav-in ul li.ontime a:hover{ background-position: -120px -33px; }
		#gnav-in ul li.offtime a:hover{ background-position: -240px -33px; }
		#gnav-in ul li.howto a:hover{ background-position: -360px -33px; }
/*		#gnav-in ul li.interview a:hover{ background-position: -480px -33px; }*/
		#gnav-in ul li.photo a:hover{ background-position: -480px -33px; }
		#gnav-in ul li.lesson a:hover{ background-position: -600px -33px; }
		#gnav-in ul li.brand a:hover{ background-position: -720px -33px; }
		#gnav-in ul li.back a:hover{ background-position: -840px -33px; }
		
		/* coming soon */
		/*#gnav ul li.interview a{ cursor: default; }*/
		

/* topics-path
---------------------------------------------------------- */
#topics-path{
	padding: 6px 0;
	line-height: 1;
	font-size: 90%;
	color: #444;
	float:left;
	}
#topics-path a{
	color: #666;
	}



/* share
---------------------------------------------------------- */
#share{
	padding:6px 292px 6px 0px;
	float:right;
	line-height:1;
}
#share a.share-link-text{
	font-size:90%;
	font-weight:normal;
	background-image:url(/img/common/twitter.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding:5px 0px 2px 19px;
	color:#17a1cf;
}



/* page top
---------------------------------------------------------- */
p.pagetop{
	text-align: right;
	margin-top: 15px;
	}
	p.pagetop a{
		color: #303030;
		}


/* footer
---------------------------------------------------------- */
	
#footer{
	width:100%;
	border-top: solid 2px #81753d;
	background: url(/img/common/bg-main.gif) center top repeat-y;
	text-align: center;
	padding-top: 10px;
	}
#footer-in{
	width: 100%;
	/*border-top: solid 2px #81753d;*/
	/*padding-top: 14px;*/
	text-align: center;
	}
#footer-in ul{
	/*width: 412px;*/
	width: auto;
	margin: 0 auto;
	margin-top: -2px;
	padding-top: 14px;
	}
#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; }


#links{
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #81753d;
	padding-bottom: 10px;
	}
	#links dl{
		margin-bottom: 10px;
		}
	#links dl dt{
		display: inline;
		width: 5em;
		padding: 2px 4px;
		background-color: #666;
		text-align: center;
		color: #fff;
		font-size: 90%;
		}
	#links dl dd{
		display: inline;
		border-right: solid 1px #666;
		padding: 0 20px;
		}
	#links dl dd.first{
		border-left: solid 1px #666;
		}
	#links dl dd a{
		color: #666;
		}



/* side
---------------------------------------------------------- */

p.btn-online{
	width: 260px;
	height: 160px;
	overflow: hidden;
	}

p.btn-online a{
	display: block;
	width: 260px;
	height: 160px;
	background: url(/img/common/btn-online.jpg) left top no-repeat;
	text-indent: -9999px;
	}
p.btn-online a:hover{
	background-position: left bottom;
	}

#fp-link{
	width: 240px;
	background-color: #000000;
	padding: 0 10px 10px;
	}
#fp-link li{
	margin-bottom: 5px;
	width: 240px;
	height: 90px;
	}
#fp-link li a{
	display: block;
	width: 240px;
	height: 90px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#fp-link li a:hover{ background-position: left bottom; }
	#fp-link li.btn-fp a{ background-image: url(/img/common/btn-fashionpress.jpg); }
	
	
#fp-date{
	width: 240px;
	background-color: #000;
	padding: 10px;
	}
	#fp-date li{ margin-bottom: 8px;}
	#fp-date li,#fp-date li a{
		color: #FFF;
		font-weight: normal;
		}
	#fp-date li p.date{
		width: 6em;
		float: left;
		}
	#fp-date li p.caption{
		width: 160px;
		float: right;
		}
		#fp-date li p.caption a{font-size: 95%;}
		
	/* float clear */	
	#fp-date li:after{
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden; 
		}
	#fp-date li{
		display: inline-block;
		}
	/* horry \*/
	*html #fp-date li{
		height: 1%;
		}
	#fp-date li{
		display: block;
		}
	/* horry end */
	
#side-topics{
	width: 240px;
	margin-top: 5px;
	padding: 15px 10px;
	background: url(/img/common/bg-topics.gif) left top repeat; 
	}
#side-topics .topics-head{
	width: 240px;
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
	}
#side-topics .topics-head h4{
	width: 63px;
	height: 20px;
	background: url(/img/common/cap-topics.gif) left top no-repeat;
	text-indent: -9999px;
	/*float: left;*/
	}
/*
#side-topics .topics-head a{
	display: block;
	width: 60px;
	height: 20px;
	background: url(/img/common/btn-backlist.gif) left top no-repeat;
	text-indent:-9999px;
	float: right;
	}
	#side-topics .topics-head a:hover{ background-position: left bottom; }*/
#side-topics dt{
	font-weight: bold;
	margin: 18px 0 8px 0;
	}
#side-topics dd{
	color: #333;
	line-height: 1.5em;
	}
#side-topics dd a{
	color: #333;
	}




/* 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; }
.mb13{ margin-bottom: 13px; }
.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; }

.pr3{ padding-right: 3px; }
.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%;
		}
	#side-topics{
		height: auto !important;
		}

}
