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


/* formatting styles
------------------------------*/
* {
	font-style: normal;
	line-height: 1.6em;
	margin: 0px;
	letter-spacing: 0pt;
 font-family: '"Meiryo",MS PGothic,Arial,Verdana';
}
body {
	font-size: 14px;
	width: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
.ttl_h1 {
	float: left;
	margin-left: 2%;
}
.wrapper img {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
.tx_bold {
	font-weight: bold;
}

h2 {
	margin-bottom: 4px;
}
h3 {
	margin-bottom: 10px;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a img:hover {
	border-style: none;
}
a:link {
	color: #006CD9;
	text-decoration: underline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
a:visited {
	color: #006CD9;
}
a:hover {
	color: #E67506;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {
	text-decoration: none;
	color: #84FF84;
}
.footer_in a {
	color: #FFF;
	text-decoration: underline;
}
.footer_in a:visited {
	color: #FFF;
	text-decoration: underline;
}

.footer_in a:hover {
	color: #E67506;
	text-decoration: underline;
}
.footer_in a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* main styles
------------------------------*/
.wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.logo {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.header {
	width: 100%;
	float: left;
	margin-top: 8px;
}
.privacy {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}
.tx_privacy p {
	margin-bottom: 10px;
}
.bullet {
	padding-left: 2%;
	margin-bottom: 10px;
}
.bullet p {
	margin: 0px;
}
.pageclose {
	text-align: center;
	float: left;
	width: 100%;
}
.sns_button {
	float: right;
}
.tx_rgt {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.copywrite {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
.footer {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
