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

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
html {
	height:100%;
	font-size: 62.5% !important;
}
body{
	height:100%;
	margin:0 auto;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
}

#container {
	width: 100%;
	min-height: 100%;
	height:100%;
	margin: 0 auto;
}

/*******************/
/* Privacy *********/
/*******************/
h2{
	font-size: 25px;
	font-weight: bold;
	padding: 15px 0;
	line-height: 1.5em;
}
h3{
	font-size: 20px;
	padding: 15px 0;
	color: #00770f;
}
p{
	padding-bottom: 15px;
}
header{
	width: 100%;
	line-height: 0;
}
header img{
	width: 100%;
}
footer{
	width: 100%;
}
footer img{
	width: 100%;
}
.Content {
	width: 80%;
	padding: 10%;
	margin-top: -70px;
	background-image: url(images/ptn_body.png);
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-repeat: repeat-y;

	/*box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}
.Text{
	margin-top: -100px;
	font-size: 18px;
	line-height: 1.5em;
}

.BrowseBack img{
	width: 60px;
}

.Button{
	width: 292px;
	margin: 50px 370px 0 206px;
	text-align: center;
}
.Button img{
	width: 100%;
}
.Button img:active{
	/*-webkit-filter: hue-rotate(17deg);*/
	-webkit-filter: sepia(50%);
}