@charset "UTF-8";


/********** browser default initialization **********/

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

@media print {
	body	{ display: none }
}



/* =========================================================
	basic style
========================================================= */
html{
	height:	100%;
	font-size:	62.5%;
	overflow-x:	hidden;
	}

body{
	margin:	0;
	padding:	0;
	height:	100%;
	background:	#fff;
	color:	#000;
	font-size:	16px;
	font-size:	1.6rem;
	line-height:	1.8;
	letter-spacing:	2px;
	font-family: 'Noto Sans JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align:	center;
	-webkit-text-size-adjust:	100%;
	}

	.pc{
	display:	block;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	none;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	none;
	}

ul{
	margin:	0;
	padding:	0;
	}

p	{
		margin:	1.2em 0 1.2em 0;
		line-height:	1.5;
		text-align:	left;
}

a	{
	overflow: hidden;
	outline: none;
	border:	none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus	{
	outline:none;
}

a:link	{
		color:#cf120c;
		text-decoration: none;
	}

a:visited	{
		color:#cf120c;
		text-decoration: none;
		}

a:hover	{
		color:#dc6965;
		text-decoration: none;
		}

a:active	{
		color:#e39205;
		text-decoration: none;
		}

img	{
		margin:	0;
		border:	0;
		}

a img	{
		margin:	0;
		border:	0;
		}

a:hover img{
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


header {
	overflow:	hidden;
	height:	460px;
	background: #2f0c0b; /* Old browsers */
	background: -moz-linear-gradient(left,  #2f0c0b 0%, #b43330 25%, #b43330 50%, #b43330 75%, #2f0c0b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2f0c0b 0%,#b43330 25%,#b43330 50%,#b43330 75%,#2f0c0b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2f0c0b 0%,#b43330 25%,#b43330 50%,#b43330 75%,#2f0c0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0c0b', endColorstr='#2f0c0b',GradientType=1 ); /* IE6-9 */
}

.header_inner{
	width: 950px;
	margin:0 auto;
}

h1{
	float: left;
	width: 60%;
	margin: 20px 0 0 0 ;
}

h1 img{
	width: 100%;
}

.navigator_area	{
	float: right;
	width: 38%;
}

.navigator_area_inner img	{
	width: 80%;
	height:	auto;
	margin: 20px 0 0 0 ;
}


.container {
	margin:0 auto;
}

main {
	width:100%;
	margin:50px auto 50px auto;
}

.area_center {
	width:950px;
	margin:50px auto 50px auto;
}

.hl_area	{
	overflow:	hidden;
	width:90%;
	text-align: center;
	margin: 0 auto 100px auto;
}

.hl_area h2	{
	margin: 0 auto 60px auto;
	font-size:	4.2rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.4;
	text-align: center;
}

.hl_area p	{
	margin: 0 0 3rem 0;
	font-size:	2.0rem;
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	line-height:	1.8;
	letter-spacing: 5px;
}

.chefs_area	{
	width: 900px;
	margin: 100px 0 100px 50px;
}

.chef	{
	float: left;
	position: relative;
	width:250px;
	height:250px;
	margin: 0 50px 120px 0;
}

.chef p	{
	margin: 1.0rem 0 0 0;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size:2.0rem;
}

.chef p span	{
	font-size:1.2rem;
	display: block;
	letter-spacing: 0px;
}

.chef_number	{
	position:absolute;
	top: -15px;
	left: -15px;
	width: 50px;
	height: 50px;
	background: #b43330;
	border-radius: 50%;
	font-size: 24px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	line-height: 50px;
	color: #fff;
}

.chef_photo	{
	width:250px;
	height:250px;
}

.chef_photo img	{
	width:100%;
	height:auto;
}




/* =========================================================
    gigya area
========================================================= */
#jme	{
	margin:	0 auto;
	width:100%;
	padding:	20px 0 30px 0;
	text-align:center;
}

#gigyaShare	{
	display:	inline-block;
}

#gigyaShare a > img {
	margin:	0 10px 0 0 !important;
	transform:	translateY(-1px);
}

.gig-bar-container	{
	display:	inline-block;
}


/* banner
--------------------------------------------------------- */
.top_bnr_area	{
	clear:both;
	height:	auto;
	width: 390px;
	margin: 0 auto;
}

.top_bnr_area img	{
	width: 100%;
	margin: 0 auto 20px auto;
}



.info_area	{
	clear:both;
	overflow: hidden;
	margin: 100px auto;
	padding: 3rem 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
}

.info_area h3.info	{
	display: inline-block;
	margin:0 auto 2.0rem auto !important;
	padding: 0 2.0rem 0 2.0rem;
	font-size: 2.2rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	border-left: 4px solid #b33330;
	border-right: 4px solid #b33330;
}

.info_area p	{
	clear: both;;
	width: 60%;
	margin:0 auto;
	font-size:	1.6rem;
}


.top_present_area	{
	width: 100%;
	padding: 50px 0;
	background: #2f0c0b; /* Old browsers */
	background: -moz-linear-gradient(left,  #2f0c0b 0%, #b43330 25%, #b43330 50%, #b43330 75%, #2f0c0b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2f0c0b 0%,#b43330 25%,#b43330 50%,#b43330 75%,#2f0c0b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2f0c0b 0%,#b43330 25%,#b43330 50%,#b43330 75%,#2f0c0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0c0b', endColorstr='#2f0c0b',GradientType=1 ); /* IE6-9 */
}

.top_present_area h3	{
	position: relative;
	display: inline-block;
	margin:0 auto 2rem auto;
	padding: 0 2.0rem 0 2.0rem;
	font-size: 4.0rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	xborder-bottom: 1px solid #fff;
}

.top_present_area h3:after	{
	content: "";
	position: absolute;
	bottom:-3px;
	left:50%;
	width:950px;
	margin-left: -475px;
	border-top: 1px solid #fff;
}



.top_present_area h4	{
	display: inline-block;
	margin: 50px auto 0 auto;
	padding: 0 2.0rem 0 2.0rem;
	font-size: 3.0rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}

.top_present_area_inner	{
	width: 950px;
	margin: 0 auto;
		text-align: center;
		color: #fff;
}

.top_present_area_inner p	{
		text-align: center;
		font-size:	1.6rem;
		line-height: 1.6;
}

.line_white	{
	box-sizing:    border-box;
	width: 75%;
	margin:20px auto 30px auto;
	padding:1.6rem 1.0rem;
	border:1px #fff solid;
}

h5.txt_border {
	font-size:	1.6rem;
		display: inline-block;
 border-bottom:1px solid #fff;
}


.page_msg .line_white	{
	box-sizing:    border-box;
	width: 100%;
	margin:20px auto 30px auto;
	padding:1.6rem 1.0rem;
	border:1px #fff solid;
}

.page_msg h5.txt_border {
	font-size:	1.4rem;
	border-bottom:1px solid #000;
}


.top_present_info1	{
	text-align: center;
	font-size:	1.6rem;
}

.top_present_info1 ul	{
	margin:2.0rem 0 1.8rem 0;
}

.top_present_info1 li	{
	margin:0 0 2.4rem 0;
}

/* 0921追加 */
.top_present_info1 p.present-ttl {
  font-weight: 900;
}
.top_present_info1 p.present-details {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;

}
/* /0921追加 */


.top_present_info2	{
	margin:1.6rem auto;
	text-align: center;
	font-size:	1.2rem !important;
	line-height: 1.6;
}

.page_msg .top_present_info2	{
	text-align: left;
}




.top_present_btn	{
	position: relative;
	margin: 20px auto 0 auto;
	width:80%;
	height: 60px;
	background:	#fff;
	padding:	20px 0;
}

.top_present_btn a	{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	color: #000
}

.top_present_btn h5 {
	display: blcock;
	margin: 25px auto 0 auto;
	font-size: 2.6rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}

.top_present_btn a span {
	font-size: 1.86rem;
	display: inline-blcock;
	margin: 0;
}

.arrow{
	position: relative;
	display: inline-block;
}

.arrow::before{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	left: 20px;
	margin-top: -4px;
}


.talk_area	 {
	overflow: hidden;
	width:950px;
	margin: 40px auto 120px auto;
	text-align: center;
}

.talk_area h3	 {
	display: inline-block;
	padding: 0 20px;
	font-size: 3.0rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #000;
}

.talk_area p	 {
	margin: 2.6rem 0 4.0rem 0;
	text-align: center;
	font-size: 1.6rem;
	line-height:	2.4;
}

.talk_area_img_all {
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
}

.talk_area_img {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	font-size: 1.6rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	line-height: 1.6;
}

.talk_area_img.second {
	margin: 0 0 20px 0;
}

.talk_area_img.last {
	margin: 0 0 20px 20px;
}

.talk_area_img img	 {
	width: 250px;
	height: auto;
	margin: 0 0 10px 0;
	border-radius: 50%;
}

.talk_area_img span {
	display:	block;
	text-align: center;
	font-size: 1.2rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	letter-spacing:0;
}



/* photo
--------------------------------------------------------- */
.top_photo_area	{
	overflow:hidden;
	width: 100%;
	padding: 40px 0;
	background: #000;
}

.top_photo_area_inner	{
	overflow:hidden;
	width: 950px;
	margin: 0 auto;
}

.top_photo_area h3	{
	margin: 0 auto;
	padding: 0 2.0rem 2.0rem 2.0rem;
	text-align: center;
	font-size: 3.0rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	}

.top_photo_area p	{
		text-align: center;
		color: #fff;
		}

.top_photo_area #livePhoto li	{
		float:left;
		width: 100%;
		max-width: 18.5%;
		position: relative;
		margin:0 1.5% 1.5% 0;
}

.top_photo_area #livePhoto li::before {
		content: "";
		display: block;
		padding-top: 100%;
}

.top_photo_area #livePhoto li img	{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		object-fit: cover;
		}


/* footer
--------------------------------------------------------- */
footer	{
	overflow:	hidden;
	width:	100%;
	margin:	100px 0 0 0;
	padding:	0 0 100px 0;
}

footer ul	{
	overflow:	hidden;
	width:	950px;
	margin:	0 auto;
}

#footer_home	{
	float:	left;
	height:	60px;
	margin:	0;
}

#footer_home a img	{
	background:	#fff;
	margin:	0;
	border:	0;
}

footer dl {
	float:	right;
}

footer dt#footer_j-wave {
	text-align: right;
}

footer dt#footer_j-wave img	{
	width:	auto;
	height:	20px;
	background:	#fff;
}

footer dd#footer_copyright	{
	margin:5px 0 0 0;
	text-align:	right;
	font-size:	10px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0;
	}



/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width : 950px){

	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	block;
	}

	.phone	{
	display:	none;
	}


header {
	height: 80vh;
	max-height: 620px;
	text-align:center;
}

.header_inner{
	width: 90%;
	margin:0 auto;
	text-align:center;
}

h1{
	clear: both;
	width: 100%;
	margin: 20px 0 0 0 ;
}

h1 img{
	width: 400px;
	height:auto;
}

.navigator_area	{
	clear: right;
	width: 100%;
	margin:0 auto;
}

.navigator_area_inner	{
	width: 100%;
	margin:0 auto;
	text-align: center;
}

.navigator_area_inner img	{
	width: 200px;
	height:	auto;
	margin: 5px 0 0 -50px ;
}


.area_center {
	width:95%;
	margin:30px auto;
}

.hl_area	{
	width:100%;
	text-align: left;
	margin: 0 auto 50px auto;
}

.hl_area h2	{
	width:80%;
	margin: 0 auto 30px auto;
	font-size:	3.4rem;
	line-height:1.4;
	text-align: left;
}

.hl_area p	{
	width:80%;
	margin: 0 auto 2rem auto;
	font-size:	1.6rem;
	text-align: left;
	line-height:	1.6;
	letter-spacing: 2px;
}

.chefs_area	{
	width: 100%;
	margin: 60px 0 60px 0;
}

.chef	{
	width:48%;
	height:auto;
	margin: 0 2% 30px 0;
}

.chef p	{
	margin: 1.0rem 0 0 0;
	font-size:1.8rem;
}

.chef p span	{
	font-size:1.4rem;
}

.chef_number	{
	position:absolute;
	top: -10px;
	left: -10px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.chef_photo	{
	width:100%;
	height:auto;
}

.chef_photo img	{
	width:100%;
	height:auto;
}



.info_area	{
	margin: 50px auto;
	padding: 3rem 0;
}

.info_area h3.info	{
	display: inline-block;
	margin:0 auto 2rem auto;
	padding: 0 1.0rem 0 1.0rem;
	font-size: 1.8rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	border-left: 2px solid #b33330;
	border-right: 2px solid #b33330;
}

.info_area p	{
	font-size: 1.4rem;
}


.top_present_area_inner	{
	width: 90%;
}


.top_present_area h3	{
	margin:0 auto 1rem auto;
	padding: 0 1.0rem 0.6rem 1.0rem;
	font-size: 3.0rem;
}

.top_present_area h3:after	{
	content: "";
	position: absolute;
	bottom:5px;
	left:50%;
	width:100%;
	margin-left: -50%;
	border-top: 1px solid #fff;
}

.top_present_area h4	{
	display: inline-block;
	margin: 30px auto 0 auto;
	padding: 0 1.0rem 0 1.0rem;
	font-size:2.0rem;
}

.top_present_area_inner p	{
	width:80%;
	margin: 20px auto 20px auto;
	font-size: 1.4rem;
	text-align:left;
}

.line_white	{
	width: 90%;
	margin:15px auto 20px auto;
	padding:1.2rem 1.4rem;
}

.line_white p	{
	width: 100%;
}

h5.txt_border {
	font-size: 1.4rem;
	text-align:left;
	padding:0 0 0.6rem 0;
}

.top_present_info1	{
		width: 90%;
		margin: 1.4rem auto;
	text-align: left;
	font-size:	1.6rem;
	line-height: 1.6;
}

.top_present_info2	{
	text-align: left;
	font-size:	1.2rem;
}

.top_present_btn h5 {
	margin: 20px auto 0 auto;
	font-size: 2.4rem;
}

.top_present_btn a span {
	font-size: 1.4rem;
}

.talk_area	 {
	overflow: hidden;
	width:100%;
	margin: 20px auto 80px auto;
}


.talk_area h3	 {
	display: inline-block;
	padding: 0 10px;
	font-size: 2.4rem;
}

.talk_area p	 {
	width:80%;
	margin: 2.6rem auto 4.0rem auto;
	font-size: 1.6rem;
	text-align: left;
	line-height:	1.6;
}

.talk_area_img_all {
	width: 100%;
	margin: 0 auto;
}

.talk_area_img {
	overflow:hidden;
	float: left;
	width: 48.5%;
	margin: 0 3% 20px 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}

.talk_area_img.second{
	margin: 0 0 20px 0;
}

.talk_area_img.last {
	margin: 0 0 20px 0;
}

.talk_area_img img	 {
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
}


.top_photo_area_inner	{
	width: 100%;
	margin: 0 auto;
}

.top_photo_area h3	{
	padding: 0 1.6rem;
	font-size: 2.0rem;
	}

.top_photo_area p	{
	font-size: 1.6rem;
		}


	/* j-wave common
	--------------------------------------------------------- */
	#commonFooter	{
		height:	auto !important;
		position:	relative !important;
	}

	#commonFooterInner {
		width:	100% !important;
		background:	none #282828;
	}

	/* footer
	--------------------------------------------------------- */
	footer	{
	margin:	70px 0 0 0;
	padding:	0 0 100px 0;
	}

	footer ul	{
	width:	95%;
	}

	#footer_home	{
	float:	left;
	height:	60px;
	margin:	0;
	}

	footer dl {
	float:	right;
	}

	footer dt#footer_j-wave {
	text-align: right;
	}

	footer dt#footer_j-wave img	{
	width:	auto;
	height:	20px;
	background:	#fff;
	}

	footer dd#footer_copyright	{
	text-align:	right;
	font-size:	10px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0;
	}

}




/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 480px){

body{
	font-size:	1.4rem;
	}

p{
	font-size:	1.4rem;
	}

	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	none;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	block;
	}

a:hover img{
	opacity:	1.0;
	-moz-opacity:	1.0;
	filter: alpha(opacity=100);
}


main {
	width:100%;
	margin:20px auto 50px auto;
}


header {
	height: 95vh;
	max-height: 630px
	text-align:center;
}


h1{
	margin: 20px auto 0 auto;
}

h1 img{
	width: 90%;
}


.navigator_area_inner img	{
	width: 150px;
	height:	auto;
	margin: 5px 0 0 -45px ;
}


.hl_area h2	{
	width:95%;
	font-size:	2.0rem;
	line-height:1.4;
}

.hl_area p	{
	width:95%;
	margin: 0 auto 2rem auto;
	font-size:	1.4rem;
	text-align: left;
	line-height:	1.4;
	letter-spacing: 1px;
}

.chefs_area	{
	width: 100%;
	margin: 30px 0;
}

.chef	{
	width:45%;
	height:auto;
	margin: 0 5% 30px 0;
}

.chef p	{
	margin: 0.4rem 0 0 0;
	font-size:1.4rem;
}

.chef p span	{
	font-size:0.8rem;
	letter-spacing:0;
}


.chef_number	{
	position:absolute;
	top: -5px;
	left: -5px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}


/* banner
--------------------------------------------------------- */
.top_bnr_area	{
	clear:both;
	width: 95%;
	height:	auto;
	margin: 0 auto;
}

.top_bnr_area img	{
	width: 100%;
	margin: 0 auto 10px auto;
}




.info_area h3.info	{
	display: inline-block;
	margin:0 auto 2rem auto;
	padding: 0 0.4rem;
	font-size: 1.6rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0;
	border-left: none;
	border-right: none;
}

.info_area p	{
	width: 100%;
	font-size: 1.2rem;
	letter-spacing:0;
}



.top_present_area	{
	padding: 20px 0;
}


.top_present_area h3	{
	font-size: 2.0rem;
}


.top_present_area h3:after	{
	bottom:-5px;
}

.top_present_area_inner p	{
	width: 100%;
}

.top_present_info2	{
	margin:1.4rem auto;
	font-size:	1.2rem !important;
	line-height: 1.4;
	letter-spacing: 0;
}


.top_present_btn	{
	width:100%;
	height: 50px;
}

.top_present_btn h5 {
	margin: 25px auto 0 auto;
	font-size: 1.8rem;
	letter-spacing:0;
}

.top_present_btn a span {
	font-size: 1.4rem;
	letter-spacing:0;
}

.arrow{
	position: relative;
	display: inline-block;
}

.arrow::before{
	content: '';
	width: 12px;
	height: 12px;
	top: 40%;
	left: 0px;
	margin-top: 0;
}


.talk_area h3	 {
	font-size: 1.6rem;
	letter-spacing:0;
}

.talk_area_img {
	font-size: 1.4rem;
}

.talk_area_img img	 {
	xmargin: 0 0 10px 0;
}

.talk_area_img span {
	font-size: 1.0rem;
}

.talk_area p	 {
	width:100%;
	margin: 1.8rem auto 2.0rem auto;
	font-size: 1.4rem;
	line-height:	1.4;
}




/* photo
--------------------------------------------------------- */
.top_photo_area h3	{
	margin: 0 auto;
	padding: 0 1.0rem 1.0rem 1.0rem;
	}


.top_photo_area #livePhoto li	{
			float:left;
			width: 100%;
			max-width: 31.5%;
			position: relative;
			margin:0 1.5% 1.5% 0;
	}



/* j-wave common
--------------------------------------------------------- */
#rating_common_bnr	{
	display:	none;
}


/* footer
--------------------------------------------------------- */
footer	{
	padding:	0 0 90px 0;
}


}
