/****************************************
		1. General Setting 
*****************************************/
html {
  font-size: 1,4em;
}

body {
  line-height: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}
.contents-container {
    padding: 30px;
    width: 760px;
    background-color: #fff;
    float: left;
}
@media only screen and (max-width: 960px){
  .contents-container {
      width: 96%;
      float: none;
      padding-right: 2%;
      padding-left: 2%;
      padding-top: 1px;
  }
}


/****************************************
		1. GeneralParts Setting 
*****************************************/
.color_gray {
  color: #666;
}
.color_white {
  color: #FFF;
}
.color_blue1 {
  color: #0DA5E4;
}
.color_black {
  color: #000;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}

.custom_button{
  padding: 10px;
  color: #FFF;
}
.custom_button_left {
  background-color: #052432;
  float: left;
  width: 40px;
}
.custom_button_right {
  background-color: #236D9A;
  font-weight: bold;
  float: left;
  width: 280px;
  text-align: left;
  padding-left: 20px;
}
.custom_button_left_auto {
  background-color: #052432;
  float: left;
  width: 10%;
  text-align: center;
}
.custom_button_right_auto {
  background-color: #236D9A;
  font-weight: bold;
  float: left;
  width: 86%;
  text-align: left;
  padding-left: 20px;
}
.custom_button_left_automin {
  background-color: #052432;
  float: left;
  width: 15%;
  text-align: center;
}
.custom_button_right_automin {
  background-color: #236D9A;
  font-weight: bold;
  float: left;
  width: 80%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 750px){
  .custom_button_left_automin {
    font-size: 0.6em;
  }
  .custom_button_right_automin {
    font-size: 0.6em;
    padding-left: 6px;
  }
}
.basic_btn_blue {
  background-color: #1985B4;
  color: #fff;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1.4em;
}


.link_whiteover a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

#page_title_box {
    background-position: top;
    background-image: url(/app/ibpprogram/images/interviews_parts/interviews_bg.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    padding-top: 29%;
    text-align: center;
    position: relative;
    color: #FFF;
}
.pagestitle_ct_box {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -30%);
}
.pagestitle_ct_box h2 {
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 20px;
}

.interview_list_box_line{
  display: inline-block;
  vertical-align: top;
  float: none;
}

.caption_font {
  font-size: 12px;
}
/****************************************
		1. class Setting 
*****************************************/

.tabs-menu {
    padding: 5px 15px;
    background-color: #F0F0F0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.tab-active {
    background-color: #052432;
    color: #fff;
}
.tab-li {
    display: inline-block;
    padding: 9px 2px;
}
.tab-area {
  border-bottom: 1px solid #f0f0f0;
  /*margin-bottom: 30px;*/
}

.interview_box{
  padding-left: 0;
  padding-right: 10px;
}
.interview_box_right{
  padding-left: 0;
  padding-right: 7px;
}
.interview_category li {
    display: inline-block;
    margin :5px 0;
    padding: 3px 8px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
}
@media screen and (max-width: 750px){
  .interview_category li {
      padding: 3px 6px;
      font-size: 1em;
  }
}

.interview_title {
    font-size: 1.6em;
    margin: 15px 0 15px 8px;
    color: #000;
    border: none;
    font-weight: bold;
}
@media screen and (max-width: 750px){
  .interview_title {
    font-size: 1.4em;
  }
}


.subcategory_name {
    border: 1px solid #ccc;
    padding: 5px 8px;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 750px){
  .subcategory_name {
    padding: 3px 3px;
    font-size: 1em;
  }
}

.interview_q_and_a span.interview_p_q {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 1.5em;
    line-height: 1.7em;
    /*border-bottom: 2px dotted #000;*/
}

.interview_q_and_a span.q_long {
  -moz-transform:    scale(1, 2);  /* Firefox※ */
  -webkit-transform: scale(1, 2);  /* Chrome,Safari */
  -o-transform:      scale(1, 2);  /* 旧Opera※ */
  -ms-transform:     scale(1, 2);  /* IE */
  transform:         scale(1, 2);  /* CSS3 */
  display: inline-block;
  margin-right: 4px;
  color: #CB0000;
}
.interview_q_and_a span.q_sentence {
  border-bottom: 2px dotted #000;
}

.interview_prof_title {
  color: #FFF;
  font-weight: bold;
}
.interview_mainfont {
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 750px){
  .interview_mainfont {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.interview_profname {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 750px){
  .interview_profname {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
.interview_profline {
  border-top: 1px solid #f0f0f0;
  padding: 8px 0;
}
.interview_profilebox {
  border: 1px solid #000;
  padding: 5px;
}
.interview_prof_wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.interview_categorylink_button {
  background-color: #052432;
  font-weight: bold;
  text-align: left;
  padding: 18px 0 18px 20px;
  color: #FFF;
}

#profile_name {
    margin-top: 0;
    font-size: 2em;
    font-weight: 600;
}
.interview_title_font {
    font-size: 2em !important;
}
.qa_title_font {
    font-size: 20px !important;
    line-height: 24px;
}
@media screen and (max-width: 750px){
  .qa_title_font {
      font-size: 17px !important;
  }
}
.category_box {
    text-align: center;
}
.career_box {
  background-color: #022E48;
}
.course_box {
  background-color: #34b8c3;
}
.internship_box{
  background-color: #10569f;
}
.text_box_inline{
  padding-left: 0;
}
