@charset "UTF-8";
/********************************************************************************************************
CSS 構成書

 File Name:      common.css
 Style Info:     全ページ共通CSS
 Author:         man'age
 Create Modified:2016.07.14
********************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*==========================================================
1.Basic -基本設定-
==========================================================*/
@import url("lib/reset.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #444;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a, a:link {
  color: #77c2e6;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #4d8eae;
  text-decoration: none;
}

#contents {
  max-width: 1000px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  z-index: 1;
}
#contents:after {
  content: "";
  display: table;
  clear: both;
}

#header > .inner, #footer > .inner {
  max-width: 1000px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  z-index: 1;
}
#header > .inner:after, #footer > .inner:after {
  content: "";
  display: table;
  clear: both;
}

.section .content {
  position: relative;
}

.box {
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  background-color: white;
  background: rgba(255, 255, 255, 0.5);
  zoom: 1;
  text-align: center;
}

/* Basic Background */
#header {
  background: #1c052a;
}

#footer {
  background: #cdade8;
}

/*==========================================================
2.Layout -基本レイアウトパーツ設定-
==========================================================*/
#wrapper {
  position: relative;
}

/*********************************************
 HEADER
*********************************************/
#header {
  position: relative;
}
#header #logo {
  color: #fff;
  font-weight: normal;
  font-size: 1.57em;
}
#header #logo img, #header #logo span {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-family: "Oswald", Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  font-weight: 100;
}

/*********************************************
 CONTENTS
*********************************************/
#contents {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*********************************************
 FOOTER
*********************************************/
#footer {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

/* copyright */
#copyright {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

/* page top */
#pagetop {
  max-width: 1000px;
  width: 70%;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
#pagetop a {
  position: fixed;
  overflow: hidden;
  text-indent: -9999px;
  bottom: 134px;
  right: 0;
  margin-bottom: -30px;
  margin-right: 30px;
  display: block;
  background: rgba(28, 5, 42, 0.9) url(../images/arw_totop.png) center center no-repeat;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#pagetop a:hover {
  background-color: rgba(28, 5, 42, 0.5);
}

/*==========================================================
4.Contents -各コンテンツ設定-
==========================================================*/
/*********************************************
 SECTION PARTS
*********************************************/
.section {
  border-top: 1px dotted #cdade8;
  margin-top: 60px;
}
.section .ttl {
  font-size: 2.57em;
  font-weight: bold;
  color: #cdade8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  margin-top: 60px;
}
.section p, .section li, .section dt, .section dd, .section th, .section td {
  line-height: 1.75;
}

/*********************************************
01 OUTLINE -アウトライン-
*********************************************/
#seminar_outline {
  -ms-filter: "alpha(opacity=25)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background-color: #cdade8;
  background: rgba(205, 173, 232, 0.25);
  zoom: 1;
  padding: 20px;
  border-top: 0 none;
}

/*********************************************
02 SEMINAR CONTENTS -セミナー内容-
*********************************************/
.list {
  position: relative;
  overflow: hidden;
}
.list li {
  padding-left: 15px;
  position: relative;
}
.list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cdade8;
  position: absolute;
  top: 0.7em;
  left: 0;
}

/*********************************************
03 DATE -日程-
*********************************************/
.datetable {
  display: table;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.datetable .item {
  display: table-row;
}
.datetable .item dt, .datetable .item dd {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}
.datetable .item .date {
  width: 30%;
  color: #1c052a;
}
.datetable .item .state {
  width: 30%;
  color: #e60012;
}

/*********************************************
04 VENUE -会場-
*********************************************/
.prof_wrap + .prof_wrap {
  margin-top: 2em;
}
.prof_wrap dt {
  font-weight: bold;
  color: #999;
}

/*********************************************
05 FORM -お申し込みフォーム-
*********************************************/
.req,
.notice {
  color: #e60012;
}

#seminar_form .form_table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#seminar_form .form_table .item {
  padding: 20px;
  position: relative;
  overflow: hidden;
  padding-left: 25%;
}
#seminar_form .form_table .item label {
  width: 20%;
  display: block;
  position: absolute;
  left: 20px;
  top: 23px;
}
#seminar_form .form_table .item input[type="text"],
#seminar_form .form_table .item input[type="mail"],
#seminar_form .form_table .item input[type="tel"],
#seminar_form .form_table .item textarea {
  border: 1px solid #bbb;
  padding: 10px;
  width: 80%;
}
#seminar_form .form_table .item textarea {
  height: 10em;
}
#seminar_form .form_table .item select {
  font-size: 1.16em;
}
#seminar_form .form_table .item + .item {
  border-top: 1px dotted #ddd;
}
#seminar_form .btn_wrap {
  text-align: center;
  margin-top: 30px;
}
#seminar_form .prof_wrap {
  margin-top: 30px;
  text-align: center;
  -ms-filter: "alpha(opacity=25)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  background-color: #cdade8;
  background: rgba(205, 173, 232, 0.25);
  zoom: 1;
  padding: 20px;
}
