@charset "utf-8";
/******************** system ********************/
dl.system {
	width: 100%;
	margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}
dl.system dt {
	padding: 8px;
    width: 70%;
}
dl.system dt.short {
}
#one_pink dl.system dt {
	border-bottom: 1px solid #fbd;
}
#oka_blue dl.system dt {
	border-bottom: 1px solid #bdf;
}
#oba_purple dl.system dt {
	border-bottom: 1px solid #dbf;
}
#esthe_orange dl.system dt {
	border-bottom: 1px solid #fdb;
}
dl.system dd {
	color: #f90;
	font-weight: bold;
	text-align: right;
	padding: 8px;
    flex: 1;
}
dl.system dd.long {
}
#one_pink dl.system dd {
	border-bottom: 1px solid #fbd;
}
#oka_blue dl.system dd {
	border-bottom: 1px solid #bdf;
}
#oba_purple dl.system dd {
	border-bottom: 1px solid #dbf;
}
#esthe_orange dl.system dd {
	border-bottom: 1px solid #fdb;
}
/********************/
div.text .sub {
	background: url(../img/icon_arrow.png) no-repeat left;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 8px;
}
div.text ul {
	margin: 10px 0 0 20px;
}
div.text li {
	list-style-type: square;
	line-height: 160%;
}
.woman_recruit{
	width:100%;
}
.woman_recruit img{
	width:100%;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/