/* CSS Document */
/*  ---------------------------
				TOP
---------------------------  */
#tvcm {
/* cm */ }
#tvcm #cm {
	padding-bottom: 60px;
	width: 100%;
}
#tvcm #cm h2 {
	width: 100%;
	text-align: left;
	position: relative;
	padding-bottom: 90px;
}
#tvcm #cm h2 .icon {
	position: absolute;
	top: -10px;
	right: -20px;
}
#tvcm #cm h3 {
	text-align: center;
	position: relative;
	clear: left;
}
#tvcm #cm h3 .icon_2 {
	position: absolute;
	left: 0;
	top: 45px;
}
#tvcm #cm h3.graphic {
	padding-top: 100px;
}
#tvcm #cm ul.cm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin: 30px auto 0;
	width: 940px;*/
	margin-top: 30px;
}
/*
#tvcm #cm ul.cm:after {
	clear: both;
	content: "";
	display: block;
}
*/
#tvcm #cm ul.cm li {
	/*float: left;
	margin-right: 40px;
	margin-bottom: 40px;*/
	font-size: 17px;
	font-weight: bold;
	width: 450px;
}
#tvcm #cm ul.cm li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	display: block;
	margin-bottom: 10px;
}
#tvcm #cm ul.cm li.s1 a {
	background-image: url(../../img/cm_img_01.png);
	background-size: cover;
}
#tvcm #cm ul.cm li.s2 a {
	background-image: url(../../img/cm_img_02.png);
	background-size: cover;
}
#tvcm #cm ul.cm li.s3 a {
	background-image: url(../../img/cm_img_03.png);
	background-size: cover;
}
#tvcm #cm ul.cm span img {
	margin-left: 5px;
	display: inline-block;
	margin-bottom: -2px;
}
#tvcm #cm .box_shortmovie {
	margin-top: 100px;
}
#tvcm #cm .box_shortmovie h3 {
	text-align: center;
}
#tvcm #cm .box_shortmovie ul.movie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
#tvcm #cm .box_shortmovie ul.movie li {
	width: 270px;
}
#tvcm #cm .box_shortmovie ul.movie li .thumbnail a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: block;
}
#tvcm #cm .box_shortmovie ul.movie li.s1 .thumbnail a {
	background-image: url(../../img/shortmovie_img_01.png);
}
#tvcm #cm .box_shortmovie ul.movie li.s2 .thumbnail a {
	background-image: url(../../img/shortmovie_img_02.png);
}
#tvcm #cm .box_shortmovie ul.movie li.s3 .thumbnail a {
	background-image: url(../../img/shortmovie_img_03.png);
}
#tvcm #cm .box_shortmovie ul.movie li.s4 .thumbnail a {
	background-image: url(../../img/shortmovie_img_04.png);
}
#tvcm #cm .box_shortmovie ul.movie li.s5 .thumbnail a {
	background-image: url(../../img/shortmovie_img_05.png);
}
#tvcm #cm .box_shortmovie ul.movie li img {
	width: 100%;
}
#tvcm #cm .box_shortmovie ul.movie li .movie_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#tvcm #cm ul.graphic {
	width: 955px;
	/*width: 630px;*/
	margin: 30px auto 0;
}
#tvcm #cm ul.graphic:after {
	clear:both;
	content:"";
	display:block;
}
#tvcm #cm ul.graphic a {
	position: relative;
}
#tvcm #cm ul.graphic li {
	float: left;
	width: 305px;
	margin-right: 20px;
}
#tvcm #cm ul.graphic li img {
	width: 100%;
}
#tvcm #cm ul.graphic li img.icon {
	position: absolute;
	right: 5px;
	bottom: 10px;
	width: 40px;
	height: 40px;
}
#tvcm #cm ul.graphic li:nth-child(n+4) {
	margin-top: 20px;
}
/*
#tvcm #cm ul.graphic li:nth-child(n+3) {
	margin-top: 20px;
}
*/
@media print, screen and (min-width: 769px) {
	/*
	#tvcm #cm ul.cm li:nth-child(2n) {
		margin-right: 0;
	}
	*/
	#tvcm #cm ul.cm li.onelayout {
		margin-top: 0;
		margin-left: 255px;
		margin-right: 255px;
	}
	#tvcm #cm ul.cm li {
		margin-top: 40px;
	}
	#tvcm #cm .box_shortmovie ul.movie {
		margin-left: -37.5px;
		margin-right: -37.5px;
	}
	#tvcm #cm .box_shortmovie ul.movie li {
		margin-top: 40px;
		margin-left: 37.5px;
		margin-right: 37.5px;
	}
	#tvcm #cm .box_shortmovie ul.movie li:nth-child(-n+3) {
		margin-top: 0;
	}
	#tvcm #cm ul.graphic li:nth-child(3n) {
		margin-right: 0;
	}
	#tvcm #cm ul.graphic li:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 768px) {
	#tvcm #cm {
		padding: 0 0 50px 0;
	}
	#tvcm #cm h2 {
		padding-top: 50px;
		padding-bottom: 75px;
		text-align: center;
	}
	#tvcm #cm h2 img {
		width: 300px;
		margin: 0 auto;
	}
	#tvcm #cm h2 .icon {
		display: none;
	}
	#tvcm #cm ul.cm {
		margin-top: 20px;
		width: 100%;
	}
	#tvcm #cm ul.cm li {
		margin-bottom: 25px;
		font-size: 14px;
		font-weight: bold;
		width: 100%;
	}
	#tvcm #cm ul.cm li a img {
		width: 100%;
	}
	#tvcm #cm ul.cm span img {
		display: inline-block;
		margin-bottom: -2px;
		width: 42px;
	}
	#tvcm #cm .box_shortmovie {
		margin-top: 40px;
		max-width: inherit;
	}
	#tvcm #cm .box_shortmovie h3 {
		text-align: center;
	}
	#tvcm #cm .box_shortmovie ul.movie {
		margin-top: 20px;
	}
	#tvcm #cm .box_shortmovie ul.movie li {
		width: 100%;
	}
	#tvcm #cm .box_shortmovie ul.movie li + li {
		margin-top: 25px;
	}
	#tvcm #cm .box_shortmovie ul.movie li .movie_title {
		margin-top: 5px;
	}
	#tvcm #cm h3 {
		text-align: center;
		position: relative;
		clear: left;
	}
	#tvcm #cm h3.movie img {
		width: 93px;
	}
	#tvcm #cm h3.graphic {
		padding-top: 60px;
	}
	#tvcm #cm h3.graphic img {
		width: 130px;
	}
	#tvcm #cm h3.graphic .icon_2 {
		top: 25px;
		left: 50%;
		margin-left: 60px;
	}
	#tvcm #cm h3.graphic .icon_2 img {
		width: 100px;
	}
	#tvcm #cm ul.graphic {
		margin-top: 20px;
		width: 100%;
	}
	#tvcm #cm ul.graphic li {
		line-height: 1;
		width: 48%;
		margin: 0 4% 0 0;
	}
	#tvcm #cm ul.graphic li:nth-child(2n) {
		margin-right: 0;
	}
	#tvcm #cm ul.graphic li:nth-child(n+3) {
		margin-top: 4%;
	}
	#tvcm #cm ul.graphic li img {
		width: 100%;
	}
	#tvcm #cm ul.graphic li img.icon {
		right: 5px;
		bottom: 5px;
		width: 20px;
		height: 20px;
	}
}
