/* ===================================================

  トップページ

=====================================================*/

/* メインイメージ */

#mainImage {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#mainImage img {
	max-width: 1200px;
	width:100%;
}

/* コンセプト */

#concept {
	margin-bottom:50px;
	text-align: center;
}

#concept h2 {
	margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
	#concept {
		padding: 0 5%;
		margin-bottom:3%;
	}

	#concept h2 {
		margin-bottom: 5%;
	}

	#concept img {
		width:70%;
	}
}

@media screen and (max-width: 640px) {
	#concept {
		margin-bottom:6%;
	}

	#concept img {
		width:85%;
	}
}


/* WORK CONTENTS */

.work_text {
	font-size : 2.2em !important;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.work_contents {
	width:480px;
	padding:35px 33px 30px;
	background: url(../img/common/stripe_yellow.png) repeat;
}

.work_contents h3 {
	color: #4F8CCA;
	font-size:2.2em;
	text-align: center;
	margin-bottom: 15px;
}

.work_contents p {
	font-size:1.4em !important;
	margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
	.work_text {
		font-size : 1.6em !important;
		margin-bottom: 0;
	}

	.work_contents {
		width:100%;
		padding:9% 7%;
		margin-top: 6%
	}

	.work_contents h3 {
		font-size:1.6em;
		margin-bottom: 5%;
	}

	.work_contents p {
		font-size:1.2em !important;
		margin-bottom: 6%;
	}
	
	.work_contents img {
		width:100%;
	}
}


/* PHILOSOPHY */
#top_contents_B .m_center div {
	padding: 40px 60px 25px 90px;
	border : 5px solid #4F8CCA ;
	background: url(../img/common/stripe_white.png) repeat;
}

#top_contents_B li {
	font-size :2.05em;
	font-weight:bold;
	line-height:160%;
	margin-bottom:15px;
	list-style-type: decimal;
}

@media screen and (max-width: 840px) {

	#top_contents_B .m_center div {
		padding: 8% 5% 8% 12%;
	}

	#top_contents_B li {
		font-size :1.4em;
		margin-bottom:0;
	}

}

/* RECRUIT */
#top_contents_C div {
	text-align: center;
}

@media screen and (max-width: 840px) {
#top_contents_C .sp_mode img {
	width:100%;
}
}

/* WORKS */
#top_contents_D .left {
	margin-right: 12px;
}

@media screen and (max-width: 840px) {
	#top_contents_D li {
		width:80%;
		margin : 0 auto 3% !important;
	}

	#top_contents_D li img {
		width:100%;
	}
}

/* TOP MESSAGE */
#top_contents_E .m_center {
	width:740px;
	padding-bottom: 50px !important;
}

#top_contents_E .left {
	width:190px;
}

#top_contents_E .right {
	width:500px;
}

#top_contents_E dl {
	font-size: 1.2em;
}
#top_contents_E dl dd {
	margin-top: 20px;
}

@media screen and (max-width: 840px) {
	#top_contents_E .m_center {
		width:100%;
		padding-bottom: 50px !important;
	}

	#top_contents_E .left {
		width:100%;
		margin-bottom: 5%;
		text-align: center;
	}

	#top_contents_E .right {
		font-size: 1.2em;
		width:100%;
	}

	#top_contents_E dl {
		font-size: 1.0em;
	}
	#top_contents_E dl dd {
		margin-top: 10px;
	}

}


/* PROFILE */

#top_contents_F .m_center {
	padding-top: 50px;
	border-top: 1px solid #333;
}


#top_contents_F .left {
	width:400px;
}

#top_contents_F .right {
	width:580px;
}

#top_contents_F dl {
	width:580px;
	font-size: 1.3em;
	margin-top: 5px;
}

#top_contents_F dt {float:left;}

#top_contents_F dd {margin-left:150px;}

@media screen and (max-width: 840px) {
	#top_contents_F .left ,
	#top_contents_F .right {
		width:100%;
	}
	#top_contents_F .left img {
		width:100%;
	}

	#top_contents_F dl {
		width:100%;
		font-size: 1.3em;
		margin-top: 20px;
	}

	#top_contents_F dt {float:inherit;}

	#top_contents_F dd {margin-left:0;}
}

/* ===================================================
	
	タブレット用レイアウト
	
=====================================================*/


@media screen and (max-width: 840px) {

	#map iframe{
		width: 100% !important;
		height: 250px;
	}

	section h2 img {
		width:auto;
		height:100%;
	}
}






