@charset "UTF-8";

/*===============================================================*/
/*


	style.css

	
*/
/*===============================================================*/
header h1{
	position: absolute;
	bottom: 0px;
	left: 130px;
}


/* サブページのMENU設定 */
#headWrap header {
	position: relative;
}

/* サブページのタイトル設定 */
#pageTtlWrap {
	margin: 0 auto;	
	width: 960px;
	padding-top:80px;
	height:100px;
}

#pageTtlWrap h2 {
	height:42px;
	font-size:36px;
	padding-top:55px;
	border-bottom: 1px solid #ecebeb;
	padding-left:12px;
}

#pageTtlWrap h2 span {
	border-bottom: 2px solid #333;
}



.section{
	text-align:center;
}

/*===============================================================*/
/*
	FONT SETTINGS
*/
/*===============================================================*/

@font-face {
    font-family: 'Museo300Regular';
    src: url('../font/Museo300-Regular-webfont.eot');
    src: url('../font/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Museo300-Regular-webfont.woff') format('woff'),
         url('../font/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../font/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500Regular';
    src: url('../font/Museo500-Regular-webfont.eot');
    src: url('../font/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Museo500-Regular-webfont.woff') format('woff'),
         url('../font/Museo500-Regular-webfont.ttf') format('truetype'),
         url('../font/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 17, 2014 */


@font-face {
    font-family: 'quicksandregular';
    src: url('../font/quicksand-regular-webfont.eot');
    src: url('../font/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/quicksand-regular-webfont.woff') format('woff'),
         url('../font/quicksand-regular-webfont.ttf') format('truetype'),
         url('../font/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksanddash';
    src: url('../font/quicksand_dash-webfont.eot');
    src: url('../font/quicksand_dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/quicksand_dash-webfont.woff') format('woff'),
         url('../font/quicksand_dash-webfont.ttf') format('truetype'),
         url('../font/quicksand_dash-webfont.svg#quicksanddash') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #333;
	font-family:  "Museo300Regular", "quicksandregular", "quicksanddash","sans-serif";
	overflow-y: scroll;
}
/*
#timer .countdown_amount {
	font-family: "quicksanddash", "Museo300Regular", "sans-serif";
}
*/

/*---------------------*/
/*	global settings 
/*---------------------*/

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, figcaption {
	font-size: 100%;
	letter-spacing: 0.06em;
}

ol, ul {
    list-style:none;
}

/*---------------------*/
/*	clearfix 
/*---------------------*/
.cf:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
} 
.cf {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .cf {height: 1%;} 
.cf {display: block;} 
/* End hide from IE-mac */

/*
div {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
*/

/*---------------------*/
/*	link setting
/*---------------------*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
}

/* hide outline */

a:link,
a:visited,
a:active,
a:hover,
a:focus {
	outline: none;
}

input {
	outline: none;
}

/* #Nav */

#Nav a {
	text-decoration: none;
}

#Nav a:link span,
#Nav a:visited span {
color: #777;
}

#Nav a:link small,
#Nav a:visited small {
color: #999;
}

/* default */

#Nav a.default:link,
#Nav a.default:visited {
	border-color: rgba(0, 0, 0, 0.5) !important;
}

.ie8 #Nav a.default:link,
.ie8 #Nav a.default:visited {
	border-color: #666 !important;
}

#Nav a.default:link span,
#Nav a.default:visited span {
	color: #444 !important;
}

#Nav a.default:link small,
#Nav a.default:visited small {
	color: #999 !important;
}

/* no_link */

#Nav a.no_link {
	cursor: default;
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.ie8 #Nav a.no_link {
	cursor: default;
	border-color: #CCC !important;
}

#Nav a.no_link:link span,
#Nav a.no_link:visited span {
	color: #999 !important;
}

#Nav a.no_link:link small,
#Nav a.no_link:visited small {
	color: #CCC !important;
}

#Nav .navChild a:link,
#Nav .navChild a:visited {
	color: #AAA;
}

#Nav .navChild a:active,
#Nav .navChild a:hover {
	color: #666;
}

#Nav a.current:link,
#Nav a.current:visited,
#Nav a.current:active,
#Nav a.current:hover {
}

/* #BreadCrumb */

#BreadCrumb a {
}

#news .mainBody a,
#news_article .mainBody a {
	color: #5139CA !important;
}

/*===============================================================*/
/*
	COMMON
*/
/*===============================================================*/


#countdown {
	width: 460px;
}

#countdown > p {
	margin: 50px 0 10px;
	text-align: right;
}

#countdown > p:first-child {
	margin: 0 0 30px;
	text-align: left;
}


/*---------------------*/
/*	common styles
/*---------------------*/

body {
}

.no_space {
	margin: 0 0 10px 0;
	padding: 0;
}

/*---------------------*/
/*	Layout box
/*---------------------*/

#Container {
	width: 100%;
}

.wrapper {
	width: 100%;
}

.inner {
	width: 940px;
	margin: 0 auto;
}

.wrapper > header,
.wrapper > nav,
.wrapper > footer,
.wrapper > div {
}

/*---------------------*/
/*	image
/*---------------------*/

img {
/*	vertical-align: top;*/
}

/*---------------------*/
/*	#Header 
/*---------------------*/

#Logo {
	text-align: right;
	margin-bottom: 30px;
}

#Logo img {
}

#Header {
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

/*---------------------*/
/*	#Nav
/*---------------------*/

#NavWrap {
}

#Nav {
	text-align: right;
}

#Nav ul {
	margin: 0;
	padding: 0;
}

#Nav > ul > li {
	margin-bottom: 20px;
	line-height: 15px;
}

#Nav > ul > li > a {
	display: block;
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	padding-right: 13px;
}

.ie8 #Nav ul li a {
	border-right: 2px solid #666;
}

.ie8 #Nav ul li ul li a {
	border-right: none;
}

#Nav span {
	display: block;
	font-size: 16px;
}

#Nav small {
	display: block;
}

#Nav li li {
	font-size: 85.7%;
	margin-right: 15px;
}



/* current-page statement */

#Nav .navLabel.current .navLabelLink {
	background: rgba( 102, 102, 102, 0.9);
}

#Nav .navLabel.current .navLabelLink small {
}


/* hover statement */

#Nav .navChild {
	margin-top: 10px;
/*	display: none;*/
}

#Nav .navChild > li {
}

#Nav .navChild > li > a {
}

/*---------------------*/
/*	#Content
/*---------------------*/

#ContentWrap {
	position: relative;
	top: 0;
}

#index #ContentWrap {
	background: url(../img/bg_cont.png) repeat;
}

#Content {
}

#BreadCrumb {
	margin: 5px 0 10px;
}

#BreadCrumb li {
	display: inline;
}

#BreadCrumb li:after {
	content: ">";
	padding-left: 10px;
	margin-right: 10px;
}

#BreadCrumb li.current:after {
	content: "";
	padding: 0;
	margin: 0;
}

/*---------------------*/
/*	#Footer
/*---------------------*/

#FooterWrap {
}
#Footer {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	
	z-index: 10;
}

p#Copyright {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

#Copyright small {
	font-size: 100%;
}

/*---------------------*/
/*	.pagetop
/*---------------------*/


/*---------------------*/
/*	#Content Common
/*---------------------*/

#Content {
	width: 940px;
	margin: 0 auto;
}

#Main {
	width: auto;
	height: 1000px;
	position: relative;
}

#fda {
	padding-top: 70px;
	position: relative;
}

#Side {
	float: left;
	width: 210px;
	padding-top: 20px;
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 5000;
}

.fafafa {
	position: absolute;
	top: 840px;
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.dsdsds {
	position: absolute;
	top: 880px;
	width: 100%;
	text-align: center;
}

/*===============================================================*/
/*
	PIE template
*/
/*===============================================================*/


.ie #Foo {
	position: relative;
	behavior: url("/foo/PIE.htc");
}

/*===============================================================*/
/*
	JS
*/
/*===============================================================*/

a.text_link {
	color: #666 !important;
	text-decoration: none;
}

a.text_link:hover,
a.text_link:active {
	text-decoration: none;
}

.ie8 #index {
	background: rgb(244,231,237);
}

/*===============================================================*/
/*
	Typo
*/
/*===============================================================*/

.pageHeader h1 {
	font-size: 36px;
	font-weight: normal;
}

.pageHeader h1 small {
	font-size: 18px;
	color: #999;
}

.pageHeader h1 img {
	vertical-align: middle;
	padding: 0 10px;
}

.pageHeader {
	text-align: center;
	width: 690px;
}


/*===============================================================*/
/*
	News
*/
/*===============================================================*/

.news_box {
	position: relative;
	color: #999999;
}

.news_box time {
	font-style: italic;
}

.news_box h1 {
	margin-bottom: 30px;
	padding: 9px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
}

.news_box p {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.news_box a {
	color: #666666;
}

.footer_link {
    font-size: 24px;
    line-height: 40px;
}

.news_detail {
	font-family: Georgia, "Times New Roman", Times, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka";
	border-bottom: 1px dotted #999;
}

.news_detail header {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.news_detail header .article_info {
	text-align: right;
}

.news_detail header .article_info time,
.news_detail header .article_info p {
	display: inline-block;
	padding: 0 15px 0 0;
}

.news_detail header .article_info p {
	color: #999;
}

.news_detail header h1 {
	padding-left: 15px;
	border-left: 2px solid #5139CA;
	font-size: 21px;
	font-weight: normal;
}

.news_body {
	padding: 10px 0;
}

#news_article .footer_link {
	font-size: 16px;
}

.news_detail .news_body h1 {
	padding-left: 13px;
	border-left: #333 2px solid;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: 20px 0;
}

.news_body ul {
	list-style: disc outside;
}

/*===============================================================*/
/*
	style
*/
/*===============================================================*/

#styleMain .mainBody h1 {
	padding: 40px 0;
	font-size: 32px;
	font-weight: normal;
}

#keyVisual {
	position: relative;
	height: 460px;
}

#keyVisual .mainImg {
	top: 0;
	left: 0;
}

#keyVisual li {
	position: absolute;
}

#block_logo {
	position: relative;
	width: 690px;
	z-index: 1;
	margin: 0;
	top: -280px;
}

#block_logo img {
	display: block;
	z-index: 10;
}

#logo_type_01 {left: 15px;}
#logo_type_02 {left: 114px;}
#logo_type_03 {left: 150px;}
#logo_type_04 {left: 181px;}
#logo_type_05 {left: 210px;}
#logo_type_06 {left: 244px;}
#logo_type_07 {left: 297px;}
#logo_type_08 {left: 374px;}
#logo_type_09 {left: 440px;}
#logo_type_10 {left: 493px;}
#logo_type_11 {left: 541px;}
#logo_type_12 {left: 598px;}
#logo_type_13 {left: 629px;}


#mainTitle {
	margin: 40px 0;
	padding: 2px 0 30px;
	border-top: 2px solid #444;
	border-bottom: 1px dashed #444;
}

#mainTitle h1 {
	border-top: 1px solid #444;
	line-height: 40px;
	margin: 0;
	padding: 40px 0 4px 0;
}

#mainTitle p {
	color: #999;
}

#conceptMain #mainTitle h1 {
	padding-right: 90px;
}

#concept .mainBody h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0;
}

#concept .mainBody h2 {
	padding: 20px 0;
}

#conceptMain .mainBody p {
	line-height: 30px;
	letter-spacing: 5px;
	text-align: center;
}


/*===============================================================*/
/*
	social
*/
/*===============================================================*/

#social #mainTitle {
	margin: 40px 0 10px;
}

.social_block {
	padding-bottom: 9px;
	border-bottom: 1px dotted #999;
}

.social_block:last-child {
	border-bottom: none;
}

.page_nav {
	margin: 0;
	padding: 0 0 8px;
	text-align: center;
	border-bottom: 1px dotted #999;
}

.page_nav li {
	display: inline-block;
	padding-right: 15px;
}

.page_nav li img {
	padding-right: 5px;
}

.page_nav li a {
	display: inline-block;
	border-bottom: 1px solid #666;
	text-decoration: none !important;
}

.page_nav li a:hover {
	border: none;
}

#socialMain .mainBody h1 {
	font-weight: normal;
	font-size: 24px;
}

.facebook_box {
	background: #FFF;
	margin: 0 5px 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
}

.twitter_box {
	padding: 5px 5px 15px;
}

.block_link {
	margin-bottom: 10px;
}

.block_link a {
	display: inline-block;
	border-left: 2px solid #666;
	padding-left: 13px;
	text-decoration: none;
}

.block_link a.default {
	color: #666 !important;
	border-left: 2px solid #666 !important;
}

.block_link a span {
	display: block;
}

.block_link a small {
	display: block;
	opacity: 0.4;
}

.block_link a.no_link {
	border-left: 2px solid #CCC !important;
	display: inline-block;
}

a.no_link:link span,
a.no_link:visited span {
	color: #999 !important;
}

a.no_link:link small,
a.no_link:visited small {
	color: #CCC !important;
	opacity: 1;
}

.caution {
	color: #CA3982;
	padding: 5px;
	display: block;
}

/*===============================================================*/
/*
	recruit
*/
/*===============================================================*/

#recruitMain .mainBody h1 {
	font-size: 24px;
	font-weight: normal;
}

#recruit .table th {
	white-space: nowrap;
}

#recruit .table th,
#recruit .table td {
	border: none;
	padding: 9px 9px 8px 9px;
}

#recruitMain .mainBody h2 {
	font-size: 18px;
	font-weight: normal;
}




/*============================================================================================
中ページ共通
============================================================================================*/
header h1 {
	position: absolute;
	bottom: 15px;
	left: 130px;
}



/* サブページのタイトル設定 */
#pageTtlWrap {
	margin: 0 auto;	
	width: 960px;
	padding-top:80px;
	height:100px;
}

#pageTtlWrap h2 {
	height:42px;
	font-size:36px;
	padding-top:55px;
	border-bottom: 1px solid #ecebeb;
	padding-left:12px;
}

#pageTtlWrap h2 span {
	border-bottom: 2px solid #333;
}




/*============================================================================================
lookbook　
============================================================================================*/
#lookWrap {
	width: 960px;
	height: 7000px;
	margin:30px auto;
	position: relative;
}

.lookBox {
	width:960px;
	height:660px;
/*border:#00FF00 solid 2px;*/
}
.lookLeft, .lookRight{width:480px;height:660px;}
.lookBox .look {width:480px;height:660px;/*display:none;*/}
.lookLeft  .look {position:absolute;top:0;left:0;}
.lookRight .look {position:absolute;top:0;left:480px;}
.lookLeft  .lookHover {width:60px;height:40px;position:absolute;top:310px;left:440px;display:none;/*opacity:0;*/}
.lookRight .lookHover {width:60px;height:40px;position:absolute;top:310px;left:460px;display:none;/*opacity:0;*/}
.lookBox   .lookDetail {padding-left:35px;width:445px;padding-top:45px;height:615px;position:absolute;top:0;left:0;background:#7f7f7f;/*display:none;*/}

.look1, .look2 {position: absolute;	top: 0;	left: 0;  /*border:#FF0000 solid 2px;*/}
.look1 .lookDetail {position: absolute;	top: 0;	left: 0;}
.look2 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look3, .look4 {position: absolute;	top: 660px;	left: 0;}
.look3 .lookDetail {position: absolute;	top: 0;	left: 0;}
.look4 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look5, .look6 { position: absolute;	top: 1320px; left: 0;}
.look6 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look7, .look8 { position: absolute;	top: 1980px; left: 0;}
.look8 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look9, .look10 { position: absolute;	top: 2640px; left: 0;}
.look9 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look11, .look12 { position: absolute;	top: 3300px; left: 0;}
.look11 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look13, .look14 { position: absolute;	top: 3960px; left: 0;}
.look13 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look15, .look16 { position: absolute;	top: 4620px; left: 0;}
.look15 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look17, .look18 { position: absolute;	top: 5280px; left: 0;}
.look17 .lookDetail {position: absolute;	top: 0;	left: 480px;}

.look19, .look20 { position: absolute;	top: 5940px; left: 0;}
.look19 .lookDetail {position: absolute;	top: 0;	left: 480px;}



.lookDetail h3{color:#FFFFFF;font-size:20px;line-height:20px;font-weight:normal;}
.lookDetail table{padding-top:15px;}
.itemImg{ width:90px;height:120px;padding-right:10px;}
.itemTxt{ width:90px; vertical-align:bottom;color:#FFFFFF;line-height:15px;}
.itemTxt .itemName{font-size:11px;font-weight:bold;}
.itemTxt .itemPrice{font-size:11px;display:block;padding-bottom:5px;}
.itemBuy a{display:block;width:176px;padding:4px;text-align:center;background:#bfbfbf;color:#b163a3;font-weight:bold;font-size:11px;}
.itemBuy a:hover{background:#b163a3;color:#bfbfbf;}
.w30 span{width:30px;display:block;}
.h50 span{height:50px;display:block;}

/* z-index 初期値 */
#lookWrap{z-index:1}
.lookBox{z-index:1}
.lookHover{z-index:1000;}
.look     {z-index:100;}
.lookDetail {z-index:50;}

/*カウントダウン過ぎていない場合隠す*/
/*
.look4 img.yes, .lookRight .lookHover img, .look4 .lookDetail *, .look4 table { display: none; }
.look4 .lookDetail{ background: none; }
.look4 img.yes, .look4 img.no { position: absolute; }

.look4 .lookHover { display: none; }
*/


#timer_lb04,#timer_lb05,#timer_lb06,#timer_lb07,#timer_lb08,
#timer_lb09,#timer_lb10,#timer_lb11,#timer_lb12,#timer_lb13,
#timer_lb14,#timer_lb15,#timer_lb16,#timer_lb17,#timer_lb18,
#timer_lb19,#timer_lb20 { position: absolute; top: 51%; width: 100%; z-index: 10000; }

.lookBox img.no { display: block; }
.lookBox img.yes { display: none; }
.lookBox img.no, .lookBox img.yes { position: absolute; top: 0; left: 0; }


/* countの設定 */
#pageLB .countdown_amount {
	font-size: 24px;
}

/* lookbook timer 設定 */

#timer_lb04,
#timer_lb05,
#timer_lb06,
#timer_lb07,
#timer_lb08,
#timer_lb09,
#timer_lb10,
#timer_lb11,
#timer_lb12,
#timer_lb13,
#timer_lb14,
#timer_lb15,
#timer_lb16,
#timer_lb17,
#timer_lb18,
#timer_lb19,
#timer_lb20 { text-align: center; }

#timer_lb04 b,
#timer_lb05 b,
#timer_lb06 b,
#timer_lb07 b,
#timer_lb08 b,
#timer_lb09 b,
#timer_lb10 b,
#timer_lb11 b,
#timer_lb12 b,
#timer_lb13 b,
#timer_lb14 b,
#timer_lb15 b,
#timer_lb16 b,
#timer_lb17 b,
#timer_lb18 b,
#timer_lb19 b,
#timer_lb20 b {
	font-size: 24px;
	font-weight: normal;
}





/*============================================================================================
中ページ共通
============================================================================================*/
#wrap960{
	width:820px;
	padding:70px;
	margin:30px auto 60px auto;
	font-size:12px;
	line-height:28px;
	font-weight:bold;
}
#wrap960 p{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap960 h3{
	font-size:17px;
	padding-bottom:20px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*============================================================================================
concept
============================================================================================*/

.conceptWrap{
	background:url(../img/concept/content_bg.jpg) no-repeat;
	height:1090px;/* 元画像から-140px */
	text-align:center;
}
.conceptWrap .bg01{
	background:url(../img/concept/txt.png)	 no-repeat;
	width:820px;
	height:390px;
	padding-top:70px;
}
.conceptWord{
	text-align:center;
	font-size:14px;
	line-height:22px;
}
.conceptWord .txt01{
	font-size:22px;
	font-weight:bold;
}
.conceptWord .txt02{
	font-size:18px;
	line-height:28px;

}
.conceptWrap .bg01 .debut{
	padding-top:40px;
}
.conceptWrap .bg02{
	width:760px;
	background:#fff;
	padding:20px;
	margin-left:10px;
}
.conceptWrap .bg02 .logo{
	float:left;
	margin:267px 0 0 80px;
}


/*============================================================================================
news
============================================================================================*/

.newsWrap{
	background:url(../img/news/content_bg.jpg) no-repeat;
	padding-bottom:70px;
}
.newsWrap .bg{
	background:url(../img/news/bg_in.png) repeat-y;
	width:680px;
	height: auto;
	padding:20px 70px 70px 70px;
}

.newsWrap #scrollBar {
	padding-right: 20px;
	height: auto;
	/*overflow: hidden;*/
}
.newsWrap article{
	padding-bottom:40px;
	border-bottom:1px dotted #999;
}
.mb40{ margin-bottom:40px; }

#urlWrap {
	display: inline-block;
	width: 150px;
	float: right;
}

#urlWrap div {
	margin-top: 10px;
	width: 150px;
	border: 1px solid #ccc;
	text-align: center;
	background: #fff;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.5em;
}
#urlWrap p {
	text-align: center;
	width: 150px;
}


/*============================================================================================
contact
============================================================================================*/

.contactWrap{
	background:url(../img/contact/content_bg.jpg) no-repeat;
	height:1080px;/* 元画像から-140px */
}
.contactWrap .bg{
	background:url(../img/contact/bg.png) no-repeat;
	width:680px;
	height:1020px;
	padding:70px 70px 0 70px;
}
.contactWrap .jan{
	width:500px;
	padding-bottom:40px;
	border-bottom:1px dotted #999;
	margin-bottom:40px;
}
.contactWrap .bg .url{
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	width:510px;
	margin:40px auto 0 auto;
	border:1px solid #ecebeb;
	padding:10px 0px;
}
.contactWrap .bg .url a,
.recruitWrap .url a,
.linkWrap a,
.linkWrap a{
	text-decoration:underline;
}
.contactWrap .bg .url a:hover,
.recruitWrap .url a:hover,
.linkWrap a:hover,
.linkWrap a:hover{
	text-decoration:none;
}


/*============================================================================================
link
============================================================================================*/

.linkWrap{
	background:url(../img/link/content_bg.jpg) no-repeat;
	height:1090px;/* 元画像から-140px */
}
.linkWrap .bg{
	background:url(../img/link/bg.png) no-repeat;
	width:680px;
	height:1020px;
	padding:70px 70px 0 70px;
}
.linkBox01,
.linkBox02{
	width:198px;
	padding-top:15px;
	height:100px;
	float:left;
	text-align:center;
	border:1px solid #ecebeb;
	font-size:13px;
	letter-spacing:0.1em;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.linkBox01{
	margin-right:40px;
}
.linkWrap  h4{
	font-size:24px;
	padding-bottom:30px;
}
.linkWrap  h5{
	font-size:18px;
}
.pb40{ padding-bottom:40px; }

.linkWrap #snidel{	background-image:url(../img/link/snidel.gif); }
.linkWrap #snidel_girl{	background-image:url(../img/link/snidel_girl.gif); }
.linkWrap #pique{	background-image:url(../img/link/pique.gif); }
.linkWrap #furfur{	background-image:url(../img/link/furfur.gif); }
.linkWrap #fray{	background-image:url(../img/link/fray.gif); }
.linkWrap #lily{	background-image:url(../img/link/lily.gif); }
.linkWrap #balcony{	background-image:url(../img/link/balcony.gif); }
.linkWrap #cosme_marche{	background-image:url(../img/link/cosmemarche.gif); }
.linkWrap #cosmekitchen{	background-image:url(../img/link/cosmekitchen.gif); }
.linkWrap #F_organics{	background-image:url(../img/link/f.gif); }
.linkWrap #piquecafe{	background-image:url(../img/link/pique_cafe.gif); }

	




/*============================================================================================
recruit
============================================================================================*/

.recruitWrap{
	background:url(../img/recruit/content_bg.jpg) no-repeat;
	height:1090px;/* 元画像から-140px */
}
.recruitWrap .bg{
	background:url(../img/recruit/bg.png) no-repeat;
	width:680px;
	height:1020px;
	padding:70px 70px 0 70px;
}
.recruitWrap .topics{
	width:145px;
	float:left;
}
.recruitWrap .contents{
	width:480px;
	float:left;
}
.recruitWrap .url{
	font-weight:bold;
	letter-spacing:0.1em;
	width:560px;
	margin:40px auto 0 auto;
	background:#fff;
	padding:10px 0px;
}
.recruitWrap .url p{
	text-align:center;
}




