@charset "utf-8";
/* CSS Document */

header {
	height:252px;
}

h1 {
	width: 640px;
	height: 252px;
}
img {
	vertical-align:bottom;
	display:block;
}

h1 a {
	display: block;
	width: 640px;
	height: 0;
	padding-top: 252px;
	overflow: hidden;
	float: left;
	background: url(../img/common/header.jpg) no-repeat left top;
}
ul.feedEkList li {
	display:none;
	padding:20px 0;
	line-height:1.4em;
}
ul.feedEkList li img {
	margin:10px auto;
}
ul.feedEkList li p {
	line-height:1.4em;
	word-break:break-all;
}
ul.feedEkList li p span {
	line-height:1.4em;
	font-size:0.9em !important;
}
#main {
	background-color: rgba(255,255,255,0.7)
}

#main_c {
	background: #FFF;
	padding-bottom:20px;
}

.mainbottom {
	margin-bottom: 40px;
}
.news_wrap {
	background: url(../img/news/bg_news_repeat.jpg) repeat-y center top;
	padding-top:20px;
}
.link_wrap {
	background: url(../img/link/bg_link_repeat.jpg) repeat-y center top;
	padding-top:20px;
}
.newslist {
	background: url(../img/news/bg_news_btm.jpg) no-repeat center bottom;
	margin-top:-30px !important;
}
.linklist {
	background: url(../img/link/bg_link_btm.jpg) no-repeat center bottom;
	margin-top:-30px !important;
}
.linklist span {
	background: url(../img/link/ico_link_right.png) no-repeat 600px center;
	display:block;
	padding:20px 70px 30px 110px;
}
.linklist li a p {
	background: url(../img/link/ico_link_left.png) no-repeat 20px center;
	padding: 0!important;
}
.newsLoader {
	margin:0 auto;
	padding:20px 0;
}

.itemDate {
	padding:0 0 0 105px;
	color:#C8AE20;
}
.itemTitle {
	background: url(../img/news/news_detail_ttl.png) no-repeat center bottom;
	padding:10px 15px 40px 105px;
	color:#E4007F;
	
}
.itemContent {
	padding: 0 20px;
}
.list {
	width: 640px;
	margin: 0 auto;
}

.list li{
	background: url(../img/common/line_menu.png) no-repeat left bottom;
}

.list li a{
	display: block;
	width: 640px;
	padding: 0;
}

.list li a p{
	padding: 0 80px 0 20px;
}

.list li:last-child{
	padding-bottom: 0;
	background: none;
}

.link {
	width: 640px;
	margin: 0 auto;
}

.link li{
	background: url(../img/common/line_menu.png) no-repeat left bottom;
}

.link li a{
	display: block;
	width: 640px;
	padding: 8px 0;
}

.link li a p{
	padding: 0 80px 0 20px;
}

.link li:last-child{
	padding-bottom: 0;
	background: none;
}

.btnback {
	width: 540px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align:center;
}
.movie_sttl {
	width:485px;
	margin:0 auto;
}
.movie_area {
	background: url(../img/movie/bg_movie.png) no-repeat center top;
	width:524px;
	height:357px;
	margin:-20px auto 15px;
}
.movie_area iframe {
	margin:30px;
	height:296px;
}
.chara_sub {
	padding-bottom:40px;
}
.btn_special {
	width: 538px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.wall {
	width: 300px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.sp ul li{
	float:left;
	margin-left:10px;
	margin-top:20px;
}

.sp_top{
	margin:0 10px 0 10px;
	padding-bottom:20px;
}

p.txt{
	text-align:center;
}

.sp_topttl{
	margin-top:20px;
	text-align:center;
}

.sp_topttl2{
	margin-top:5px;
	text-align:center;
}

.sp2_txt{
	margin:20px 20px 0 20px;
}

.sp2 ul{
	float:left;
	margin:10px 20px 20px 20px;
}

.sp2 ul li{
	float:left;
}
pre {
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}
