@charset "UTF-8";

html
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}

body
{
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	line-height: 1.5;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	min-width: 1000px;
	background: #FFF;
}

div,
h1,h2,h3,
p,
ul,ol,li,
dl,dt,dd
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

li
{
	list-style: none;
}

img
{
	border: none;
	height: auto;
	vertical-align: bottom;
}

a
{
	text-decoration: none;
	color:#4c4c4c;
}

a:hover
{
	opacity: 0.6;
}

.cf:after
{
	content: "";
	display: block;
	clear: both;
}

.bold {
	font-weight: bold;
}

@font-face {
					font-family: "super";
					src: url("../fonts/DFLeiGaSo-W5-WIN-RKSJ-H.eot");
					src: url("../fonts/DFLeiGaSo-W5-WIN-RKSJ-H.eot?#iefix") format("embedded-opentype"),
					url("../fonts/DFLeiGaSo-W5-WIN-RKSJ-H.woff") format("woff"),
					url("../fonts/DFLeiGaSo-W5-WIN-RKSJ-H.ttf") format("truetype"),
					url("../fonts/DFLeiGaSo-W5-WIN-RKSJ-H.svg#DFLeiGaSo-W5-WIN-RKSJ-H") format("svg");
					font-weight: normal;
					font-style: normal;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
				}

.super{
	font-family: "super";
}

/*--search-button--*/
.btn_area{
	width: 585px;
	margin: 30px auto 0;
}

.btn_search {
	display: inline-block;
	background: url("../img/btn_search.png") no-repeat center;
	width: 585px;
	height: 116px;
	margin: 10px auto;
	padding: 30px;
	color: #fff;
	font-size: 23px;
	line-height: 35px;
	text-align: center;
}

.btn_search::before,
.btn_search::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_search,
.btn_search::before,
.btn_search::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_search span {
	font-size: 38px;

}


.ie
{
	z-index: 999;
	left: 35%;
	top: 0;
	position: absolute;
	width: 500;
	background-color: #ada643;
	text-align: center;
	font-size: 10pt;
	padding: 10;
	color:#fff;
	border: 1px double;
}

/*.borderbox{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
#back_top{
	position: fixed;
	bottom: 20px;
	text-align: center;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 800;
}
#back_top img{
	width: 50px;
}
.link_papa{
	font-weight: 600;
	padding: 10px 0;
}
.link_papa h2{
	display: inline-block;
	font-size: 40px;
	margin-bottom: 20px;
	background: url(../img/top/secret_point.png) no-repeat center top;
	background-size: contain;
	padding: 0 30px;
}
.link_papa a{
	font-weight: 600;
	text-decoration: underline;
}