﻿@charset "UTF-8";

/* ---------------------------------------------------------
interview用CSS
--------------------------------------------------------- */
#content #sub_title01,
#content #sub_title02,
#content #sub_title03,
#content #sub_title04 {
padding-left: 274px; 
background-color: #EBF5F2;
background-repeat: no-repeat;
background-position: top left;
height: 160px;
}

#content #sub_title01 {
background-image:url(image/ph_interview01_01.jpg);
}
 
#content #sub_title02 {
background-image:url(image/ph_interview02_01.jpg);
}
 
#content #sub_title03 {
background-image:url(image/ph_interview03_01.jpg);
}
 
#content #sub_title04 {
background-image:url(image/ph_interview04_01.jpg);
}
 
#content h2 {
background-color:#EBF5F2;
padding: 18px 0 2px 6px;
border: none 0;
border-bottom: 2px #AEDFDF solid;
}

#content h3 {
padding-top: 12px;
padding-left: 6px;
color: #009999;
font-size: 1.3em;
font-weight: bold;
}

#content div.main_body {
margin-bottom: 32px;
margin-top: 18px;
float: left;
}

#content div.photo {
float: left;
width: 274px;
text-align: right;
}

#content div.photo img {
margin-bottom:10px;
}

#content div.text {
float: right;
width: 450px;
padding-left: 5px;
}

#content div.text strong {
color:#009999;
font-weight:bold;
}


#content ul.page_control {
padding-bottom: 2px;
padding-top: 2px;
}

#content ul.page_control li {
padding-bottom: 6px;
padding-top: 6px;
font-size: 0.8em;
float: left;
}

#content ul.page_control li img {
margin-left: 4px;
margin-right: 4px;
vertical-align: -4px;
}

#content ul.page_control li.previous {
padding-right: 6px;
border-right: 1px #CCCCCC solid;
text-align: right;
width: 266px;
}

#content ul.page_control li.next {
padding-left: 6px;
}


