﻿@charset "UTF-8";
@import url("reset.css");

/* CSS Document */
/*======================================
	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/

/*======================================
もくじ
	1.共通部分
	2.ヘッダー / index
	3.フロートボックス設定  / index
	4.ニュースセレクト,新着情報 / index
	5.トップバナー / index
	6.新商品ピックアップ / index
	7.最新トレンドチェック / index
	8.PR / index
	9.コンテンツページ共通指定
======================================*/

/*----------1.共通部分 ----------*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

/*IE6*/
* html body{padding-left:1px;}
*+html body{padding-left:1px;}

html {-webkit-text-size-adjust:none}

#container {
	width: 802px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg2.png) repeat-y top center;
	}

#container2 {
	width: 800px;
	margin-left: 1px;
	}

img {
	border: none;
	vertical-align: top;
	/*display: block;*/
}

ul,
li {
	list-style: none;
	}

/*========== index用指定ここから ==========*/

/*----------2.ヘッダー ----------*/
#header {
	background: url(../images/top_head.jpg) no-repeat top center;
	width: 800px;
	height: 264px;
	}

#header h1 {
	text-indent: -999999px;
	}

/*-----navi-----*/
#header ul {
	margin-left: 25px;
	}

#header li {
	width: 107px;
	height: 69px;
	margin-top: 150px;
	margin-right: 5px;
	float: left;
	}

#header li a {
	z-index: 10;
	display: block;
	width: 107px;
	height: 69px;
	/*text-decoration: none;*/
	}


#header a:hover{
	position: relative;
	z-index: 100;
	}

#header a span{
	display: none;
	}

#header a:hover span{
	display: block;
	position: absolute;
	float: left;
	white-space: nowrap;
	top: -1.2em;
	left: .5em;
	background: #ffffff;
	border: 1px dotted #715544;
	padding: 1px 5px;
	z-index: 10;
	/*text-decoration: none;*/
	}

#navi01 a {background: url(../images/menu_fashion.png) no-repeat top left}
#navi02 a {background: url(../images/menu_lab.png) no-repeat top left}
#navi03 a {background: url(../images/menu_nselect.png) no-repeat top left}
#navi01 a:hover {margin-top: 2px; margin-left: 1px;}
#navi02 a:hover {margin-top: 2px; margin-left: 1px;}
#navi03 a:hover {margin-top: 2px; margin-left: 1px;}


/*---------- 3.フロートボックス設定 ----------*/
#news_select {
	clear: left;
	}

#box_a {
	width: 465px;
	float: left;
	}

#box_b {
	width: 335px;
	float: left;
	}

#footer {
	clear: both;
	width: 100%;
	}

/*---------- 4.ニュースセレクト,新着情報 ----------*/
#news_catch {
	background: url(../images/news_catch.png) no-repeat left top;
	height: 30px;
	text-indent: -999999px;
	margin-top: 15px;
	margin-left: 24px;
	}

#news_select , #whats_new , #labo {
	border: solid 1px #dacbde;
	border-bottom: solid 2px #d3d3d3;
	border-right: solid 2px #d3d3d3;
	width: 412px;
	margin-left: 26px;
	margin-bottom: 10px;
	}

#news_select h2 , #whats_new h3 , #labo h3 {
	background: url(../images/midashi1.png) no-repeat left top;
	width: 385px;
	height: 23px;
	border-bottom: solid 1px #dacbde;
	color: #4835d8;
	/*font-weight: bold;*/
	padding-left: 27px;
	font-size: 107%;
	}

#news_select li , #whats_new li , #labo li {
	padding-left: 15px;
	margin-left: 30px;
	margin-bottom: 5px;
	}

#news_select li {
	background: url(../images/in_window.png) no-repeat left center;
	}

#whats_new li {
	background: url(../images/in_window.png) no-repeat left center;
	}

#news_select ul , #whats_new ul {
	margin-top: 5px;
	margin-bottom: 10px;
	}

#news_select a , #whats_new a {
	color: #4835d8;
	font-size: 100%;
	}

#news_select a:hover , #whats_new a:hover {
	color: #333333;
	}

/*---------- 5.トップバナー ----------*/
#top_bun {
	widht: 415px;
	height: 90px;
	background: url(../images/top_bun.png) no-repeat left top;
	margin-left: 26px;
	margin-bottom: 10px;
	text-indent: -999999px;

	}

#top_bun a {
	display: block;
	width: 415px;
	height: 90px;
	overflow: hidden;
	}

/*---------- 6.新商品ピックアップ ----------*/
#topgoods_title {
	background: url(../images/newgoods.png) no-repeat left top;
	padding-left: 23px;
	font-size: 107%;
	color: #4835D8;
	margin-left: 26px;
	}

#topgoods_title a {
	color: #4835D8;
	}

#topgoods_title a:hover {
	/*text-decoration: none;*/
	}

#top_goods {
	border: dotted 1px #1F3E27;
	width: 413px;
	margin-left: 26px;
	margin-bottom: 10px;
	font-size: 92%;
	color: #333333;
	overflow: hidden;
	}

#top_goods p {
	padding: 5px;
	}

#topgoods_img {
	float: left;
	width: 188px;
	text-align:center;
	}

#topgoods_text {
	float: left;
	width: 200px;
	}

/*---------- 7.最新トレンドチェック / トップ創刊に寄せて ----------*/
#top_soukan {
	margin-top: 20px;
	margin-left: 25px;
	}

#top_soukan a {
	/*background: url(../images/in_window.png) no-repeat left center;
	padding-left: 15px;*/
	color: #1F3E27;
	}

#top_soukan a:hover {
	/*text-decoration: none;*/
	}

#trend_news {
	clear: left;
	width: 265px;
	height: 227px;
	background: url(../images/top_trend.png) no-repeat left top;
	padding: 10px;
	color: #ffffe0;
	font-size: 92%;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
	}

#trend_news h3 {
	text-indent: -999999px;
	}

#trendnews_img {
	float: left;
	widht: 150px;
	}

#trendnews_img img {
	border: solid 1px #ffffff;
	}

#trendnews_text {
	float: left;
	width: 95px;
	margin-left: 10px;
	}

#trendnews_text a {
	color: #ffffff;
	}

/*---------- 8.PR ----------*/
#pr {
	clear: left;
	width: 285px;
	margin-left: 25px;
	border: solid 1px #e4e4e4;
	}

#pr h4 {
	width: 285px;
	height: 22px;
	background: url(../images/pr.png) no-repeat left top;
	text-indent: -999999px;
	}

/*========== index用指定ここまで ==========*/

/*========== 9.コンテンツページ共通指定ここから ==========*/
#header_in {
	background: url(../images/in_head.jpg) no-repeat top center;
	width: 800px;
	height: 99px;
	}

#header_in h1 {
	text-indent: -999999px;
	width: 350px;
	float: left;
	}

#header_in h1 a {
	display: block;
	width: 350px;
	height: 98px;
	}

/*-----navi-----*/
#navi {
	float: left;
	width: 450px;
	}

#navi ul {
	margin-left: 105px;
	margin-top: 15px;
	}

#navi li {
	width: 107px;
	height: 69px;
	margin-right: 5px;
	float: left;
	text-indent: -999999px;
	}

#navi li a {
	display: block;
	width: 107px;
	height: 69px;
	/*text-decoration: none;*/
	overflow: hidden;
	}

#pankz {
	background: url(../images/pankz.png) repeat-x left top;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	color: #431d07;
	}

#pankz a , #com a {
	color: #431d07;
	}

#pankz a:hover , #com a:hover {
	/*text-decoration: none;*/
	}

#com {
	text-align: right;
	margin-top: -31px;
	margin-right: 10px;
	}

.pagetop {
	text-align: right;
	margin-right: 10px;
	}

.pagetop a {
	background: url(../images/pagetop.png) no-repeat left bottom;
	color: #421c07;
	padding-left: 15px;
	/*text-decoration: none;*/
	font-size: 85%;
	}

/*========== コンテンツページ共通指定ここまで ==========*/

/*========== ファッションチェックここから ==========*/
#fashion_check {
	width: 760px;
	border: solid 1px #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
	}

#fashion_head {
	width: 750px;
	height: 220px;
	background: url(../fashion_check/sept/images/header.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-indent: -999999px;
	}

.fashion_box {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: dotted 1px #cccccc;
	clear: both;
	padding: 10px 0;
	}

.info {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	}

.moreinfo {
	display: none;
	background-color: #ffffff;
	padding-top: 5px;
	clear: both;
	}

.info_left {
	width: 277px;
	float: left;
	}

.info_right {
	width: 360px;
	float: right;
	}

.info_right img {
	vertical-align: middle;
	}

.open_close {
	display: block;
	clear: both;
	background: url(../fashion_check/images/open_close.png) no-repeat left top;
	width: 128px;
	height: 23px;
	text-indent: -999999px;
	overflow: hidden;
	margin-left: 522px;
	}

.open_close:hover {
	background: url(../fashion_check/images/open_close.png) no-repeat left bottom;
	}

.info span {
	font-size: 114%;
	display: block;
	border-left: solid 6px #93A6C0;
	color: #431d07;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 15px;
	}

/*========== ファッションチェックここまで ==========*/

/*========== トレンドラボここから ==========*/
#wasamon {
	width: 760px;
	border: solid 1px #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 5px;
	}

#wasamon_head {
	width: 750px;
	height: 220px;
	background: url(../trend_lab/images/header.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}

#wasamon_head h2 {
	text-indent: -999999px;
	}

#wasamon_head h3 {
	color: #001e43;
	width: 300px;
	margin-left: 440px;
	margin-top: 80px;
	text-align: justify;
	text-justify: inter-ideograph;
	}

#wasamon_menu {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}

#wasamon_menu li {
	width: 750px;
	height: 100px;
	text-indent: -999999px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: dotted 1px #cccccc;
	}

#wasamon_menu a {
	display: block;
	width: 750px;
	height: 100px;
	overflow: hidden;
	}

/*---------- 記事ページ ----------*/
#wasamon_text {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	}

/*----- 001 -----*/
#wasamon_inhead001 {
	width: 750px;
	height: 240px;
	background: url(../trend_lab/001/images/header.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}

#wasamon_inhead001 h3 {
	font-size: 122%;
	color: #431d07;
	text-align: right;
	font-weight: bold;
	padding-top: 220px;
	}

/*----- 記事ページ共通 -----*/
#wasamon_text {
	margin-top: 25px;
	font-size: 100%;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	}

.wasamon_q {
	display: block;
	width: 400px;
	background-color: #f5f5f5;
	color: #431d07;
	margin-bottom: 5px;
	}

#wasamon_text img {
	display: block;
	}


#wasamon_box1 img {
	float: left;
	}

#wasamon_box1 p {
	float: right;
	width: 400px;
	}

#wasamon_box2 {
	clear: both;
	width: 100%;
	padding-top: 10px;
	}

#wasamon_box2 img {
	float: left;
	}

#wasamon_box2 p {
	float: right;
	width: 400px;
	}

#wasamon_box3 {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

#wasamon_box3 img {
	float: right;
	}

#wasamon_box3 p {
	float: left;
	width: 400px;
	}

#wasamon_box4 {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

#wasamon_box4 img {
	float: left;
	}

#wasamon_box4 p {
	float: right;
	width: 400px;
	}

#wasamon_box5 {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

#wasamon_box5 img {
	float: right;
	}

#wasamon_box5 p {
	float: left;
	width: 400px;
	}

#wasamon_box6 {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

#wasamon_box6 img {
	float: left;
	}

#wasamon_box6 p {
	float: right;
	width: 400px;
	}

#wasamon_box7 {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

.wasamon_menu h4 {
	background-color: #f5f5f5;
	color: #431d07;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	width: 650px;
	}

.wasamon_menu {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	}

.wasamon_menu1 {
	float: left;
	width: 230px;
	font-size: 85%;
	margin-left: 50px;
	_margin-left: 25px;
	}

.wasamon_menu2 {
	float: right;
	width: 230px;
	font-size: 85%;
	margin-right: 50px;
	_margin-right: 25px;
	}

#wasamon_tenpo {
	clear: both;
	}

#coupon {
	border: dashed 1px #431d07;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 1px;
	}

#coupon p {
	border-right: solid 1px #E4EFF7;
	border-left: solid 10px #E4EFF7;
	border-bottom: solid 1px #E4EFF7;
	border-top: solid 1px #E4EFF7;
	padding: 5px;
	}

#coupon span {
	font-size: 107%;
	color: #1F3E27;
	font-weight: bold;
	}

#wasamon_tenpo {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 107%;
	color: #431d07;
	}

/*========== トレンドラボここまで ==========*/

/*========== Newsセレクト / 新商品ここから ==========*/
#news_catalogue , #newgoods_catalogue {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 5px;
	}

.article , #soukan {
	border: solid 1px #cccccc;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 720px;
	clear: both;
	overflow: hidden;
	padding: 20px;
	margin-top: 10px;
	}

.article_right img {
	display: block;
	}
.article p {
	margin-bottom: 20px;
	}

.article_right {
	font-size: 92%;
	float: right;
	width: 256px;
	margin-left: 40px;
	margin-bottom: 40px;
	}

.article h2 {
	font-size: 114%;
	border-left: solid 6px #93A6C0;
	color: #431d07;
	text-indent: 5px;
	font-weight: bold;
	}

.article h3 {
	text-align: right;
	margin-bottom: 8px;
	color: #431d07;
	}

.article dl {
	margin-left: 30px;
	}

.article dd {
	margin-left: 20px;
	}

.article dt {
	font-size: 107%;
	font-weight: bold;
	}

.article dl a {
	background: url(../images/in_window.png) no-repeat left center;
	padding-left: 15px;
	color: #1F3E27;
	}

.article dl a:hover {
	/*text-decoration: none;*/
	}

/*========== Newsセレクト / 新商品ここまで ==========*/

/*========== 創刊によせてここから ==========*/
#soukan p {
	margin-bottom: 10px;
	}

#soukan h2 {
	font-size: 114%;
	border-left: solid 6px #93A6C0;
	color: #431d07;
	text-indent: 5px;
	font-weight: bold;
	margin-bottom: 20px;
	}

#soukan_member {
	text-align: right;
	}

/*========== 創刊に寄せてここまで ==========*/

/*---------- フッター ----------*/
#footer {
	padding-top: 30px;
	padding-bottom: 10px;
	background: url(../images/fbg.png) repeat-x left bottom;
	/*border-top: dotted 1px #1F3E27;*/
	}

#footer ul {
	margin-left: 20px;
	}

#footer li {
	display: inline;
	border-left: solid 1px #1F3E27;
	padding-left: 5px;
	padding-right: 3px;
	}

#footer a {
	color: #333333;
	font-size: 92%;
	}

#footer a:hover {
	/*text-decoration: none;*/
	}

#footer address {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 85%;
	color: #ffffff;
	}





dd {
	margin:7px 0px;	
}









/*追加分*/
/*----- トレンドラボ002 -----*/
#wasamon_inhead002 {
	width: 750px;
	height: 240px;
	background: url(../trend_lab/002/images/header.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}

#wasamon_inhead002 h3 {
	font-size: 122%;
	color: #431d07;
	text-align: right;
	font-weight: bold;
	padding-top: 220px;
	}

#wasamon_inhead002 img {
	vertical-align: middle;
	}

.wasamon_box_imgleft {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

.wasamon_box_imgleft img {
	float: left;
	}

.wasamon_box_imgleft p {
	float: right;
	width: 400px;
	}

.wasamon_box_imgright {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

.wasamon_box_imgright img {
	float: right;
	}

.wasamon_box_imgright p {
	float: left;
	width: 400px;
	}

.wasamon_menu {
	padding-top: 15px;
	}

/*----- トレンドラボ003 -----*/
#wasamon_inhead003 {
	width: 750px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}

#wasamon_inhead003 h3 {
	font-size: 122%;
	color: #431d07;
	text-align: right;
	font-weight: bold;
	padding-top: 220px;
	}

#wasamon_inhead003 img {
	vertical-align: middle;
	}

/*----- トレンドラボ共通（１～３回は未使用） -----*/
#wasamon_inhead {
	width: 750px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}

#wasamon_inhead h3 {
	font-size: 122%;
	color: #431d07;
	text-align: right;
	font-weight: bold;
	padding-top: 220px;
	}

#wasamon_inhead img {
	vertical-align: middle;
	}


/*----- 坂本追加 -----*/
#labo h4{
	font-size:105%;
	margin:5px 15px 0px 15px;
	border-bottom: 1px #dddddd dotted; 
}

#labo p{
	margin:3px 15px -15px 15px;
}

#labo img{
	margin:10px 5px 0px 5px;
}

#labo h2{
	background: url(../images/midashi1.png) no-repeat left top;
	width: 385px;
	height: 23px;
	border-bottom: solid 1px #dacbde;
	color: #4835d8;
	/*font-weight: bold;*/
	padding-left: 27px;
	font-size: 107%;
	}

/*----- ＮＥＷＳコメント用 -----*/

	/*スタッフA*/
	div#model01 {
		clear: both;
		width: 646px;
		height: 71px;
		margin: 0px auto;
		margin-top: 40px;
		background: #fff url(./images/model01.png) no-repeat left center;
		}

	/*スタッフB*/
	div#model02 {
		clear: both;
		width: 646px;
		height: 71px;
		margin: 0px auto;
		margin-top: 40px;
		background: #fff url(./images/model02.png) no-repeat left center;
		}

	/*スタッフC*/
	div#model03 {
		clear: both;
		width: 646px;
		height: 71px;
		margin: 0px auto;
		margin-top: 40px;
		background: #fff url(./images/model03.png) no-repeat left center;
		}

	/*スタッフD*/
	div#model04 {
		clear: both;
		width: 646px;
		height: 71px;
		margin: 0px auto;
		margin-top: 40px;
		background: #fff url(./images/model04.png) no-repeat left center;
		}


	p#staff_newsc {
		width: 500px;
		height: 30px;
		font-size: 100%;
		line-height: 110%;
		margin-left: 130px;
		padding-top: 29px;
		text-align: center;
		/*padding-top: 20px;*/ /*コメントが2行以上になる可能性があるのであればコチラ*/
		}


/*----- 20091221坂本追記 -----*/
#trend_arc td{
	padding:5px;
	border-bottom: 1px #e4e4e4 dotted;
}

#news_table td{
	padding:5px;
}

#news_table {
	margin-left:10px;
}

#header_top {
	background: url(../images/top_head.jpg) no-repeat top center;
	width: 800px;
	height: 179px;
	}

#header_top h1 {
	text-indent: -999999px;
	}

#model022 {
	width:480px;
	background: url(../rekijyo/hukidashi.jpg) no-repeat top left;
	margin-left:30px;
	padding:20px 30px 0px 140px;
}

#model022 p{
	margin-top:auto;
	margin-bottom:auto;
}

.r_h3 {
	background-color:#FFDDDD;
	font-size:12px;
	padding-left:5px;
	margin-bottom:5px;
}

.shin a {
	float:left;
}

.shin p {
	width: 90px;
	height: 90px;
}
