@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 13px;
  color: #333333;
}


a:link {
  color: #004080;
  font-size: 14px;
}

a:hover {
  color: #005ebb;
  font-size: 14px;
}

a:visited {
  color: #004080;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

p.left {
  margin-left: 5%;
}


/*---------- メイン ----------*/

#main {
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/


.header {
  float: center;
  margin: 0 auto;
  width: 950px;
  height: 110px;
  text-align: center;
  background-image: url(img/home_top.jpg);
  background-size: 40% auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  font-size: 20px;
}

.overline ul {
  list-style-type: none;
  float: right;
  width: 650px;
}
.overline li {
  display:inline;
  width: 650px;
}
.overline li.n{
  display:inline;
  width: 16%;
  padding: 3px 0 2px 0;
  background-color: #164382;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.overline a { /*マウスを載せていない時の設定*/
  text-align: center;
  display: inline;
  width: 16%;
  font-size: 18px;
  background-color: white;
  color: #164382;
  text-decoration: none;
}
.overline a:hover { /*マウスを載せた時の設定*/
  padding: 3px 0 2px 0;
  background-color: #164382; /*カラーコード変更して*/
  font-size: 18px;
  color: #ffffff;
}



.underline { /*メニューバーの線の設定*/
  height: 19px; /*ページの上からの高さ*/
  border-bottom: solid 6px #164382; /*pxを変えれば線の幅、カラーコードを変えて色の変更*/
}

/*-------------- ここまでヘッダー ---------------*/

/*
#header h1 {
  margin: 0;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 6px 0 0 20px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #444444;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #888888;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 0 12px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 190%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  width: 900px;
  margin: 0;
  padding: 0;
  height: 0;
  text-align: left;
  border-bottom: solid 2px #cccccc;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-image: url(img/head_menu_back_abase.gif);
  text-align: center;
  display: block;
  letter-spacing: 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  text-decoration: none;
  padding: 14px 28px 11px 28px;
}

#header-menu li a:hover {
  color: #fffffc;
  background-image: url(img/head_menu_back_hover.gif);
}

#header-menu #home a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
  padding: 14px 28px 11px 28px;
}

#header-img {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
  background: url(img/head_img_bg.gif);
  background-repeat: repeat-x;
}

#header-img-slim {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
  background: url(img/head_img_bg.gif);
  background-repeat: repeat-x;
}

*/






/*---------- コンテンツ ----------*/

#container {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 10px 6px 5px;
  background-color: #d3e7ef;
}







/*---------- メインコンテンツ ----------*/



/*-このarticleはheaderとfooterの間のこと-*/
article {
  width: 950px; 
  margin: 0 auto;
  padding: 5px 0 5px 0;
  font-size: 14px; /*文字の大きさを大きくしたい時に*/
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
}

section {
  float: left;
  width: 77%;
  margin: 0 auto;
}

aside {
  float: right;
  width: 20%;
  margin: 20px 0 0 0;
}
/*
.talentimg { 
  margin: 1% 0px 0px 5%;
}
.talentpro {
  float: right;
  margin: 1% 5% 0 0;
}
.talentpro h1{
  margin: 0 0 20px 0px;
  padding: 0 0 0px 0px;
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  background-color: #ffffff;
}*/


#contents h2 {
  height: 31px;
  margin: 0 0 7px 0;
  padding: 9px 0 0 34px;
  border-left: solid
  border-bottom: solid 1px #919191;
  border-right: solid 1px #919191;
  font-size: 14px;
  color: #4d2600;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAE7DD), to(#FCDBC9));
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

/*---------- いろいろ ----------*/


img {
  float: left;
}

#contents clearfix {
  overflow: auto;
  zoom: 1;
}

clearfix ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}


/*---------- 終了 ----------*/

#contents h2.page_title {
  height: 32px;
  margin: 0 0 18px 0;
  padding: 18px 0 0 22px;
  font-size: 16px;
  color: #4c1800;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}

ul.left {
  margin: 0 0 0 5%;
}

ol {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}

li {
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
}

li.pro {
  margin-left:15px;
  left: 20px;
}
/*---------- Q&A ----------*/
ul.custumQ {
  list-style-type: none;
  margin-left:15px;
}
ul.custumQ li:before {
  content: 'Q.';
  margin-left:-15px;
}

ul.custumA {
  list-style-type: none;
  margin-left:15px;
}
ul.custumA li:before {
  content: 'A.';
  margin-left:-15px;
}
/*---------- ここまでQ&A ----------*/


/*---------- タレントプロフィール ----------*/
tr.pro {
  line-height: 1.5em;
}
td.pro{
  padding: 5px 0 0 20px; /*上、右、下、左の順で空白　タレントの画像の大きさによって調整*/
}
/*--------- ここまでタレントプロフィール ----------*/

#contents h3 {
  width: 100%;
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 7px 13px;
  line-height: 110%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

  .ribbon {
      position: relative;
      color: #e8f08b ;
      background-color: #064f99;
      font-size: 18px ;
      line-height: 20px;
      margin: 20px 0% 20px 0px;
      padding: 10px 5px 10px 20px;
      box-shadow:1px 3px 7px 0px  #666666 ;
      border-top:3px solid #ffffff;
  }
  .ribbon:after, ribbon:before {
      content: "";
      position: absolute;
      top: 100%;
      height: 0;
      width: 0;
      border: 5px solid transparent;
      border-top: 5px solid #333;
  }
  .ribbon:after {
      left: 0;
      border-right: 5px solid #333;
  }
  .ribbon:before {
      right: 0;
      border-left: 5px solid #333;
  }

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 3px 0 3px;
  line-height: 190%;
  font-size: 13px;
}

#contents a {
  color: #004080;
  font-size: 13px;
}

#contents a:hover {
  color: #005ebb;
  font-size: 13px;
}

#contents pro {
  margin: 3px 0 3px 0;
  line-height: 190%;
  font-size: 13px;
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents span.red {
  color: #e60033;
}

#contents span.red_b {
  color: #e60033;
  font-weight: bold;
}

#contents span.blue {
  color: #005ebb;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}

#contents span.green {
  color: #00ae4f;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 24px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
  height: 20px;
  margin: 0 0 0 0;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 12px 0 4px 5px;
  font-size: 14px;
  color: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAE7DD), to(#FCDBC9));
  text-align: center;
}

.menulist a{
  color: #004080;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 7px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;

 }

.menulist a:hover{
  color: #005ebb;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 20px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 20px;
  margin: 0;
  padding: 12px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #004080;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #005ebb;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.brown_b {
  color: #993300;
  font-weight: bold;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 22px 0 19px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 180%;
  border-top: solid 4px; /*フッターの線の太さ*/
  border-top-color: #ffd900; /*フッターの線の色*/
  
  /*background-image:linear-gradient(90deg, rgba(39, 74, 120, 0.5) 50%, transparent 50%), linear-gradient(rgba(39, 74, 120, 0.5) 50%, transparent 50%);*/
  background-size: 50px 50px; background-color:#ffffff;
}

#footer .footer_navi {
  padding: 14px 0 2px 0;
  margin: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(img/footer_navi.gif);
 }

#footer .footer_navi a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
 }

#footer .footer_navi a:hover {
  color: #666666;
}

#footer .copy {
  padding-top: 2px;
  font-size: 12px;
  color: #333333;
 }

#footer .copy a {
  color: #004080;
  font-size: 12px;
  text-decoration: none;
 }

#footer .copy a:hover {
  color: #005ebb;
  text-decoration: none;
}
