/* CSS Document */
*{
margin:0;
padding:0;
}

html{
height:100%;
	background-color:#ffffff;
-webkit-text-size-adjust:none;
-moz-text-size-adjust:none;
}

body{
	height: 100%;
font-size:12px;
	line-height:16px;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}


/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}

img{margin:5px;}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
	width:100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
text-align:left;
}


div#header{
	width:100%;
	text-align:center;
}


/*Bread clumb*/
/* apple like
----------------------------------*/
.apple {
list-style: none;
overflow: hidden;
color: #555;
font: 600 11px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom,from(#fff),color-stop(0.5,#efefef),to(#efefef));
border: 1px solid #bbb;
-webkit-border-radius: 4px 4px 0 0;
}
.apple li {
float: left;
line-height: 30px;
text-shadow: 0 1px 0 white;
}
.apple li a {
color: #666;
text-decoration: none;
padding: 0 10px 0 20px;
background: #c6c6c6;
background: -webkit-gradient(linear, left top, left bottom,from(#d6d6d6),color-stop(0.5,#c6c6c6),to(#c6c6c6));
display: block;
float: left;
}
.apple li a::after {
position: relative;
display: block;
margin-top: -15px;
margin-left: auto;
margin-right: -15px;
height: 15px;
width: 10px;
content: " ";
-webkit-transform: skew(-30deg);
background: #c6c6c6;
border-right: 1px solid #bbb;
}
.apple li a::before {
float: right;
display: block;
margin-bottom: -15px;
margin-left: auto;
margin-right: -15px;
height: 15px;
width: 10px;
content: " ";
-webkit-transform: skew(30deg);
background: #c6c6c6;
background: -webkit-gradient(linear, left top, left bottom,from(#d6d6d6),to(#c6c6c6));
border-right: 1px solid #bbb;
}
.apple li:first-child a {padding-left: 10px;}
.apple li:nth-child(2) a {
background: #cfcfcf;
background: -webkit-gradient(linear, left top, left bottom,from(#dfdfdf),color-stop(0.5,#cfcfcf),to(#cfcfcf));
}
.apple li:nth-child(2) a::before {
background: #cfcfcf;
background: -webkit-gradient(linear, left top, left bottom,from(#dfdfdf),to(#cfcfcf));
}
.apple li:nth-child(2) a::after {background: #cfcfcf;}
.apple li:nth-child(3) a {
background: #d6d6d6;
background: -webkit-gradient(linear, left top, left bottom,from(#e6e6e6),color-stop(0.5,#d6d6d6),to(#d6d6d6));
}
.apple li:nth-child(3) a::before {
background: #d6d6d6;
background: -webkit-gradient(linear, left top, left bottom,from(#e6e6e6),to(#d6d6d6));
}
.apple li:nth-child(3) a::after {background: #d6d6d6;}
.apple li:nth-child(4) a {
background: #dfdfdf;
background: -webkit-gradient(linear, left top, left bottom,from(#efefef),color-stop(0.5,#dfdfdf),to(#dfdfdf));
}
.apple li:nth-child(4) a::before {
background: #dfdfdf;
background: -webkit-gradient(linear, left top, left bottom,from(#efefef),to(#dfdfdf));
}
.apple li:nth-child(4) a::after {background: #dfdfdf;}
.apple li:nth-child(5) a {
background: #e6e6e6;
background: -webkit-gradient(linear, left top, left bottom,from(#f6f6f6),color-stop(0.5,#e6e6e6),to(#e6e6e6));
}
.apple li:nth-child(5) a::before {
background: #e6e6e6;
background: -webkit-gradient(linear, left top, left bottom,from(#f6f6f6),to(#e6e6e6));
}
.apple li:nth-child(5) a::after {background: #e6e6e6;}
.apple li:last-child {
padding-left: 20px;
background: transparent !important;
color: #111;
}
.apple li a:hover {color: #000;}



.interview{width:100%; font-size:1em; line-height:1.5em; margin-top:10px;}
.ques1{color:#C03; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for Matsukaze*/
.ques2{color:#6838b8; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for Nojima*/
.ques3{color:#918907; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for Morikubo*/
.ques4{color:#177543; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for Ono*/
.ques5{color:#0e7e9a; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for shimazaki*/
.ques6{color:#787878; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for hiyama*/
.ques7{color:#5d8749; font-size:1.5em; line-height:1.8em; padding-bottom:10px;}/*for okamoto*/
.ans{margin-left:10px; padding-bottom:10px; color:#000; font-size:1.2em; line-height:1.5em;}


.clear{clear:both;}


div#footer{
	width:100%;
	text-align:left;
	color:#000;
}



hr{margin:10px;}