@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
html {
  height: 100%;
  background: #f7f7f7;
  font-size: 62.5%;
}

body {
  background: #f7f7f7;
  color: #232323;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "メイリオ", Meriyo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}
body.mac {
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}

a:link {
  color: #ea6a00;
  text-decoration: none;
}

a:visited {
  color: #ea6a00;
  text-decoration: none;
}

a:hover {
  color: #ea6a00;
  text-decoration: underline;
}

a:active {
  color: #ea6a00;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

#globalHeaderIn, #contentsIn, #globalFooterIn, #page {
  margin: 0 auto;
}

#beta {
  width: 220px;
}

#alpha {
  width: 700px;
}

#globalHeader, #contents {
  width: 100%;
}

#globalHeaderIn, #contentsIn, #globalFooterIn {
  width: 960px;
}

#page {
  min-width: 960px;
}

#globalHeaderIn {
  position: relative;
  margin: 0 auto 40px;
  padding-top: 40px;
}
#globalHeaderIn .hgroupA {
  display: block;
  overflow: hidden;
  width: 960px;
  height: 340px;
  background-image: url(../images/bg_globalHeader_1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

#contentsIn {
  position: relative;
  margin-bottom: 60px;
  zoom: 1;
}
#contentsIn:after {
  display: table;
  clear: both;
  content: "";
}
#contentsIn:before {
  display: table;
  content: "";
}

#globalFooter {
  border-top: 1px solid #fff;
  background: #eaeaea;
}

#globalFooterIn {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

#alpha {
  float: left;
}

#beta {
  float: right;
}

.line {
  zoom: 1;
}
.line:after {
  display: table;
  clear: both;
  content: "";
}
.line:before {
  display: table;
  content: "";
}

.line {
  margin-bottom: 60px;
}

.listLead .title {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 0 white;
}

.unitAbout, .unitProfile, .unitForm {
  margin-bottom: 40px;
}
.unitAbout:last-child, .unitProfile:last-child, .unitForm:last-child {
  margin-bottom: 0;
}
.unitAbout .unitBody, .unitProfile .unitBody, .unitForm .unitBody {
  padding: 0 15px;
}
.unitList.unitAbout, .unitList.unitProfile, .unitList.unitForm {
  padding: 0 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
}
.unitAbout .txt, .unitProfile .txt, .unitForm .txt {
  margin-bottom: 15px;
}
.unitAbout .txt:last-child, .unitProfile .txt:last-child, .unitForm .txt:last-child {
  margin-bottom: 0;
}

.unitHeadMain {
  margin-bottom: 20px;
  line-height: 1.8;
}
.unitHeadMain .main {
  font-size: 20px;
  font-size: 2rem;
}
.unitHeadMain .sub {
  color: #ea6a00;
}

.unitProfile {
  zoom: 1;
}
.unitProfile:after {
  display: table;
  clear: both;
  content: "";
}
.unitProfile:before {
  display: table;
  content: "";
}
.unitProfile .unitImg {
  float: left;
  width: 140px;
}
.unitProfile .unitCont {
  float: right;
  width: 500px;
}

.unitForm .titleMain {
  margin-bottom: 40px;
  padding: 10px;
  border: none;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.unitForm .txtPrivacy {
  margin-top: 20px;
  padding: 20px;
  border: 1px dotted #000;
  font-size: 12px;
  font-size: 1.2rem;
}

.unitFootLogo {
  margin-bottom: 10px;
  text-align: center;
}
.unitFootLogo > li {
  display: inline-block;
  margin-right: 10px;
}
.unitFootLogo > li:last-child {
  margin-right: 0;
}

.modHead {
  margin-bottom: 5px;
}

.skipNav {
  position: absolute;
  left: -999px;
  width: 999px;
}

.errorALL {
  padding: 5px 0;
  background: #ff7400;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 116%;
}

.error {
  color: #ff0000;
}

#txtError {
  margin-bottom: 150px;
  color: #fff;
  text-align: center;
}

#txtAlert {
  margin-bottom: 10px;
}

.txtValidate {
  margin-top: 5px;
  color: #ff0000;
}

#globalNavi {
  margin-bottom: 20px;
}
#globalNavi .gnavi {
  margin-bottom: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
#globalNavi .gnavi > a {
  position: relative;
  z-index: 2;
  display: block;
  display: block;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #f6f6f6)) left repeat;
  background: -webkit-linear-gradient(#e2e2e2, #f6f6f6) left repeat;
  background: linear-gradient(#e2e2e2, #f6f6f6) left repeat;
  background: #f0f0f0;
  color: #000;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#globalNavi .gnavi > a:before, #globalNavi .gnavi > a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#globalNavi .gnavi > a:hover {
  background: #ea6a00;
  color: #fff;
  text-decoration: none;
}
#globalNavi .gnavi .select {
  background: #ea6a00;
  color: #fff;
  text-decoration: none;
}

.listSubNavi {
  font-size: 12px;
  font-size: 1.2rem;
}
.listSubNavi a {
  display: block;
  padding: 15px;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #000;
  line-height: 1;
}
.listSubNavi a:hover {
  color: #ea6a00;
}

.pageTop {
  position: absolute;
  top: -40px;
  right: 0px;
}

.submit input {
  border: 1px solid #a76d00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee7e00), color-stop(100%, #e65700)) left repeat !important;
  background: -webkit-linear-gradient(#ee7e00, #e65700) left repeat !important;
  background: linear-gradient(#ee7e00, #e65700) left repeat !important;
  color: #fff !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.submit input:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e65700), color-stop(100%, #ee7e00)) left repeat !important;
  background: -webkit-linear-gradient(#e65700, #ee7e00) left repeat !important;
  background: linear-gradient(#e65700, #ee7e00) left repeat !important;
}

.ie8 .submit input, .ie9 .submit input {
  background: #ee7e00 !important;
}
.ie8 .submit input:hover, .ie9 .submit input:hover {
  background: #e65700 !important;
}

.listLead .title {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 0 white;
}

.listLead .title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.listLead .content {
  margin-bottom: 20px;
}
.listLead .content:last-child {
  margin-bottom: 0;
}
.listLead .listAttention > li {
  font-size: 10px;
  font-size: 1rem;
}

.listCareer > li {
  margin-bottom: 5px;
}
.listCareer > li:last-child {
  margin-bottom: 0;
}

.copy {
  font-family: "Roboto", sans-serif;
}

.lineHead {
  display: block;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f5f3ef;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #f6f6f6)) left repeat;
  background: -webkit-linear-gradient(#e2e2e2, #f6f6f6) left repeat;
  background: linear-gradient(#e2e2e2, #f6f6f6) left repeat;
}
.lineHead .title {
  padding: 5px 0 5px 10px;
  border-left: 5px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.lineHead .titleSub {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.unitHead .title {
  margin-bottom: 15px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.txtAttention {
  font-size: 12px;
  font-size: 1.2rem;
}

.tableProgram {
  width: 100%;
}
.tableProgram th {
  background: #676767;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.tableProgram th, .tableProgram td {
  padding: 8px;
  border: 1px solid #ccc;
}
.tableProgram tr:nth-child(odd) {
  background: #fff;
}
.tableProgram td {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 white;
  font-size: 12px;
  font-size: 1.2rem;
}

.tableProgram {
  margin-bottom: 20px;
}
.tableProgram .hour {
  width: 15%;
}
.tableProgram .time {
  width: 10%;
}
.tableProgram .content {
  width: 35%;
}
.tableProgram .presenter {
  width: 45%;
}
.tableProgram td:first-child {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.tableProgram td:nth-child(2) {
  text-align: center;
}
.tableProgram strong {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.tableProgram .txt {
  margin-bottom: 5px;
}

.iconStyle {
  display: inline-block;
  padding: 5px;
  background: #b70031;
  color: #fff;
}

.icoReference .icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.icoReference .icon:last-child {
  margin-right: 0;
}
.icoReference a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.iconBlank {
  display: block;
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_blank.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

/* 131121 program */
.tableProgram .txt a {
  color: #232323;
  text-decoration: underline;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.tableProgram .txt a:hover {
  text-decoration: none;
}

/* 131202 index */
.unitBody+.txtAttention {
  margin: 15px 0 0;
}

/* 131203 program */
.unitBody .content .txt {
    word-wrap: break-word;
    word-break: break-all;
}

/* 140109 program */
.tableProgram td .materials {
  padding: 0 0 0 4px;  
}