@import url("css/normalize.min.css");
/* Mixin
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Variables
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* normalize.css http://github.com/necolas/normalize.css
Load the file you minify. */
/* Bass */
/* line 29, ../sass/style.min.scss */
html {
  font-size: 62.5%;
}

/* line 30, ../sass/style.min.scss */
html, button, input, select, textarea {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

/* line 31, ../sass/style.min.scss */
body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666666;
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* text color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 45, ../sass/style.min.scss */
h1, h2, h3, h4, h5, h6, th, dt {
  color: black;
}

/* line 48, ../sass/style.min.scss */
strong {
  color: #ff9900;
}

/* line 51, ../sass/style.min.scss */
a {
  color: #004b91;
  text-decoration: none;
}

/* line 55, ../sass/style.min.scss */
a:hover {
  color: #e47911;
  text-decoration: underline;
}

/* line 59, ../sass/style.min.scss */
a:focus {
  outline: thin dotted;
}

/* line 62, ../sass/style.min.scss */
a:visited {
  color: #996633;
}

/* line 65, ../sass/style.min.scss */
::selection {
  background: #ff9933;
  text-shadow: none;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 72, ../sass/style.min.scss */
#viewport {
  width: 100%;
}

/* line 77, ../sass/style.min.scss */
#masthead {
  width: auto;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

/* line 83, ../sass/style.min.scss */
#main {
  width: auto;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 89, ../sass/style.min.scss */
#colophon {
  margin-top: 2em;
  border-top: 5px solid #ff9933;
  background: #f3f3f3;
}

/* Header Area
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 97, ../sass/style.min.scss */
#site-title {
  margin: 16px 0 0;
}

/* line 100, ../sass/style.min.scss */
#main-nav {
  width: auto;
  max-width: 948px;
  border: 1px solid #dadada;
}
/* line 105, ../sass/style.min.scss */
#main-nav .menu-toggle {
  display: none;
}
/* line 109, ../sass/style.min.scss */
#main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 114, ../sass/style.min.scss */
#main-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #dadada;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(#ffffff, #eaeaea);
  background-image: -moz-linear-gradient(#ffffff, #eaeaea);
  background-image: linear-gradient(#ffffff, #eaeaea);
}
/* line 121, ../sass/style.min.scss */
#main-nav ul li a {
  color: black;
  padding: 1em 0;
  display: block;
}
/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#main-nav ul li a:hover {
  color: #e47911;
}
/* line 127, ../sass/style.min.scss */
#main-nav ul li:first-child {
  border-top: none;
}

/* line 132, ../sass/style.min.scss */
#header-social-box {
  display: none;
}

/* line 136, ../sass/style.min.scss */
#main-img {
  width: auto;
  max-width: 950px;
  margin: 1em auto 2em;
  padding: 0 10px;
}
/* line 142, ../sass/style.min.scss */
#main-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Common elements
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 153, ../sass/style.min.scss */
.section-title,
.entry-title,
.page-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  color: black;
  border-bottom: 3px solid #ff9933;
  padding: 0 0 10px 53px;
  background: url("../images/icon/title-icon.png") no-repeat 5px top;
  -webkit-background-size: 28px auto;
}

/* line 162, ../sass/style.min.scss */
#page-nav,
#nav-single {
  position: relative;
}
/* line 165, ../sass/style.min.scss */
#page-nav .nav-previous,
#nav-single .nav-previous {
  display: inline;
  position: absolute;
  top: 0;
  left: 10px;
}
/* line 171, ../sass/style.min.scss */
#page-nav .nav-previous a,
#nav-single .nav-previous a {
  padding-left: 12px;
  background: url("../images/icon/arrow-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 4px auto;
}
/* line 176, ../sass/style.min.scss */
#page-nav #scrolltop,
#nav-single #scrolltop {
  text-align: center;
}
/* line 179, ../sass/style.min.scss */
#page-nav .nav-next,
#nav-single .nav-next {
  display: inline;
  position: absolute;
  top: 0;
  right: 10px;
}
/* line 185, ../sass/style.min.scss */
#page-nav .nav-next a,
#nav-single .nav-next a {
  padding-left: 12px;
  background: url("../images/icon/arrow-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 4px auto;
}

/* archive area
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 194, ../sass/style.min.scss */
.archive-information {
  padding: 0;
  list-style: none;
}
/* line 198, ../sass/style.min.scss */
.archive-information li {
  border-bottom: 1px dotted #cbcbcb;
  padding: 7px 0 7px 28px;
}
/* line 202, ../sass/style.min.scss */
.archive-information li time {
  width: auto;
  max-width: 119px;
  font-weight: bold;
  color: black;
  padding-left: 31px;
  background: url("../images/icon/square-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 5px auto;
  display: inline-block;
  float: left;
}
/* line 212, ../sass/style.min.scss */
.archive-information li span {
  width: auto;
  max-width: 730px;
  padding-left: 42px;
  display: inline-block;
  float: left;
}

/* line 222, ../sass/style.min.scss */
article.speaker {
  margin-bottom: 1em;
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 1em;
}
/* line 227, ../sass/style.min.scss */
article.speaker .speaker-header {
  margin-left: 160px;
}
/* line 230, ../sass/style.min.scss */
article.speaker .speaker-header .speaker-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
}
/* line 234, ../sass/style.min.scss */
article.speaker .speaker-header .speaker-title a {
  color: black;
}
/* line 240, ../sass/style.min.scss */
article.speaker .speaker-content {
  margin-left: 160px;
}
/* line 245, ../sass/style.min.scss */
article.speaker .speaker-content p strong {
  color: black;
}
/* line 249, ../sass/style.min.scss */
article.speaker .speaker-content p:first-child {
  margin-top: 0;
}
/* line 254, ../sass/style.min.scss */
article.speaker .thumb {
  width: 130px;
  float: left;
}
/* line 258, ../sass/style.min.scss */
article.speaker .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 268, ../sass/style.min.scss */
body.post-type-archive-sponsor #content article {
  width: 211px;
  margin: 0 auto 35px;
}
/* line 272, ../sass/style.min.scss */
body.post-type-archive-sponsor #content article img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Post Element
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 286, ../sass/style.min.scss */
.speaker-content h1, .speaker-content h2, .speaker-content h3, .speaker-content h4, .speaker-content h5, .speaker-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 1em 0;
}

/* line 292, ../sass/style.min.scss */
.single article.post {
  margin-bottom: 1em;
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 1em;
}

/* ==|== entry content layout ======================================================= */
/* line 302, ../sass/style.min.scss */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 310, ../sass/style.min.scss */
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* ==|== Oversize image ======================================================= */
/* line 319, ../sass/style.min.scss */
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
}

/* ==|== Caption ======================================================= */
/* line 325, ../sass/style.min.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 333, ../sass/style.min.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 337, ../sass/style.min.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 341, ../sass/style.min.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 345, ../sass/style.min.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 354, ../sass/style.min.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 361, ../sass/style.min.scss */
.time-teble {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
/* line 367, ../sass/style.min.scss */
.time-teble .time-line {
  width: 16%;
  background: #eeeeee !important;
}
/* line 371, ../sass/style.min.scss */
.time-teble .location {
  width: 20%;
  background: #ecf6fe;
}
/* line 377, ../sass/style.min.scss */
.time-teble thead th {
  vertical-align: top;
  padding: 10px;
  background: #fff2df;
}
/* line 382, ../sass/style.min.scss */
.time-teble thead th:first-child {
  background: #FFF;
}
/* line 389, ../sass/style.min.scss */
.time-teble tbody tr.odd td {
  background: #f3f3f3;
}
/* line 392, ../sass/style.min.scss */
.time-teble tbody tr.odd td:first-child {
  background: #EEE;
}
/* line 395, ../sass/style.min.scss */
.time-teble tbody tr.odd td.row {
  background: #edf5ef;
}
/* line 399, ../sass/style.min.scss */
.time-teble tbody td {
  vertical-align: top;
  padding: 10px;
}
/* line 403, ../sass/style.min.scss */
.time-teble tbody td.row {
  background: #edf5ef;
}
/* line 406, ../sass/style.min.scss */
.time-teble tbody td:first-child {
  text-align: center;
  font-weight: bold;
  color: black;
}

/* line 413, ../sass/style.min.scss */
.pdf-link {
  width: 320px;
  margin: 20px auto;
}
/* line 417, ../sass/style.min.scss */
.pdf-link a {
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  text-align: center;
  text-decoration: none;
  text-shadow: white 0 1px 0;
  border: 2px solid #81825a;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #f3f3df), color-stop(85%, #c1c2a3));
  background-image: -webkit-linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  background-image: -moz-linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  background-image: linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  -webkit-box-shadow: inset 0 0 2px white;
  -moz-box-shadow: inset 0 0 2px white;
  box-shadow: inset 0 0 2px white;
  display: block;
}
/* line 430, ../sass/style.min.scss */
.pdf-link a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #f3f3df), color-stop(100%, #c1c2a3));
  background-image: -webkit-linear-gradient(#f3f3df 30%, #c1c2a3);
  background-image: -moz-linear-gradient(#f3f3df 30%, #c1c2a3);
  background-image: linear-gradient(#f3f3df 30%, #c1c2a3);
}

/* HOME area
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 439, ../sass/style.min.scss */
#overview .overview-img {
  width: auto;
  max-width: 463px;
}
/* line 443, ../sass/style.min.scss */
#overview .overview-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
/* line 451, ../sass/style.min.scss */
#overview table {
  width: auto;
  max-width: 600px;
}
/* line 455, ../sass/style.min.scss */
#overview table th {
  width: auto;
  text-align: left;
  padding-left: 10px;
  background: url("../images/icon/square-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 5px auto;
  display: block;
}
/* line 463, ../sass/style.min.scss */
#overview table td {
  width: auto;
  margin-bottom: 1em;
  display: block;
}

/* line 473, ../sass/style.min.scss */
#information ul {
  padding: 0;
  list-style: none;
}
/* line 477, ../sass/style.min.scss */
#information ul li {
  border-bottom: 1px dotted #cbcbcb;
  padding: 7px 0 7px 28px;
}
/* line 481, ../sass/style.min.scss */
#information ul li time {
  width: auto;
  max-width: 119px;
  font-weight: bold;
  color: black;
  padding-left: 31px;
  background: url("../images/icon/square-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 5px auto;
  display: inline-block;
  float: left;
}
/* line 491, ../sass/style.min.scss */
#information ul li span {
  width: auto;
  max-width: 730px;
  padding-left: 42px;
  display: inline-block;
  float: left;
}
/* line 501, ../sass/style.min.scss */
#information .more-archive {
  text-align: right;
}
/* line 504, ../sass/style.min.scss */
#information .more-archive a {
  padding-left: 12px;
  background: url("../images/icon/arrow-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 4px auto;
}

/* line 512, ../sass/style.min.scss */
#speaker #maki-speaker-box {
  position: relative;
}
/* line 515, ../sass/style.min.scss */
#speaker #maki-speaker-box ul {
  padding: 0;
  list-style: none;
}
/* line 519, ../sass/style.min.scss */
#speaker #maki-speaker-box ul li {
  margin-right: 10px;
}
/* line 522, ../sass/style.min.scss */
#speaker #maki-speaker-box ul li span {
  display: block;
}
/* line 525, ../sass/style.min.scss */
#speaker #maki-speaker-box ul li span img {
  max-width: 130px;
  height: auto;
  display: block;
}
/* line 531, ../sass/style.min.scss */
#speaker #maki-speaker-box ul li .thumb {
  margin-bottom: 1em;
}
/* line 536, ../sass/style.min.scss */
#speaker #maki-speaker-box .flex-control-nav {
  width: 100%;
  text-align: center;
  border: solid 1px #c9cdd0;
  padding: 10px 0 5px;
  background: #F0F0F0;
}
/* line 543, ../sass/style.min.scss */
#speaker #maki-speaker-box .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
/* line 547, ../sass/style.min.scss */
#speaker #maki-speaker-box .flex-control-nav li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 558, ../sass/style.min.scss */
#speaker #maki-speaker-box .flex-control-nav li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
/* line 562, ../sass/style.min.scss */
#speaker #maki-speaker-box .flex-control-nav li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
/* line 571, ../sass/style.min.scss */
#speaker .more-archive {
  text-align: right;
}
/* line 574, ../sass/style.min.scss */
#speaker .more-archive a {
  padding-left: 12px;
  background: url("../images/icon/arrow-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 4px auto;
}

/* line 585, ../sass/style.min.scss */
#sponsor #sponsor-box ul {
  padding: 0;
  list-style: none;
}
/* line 589, ../sass/style.min.scss */
#sponsor #sponsor-box ul li {
  width: 211px;
  margin: 0 auto 35px;
}
/* line 593, ../sass/style.min.scss */
#sponsor #sponsor-box ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 602, ../sass/style.min.scss */
#sponsor .more-archive {
  text-align: right;
}
/* line 605, ../sass/style.min.scss */
#sponsor .more-archive a {
  padding-left: 12px;
  background: url("../images/icon/arrow-icon.png") no-repeat left 0.6em;
  -webkit-background-size: 4px auto;
}

/* line 614, ../sass/style.min.scss */
#social .twitter-timeline {
  width: 950px;
  max-width: 100%;
  margin-bottom: 1em;
}
/* line 619, ../sass/style.min.scss */
#social .fb-like-box {
  width: 950px;
  max-width: 100%;
}
/* line 623, ../sass/style.min.scss */
#social .fb-like-box span {
  width: 950px !important;
  max-width: 100%;
}
/* line 627, ../sass/style.min.scss */
#social .fb-like-box span iframe {
  width: 950px !important;
  max-width: 100%;
  position: relative !important;
}

/* line 638, ../sass/style.min.scss */
#registration .event_participation {
  width: 100%;
}
/* line 641, ../sass/style.min.scss */
#registration .event_participation a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004b91;
  text-align: center;
  text-decoration: none;
  text-shadow: white 0 1px 0;
  border: 2px solid #2164a6;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #ffdd88), color-stop(85%, #f49d00));
  background-image: -webkit-linear-gradient(#ffdd88 15%, #f49d00 85%);
  background-image: -moz-linear-gradient(#ffdd88 15%, #f49d00 85%);
  background-image: linear-gradient(#ffdd88 15%, #f49d00 85%);
  -webkit-box-shadow: inset 0 0 2px white;
  -moz-box-shadow: inset 0 0 2px white;
  box-shadow: inset 0 0 2px white;
  display: block;
}
/* line 654, ../sass/style.min.scss */
#registration .event_participation a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #ffdd88), color-stop(100%, #f49d00));
  background-image: -webkit-linear-gradient(#ffdd88 30%, #f49d00);
  background-image: -moz-linear-gradient(#ffdd88 30%, #f49d00);
  background-image: linear-gradient(#ffdd88 30%, #f49d00);
}
/* line 658, ../sass/style.min.scss */
#registration .eocial_gathering {
  width: 100%;
}
/* line 661, ../sass/style.min.scss */
#registration .eocial_gathering a {
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  text-align: center;
  text-decoration: none;
  text-shadow: white 0 1px 0;
  border: 2px solid #81825a;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #f3f3df), color-stop(85%, #c1c2a3));
  background-image: -webkit-linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  background-image: -moz-linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  background-image: linear-gradient(#f3f3df 15%, #c1c2a3 85%);
  -webkit-box-shadow: inset 0 0 2px white;
  -moz-box-shadow: inset 0 0 2px white;
  box-shadow: inset 0 0 2px white;
  display: block;
}
/* line 674, ../sass/style.min.scss */
#registration .eocial_gathering a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #f3f3df), color-stop(100%, #c1c2a3));
  background-image: -webkit-linear-gradient(#f3f3df 30%, #c1c2a3);
  background-image: -moz-linear-gradient(#f3f3df 30%, #c1c2a3);
  background-image: linear-gradient(#f3f3df 30%, #c1c2a3);
}

/* Footer area
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 682, ../sass/style.min.scss */
#in-footer {
  padding: 1em 0;
}
/* line 685, ../sass/style.min.scss */
#in-footer #footer-nav-box {
  width: auto;
  max-width: 948px;
  margin: 0 auto;
  border: 1px solid #dadada;
  border-top: none;
}
/* line 692, ../sass/style.min.scss */
#in-footer #footer-nav-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 697, ../sass/style.min.scss */
#in-footer #footer-nav-box ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #dadada;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(#ffffff, #eaeaea);
  background-image: -moz-linear-gradient(#ffffff, #eaeaea);
  background-image: linear-gradient(#ffffff, #eaeaea);
}
/* line 704, ../sass/style.min.scss */
#in-footer #footer-nav-box ul li a {
  padding: 1em 0;
  display: block;
}
/* line 709, ../sass/style.min.scss */
#in-footer #footer-nav-box ul li:first-child {
  border-top: none;
}
/* line 715, ../sass/style.min.scss */
#in-footer #copyright {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
}
/* line 721, ../sass/style.min.scss */
#in-footer #copyright small {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 726, ../sass/style.min.scss */
#in-footer #footer-social-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid white;
  padding: 2em 0 3em;
}

/* Other
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 740, ../sass/style.min.scss */
.social-button div {
  width: auto;
  margin-right: 5px;
  display: inline-block;
}
/* line 747, ../sass/style.min.scss */
.social-button .fb-like span {
  display: block;
}
/* line 751, ../sass/style.min.scss */
.social-button .twitter-button {
  width: 97px;
  overflow: hidden;
}
/* line 756, ../sass/style.min.scss */
.social-button #___plusone_0,
.social-button #___plusone_1 {
  width: 50px !important;
}

/* line 771, ../sass/style.min.scss */
#main-nav:after,
body.post-type-archive-sponsor #content:after,
.archive-information li:after,
article.post:after,
article.speaker:after,
#overview:after,
#information ul li:after,
#sponsor ul:after,
#social:after,
#registration:after,
.social-button:after {
  content: "";
  display: table;
  clear: both;
}

/* line 776, ../sass/style.min.scss */
.assistive-text {
  display: none;
}

/* Mobile
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1023px) {
  /* Layout
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 785, ../sass/style.min.scss */
  #main {
    padding: 0;
  }

  /* Header Area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 791, ../sass/style.min.scss */
  #main-nav {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(#ffffff, #eaeaea);
    background-image: -moz-linear-gradient(#ffffff, #eaeaea);
    background-image: linear-gradient(#ffffff, #eaeaea);
  }
  /* line 796, ../sass/style.min.scss */
  #main-nav ul li {
    width: 100%;
    max-width: 189px;
    border-left: 1px solid #dadada;
    border-top: none;
    background-image: none;
    float: left;
  }
  /* line 804, ../sass/style.min.scss */
  #main-nav ul li:first-child {
    max-width: 188px;
    border-left: none;
  }

  /* line 811, ../sass/style.min.scss */
  #header-social-box {
    text-align: right;
    position: absolute;
    top: 38px;
    right: 15px;
    display: block;
  }

  /* line 819, ../sass/style.min.scss */
  #main-img {
    padding: 0;
  }

  /* archive area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 825, ../sass/style.min.scss */
  body.post-type-archive-sponsor #content {
    margin-left: -35px;
  }
  /* line 828, ../sass/style.min.scss */
  body.post-type-archive-sponsor #content .page-header {
    margin-left: 35px;
  }
  /* line 831, ../sass/style.min.scss */
  body.post-type-archive-sponsor #content article {
    margin: 0 0 35px 35px;
    float: left;
  }

  /* HOME area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 841, ../sass/style.min.scss */
  #overview .overview-img {
    float: left;
  }
  /* line 845, ../sass/style.min.scss */
  #overview table {
    width: 462px;
    margin: 1em 0;
    float: right;
  }
  /* line 850, ../sass/style.min.scss */
  #overview table th {
    width: 25%;
    vertical-align: top;
    display: table-cell;
  }
  /* line 856, ../sass/style.min.scss */
  #overview table td {
    width: 75%;
    vertical-align: top;
    padding: 0 0 1em;
    display: table-cell;
  }

  /* line 868, ../sass/style.min.scss */
  #sponsor #sponsor-box ul {
    margin-left: -35px;
  }
  /* line 871, ../sass/style.min.scss */
  #sponsor #sponsor-box ul li {
    margin: 0 0 35px 35px;
    float: left;
  }

  /* line 882, ../sass/style.min.scss */
  #social .twitter-timeline {
    max-width: 465px !important;
    float: left;
  }
  /* line 886, ../sass/style.min.scss */
  #social .fb-like-box {
    max-width: 463px;
    float: right;
  }
  /* line 890, ../sass/style.min.scss */
  #social .fb-like-box span {
    max-width: 463px;
  }
  /* line 893, ../sass/style.min.scss */
  #social .fb-like-box span iframe {
    max-width: 463px;
  }

  /* line 901, ../sass/style.min.scss */
  #registration .event_participation {
    max-width: 621px;
    float: left;
  }
  /* line 905, ../sass/style.min.scss */
  #registration .eocial_gathering {
    max-width: 296px;
    float: right;
  }

  /* Footer area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 915, ../sass/style.min.scss */
  #in-footer #footer-nav-box {
    border: none;
  }
  /* line 918, ../sass/style.min.scss */
  #in-footer #footer-nav-box ul {
    text-align: center;
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  /* line 924, ../sass/style.min.scss */
  #in-footer #footer-nav-box ul li {
    font-weight: normal;
    text-align: center;
    border-top: none;
    border-right: 1px solid #dedede;
    background-image: none;
    display: inline-block;
  }
  /* line 932, ../sass/style.min.scss */
  #in-footer #footer-nav-box ul li a {
    padding: 0 1em;
    display: inline;
  }
  /* line 937, ../sass/style.min.scss */
  #in-footer #footer-nav-box ul li:first-child {
    border-left: 1px solid #dedede;
  }
}
/* Device pixel ratio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Header Area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 950, ../sass/style.min.scss */
  #site-title img {
    content: url("../images/site-logo@2x.png");
  }

  /* Common elements
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 956, ../sass/style.min.scss */
  .section-title,
  .entry-title {
    background-image: url("../images/icon/title-icon@2x.png");
  }

  /* Common elements
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 967, ../sass/style.min.scss */
  #page-nav .nav-previous a,
  #nav-single .nav-previous a {
    background-image: url("../images/icon/arrow-icon@2x.png");
  }
  /* line 973, ../sass/style.min.scss */
  #page-nav .nav-next a,
  #nav-single .nav-next a {
    background-image: url("../images/icon/arrow-icon@2x.png");
  }

  /* HOME area
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* line 985, ../sass/style.min.scss */
  #overview table th {
    background-image: url("../images/icon/square-icon@2x.png");
  }

  /* line 996, ../sass/style.min.scss */
  #information ul li time {
    background-image: url("../images/icon/square-icon@2x.png");
  }
  /* line 1003, ../sass/style.min.scss */
  #information .more-archive a {
    background-image: url("../images/icon/arrow-icon@2x.png");
  }

  /* line 1012, ../sass/style.min.scss */
  #speaker .more-archive a {
    background-image: url("../images/icon/arrow-icon@2x.png");
  }
}
