@charset "utf-8";
/* CSS Document */

html{
	margin: 0; 
	padding: 0;	
}
body{
	margin: 0; 
	padding: 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	background-image: url(../images/lemonade_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
}

a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}
header{
	
}
div#header_area{
	width: 100%;
	text-align: right;
}
div#header_area button.close{
	width: 72px;
	height: 95px;
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	font-size: 30px;
	box-sizing: border-box;
	padding-top: 40px;
}

h1{
	width: 534px;
	height: 70px;
	border-style: solid;
	border-width: 3px;
	border-color: #000;
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
}
h2{
	width: 534px;
	height: 70px;
	text-align: center;
	line-height: 100px;
	font-size: 22px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
}
p{
	width: 534px;
	margin: 0; 
	padding: 0;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.8em;
}
hr{
	width: 720px;
	border:solid #080103;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}
div.image_area{
	text-align: center;
	width: 458px;
	margin-left: auto;
	margin-right: auto;
}
div.image_caption{
	text-align: right;
	width: 458px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding-bottom: 50px;
}
hr:last-child{
	margin-bottom: 100px;
}


@media screen and (max-width:720px) {
	body{
		width: 720px;
	}
	div#header_area{
		width: 720px;
	}
}