@charset "utf-8";
/* CSS Document */

/* page 
-----------------------------------------*/
/* base */
hr {
border: 1px #ff7800 dotted;
}

br {line-height: 14px;}
/* main 
-----------------------------------------*/
div#main1 {
width: 950px;
float: left;
}

/* interview_header 
-----------------------------------------*/
div#interview_header {
width: 950px;
float: left;
padding: 0px;
}
.backnumber {
width: 950px;
text-align: center;
border: #14bfff solid;
border-width: 0 0 3px 0;
padding: 20px 0 20px 0;
clear: both;
}
.backnumber a,
.backnumber_list a {
color: #00A2DE;

}
.backnumber_list a {
display: block;
width: 850px;
text-align: left;
margin: auto;
padding: 0 0 8px 0;
 }
 .backnumber_list img {
 display: block;
 padding: 0 0 20px 40px;
 }
.backnumber_list {
width: 950px;
border: #14bfff 1px solid;
padding: 20px 0 20px 0;
text-align: center;
}
/* left contents 
-----------------------------------------*/
div#left1 {
width: 638px;
float: left;
margin-top: 10px;
padding: 15px;
border: #14bfff 1px solid;
white-space: normal;
}

/* right contents 
-----------------------------------------*/
div#right1 {
width: 238px;
float: right;
margin-top: 10px;
padding: 15px;
border: #14bfff 1px solid;
}

/* text
-----------------------------------------*/
.text_kihon {
text-align: left; /* テキストの左揃え */
font-size: 14px;
line-height: 150%;
}

.text_subtitle {
text-align: left; /* テキストの左揃え */
line-height: 160%;
font-size: 18px;
font-weight:bold;
color: #ff7800;
}

.text_int {
text-align: left; /* テキストの左揃え */
font-size: 14px;
line-height: 150%;
color: #777777;
}

.text_pagetop {
clear: both;
text-align: right; /* テキストの右揃え */
line-height: 150%;
}

/* image
-----------------------------------------*/
.img_int1 {
float: left;
padding-right: 15px;
margin-bottom: 15px;
}

.img_int2 {
float: right;
padding-left: 15px;
margin-bottom: 15px;
}

.clear {
	clear: both;
}
