#pagecontents{
	box-sizing:border-box;
	width:900px;
	margin:0 auto;
	padding:0 0.4em;
}

#photoArea{
	box-sizing:border-box;
	margin:15px;
	border-radius:5px;
	border:8px solid #f0f8ff;
}

h3,h4{
    padding: 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 10px;
}

h3{
	color:#ffffff;
	background-color:#009fb8;;
}

h4{
	text-align:left;
	background-color:#f0f8ff;
}

#left{
	border-radius:7px;
	padding:35px;
	width:40%;
	float:left;
}

#right{
	padding:5px 10px 0;
	border-radius:7px;
	width:48%;
	float:right;
	text-align: center;
}

#logoArea{
	text-align: center;
}

#container p,.question{
	line-height: 1.8;
	font-size:115%;
}

#pagecontents span{
	font-weight: bolder;
}

#company{
	border-top: 1px dotted #b0c4de;
	border-bottom: 1px dotted #b0c4de;
	text-align:center;
	font-size:19px;
	font-weight: bolder;
	margin: 16px auto;
}

#charge{
	margin: 15px 0;
	font-size:120%;
	text-align: center;
}

#charger{
	margin:0 15px;
}

.img01{
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	border-radius: 4px;
	box-sizing:border-box;
	width:100%;
	max-width: 100%;
}

.question{
	margin:15px;
}
.answer,.business{
	margin:10px 0;
}

#left2{
	width:27%;
	border-radius:7px;
	margin:10px;
	float:left;
}

.interviewImage{
	text-align: center;
}

.resizeimage{
	width:100%;
	max-width: 800px;
	box-shadow:0 1px 3px 1px #a7a7a7;
}

#business{
	color:#000000;
	text-align:left;
	background-color:#ffebcd;
}

.conductor{
	text-align: center;
	padding: 20px 0 0;
}

.conductor a{
	font-size: 1.8rem;
	display: inline;
	margin:5px;
}

.conductor a.interviewLink_sml{
	background-image: linear-gradient(45deg, #0b5763 0%, #18b0c7 100%);
}
.conductor a.interviewLink_help{
	background-image: linear-gradient(45deg, #f19e05 0%, #fa4500 100%);
}
#right2{
	width:67%;
	border-radius:7px;
	margin:10px;
	float:right;
}

@media screen and (max-width: 959px) {

	#pagecontents{
		width: auto;
	}

	#left2,#right2{
		float: none;
		width: auto;
	}

	#photoArea{
		margin:10px 0;
	}

	#left2{
		margin: 40px 0 10px 0;
	}
}

@media screen and (max-width:827px) {

	#left,#right{
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 633px) {
	.conductor a{
		display: inline-block;
	}
}
@media screen and (max-width: 599px) {

	#right2{
		margin:10px 0;
	}

	.answer,.business{
		margin:10px;
	}

	#photoArea{
		margin:10px 0;
	}

	.resizeimage{
		box-shadow: none;
	}
}








