@charset "UTF-8";

/* COMMON */
.infoW {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	display: block;
	overflow: hidden;
}

.infoTxt {
	margin: 30px auto 40px auto;
	width: 980px;
	text-align: center;
	font-size: 100%;
	line-height: 1.75em;
	color: #000;
}

#infoMain a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

#infoMain a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* pagetop botton */
.sceneBtn {
	text-align: right;
}

.sceneBtn img {
	margin-left: 10px;
}

.mt60 {
	margin-top: 60px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* INFO CONTENTS */
#infoContents {}

#infoTitleArea {
	margin-bottom: 40px;
	height: 320px;
	background: #FFF url(/info/corporate/work_style_reform/images/bg_main.gif) repeat-x;
	display: block;
	overflow: hidden;
}

#infoTitle {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 320px;
	text-align: center;
	background: url(/info/corporate/work_style_reform/images/main.jpg) no-repeat;
	display: block;
	overflow: hidden;
}

#infoTitle h1 {
	margin-top: 107px;
}


/* INTRODUCTION */
.topIntro {
	text-align: center;
	font-size: 19px;
}


/* CHECK,SAVE,INQUIRY */
#check,
#save {
	padding-top: 0;
}

#contact {
	padding-top: 80px;
}

#check h2,
#save h2,
#contact h2 {
	margin: 0 auto 30px auto;
	width: 980px;
	text-align: center;
}

#checkArea {
	padding: 32px 0 40px 0;
	border-top: #459DCB 8px solid;
	background: #F4F9FC;
}

#saveArea {
	padding: 32px 0 40px 0;
	border-top: #878CBA 8px solid;
	background: #F8F8FB;
}

.contentBox {
	margin: 30px auto 0;
	padding: ;
	width: 980px;
	display: block;
	overflow: hidden;
}

.contentBox h3 {
	margin-bottom: 30px;
	text-align: center;
}

.contentTxt {
	margin: 0 auto 40px;
	width: 920px;
	display: block;
	overflow: hidden;
}

.contentInner {
	margin: 0 auto 50px;
	width: 920px;
	display: block;
	overflow: hidden;
}

.worTtl {
	margin-right: 25px;
	width: 341px;
	float: left;
}

.worPct {
	margin-right: 25px;
	width: 250px;
	float: left;
}

.worTxt {
	width: 269px;
	float: left;
}

.worTxt h4 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
}

#checkArea .worTxt h4 {
	color: #459DCB;
}

#saveArea .worTxt h4 {
	color: #878CBA;
}


#gsLink {
	margin: 0 auto 60px;
	width: 470px;
	display: block;
	overflow: hidden;
}

.itemLink {
	width: 269px;
	display: block;
	overflow: hidden;
}






/* CONTACT */
#contactArea {
	padding: 40px 0;
	text-align: center;
	border-top: #898989 8px solid;
	background: #F3F3F3;
	display: block;
	overflow: hidden;
}

#inquiryLink {}

/* SOCIAL MEDIA LINK */
#smLink {
	padding: 48px 0;
	background: #263792;
}

#smLink ul {
	margin: 0 auto;
	width: 404px;
	display: block;
	overflow: hidden;
}

#smLink ul li {
	margin-right: 46px;
	float: left;
}

#smLink ul li:last-child {
	margin-right: 0;
}

@media(max-width:640px) {

	/* COMMON */
	.infoW {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.infoTxt {
		margin: 15px auto 20px auto;
		width: 96%;
		text-align: center;
		font-size: 100%;
		line-height: 1.75em;
		color: #000;
	}


	/* pagetop botton */
	.sceneBtn {
		text-align: right;
		width: 20%;
	}

	.sceneBtn img {
		margin-left: 0;
	}

	.mt60 {
		margin-top: 30px !important;
	}

	.mb15 {
		margin-bottom: 10px !important;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}


	/* INFO CONTENTS */

	#infoTitleArea {
		margin-bottom: 20px;
		height: 320px;
		background: #FFF url(/info/corporate/work_style_reform/images/bg_main.gif) repeat-x;
		display: block;
		overflow: hidden;
	}

	#infoTitle {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 320px;
		text-align: center;
		background: url(/info/corporate/work_style_reform/images/main.jpg) center top no-repeat;
		background-size: cover;
		display: block;
		overflow: hidden;
	}

	#infoTitle h1 {
		width: 96%;
		margin: 100px auto 0 auto;
	}


	/* INTRODUCTION */
	.topIntro {
		text-align: center;
		font-size: 19px;
	}


	/* CHECK,SAVE,INQUIRY */
	#check,
	#save {
		padding-top: 0;
	}

	#contact {
		padding-top: 40px;
	}

	#check h2,
	#save h2,
	#contact h2 {
		margin: 0 auto 30px auto;
		width: 96%;
		text-align: center;
	}

	#checkArea {
		padding: 32px 0 40px 0;
		border-top: #459DCB 8px solid;
		background: #F4F9FC;
	}

	#saveArea {
		padding: 32px 0 40px 0;
		border-top: #878CBA 8px solid;
		background: #F8F8FB;
	}

	.contentBox {
		margin: 30px auto 0;
		padding: ;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.contentBox h3 {
		margin-bottom: 30px;
		text-align: center;
	}

	.contentTxt {
		margin: 0 auto 40px;
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.contentInner {
		margin: 0 auto 25px;
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.worTtl {
		margin-right: 0;
		width: 50%;
		float: left;
	}

	.worPct {
		margin-right: 0;
		width: 50%;
		float: left;
	}

	.worTxt {
		width: 100%;
		margin: 20px 0 0 0;
		clear: both;
		display: block;
	}

	.worTxt h4 {
		margin-bottom: 15px;
		text-align: center;
		font-weight: normal;
		font-size: 17px;
	}

	#checkArea .worTxt h4 {
		color: #459DCB;
	}

	#saveArea .worTxt h4 {
		color: #878CBA;
	}


	#gsLink {
		margin: 0 auto 30px;
		width: 100%;
		display: block;
		overflow: hidden;
	}

	#gsLink a {
		width: 48%;
	}

	#itemLink {
		width: 100%;
		display: block;
		overflow: hidden;
		text-align:center;
	}

	#itemLink a {
		width: 48%;
	}






	/* CONTACT */
	#contactArea {
		padding: 40px 0;
		text-align: center;
		border-top: #898989 8px solid;
		background: #F3F3F3;
		display: block;
		overflow: hidden;
	}

	#inquiryLink {}

	/* SOCIAL MEDIA LINK */
	#smLink {
		padding: 48px 0;
		background: #263792;
	}

	#smLink ul {
		margin: 0 auto;
		width: 404px;
		display: block;
		overflow: hidden;
	}

	#smLink ul li {
		margin-right: 46px;
		float: left;
	}

	#smLink ul li:last-child {
		margin-right: 0;
	}

}
