/* 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;
}


/*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;}



div#spec{font-size:1.2em; line-height:1.5em; text-align:center; padding-bottom:10px;}

.content{
font-size:1em; line-height:1.5em;	
}

.interview{width:100%; font-size:1em; line-height:1.5em; margin-top:10px;}
.ques{color:#C00; font-size:1.5em; line-height:1.5em;padding-bottom:10px;}
.ans{padding-bottom:10px; color:#000; font-size:1.2em; line-height:1.5em;}

.headline2 {
width:auto;
padding:5px 0 5px 15px;
border-top:1px solid #bbb;
border-bottom:1px solid #999;
background:-webkit-gradient(linear, 0% 0%, 0% 80%, from(#fff), to(#bbb));
text-shadow:1px 1px 1px #e5e5e5;
font-size:1em;
}

.headline1 {
width:auto;
padding:20px 0 20px 10px;
border-top:1px solid #d4d4d4;
border-bottom:1px solid #d4d4d4;
background:-webkit-gradient(linear, 0% 0%, 0% 80%, from(#fff), to(#d8d8d8));
text-shadow:1px 1px 1px #efefef;
font-size:1em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


.clear{clear:both;}



div#footer{
	width:100%;
	text-align:left;
	color:#000;
}

 


hr{margin:10px;}