@charset "UTF-8";

html {
	height:100%;
}
body {
	font-family:'Hiragino Kaku Gothic ProN','Lucida Grande',Meiryo, sans-serif;
	font-size:24px;
    line-height:2.0;
	color:#2a2a2a;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
a {
	color:#2a2a2a;
	text-decoration:none;
}
a:hover {
	color:#2a2a2a;
	text-decoration:underline;
}

/* header */
.logo {
	width:560px;
	height:74px;
	margin:0 auto;
	padding:40px 0;
}

/* main */
.wrapper {
	width:580px;
	margin:0 auto;
}
.title {
	font-size:1.8em;
	text-align:center;
	padding:40px 0;
}
.txt_mp {
	font-size:1.3em;
	background-color: #fff;
}
.txt_bold {
	font-size:1.2em;
	font-weight:bold;
}

/* footer */
#footer {
	margin:60px 0 0 0;
	font-size:1.2em;
}
.line {
	width:100%;
	height:1px;
	background-color:#2a2a2a;
}
.navi {
	float:left;
	padding:10px 0 10px 30px;
}
.navi li {
	float:left;
	padding:0 20px 0 0;
}
.txt_copy {
	padding:10px 30px 10px 0;
	float:right;
}
