@charset "utf-8";
/*-- button --*/
a.green_button{
	display: table;
	width: 100%;
	color: #FFF;
	background:#00abc1;
}
a.green_button:hover{
	background:#33bccd;
}
a.green_button span{
	display: table-cell;
	height: 50px;
	padding: 2px 15px;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 14px;
	background:url(/trend/spring/2015/img/img_button_arrow2.png) right  no-repeat;
	
}
a.pink_button{
	display: table;
	width: 100%;
	color: #FFF;
	background:#eb85b1;
}
a.pink_button:hover{
	background:#ef9dc1;
}
a.pink_button span{
	display: table-cell;
	height: 50px;
	padding: 2px 15px;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 14px;
	background:url(/trend/spring/2015/img/img_button_arrow2.png) right  no-repeat;
	
}

/* --- tab_sprite_img --- */

.tabSpriteImg {
	display: block;
	background: url(../images/tab_nav_all.png) no-repeat;
}

/* --- tab_nav --- */

.tabNavWrap {
	margin-top: 27px;
	border-bottom:1px #ddd solid;
}
.tabNav {
}
.tabNav li {
	float: left;
}
.tabNav li a{
	display: block;
	background: url(/trend/spring/2015/img/bg_menu_trend.png) no-repeat;
	height: 78px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;

}
.tabNav li.current a,.tabNav li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.tabNav li a.salonHearTab {
	background-position: 0 0;
	width: 240px;
}
.tabNav li a.shortTab {
	background-position: -240px 0;
	width: 280px;
}
.tabNav li a.mediumLongTab {
	background-position: -520px 0;
	width: 280px;
}


/* --- hair-style-navi --- */
.upperContentHeadline {
	margin-top: 20px;
}
.upperContentHeadline > h1 {
	float: none;
	width: 800px;
	height: 158px;
	background:url('../img/top_headline.png') no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.headline {
	margin-top: 30px;
}
.upperContentWrap {
	padding: 30px 0 0;
}
.hairStyleNaviWrap {
	margin-top: 30px;
}
.shopAndStylistName {
	width: 115px;
	margin-top: 5px;
	text-align: left;
}
.shopAndStylistName > dt,
.shopAndStylistName > dd {
	font-weight: bold;
}

/*interviewText*/
.interviewTextBox {
	margin: 30px 0 40px;
	font-size: 12px;
}
.interviewTextBox h2 {
	padding: 12px 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
}
.interview1 .interviewTextBox h2 {
	background:#00abc1;
}
.interview2 .interviewTextBox h2 {
	background:#eb85b1;
}
.interviewImgLeft {
	float: left;
	width: 280px;
}
.interviewText{
	width: 490px;
	float: right;
}
.interviewText p {
	line-height: 26px;
	font-size: 13px;
}

/*--------------------------------------*/

/*style*/
.styleDetailsImageWrap {
	width: 460px;
	float: left;
	margin-right: 33px;
}
.styleDetailsTextWrap {
	overflow: hidden;
}
.styleThumbnailWrap {
	margin: 25px 0 5px;;
}
.styleThumbnailList {
	width: 300px;
	margin: 0 auto;
}
.styleThumbnailList > li {
	float: left;
	padding-left: 10px;
}
.styleThumbnailList > li:first-child {
	padding-left: 0;
}
.salon_info a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.trendPointWrap {
	padding: 15px 0 10px;
}
.styleDetailsImageWrap dt{
	margin: 8px 0;
}

/*ヘア流行通信--------------------------------------*/
.stylistShopList {
	border-bottom: 1px #5f5f5f solid;
	margin-top: 10px;
}
.stylistShopList li {
	float: left;
	width: 246px;
	min-height: 345px;
	margin: 0 10px;
}
.stylistShopList img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.stylist_img img{
	width:100%;
}
/*スタイルページ--------------------------------------*/

.mainImgWindow {
	width: 405px;
}
.stylistImageWrap > a {
	display: block;
}
.stylistImageWrap img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.stylistImageWrap img.nolink:hover {
	opacity: 100;
}
.stylistInfoWrap {
	padding-bottom: 15px;
}
.stylistInfoWrap > dt > a {
	width: 290px;
	display: inline-block;
	overflow: hidden;
}
.heirTrendWrap {
	margin-top: 30px;
	padding: 11px 0;
	background: #e8ecf4;
}
.heirTrendList {
	width: 720px;
	margin: 10px auto;
}
.heirTrendList li {
	margin: 1px;
	float: left;
}
.heirTrendList a {
	display: block;
	border:5px #fff solid;
}
.heirTrendList a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	background: #FFF;
}
.heirTrendList .greensumb li.current img {
	border:5px #00abc1 solid;
}
.heirTrendList .pinksumb li.current img {
	border:5px #eb85b1 solid;
}
.interviewPhotoText {
	margin: 5px 0 14px;
}
.triangleIco {
	color: #fd8294;
}
/*-- フッターバナー --*/
.ft-interview-bnr-wrap{
	width: 800px;
	margin-top: 0;
	padding: 40px 0;
}
.ft-interview-bnr-wrap .fl{
	margin-left:40px;
}
.ft-interview-bnr-wrap .fr{
	margin-right:40px;
}
/*-- バックナンバー --*/
.backNumberLinkWrap {
	padding: 17px 0;
	border-top:1px #5f5f5f solid;
	border-bottom:1px #5f5f5f solid;
}
.backNumberLinkWrap dt {
	float: left;
	width:190px;
	height:70px;
	border-right: 1px solid #ddd;
	background:url(/trend/spring/2015/img/icon_backnum.png) 34px 20px  no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.backNumberLinkWrap dd {
	overflow: hidden;
}
.backNumberLink {
	padding: 0px 20px;
}
.backNumberLink li {
	width: 200px;
	float: left;
	padding-left: 20px;
	margin: 7px 30px 7px 30px;
	background: url(/trend/spring/2015/img/img_backnum_arrow.png) left 4px  no-repeat;
}
.backNumberLink a {
	font-size: 12px;
	line-height: 1.8;
	color: #333;
}
/*general*/
.w190 { width: 190px !important; }
.w200 { width: 200px; }
.w240 { width: 240px; }
.w615 { width: 615px; }
.w740 { width: 740px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.pb10 { padding-bottom: 10px; }
.tac { text-align: center; }
.ol { text-indent: -9999px; overflow: hidden; }
.oh { overflow: hidden; }