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

a{
	text-decoration:none;
}

h1{
	font-weight:bold;
}

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#609;
}

@media screen and (min-width: 481px) {

#english_container {
	min-height: 100%;
	_height: 100%; /* for IE6 */
	margin: 0 auto;
	width: 1000px;
	position: relative;
	line-height:120%;
	background-color:#cdcfb6;
	background-repeat:repeat-y;
	background-position:center;
}

#main{
	width: 1000px;
	position: relative;
	overflow: hidden;
}

#logo{
	float:left;
	width:820px;
	height:119px;
}

#iphone_logo img{
	display:none;
}

#country{
	float:left;
	height:119px;
}

#profile{
	clear:both;
	height:254px;
	width:900px;
	margin:0px 0 0 45px;
	padding-top:20px;
	position:relative;
}

#profile_pic{
	float:left;
	width:438px;
	margin:0px 0 0 50px;
}

#profile_intro{
	float:left;
	width:410px;
	padding:20px 0 0 0;
}

#career{
	clear:both;
	text-align:center;
	margin-top:50px;
}

#youtube{
	clear:both;
	text-align:center;
	margin-top:50px;
	position:relative;
	width:1000px;
	height:380px;
	margin-left:0px;
}

.youtubemovie{
	float:left;
	width:300px;
	text-align:center;
	margin:0 10px 0 20px;
}

#contact{
	clear:both;
	text-align:center;
	margin-top:50px;
	position:relative;
	width:700px;
	height:450px;
	margin-left:150px;
}

#kirie{
	position:absolute;
	top:100px;
	right:110px;
}

#contactform_pc{
	margin-top:40px;
	margin-left:40px;
}

#contactform_iphone{
	display:none;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {

#english_container {
	min-height: 100%;
	_height: 100%; /* for IE6 */
	margin: 0 auto;
	width: 100%;
	position: relative;
	line-height:120%;
	background-color:#cdcfb6;
	/*background-repeat:repeat-y;
	background-position:center;*/
}

#main{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#logo{
	display:none;
}

#iphone_logo img{
	width:80%;
	height:auto;
	padding:5px 0 5px 5px;
}

#country{
	display:none;
}

#profile{
	clear:both;
	height:auto;
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	position:relative;
}

#profile img{
	width:90%;
	height:auto;
}

#profile_pic{
	float:none;
	width:90%
	margin:0 auto;
}

#profile_intro{
	float:none;
	width:100%;
	padding:10px 0 0 0;
}

#career{
	clear:both;
	text-align:center;
	margin-top:20px;
}

#youtube{
	clear:both;
	text-align:center;
	margin-top:20px;
	position:relative;
	width:100%;
	height:auto;
	margin-left:0px;
}

#youtube img{
	width:90%;
	height:auto;
}

.youtubemovie{
	float:none;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
}

#contact{
	clear:both;
	text-align:center;
	margin-top:20px;
	position:relative;
	width:100%;
	height:auto;
	margin-left:0px;
}

#contact img{
	width:90%;
	height:auto;
}

#kirie{
	display:none
}

#contactform_pc{
	display:none;
}

#contactform_iphone{
	width:80%;
	height:auto;
	padding:0 0 0 30px;
}

}