@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

ADIRON Website CSS File

File Name		layout.css
Note			基本レイアウト用スタイルシート


Version			1.0

New Creation	08.02.13
Update			09.08.25

Created By		Yoshiaki Murakami

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

/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

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

html {
	height:100%;
}


body {
	height:100%;
	background:url(../img/container_bg.gif) center top repeat-y #f0f0f0;
}

* html body {
	text-align:center;
}

#container {
	position:relative;
	margin:0px auto;
	width:790px;
	min-height:100%;
}

* html #container {
	height:100%;
	margin-left:1px;
	text-align:left;
}

*+html #container {
	padding-left:1px;
}

body > #container {
	height:auto;
}

#container #header {
	position:relative;
	width:790px;
	height:68px;
	background:url(../img/header_bg.gif) left top no-repeat;
}

#container #header h1 {
	position:absolute;
	left:40px;
	top:20px;
}

#container #header #gnavi {
	position:absolute;
	right:50px;
	top:29px;
}

* html #container #header #gnavi {
	border-left:1px solid #7c7c7c;
}

#container #header #gnavi li {
	float:left;
	text-transform:uppercase;
	border-right:1px solid #7c7c7c;
}

#container #header #gnavi li:first-child {
	border-left:1px solid #7c7c7c;
}

#container #main {
	padding:5px 0px 76px;
	background:url(../img/main_bg.gif) left top no-repeat;
}

#container #main #contents {
	float:right;
	padding:35px 50px 0px 0px;
	width:540px;
}

* html #container #main #contents {
	padding-right:50px;
}

#container #main #contents h3 {
	margin:20px 0px;
	font-size:1.5em;
}

* html #container #main #contents h3 {
	width:540px;
}

#container #main #contents #lead {
	padding:0px 0px 30px;
	background:url(../img/border.gif) left bottom repeat-x;
}

#container #main #contents #lead p {
	margin:10px 0px;
	width:540px;
	font-size:1.2em;
	line-height:1.5em;
}

#container #main #contents #lead #cnavi {
	text-align:right;
}

* html #container #main #contents #lead #cnavi {
	width:540px;
}

#container #main #contents #lead #cnavi li {
	display:inline;
}

#container #main #contents #lead #cnavi #c_brandinfo ,
#container #main #contents #lead #cnavi #c_brandsite {
	margin-right:-2px;
}

#container #main #contents #shopdetails {
	padding-top:30px;
}

#container #main #contents #shopdetails h3 {
	margin:0px 0px 10px;
}

#container #main #contents #shopdetails table {
	width:540px;
	border-collapse:collapse;
}

* html #container #main #contents #shopdetails table {
	font-size:10px;
}

#container #main #contents #shopdetails table tbody tr td table {
	width:auto;
}

#container #main #contents #branddetails {
	padding:30px 0px;
	width:540px;
	background:url(../img/border.gif) left bottom repeat-x;
}

#container #main #contents #shoplist {
	padding:30px 0px;
	background:url(../img/border.gif) left bottom repeat-x;
}

#container #main #contents #shoplist h3 {
	margin:0px 0px 10px;
}

#container #main #contents #shoplist p {
	width:540px;
	text-align:left;
}

#container #main #contents #shoplist .notice {
	float:left;
}

#container #main #contents #shoplist .date {
	float:right;
}

#container #main #contents #shoplist table {
	width:540px;
	border-collapse:collapse;
}

* html #container #main #contents #shoplist table {
	font-size:10px;
}

#container #main #contents #shoplist table tbody tr th {
	padding-top:4px;
	vertical-align:top;
	width:5em;
}

#container #main #contents #shoplist table tbody tr td {
	vertical-align:top;
}

#container #main #contents #shoplist table tbody .first th ,
#container #main #contents #shoplist table tbody .first td {
	padding-top:8px;
}

#container #main #contents #shoplist table tbody .district th {
	padding-top:2em;
	width:auto;
	border-bottom:1px solid #66605e;
	font-size:1.2em;
	color:#66605e;
}

#container #main #contents #shoplist table tbody tr td {
	padding:4px 8px;
}

#container #main #contents #shoplist table tbody tr .shop {
	width:11em;
}

#container #main #contents #shoplist table tfoot tr td {
	padding:4px 0px;
}

#container #main #contents #item {
	padding:30px 0px;
	background:url(../img/border.gif) left bottom repeat-x;
}

#container #main #contents #item h3 {
	margin:0px 0px 20px;
}

* html #container #main #contents #item table {
	font-size:10px;
}

#container #main #contents #item table tbody tr td {
	width:270px;
}

#container #main #contents #item table tbody .left .pic {
	padding-right:11px;
}

#container #main #contents #item table tbody .right .pic {
	padding-left:11px;
}

#container #main #contents #item table tbody tr .details dl dt {
	font-size:1.2em;
	font-weight:bold;
	line-height:2em;
}

#container #main #contents #item table tbody .right .details dl dt {
	text-align:right;
}

#container #main #contents #item table tbody tr .details dl dd {
	line-height:1.5em;
}

#container #main #contents #brandname {
	padding-top:59px;
}

#container #main #contents #brandname h2 {
	float:left;
}

#container #main #contents #brandname #cnavi {
	float:right;
}
/*
#container #main #contents #list {
	position:relative;
	padding-top:27px;
	text-align:right;
}

#container #main #contents #list h3 {
	margin-bottom:5px;
}

#container #main #contents #list p {
	position:absolute;
	right:5px;
	top:43px;
}

#container #main #contents #list #dnavi li {
	display:inline;
}

#container #main #contents #list #dnavi li:first-child:before {
	content:"｜";
}

#container #main #contents #list #dnavi li:after {
	content:"｜";
}

#container #main #contents #list #dnavi li a {
	text-decoration:underline;
}

#container #main #contents #list table {
	width:540px;
	border-collapse:collapse;
	text-align:left;
}

#container #main #contents #list table tbody tr td {
	padding:4px 8px;
}

#container #main #contents #list table tfoot tr td ,
#container #main #contents #list table tbody tr th {
	padding:4px 0px;
}

#container #main #contents #list table tbody tr th {
	vertical-align:top;
}

#container #main #contents #list table tbody .district th {
	padding:25px 0px 4px 0px;
	border-bottom:1px solid #dadada;
	font-size:1.2em;
}
*/
#container #main #contents #contact {
	padding:30px 0px;
	width:540px;
	background:url(../img/border.gif) left bottom repeat-x;
}

#container #main #contents #contact dl {
	margin-left:8px;
}

#container #main #contents #contact dl dt {
	font-weight:bold;
	line-height:2em;
}

#container #main #contents #contact dl dd {
	line-height:2em;
}

#container #main #contents #contact dl dd dl {
	margin-left:0px;
}

#container #main #contents #contact dl dd dl dt {
	float:left;
	margin-right:6px;
	font-weight:normal;
	text-transform:uppercase;
}

#container #main #contents #etc {
	padding-top:27px;
	width:540px;
}

#container #main #contents #etc ul li {
	float:left;
	margin-right:5px;
}

#container #main #side {
	float:left;
	padding:35px 0px 0px 40px;
	width:160px;
}

#container #main #side #brand h3 {
	margin-bottom:14px;
}

#container #main #side #brand ul .nannini ,
#container #main #side #brand ul .labagagerie ,
#container #main #side #brand ul .ilfaitbeau ,
#container #main #side #brand ul .adcarriere {
	margin-top:11px;
}

#container #main #side #brand ul .juniordrake {
	margin-top:10px;
}

#container #main #side #brand ul .upla {
	margin-top:9px;
} 

#container #main #side #brand ul .marieclaire {
	margin-top:7px;
}
#container #main #side #brand ul .cooga {
	margin-top:14px;
}

#container #main #side #shop {
	margin-top:56px;
}

#container #main #side #shop h3 {
	margin-bottom:14px;
}

#container #footer {
	position:absolute;
	bottom:0px;
	width:740px;
	height:40px;
	clear:both;
	padding:36px 50px 0px 0px;
	text-align:right;
}

* html #container #footer {
	width:790px;
}

* html #container #footer #fnavi {
	width:19.3em;
	border-left:1px solid #7c7c7c;
}

*+html #container #footer #fnavi {
	width:19.3em;
	border-left:1px solid #7c7c7c;
}

#container #footer #fnavi li {
	display:inline;
	text-transform:capitalize;
}

* html #container #footer #fnavi li {
	margin-left:0.5em;
	border-right:1px solid #7c7c7c;
}

*+html #container #footer #fnavi li {
	margin-left:0.5em;
	border-right:1px solid #7c7c7c;
}

#container #footer #fnavi li:first-child:before {
	content:"｜ ";
}


#container #footer #fnavi li:after {
	content:" ｜ ";
}

#container #footer #fnavi li a:hover {
	background:#999;
	color:#fff;
}

#container #footer address {
	line-height:3em;
	text-transform:capitalize;
}
