@charset "utf-8";

body{
	background:#ffffff;
	color:#ffffff;
	}

/*-----------------------------------------------------
container
-----------------------------------------------------*/
/*-----------------------------------------------------

-----------------------------------------------------*/
#container{
	width:100%;
	height:auto;
	}
.liquid {
	width:100%;
	height:auto;
}
/*-----------------------------------------------------
#mainvisual
-----------------------------------------------------*/
#mainvisual {
	position: relative;
}

h1 {
	position: absolute;
	top: 52px;
	right: 112px;
	max-width: 40px;
}
p.fbBtn{
	position: absolute;
	top: 52px;
	left: 70px;
	max-width: 54px;
}
ul#menu {
	position: absolute;
	bottom: 30px;
	right: 112px;
	width:10%;
	height:auto;
	max-width: 130px;
	/*
	width:112px;
	height:154px;
	*/
}
ul#menu li {
	float:left;
	margin: 0 15% 0 0;
}

ul#menu li.last {
	margin: 0 0 0 0;
}


/*-----------------------------------------------------
下層
-----------------------------------------------------*/
#newsArea{
	width: 100%;
	height:auto;
}

#newsArea div,
#newsArea p{
	float:left;
}

#news {	
	position: relative;
	background: #ffffff;
}

#news div {
	position:absolute;
	top: 50%;
	left: 10%;
}
#news ul li {
	font-size: 12px;
	line-height: 24px;
	color: #000000;　
}
#news ul li a {
	text-decoration: underline;
	color: #333333;　
}

#news h3 {
	margin-top: 10px;	
	text-align:right;
}

#news h3 span{
	cursor: pointer;
}

.photoArea {
	width:100%;
	height:auto;
}
.photoArea p {
	float:left;
}

#doramaArea {
	width:100%;
	height:auto;
}
#doramaArea h2,
#doramaArea p {
	float:left;
}

#profileArea {
	width:100%;
	height:auto;
}
#profileArea h2,
#profileArea p {
	float:left;
}

#cmArea {
	width:100%;
	height:auto;
}
#cmArea h2,
#cmArea p {
	float:left;
}

#makingArea {
	width:100%;
	height:auto;
}
#makingArea h2,
#makingArea p {
	float:left;
}

#galleryArea {
	width:100%;
	height:auto;
}
#galleryArea h2,
#galleryArea p {
	float:left;
}
#biographyArea{
	width: 100%;
	height:auto;
	background: #ffffff;
	padding:7% 0;
	
}
#biographyArea div {
	margin:0 7%;　
}

#biographyArea ul li {
	font-size: 12px;
	line-height: 24px;
	color: #000000;　
}
#biographyArea ul li a {
	text-decoration: underline;
	color: #333333;　
}

#news h2,
#biographyArea h2 {
	margin-bottom: 10px;
}

#doramaArea h2,
#profileArea h2,
#cmArea h2,
#makingArea h2,
#galleryArea h2 {
	position:relative;
}

#doramaArea h2 img,
#profileArea h2 img,
#cmArea h2 img,
#makingArea h2 img,
#galleryArea h2 img {
	position:absolute;
	top: 50%;
	left: 50%;
}

#doramaArea h2 span {
	display:block;
	position:absolute;
	bottom: 50%;
	left: 25%;
	max-width: 16px;
}

#doramaArea h2 img {
	max-width: 400px;

}

#profileArea h2 img {
	max-width: 800px;

}

#cmArea h2 img {
	max-width: 530px;

}

#makingArea h2 img {
	max-width: 530px;

}

#galleryArea h2 img {
	max-width: 400px;

}
.w100p{
	width:100%;
	height:auto;
}
.w70p{
	width:70%;
	height:auto;
}
.w60p{
	width:60%;
	height:auto;
}
.w40p{
	width:40%;
	height:auto;
}

.w30p{
	width:30%;
	height:auto;
}

.w20p{
	width:20%;
	height:auto;
}

.w15p{
	width:15%;
	height:auto;
}
.w13p{
	width:13%;
	height:auto;
}

.w10p{
	width:10%;
	height:auto;
}

.w4p{
	width:4%;
	height:auto;
}
.w3p{
	width:3%;
	height:auto;
}
.w2p{
	width:2%;
	height:auto;
}

#footerArea{
	padding: 15px 0 22px 0;
}
#footerArea p{
	width: 100%;;
	text-align:right;
}

/*-----------------------------------------------------
モーダル
-----------------------------------------------------*/
.mov,
.image {
	cursor:pointer;
}

#modal {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
#modal .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#modal .contents {
	position: relative;
	width: 640px;
	height: auto;
	top: 180px;
	padding: 10px;
	background-color: #ffffff;
}

#modal .contents p.close {
	cursor:pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	display: block;
	background: url("../img/close.png");
}
#modal .contents p.close:hover {
	background-position: bottom;
}

.moreInfo{
	display: none;
}

div#modal .contents div.moreInfo h2{
	margin-bottom: 10px;
}

div#modal .contents div.moreInfo ul{
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	width:640px;
	height: 360px;
	overflow-y:scroll;
}

div#modal .contents div.moreInfo ul li a {
	text-decoration: underline;
	color: #333333;　
}