
#mv {
  padding: 1px 0 3px 0;
  background: url('../img/common/trim04.gif') bottom repeat-x;
}

#mv #slider-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
}
#mv #slider-wrapper #slider {
  margin: 0;
  padding: 0;
  height: 320px;
  list-style: none;
  position: relative;
}
#mv #slider-wrapper #slider li {
  position: absolute;
  top: 0;
}
#mv #slider-pager-wrapper {
  display: none;
}



#home .grid {
  margin: 10px;
  padding-top: 4px;
  background: url(../img/common/trim06.gif) top repeat-x;
}
#home .grid .grid-header {
  border-left: solid 2px #eee;
  border-right: solid 2px #eee;
  padding: 18px;
}
#home .grid .grid-header .grid-title {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../img/common/circle.png) left no-repeat;
}
#home .grid .grid-body {
  background: url(../img/common/gradation.gif) top repeat-x;
  border-left: solid 2px #eee;
  border-right: solid 2px #eee;
  border-bottom: solid 2px #eee;
  padding: 8px;
}


#home .info {
  margin: 10px 20px 5px 20px;
  font-size: 10px;
  line-height: 16px;
}

#home #search-types {
  list-style: none;
  margin: 0;
  padding: 5px;
}
#home #search-types li {
  float: left;
  width: 50%;
  text-align: center;
}
#home #search-types li a {
  display: block;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #eee;
  margin: 5px;
}

#home #campaign-list {
  list-style: none;
  margin: 0;
  padding: 7px 5px 5px 5px;
}
#home #campaign-list li {
  float: left;
  width: 100%;
  text-align: center;
}
#home #campaign-list .half {
  width: 50%;
}
#home #campaign-list li a {
  display: block;
  margin: 5px;
}
#home #campaign-list li a img {
  width: 100%;
  height: auto;
}

#home #campaign-headline {
  margin: 0;
  padding: 3px 10px;
  list-style: none;
}
#home #campaign-headline li {
  border-bottom: dotted 1px #ddd;
  padding: 9px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
#home #campaign-headline li .update {
  display: block;
  font-size: 10px;
}
#home #campaign-headline li a {
  text-decoration: none;
  color: #222;
}
#home #campaign-headline li a:hover {
  text-decoration: underline;
}
#home .linkbtn {
  display: block;
  margin: 13px 10px 12px 10px;
  text-align: center;
}

#home #recommend-items {
}
#home #recommend-items .item {
  margin: 18px 10px;
  padding-bottom: 18px;
  border-bottom: dotted 1px #ddd;
}
#home #recommend-items .item:first-of-type {
  margin-top: 12px;
}
#home #recommend-items .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 11px;
}
#home #recommend-items .item .figure {
  border:solid 1px #e4e4e4;
  margin-right: 14px;
  float: left;
}
#home #recommend-items .item .caption {
  margin: 0;
  padding: 0;
  height: 80px;
  overflow: hidden;
  line-height: 18px;
}
#home #recommend-items .item .caption span {
  display: block;
}
#home #recommend-items .item .caption .maker, #home #recommend-items .item .caption .quantity {
  font-size: 10px;
  margin: 2px 0;
  white-space: nowrap;
  text-overflow:ellipsis;
}
#home #recommend-items .item .caption .name {
  height: 36px;
  font-weight: bold;
}

/*#home #fb {
  border: solid 2px #eee;
  margin: 10px;
  padding: 8px;
  overflow: hidden;
}
#home #fb iframe {
  border:none;
  overflow:hidden;
  width:100%;
  height:534px;
}*/
#home #movie {
  box-sizing: border-box;
  border: solid 2px #eee;
  margin: 10px;
  padding: 16px;
  position: relative;
}
#home #movie iframe {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}



#home #others {
  margin: 10px;
	padding-top: 10px;
  background-color: #eee;
}
#home #others .row {
  padding: 10px 20px;
}
#home #others .row a {
  display: block;
}
#home #others .row a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 3px #bbb;
  overflow: hidden;
}
#home #others .row iframe {
  width: 100%;
  min-height: 145px;
  margin-bottom: -4px;
}

#home #others #line_at {
	margin-top: 10px;
	background-color: #fff;
	padding-top: 20px;
}
#home #others #line_at p img {
	width: 100%;
	height: auto;
}
#home #others #line_at p#line_at_label {
	padding-bottom: 6px;
}


/*
#home #promotion {
	padding: 5px;
}
#home #promotion .quater {
	margin: 5px;
}
#home #promotion .quater img {
	width: 100%;
}
*/
#home #promotion {
	padding: 0 5px;
	margin: -5px 0;
}
#home #promotion:after {
	content: " ";
	display: block;
	clear: both;
}
#home #promotion .quater {
	box-sizing: border-box;
	padding: 5px;
	width: 50%;
	float: left;
}
#home #promotion .quater img {
	width: 100%;
}





@media only screen and (min-width: 640px) {
  #home .grid {
    float: left;
    width: 300px;
  }
  #home #campaign-headline {
    min-height: 275px;
  }
  #home #recommend-items .item .caption span {
    width: 166px;
  }
  #home #fb {
    float: right;
    width: 280px;
    height: 407px;
  }

  #home #movie {
    float: left;
    width: 100%;
    margin: 10px;
    padding: 16px;
  }

  #home #others .row iframe {
    height: 348px;
  }
  #home #others #line, #home #others #blog {
    width: 280px;
    float: left;
  }

	#home #others {
		float: left;
		width: 100%;
		margin: 0;
		padding-top: 0px;
		background-color: transparent;
	}
	#home #others .row {
		padding: 10px;
	}
	#home #others #line {
		float: left;
		width: 300px;
	}
	#home #others #line_at {
		width: 300px;
		float: left;
		margin-top: 0;
		background-color: #fff;
		padding-top: 0px;
	}
	#home #others #line_at p img {
		width: 100%;
		height: auto;
	}
	#home #others #line_at p#line_at_label {
		padding: 20px 0 22px 0;
	}

	#home #promotion {
		padding: 0px;
		margin: 0;
	}
	#home #promotion .quater {
		width: 300px;
		margin: 10px;
		padding: 0;
	}
}

@media only screen and (min-width: 960px) {
  #mv {
    padding-bottom: 4px;
  }
  #mv #slider-wrapper {
    width: 940px;
  }
  #mv #slider-pager-wrapper {
    display: block;
    padding-top: 2px;
    background: #f5f4f3 url('../img/common/trim03.gif') top repeat-x;
  }
  #mv #slider-pager {
    width: 846px;
    margin: 0 auto;
    padding: 6px 0;
  }
  #mv #slider-pager a {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    border: solid 1px #fff;
    box-shadow: 1px 1px 0px #ccc;
  }
  #mv #slider-pager a:last-of-type {
    margin-right: 0;
  }
  #mv #slider-pager .active {
    border: solid 2px #179ee0;
    margin: -1px 7px -1px -1px;
    box-shadow: none;
  }
  #mv #slider-pager a:last-of-type.active {
    margin-right: -1px;
  }

  #home #fb {
    width: 600px;
    height: 478px;
    float: left;
  }
  #home #movie {
    width: 620px;
  }
  #home #others .row iframe {
    height: 145px;
  }
  #home #others #line, #home #others #blog {
    width: auto;
  }

	#home #others {
		width: 300px;
		margin: 10px;
		padding-top: 10px;
		background-color: #eee;
	}
	#home #others .row {
		padding: 10px 20px;
	}
	#home #others #line_at {
		width: 232px;
		float: left;
		margin: 10px 0 0 0;
		padding: 10px 34px 0 34px;
	}
	#home #others #line_at p#line_at_label {
		padding: 0 0 6px 0;
	}

	#home #promotion .quater {
		width: 220px;
		float: left;
		margin: 10px;
	}
}


#short-information {
	text-align: center;
	color: #721c24;
	background-color: #f8d7da;
	border: solid 1px #f5c6cb;
	border-radius: 4px;
	margin: -24px 10px 10px 10px;
	padding: 12px 16px;
	line-height: 180%;
}
@media only screen and (min-width: 640px) {
	#short-information {
		margin-top: -12px;
	}
}
@media only screen and (min-width: 960px) {
	#short-information {
		margin-top: 8px;
	}
}





#cashback-info {
	margin: -20px 10px 12px 10px;
	max-width: 620px;
}
#cashback-info img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 640px) {
	#cashback-info {
		margin: -10px 10px 10px 10px;
	}
}
@media only screen and (min-width: 960px) {
	#cashback-info {
		margin: 10px auto 10px auto;
		max-width: 940px;
	}
}

/*
#mv {
  padding: 1px 0 4px 0;
  background: url('../img/common/trim04.gif') bottom repeat-x;
}

#mv #slider-wrapper {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 1px;
}
#mv #slider-wrapper #slider {
  margin: 0;
  padding: 0;
  height: 320px;
  list-style: none;
  position: relative;
}
#mv #slider-wrapper #slider li {
  position: absolute;
  top: 0;
}
#mv #slider-pager-wrapper {
  padding-top: 2px;
  background: #f5f4f3 url('../img/common/trim03.gif') top repeat-x;
}
#mv #slider-pager {
  width: 846px;
  margin: 0 auto;
  padding: 6px 0;
}
#mv #slider-pager a {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  border: solid 1px #fff;
  box-shadow: 1px 1px 0px #ccc;
}
#mv #slider-pager a:last-of-type {
  margin-right: 0;
}
#mv #slider-pager .active {
  border: solid 2px #179ee0;
  margin: -1px 7px -1px -1px;
  box-shadow: none;
}
#mv #slider-pager a:last-of-type.active {
  margin-right: -1px;
}

#home .info {
  margin: 10px 20px 5px 20px;
  font-size: 10px;
  line-height: 16px;
}
#home #search-types {
  list-style: none;
  margin: 0;
  padding: 5px;
}
#home #search-types li {
  float: left;
  width: 135px;
}
#home #search-types li a {
  display: block;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #eee;
  margin: 5px;
}

#home #campaign-headline {
  margin: 0;
  padding: 3px 10px;
  list-style: none;
  min-height: 275px;
}
#home #campaign-headline li {
  border-bottom: dotted 1px #ddd;
  padding: 9px;
  line-height: 18px;
  width: 244px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
#home #campaign-headline li .update {
  display: block;
  font-size: 10px;
}
#home #campaign-headline li a {
  text-decoration: none;
  color: #222;
}
#home #campaign-headline li a:hover {
  text-decoration: underline;
}
#home .linkbtn {
  display: block;
  margin: 13px 10px 12px 10px;
}

#home #recommend-items {
}
#home #recommend-items .item {
  margin: 18px 10px;
  padding-bottom: 18px;
  border-bottom: dotted 1px #ddd;
}
#home #recommend-items .item:first-of-type {
  margin-top: 12px;
}
#home #recommend-items .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 11px;
}
#home #recommend-items .item .figure {
  border:solid 1px #e4e4e4;
  margin-right: 14px;
  float: left;
}
#home #recommend-items .item .caption {
  margin: 0;
  padding: 0;
  height: 80px;
  overflow: hidden;
  line-height: 18px;
}
#home #recommend-items .item .caption span {
  display: block;
  width: 166px;
  overflow: hidden;
}
#home #recommend-items .item .caption .maker, #home #recommend-items .item .caption .quantity {
  font-size: 10px;
  margin: 2px 0;
  white-space: nowrap;
  text-overflow:ellipsis;
}
#home #recommend-items .item .caption .name {
  height: 36px;
  font-weight: bold;
}

#home #fb {
  border: solid 2px #eee;
  width: 600px;
  margin: 10px;
  padding: 8px;
  float: left;
  overflow: hidden;
}
#home #others {
  width: 280px;
  margin: 10px;
  padding: 10px;
  float: left;
  background-color: #eee;
}
#home #others .row {
  float: left;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 0 3px #bbb;
}
#home #others iframe {
  margin: 10px 10px 6px 10px;
  box-shadow: 0 0 3px #bbb;
}
*/
