<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


html {
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table{border-collapse:collapse; border-spacing:0;}
/* --- /reset --- */



.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
*{zoom:1;}
.clearfix {display:block;}
/* --- /clearfix ---*/

img {
	vertical-align:bottom;
	outline:none;
	border:none;
	}
	
a,
a:link,
a:visited {
	text-decoration:none;
}

/*a,
a:link,
a:visited {
}
a:hover {
    color: #FF9900;
    text-decoration: none;
}
a:active {
	text-decoration: none;
}*/


/*h1,h2 {
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;	
}*/




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


body{
	font-size:14px;
	line-height:1.5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#wrapper {
	overflow:hidden;
	}
	
.button {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:linear;
	
	-moz-transition-property: opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:linear;
	
	-ms-transition-property: opacity;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:linear;
	
	-o-transition-property: opacity;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:linear;
	
	transition-property: opacity;
	transition-duration:0.3s;
	transition-timing-function:linear;
	
	cursor:pointer;
	}

.button:hover {
	opacity:0.65;
	}

.button_frame_white {
	width:274px;
	height:58px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:solid 2px #B3B3B2;
	display:block;
	border-radius:3px;
	text-align:center;
	padding-top:16px;
	}
	
.button_frame_white span {
	position:relative;
	font-size:18px;
	display:inline-block;
	line-height:18px;
	height:18px;
	font-weight:400;
	color:#666666;
	padding-right:30px;
	}
	
.button_frame_white span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 54%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: solid 2px #929298;
  border-right: solid 2px #929298;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.button_frame_blk {
	width:274px;
	height:58px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:solid 2px #989897;
	display:block;
	border-radius:3px;
	text-align:center;
	padding-top:16px;
	}
	
.button_frame_blk span {
	position:relative;
	font-size:18px;
	display:inline-block;
	line-height:18px;
	height:18px;
	font-weight:400;
	color:#B3B3B2;
	padding-right:30px;
	}
		
.button_frame_blk span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 54%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: solid 2px #B3B3B2;
  border-right: solid 2px #B3B3B2;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.button_frame_blk_small {
	width:120px;
	height:24px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:solid 1px #221815;
	display:block;
	border-radius:3px;
	text-align:center;
	
	padding-top:1px;
	}
	
.button_frame_blk_small span {
	position:relative;
	font-size:14px;
	display:inline-block;
	height:14px;
	font-weight:400;
	color:#666666;
	padding-right:20px;
	color:#000;
	}
	
.button_frame_blk_small span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 0px;
  border-top: solid 2px #929298;
  border-right: solid 2px #929298;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.button_frame_orange_small {
	width:120px;
	height:26px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:solid 1px #D9887F;
	display:block;
	border-radius:3px;
	text-align:center;
	
	padding-top:3px;
	background-color:#A82319;
	}
	
.button_frame_orange_small span {
	position:relative;
	font-size:14px;
	display:inline-block;
	line-height:14px;
	height:14px;
	font-weight:400;
	color:#D9887F;
	padding-right:20px;
	}
	
.button_frame_orange_small span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: solid 2px #D9887F;
  border-right: solid 2px #D9887F;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.title_line {
	background:url(img/line_ccc.gif) center center repeat-x;
	line-height:1.0;
	text-align:center;
	font-size:32px;
	font-weight:700;
	color:#BF392B;
	}
	
.title_line2 {
/*	background:url(img/line_ccc.gif) center center repeat-x;*/
	line-height:1.0;
	text-align:center;
	font-size:32px;
	font-weight:700;
	color:#BF392B;
	}
	
.title_line span {
	background-color:#fff;
	padding:0 21px;
	}
	/*
.salon2014.title_line span{
	padding:0 21px;
	height:auto;
	display:inline-block;
	}

.salon2014.title_line span img {
	margin-left:-10px;
	}*/
	
.title_line.salon2014 {
	background:url(img/line_ccc.gif) 0 65px repeat-x;
	font-weight:600;
	font-size:21px;
	color:#000;
	line-height:1.2;
	}
	
.title_line.salon2014 strong {
	font-size:33px;
	font-weight:700;
	}
	
.title_line.salon2014 span{
	padding:0 21px;
	height:auto;
	display:inline-block;
	}

.title_line.salon2014 span img {
	margin-left:-10px;
	margin-bottom:12px;
	}

.title_line.rozillaLogo {
	background:url(img/line_ccc.gif) 0 32px repeat-x;
	font-weight:600;
	font-size:30px;
	}
	
.title_line.rozillaLogo span {
	padding:0 16px;
	height:auto;
	display:inline-block;
	}

.title_line.rozillaLogo span a {
	background-image:url(brand/img/rozilla/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:16px;
	display:block;
	width:130px;
	height:48px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	}
	
.title_line.eskoyamaLogo {
	background:url(img/line_ccc.gif) 0 25px repeat-x;
	font-weight:600;
	font-size:30px;
	}
	
.title_line.eskoyamaLogo span {
	padding:0 16px;
	height:auto;
	display:inline-block;
	}

.title_line.eskoyamaLogo span a {
	background-image:url(brand/img/eskoyama/logo_blk.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:16px;
	display:block;
	width:180px;
	height:43px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	}
	

.sectionTitleGroup {
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}



/* ---------------------------------------- 
 - header
---------------------------------------- */

header {
	width:100%;
	height:135px;
	background-color:#FFFFFF;
	border-top:solid 4px #C0392B;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:0 20px;
	}
	
header article{
	max-width:1184px;
	min-width:0px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
header h1 {
	width:382px;
	height:42px;
	position:absolute;
	top:21px;
	left:0;
	background:url(img/header_logo.gif) 0 0 no-repeat;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	}
	
header h1 a {
	display:block;
	width:100%;
	height:100%;
	}


header .smpMenuButton {
	display:none;
	}

/* - header globalNav ********************************/

#globalNav {
	width:100%;
	position:absolute;
	top:87px;
	}

#globalNav ul {}

#globalNav ul li {
	float:left;
	width:25%;
	height:44px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	font-size:15px;
	font-weight:800;
	letter-spacing:0.1em;
	border-right:solid 1px #ccc;
	cursor:pointer;
	}
	
#globalNav ul li:first-child {
	border-left:solid 1px #ccc;
	}

#globalNav ul li a {
	display:block;
	width:100%;
	height:100%;
	padding-top:11px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}	
	
#globalNav ul li a {
	color:#000000;
	}
	
#globalNav ul li a:hover {
	color:#fff;
	}

#globalNav ul li:hover,	
#globalNav ul li.active {
	
	}
	
#globalNav ul li a:hover,
#globalNav ul li.active a {
	background-color:#C0392B;
	color:#fff;
	}
	
.puldown {
	width:100%;
	position:absolute;
	top:131px;
	background-color:#C0392B;
	z-index:10000;
-	opacity:1.0;
	display:none;
	z-index:0;
	}

#globalNav ul,
#globalNav ul li,	
.puldown {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property:left , right;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property:left , right;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property:left , right;
	-ms-transition-duration:0.2s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property:left , right;
	-o-transition-duration:0.2s;
	-o-transition-timing-function:ease-in-out;
	}
	
.puldown a,
.puldown a:link,
.puldown a:visited {
	text-decoration:none;
	color:#fff;
}
	
.puldown.active {
	display:block;
-	opacity:1.0;
	z-index:100000;
	}

.puldown {
	padding:11px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
.puldown .puldownIn a {
	width:33.3%;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:11px;
	position:relative;
	height:186px;
	display:block;
	}

.puldown001.puldown .puldownIn a {
	}
	
.puldown002.puldown .puldownIn a {
	width:50%;
	height:auto;
	}
	
/*.puldown ul li:after {
	width:98%;
	position:absolute;
	content:"";
	height:1px;
	background-color:#DC9189;
	display:block;
	bottom:-5px;
	left:1%;
	z-index:20000;
	clear:both;
	}*/
	
.puldown .puldownIn a {
	background-image:url(img/line_df9b93.gif) , url(img/line_df9b93.gif);
	background-size:98% 1px , 1px 98%;
	background-repeat:no-repeat,no-repeat;
	background-position:50% 100%,100% 50%;
	}
	
.puldown001.puldown .puldownIn a:nth-child(3n)  {
	background-image:url(img/line_df9b93.gif) , none;
	}

.puldown001.puldown .puldownIn a:nth-child(7),
.puldown001.puldown .puldownIn a:nth-child(8)  {
	background-image:none, url(img/line_df9b93.gif) !important;
	}



/*
.puldown001.puldown .puldownIn a:nth-last-child(2),
.puldown001.puldown .puldownIn a:nth-last-child(3)  {
	background-image:none , url(img/line_df9b93.gif);
	}
*/


.puldown001.puldown .puldownIn a:nth-last-child(1) {
	background-image:none;
	}


.puldown002.puldown .puldownIn a {
	background-image:none;
	}
	
.puldown002.puldown .puldownIn a:nth-child(1)  {
	background-image:none , url(img/line_df9b93.gif);
	padding-right:20px;
	}
	
.puldown002.puldown .puldownIn a:nth-child(2)  {
	padding-left:20px;
	}
	
	
.puldown .puldownIn a .image {
	width:50%;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:10px;
	padding-right:0;
	}
	
.puldown .puldownIn a .image img {
	width:100%;
	}
	
.puldown002.puldown .image {
	padding:0px;
	}
	
.puldown .puldownIn a dl {
	width:50%;
	float:right;
	padding:10px;
	padding-left:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
.puldown001 .puldownIn a dl dt {
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	display:block;
	margin-bottom:11px;
	}
	
.puldown .puldownIn a dl dd {
	font-size:12px;
	color:#fff;
	}
	
.puldown001 .puldownIn a:nth-of-type(1) dl dt {
	background-image:url(img/global_nav/brand_t001.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:28px;
	}
	
.puldown001 .puldownIn a:nth-of-type(2) dl dt {
	background-image:url(img/global_nav/brand_t002.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:34px;
	}
	
.puldown001 .puldownIn a:nth-of-type(3) dl dt{
	background-image:url(img/global_nav/brand_t003.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:29px;
	}
	
.puldown001 .puldownIn a:nth-of-type(4) dl dt {
	background-image:url(img/global_nav/brand_t004.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:38px;
	}
	
.puldown001 .puldownIn a:nth-of-type(5) dl dt {
	background-image:url(img/global_nav/brand_t005.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:23px;
	}
	
.puldown001 .puldownIn a:nth-of-type(6) dl dt {
	background-image:url(img/global_nav/brand_t006.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:32px;
	}
	
.puldown001 .puldownIn a:nth-of-type(7) dl dt {
	background-image:url(img/global_nav/brand_t007.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:32px;
	}
	
.puldown001 .puldownIn a:nth-of-type(8) dl dt {
	background-image:url(img/global_nav/brand_t008.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:31px;
	}
	
.puldown001 .puldownIn a:nth-of-type(9) dl dt {
	background-image:url(img/global_nav/operation_t.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:19px;
	}
	
.puldown .puldownIn a dl dd .button {
	margin-top:20px;
	width:90%;
	}
	
.puldown002 .puldownIn a dl dd .button {
	margin-top:30px;
	width:60%;
	}

.puldown002 .puldownIn a dl {
	padding-top:20%;
	}
	
.puldown002 .puldownIn a dl dt {
	font-size:24px;
	line-height:1.0;
	margin-bottom:12px;
	font-weight:600;
	letter-spacing:0.1em;
	color:#fff;
	}
	
.puldown .backButton {
	display:none;
	}

	
/* - header socialNav ********************************/

#socialNav {
	width:20%;
	min-width:133px;
	position:absolute;
	right:0.3%;
	top:23px;
	}
	
#socialNav ul li {
	float:left;
	width:33.3%;
	min-width:44px;
	height:44px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	letter-spacing:0.1em;
	border-right:solid 1px #ccc;
	}
	
#socialNav ul li a {
	display:block;
	width:100%;
	height:100%;
	
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	}
	
#socialNav ul li:first-child {
	border-left:solid 1px #ccc;
	}
	
#socialNav ul li:nth-of-type(1) {
	background-image:url(img/header_socialNav_01.png);
	background-repeat: no-repeat;
	background-position:center center;
	}
	
#socialNav ul li:nth-of-type(2) {
	background-image:url(img/header_socialNav_02.png);
	background-repeat: no-repeat;
	background-position:center center;
	}
	
#socialNav ul li:nth-of-type(3) {
	background-image:url(img/header_socialNav_03.png);
	background-repeat: no-repeat;
	background-position:center center;
	}


/* ---------------------------------------- 
 - mainImage
---------------------------------------- */

#mainImage {
	width:100%;
	height:640px;
	background-color:#000;
	position:relative;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
margin-bottom:32px;
	}
	
#mainImage nav a {
	position:absolute;
	width:44px;
	height:44px;
	top:50%;
	margin-top:-22px;
	z-index:10000;
	cursor:pointer;
	}
	
#mainImage nav a.prev {
	background:url(img/main_image_prev.png) 0 0 no-repeat;
	background-size:contain;
	left:21px;
	cursor:pointer;
	}
	
#mainImage nav a.next {
	background:url(img/main_image_next.png) 0 0 no-repeat;
	background-size:contain;
	right:21px;
	cursor:pointer;
	}
	
#mainImage article {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:0 16px;
	}
	
#mainImage article,
#mainImage article .secCopy{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property:left , right , margin-left , opacity;
	-webkit-transition-duration:0.50s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property:left , right , margin-left , opacity;
	-moz-transition-duration:0.50s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property:left , right , margin-left , opacity;
	-ms-transition-duration:0.50s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property:left , right , margin-left , opacity;
	-o-transition-duration:0.50s;
	-o-transition-timing-function:ease-in-out;
	}
	
#mainImage article.active {
	opacity:1.0;
	z-index:1000;
	}
	
#mainImage article.active .secCopy {
	margin-left:0%;
	}
	
#mainImage article .secIn {
	max-width:1060px;
	height:100%;
	margin:auto;
	position:relative;
	color:#fff;
	background-position:right center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	}
	
#mainImage article .secCopy {
	width:50%;
	min-width:384px;
	margin-left:10%;
	}
	
#mainImage article div h1 {
	font-size:82px;
	font-weight:600;
	line-height:0.9;
	margin-bottom:3%;
	}
	
#mainImage article div p {
	font-size:16px;
	line-height:1.5;
	}
	
#mainImage article div p a {
	font-size:15px;
	margin-top:10%;
	}

#mainImage article h2 {
	font-size:21px;
	letter-spacing:0em;
	margin-bottom:3%;
	font-weight:500;
	color:#ccc;
	}
	
#mainImage article .secCopy {
	padding:52px 0 0 0;
	}
	
#mainImage .bunnar {
	position:absolute;
	left:21px;
	bottom:21px;
	z-index:10000;
	}
	
#mainImage .smpLink {
	display:none;
	}
	
/*個別設定*********************************/

#mainImage article.secAward .secIn {
	background-image:url(img/main_award.jpg);
	}

#mainImage article.sec01 .secIn {
	background-image:url(img/p_003_main_001.jpg);
	}

#mainImage article.sec01 h1 span {
	font-size:131px;
	}

#mainImage article.sec02 .secIn {
	background-image: url(img/p_003_main_002.jpg);
	}
	
#mainImage article.sec03 .secIn {
	background-image: url(img/p_003_main_003.jpg);
	}
	
#mainImage article.sec03 h1 {
	font-size:78px;
	}
	
#mainImage article.sec03 h2 {
	letter-spacing:0.05em;
	}
	
#mainImage article.sec04 .secIn {
	background-image: url(img/p_003_main_004.jpg);
	}
	


	
#mainImage article.sec05 .secIn {
	background-image: url(img/main_salon_day01_001.jpg);
	background-size: cover;
	}
	
#mainImage article.sec06 .secIn {
	background-image: url(img/main_salon_day01_008.jpg);
	background-size: cover;
	}
	
#mainImage article.sec07 .secIn {
	background-image: url(img/main_salon_day01_003.jpg);
	background-size: cover;
	}

#mainImage article.sec08 .secIn {
	background-image: url(img/main_salon_day02_000.jpg);
	background-size: cover;
	}
		
#mainImage article.sec09 .secIn {
	background-image: url(img/main_salon_day02_001.jpg);
	background-size: cover;
	}
	
	
	
#mainImage article.sec10 .secIn {
	background-image: url(img/main_salon_day02_002.jpg);
	background-size: cover;
	}
	
#mainImage article.sec11 .secIn {
	background-image: url(img/main_salon_day02_005.jpg);
	background-size: cover;
	}
	
#mainImage article.sec12 .secIn {
	background-image: url(img/main_salon_day03_000.jpg);
	background-size: cover;
	}
	
#mainImage article.sec13 .secIn {
	background-image: url(img/main_salon_day03_002.jpg);
	background-size: cover;
	}
	
#mainImage article.sec14 .secIn {
	background-image: url(img/main_salon_day03_004.jpg);
	background-size: cover;
	}
	
	
	
#mainImage article.sec15 .secIn {
	background-image: url(img/main_salon_day03_006.jpg);
	background-size: cover;
	}

#mainImage article.sec16 .secIn {
	background-image: url(img/main_salon_day04_000.jpg);
	background-size: cover;
	}
	
#mainImage article.sec17 .secIn {
	background-image: url(img/main_salon_day04_001.jpg);
	background-size: cover;
	}
	
#mainImage article.sec18 .secIn {
	background-image: url(img/main_salon_day04_002.jpg);
	background-size: cover;
	}
	
#mainImage article.sec19 .secIn {
	background-image: url(img/main_salon_day04_003.jpg);
	background-size: cover;
	}
	
#mainImage article.sec20 .secIn {
	background-image: url(img/main_salon_day04_004.jpg);
	background-size: cover;
	}
	
#mainImage article.sec21 .secIn {
	background-image: url(img/main_salon_day04_005.jpg);
	background-size: cover;
	}
	
#mainImage article.sec22 .secIn {
	background-image: url(img/main_salon_day04_006.jpg);
	background-size: cover;
	}
	
#mainImage article.sec23 .secIn {
	background-image: url(img/main_salon_day04_007.jpg);
	background-size: cover;
	}

#mainImage article.sec24 .secIn {
	background-image: url(img/main_salon_day04_008.jpg);
	background-size: cover;
	}

	
#mainImage article.sec05 .secCopy,
#mainImage article.sec06 .secCopy,
#mainImage article.sec07 .secCopy,
#mainImage article.sec08 .secCopy,
#mainImage article.sec09 .secCopy,
#mainImage article.sec10 .secCopy,
#mainImage article.sec11 .secCopy,
#mainImage article.sec12 .secCopy,
#mainImage article.sec13 .secCopy,
#mainImage article.sec14 .secCopy,
#mainImage article.sec15 .secCopy,
#mainImage article.sec16 .secCopy,
#mainImage article.sec17 .secCopy,
#mainImage article.sec18 .secCopy,
#mainImage article.sec19 .secCopy,
#mainImage article.sec20 .secCopy,
#mainImage article.sec21 .secCopy,
#mainImage article.sec22 .secCopy,
#mainImage article.sec23 .secCopy,
#mainImage article.sec24 .secCopy {
	width:100%;
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin-left:0;
	
	
	}
	
#mainImage article.sec05 .secCopy h1,
#mainImage article.sec06 .secCopy h1,
#mainImage article.sec07 .secCopy h1,
#mainImage article.sec08 .secCopy h1,
#mainImage article.sec09 .secCopy h1,
#mainImage article.sec10 .secCopy h1,
#mainImage article.sec11 .secCopy h1,
#mainImage article.sec12 .secCopy h1,
#mainImage article.sec13 .secCopy h1,
#mainImage article.sec14 .secCopy h1,
#mainImage article.sec15 .secCopy h1,
#mainImage article.sec16 .secCopy h1,
#mainImage article.sec17 .secCopy h1,
#mainImage article.sec18 .secCopy h1,
#mainImage article.sec19 .secCopy h1,
#mainImage article.sec20 .secCopy h1,
#mainImage article.sec21 .secCopy h1,
#mainImage article.sec22 .secCopy h1,
#mainImage article.sec23 .secCopy h1,
#mainImage article.sec24 .secCopy h1 {
	font-size:18px;
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	text-shadow: 0 0 10px #000;
	line-height:1.0;
	
	
	}
	
#mainImage .award {
	position:absolute;
	top:32px;
	right:4px;
	}
	
#mainImage article.sec01 .award {
	top:auto;
	bottom:44px;
	}
	
#mainImage article.sec02 .award {
	top:auto;
	bottom:44px;
	}
	
#mainImage article.sec03 .award {
	top:auto;
	bottom:44px;
	}
	
#mainImage article.sec04 .award {
	top:auto;
	bottom:44px;
	}


/*サムネイル*********************************/

.thumbnail {
	margin:auto;
	position:absolute;
	bottom:20px;
	left:50%;
	z-index:1000;
	display:none;
	}

.thumbnail li {
	width:14px;
	height:14px;
	border-style:solid;
	border-width:3px;
	border-color:#bbbbbb;
	
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	
	float:left;
	margin-right:9px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property:background-color,border-width,border-color;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	
	-moz-transition-property:background-color,border-width,border-color;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property:background-color,border-width,border-color;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property:background-color,border-width,border-color;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	
	}
	
.thumbnail li.active {
	background-color:#C0392B;
	
	border-width:3px;
	border-color:#C0392B;
	}

/* ---------------------------------------- 
 - facebookCarousel
---------------------------------------- */

#facebookCarousel {
	height:352px;
	width:100%;
	overflow:hidden;
	margin-bottom:66px;
	background-color:#EEEEEE;
	}
	
#facebookCarousel a,
#facebookCarousel a:link,
#facebookCarousel a:visited {
	color:#000;
	text-decoration:none;
}
	
#facebookCarouselIn {
	width:1228px;
	margin:auto;
	position:relative;
	}

#facebookCarousel .head {
	width:25%;
	height:352px;
	background-color:#C0392B;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-top:30px;
	padding-right:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	}
	
#facebookCarousel .head h1 {
	font-size:32px;
	color:#fff;
	font-weight:600;
	text-align:right;
	line-height:1.2;
	
	}
	
#facebookCarousel .head nav {
	height:22px;
	width:134px;
	background:url(img/line_df9b93.gif) center center repeat-y;
	position:absolute;
	right:0;
	bottom:32px;
	}

#facebookCarousel .head nav .next,
#facebookCarousel .head nav .prev {
	width:50%;
	display:block;
	height:22px;
	cursor:pointer;
	}
	
#facebookCarousel .head nav a:hover {
	opacity:0.5;
	}

#facebookCarousel .head nav .next {
	background:url(img/facebook_next.png) center center no-repeat;
	float:right;
	}
#facebookCarousel .head nav .prev {
	background:url(img/facebook_prev.png) center center no-repeat;
	float:left;
	display:none;
	}

#facebookCarousel .carousel {
	display:block;
	position:absolute;
	top:0;
	/*left:0;*/
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: left;
	-webkit-transition-duration:0.35s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: left;
	-moz-transition-duration:0.35s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: left;
	-ms-transition-duration:0.35s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: left;
	-o-transition-duration:0.35s;
	-o-transition-timing-function:ease-in-out;
	}
	
#facebookCarousel .carousel dl {
	width:307px;
	height:352px;
	float:left;
	background-color:#FFFFFF;
	border-right:solid 1px #EEEEEE;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
#facebookCarousel .carousel dl dt {
	height:45%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:25px 20px 0 20px;
	font-weight:600;
	font-size:14px;
	}
	
#facebookCarousel .carousel dl dt time {
	display:block;
	font-size:12px;
	color:#999999;
	font-weight:600;
	letter-spacing:0.1em;
	}
	
#facebookCarousel .carousel dl dt time span {
	font-size:20px;
	color:#C0392B;
	font-weight:600;
	}
	
#facebookCarousel .button {
	display:none;
	}
	
/* ---------------------------------------- 
 - chefProfile
---------------------------------------- */
	
.specialTopics {
	max-width:1228px;
	margin:auto;
	margin-bottom:51px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:0 10px;
	padding-top:51px;
	background:url(img/line_ccc.gif) top center repeat-x;
	}

.specialTopics h1.owner {
	background-image:url(img/owner.gif), url(img/line_ccc.gif);
	background-repeat:no-repeat, repeat-x;
	background-position:top center, 0px 14px;
	
	width:100%;
	line-height:1.0;
	padding-top:42px;
	text-align:center;
	
	font-size:21px;
	font-weight:700;
	}
	
.specialTopics article {
	
	float:left;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	}
	
.specialTopics article.image {
	text-align:right;
	width:42%;
	}
	
.specialTopics article.image img {
	width:100%;
	max-width:400px;
	}
	
.specialTopics article.copy {
	width:57.3%;
	padding-left:32px;
	height:100%;
	position:relative;
	float:right;
	}
	
/*.specialTopics.chocology article.image,
.specialTopics.chocology article.copy {
	width:50%;
	}*/
	
.specialTopics article.copy h2 {
	font-size:32px;
	color:#C0392B;
	font-weight:600;
	line-height:1.0;
	margin-bottom:15px;
	}
	
.specialTopics.chefProfile article.copy h2 {
	padding-top:21px;
	font-size:38px;
	}
	
.specialTopics.chefProfile p strong {
	font-size:21px;
	}
	
.specialTopics article.copy p {
	margin-bottom:10%;
	}

.specialTopics article.copy .button {
	}
	
.specialTopics .bunnerBox {
	width:60%;
	}
	
.specialTopics .bunnerBox img {
	width:100%;
	}
	
.specialTopics.chocology article.copy h2 {
	font-size:21px;
	}
	
.specialTopics.chocology article.copy h2 strong {
	font-size:51px;
	font-weight:600;
	}
	
.specialTopics.chocology article.copy p {
	margin-bottom:5%;
	}

.specialTopics.rozilla article.copy {
	padding-top:12px;
	}

.specialTopics.rozilla article.copy h1 {
	background-image:url(brand/img/rozilla/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	height:70px;
	margin-bottom:20px;
	}
	
.specialTopics.rozilla article.copy h2 {
	font-size:21px;
	line-height:1.0;
	color:#000;
	margin-bottom:12px;
	}
	
.specialTopics.rozilla article.copy h2 strong {
	font-size:51px;
	font-weight:600;
	color:#000;
	}
	
.specialTopics.rozilla article.image img {
	width:100%;
	max-width:70%;
	}
	
/* ---------------------------------------- 
 - chefsSpecial
---------------------------------------- */

#chefsSpecial {
	width:100%;
	margin:auto;
	margin-bottom:81px;
	}
	
#chefsSpecial h1 {
	max-width:1228px;
	margin:auto;
	margin-bottom:15px;
	}
	
#chefsSpecial h1 + p{
	text-align:center;
	font-weight:700;
	margin-bottom:30px;
	}
	


.itemCarousel {
	position:relative;
	}

.itemCarousel ul {
	width:100%;
	}
	
.itemCarousel li {
	float:left;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	border-right:solid 1px #fff;
	}
	
.itemCarousel .next,
.itemCarousel .prev {
	position:absolute;
	width:45px;
	height:46px;
	display:block;
	z-index:10000;
	top:180px;
	}
	
.itemCarousel .next {
	background:url(img/carousel_next.png) 0 0 no-repeat;
	right:32px;
	cursor:pointer;
	}
	
.itemCarousel .prev {
	background:url(img/carousel_prev.png) 0 0 no-repeat;
	left:32px;
	cursor:pointer;
	}
	
.itemCarousel li p {
	text-align:left;
	font-size:18px;
	font-weight:700;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-top:10px;
	padding-left:12px;
	}
	
.itemCarousel li p span {
	font-size:14px;
	display:inline-block;
	position:relative;
	color:#999999;
	padding-right:18px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	}

.itemCarousel li a,
.itemCarousel li a:link,
.itemCarousel li a:visited {
	color:#000;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	position:relative;
	z-index:1000;
}

.itemCarousel li p span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 56%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  -webkit-transform: rotate(45deg);
}

.itemCarousel li {
	position:relative;
	}
	
.itemCarousel li .mask {
	position:absolute;
	width:100%;
	height:398px;
	background-color:#000;
	top:0;
	left:0;
	z-index:10000;
	opacity:0.6;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: all;
	-moz-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: all;
	-ms-transition-duration:0.5s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: all;
	-o-transition-duration:0.5s;
	-o-transition-timing-function:ease-in-out;
	}
	
.itemCarousel li.selected .mask{
	opacity:0;
	z-index:0;
	}




/* ---------------------------------------- 
 - chefsChoice
---------------------------------------- */

#chefsChoice {
	width:100%;
	margin:auto;
	margin-bottom:81px;
	}
	
#chefsChoice h1 {
	max-width:1228px;
	margin:auto;
	margin-bottom:15px;
	}
	
#chefsChoice h1 + p{
	text-align:center;
	font-weight:700;
	margin-bottom:30px;
	}	
	
#chefsChoice h1 + p.chocology {
	font-size:18px;
	font-weight:600;
	}
	
#chefsChoice h1 + p.chocology strong {
	font-size:32px;
	font-weight:600;
	color:#BF392B;
	}
	
	
#chefsChoice.chocology2014 h1 {
	margin-bottom:32px;
	}
	
/* ---------------------------------------- 
 - shopInformation
---------------------------------------- */	
	
#shopInformation {
	max-width:1228px;
	margin:auto;
	margin-bottom:0px;
	}
	
#shopInformation h1 {
	max-width:1228px;
	margin:auto;
	margin-bottom:51px;
	}
	
#shopInformation .map {
	text-align:center;
	max-width:911px;
	margin:auto;
	}
	
#shopInformation .map {
	padding:51px 0px;
	}
	
#shopInformation .map img {
	width:100%;
	}
	
#shopInformation .list {
	width:100%;
	}
	
#shopInformation a,
#shopInformation a:link,
#shopInformation a:visited {
	color:#000;
	text-decoration:none;
}
	
#shopInformation .list dl {
	width:33%;
	float:left;
	height:292px;
	margin-bottom:6px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	position:relative;
	}
	
#shopInformation .list dl {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	background-size:98% 1px , 1px 98%;
	background-repeat:no-repeat,no-repeat;
	background-position:50% 100%,100% 50%;
	}
	
#shopInformation .list dl:nth-of-type(3),
#shopInformation .list dl:nth-of-type(6) {
	background-image:url(img/line_ccc.gif) , none;
	}

#shopInformation .list dl:nth-of-type(7),
#shopInformation .list dl:nth-of-type(8) {
	background-image:none , url(img/line_ccc.gif);
	}
	
#shopInformation .list dl:nth-of-type(9) {
	background-image:none , none;
	}
	
#shopInformation .list dl dt {
	height:103px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	margin-bottom:24px;
	}
	
#shopInformation .list dl dd {
	text-align:center;
	}
	
#shopInformation .list dl dd p {
	
	width:80%;
	margin:auto;
	margin-bottom:32px;
	}
	
#shopInformation .list dl:nth-of-type(1) dt  {
	background:url(img/shop_logo_001.jpg) bottom center no-repeat;
	}
	
#shopInformation .list dl:nth-of-type(2) dt  {
	background:url(img/shop_logo_002.jpg) bottom center no-repeat;
	}
	
#shopInformation .list dl:nth-of-type(3) dt  {
	background:url(img/shop_logo_003.jpg) bottom center no-repeat;
	height:120px;
	}
	
#shopInformation .list dl:nth-of-type(4) dt  {
	background:url(img/shop_logo_004.jpg) bottom center no-repeat;
	}
	
#shopInformation .list dl:nth-of-type(5) dt  {
	background:url(img/shop_logo_005.jpg) bottom center no-repeat;
	}

#shopInformation .list dl:nth-of-type(6) dt  {
	background:url(img/shop_logo_006.jpg) bottom center no-repeat;
	height:120px;
	margin-bottom:10px;
	}
#shopInformation .list dl:nth-of-type(7) dt  {
	background:url(img/shop_logo_007.jpg) bottom center no-repeat;
	height:135px;
	}
#shopInformation .list dl:nth-of-type(8) dt  {
	background:url(img/shop_logo_008.png) bottom center no-repeat;
	}
#shopInformation .list dl:nth-of-type(9) dt  {
	background:url(img/operation.png) bottom center no-repeat;
	height:120px;
	}
	

	
#shopInformation .list dl dd .button {
	margin:auto;
	}

/* ---------------------------------------- 
 - topicsInformation
---------------------------------------- */	
	
#topicsInformation {}

#topicsInformation h1 {
	margin-bottom:10px;
	}

#topicsInformation article {
	text-align:center;
	}
	
	

	
/* ---------------------------------------- 
 - footer
---------------------------------------- */	
	
footer {
	width:100%;
	position:relative;
	z-index:100;
	}
	
footer h1 {
	width:100%;
	height:40px;
	background-color:#C0392B;
	text-align:center;
	color:#fff;
	font-size:24px;
	line-height:1.0;
	font-weight:600;
	letter-spacing:0.1em;
	padding-top:8px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	}
	
footer article.sitemap {
	background-color:#000;
	padding-top:32px;
	}
	
footer article.sitemap .sitemapIn div {
	color:#fff;
	border-left:solid 1px #4D4D4C;
	padding-left:27px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	width:33.3%;
	float:left;
	margin-bottom:32px;
	}

footer article.sitemap .sitemapIn div,	
footer .contact {
	height:230px;
	}
	
footer article.sitemap .sitemapIn {
	max-width:1228px;
	margin:auto;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding:0 16px;
	}

footer article.sitemap .sitemapIn div h2 {
	font-size:18px;
	line-height:1.0;
	font-weight:600;
	margin-bottom:17px;
	}
	
footer article.sitemap .sitemapIn div ul li {
	color:#C0C0BE;
	line-height:1.0;
	background:url(img/sign.png) 0 2px no-repeat;
	padding-left:19px;
	margin-bottom:13px;
	}
	
footer p.copyWright {
	height:32px;
	text-align:center;
	font-size:12px;
	letter-spacing:0.1em;
	padding-top:12px;
	}

footer a,
footer a:link,
footer a:visited {
	color:#C0C0BE;
}

footer .contact {
	position:relative;
	border-left:none !important;
	}

footer .contact a {
	display:block;
	width:316px;
	height:60px;
	background-image:url(img/contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:contain;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:linear;
	
	-moz-transition-property: opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:linear;
	
	-ms-transition-property: opacity;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:linear;
	
	-o-transition-property: opacity;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:linear;
	
	transition-property: opacity;
	transition-duration:0.3s;
	transition-timing-function:linear;
	}
	
footer .contact a:hover {
	opacity:0.8;
	}


@media screen and (max-width: 1200px) {
	
	#mainImage nav a {
		width:33px;
		height:33px;
		margin-top:-16px;
		top:auto;
		bottom:16px;
	}
	
	#mainImage nav a.prev {
		left:16px;
	}
	
	#mainImage nav a.next {
		right:16px;
	}
	
	#mainImage .bunnar {
	bottom:61px;
	}
	
	}
	


@media screen and (max-width: 1080px) {
	
	#globalNav ul li {
		font-size:14px;
		}
	
	.button_frame_white {
		width:195px;
		height:41px;
		padding-top:8px;
	}
	
	.button_frame_white span {
		font-size:14px;
		line-height:1.0;
	}

	.button_frame_blk {
		width:195px;
		height:41px;
		padding-top:8px;
	}
	
	.button_frame_blk span {
		font-size:14px;
		line-height:1.0;
	}

	
	}
	
@media screen and (max-width: 900px) {
	
	#mainImage {
		height:485px;
	}
	
	#mainImage article div h1,
	#mainImage article div h1 span {
	font-size:52px;
	}
	
	#mainImage article div h2 {
		font-size:18px;
		}
		
	#mainImage article div p {
		font-size:14px;
		}
		
	#mainImage article div p a {
		margin-top:5%;
		}
	
	#mainImage article.sec01 h1,
	#mainImage article.sec01 h1 span {
	font-size:52px;
	}
	
	#mainImage article.sec01 h2 {
		font-size:18px;
		}
		
	#mainImage article.sec01 p {
		font-size:14px;
		}
		
	#mainImage article.sec03 h1 {
	font-size:52px;
	}
	
	#mainImage article.sec03 h2 {
	letter-spacing: normal;
	font-size:16px;
	}
	
	
	#mainImage .award {
	position:absolute;
	top:auto;
	bottom:44px;
	right:0;
	}
	
	#mainImage article.sec04 .award {
	top:auto;
	bottom:44px;
	}
	
	
	#globalNav ul li:nth-of-type(2) a {
		/*padding-top:5px;
		line-height:1.1;*/
	}
	
	.puldown001 .puldownIn a {
		width:50%;
		height:186px;
	}
	
	.puldown001.puldown .puldownIn a:nth-of-type(2n) {
	background-image:url(img/line_df9b93.gif) , none;
	}
	
	.puldown001.puldown .puldownIn a:nth-of-type(3) {
	background-image:url(img/line_df9b93.gif) , url(img/line_df9b93.gif);
	}
	
	.puldown001.puldown .puldownIn a:nth-of-type(6) {
	background-image:none , url(img/line_df9b93.gif);
	}
	
	.puldown001.puldown .puldownIn a:nth-of-type(7) {
	background-image:none , none;
	}
	
	.puldown002.puldown .puldownIn a {
		width:100%;
	}
	
	.puldown002.puldown .puldownIn a .image {
		width:30%;
	padding:0px;
	}
	
	.puldown002.puldown .puldownIn a dl {
	width:70%;
	}
	
	.puldown002.puldown .puldownIn a {
	background-image:none;
	}
	
	.puldown002.puldown .puldownIn a:nth-child(1)  {
	background-image:url(img/line_df9b93.gif) , none;
	padding-right:11px;
	padding-bottom:20px;
	}
	
	.puldown002.puldown .puldownIn a:nth-child(2)  {
	padding-left:11px;
	padding-top:20px;
	}
	
	
	
	.puldown002 .puldownIn a dl {
	padding-top:12%;
	}
	
	.puldown002 .puldownIn a dl dd .button {
	width:40%;
	}
	
	#socialNav {
		width:33%;
	}
	
	#facebookCarousel .head {
		width:256px;
	}
	
	#facebookCarousel .carousel dl {
		width:256px;
	}
	
	#facebookCarousel .carousel dl dt {
		height:190px;
		}
	
	#facebookCarousel .carousel dl dd img {
		width:100%;
		}
		
	.specialTopics {
		margin-bottom:51px;
	}
		
	.specialTopics article.image img {
		width:100%;
	}
	
	.specialTopics article.copy {
		padding-left:20px;
	}
	
	.itemCarousel li {
		width:256px;
	}
	
	.itemCarousel li img {
		width:100%;
		}
		
	.itemCarousel li .mask {
		height:339px;
		}
		
	.itemCarousel .next,
	.itemCarousel .prev {
		position:absolute;
		width:32px;
		height:32px;
		top:150px;
		}
	
	.itemCarousel .next {
		background:url(img/carousel_next.png) 0 0 no-repeat;
		background-size:contain;
		right:20px;
		}
	
	.itemCarousel .prev {
		background:url(img/carousel_prev.png) 0 0 no-repeat;
		background-size:contain;
		left:20px;
		}
		
	#chefsChoice,
	#chefsSpecial,
	#shopInformation {
		margin-bottom:51px;
	}
		
	#shopInformation .list dl {
		width:50%;
		}
	
	#shopInformation .list dl:nth-of-type(3)  {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	}
	
	footer article.sitemap .sitemapIn div {
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		width:50%;
	}
	
	/*個別設定*/
	.salon2014.title_line span{
	padding:0 21px;
	height:auto;
	display:inline-block;
	}

	.salon2014.title_line span img {
	margin-left:-10px;
	width:150px;
	}
	
	.specialTopics.rozilla article.copy {
	padding-top:12px;
	}

	.specialTopics.rozilla article.copy h1 {
		background-image:url(brand/img/rozilla/logo.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
		display:block;
		height:20px;
		margin:auto;
		margin-bottom:20px;
		}
		
	.specialTopics.rozilla article.copy h2 {
		font-size:21px;
		line-height:1.0;
		color:#000;
		margin-bottom:12px;
		}
		
	.specialTopics.rozilla article.copy h2 strong {
		font-size:51px;
		font-weight:600;
		color:#000;
		}
	
	.specialTopics.rozilla article.image {
		text-align:center;
		}
		
	.specialTopics.rozilla article.image img {
		width:100%;
		max-width:70%;
		}
	
}
	
@media screen and (max-width: 670px) {
	
/* ---------------------------------------- 
 - common
---------------------------------------- */



.button_frame_white {
	width:200px;
	height:36px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:solid 1px #B3B3B2;
	display:block;
	border-radius:3px;
	text-align:center;
	padding-top:8px;
	}
	
.button_frame_white span {
	position:relative;
	font-size:14px;
	display:inline-block;
	line-height:18px;
	height:18px;
	font-weight:400;
	color:#666666;
	padding-right:30px;
	}
	
.button_frame_white span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: solid 1px #929298;
  border-right: solid 1px #929298;
  -webkit-transform: rotate(45deg);
}

	
.title_line.rozillaLogo {
	background:url(img/line_ccc.gif) 0 30px repeat-x;
	font-weight:600;
	font-size:24px;
	}
	
.title_line.rozillaLogo span {
	padding:0 16px;
	height:auto;
	display:inline-block;
	}
	
.title_line.rozillaLogo span a {
	width:100px;
	height:45px;
	}

.title_line.eskoyamaLogo {
	background:url(img/line_ccc.gif) 0 18px repeat-x;
	font-weight:600;
	font-size:24px;
	}
	
.title_line.eskoyamaLogo span {
	padding:0 16px;
	height:auto;
	display:inline-block;
	}

.title_line.eskoyamaLogo span a {
	width:126px;
	height:31px;
	}

/* ---------------------------------------- 
---------------------------------------- */
	
#socialNav,
#globalNav {
	display:block;
	left:-100%;
}
		

	
	
header {
	width:100%;
	height:70px;
	background-color:#FFFFFF;
	border-top:solid 4px #C0392B;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding:0 0;
}

#headerIn {
	width:100%;
	overflow:inherit;
	}

header article{
	max-width:1184px;
	min-width:0px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
}
	
header h1 {
	width:123px;
	height:45px;
	position:absolute;
	top:8px;
	left:12px;
	background-image:url(img/h_logo_smp.gif);
	background-size:contain;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
}

header .smpMenuButton {
	z-index:400000;
	display:block;
	font-weight:700;
	position:absolute;
	width:66px;
	height:66px;
	background-color:#C0392B;
	right:0;
	top:0;
	
	/*background-image:url(img/header_smp_menu_copy.png);
	background-repeat:no-repeat;
	background-size:25px 7px;
	background-position: center 42px;*/
	
	color:#fff;
	text-align:center;
	font-size:8px;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	
	padding-top:37px;
	
	
	
	}
	
header .smpMenuButton span {
	display:block;
	width:16px;
	height:16px;
	background-image:url(img/header_smp_menu_sign.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
	position:absolute;
	left:50%;
	top:17px;
	margin-left:-8px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: all;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: all;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: all;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	}
	
header .smpMenuButton.active span {
	background-position:bottom center;
	}
		
/* ---------------------------------------- 
---------------------------------------- */

/*#socialNav {
	position:absolute;
	top:16px;
	left:48%;
	width:156px;
	height:44px;
	z-index:100001;
}

#socialNav li {
	width:20% !important;
	min-width:20% !important;
	border:none !important;
}*/

#globalNav {
	width:100%;
	background-color:#C0392B;
	position:absolute;
	top:0;
	left:100%;
	z-index:100000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	overflow:hidden;
	position:relative;
	
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.35s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: all;
	-moz-transition-duration:0.35s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: all;
	-ms-transition-duration:0.35s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: all;
	-o-transition-duration:0.35s;
	-o-transition-timing-function:ease-in-out;
}

#globalNav.active {
	left:0;
	}

#globalNav ul {
	position:absolute;
	top:72px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	width:96%;
	left:2%;
	/*left:-100%;*/
	
	background-image:url(img/line_df9b93.gif);
	background-size:100% 1px;
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#globalNav ul.active {
	left:-100%;
	}

#globalNav li {
	font-size:15px;
	color:#FFFFFD;
	border:none !important;
	width:100% !important;
	text-align:left !important;
	background-image:url(img/line_df9b93.gif);
	background-size:100% 1px;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:20px 6px !important;
	height:auto !important;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	}

	
#globalNav li:nth-of-type(1) {
	background-image:url(img/line_df9b93.gif),url(img/line_df9b93.gif);
	background-size:100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom left;
	}

#globalNav ul li a {
	padding-top:0px;
	}	

#globalNav li span {
	background-image:url(img/sign_wh.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	background-size:13px 13px;
	padding-left:18px;
	line-height:1.0;
	color:#fff;
	}
	
		
.puldown {
	width:96%;
	position:absolute;
	top:0;
	padding-top:72px;
	
	right:-100%;
	background-color:#C0392B;
	z-index:10000;
	opacity:1.0;
	z-index:300000;
	
	
	}
	
.puldown.active {
	right:2%;
	}

.puldown {
	}
	
.puldown .puldownIn a {
	width:100%;
	float:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:11px;
	position:relative;
	height:auto;
	}
	
.puldown .puldownIn a:after {
	width:0;
	height:0;
	display:block;
	content:"";
	clear:both;
	}
	
.puldown .puldownIn a:nth-of-type(1) {
	background-image:url(img/line_df9b93.gif),url(img/line_df9b93.gif);
	background-size:100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat;
	background-position:bottom left, top left;
	}
	
.puldown .puldownIn a,
.puldown .puldownIn a:nth-child(3n) {
	background-image:url(img/line_df9b93.gif);
	background-size:100% 1px;
	background-repeat:no-repeat;
	background-position:bottom left;
	}

	
	
.puldown .puldownIn a .image {
	width:40%;
	float:left;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding:5px;
	padding-right:0;
	}
	
.puldown .puldownIn a .image img {
	width:100%;
	}
	
.puldown .puldownIn a dl {
	width:60%;
	float:right;
	padding:10px;
	padding-left:12px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	
	}
	
.puldown .puldownIn a dl dt {
	font-size:18px;
	}
	
.puldown .puldownIn a dl dd {
	font-size:11px;
	color:#fff;
	}
	
.puldown .puldownIn a dl dd .button {
	display:none;
	}
	
.puldown001 .puldownIn a:nth-of-type(1) dl dt {
	background-image:url(img/global_nav/brand_t001.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:28px;
	}
	
.puldown001 .puldownIn a:nth-of-type(2) dl dt {
	background-image:url(img/global_nav/brand_t002.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:34px;
	}
	
.puldown001 .puldownIn a:nth-of-type(3) dl dt{
	background-image:url(img/global_nav/brand_t003.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:29px;
	}
	
.puldown001 .puldownIn a:nth-of-type(4) dl dt {
	background-image:url(img/global_nav/brand_t004.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:38px;
	}
	
.puldown001 .puldownIn a:nth-of-type(5) dl dt {
	background-image:url(img/global_nav/brand_t005.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:23px;
	}
	
.puldown001 .puldownIn a:nth-of-type(6) dl dt {
	background-image:url(img/global_nav/brand_t006.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:32px;
	}
	
.puldown001 .puldownIn a:nth-of-type(7) dl dt {
	background-image:url(img/global_nav/brand_t007.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:contain;
	height:32px;
	}
	
.puldown001 .puldownIn a dl dd .button {
	margin-top:20px;
	width:90%;
	}
	
.puldown .backButton {
	font-size:15px;
	background:url(img/sign_slash_wh.png) 0 1px no-repeat;
	line-height:1.0;
	color:#fff;
	padding-left:25px;
	position:absolute;
	top:27px;
	left:2%;
	cursor:pointer;
	display:block;
	}
	
/* ---------------------------------------- 
---------------------------------------- */
	
	#mainImage {
		width:100%;
		height:407px;
	}
	
	#mainImage article {
		padding:0;
		}
	
	#mainImage article .secIn {
		max-width:1060px;
		height:100%;
		margin:auto;
		position:relative;
		color:#fff;
	}
	
	#mainImage article .secCopy {
		width:100%;
		min-width:0px;
		margin-left:0;
	}
	
	#mainImage article div h1 {
		font-size:28px;
		text-align:center;
		font-weight:600;
		line-height:1.0;
		margin-bottom:5%;
	}
	
	#mainImage article div h2 {
		display:none;
		}
	
	#mainImage article div p {
		display:none;
	}
	
	#mainImage article div p a {
		display:none;
	}
	
	
	#mainImage article .secIn {
		background-position:center 80%;
		background-size:auto 70%;
	}
	
	
	#mainImage article .secCopy {
		padding:15px 0 0 0;
	}
	
	#mainImage article.sec01 h1,
	#mainImage article.sec01 h1 span {
		font-size:51px;
	}
	
	#mainImage article div h1 {
		display:none !important;
		}
	
	#mainImage article .secIn {
		background-position:center center;
		background-size: cover;
	}
	
	#mainImage .bunnar img {
		width:80px;
	}
	
	#mainImage .bannerBox {
		display:none;
		}
		
	.thumbnail li {
		width:10px;
		height:10px;
		margin-right:5px;
		}
	
	#mainImage .award {
	position:absolute;
	top:auto;
	bottom:56px;
	right:20px;
	display:block;
	}
	
	#mainImage .award img {
		width:70px;
		}
	
	#mainImage article.sec04 .award {
	top:auto;
	bottom:56px;
	right:20px;
	}
	
	#mainImage .smpLink {
	display:block;
	width:100%;
	height:100%;
	}
	
	
/* ---------------------------------------- 
 - facebookCarousel
---------------------------------------- */

#facebookCarousel .carousel dl {
	display:none;
	}
	
#facebookCarousel .carousel dl:nth-of-type(1),
#facebookCarousel .carousel dl:nth-of-type(2),
#facebookCarousel .carousel dl:nth-of-type(3) {
	display:block;
	}

#facebookCarousel {
	height:auto;
	width:100%;
	overflow:hidden;
	margin-bottom:51px;
	background-color:#fff;
	}
	
#facebookCarouselIn {
	max-width:1228px;
	margin:auto;
	position:relative;
	}

#facebookCarousel .head {
	width:100%;
	height:37px;
	background-color:#C0392B;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-top:0;
	padding-right:0;
	position:static;
	top:0;
	left:0;
	z-index:1000;
	padding:5px 0 0 5px;
	}
	
#facebookCarousel .head h1 {
	font-size:21px;
	color:#fff;
	font-weight:600;
	text-align:left;
	line-height:1.2;
	}
	
#facebookCarousel .head nav {
	height:22px;
	width:134px;
	background:url(img/line_df9b93.gif) center center repeat-y;
	position:absolute;
	right:0;
	bottom:32px;
	display:none;
	}

#facebookCarousel .head nav .next,
#facebookCarousel .head nav .prev {
	width:50%;
	display:block;
	height:22px;
	cursor:pointer;
	}


#facebookCarousel .carousel {
	display:block;
	position:static;
	top:0;
	left:0;
	}
	
#facebookCarousel .carousel dl {
	width:100%;
	height:auto;
	float:none;
	background-color:#FFFFFF;
	border-right:none;
	border-bottom:solid 1px #EEEEEE;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:16px 10px;
	}
	
#facebookCarousel .carousel dl:after {
	width:0;
	height:0;
	content:"";
	clear:both;
	display:block;
	}
	
#facebookCarousel .carousel dl dt {
	height:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:0px;
	padding-left:10px;
	font-weight:600;
	font-size:12px;
	line-height:1.3;
	}
	
#facebookCarousel .carousel dl dt time {
	display:block;
	font-size:12px;
	color:#999999;
	font-weight:600;
	letter-spacing:0.1em;
	}
	
#facebookCarousel .carousel dl dt time span {
	font-size:12px;
	color:#C0392B;
	font-weight:600;
	}

#facebookCarousel .carousel dl dt {
		width:60%;
		float:right;
		}
	
#facebookCarousel .carousel dl dd {
		width:40%;
		float:left;
		}
	
#facebookCarousel .button {
	display:block;
	margin:auto;
	margin-top:32px;
	}
		
/* ---------------------------------------- 
 - chefProfile
---------------------------------------- */

.specialTopics {
	padding-top:32px;
	margin-bottom:32px;
	}

.specialTopics h1 {
	padding-top:42px;
	font-size:18px;
	margin-bottom:20px;
	}
	
.specialTopics article {
	width:100%;
	float:none;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding-top:0px;
	}
	
.specialTopics article.image {
	text-align:center;
	width:100%;
	}
	
.specialTopics article.image img {
	width:70%;
	margin-bottom:12px;
	}
	
.specialTopics article.copy {
	padding-left:0;
	text-align:center;
	font-size:12px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding:0 10px;
	width:100%;
	}
	
.specialTopics article.copy h2 {
	font-size:18px;
	margin-bottom:10px;
	}
	
.specialTopics article.copy p {
	margin-bottom:5%;
	}
	
.specialTopics article.copy .button {
	margin:auto;
	}
	
.specialTopics article.copy .bunnerBox {
	width:100%;
	}

.specialTopics.chefProfile article.copy h2 {
	padding-top:0px;
	}

/* ---------------------------------------- 
 - operation
---------------------------------------- */
#operation article.copy {
	text-align:left;
	}
	
/* ---------------------------------------- 
 - chefsSpecial
---------------------------------------- */

#chefsSpecial {
	margin-bottom:51px;
	}
	
#chefsSpecial h1 {
	font-size:24px;
	margin-bottom:12px;
	}
	
.specialTopics.chefProfile article.copy h2 {
	font-size:24px;
	}
	
.specialTopics.chefProfile p strong {
	font-size:16px;
	}
	
#chefsSpecial h1 + p{
	margin-bottom:20px;
	}
	
.itemCarousel li p {
	font-size:15px;
	}
	
.itemCarousel li p span {
	font-size:12px;
	}
	
/* ---------------------------------------- 
 - chefsChoice
---------------------------------------- */

#chefsChoice {
	margin-bottom:51px;
	}
	
/*#chefsChoice h1 {
	font-size:24px;
	margin-bottom:12px;
	}*/
	
#chefsChoice h1 + p{
	text-align:center;
	margin-bottom:20px;
	}
	
.itemCarousel li {
	width:200px;
	}

.itemCarousel .next,
.itemCarousel .prev {
	top:125px;
	}
	
/* ---------------------------------------- 
 - chefProfile
---------------------------------------- */	
	
#top #chefProfile {
	padding-top:0;
	}
	
/* ---------------------------------------- 
 - shopInformation
---------------------------------------- */	
	
#shopInformation {
	margin-bottom:51px;
	}
	
#shopInformation h1 {
	font-size:24px;
	margin-bottom:12px;
	}
	
#shopInformation .list {
	width:100%;
	}
	
#shopInformation .list dl {
	width:100%;
	float:none;
	height:auto;
	margin-bottom:6px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	position:relative;
	padding-bottom:32px;
	}
	
#shopInformation .list dl {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	background-size:98% 1px , 1px 98%;
	background-repeat:no-repeat,no-repeat;
	background-position:50% 100%,100% 50%;
	}
	
#shopInformation .list dl:nth-child(3n) {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	}
	
#shopInformation .list dl:nth-last-child(2),
#shopInformation .list dl:nth-last-child(3) {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	}
	
#shopInformation .list dl:nth-last-child(1) {
	background-image:url(img/line_ccc.gif) , url(img/line_ccc.gif);
	}
	
#shopInformation .list dl {
	background-image:url(img/line_ccc.gif) , none !important;
	}
	
#shopInformation .list dl dt {
	height:71px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	margin-bottom:12px;
	}
	
#shopInformation .list dl dd {
	text-align:center;
	}
	
#shopInformation .list dl dd p {
	
	width:80%;
	margin:auto;
	margin-bottom:12px;
	}
	
	
#shopInformation .list dl:nth-of-type(1) dt  {
	background-image:url(img/shop_logo_001.jpg);
	background-position:center 20px;
	background-repeat:no-repeat;
	background-size:120px auto;
	height:60px;
	}
	
#shopInformation .list dl:nth-of-type(2) dt  {
	background-image:url(img/shop_logo_002.jpg);
	background-position:center 19px;
	background-repeat:no-repeat;
	background-size:90px auto;
	height:65px;
	}
	
#shopInformation .list dl:nth-of-type(3) dt  {
	background-image:url(img/shop_logo_003.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:110px auto;
	height:83px;
	}
	
#shopInformation .list dl:nth-of-type(4) dt  {
	background-image:url(img/shop_logo_004.jpg);
	background-position:center 18px;
	background-repeat:no-repeat;
	background-size:86px auto;
	height:63px;
	}
	
#shopInformation .list dl:nth-of-type(5) dt  {
	background-image:url(img/shop_logo_005.jpg);
	background-position:center 24px;
	background-repeat:no-repeat;
	background-size:100px auto;
	height:48px;
	}

#shopInformation .list dl:nth-of-type(6) dt  {
	background-image:url(img/shop_logo_006.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:90px auto;
	height:90px;
	}
	
#shopInformation .list dl:nth-of-type(7) dt  {
	background-image:url(img/shop_logo_007.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:86px auto;
	height:95px;
	}
	
#shopInformation .list dl:nth-of-type(8) dt  {
	background-image:url(img/shop_logo_008.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:165px auto;
	height:60px;
	}

#shopInformation .list dl:nth-of-type(9) dt  {
	background-image:url(img/operation.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:55px auto;
	height:75px;
	}
	
#shopInformation .list dl dd .button {
	margin:auto;
	}
	
#shopInformation .map {
	padding:21px 0px;
	}


/* ---------------------------------------- 
 - footer
---------------------------------------- */	
	
footer {
	width:100%;
	}
	
footer h1 {
	width:100%;
	height:37px;
	background-color:#C0392B;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:1.0;
	font-weight:600;
	letter-spacing:0.1em;
	padding-top:8px;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	}
	
footer article.sitemap {
	background-color:#000;
	padding-top:32px;
	}
	
footer article.sitemap .sitemapIn div {
	color:#fff;
	border-left:none;
	padding-left:0;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	width:100%;
	float:left;
	margin-bottom:20px;
	height:auto;
	}
	
footer article.sitemap .sitemapIn {
	max-width:1228px;
	margin:auto;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
	padding:0 16px;
	}

footer article.sitemap .sitemapIn div h2 {
	font-size:14px;
	line-height:1.0;
	font-weight:600;
	margin-bottom:17px;
	}
	
footer article.sitemap .sitemapIn div ul li {
	color:#C0C0BE;
	line-height:1.0;
	background:url(img/sign.png) 0 0 no-repeat;
	border-bottom:solid 1px #4D4D4C;
	font-size:12px;
	padding-left:19px;
	margin-bottom:13px;
	padding-bottom:13px;
	}
	
footer p.copyWright {
	height:21px;
	text-align:center;
	font-size:10px;
	letter-spacing:0.1em;
	padding-top:8px;
	}
	
footer .contact {
	border:none;
	float:none;
	margin-bottom:32px !important;
	}

footer .contact a {
	margin:auto;
	width:217px;
	height:40px;
	background-position:center center;
	}
	
footer .contact a {
	display:block;
	 }

/*============================================================
	
-個別設定

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


/*チョコロジー2014*/

#chefsChoice.chocology2014 h1 {
	margin-bottom:16px;
	}

.title_line.salon2014 {
	background:url(img/line_ccc.gif) 0 50px repeat-x;
	font-weight:600;
	font-size:15px;
	color:#000;
	line-height:1.2;
	margin-bottom:0;
	}
	
.title_line.salon2014 strong {
	font-size:24px;
	font-weight:700;
	}
	
.title_line.salon2014 span{
	padding:0 21px;
	height:auto;
	display:inline-block;
	}

.title_line.salon2014 span img {
	margin-left:-10px;
	margin-bottom:12px;
	width:120px;
	}
	
.specialItem .pageTitle {
	margin-bottom:12px;
	}
	
#chefsChoice {
	margin-bottom:0px;
	}

#chefsChoice h1 + p.chocology {
	font-size:12px;
	font-weight:600;
}

#chefsChoice h1 + p.chocology strong {
	font-size:21px;
	font-weight:600;
	color:#BF392B;
	line-height:1.0;
}
	
	
	}

@media screen and (min-width: 700px) and (max-width: 900px) {


.puldown ul li:nth-child(3n)  {
	background-image:url(img/line_df9b93.gif) , url(img/line_df9b93.gif);
	}
	
.puldown ul li:nth-child(2n)  {
	background-image:url(img/line_df9b93.gif) , none;
	}
	
.puldown ul li:nth-last-child(2)  {
	background-image:none , url(img/line_df9b93.gif);
	}
	
.puldown ul li:nth-last-child(1) {
	background-image:none;
	}
	

	
#shopInformation .list dl:nth-child(2n) {
	background-image:url(img/line_ccc.gif) , none;
	}
	
#shopInformation .list dl:nth-last-child(2) {
	background-image:none , url(img/line_ccc.gif);
	}
	
#shopInformation .list dl:nth-last-child(1) {
	background-image:none;
	}




	
}


@media screen and (min-width: 900px) {
	

	

	

	
}













/*
---------------------------------------------------------------
小山菓子店 (15/09/29)
---------------------------------------------------------------
*/

#koyamakashi ul {
	overflow:hidden;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#koyamakashi li {
	width:50%;
	margin:auto;
}

#koyamakashi img {
	width:100%;
}


@media screen and (max-width: 670px) {

.brand.koyama_kashi .shopImage {
	padding-top:30px !important;
}



}



</pre></body></html>