/* hero-contents */
#hero-contents,
#hero-articles-contents {
    background: #000;
    padding: 6px 0;
}

/* Section */
.section {
    margin: 0 auto 10px auto;
}
.section h2 {
    background: #e60012;
}
.ct-pc .section {
    width: 628px;
}
#news {
    margin-bottom: 20px;
}
.ct-pc .section h2 {
    padding: 16px 0 0 20px;
    height: 44px;
}
.ct-sp .section h2 {
    padding: 8px 0 0 10px;
    height: 32px;
}
.ct-pc .section h2 img {
    height: 30px;
}
.ct-sp .section h2 img {
    height: 26px;
    vertical-align: top;
}
.section > .box {
    background: #fff;
    color: #000;
}
.ct-pc .section > .box {
    padding-bottom: 20px;
}
.ct-sp .section > .box {
    padding-bottom: 10px;
}

/* Item List */
.itemlist {
	list-style: none;
	padding: 0;
    margin: 0;
}
.ct-sp .itemlist {
    background: #fff;
}
.itemlist > li > a {
	display: block;
	text-decoration: none;
}
.ct-pc .itemlist > li > a {
	padding: 10px 10px;
}
.ct-pc .itemlist > li > a:hover {
    background: #ffc;
}
.itemlist > li > a > div {
	border-top: solid 1px #b3aeae;
    overflow: hidden;
}
.ct-sp .itemlist > li > a > div {
    background: url(images/sp/arrow.png) no-repeat right 5px center;
    background-size: 10px 15px;
    padding-right: 20px;
}
.ct-pc .itemlist > li > a > div {
    margin-top: -10px;
    padding-top: 10px;
    height: 70px;
}
.ct-sp .itemlist > li > a > div {
    height: 64px;
}
.itemlist > li:first-child > a > div {
    border-top: none;
}
.itemlist .photo {
	float: left;
	margin-right: 10px;
}
.ct-pc .itemlist .photo,
.ct-pc .itemlist .photo img {
	height: 70px;
	width: 70px;
}
.ct-sp .itemlist .photo ,
.ct-sp .itemlist .photo img {
	height: 64px;
	width: 64px;
}
.itemlist .subject {
	color: #039;
}
.ct-pc .itemlist .subject {
	font-weight: bold;
}
.ct-sp .itemlist .subject {
    padding-top: 5px;
	height: 54px;
    overflow: hidden;
}
.itemlist p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

/* Article box */
#articles-box {
    list-style: none;
    overflow: auto;
}
#articles-box > li {
    list-style: none;
    display: block;
}
.ct-pc #articles-box > li {
    float: left;
}
#articles-box > li > a {
    display: block;
    overflow: hidden;
	color: #e60012;
}
#articles-box .off a {
    cursor: default;
}
#articles-box .off a:hover {
    text-decoration: none;
}
.ct-sp #hero-contents #articles-box .off {
    display: none;
}
.ct-pc #articles-box > li > a {
    margin: 10px 0 0 12px;
    width: 296px;
    height: 226px;
}
.ct-sp #articles-box > li > a {
    margin: 10px auto;
    width: 225px;
}
.ct-pc #articles-box > li > a img {
    width: 296px;
    height: 180px;
}
.ct-sp #articles-box > li > a img {
    width: 225px;
    height: 137px;
}
#articles-box > li > a p {
    padding-top: 5px;
	font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

/* Linkbutton */
.ct-pc .linkbutton {
    padding-top: 20px;
}
.ct-sp .linkbutton {
    padding-top: 10px;
}
.linkbutton > a {
    display: block;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    background: url(images/buttons.png) no-repeat left top;
}
.ct-pc .linkbutton > a {
    width: 448px;
    padding-top: 80px;
}
.ct-sp .linkbutton > a {
    background-size: 448px 80px;
    width: 224px;
    padding-top: 40px;
}
#news .linkbutton > a {
    background-position: 0 0;
}
.ct-pc #news .linkbutton > a:hover {
    background-position: 0 -80px;
}
.ct-sp #news .linkbutton > a:hover {
    background-position: 0 -40px;
}
.ct-pc #articles .linkbutton > a {
    background-position: -448px 0;
}
.ct-sp #articles .linkbutton > a {
    background-position: -224px 0;
}
.ct-pc #articles .linkbutton > a:hover {
    background-position: -448px -80px;
}
.ct-sp #articles .linkbutton > a:hover {
    background-position: -224px -40px;
}
.ct-pc #gallery .linkbutton > a {
    background-position: -940px 0;
}
.ct-sp #gallery .linkbutton > a {
    background-position: -470px 0;
}
.ct-pc #gallery .linkbutton > a:hover {
    background-position: -940px -70px;
}
.ct-sp #gallery .linkbutton > a:hover {
    background-position: -470px -35px;
}

/* Trailer */
.ct-pc #trailer .box {
    text-align: center;
    padding-top: 20px;
}
.ct-sp #trailer .box {
    text-align: center;
    padding-top: 10px;
}

/* hero-tweets-text */
#hero-tweets-text {
    color: white;
    margin: 0 auto;
    margin-bottom: 10px;
}
.ct-pc #hero-tweets-text {
    width: 520px;
}
.ct-sp #hero-tweets-text {
    width: 300px;
}

/* tweets-widget */
#tweets-widget {
    text-align: center;
}

/* page top */
.ct-sp .page-top {
    display: none;
}
.page-top {
    margin: 6px;
    text-align: right;
}
.page-top a {
    color: #e60012;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/* bottom credit */
#bottom-credit {
    color: #888;
    text-align: center;
    margin-top: 20px;
}
.ct-pc #bottom-credit {
    font-size: 16px;
}
.ct-sp #bottom-credit {
    font-size: 10px;
}

/* bottom menu */
.ct-sp #bottom-menu {
    display: none;
}
#bottom-menu {
    list-style: none;
    text-align: center;
    margin-top: 10px;
    height: 20px;
}
#bottom-menu li {
    list-style: none;
    display: inline-block;
    color: #fff;
}
#bottom-menu li:before {
    content: " / ";
    font-size: 16px;
}
#bottom-menu li:first-child:before {
    content: '';
}
#bottom-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#bottom-menu li a.current {
    color: #e60012;
    text-decoration: underline;
}
#bottom-menu li a:hover {
    text-decoration: underline;
}

