/* starwars-contents */
#starwars-contents {
    background: url(images/background.png) repeat-y center top / 100%;
    padding: 6px 0;
}

/* Section */
.section {
    margin: 0 auto 10px auto;
}
.ct-pc .section {
    width: 628px;
    padding-bottom: 20px;
    background: url(images/pc/box_bottom.png) no-repeat center bottom;
}
.section h2 {
    color: #f9e615;
}
.ct-pc .section h2 {
    background: url(images/pc/heading_bk.png) no-repeat transparent;
    padding: 16px 0 0 20px;
    height: 36px;
    line-height: 24px;
    font-size: 24px;
}
.ct-sp .section h2 {
    background: url(images/sp/heading_bk.png) no-repeat;
    background-size: 100% 40px;
    font-weight: normal;
    padding: 14px 0 0 10px;
    height: 26px;
    line-height: 18px;
    font-size: 18px;
}
.ct-pc .section > .box {
    background: #fff;
    color: #000;
}

/* 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;
    float: left;
}
#articles-box > li > a {
    display: block;
    margin: 10px 0 0 10px;
    width: 196px;
    height: 180px;
    overflow: hidden;
}
#articles-box > li > a p {
    padding-top: 5px;
	color: #039;
	font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

/* Gallery box */
#gallery-box li {
    padding-top: 10px;
    text-align: center;
}
.ct-sp #gallery-box li iframe {
    border: solid 1px #fff;
}

/* 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/linkbutton.png) no-repeat left top;
}
.ct-pc .linkbutton > a {
    width: 470px;
    padding-top: 70px;
}
.ct-sp .linkbutton > a {
    background-size: 705px 70px;
    width: 235px;
    padding-top: 35px;
}
#news .linkbutton > a {
    background-position: 0 0;
}
.ct-pc #news .linkbutton > a:hover {
    background-position: 0 -70px;
}
.ct-sp #news .linkbutton > a:hover {
    background-position: 0 -35px;
}
.ct-pc #articles .linkbutton > a {
    background-position: -470px 0;
}
.ct-sp #articles .linkbutton > a {
    background-position: -235px 0;
}
.ct-pc #articles .linkbutton > a:hover {
    background-position: -470px -70px;
}
.ct-sp #articles .linkbutton > a:hover {
    background-position: -235px -35px;
}
.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;
}

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

/* bottom credit */
#bottom-credit {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color: #888;
    text-align: center;
    margin-top: 20px;
}
.ct-pc #bottom-credit {
    font-size: 16px;
}
.ct-sp #bottom-credit {
    font-size: 12px;
}

/* bottom menu */
.ct-sp #bottom-menu {
    display: none;
}
#bottom-menu {
    list-style: none;
    overflow: auto;
    text-align: center;
    margin-top: 10px;
}
#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: #f9e615;
    text-decoration: underline;
}
#bottom-menu li a:hover {
    text-decoration: underline;
}

/* Section Style */
/*
.ct-pc .section h2 {
	background: url(../images/pc/top/icon.png) no-repeat 2px center;
	margin: 0;
	padding: 5px 5px 5px 56px;
	height: 40px;
}
.ct-pc .section h2 span {
	display: block;
	padding-top: 40px;
	height: 0;
	line-height: 40px;
	overflow: hidden;
}
.ct-pc .section h2 span.text {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
}
*/
/*
.ct-pc .section > .more {
	text-align: right;
	font-size: 14px;
}
.ct-pc .section > .more a:before {
	content: '\25B6';
}
.ct-pc .section > .more a {
	color: #ddaf33;
}
.ct-sp .section {
	background: url(../images/sp/top/midashi_haikei.png) repeat-x left top;
	background-size: 6px 40px;
	margin-bottom: 10px;
}
.ct-sp .section h2 {
	background: url(../images/sp/top/icon.png) no-repeat 4px center;
	background-size: 26px 20px;
	margin: 0;
	padding: 5px 5px 5px 36px;
	height: 30px;
}
.ct-sp .section h2 span {
	display: block;
        font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 5px;
}
*/

/* Item List */
/*
.ct-sp .itemlist {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	background: #e9e9e9;
}
.ct-sp .itemlist > li {
	border-bottom: solid 1px #b3aeae;
}
.ct-sp .itemlist > li > div.a,
.ct-sp .itemlist > li > a {
	display: block;
	text-decoration: none;
	overflow: hidden;
    height: 64px;
}
.ct-sp .itemlist > li > a {
    background: url(../images/sp/top/news_yazirushi.png) no-repeat right 5px center;
    background-size: 11px 16px;
    padding-right: 20px;
}
.ct-sp .itemlist .photo {
	height: 64px;
	width: 64px;
	float: left;
	margin-right: 10px;
}
.ct-sp .itemlist .photo img {
	height: 64px;
	width: 64px;
}
.ct-sp .itemlist p {
	margin: 5px 5px 5px 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}
.ct-sp .itemlist .subject {
	color: #821921;
	font-weight: bold;
}
.ct-sp #articles .itemlist {
	background: #f9f0d9;
}
.ct-sp #articles .itemlist > li > a {
    background: url(../images/sp/top/shincyakukiji_yazirushi.png) no-repeat right 5px center;
    background-size: 11px 16px;
}
*/

/* Recent Articles */
/*
#articles {
    display: none;
}
.ct-pc #articles h2 span {
	background: url(../images/pc/top/4.png) no-repeat left 6px;
}
.ct-pc #articles .itemlist {
	background: #f9f0d9;
}
*/

/* MOBILE */

/* Section Style */

/* Item List */

/* Nominees */
.ct-sp .section h2 span.small {
    font-size: 14px;
}

