@charset "utf-8";

body{
	background-image: url(image/bgimg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}
#interview26_wrapper {
	width: 800px;
	margin: 0px auto;
	font-size:14px;
	line-height: 1.6;
}
#interview26_wrapper p {
	margin-top: 10px;
	line-height: 1.5;
}
.interview26Contents {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
	width: 700px;
	padding: 20px;
	margin: 20px auto;
}
.interview26Box {
	width: 660px;
	margin: 30px auto 40px;
}
.interview26Box h3{
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.interview26Box .imgR{
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.interview26Box .textL{
	float: left;
	width: 400px;
	margin-right: 10px;
}
.clear {
	clear: both;
}
#present{
	width: 700px;
	margin:0px auto;
}
.interview26Off {
	background-color:#E1BFD7;
	background-color:rgba(214,141,190,0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 700px;
	padding: 5px 20px;
	margin: 20px auto;
	background-position: right;
}
.interview26OffBox {
	width: 660px;
	min-height: 240px;
	margin: 30px auto 40px;
	background-image: url(image/off.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#interview26_base {
	width: 800px;
	margin: 0px auto;
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}
