body {
  width: auto;
  max-width: 960px;
}

.pieceContainer {
  width: auto;
  max-width: 960px;
}

/* 改行　*/
.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}

.pic {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.pic img {
  display: inline-block;
}

/* センタリング */
.ac {
  text-align: center !important;
}

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

/* ------------------------------
共通ヘッダー（全体）
------------------------------ */
#girlsHeaderResponsive {
  height: 141px;
}

#girls_global_header {
  width: 100%;
  display: block;
  /* float: none;
    height: auto;*/
  position: relative;
}

.pieceHeader {
  display: none;
}

.pieceBody #for_screenheader {
  /*  display: none; */
  position: absolute;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #girlsHeaderResponsive {
    height: auto;
  }

  #girls_global_header {
    float: none;
    text-align: center;
    margin-bottom: 0;
    height: auto;
  }
}

/* ------------------------------
共通ヘッダー（女子学生支援ロゴ）
------------------------------ */
#girls_logo {
  display: inline-block;
  position: relative;
  width: 60%;
  height: auto;
  max-width: 500px;
  margin-left: 1em;
  padding: 0.8em;
  left: 0;
}

#girls_logo a {
  background-size: contain;
  width: auto;
  height: 0;
  padding-top: 15%;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #girls_logo {
    display: block;
    width: 100%;
    /* width:  70%; */
    margin: 0 auto;
    margin-top: 1em;
    max-width: 300px;
  }
}

/* ------------------------------
共通ヘッダー（グローバルリンク）
------------------------------ */
#girls_global_link {
  display: inline-block;
  width: max-content;
  /* margin-left:  auto; */
  /* position:  relative; */
  top: 75px;
}

#girls_global_header ul {
  /* overflow:visible; */
  text-indent: 0;
  font-size: 80%;
  padding-right: 1em;
  display: block;
  margin-left: auto;
}

#girls_global_link li {
  float: none;
  height: auto;
  display: inline-block;
  width: auto;
}

#girls_global_link li a {
  background-image: none;
  text-decoration: none;
  margin-left: 5px;
  width: auto;
  color: #888;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #girls_global_header ul {
    padding-right: 0;
    margin: 0 auto;
    /* width:  auto; */
    padding: 0.5em;
    position: relative;
    top: 0;
  }
}

/* --------------------------------------------------
	icon-font 設定
-------------------------------------------------- */
@font-face {
  font-family: "ico_wu_theme";
  src: url("/_themes/template/fonts/ico_wu_theme.eot?-wnrz3y");
  src: url("/_themes/template/fonts/ico_wu_theme.eot")
      format("embedded-opentype"),
    url("/_themes/template/fonts/ico_wu_theme.ttf?-wnrz3y")
      format("truetype"),
    url("/_themes/template/fonts/ico_wu_theme.woff?-wnrz3y") format("woff"),
    url("/_themes/template/fonts/ico_wu_theme.svg?-wnrz3y")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "ico_wu_theme";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Add Style =========== */
  display: inline-block;
  padding-right: 5px;
  text-decoration: none !important;
}

.icon-wakayama_univ:before {
  content: "\e616";
}
.icon-access:before {
  content: "\e600";
}
.icon-home:before {
  content: "\e603";
}

.icon-wakayama_univ:before,
.icon-access:before,
.icon-home:before,
.icon-contact:before {
  color: #888;
  padding-right: 5px;
}

/* ------------------------------
共通ヘッダー（グローバルメニュー）
------------------------------ */
#girls_global_menu {
  width: 100%;
  max-width: 960px;
  height: auto;
  position: relative;
  top: 0;
}

#girls_global_menu_ul {
  width: 100%;
  height: auto;
}

/*--
#girls_global_menu_ul li {
    width: 16.4%;
    background-image: none;
    text-indent: 0;
    text-align:  center;
    background:  linear-gradient(#f6c1da, #e75197);
    border-right: #fff solid 0.5px;
    border-left: #e75197 solid 0.5px;
}
--*/

#girls_global_menu_ul li {
  width: 16.5%;
  background-image: none;
  text-indent: 0;
  text-align: center;
  background: #f172a3;
  border-right: #fff solid 0.5px;
}

#girls_global_menu_ul li a {
  width: 90%;
  height: 1.5em;
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  font-size: 1em;
  border-collapse: collapse;
  /*    border-top: #E75197 solid 1px;  */
  border-top: #fff solid 1px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

/*
#girls_global_menu_ul li#girls_global_menu_top {
    border-radius: 5px 0 0 5px;
}

#girls_global_menu_ul li#girls_global_menu_link {
    border-radius: 0 5px 5px 0;
    border-right-color: #e75197;
}
*/

/*　Responsive Settings(グローバルメニューは580pxで切り替え)
------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  #girls_global_menu_ul {
    /* overflow:  visible; */
  }

  #girls_global_menu_ul li {
    width: 33%;
    height: auto;
  }

  #girls_global_menu_ul li a {
    font-size: 0.7em;
  }

  #girls_global_menu_ul li#girls_global_menu_top,
  #girls_global_menu_ul li#girls_global_menu_link {
    border-radius: 0;
  }
}

/* ------------------------------
ヘッダーイメージ 画像（写真）
------------------------------ */
#content_container_outside {
  width: 100%;
  max-width: 960px;
  position: relative;
  top: 0;
}

/*レイアウトのスタイルシートに記載されていた分*/

#girls_subject_header {
  position: relative;
  width: 99.8%;
  height: 0px;
  padding-top: 25%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background-image: url("/_themes/wakayama-u/sys/girls/image/header_image_top.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

/*--------------------------------
 カルーセル式バナー
--------------------------------*/
.carousel {
  width: 960px;
  height: 65px;
  border: 1px solid #ccc;
}
.carousel .topbanner {
  float: left;
  width: 920px;
}
.carousel .topbanner li {
  padding: 5px 2px;
}
.carousel .topbanner li img {
  width: 180px;
  height: 55px;
}
.carousel button.prev {
  float: left;
  border-style: none;
  border-right: 1px solid #ccc;
  background: #fff
    url("/_themes/wakayama-u/sys/girls/image/banner/button_prev.png") center
    center no-repeat;
  width: 19px;
  height: 65px;
  text-indent: -10000px;
  cursor: pointer;
}

.carousel button.next {
  float: left;
  border-style: none;
  border-left: 1px solid #ccc;
  background-color: #fff;
  background: #fff
    url("/_themes/wakayama-u/sys/girls/image/banner/button_next.png") center
    center no-repeat;
  width: 19px;
  height: 65px;
  text-indent: -10000px;
  cursor: pointer;
}

/* ------------------------------
メインコンテンツ部
------------------------------ */
#main_contents {
  width: 100%;
}

#main_contents h2 {
  width: 90%;
  margin: 0 auto;
  padding: 9px 20px;
  height: 1.5em;
}

#main_contents p {
  width: 85%;
  margin: 0 auto;
}

/* ------------------------------
バックイメージ（ノート画像）
------------------------------ */
#point01 {
  width: 100%;
  background-size: cover;
  height: 0;
  padding-top: 5%;
}

#point02 {
  width: 100%;
  background-size: contain;
}

/*-----------------------------------------
　　インタビュー_プロフィール（写真、経歴）
-----------------------------------------*/
#main_contents table#profile {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}

#main_contents table#profile td.image {
  margin: 0px;
  padding: 0px;
  width: 35%;
}

#main_contents table#profile td.image img {
  width: 100%;
  height: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

#main_contents table#profile td.career {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  vertical-align: middle;
  line-height: 1.8;
}

/* 写真を3枚以上横に並べる　*/

#main_contents .body ul.col3 li {
  float: none;
  margin: 0;
  display: -webkit-inline-box;
  margin-bottom: 5px;
  vertical-align: top;
  background-image: none;
}

/*　Responsive Settings
------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  #main_contents table#profile td {
    display: block;
  }

  #main_contents table#profile td.image {
    width: 80%;
    margin: 0 auto;
  }

  #main_contents table#profile td.career {
    font-size: 90%;
  }

  /* 写真を３枚以上横に並べる　*/
  .body ul.col3 li {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.5em;
  }
}

/*-----------------------------------------
　　インタビュートップページ
-----------------------------------------*/

table#interview_introduction {
  /* margin: 1em; */
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  border: 0.5px #dcdcdc solid;
  border-collapse: collapse;
  width: 85%;
  background: #ffffff;
}

table#interview_introduction td.image {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  border-right: 0.5px #dcdcdc solid;
  text-align: center;
}

table#interview_introduction td.class {
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 0px 20px;
  border-bottom: none;
  font-size: 90%;
}

table#interview_introduction td.name {
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 10px 20px;
  font-size: 110%;
  border-top: none;
  border-bottom: 1px #a9a9a9 dotted;
  letter-spacing: 0.1em;
}

table#interview_introduction td.name a {
  margin: 20px 0px 0px 0px;
  padding: 2px 0px 2px 25px;
  color: #e85298;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/mark_squaretriangle.png") no-repeat
    0 3px;
}

table#interview_introduction td.name a:hover {
  color: #ffc0cb;
}

table#interview_introduction td.content {
  margin: 0px 0px 0px 0px;
  padding: 5px 20px 10px 20px;
  border-top: none;
  font-size: 95%;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #interview td {
    display: block;
    /* width: 95% */
  }
}

/*-----------------------------------------
          インタビュー_カリキュラム表
-----------------------------------------*/
table#interview_curriculum {
  margin: 0 auto;
  width: 850px;
  /*-- line-height:200%; --*/
  border-collapse: collapse;
  border: 1px #afafaf solid;
  letter-spacing: 2px;
}

table#interview_curriculum caption {
  padding: 0px 0px 20px 0px;
  font-size: 110%;
}

table#interview_curriculum th {
  border: 1px #afafaf solid;
  background-color: #ec84b5;
  padding: 5px 0px 5px 0px;
  font-weight: normal;
}

table#interview_curriculum th.day {
  width: 200px;
}

table#interview_curriculum th.lesson {
  width: 50px;
  height: 50px;
  background-color: #fcd0e4;
  padding: 5px 0px 5px 0px;
  font-weight: normal;
}

table#interview_curriculum td {
  border: 1px #afafaf solid;
  background-color: #ffffff;
}

h2 {
  letter-spacing: 2px;
}

/*-----------------------------------------
　　お知らせ一覧
-----------------------------------------*/
#main_contents .docs {
  margin: 0px 0px 0px 70px;
  padding: 20px 0px 0px 0px;
}

body:not([id*="page-sys-girls-newslist"]) #pageTitle,
#page-sys-girls-newslist-index #pageTitle,
body:not([id*="page-sys-girls-newslist"]) .back,
#page-sys-girls-newslist-index .back {
  display: none;
}

#main_contents .publish_date {
  display: inline-block;
  width: 90%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 8px;
  background-image: none;
  color: #e4007f;
  font-size: 130%;
  letter-spacing: 0.1em;
  border-left: 10px solid #f7adc3;
  border-bottom: 1px solid #999;
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: normal;
}

#main_contents .docs ul {
  margin: 0;
  padding: 0 0 60px;
}

#main_contents .docs li {
  margin: 0 0 60px;
  padding: 0;
  background-position: left 40px;
  /* padding:0px 0px 0px 30px;
    background:transparent url('/_themes/wakayama-u/sys/girls/image/mark_pksquaretriangle.png') no-repeat 0 6px;*/
  letter-spacing: 0.06em;
}

#main_contents span.attributes {
  display: none;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents .docs {
    margin: 0px 0px 0px 15px;
    width: auto;
    padding: 30px 0px 0px 0px;
    position: relative;
    top: 0;
  }
}

/*--------------------------------
 記事の見出し?タイトル
--------------------------------*/
#girlsNews span.unit,
#careerNews span.separator {
  display: none;
}

#photobox {
  width: 85%;
  margin: 30px 0px 70px 60px;
  padding: 0px 0px 0px 0px;
}

#photobox .pieceBody ul {
  margin: 0 1em;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.1em;
  font-size: 95%;
}

#photobox .pieceBody li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 15px;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/mark_triangle.png") no-repeat 0 5px;
}

.separator {
  display: none;
}

#photobox p.list {
  text-align: right;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #photobox {
    margin: 30px 0px 0px 15px;
    width: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 0;
  }
}

/*-----------------------------------------
　　各ページ（個人）　見出し（h2）　○年○月作成
-----------------------------------------*/
#main_contents #interview h2 {
  background-size: cover;
  height: auto;
  padding-left: 25px;
}

#main_contents #interview h2 span.small {
  font-size: 70%;
}

#main_contents span#create {
  position: relative;
  top: 0px;
  right: 0px;
  font-size: 80%;
  letter-spacing: 0.1em;
  padding-left: 3em;
}

/*-----------------------------------------
　　              Ｑ＆Ａ
-----------------------------------------*/
#main_contents p.girls_q {
  margin: 0 0.8em 0 3em;
  padding: 3px 0px 10px 45px;
  width: auto;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/interview/girls_q.png") no-repeat;
  font-weight: bold;
  font-size: 100%;
  color: #e95098;
  border-bottom: dotted 2px #e95098;
}

#main_contents p.girls_a {
  margin: 1.5em 2.5em 4.5em 3em;
  padding: 3px 0px 5px 45px;
  line-height: 25px;
  width: auto;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/interview/girls_a.png") no-repeat;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents p.girls_q {
    margin: 1em 1.5em 1em 1.2em;
    letter-spacing: 0px;
  }

  #main_contents p.girls_a {
    margin: 1em 1.5em 1em 1.2em;
    letter-spacing: 0px;
  }
}

/*------------------------------
　   学部生?大学院（H23～27年度）
------------------------------*/
h3.data {
  margin: 30px 0px 0px 50px;
  padding: 0px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents h3.data {
    margin: 1em;
    width: auto;
    letter-spacing: normal;
  }
}

/* ------------------------------
　         進路状況　表
------------------------------ */
#main_contents table.course {
  width: auto;
  line-height: 200%;
  font-size: 85%;
  margin: 2em 3em;
  border-collapse: collapse;
  letter-spacing: 2px;
}

#main_contents table.course th {
  width: 160px;
  padding: 5px 1em;
  font-weight: normal;
  border: 1px solid #a9a9a9;
}

#main_contents table.course td {
  padding: 5px 1em;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents table.course {
    margin: 1em;
  }

  #main_contents table.course th,
  #main_contents table.course td {
    display: block;
    width: auto;
    letter-spacing: normal;
  }
}

/* ------------------------------
　   進路状況　表　色分け（職種別）
------------------------------ */
/* ---------------------------
　      2023年6月変更
------------------------------ */

/* -----　農業、林業　----- */
#main_contents table th.nougyou {
  background-color: #b71c1e;
  font-weight: bold;
  color: #000000;
}

/* -----　建設業　----- */
#main_contents table th.kensetsugyou {
  background-color: #920783;
  font-weight: bold;
  color: #ffffff;
}

/* -----　食品?飲料?たばこ?飼料製造業　----- */
#main_contents table th.syokuryohin {
  background-color: #c7df10;
  font-weight: bold;
  color: #000000;
}

/* -----　繊維工業　----- */
#main_contents table th.seni {
  background-color: #e6b86f;
  font-weight: bold;
  color: #000000;
}

/* -----　印刷?同関連業　----- */
#main_contents table th.insatsu {
  background-color: #581485;
  font-weight: bold;
  color: #ffffff;
}

/* -----　化学工業、石油製品?石炭製品　----- */
#main_contents table th.kagaku {
  background-color: #8fc31f;
  font-weight: bold;
  color: #000000;
}

/* -----　鉄鋼業、非鉄金属、金属製品製造業　----- */
#main_contents table th.tekkou {
  background-color: #009944;
  font-weight: bold;
  color: #000000;
}

/* -----　はん用?生産用?業務用機械器具製造業　----- */
#main_contents table th.kikai {
  background-color: #e60012;
  font-weight: bold;
  color: #ffffff;
}

/* -----　電子部品?デバイス?電子回路製造業　----- */
#main_contents table th.denshi {
  background-color: #ed4c09;
  font-weight: bold;
  color: #000000;
}

/* -----　電気?情報通信機械器具製造業　----- */
#main_contents table th.denki_kiki {
  background-color: #f39800;
  font-weight: bold;
  color: #000000;
}

/* -----　輸送用機械器具製造業　----- */
#main_contents table th.yusou_kiki {
  background-color: #fffb00;
  font-weight: bold;
  color: #000000;
}

/* -----　その他の製造業　----- */
#main_contents table th.sonota_seizou {
  background-color: #009e96;
  font-weight: bold;
  color: #000000;
}

/* -----　電気、ガス、熱供給、水道業　----- */
#main_contents table th.denki_gas {
  background-color: #195194;
  font-weight: bold;
  color: #ffffff;
}

/* -----　情報通信業　----- */
#main_contents table th.jouhou {
  background-color: #0083a7;
  font-weight: bold;
  color: #000000;
}

/* -----　運輸業、郵便業　----- */
#main_contents table th.unyu {
  background-color: #0f44a0;
  font-weight: bold;
  color: #ffffff;
}

/* -----　卸売業----- */
#main_contents table th.oroshiuri {
  background-color: #e4007f;
  font-weight: bold;
  color: #ffffff;
}

/* -----　小売業----- */
#main_contents table th.kouri {
  background-color: #e5004f;
  font-weight: bold;
  color: #ffffff;
}

/* -----　金融業、保険業----- */
#main_contents table th.kinyuu {
  background-color: #722247;
  font-weight: bold;
  color: #ffffff;
}

/* -----　不動産、賃貸?管理業　----- */
#main_contents table th.fudousan {
  background-color: #bb0481;
  font-weight: bold;
  color: #000000;
}

/* -----　学術研究、専門?技術サービス業　----- */
#main_contents table th.gakujutsu {
  background-color: #6e4b43;
  font-weight: bold;
  color: #ffffff;
}

/* -----　その他の専門?技術サービス業　----- */
#main_contents table th.sonotasenmon {
  background-color: #873c42;
  font-weight: bold;
  color: #000000;
}

/* -----　複合サービス事業　----- */
#main_contents table th.fukugou {
  background-color: #873c42;
  font-weight: bold;
  color: #000000;
}

/* -----　教育、学習支援業　----- */
#main_contents table th.kyouiku {
  background-color: #736857;
  font-weight: bold;
  color: #000000;
}

/* -----　生活関連サービス業、娯楽業　----- */
#main_contents table th.seikatsu {
  background-color: #bfb798;
  font-weight: bold;
  color: #000000;
}

/* -----　その他サービス業　----- */
#main_contents table th.sonota {
  background-color: #b61e49;
  font-weight: bold;
  color: #ffffff;
}

/* -----　公務　----- */
#main_contents table th.koumuin {
  background-color: #d891b8;
  font-weight: bold;
  color: #000000;
}

/* -----　国家公務　----- */
#main_contents table th.kokkakoumuin {
  background-color: #ff99cc;
  font-weight: bold;
  color: #000000;
}

/* -----　地方公務　----- */
#main_contents table th.chihoukoumuin {
  background-color: #f969b9;
  font-weight: bold;
  color: #000000;
}

/* -----　学校教育　----- */
#main_contents table th.gakkoukyouiku {
  background-color: #ff27a8;
  font-weight: bold;
  color: #000000;
}

/* -----　教員　----- */
#main_contents table th.kyouin {
  background-color: #ff99cc;
  font-weight: bold;
  color: #000000;
}

/* -----　その他　----- */
#main_contents table th.other {
  background-color: #bdc2c9;
  font-weight: bold;
  color: #000000;
}

/*--------------------------------
　           メッセージ
--------------------------------*/

#main_contents #message h2:first-child {
  letter-spacing: normal;
}

#main_contents table.message_table {
  line-height: 150%;
  margin: 0 auto;
  margin-top: 2em;
  border-collapse: collapse;
  letter-spacing: 2px;
  border: 1px solid #eee;
  width: 90%;
  background-color: #ffffff;
}

#main_contents table.message_table td {
  padding: 1em;
}

.center {
  text-align: center;
}

#message-table {
  width: 85%;
  margin: 0 auto;
  margin-top: 2em;
  background-color: #fff;
  border: 1px solid #ccc;
}

#message-table .name {
  display: inline-block;
  width: 96%;
  border-bottom: solid 1px #ccc;
  padding: 1em;
}

#message-table .picture {
  display: inline-block;
  width: 20%;
  padding: 1em;
  vertical-align: top;
}

#message-table .coment {
  display: inline-block;
  width: 70%;
  height: auto;
  min-height: 46px;
  padding: 1em;
  border-left: 1px solid #ccc;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #message-table {
    width: 95%;
  }

  #message-table .name {
    width: auto;
    vertical-align: bottom;
    border-bottom: none;
  }

  #message-table .picture {
    display: block;
    /* margin: 0 auto; */
    padding: 0.5em 0;
    width: auto;
    text-align: center;
  }

  #message-table .picture img {
    width: 50%;
    height: auto;
  }

  #message-table .coment {
    width: auto;
  }

  #main_contents ul {
    width: auto;
    padding: 1em;
    margin: 0 auto;
  }

  #main_contents table.message_table td {
    display: block;
  }
}

/*-----------------------------
　           秋元先生
-----------------------------*/

#main_contents h2:first-child {
  margin-top: 0;
  background-size: cover;
  height: auto;
}

#main_contents table.akimoto_profile {
  margin: 2em 1em 0 2.5em;
  padding: 0px;
  width: 90%;
}

#main_contents table.akimoto_profile td {
  padding: 1em;
}

#main_contents table.akimoto_profile .photo {
  text-align: center;
  width: 60%;
  min-width: 250px;
}

#main_contents table.akimoto_profile .photo img {
  width: 100%;
  min-width: 250px;
}

#main_contents table.photo_akimoto {
  margin: 10px 0px 0px 50px;
  padding: 0px;
  border: none;
  background-image: none;
}

#main_contents table.photo_akimoto img {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  border: none;
  background-image: none;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents table.akimoto_profile {
    margin: 1em;
  }

  #main_contents table.akimoto_profile td {
    display: block;
    margin: 0 auto;
  }
}

/*-----------------------------
　          林先生
-----------------------------*/
#main_contents table.hayashi_profile {
  margin: 2em 1em 0 2.5em;
  padding: 0px;
  width: 90%;
}

#main_contents table.hayashi_profile td {
  padding: 1em;
}

#main_contents table.hayashi_profile .photo {
  text-align: center;
  width: 35%;
  min-width: 200px;
}

#main_contents table.hayashi_profile .photo img {
  width: 100%;
}

#main_contents .hayashi_life01 {
  width: auto;
  margin: 1em;
  vertical-align: middle;
}

#main_contents .hayashi_life {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 18%;
  /* border: 1px solid; */
  /* height: 280px; */
  vertical-align: top;
  min-width: 150px;
}

#main_contents .hayashi_life .time {
  font-size: 85%;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #e95098;
}

#main_contents .hayashi_life img {
  padding: 0px 10px 0px 0px;
  width: 95%;
}

#main_contents .hayashi_life .comment {
  font-size: 75%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 150%;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents table.hayashi_profile {
    margin: 1em;
  }

  #main_contents table.hayashi_profile td {
    display: block;
    margin: 0 auto;
  }
}

/*-----------------------------
　            リンク
-----------------------------*/
#main_contents table.link_table {
  margin: 0 auto;
  margin-bottom: 1em;
  border: 0.5px #dcdcdc solid;
  border-collapse: collapse;
  width: 92%;
  background: #ffffff;
}

#main_contents table.link_table:last-child {
  margin-bottom: 0;
}

#main_contents td.link {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px #dcdcdc dotted;
}

#main_contents td.link {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px #dcdcdc dotted;
}

#main_contents td.link a {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 25px;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/mark_pksquaretriangle.png")
    no-repeat 0 3px;
  color: #eb6ea5;
  font-size: 110%;
}

#main_contents td.contents {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
}

/*------------------------------------
　           前のページに戻る
------------------------------------*/
#main_contents p.back {
  text-align: right;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 900px;
  font-size: 85%;
}

#main_contents p.back a {
  margin: 0px;
  padding: 0px 0px 0px 22px;
  background: transparent
    url("/_themes/wakayama-u/sys/girls/image/back_image.png") no-repeat 0 1px;
}
