@charset "UTF-8";
@import url("_common/basic.css");


/***** common settings *****/

#main-photo-container {
	position: relative;
	overflow: hidden;
}

#main-photo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	visibility: hidden;
}

#mpmask-up, #mpmask-bottom {
	position: absolute;
	left: 0px;
	top: 0px;
}

#news h2 {
	margin-bottom: 8px;
}

.news-border {
	height: 14px;
	background-image: url("_common/image/h_border.png");
	background-repeat: repeat-x;
}

.news-item {
	margin-bottom: 20px;
	margin-right: 40px;
	padding-top: 10px;
}

.news-item img {
	max-width: 100%;
}

.news-date {
	font-family: serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	text-align: right;
}

.news-header {
	background: #d1beaa none;
	color: #ffffff;
	border-radius: 8px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}

#news h3 {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 14px;
}

.news-content{
	clear: both;
}

.news-pict-left {
	float: left;
	margin-right: 30px;
}

.news-pict-right {
	float: right;
	margin-left: 30px;
}

.news-pict-bottom {
	margin-top: 20px;
}

.news-content img {
	margin-bottom: 20px;
}

.news-related {
	clear: both;
	text-align: right;
	margin-top: 1em;
	font-size: 14px;
	line-height: 150%;
}

#news-pane .news-border {
	clear: both;
	margin-bottom: 10px;
}

.tw-pane {
	border: #d1beaa 1px solid;
	margin-bottom: 10px;
	height: 400px;
	overflow: hidden;
}

.pr-banners-item {
	margin-top: 7px;
}

.pr-banners-item:first-child {
	margin-top: 0px;
}


/***** for Phones *****/

@media only screen and (max-width:759px) {
	#main-photo-title {
		display: none;
	}
	
	h1 {
		text-align: center;
		padding: 10px 0px;
	}
	
	#main-photo-container {
		height: 163px;
	}
	
	#mpmask-up {
		background-image: url("image/mpmu_p.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 9px;
	}
	
	#mpmask-bottom {
		top: 154px;
		background-image: url("image/mpmb_p.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 9px;
	}
	
	#social-buttons {
		margin-right: 14px;
		margin-bottom: 24px;
	}
	
	#promotions {
		padding: 0px 14px;
		margin-bottom: 20px;
	}
	
	#pr-movie iframe {
		width: 100%;
	}
	
	#pr-banners img {
		width: 100%;
	}
	
	#news h2 {
		margin-left: 30px;
	}
	
	.news-item {
		position: relative;
		margin-bottom: 14px;
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 4px;
	}
	
	.news-date {
		font-size: 14px;
		line-height: 100%;
		margin-bottom: 38px;
	}
	
	.news-header {
		position: absolute;
		left: 0px;
		top: 25px;
		float: none;
	}
	
	.news-pict-left, .news-pict-right {
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.news-pict-bottom {
		margin-top: 15px;
	}
	
	.news-content img {
		max-width: 100%;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	.news-related {
		text-align: center;
		margin-top: 20px;
		font-size: 14px;
		line-height: 150%;
	}
	
	#news-pane .news-border {
		margin-bottom: 10px;
	}
	
	#news-past {
		margin-top: 28px;
		margin-bottom: 35px;
	}
	
	#news-past a {
		display: block;
		background: #d1beaa none;
		color: #ffffff;
		padding: 16px;
		font-size: 18px;
		line-height: 100%;
		border-radius: 32px;
		width: 13em;
		margin: 0px auto;
		text-align: center;
		text-decoration: none;
	}
	
	#news-past a:hover {
		background: #ff9900 none;
	}
	
	#tw-timelines {
		padding: 0px 14px;
		margin-bottom: 25px;
	}
	
	/* menu */
	
	#menu-phone {
		padding: 0px 3px;
		margin: 14px 0px;
	}
	
	.mpt {
		display: table;
		width: 100%;
	}
	
	.mptr {
		display: table-row;
	}
	
	.mptc {
		display: table-cell;
		padding: 4px;
	}
	
	.mptc a {
		display: block;
		background: #ede5dd none;
		font-size: 10px;
		line-height: 100%;
		padding: 13px;
		text-align: center;
		border-radius: 6px;
	}
	
	#mpt3 .mptc {
		width: 33%;
	}
}


/***** for Tablets *****/

@media only screen and (min-width: 760px) and (max-width: 1051px) {
	#main-photo-container {
		width: 100%;
		height: 385px;
		margin-bottom: 15px;
	}
	
	#main-photo-title-tablet {
		position: absolute;
		left: 58px;
		top: 130px;
	}
	
	#mpmask-up {
		background-image: url("image/mpmu_t.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 20px;
	}
	
	#mpmask-bottom {
		top: 365px;
		background-image: url("image/mpmb_t.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 20px;
	}
	
	#social-buttons {
		display: none;
	}
	
	#social-tablet {
		width: 685px;
		margin: 0px auto;
		padding: 10px 0px;
	}
	
	#pr-movie {
		margin-bottom: 17px;
	}
	
	#pr-movie iframe {
		width: 685px;
		height: 385px;
	}
	
	#pr-banners {
		margin-bottom: 27px;
	}
	
	.twitter-timeline-rendered {
		width: 685px !important;
	}
	
	#news h2 {
		text-align: center;
	}
	
	.news-item {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.news-date {
		font-size: 16px;
		line-height: 200%;
	}
	
	.news-header {
		font-size: 15px;
		line-height: 100%;
	}
	
	#news h3 {
		font-size: 20px;
		line-height: 150%;
		margin-top: -2px;
	}
	
	.news-pict-left img, .news-pict-right img {
		max-width: 268px;
	}
	
	.news-pict-top img, .news-pict-bottom img {
		max-width: 100%;
	}
	
	.news-related {
		font-size: 15px;
		line-height: 150%;
	}
	
	#news-past {
		margin-top: 23px;
		margin-bottom: 35px;
	}
	
	#news-past a {
		display: block;
		background: #d1beaa none;
		color: #ffffff;
		padding: 16px;
		font-size: 18px;
		line-height: 100%;
		border-radius: 32px;
		width: 13em;
		margin: 0px auto;
		text-align: center;
		text-decoration: none;
	}
	
	#news-past a:hover {
		background: #ff9900 none;
	}
	
	#tw-timelines {
		margin-bottom: 35px;
	}
}


/***** for PC *****/

@media only screen and (min-width: 1052px) {
	#main-photo-container {
		max-width: 1200px;
		height: 592px;
		margin: 0px auto;
		margin-bottom: 13px;
	}
	
	#mpmask-up {
		background-image: url("image/mpmu.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 32px;
	}
	
	#mpmask-bottom {
		top: 560px;
		background-image: url("image/mpmb.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 32px;
	}
	
	#main-photo-title {
		position: absolute;
		left: 154px;
		left: calc(100% * 0.128);
		top: 200px;
	}
	
	#social-buttons {
		width: 1000px;
		margin: 0px auto;
		margin-bottom: 20px;
		text-align: right;
	}
	
	#promotions {
		width: 370px;
		float: right;
	}
	
	#pr-movie {
		margin-bottom: 5px;
	}
	
	#pr-movie iframe {
		width: 370px;
		height: 208px;
	}
	
	#pr-banners {
		margin-bottom: 10px;
	}
	
	#pr-banners img {
		width: 100%;
	}
	
	#news {
		position: absolute;
		left: 0px;
		top: -37px;
		width: 610px;
	}
	
	#news-pane {
		height: 860px;
		overflow: auto;
		margin-bottom: 20px;
	}
	
	.news-pict-left img, .news-pict-right img {
		max-width: 268px;
	}
	
	.news-pict-top img, .news-pict-bottom img {
		max-width: 100%;
	} 
	
	#news-past {
		font-size: 18px;
		line-height: 150%;
		text-align: right;
	}
	
	#tw-timelines {
		width: 370px;
		clear: both;
		float: right;
	}
	
	#scrollUp {
		clear: both;
	}
}
