@charset 'UTF-8';

@import 'reset.css';

html{}
html,body{
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	height: 100%;
}
body{
	position: relative;
	color: #333;
	font-size: 100%;
	line-height: 1.8;
	overflow: hidden;
	overflow-y: auto;
	background-color:#DDD;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* ------------------------------ 
	CLEARFIX
-------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ------------------------------ 
	LAYOUT
-------------------------------- */
#CONTAINER{}

.wrap{
	width: 940px;
	min-width: 940px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
/* ------------------------------ 
	header
-------------------------------- */
header{
	z-index: 9999;
	min-width: 100%;
	background: #ffd900;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
}
header .wrap{height: 90px;}
hgroup{
	position: absolute;
	left: 0;
	bottom: 10px;
}
header h1 a{
	font-size: 18px;
	color: #333;
}
header h2{
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
header nav{
	position: absolute;
	right: 0;
	bottom: 21px;
}
header ul{}
header li{
	float: left;
	margin: 0 0 0 1em;
}
header a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

/* ------------------------------ 
	CONTENT
-------------------------------- */
#CONTENT{
	width: 100%;
	min-width: 100%;
	position: relative;
	padding: 80px 0;
}
#CONTENT .wrap{
	background: #fff;
	padding: 120px 20px 20px;
}
#COMPANY .wrap{padding-top: 40px;}
#INFO .wrap{padding-bottom: 140px;}
#CONTENT h1{
	font-size: 22px;
	color: #555;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-bottom: 10px;
}
#CONTENT .inner{
	margin: 15px 20px;
	font-size: 14px;
}
#CONTENT .newsList li{
	line-height: 1.6;
	display: flex;
	margin-top: 10px;
}
#CONTENT .newsList li:first-child{margin-top: 0px;}
#CONTENT .newsList li:before{
	content: attr(data-prefix);
	color: #555;
	font-weight: bold;
	flex-basis: 20%;
}
#CONTENT .newsList li span{flex-basis: 80%;}

#CONTENT li:before{content:"・";}
#PRIVACY li:before{content:"";}

#BUSINESS li.title{
	margin-top: 15px;
}
#BUSINESS li.title span{
	color: #ffd900;
	font-weight: bold;
}
#BUSINESS li.title:before{content:"";}

#CONTENT dl{
	position: relative;
	border-bottom: 1px dotted #ddd;
}
#CONTENT dt{
	padding: 1.5em;
}
#CONTENT dd{
	position: absolute;
	top: 1.5em;
	left: 200px;
}

/* ------------------------------ 
	footer
-------------------------------- */
footer{
	z-index: 9999;
	min-width: 100%;
	background: #666;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 80px;
	color: #fff;
	font-size: 12px;
}
small {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	display: inline-block;
}

/* ---------------------------
	TXT
----------------------------- */
.indent10 {
	padding-left:1em;
	text-indent:-1em;
}
.indent15 {
	padding-left:1.5em;
	text-indent:-1.5em;
}
.indent12 {
	padding-left:1.2em;
	text-indent:-1.2em;
}

a.txtLink{color: #00f;}
a.txtLink:hover{color: #999;}

/* ---------------------------
	COLOR
----------------------------- */

/* ---------------------------
	SPACE
----------------------------- */