@charset "utf-8";
/*--------------------------------------------------------
 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, mp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.center{
	text-align: center !important;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	Base Settings
----------------------------------------------------*/ 
html {
	overflow: auto;
}
body {
	line-height: 1;
	color: black;
	font-size: 14px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;

	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #dbca9f;
}

/*----------------------------------------------------
	Outline Settings
----------------------------------------------------*/ 
#container {
	width: 100%;
}
#container#page-index {overflow-x: hidden;}

#main {

}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header-outer{
	height: 97px;
}

#header {
	width: 100%;
	background: #fff;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	padding: 60px 0 208px;
}

#copyright {
	text-align: center;
	color: white;
}
#copyright span.copy_bottom{
}
#copyright small {
	font-size: 8px;
	color: #fff;
	padding-top: 20px;
}
/*----------------------------------------------------
	privacy
----------------------------------------------------*/
#privacy_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 50px;
	background: white;
	margin-top: 80px;
}
#privacy_area h4{
	font-size: 16px;
	color: #949392;
	text-align: center;
	width: 100%;
	background: #e9e8e7;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	border: 1px solid #e9e8e6;
}
#privacy_area .privacy_box{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #bdbbbd;
	height: 240px;
	overflow: scroll;
}
#privacy_area .privacy_box p.lead{
	margin-bottom: 20px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#privacy_area .privacy_box p{
	margin-bottom: 20px;
width: 94%;
margin-left: auto;
margin-right: auto;
line-height: 1.4;
}
#privacy_area .privacy_box h5{
	font-weight: bold;
	margin-bottom: 10px;
width: 94%;
margin-left: auto;
margin-right: auto;
}
