@charset "UTF-8";
/* CSS Document */
#wrapper #header {
	background-image: url(../images/productheader.jpg);
	background-repeat: no-repeat;
}
#wrapper #main .contentsIn {
	margin: 0px;
	width: 760px;
	padding: 15px 25px 17px 25px;
	background-image: url(../images/contentsInbg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	overflow: auto;
}
#wrapper #main .contentsIn .img {
	margin: 0;
	padding: 0px;
	display: inline;
	float: left;
	width: 126px;
}
#wrapper #main .contentsIn .col {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right;
	width: 608px;
}
#wrapper #main .contentsIn .col h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#wrapper #main .end {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#wrapper #main .end {
	padding: 0 0 15px 0;
	margin: 0px;
}
/*リストの設定*/
#wrapper #main .contentsIn .col .listbg {
	background-image: url(../images/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#wrapper #main .contentsIn .col .listbg2 {
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	margin: 3rem 0 0.5rem 0;
}

.link-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.link-btn {
  font-size: 12px;
  color: #fff;
  padding: 0.2rem 1rem 0.2rem 1rem;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 40%, rgba(149,149,149,1) 100%);;
  border-radius: 10px;
  text-align: center;
  margin-left: auto;
}

.link-btn:hover {
  background: #707070;
  cursor: pointer;
}

.movie-wrap {
  margin-top: 0.5rem;
}
.movie-btn {
  position: relative;
  font-size: 12px;
  color: #1a73e8;
  padding: 3px 0 0 30px;
}
.movie-btn:before{
  position: absolute;
  top: 4px;
  left: 7px;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #1a73e8;
  color: #1a73e8;
}
.movie-btn:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 1px solid #1a73e8;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}
.movie-btn:hover {
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

.link-btn:hover {
  background: #707070;
  cursor: pointer;
}

.end-item {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 1rem;
}

.end-item dt{
  position: relative;
  padding: 0 0 0 14px;
  font-size: 14px;
  width: 33%;
  margin-left: 1rem;
  padding-top: 3px;
}

.end-item dt::before {
  position: absolute;
  content: "●";
  top: 6px;
  left: 0;
  font-size: 12px;
}

.end-item dd{
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 1.6;
  width: 110px;
  padding: 0.2rem 0.5rem;
  text-align: center;
}
