/*
* YUKOYUKO NET LP
* style.css
*
*/

@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

/* --------------------------------
   □ YUKO_added
-------------------------------- */

.c-categoryMv{
  display: none;
}
h1.c-blockHeading_title{
  display: none;
}
p.pageBlock-intro_txt{
  display: none;
}
#font1{
  font-weight: bold;
}
.font2{
  font-size: 4rem;
}

/* --------------------------------
   □ body
-------------------------------- */
main .cmsArea01{
	font-size: 19px;
    font-size: 1.9rem;

	/* ゴシック */
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

	background:#ffffff;

	color:#333;
	width:auto;
}

main .cmsArea01 em{
	font-style:normal;
}

main .cmsArea01 .gothic{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

main .cmsArea01 .serif{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

main .cmsArea01 > section,
main .cmsArea01 > .chapter,
main .cmsArea01 > .wide .container{
	width:1080px;
	margin: 0 auto 0 auto;
	text-align: left;
	box-sizing:border-box;
}

main .cmsArea01 > section.wide,
main .cmsArea01 > .chapter.wide{
	width:100%;
}


main .cmsArea01 section:after,
main .cmsArea01 .chapter:after{
	clear:both;
	display:block;
	content:"";
}

/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
main .cmsArea01 .buttonStyle{
	text-align:center;
}
main .cmsArea01 .buttonStyle.redline{
    margin-top: 20px;
}
main .cmsArea01 .buttonStyle.redline a span{
    font-size: 90%;
}

main .cmsArea01 .buttonStyle a,
main .cmsArea01 .buttonStyle > span{
	position:relative;
	display:inline-block;
	padding:20px 40px;
	color:#fff;
	text-decoration:none;
	transition: all 300ms ease;
	line-height:1.1;
	border:2px solid #A01D22;
	background:#A01D22;
}
main .cmsArea01 .buttonStyle.redline a,
main .cmsArea01 .buttonStyle.redline > span{
	color:#A01D22;
	border:2px solid #A01D22;
	background:#fff;
}
main .cmsArea01 .buttonStyle.white a,
main .cmsArea01 .buttonStyle.white > span{
    background: #fff;
	padding:25px 130px;
	color:#333;
	border:0;
    font-weight: bold;
}

	main .cmsArea01 .buttonStyle a span,
	main .cmsArea01 .buttonStyle > span span{
		position:relative;
		z-index:1;
		vertical-align:middle;
		text-align:center;
		font-size:2.0rem;
		font-size:20px;
		line-height:1.1;
		padding:0 30px 0 0;
	}

	main .cmsArea01 .buttonStyle a:hover,
	main .cmsArea01 .buttonStyle > span:hover{
		color:#A01D22;
	}

	main .cmsArea01 .buttonStyle.redline a:hover,
	main .cmsArea01 .buttonStyle.redline > span:hover{
		color:#fff;
	}

	main .cmsArea01 .buttonStyle.white a:hover,
	main .cmsArea01 .buttonStyle.white > span:hover{
		color:#fff;
	}

	main .cmsArea01 .buttonStyle a:after,
	main .cmsArea01 .buttonStyle > span:after{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		background: #fff;
		transform-origin: right bottom;
		transform: scale(0, 1);
		transition: transform .6s;
	}
	main .cmsArea01 .buttonStyle.redline a:after,
	main .cmsArea01 .buttonStyle.redline > span:after{
		background: #A01D22;
	}
	main .cmsArea01 .buttonStyle.white a:after,
	main .cmsArea01 .buttonStyle.white > span:after{
		background: #333;
	}

	main .cmsArea01 .buttonStyle a:hover:after,
	main .cmsArea01 .buttonStyle > span:hover:after{
		transform-origin: right bottom;
		transform: scale(1, 1);
	}

	main .cmsArea01 .buttonStyle a:hover,
	main .cmsArea01 .buttonStyle > span:hover{
		color:#A01D22;
	}

	main .cmsArea01 .buttonStyle.redline a:hover,
	main .cmsArea01 .buttonStyle.redline > span:hover{
		color:#fff;
	}

	main .cmsArea01 .buttonStyle a span:before,
	main .cmsArea01 .buttonStyle > span span:before{
		content:"";
		position:absolute;
		top:50%;
		right:1%;
		margin-top:-7px;
		width: 14px;
		height: 14px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all .6s ease;
	}
	main .cmsArea01 .buttonStyle.redline a span:before,
	main .cmsArea01 .buttonStyle.redline > span span:before{
		border-top: solid 2px #A01D22;
		border-right: solid 2px #A01D22;
	}
	main .cmsArea01 .buttonStyle.white a span:before,
	main .cmsArea01 .buttonStyle.white > span span:before{
		border-top: solid 2px #222;
		border-right: solid 2px #222;
	}

	main .cmsArea01 .buttonStyle a:hover span:before,
	main .cmsArea01 .buttonStyle > span:hover span:before{
		border-top-color: #A01D22;
		border-right-color:#A01D22;
	}

	main .cmsArea01 .buttonStyle.redline a:hover span:before,
	main .cmsArea01 .buttonStyleredline > span:hover span:before{
		border-top-color: #fff;
		border-right-color:#fff;
	}

	main .cmsArea01 .buttonStyle.white a:hover span:before,
	main .cmsArea01 .buttonStyle.white > span:hover span:before{
		border-top-color: #fff;
		border-right-color:#fff;
	}

/* --------------------------------
   □ accent
-------------------------------- */
main .accent{
	box-sizing:border-box;
	display:table;
	width:100%;
	height:620px;
}

main .accent h2{
	box-sizing:border-box;
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	background: url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/accent.jpg) 50% 50% no-repeat;
	background-size:cover;
	text-align:center;
}

main .accent h2 img{
	animation:show 2s both;
	animation-delay: 1s;
	transition: all 300ms 0s ease;
}

@keyframes show {
	0% {
		opacity:0;
		transform:translate(0,15px);
	}
	100% {
		opacity:1;
		transform:translate(0,0);
	}
}

/* --------------------------------
   □ intro
-------------------------------- */
main .intro{
	padding-bottom:42px;
	position:relative;
	background:#a1252d url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/deals-background.png) repeat;
}

main .intro > .container .subtitle{
	position:relative;
	margin:0 0 37px 0;
	text-align:center;
}
main .intro > .container .subtitle img{
	margin-top:-37px;
}

main .intro > .container h3{
	position:relative;
	z-index:2;
	color:#fff;
	margin-bottom:30px;
	font-size: 27px;
    font-size: 2.7rem;
	line-height:1.6;
	font-weight:600;
	text-align:center;
}

main .intro > .container ul.deals{
	overflow:hidden;
}
	main .intro > .container ul.deals li{
		float:left;
		width:33.3%;
		text-align:center;
	}

/* --------------------------------
   □ link
-------------------------------- */
main .intro > .container p.link{
	margin:16px 0 0 0;
	text-align:right;
}
	main .intro > .container p.link a{
		color:#fff;
		font-size: 18px;
		font-size: 1.8rem;
		padding-left:22px;
		background:url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/coupon-arrow.png) 0 50% no-repeat;
		text-decoration:none;
	}
	main .intro > .container p.link a:hover{
		text-decoration:underline;
	}

/* --------------------------------
   □ choiceArea
-------------------------------- */
main .choiceArea{
	padding:55px 0;
	background:#4a2f1d url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/areaselecter-background.png) 80% -83px no-repeat;
}

main .choiceArea h3{
	color:#fff;
	margin-bottom:36px;
	font-size: 30px;
    font-size: 3.0rem;
	line-height:1.6;
	font-weight:600;
	text-align:center;
}

main .choiceArea ul.list{
	overflow:hidden;
	margin-left:-2%;
}

	main .choiceArea ul.list li{
		float:left;
		width:18%;
		margin-left:2%;
		margin-bottom:2%;
	}

	main .choiceArea ul.list li a{
		position:relative;
		display:block;
		box-sizing:border-box;
		margin-left:2%;
		margin-bottom:2%;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight:700;
		color:#333;
		text-decoration:none;

		padding:16px;
		text-align:center;
		background:#ede3d7;
		transition: all 300ms 0s ease;
	}

	main .choiceArea ul.list li a:before{
		position:absolute;
		top:50%;
		right:8%;
		content: '';
		width: 12px;
		height: 12px;
		border: 0px;
		border-top: solid 2px #a1252d;
		border-right: solid 2px #a1252d;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -5px;
		transition: all 300ms 0s ease;
	}

	main .choiceArea ul.list li a:hover{
		color:#fff;
		background:#a1252d;
	}

	main .choiceArea ul.list li a:hover:before{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}

/* --------------------------------
   □ pickup
-------------------------------- */
main #pickup{
	padding:76px 0 70px 0;
	position:relative;
	background:url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/pickup-background.png) #ede3d7 repeat;
}

main #pickup h3{
	color:#4a2f1d;
	margin-bottom:45px;
	font-size: 30px;
    font-size: 3.0rem;
	line-height:1.6;
	font-weight:600;
	text-align:center;
}

/* --------------------------------
   □ item
-------------------------------- */
main #pickup .item{
	box-sizing:border-box;
	background:#fff;
}

main #pickup .item p.image{
	text-align:center;
	margin-bottom:20px;
}

	main #pickup .item p.image img{
		width:100%;
	}

	main #pickup .item h4{
		text-align:center;
		font-size: 24px;
		font-size: 2.4rem;
		color:#4a2f1d;
		font-weight:600;
		margin-bottom:8px;
	}

	main #pickup .item p.place{
		text-align:center;
		font-size: 15px;
		font-size: 1.5rem;
		color:#8c8078;
		margin-bottom:17px;
	}

	main #pickup .item p.comment{
		font-size: 16px;
		font-size: 1.6rem;
		line-height:1.8;
		color:#4a2f1d;
		margin-bottom:24px;
	}

	main #pickup .item .privilege h5{
		text-align:center;
		font-size: 20px;
		font-size: 2.0rem;
		color:#4a2f1d;
		font-weight:600;
		background:#f1f1f1;
		border-top:2px solid #a1252d;
		padding:15px;
		margin-bottom:14px;
	}

	main #pickup .item .privilege ul.list li{
		margin-bottom:16px;
	}
	main #pickup .item .privilege ul.list li dl{
		display:table;
		width:100%;
	}
		main #pickup .item .privilege ul.list li dl > *{
			display:table-cell;
		}

		main #pickup .item .privilege ul.list li dl > dt{
			width:3.5em;
		}
		main #pickup .item .privilege ul.list li.target dl > dt{
			width:4.5em;
		}

		main #pickup .item .privilege ul.list li dl > dt em{
			display:inline-block;
			line-height:1.1;
			color:#fff;
			font-size: 16px;
			font-size: 1.6rem;

			background:#4a2f1d;
			padding:3px 6px;
			white-space:nowrap;
		}
		main #pickup .item .privilege ul.list li.target dl > dt em{
			background:#a1252d;
			padding:3px 7px;
			font-weight:700;
		}

		main #pickup .item .privilege ul.list li dl > dd{
			padding-left:7px;
			font-size: 16px;
			font-size: 1.6rem;
		}
		main #pickup .item .privilege ul.list li.target dl > dd{
			color:#a1252d;
			font-size: 19px;
			font-size: 1.9rem;
			font-weight:700;
		}

	main #pickup .item p.buttonStyle{
		margin-top:10px;
		padding-top:23px;
		border-top:1px solid #cfcfcf;
	}

/* --------------------------------
   □ recommend
-------------------------------- */
main #pickup .recommend{
	overflow:hidden;
	margin-bottom:30px;
	margin-left:-30px;
}

main #pickup .recommend .item{
	float:left;
	width:525px;
	padding:30px;
	margin-left:30px;
}

	main #pickup .recommend .item .privilege{
		padding:0 20px;
	}
	main #pickup .recommend .item .privilege h5{
		margin-left:-20px;
		margin-right:-20px;
	}

/* --------------------------------
   □ basic
-------------------------------- */
main #pickup .basic{
	overflow:hidden;
	margin-left:-30px;
}

main #pickup .basic .item{
	float:left;
	width:340px;
	padding:24px 18px;
	margin-left:30px;
	margin-bottom:27px;
}

	main #pickup .basic .item .privilege{
		padding:0 12px;
	}
	main #pickup .basic .item .privilege h5{
		margin-left:-12px;
		margin-right:-12px;
	}

	main #pickup .basic .item h4{
		font-size: 20px;
		font-size: 2.0rem;
	}

	main #pickup .basic .item .privilege h5{
		font-size: 18px;
		font-size: 1.8rem;

	}

		main #pickup .basic .item .privilege ul.list li dl > dt em{
			font-size: 15px;
			font-size: 1.5rem;
		}
		main #pickup .basic .item .privilege ul.list li dl > dd{
			font-size: 15px;
			font-size: 1.5rem;
		}
		main #pickup .basic .item .privilege ul.list li.target dl > dt{
			display:block;
		}

		main #pickup .basic .item .privilege ul.list li.target dl > dd{
			display:block;
			padding: 7px 0 0 0;
			font-size: 16px;
			font-size: 1.6rem;
		}


/* -
/* 1280px以上
-------------------------------------------- */
@media only screen and (min-width: 1280px) {


}

/* 1480px以上
-------------------------------------------- */
@media only screen and (min-width: 1480px) {

}


/* --------------------------------
   □ スマートフォン用の記述
-------------------------------- */
.pc{
}
.sp,
span.textized,
br.spOnly{
	display:none;
}

/* SP用
-------------------------------------------- */
@media only screen and
(max-width : 767px) {

/* =================================
   ■ 共通指定
================================== */
body {
	min-width: auto;
}

img{
	max-width:100%;
	height:auto;
}

body .pc{
	display:none;
}
.sp{
	display:block;
}

span.textized{
	display:inline;
}

br.spOnly{
	display:inline-block;
}
br.pcOnly{
	display:none;
}


.txtimg{
	display:none;
}

/* --------------------------------
   □ 大枠
-------------------------------- */
main .cmsArea01{
	padding:0;
}

main .cmsArea01 > section,
main .cmsArea01 > .chapter,
main .cmsArea01 > .wide .container{
	font-size:100%;
	width:auto;
}

main .cmsArea01 > section.wide,
main .cmsArea01 > .chapter.wide{
	width:auto;
}


/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
main .cmsArea01 .buttonStyle a,
main .cmsArea01 .buttonStyle > span{
	position:relative;
 	width:100%;
	padding:15px 10px;
}
main .cmsArea01 .buttonStyle.white a,
main .cmsArea01 .buttonStyle.white > span{
	position:relative;
 	width:100%;
	padding:20px 0;
}

	main .cmsArea01 .buttonStyle a span,
	main .cmsArea01 .buttonStyle > span span,
	main .cmsArea01 .buttonStyle.white a span,
	main .cmsArea01 .buttonStyle.white > span span{
		display:inline-block;
		font-size:1.8rem;
		font-size:18px;
	}

/* --------------------------------
   □ accent
-------------------------------- */
main .accent{
	height:240px;
	margin:0 ;
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/accent.jpg);
	background-position:50% 0;
    background-size:cover;
}

main .accent h2{
	margin:0;
	background:none;
	text-align:center;
    padding-left: 0;
}

main .accent h2 img{
	width:80%;
	margin-bottom:0;
}


/* --------------------------------
   □ intro
-------------------------------- */
main .intro{
	padding-bottom:4%;
}

main .intro > .container .subtitle{
	margin:0 0 2% 0;
}
main .intro > .container .subtitle img{
	margin:0
}

main .intro > .container h3{
	position:relative;
	margin-bottom:3%;
	font-size: 20px;
    font-size: 1.6rem;
}

main .intro > .container ul.deals{
	overflow:hidden;
}
	main .intro > .container ul.deals li{
		float:none;
		width:auto;
		text-align:center;
		margin-bottom:3%;
		list-style: none;
	}

/* --------------------------------
   □ link
-------------------------------- */
main .intro > .container p.link{
	margin:2% 0 0 0;
	text-align:center;
}

/* --------------------------------
   □ choiceArea
-------------------------------- */
main .choiceArea{
	padding:5% 0;
	background:#4a2f1d url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/areaselecter-background.png) 80% -43px no-repeat;
}

main .choiceArea h3{
	margin-bottom:3%;
	font-size: 20px;
    font-size: 2.0rem;
}

main .choiceArea ul.list{
	margin-left:0;
}

	main .choiceArea ul.list li{
		width:47%;
		margin-left:2%;
		margin-bottom:2%;
	}

	main .choiceArea ul.list li a{
		margin-left:0;
		margin-bottom:0;
		font-size: 15px;
		font-size: 1.5rem;

	}


/* --------------------------------
   □ pickup
-------------------------------- */
main #pickup{
	padding:7% 0 7% 0;
}

main #pickup h3{
	margin-bottom:4%;
	font-size: 20px;
    font-size: 2.0rem;
}

/* --------------------------------
   □ item
-------------------------------- */
main #pickup{
	padding-left:3%;
	padding-right:3%;
}
main #pickup .item p.image{
	text-align:center;
	margin-bottom:2%;
}

	main #pickup .item p.image img{
		width:100%;
	}

	main #pickup .item h4{
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom:8px;
	}

	main #pickup .item p.place{
		margin-bottom:1.7%;
	}

	main #pickup .item p.comment{
		margin-bottom:2.4%;
	}

	main #pickup .item .privilege h5{
		font-size: 18px;
		font-size: 1.8rem;
		padding:1.5%;
		margin-bottom:1.4%;
	}

	main #pickup .item .privilege ul.list li{
		margin-bottom:1.6%;
	}
	main #pickup .item .privilege ul.list li dl{
		display:table;
		width:100%;
	}
		main #pickup .item .privilege ul.list li dl > *{
			display:table-cell;
		}

		main #pickup .item .privilege ul.list li dl > dt{
			width:3.5em;
		}
		main #pickup .item .privilege ul.list li.target dl > dt{
			width:4.5em;
		}

		main #pickup .item .privilege ul.list li dl > dt em{
			display:inline-block;
			line-height:1.1;
			color:#fff;
			font-size: 16px;
			font-size: 1.6rem;

			background:#4a2f1d;
			padding:3px 6px;
			white-space:nowrap;
		}
		main #pickup .item .privilege ul.list li.target dl > dt em{
			background:#a1252d;
			padding:3px 7px;
			font-weight:700;
		}

		main #pickup .item .privilege ul.list li dl > dd{
			padding-left:7px;
			font-size: 16px;
			font-size: 1.6rem;
		}
		main #pickup .item .privilege ul.list li.target dl > dd{
			color:#a1252d;
			font-size: 19px;
			font-size: 1.9rem;
			font-weight:700;
		}

	main #pickup .item p.buttonStyle{
		margin-top:2%;
		padding-top:3%;
		border-top:1px solid #cfcfcf;
	}

/* --------------------------------
   □ recommend
-------------------------------- */
main #pickup .recommend{
	overflow:hidden;
	margin-bottom:3%;
	margin-left:0;
}

main #pickup .recommend .item{
	float:none;
	width:auto;
	padding:3%;
	margin-left:0;
	margin-bottom:3%;
}

	main #pickup .recommend .item .privilege{
		padding:0 2%;
	}
	main #pickup .recommend .item .privilege h5{
		margin-left:-2%;
		margin-right:-2%;
	}

/* --------------------------------
   □ basic
-------------------------------- */
main #pickup .basic{
	overflow:hidden;
	margin-left:-3%;
}

main #pickup .basic .item{
	float:left;
	width:47%;
	padding:2%;
	margin-left:3%;
	margin-bottom:3%;
}

	main #pickup .basic .item .privilege{
		padding:0 1.2%;
	}
	main #pickup .basic .item .privilege h5{
		margin-left:-1.2%;
		margin-right:-1.2%;
	}

	main #pickup .basic .item h4{
		font-size: 18px;
		font-size: 1.8rem;
	}

	main #pickup .basic .item .privilege h5{
		font-size: 16px;
		font-size: 1.6rem;

	}

		main #pickup .basic .item .privilege ul.list li dl > dt em{
			font-size: 15px;
			font-size: 1.5rem;
		}
		main #pickup .basic .item .privilege ul.list li dl > dd{
			font-size: 15px;
			font-size: 1.5rem;
		}
		main #pickup .basic .item .privilege ul.list li dl > dt{
			display:block;
		}

		main #pickup .basic .item .privilege ul.list li dl > dd{
			display:block;
			padding: 7px 0 0 0;
		}


	main #pickup .basic .item p.buttonStyle{
		margin-top:5%;
		padding-top:5%;
	}

	main #pickup .basic .item p.buttonStyle a{
		font-size: 16px;
		font-size: 1.6rem;
	}
}


main #holdCounter{
	padding: 76px 0 70px;
  position: relative;
  background: url(https://s3-ap-northeast-1.amazonaws.com/contents.aws.yukoyuko.net/images/furonohi/pickup-background.png) #ede3d7 repeat;
}
main #holdCounter .mTtl{
  margin: 0 0 3rem;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600;
  color: #4a2f1d;
  text-align: center;
}
main #holdCounter .inner{
	width: 1080px;
  margin: 0 auto;
  display:flex;
  display:-webkit-flex;
  display:-ms-flex;
  align-items: center;
  background:#f1f1f1;
  text-align: center;
}
main #holdCounter .inner .textBox{
	width: 50%;
	padding: 6rem 2.4rem;
	background:#fff;
	font-size: 1.8rem;
	line-height: 2.1;
	color: #4a2f1d;
}
main #holdCounter .inner .textBox > *+*{
	margin:1.5rem 0 0;
}
main #holdCounter .inner .notice{
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	padding: 2rem 2rem 1.6rem;
	font-size:2.4rem;
	line-height: 1;
}
main #holdCounter .inner .notice dt{
	margin:0 0 3.6rem;
}
main #holdCounter .inner .notice dt em{
	margin:0 0 1.5rem;
	/* display: block; */
	font-weight: bold;
	font-size:4rem;
}
main #holdCounter .inner .notice dd{
	color:#a1252d;
}
main #holdCounter .inner .notice dd span{
	margin: 0 .2em;
	font-size: 4.2rem;
}
main #holdCounter .inner .notice dd #holdDay {
	font-size: 8rem;
}

@media only screen and (max-width : 767px) {
	main #holdCounter{
		padding: 3.9rem 1.5rem 3.5rem;
	}
	main #holdCounter .mTtl{
    margin: 0 0 1.5rem;
		font-size:2rem;
	}
	main #holdCounter .inner{
		width: 100%;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	main #holdCounter .inner .textBox{
		width: 100%;
    padding: 2rem 1.2rem;
    font-size: 1.2rem;
	}
	main #holdCounter .inner .notice{
		font-size: 1.2rem;
    position: relative;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
	}
	main #holdCounter .inner .notice dt{
		margin: 0 0 1rem;
	}
	main #holdCounter .inner .notice dd {
		margin: 0;
	}
	main #holdCounter .inner .notice dt em{
		font-size:2rem;
	}
	main #holdCounter .inner .notice dd span{
		font-size:2.6rem;
	}
	main #holdCounter .inner .notice dd #holdDay {
		font-size: 5rem;
	}
}
