@charset "utf-8";
/* CSS Document */
/****************************************************
	structure.html
*****************************************************/
#content {
	background: #fff;
	margin: 0 auto 20px;
}

p.contents_info {
	padding: 40px 4%;
	line-height: 2em;
	font-size: 90%;
	color: #262626;
	text-align: center;
}

/*	求人トップスライダー	*/
div.twilight-show {
	width: 100%;
	margin:0 auto;
	height: 225px;
	overflow: hidden;
	position: relative;
}
div.twilight-show ul.twilight-box {
	position: relative;
	width: -1000px;
	opacity: 1;
	-webkit-transition-duration: 0s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
div.twilight-show a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
div.twilight-show ul.twilight-box li {
	float: left;
	opacity: 1;
	-webkit-transition-duration: 0s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

div.twilight-show p.arrow-left,
div.twilight-show p.arrow-right {
	position: absolute;
	z-index: 10;
	width:33%;
	height:225px;
	cursor: pointer;
	text-indent:-9999px;
}
@media all and (orientation:landscape){
div.twilight-show p.arrow-left,
div.twilight-show p.arrow-right {
	position: absolute;
	z-index: 10;
	width:45%;
	height:225px;
	cursor: pointer;
	text-indent:-9999px;
}}
div.twilight-show p.arrow-left {
	left:0;
	background:url(../img/contents/contents_select_left.png) no-repeat center center;
}
div.twilight-show p.arrow-right {
	right:0;
	background:url(../img/contents/contents_select_right.png) no-repeat center center;
}	

/****************************************************
	下層
*****************************************************/
.topContents{
	background: url('../img/contents/bg_contents_01.jpg') no-repeat;
	background-size: 100% 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #262626;
	padding-top: 3%;
}
.topContents .name{
	font-weight: bold;
	font-size: 128%;
	margin-left: 2%;
}
.history{
	padding: 3% 2%;
}
.history dl{
	padding-bottom: 2%;

}
.history dt, .history dd{
	float: left;
	line-height: 1.4em;
}
.history dt{
	width: 20%;
}
.history dd{
	width: 80%;
}
.realTalk{
	padding: 3% 2% 0;
	border: 3px solid #e6e6e6;
	background-color: rgba(255,255,255,0.7)

}
.realTalk .title{
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.realTalk .text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
	padding-bottom: 3%;
}


.centerContents{
	position: relative;
	background-color: #fffae4;
	padding-bottom: 9%;
}
.slider {
    overflow: hidden;
    position: relative;
    width: 200px;
	margin: 0 auto;
}
.slider > ul {
    position: relative;
    width: 5000px;
	left: 0;
}
.slider ul li {
    float: left;
    width: 200px;
	margin: 20px auto;
}
.arrow li {
    position: absolute;
    top: 31%;
	width: 5%;
}
.arrowLeft {
    left: 3%;
}
.arrowRight {
    right: 3%;
}
.arrow img {
    width: 100%;
}
.oneDay {
    background-color: #fcf0b9;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 3%;
    position: relative;
    width: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #262626;
}
.oneDay img{
    left: -4%;
    position: absolute;
    top: -9%;
    width: 24%;
}
.underContents{
	background: url('../img/contents/bg_contents_02.png') no-repeat;
	background-size: auto 25%;
	background-position:95% 0%;
	background-color: #dad2c6;
}

.underContentsTitle {
    border-bottom: 1px solid #a29c94;
    font-size: 130%;
    margin: 0 auto;
    padding: 8% 0 3%;
    width: 93%;
}
.underContentsText {
    line-height: 1.6em;
    padding: 2% 3% 5%;
}

#department li {
    float: left;
    width: 25%;
}
/****************************************************
	フリックスライダー
*****************************************************/
#sliderContainer {
	display: inline-block;
	margin: 0px auto;
	width: 100%;
	background: #fffae4;
	padding-bottom: 9%;
}
#flame {
	width: 200px;
	position:relative;
	overflow:hidden;
	margin: 20px auto;
}
ul#slider {
	margin-left: 0;
	width: 900px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
ul#slider li {
	float: left;
	width: 200px;
	height: 260px;
	position: absolute;
	margin: 0 10px;
}
ul#slider li img {
	width: 100%;
}
ul#slider li p {
	bottom: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#btnPagination {
	position: relative;
	margin-bottom: 40px;
}
ul#slideIcon {
	width:100%;
	position: relative;
}
ul#slideIcon li {
	display:inline-block;
	width: 28px;
	height: 43px;
	position:absolute;
	float:left;
	cursor: pointer;
	bottom: 110px;
}
ul#slideIcon li#prev {
	left: 0;
}
ul#slideIcon li#next {
	right: 0;
}
ul#slideIcon li img {
	width: 100%;
}
ul.panelNavi {
	margin: 0 auto;
	width: 56%;
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.panelNavi li {
	float: left;
	text-align: center;
	font-size: 180%;
	margin: 2px;
	display:inline-block;
	cursor: pointer;
}
.panelNavi li a {
	display:block;
}
.panelNavi li a.imgHover {
	border:#4ae 3px solid;
}
.panelNavi li a.imgNoHover {
	border:#FFF 3px solid;
}
.panelNavi li.active {
	color:#F0F;
}

@media screen and (max-width: 320px) {
.topContents .name{
	font-size: 100%;
}
.history{
	padding: 2% 2% 1%;
}
.history dt {
    width: 23%;
	letter-spacing: -0.8px;
	line-height: 1.4em;
	font-size: 90%;
}
.history dd{
	width: 77%;
	font-size: 90%;
	letter-spacing: -0.8px;
	line-height: 1.4em;
}
.realTalk{
	padding-top: 2%;
}
.realTalk .title{
	font-size: 100%;
}
.realTalk .title{
	padding-bottom: 1%;
}
.realTalk .text{
	font-size: 90%;
	letter-spacing: -0.8px;
	line-height: 1.4em;
}
.oneDay{
	line-height: 1.4em;
	font-size: 90%;
}
.underContentsTitle{
	padding-top: 4%;
	font-size: 100%;
}
.underContentsText{
	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: 5%;
}
}
@media only screen and (orientation:landscape) {
.topContents{
	 background-size: 100% 100%;
}
.history dt{
}
.history dd{
	-webkit-text-size-adjust: 100%;
}
.oneDay img{
	top: -24%;
}
.underContentsText{
	padding: 3% 3% 15%;
	font-size: 14px;
 	-webkit-text-size-adjust: 100%;
}
}

