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

body {
    font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    color: #333;
	background-color: #e6e6fa;
}

h1 {
	font-size: 26px;
	text-align: center;
	margin: 5px 0 0 0;
}

h2 {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin: 0;
}

hr {
	border: solid #bbbcde 1px;
}

.waku {
	border: solid #333 2px;
	box-sizing: border-box;
	padding: 10px;
	margin: 20px auto 10px auto;
	min-width: 500px;
	width: 60%;
	background-color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.waku_b {
	margin: 20px auto;
	min-width: 500px;
	width: 60%;
	box-sizing: border-box;
}

.ph-r {
	float: right;
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
}

.border_radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.text-box {
	font-size: 16px;
	line-height: 160%;
	font-weight: 800;
}

.text-box_b {
	margin: 70px 0 70px 0;
	color: #a64a97;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.text-box_c {
	margin: 10px 0 20px 0;
	font-size: 16px;
	font-weight: 800;
}

.text-box_d {
	margin: 10px 0 10px 0;
	font-size: 14px;
	line-height: 140%;
	font-weight: 800;
}

.text-box_e {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 140%;
	font-weight: 800;
}

#copyright {
	margin-top: 50px;
	clear: both;
	text-align: center;
}
#copyright a {
	text-decoration: none;
}