
/* header borderColor
---------------------------------------------------- */
#header {
	border-bottom-color: #3cd2f5;
}
#entry {
    position: relative!important;
    margin-left: 39%!important;
}
#entry p {
	font-size: 20px!important;
	line-height: 25px!important;
}
#footer {
    position: relative!important;
    margin-left: 42%!important;
    width: 57%!important;
}

/* bacground
---------------------------------------------------- */
body {
    background-image: url("../img/bg.gif");
}
#ftw {
    background-color: #FFF;
    padding-right: 30px;
}

/* main image
---------------------------------------------------- */
#main {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 40%;
    position: fixed;
    z-index: 1;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
    
}
#profile {
    background-color: #FFF;
    opacity: 0.9;
    box-shadow: 15px 15px #b5e2f6;
    padding: 15px;
    position: absolute;
    bottom: 50px;
    margin-left: 20px;
}
#profile em {
    font-family: "UD Shin Go DemiBold";
	font-size: 20px;
	line-height: 25px;
    color: #bdbdb8;
    font-style: italic;
    letter-spacing: 0.05em;
}
#profile strong {
    font-family: "UD Shin Go Regular";
    font-size: 80%;
}
#profile h2 {
    font-family: "UD Shin Go DemiBold";
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 2px;
}
#profile h2 span {
    font-family: "UD Shin Go Regular";
    color: #666;
}
#profile p {
    font-family: "UD Shin Go Regular";
	font-size: 12px;
	line-height: 20px;
    margin:0;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: #666;
}

#interview {
    position: relative;
    margin-left: 40%;
    padding-top: 150px;
    padding-bottom: 50px;
}

#interview h3 {
    font-family: "UD Reimin Medium";
	font-size: 32px;
	line-height: 45px;
    text-align: left;
    letter-spacing: 0.1em;
    padding-left: 30px;
    padding-right: 50px;
    color: #3f46ac;
}

#interview h4 {
    font-family: "Koburina Gothic W6 JIS2004";
	font-size: 20px;
	line-height: 25px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 50px;
    color: #8d8d8d;
}
#interview p {
    font-family: "Koburina Gothic W6 JIS2004";
	font-size: 15px;
	line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 50px;
    margin: 0;
    text-indent: 1em;
}



#others {
    background-image: url("../img/bg_others.png");
    padding: 20px;
    margin-bottom: 2px;
    margin-left: 40%;
}
.prev {
    float: left;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat;
}
.next {
    float: right;
    text-align: right;
    background-position: right center;
    background-repeat: no-repeat;
}
.prev a {
    display: block;
    opacity: 0.9;
    height: 70px;
    padding-left: 80px;
}
.next a {
    display: block;
    opacity: 0.9;
    height: 70px;
    padding-right: 80px;
}
.prev a:hover {
    display: block;
    opacity: 0.5;
    height: 70px;
    padding-left: 80px;
}
.next a:hover {
    display: block;
    opacity: 0.5;
    height: 70px;
    padding-right: 80px;
}
#others h5 {
    font-family: "UD Shin Go Bold";
	font-size: 12px;
	line-height: 18px;
    color: #234e94;
    font-style: italic;
    letter-spacing: 0.05em;
    opacity: 0.8;
}
#others em {
    font-family: "UD Shin Go Regular";
	font-size: 14px;
	line-height: 22px;
    color: #234e94;
    font-style: normal;
    letter-spacing: 0.05em;
}
#others p {
    font-family: "UD Shin Go Medium";
	font-size: 18px;
	line-height: 22px;
    color: #234e94;
    font-style: normal;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
}


