@charset "utf-8";

/* header
----------------------------------------------- */

#header {
	background: url(../../home/images/pc_header_bg.png) repeat-x;
}
#header h1 a {
	background: url(../../home/images/pc_header.png) no-repeat;
}

/* mainimage
----------------------------------------------- */

#mainimage {
	position: relative;
	height: 420px;
	background: url(../../home/images/pc_main_base.jpg) repeat-x center top;
	overflow: hidden;
}
#mainimage .images {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 420px;
}
#mainimage .images ul {
	position: absolute;
	top: 0;
	left: 5px;
}
#mainimage .images li {
	float: left;
	margin: 0 5px;
}

/* control */

#mainimage .control {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -490px;
	width: 980px;
}
#mainimage .control li {
	position: absolute;
	top: 180px;
	width: 50px;
	height: 50px;
	background: url(../../home/images/pc_main_control.png) no-repeat;
	cursor: pointer;
}
#mainimage .control .prev {
	left: 5px;
}
#mainimage .control .next {
	right: 0;
}
#mainimage .control .prev { background-position: 0 0; }
#mainimage .control .next { background-position: -50px 0; }

/* pages */

#mainimage .pages {
	position: absolute;
	top: 390px;
	left: 0;
	width: 100%;
	text-align: center;
}
#mainimage .pages li {
	display: inline-block;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	background: url(../../home/images/pc_main_pages.png) no-repeat 0 0;
}
#mainimage .pages .current {
	background-position: 0 -8px;
}

/* contents
----------------------------------------------- */

#contents {
	margin: 10px auto 0;
	padding: 0 0 20px;
	width: 980px;
	background: white;
}

/* sort
----------------------------------------------- */

#sort {
	margin: auto;
	padding: 10px 0 0;
	width: 960px;
}
#sort .menu {
	position: relative;
	float: left;
	width: 192px;
	height: 80px;
	overflow: hidden;
}

/* title */

#sort .menu .title {
	position: absolute;
	top: 18px;
	left: 50%;
	margin: 0 0 0 -60px;
	width: 100%;
	height: 44px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../home/images/pc_sort.png) no-repeat;
	overflow: hidden;
	z-index: 1;
}
#sort .topics .title { width: 120px; background-position: 0 0; }
#sort .movie .title { width: 120px; background-position: -120px 0; }
#sort .campaign .title { margin: 0 0 0 -66px; width: 133px; background-position: -240px 0; }
#sort .about .title { width: 120px; background-position: -373px 0; }
#sort .buy .title { width: 121px; background-position: -493px 0; }

/* base */

#sort .menu .base {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100px;
}
/*
#sort .topics .base { background: rgb(239,134,142); }
#sort .movie .base { background: rgb(255,174,62); }
#sort .campaign .base { background: rgb(245,206,74); }
#sort .about .base { background: rgb(183,210,85); }
#sort .buy .base { background: rgb(222,161,219); }

#sort .topics:hover .base { background: rgb(249,144,152); }
#sort .movie:hover .base { background: rgb(255,184,72); }
#sort .campaign:hover .base { background: rgb(255,216,84); }
#sort .about:hover .base { background: rgb(193,220,95); }
#sort .buy:hover .base { background: rgb(232,171,229); }

#sort .topics:active .base { background: rgb(229,124,132); }
#sort .movie:active .base { background: rgb(255,164,52); }
#sort .campaign:active .base { background: rgb(235,196,64); }
#sort .about:active .base { background: rgb(173,200,75); }
#sort .buy:active .base { background: rgb(212,151,209); }
*/
#sort .topics .base {
    background: none repeat scroll 0 0 rgb(239, 134, 142);
}
#sort .movie .base {
    background: none repeat scroll 0 0 rgb(255, 174, 62);
}
#sort .campaign .base {
    background: none repeat scroll 0 0 rgb(249, 194, 5);
}
#sort .about .base {
    background: none repeat scroll 0 0 rgb(171, 204, 50);
}
#sort .buy .base {
    background: none repeat scroll 0 0 rgb(210, 133, 206);
}
#sort .topics:hover .base {
    background: none repeat scroll 0 0 rgb(249, 144, 152);
}
#sort .movie:hover .base {
    background: none repeat scroll 0 0 rgb(255, 184, 72);
}
#sort .campaign:hover .base {
    background: none repeat scroll 0 0 rgb(253, 207, 47);
}
#sort .about:hover .base {
    background: none repeat scroll 0 0 rgb(181, 210, 77);
}
#sort .buy:hover .base {
    background: none repeat scroll 0 0 rgb(219, 141, 215);
}
#sort .topics:active .base {
    background: none repeat scroll 0 0 rgb(229, 124, 132);
}
#sort .movie:active .base {
    background: none repeat scroll 0 0 rgb(255, 164, 52);
}
#sort .campaign:active .base {
    background: none repeat scroll 0 0 rgb(249, 194, 5);
}
#sort .about:active .base {
    background: none repeat scroll 0 0 rgb(171, 204, 50);
}
#sort .buy:active .base {
    background: none repeat scroll 0 0 rgb(210, 133, 206);
}
/* arrow */

#sort .menu .arrow {
	position: absolute;
	top: 33px;
	left: 50%;
	margin: 0 0 0 50px;
	width: 9px;
	height: 7px;
	background: url(../../home/images/pc_sort_arrow.png) no-repeat;
	z-index: 1;
}
#sort .campaign .arrow {
	margin: 0 0 0 58px;
}

/* articles
----------------------------------------------- */

#articles {
	margin: auto;
	width: 972px;
}
#articles.loading {
	min-height: 1000px;
	background: url(../images/ic_loading.gif) no-repeat center 150px;
}
#articles article {
	float: left;
	position: relative;
	margin: 20px 6px 0;
	padding: 0 0 8px;
	width: 229px;
	border: 1px solid rgb(230,230,230);
	overflow: hidden;
}
#articles article h3 {
	margin: 12px 10px 0;
	height: 3em;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5em;
	overflow: hidden;
}
#articles .update h3 {
	margin: 12px 40px 0 10px;
}
#articles article .summary {
	margin: 5px 10px 0;
	height: 3em;
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.5em;
	overflow: hidden;
}
#articles article .new {
	position: absolute;
	top: 180px;
	left: 173px;
	width: 38px;
	height: 38px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../home/images/pc_new.png) no-repeat;
	overflow: hidden;
}
#articles article .image {
	margin: auto;
	padding: 10px 0 0;
	width: 208px;
}
#articles .topics h3 { color: rgb(239,134,142); }
#articles .movie h3 { color: rgb(255,174,62); }
#articles .campaign h3 { color: #ebb80c; }
#articles .about h3 { color: #9ac306; }
#articles .buy h3 { color: #c46cc0; }

/* pickup */

#articles .pickup {
	width: 472px;
}
#articles .pickup .image {
	width: 452px;
}
#articles .pickup .new {
	left: 415px;
}

/* media */

#articles .media h3 {
	height: 1.5em;
}
#articles .media {
	width: 472px;
}
#articles .media .image {
	width: 452px;
}
#articles .media .new {
	top: 260px;
	left: 420px;
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	background-size: 32px 32px;
}

/* more
----------------------------------------------- */

#more {
	display: none;
	margin: 20px 0 0;
	min-height: 38px;
	background: url(../images/ic_loading.gif) no-repeat center center;
}
#more p {
	margin: auto;
	width: 249px;
	height: 38px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../home/images/pc_b_more.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
#more p:hover { background-position: 0 -38px; }
#more p:active { background-position: 0 -76px; }

/* news
----------------------------------------------- */

#news {
	margin: 20px auto 0;
	padding: 0 0 20px;
	width: 980px;
	background: white;
}
#news .title {
	margin: 0 20px;
	padding: 20px 0 0;
	color: rgb(81,35,7);
	font-size: 0.8em;
	font-weight: bold;
}

#news .list {
	position: relative;
	margin: 20px 40px 0;
	height: 1.1em;
	overflow: hidden;
}
#news li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.1em;
}
#news li span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 1.1em;
	overflow: hidden;
}
#news li span a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}

/* sns
----------------------------------------------- */

#sns {
	margin: 20px auto 0;
	padding: 20px 0 15px;
	width: 980px;
	min-height: 400px;
	background: white;
}
#sns_inner {
	margin: auto;
	width: 960px;
}
#sns_inner .title {
	width: 475px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../home/images/pc_sns_title.png) no-repeat;
	overflow: hidden;
}
#sns_inner .facebook {
	float: left;
	width: 475px;
}
#sns_inner .twitter {
	float: right;
	width: 475px;
}
#sns_inner .facebook .title { background-position: 0 0; }
#sns_inner .twitter .title { background-position: 0 -36px; }
#sns_inner .facebook .timeline {
	margin: 10px 0 0;
	border: 1px solid rgb(230,230,230);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sns_inner .twitter .timeline {
	margin: 10px 0 0;
}

/* inbound banner
----------------------------------------------- */
.bottom-inbound-banner {
	width: 100%;
	margin: 60px 0 -70px;
	padding: 10px 0;
	text-align: center;
	background-color: #AD000D;
	box-sizing: border-box;
}

.bottom-inbound-banner a {
	display: block;
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.bottom-inbound-banner a img.sp {
	display: none;
}

.bottom-inbound-banner a:hover img {
	opacity: 0.9;
}

/* mobile
----------------------------------------------- */

@media screen and (max-width:768px) {		

	/* header
	----------------------------------------------- */

	#header {
		background: url(../../home/images/sp_header_bg.png) repeat-x;
		-webkit-background-size: 4px 75px;
		-moz-background-size: 4px 75px;
		background-size: 4px 75px;
	}
	#header h1 a {
		background: url(../../home/images/sp_header.png) no-repeat;
		-webkit-background-size: 227px 75px;
		-moz-background-size: 227px 75px;
		background-size: 227px 75px;
	}

	/* mainimage
	----------------------------------------------- */

	#mainimage {
		width: auto;
		height: 147px;
		background: rgb(75,40,21) url(../../home/images/sp_main_bg.png) repeat-x left bottom;
		-webkit-background-size: 5px 13px;
		-moz-background-size: 5px 13px;
		background-size: 5px 13px;
	}
	#mainimage .images {
		width: 320px;
		height: 134px;
		background: none;
	}
	#mainimage .images ul {
		top: 0;
		left: 0;
	}
	#mainimage .images li {
		float: left;
		margin: 0;
	}
	#mainimage .images li img {
		width: 320px;
		height: 134px;
	}

	/* control */
	
	#mainimage .control {
		left: 0;
		margin: 0;
		width: 100%;
	}
	#mainimage .control li {
		position: absolute;
		top: 55px;
		width: 25px;
		height: 25px;
		background: url(../../home/images/pc_main_control.png) no-repeat;
		cursor: pointer;
		-webkit-background-size: 50px 25px;
		-moz-background-size: 50px 25px;
		background-size: 50px 25px;
	}
	#mainimage .control .prev {
		left: 4px;
	}
	#mainimage .control .next {
		right: -2px;
		right: 0;
	}
	#mainimage .control .prev,
	#mainimage .control .prev:hover,
	#mainimage .control .prev:active {
		background-position: 0 0;
	}
	#mainimage .control .next,
	#mainimage .control .next:hover,
	#mainimage .control .next:active {
		background-position: -25px 0;
	}

	/* pages */
	
	#mainimage .pages {
		position: absolute;
		top: 117px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#mainimage .pages li {
		display: inline-block;
		margin: 0 2px;
		width: 4px;
		height: 4px;
		background: url(../../home/images/pc_main_pages.png) no-repeat 0 0;
		cursor: pointer;
		-webkit-background-size: 4px 8px;
		-moz-background-size: 4px 8px;
		background-size: 4px 8px;
	}
	#mainimage .pages .current {
		background-position: 0 -4px;
	}

	/* contents
	----------------------------------------------- */
	
	#contents {
		margin: 0;
		padding: 0;
		width: auto;
		background: white;
	}

	/* sort
	----------------------------------------------- */
	
	#sort {
		padding: 10px 0 0;
		width: 300px;
	}
	#sort .menu {
		width: 60px;
		height: 66px;
	}
	
	/* title */
	
	#sort .menu .title {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 60px;
		height: 66px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../../home/images/sp_sort.png) no-repeat;
		-webkit-background-size: 300px 66px;
		-moz-background-size: 300px 66px;
		background-size: 300px 66px;
	}
	#sort .topics .title { background-position: 0 0; }
	#sort .movie .title { background-position: -60px 0; }
	#sort .campaign .title { background-position: -120px 0; }
	#sort .about .title { background-position: -180px 0; }
	#sort .buy .title { background-position: -240px 0; }
	
	/* base */
	
	#sort .menu .base {
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 66px;
	}
	
	/* arrow */
	
	#sort .menu .arrow {
		display: none;
	}

	/* articles
	----------------------------------------------- */
	
	#articles {
		padding: 0 0 10px;
		width: 320px;
	}
	#articles.loading {
		min-height: 250px;
		background: url(../images/ic_loading.gif) no-repeat center 50px;
		-webkit-background-size: 36px 4px;
		-moz-background-size: 36px 4px;
		background-size: 36px 4px;
	}
	#articles article {
		margin: 10px 4px 0;
		padding: 0 0 8px;
		width: 150px;
		border: 1px solid rgb(230,230,230);
		overflow: hidden;
	}
	#articles article h3 {
		margin: 8px 10px 0;
		height: 3em;
		font-size: 0.75em;
		font-weight: bold;
		line-height: 1.5em;
		overflow: hidden;
	}
	#articles .update h3 {
		margin: 8px 30px 0 10px;
	}
	#articles article .summary {
		margin: 4px 10px 0;
		height: 5em;
		font-size: 0.75em;
		text-align: justify;
		line-height: 1.5em;
		overflow: hidden;
	}
	#articles article .new {
		position: absolute;
		top: 50%;
		left: auto;
		right: 10px;
		margin: -4px 0 0;
		width: 25px;
		height: 25px;
		background: url(../../home/images/sp_new.png) no-repeat;
		-webkit-background-size: 25px 25px;
		-moz-background-size: 25px 25px;
		background-size: 25px 25px;
	}
	#articles article .image {
		margin: auto;
		padding: 5px 0 0;
		width: 140px;
	}
	#articles article .image img {
		width: 140px;
		height: auto;
	}

	/* pickup */

	#articles .pickup {
		width: 310px;
	}
	#articles .pickup .image {
		width: 298px;
	}
	#articles .pickup .image img {
		width: 298px;
		height: auto;
	}
	#articles .pickup .new {
		left: auto;
	}

	/* media */

	#articles .media {
		width: 310px;
	}
	#articles .media .image {
		width: 298px;
	}
	#articles .media .image iframe {
		width: 298px;
		height: 160px;
	}
	#articles .media .new {
		top: 50%;
		left: auto;
		margin: 71px 0 0;
		width: 24px;
		height: 24px;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		background-size: 24px 24px;
	}

	/* more
	----------------------------------------------- */
	
	#more {
		margin: 10px 0 0;
		min-height: auto;
		background: url(../images/ic_loading.gif) no-repeat center 10px;
		-webkit-background-size: 36px 4px;
		-moz-background-size: 36px 4px;
		background-size: 36px 4px;
	}
	#more p {
		margin: auto;
		width: 124px;
		height: 19px;
		-webkit-background-size: 124px 57px;
		-moz-background-size: 124px 57px;
		background-size: 124px 57px;
	}
	#more p:hover,
	#more p:active {
		background-position: 0 0;
	}

	/* news
	----------------------------------------------- */

	#news {
		margin: 10px auto 0;
		padding: 0 0 15px;
		width: auto;
	}
	#news .title {
		margin: 0 10px;
		padding: 10px 0 0;
		font-size: 0.7em;
	}

	#news .list {
		margin: 15px 20px 0;
	}
	#news li {
		font-size: 0.7em;
	}
	#news li span {
		right: 0;
		width: 76%;
	}

	/* sns
	----------------------------------------------- */
	
	#sns {
		margin: 10px auto 0;
		padding: 10px 0 0;
		width: auto;
		background: white;
	}
	#sns_inner {
		margin: auto;
		width: 320px;
	}
	#sns_inner .title {
		width: 316px;
		height: 25px;
		background: url(../../home/images/sp_sns_title.png) no-repeat;
		-webkit-background-size: 316px 50px;
		-moz-background-size: 316px 50px;
		background-size: 316px 50px;
	}
	#sns_inner .facebook {
		float: none;
		margin: auto;
		width: 316px;
		overflow: hidden;
	}
	#sns_inner .twitter {
		float: none;
		margin: 10px auto 0;
		width: 316px;
		overflow: hidden;
	}
	#sns_inner .facebook .title { background-position: 0 0; }
	#sns_inner .twitter .title { background-position: 0 -25px; }
	#sns_inner .facebook .timeline,
	#sns_inner .twitter .timeline {
		margin: 5px 0 0;
	}
	#sns_inner .twitter .twitter-timeline {
		height: 250px;
	}
	#sns_inner .facebook .timeline {
		height: 250px;
    }

	/* inbound banner
	----------------------------------------------- */
	.bottom-inbound-banner {
		margin: 10px 0;
		padding: 10px 7px;
	}

	.bottom-inbound-banner a {
		width: 100%;
	}

	.bottom-inbound-banner a img.pc {
		display: none;
	}

	.bottom-inbound-banner a img.sp {
		display: inline-block;
		width: 100%;
		height: auto;
	}

	/* facebook
	----------------------------------------------- */
	
	.fbcomments,
	.fb_iframe_widget,
	.fb_iframe_widget[style],
	.fb_iframe_widget iframe[style],
	.fbcomments iframe[style],
	.fb_iframe_widget span {
		margin: auto;
	    width: 316px !important;
	}
	
}

/* print
----------------------------------------------- */

@media print {
}
