@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 280%;
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}
h3 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
}
h4 {
	font-size: 180%;
	border-top: solid 5px #5185A1;
	border-bottom: solid 5px #5185A1;
	text-align: center;
	color: #5185A1;
	padding: 15px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
.header-content {
	margin-bottom: 30px;
}
.header-content:after {
	display: block;
	clear: both;
	content: "";
}
.left-content {
	float: left;
	width: 450px;
}
.right-content {
	float: right;
	width: 450px;
}
.right-content p {
	font-size: 105%;
	line-height: 1.6em;
	overflow: hidden;
	margin: 30px 0;
	padding-right: 30px;
}
.left-content h5 {
    margin: 30px auto 0 15px;
}
.left-content h6 {
	text-align: center;
	margin: 30px 15px;
}
.left-content h6.height {
	text-align: center;
	margin: 30px 15px;
}
.left-content h6.height2 {
    width: 50%;
    margin: 70px auto;
}
.left-content p img {
    margin: 30px auto;
    display: block;
}
.left-content ul {
	margin-top: 40px;
}
.left-content li {
	list-style: none;
	margin: 18px 0;
}
.sub-content2 p a img {
    display: block;
    margin: 0 auto;
}
.main-content {
	background: #F0F0F0;
	padding-bottom: 40px;
}
.main-content:after {
	display: block;
	clear: both;
	content: "";
}
.sub-content {
	margin-top: 0;
	background: #F0F0F0;
	height: 600px;
}
.sub-content p {
	height: 250px;
	font-size: 127%;
	line-height: 1.6em;
	margin-bottom: 60px;
	padding: 0 30px;
	background-image: url("/5info/image/select_workstation/good-icon.png");
	background-repeat: no-repeat;
}
.sub-content2 p {
	height: 250px;
	font-size: 127%;
	line-height: 1.6em;
	margin-bottom: 60px;
	padding: 0 30px;
}
.sub-content2 a:hover img {
	opacity: 0.7;
}
.sub-content-backcolor {
	margin-top: 0;
	background: #F0F0F0;
	height: 600px;
}
.sub-content2 {
	background-image: url("/5info/image/select_workstation/good-icon2.png");
	background-repeat: no-repeat;
}
.sub-content2 h7 {
	text-align: center;
	margin: 50px 0;
}
.sub-content h7 {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.sub-content h7 a:hover {
	opacity: 0.8;
}
.sub-content2 h7 a:hover {
	opacity: 0.8;
}


/***********************
	20160805追加
************************/
.column2R #main {
    width: 970px;
    margin: 0 auto;
}

.ml115 {
	margin-left: 115px;
}

/***************************
	20160808追加 パンくず
****************************/
.breadCrumb {
    margin-top: 20px;
}


/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){
	#wrapper {
		width: 100%;
	}
	.column2R #main {
		width: 100%;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
	h2 {
		font-size: 1.6em;
		margin: 20px 0 0;
	}
	h3 {
		font-size: 1.6em;
		padding: 20px 10px 10px;
	}
	h4 {
		font-size: 1.6em;
		border-top: solid 3px #5185A1;
		border-bottom: solid 3px #5185A1;
		padding: 10px;
	}
	
	.left-content {
		float: none;
		width: 95%;
		text-align: center;
		padding: 0 10px;
	}
	.left-content ul {
		margin-top: 10px;
	}
	.right-content {
		float: none;
		width: 100%;
		text-align: center;
	}
	.right-content img {
		width: 80%;
	}	
	.right-content p {
		margin: 0 0;
    	padding: 0 15px;
		text-align: left;
	}
	.sub-content2 p {
		height: auto;
		font-size: 127%;
		line-height: 1.6em;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.sub-content2 {
		background-position: 50% 50%;
		background-size: contain;
	}
.left-content h6.height2 {
    width: 100%;
    margin: 30px auto;
}
.left-content h5 {
    margin: 15px auto;
}	
.ml115 {
    margin-left: 0;
}	
.left-content p img {
    margin: 15px auto;
}	
.sub-content-backcolor {
    padding-bottom: 30px;
    height: auto;
}
	
	

}

