@charset "Shift_JIS";

/*---------------------------------------------------------------------
  COMMON
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

/* Clearfix */
.clearfix:after {
	content: url(../images/spacer.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix { display: inline-block; 	clear: both; } 
.clearfix { display: block;	clear: both;  } 

a {
	color: #b34d00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	width: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}

#container {
	background: #f8e7d8;
	width: 100%;
	padding: 0 0 44px;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin: 30px 0 0;
	width: 210px;
}

#header #gnavi {
	float: right;
	margin: 30px 5px 23px 0;
	width: 380px;（コンテンツの右寄せ）
	display: inline;
}

#header #gnavi ul li {
	float: left;
	height: 45px;
	overflow: hidden;
}

#header #gnavi ul li a {
	text-indent: -9999px;
	display: block;
	height: 45px;
}

#header #gnavi ul li.news a {
	width: 58px;
	background: url(../images/gnavi_news.gif) 0 0 no-repeat;
}
#header #gnavi ul li.news a:hover {
	background: url(../images/gnavi_news.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.brand a {
	width: 61px;
	background: url(../images/gnavi_brand.gif) 0 0 no-repeat;
}
#header #gnavi ul li.brand a:hover {
	background: url(../images/gnavi_brand.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.recommend a {
	width: 89px;
	background: url(../images/gnavi_recommend.gif) 0 0 no-repeat;
}
#header #gnavi ul li.recommend a:hover {
	background: url(../images/gnavi_recommend.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.press a {
	width: 59px;
	background: url(../images/gnavi_press.gif) 0 0 no-repeat;
}
#header #gnavi ul li.press a:hover {
	background: url(../images/gnavi_press.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.shoplist a {
	width: 77px;
	background: url(../images/gnavi_shoplist.gif) 0 0 no-repeat;
}
#header #gnavi ul li.shoplist a:hover {
	background: url(../images/gnavi_shoplist.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.onlineshop a {
	width: 92px;
	background: url(../images/gnavi_onlineshop.gif) 0 0 no-repeat;
}
#header #gnavi ul li.onlineshop a:hover {
	background: url(../images/gnavi_onlineshop.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.blog a {
	width: 54px;
	background: url(../images/gnavi_blog.gif) 0 0 no-repeat;
}
#header #gnavi ul li.blog a:hover {
	background: url(../images/gnavi_blog.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.present a {
	width: 72px;
	background: url(../images/gnavi_present.gif) 0 0 no-repeat;
}
#header #gnavi ul li.present a:hover {
	background: url(../images/gnavi_present.gif) 0 -45px no-repeat;
}

#header #gnavi ul li.shoescare a {
	width: 87px;
	background: url(../images/gnavi_shoescare.gif) 0 0 no-repeat;
}
#header #gnavi ul li.shoescare a:hover {
	background: url(../images/gnavi_shoescare.gif) 0 -45px no-repeat;
}

#contents {
	width: 960px;
	margin: 0 auto;
	background: #FFF url(../images/contents_bg.gif) 0 0 repeat-y;
	padding: 0 0 40px;
}

#contents-top {
	width: 960px;
	height: 7px;
	margin: 0 auto;
	background: url(../images/contents_top.gif) 0 0 no-repeat;
}

#contents-bottom {
	width: 960px;
	height: 8px;
	margin: 0 auto;
	background: url(../images/contents_bottom.gif) 0 0 no-repeat;
}

#side {
	width: 220px;
	float: left;
	padding: 25px 0 0 35px;
}

#main {
	width: 705px;
	float: left;
	padding: 25px 0 0;
}

/* page top*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 100px;
	height: 100px;
	background: url(../images/page_top.png) no-repeat;
	text-decoration: none;
	text-align: center;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 5px 20px;
}

#footer ul {
	float: left;
}

#footer ul li {
	float: left;
	height: 29px;
	overflow: hidden;
	margin-right: 14px;
}

#footer ul li a {
	text-indent: -9999px;
	display: block;
	height: 29px;
}

#footer ul li.companyinfo a {
	width: 80px;
	background: url(../images/fnavi_companyinfo.gif) 0 0 no-repeat;
}
#footer ul li.companyinfo a:hover {
	background: url(../images/fnavi_companyinfo.gif) 0 -29px no-repeat;
}

#footer ul li.contact a {
	width: 54px;
	background: url(../images/fnavi_contact.gif) 0 0 no-repeat;
}
#footer ul li.contact a:hover {
	background: url(../images/fnavi_contact.gif) 0 -29px no-repeat;
}

#footer ul li.privacypolicy a {
	width: 83px;
	background: url(../images/fnavi_privacypolicy.gif) 0 0 no-repeat;
}
#footer ul li.privacypolicy a:hover {
	background: url(../images/fnavi_privacypolicy.gif) 0 -29px no-repeat;
}

#footer #copyright {
	float: right;
	margin: 10px 0 0;
}


/*---------------------------------------------------------------------
  HOME
---------------------------------------------------------------------*/

#mainvisual {
	width: 960px;
	height: 485px;
	margin: 0 auto;
	background: url(../images/home_mainvisual.jpg) 0 0 no-repeat;
}

#mainvisual #latestnews {
	width: 950px;
	height: 350px;
	overflow: hidden;
	padding: 80px 0 0 20px;ニュースの上下
}

#mainvisual #latestnews table {
	border-collapse:collapse;
}

#mainvisual #latestnews table th {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding: 0 9px 7px 0;
}

#mainvisual #latestnews table td {
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding: 0 0 10px 0;
}

#mainvisual #latestnews table td a {
	color: #251e18;
	text-decoration: none;
}

#mainvisual #latestnews table td a:hover {
	color: #b34d00;
	text-decoration: underline;
}


#linklogo {
	width: 950px;
	margin: 12px auto 0;
}

#linklogo #home_twitter {
	float: left;
}

#linklogo ul {
	float: right;
}

#linklogo ul li {
	float: right;
	height: 70px;
	overflow: hidden;
	margin-left: 5px;
}

#linklogo ul li a {
	text-indent: -9999px;
	display: block;
	height: 70px;
}

#linklogo ul li.jb a {
	width: 98px;height:36px;
	background: url(../images/home_logo_jb.gif) 0 0 no-repeat;
}
#linklogo ul li.jb a:hover {
	background: url(../images/home_logo_jb.gif) 0 -36px no-repeat;
}

#linklogo ul li.lechione a {
	width: 73px;height:36px;
	background: url(../images/home_logo_lechione.gif) 0 0 no-repeat;
}
#linklogo ul li.lechione a:hover {
	background: url(../images/home_logo_lechione.gif) 0 -36px no-repeat;
}

#linklogo ul li.minx a {
	width: 72px;height:36px;
	background: url(../images/home_logo_minx.gif) 0 0 no-repeat;
}
#linklogo ul li.minx a:hover {
	background: url(../images/home_logo_minx.gif) 0 -36px no-repeat;
}

#linklogo ul li.pillow a {
	width: 55px;height:36px;
	background: url(../images/home_logo_pillow.gif) 0 0 no-repeat;
}
#linklogo ul li.pillow a:hover {
	background: url(../images/home_logo_pillow.gif) 0 -36px no-repeat;
}

#linklogo ul li.ginette a {
	width: 63px;height:36px;
	background: url(../images/home_logo_ginette.gif) 0 0 no-repeat;
}
#linklogo ul li.ginette a:hover {
	background: url(../images/home_logo_ginette.gif) 0 -36px no-repeat;
}

#linklogo ul li.ginettespa a {
	width: 100px;
	background: url(../images/home_logo_ginettespa2.jpg) 0 0 no-repeat;
}
#linklogo ul li.ginettespa a:hover {
	background: url(../images/home_logo_ginettespa2.jpg) 0 -83px no-repeat;
}


/*---------------------------------------------------------------------
  NEWS
---------------------------------------------------------------------*/

#main .news {
	width: 505px;
	padding: 20px 35px 25px 130px;
	margin: 0 0 20px;
	position:relative;
}

#main .news_detail {
	width: 610px;
	padding: 20px 35px 0 25px;
	margin: 0 0 20px;
	position:relative;
}

#main .news .thumb {
	position:absolute;
	left:20px;
	top:20px;
	width:90px;
	overflow:hidden;
}

#main .news .date {
	font-size: 14px;
	margin: 0 0 8px;
}

#main .news_detail .date {
	font-size: 14px;
	margin: 0 0 13px;
}

#main .news h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}

#main .news_detail h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
}

#main .news .honbun {
	padding: 0 0 0 0;
}

#main .news_detail .honbun {
	padding: 0 20px 39px 0;
}

#main .category-event {
	background: #f9f8f6 url(../images/icon_event.gif) 589px 21px no-repeat;
}

#main .category-shopmessage {
	background: #f9f8f6 url(../images/icon_shopmessage.gif) 539px 21px no-repeat;
}

#main .category-onlineshop {
	background: #f9f8f6 url(../images/icon_onlineshop.gif) 551px 21px no-repeat;
}

#main .category-present {
	background: #f9f8f6 url(../images/icon_present.gif) 574px 21px no-repeat;
}

#main .category-others {
	background: #f9f8f6 url(../images/icon_others.gif) 581px 21px no-repeat;
}

#main .news .more {
	text-align:right;
	margin:4px 0 0;
}


#main .detail_back {
	padding: 0 0 20px;
}

#main .news .honbun img {
	margin: 3px 0 6px;
}


/*---------------------------------------------------------------------
  BRAND
---------------------------------------------------------------------*/

#brand {
	width: 890px;
	margin: 0 35px;
	padding:25px 0 0;
}


#brand-fix {
	width: 950px;
	margin: 0 5px;
	background: url(../images/brand_bg.jpg) 0 0 no-repeat;
	height: 1378px;
	position: relative;
}

#brand-fix h2 {
	position:absolute;
	left:30px;
	top:25px;
}

#brand-fix h3 {
	display:none;
}

#brand-fix .set .kana {
	font-size:10px;
	color:#524336;
}

#brand-fix .set h4 {
	margin-top: 5px;
	font-size:14px;
	color:#673102;
}

#brand-fix .set .desc {
	margin-top: 5px;
}

#brand-fix .set .link {
	font-size:11px;
	line-height: 1.8;
	margin-top: 12px;
}

#brand-fix .set .link a {
	margin-right: 0.8em;
}

#brand-fix .br1 {
	position:absolute;
	left:60px;
	top:466px;
	width:455px;
}

#brand-fix .br2 {
	position:absolute;
	left:619px;
	top:310px;
	width:301px;
}

#brand-fix .br3 {
	position:absolute;
	left:479px;
	top:817px;
	width:453px;
}

#brand-fix .br4 {
	position:absolute;
	left:40px;
	top:993px;
	width:380px;
}

#brand-fix .br5 {
	position:absolute;
	left:369px;
	top:1251px;
	width:550px;
}



/*---------------------------------------------------------------------
  RECOMMEND
---------------------------------------------------------------------*/

#recommend {
	width: 890px;
	margin: 0 35px;
	padding:25px 0 0;
}

#recommend .set {
	width:830px;
	padding:0 30px 30px;
}

#recommend .set .unit {
	width:415px;
	float:left;
}

#recommend .set .unit .desc {
	width:295px;
	background:#f7f4ec;
	padding:10px 20px 12px;
	margin:0 40px;
	position:relative;
}

#recommend .set .unit .desc .brand {
	font-size:14px;
	font-weight:bold;
	margin:0 0 4px;
}

#recommend .set .unit .desc .type {
	font-size:10px;
	color:#673102;
	margin:0 0 2px;
}

#recommend .set .unit .desc .name {
	font-size:16px;
	font-weight:bold;
	color:#f36100;
	margin:0 0 5px;
}

#recommend .set .unit .desc span {
	color:#666;
	margin-right:0.5em
}

#recommend .set .unit .desc .btn {
	position:absolute;
	right:0;
	bottom:0;
	margin:0 20px 12px 0;
}




/*---------------------------------------------------------------------
  PRIVACY POLICY
---------------------------------------------------------------------*/

#main .privacy_section {
	width: 635px;
	padding: 0 20px 39px 0;
	margin: 0 0 20px;
	background: url(../images/dotline.gif) 0 bottom repeat-x;
}

#main .privacy_section .page_title {
	font-size: 18px;
	color: #673102;
}

#main .privacy_section h3 {
	font-size: 14px;
	margin: 0 0 15px;
}

#main .privacy_section .mb {
	margin: 0 0 17px;
}

#main .privacy_section ol {
	padding-left: 2em;
}

#main .privacy_section ol li {
	margin: 0 0 8px
}

#main .privacy_section h4 {
	font-size: 14px;
	font-weight: normal;
	color: #673102;
	margin: 0 0 8px;
}


#main .privacy_section .p_unit {
	margin: 0 0 33px;
}

#main .privacy_section table {
	border-collapse:collapse;
}

#main .privacy_section table td {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	color: #251e18;
}
#container #mainvisual #latestnews table tr td p a {
	color: #000000;
}
#container #mainvisual #latestnews table tr th {
	color: #000000;
}



/*---------------------------------------------------------------------
  CONTACT
---------------------------------------------------------------------*/

#main .contact {
	width: 630px;
	padding: 25px 20px 30px;
	margin: 0 0 20px;
	position:relative;
	background: #f9f8f6;
}

#main .contact h3 {
	font-size:14px;
	padding-left:40px;
	height:25px;
	padding-top:4px;
	margin-bottom:20px;
}

#main .web h3 {
	background:url(../../contact/images/icon_pc.gif) left center no-repeat;
}

#main .web .btn img {
	float:left;
	margin-right:10px;
}

#main .tel h3 {
	background:url(../../contact/images/icon_tel.gif) left center no-repeat;
}

#main .tel .note {
	margin-top:10px;
}

#main .contact_amagasa {
	padding:5px 0 200px;
}

#main .web .btn .form_1 {
	float:left;
	margin-right:10px;
	width:340px;
	height:39px;
	text-indent:-9999px;
}

#main .web .btn .form_1 a {
	height:39px;
	display:block;
	background:url(../../contact/images/btn_form.gif) 0 0 no-repeat;
}
#main .web .btn .form_1 a:hover {
	background:url(../../contact/images/btn_form.gif) 0 -39px no-repeat;
}

#main .web .btn .form_2 {
	float:left;
	width:250px;
	height:39px;
	text-indent:-9999px;
}

#main .web .btn .form_2 a {
	height:39px;
	display:block;
	background:url(../../contact/images/btn_form.gif) -340px 0 no-repeat;
}
#main .web .btn .form_2 a:hover {
	background:url(../../contact/images/btn_form.gif) -340px -39px no-repeat;
}





.form_intro {
	margin: 0px 0 25px;
}

.mt {
	margin-top: 10px !important;
}

.contact .plr {
	padding: 0 5px;
}



.as {
	color: #F36100;
	font-size: 12px;
	font-weight: normal;
}

select {
    height: 22px;
    padding: 2px 0 2px 5px;
    vertical-align: middle;
    width: 280px;
}
option {
    padding: 0 0 0 7px;
}
.contact .section {
    background: url(../../contact/images/line_2tone.gif) repeat-x scroll 0 bottom transparent;
    margin: 0 0 18px;
    padding: 0 0 22px;
    width: 630px;
}
.contact .section .h_unit {
    float: left;
    font-size: 14px;
    padding: 0 10px 0 0;
    width: 215px;
	font-weight:bold;
	
}
.contact .section .h_unit span {
    font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 0.5em;
}
.contact .section .i_unit {
    float: left;
    padding: 0;
    width: 405px;
}
.contact .section .h_unit2 {
    float: left;
    font-size: 12px;
    padding: 23px 10px 0 0;
    text-align: right;
    width: 215px;
}
.contact .section .i_unit2 {
    float: left;
    padding: 20px 0 0;
    width: 405px;
}
.contact .section .i_unit2c {
    float: left;
    padding: 23px 0 0;
    width: 405px;
}
.contact .section .h_unit3 {
    float: left;
    font-size: 12px;
    padding: 3px 10px 0 0;
    text-align: right;
    width: 215px;
}
.contact .section .i_unit3 {
    float: left;
    padding: 0 0 0;
    width: 405px;
}
.contact .section .i_unit3c {
    float: left;
    padding: 3px 0 0;
    width: 405px;
}
.contact .alert {
    color: #FF0000;
    font-size: 13px;
    margin: 10px 0 0;
}
.contact .note {
    color: #666666;
    font-size: 11px;
    margin: 10px 0 0;
}
.contact .note2 {
    color: #222222;
    font-size: 10px;
    margin: 0 0 0 5px;
}
.contact .req {
    color: #666666;
    font-size: 11px;
    margin: 6px 0 0;
}
.contact .i1 {
    height: 20px;
    padding: 0 5px;
    vertical-align: middle;
    width: 140px;
	margin:0 15px 0 5px;
}
.contact .i2 {
    height: 20px;
    padding: 0 5px;
    vertical-align: middle;
    width: 280px;
	margin:0 5px 0 0;
}
.contact .i3 {
    height: 20px;
    padding: 0 5px;
    vertical-align: middle;
    width: 50px;
}
.contact textarea {
	padding: 0 5px 0 5px;
    width: 360px;
}

.contact .completion {
	margin: 80px 0 80px;
	text-align:center;
}


.submit {
    text-align: center;
    padding: 20px 0 20px;
}


.submit input,
.submit_completion input {
    padding: 0.5em 1.5em;
	margin:0 1em;
}

.submit_completion {
    text-align: center;
    padding: 20px 0 130px;
}

