@charset "UTF-8";
/*
Theme Name: Tokyo Atago Rotary Club
Theme URI: http://www.atagorotary.com/themes/atago_rotary/
Author: Tokyo Atago Rotary Club
Author URI: http://www.atagorotary.com/
*/
/* -------------------------------------------------------
 * reset
 * ------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
	========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
	========================================================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
b,
strong {
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* Embedded content
	========================================================================== */
img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* Forms
	========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
	========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -------------------------------------------------------
 * Base
 * ------------------------------------------------------- */
body {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
}

a:link, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
a img {
  border: none;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/* -------------------------------------------------------
 * Layout
 * ------------------------------------------------------- */
.l-contentWrap {
  position: relative;
  z-index: 10;
}

.l-header {
  margin-top: 5em;
  padding-top: 100px;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/bg_header_line.png") no-repeat center top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .l-header {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/bg_header_line@2x.png") no-repeat center top;
    background-size: 1080px 150px;
  }
}
@media (max-width: 567px) {
  .l-header {
    padding-top: 50px;
    background-size: 720px 100px;
  }
}

.l-toppageHeader {
  margin-top: 18em;
}
@media (max-width: 768px) {
  .l-toppageHeader {
    margin-top: 6em;
  }
}

.l-headerContent {
  background-color: #fff;
}

.l-contentArea {
  background-color: #fff;
}

.l-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
@media (max-width: 1024px) {
  .l-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-footer {
  clear: both;
  padding: 30px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.rotarylogo {
  margin-bottom: 20px;
  text-align: center;
}

.rotarylogo img {
  width: 200px;
  height: auto;
}

/* header image
------------------------------------------------------- */
.pageHeader-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.movFigure {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
.movFigure img {
  width: 100%;
  -webkit-animation: move 100s ease 0s infinite;
  animation: move 100s ease 0s infinite;
}

@-webkit-keyframes move {
  0% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* header
------------------------------------------------------- */
.header-logo {
  margin: 0 auto;
  width: 331px;
  padding: 0 0 53px;
  text-align: center;
}
@media (max-width: 1024px) {
  .header-logo {
    padding-bottom: 0;
  }
}
@media (max-width: 567px) {
  .header-logo {
    width: 180px;
  }
}

.naviArea {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.header-navi {
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
  background-color: #fff;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}
.header-navi li {
  float: left;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.header-navi li:last-child {
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted.png") repeat-y right top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .header-navi li:last-child {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted@2x.png") repeat-y right top;
    background-size: 1px 2px;
  }
}
.header-navi a {
  display: block;
  height: 30px;
  line-height: 30px;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted.png") repeat-y left top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .header-navi a {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted@2x.png") repeat-y left top;
    background-size: 1px 2px;
  }
}

.slideMenu-close {
  padding: 15px 0;
}

.navi-about a {
  width: 200px;
}

.navi-meetings a {
  width: 123px;
}

.navi-history a {
  width: 128px;
}

.navi-missionstatement a {
  width: 153px;
}

.navi-fourwaytest {
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted.png") repeat-y right top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .navi-fourwaytest {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted@2x.png") repeat-y right top;
    background-size: 1px 2px;
  }
}

.navi-fourwaytest a {
  width: 300px;
}

.navi-volunteer a {
  width: 131px;
}

.navi-join a {
  width: 131px;
}

.navi-outline a {
  width: 131px;
}

.navi-greeting a {
  width: 131px;
}

.navi-news a {
  width: 131px;
}

.navi-faq a {
  width: 118px;
}

.navi-contact a {
  width: 131px;
}

.navi-login {
  position: absolute;
  right: 15px;
  top: -226px;
  width: 167px;
  margin: 0;
  text-align: right;
}

@media (max-width: 1024px) {
  .header-navi {
    background: none;
    padding-top: 50px;
  }
  .header-navi li {
    margin: 0 0 5px;
    float: none;
  }
  .header-navi a {
    background: #fff;
    height: auto;
    line-height: 1.5;
  }
  .header-navi a:hover {
    background-color: #ecebe7;
  }

  .navi-about a,
  .navi-meetings a,
  .navi-history a,
  .navi-missionstatement a,
  .navi-fourwaytest a,
  .navi-volunteer a,
  .navi-join a,
  .navi-outline a,
  .navi-greeting a,
  .navi-news a,
  .navi-faq a,
  .navi-contact a {
    width: auto;
    padding: 10px;
  }

  .navi-login {
    width: auto;
    background: none;
    text-align: left;
    top: -100px;
  }
  .navi-login a {
    display: block;
    text-indent: -10000px;
    background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
    background-repeat: no-repeat;
    height: 54px;
    width: 42px;
    background-position: 0 -59px;
    background-size: 42px auto;
  }
}
@media (max-width: 567px) {
  .navi-login {
    top: -20px;
  }
}
/* footer
------------------------------------------------------- */
.copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* -------------------------------------------------------
 * Modules
 * ------------------------------------------------------- */
#breadCrumbs {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-size: 0.6875rem;
  *zoom: 1;
}

#breadCrumbs:after {
  content: "";
  display: table;
  clear: both;
}

#breadCrumbs li {
  float: left;
}

#breadCrumbs li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 0 -24px;
  background-size: 42px auto;
}

.entry-header {
  margin-bottom: 50px;
}

.entry-content {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .entry-content {
    width: auto;
  }
}

.entry-content.loggedin {
  width: 850px;
}
@media (max-width: 1024px) {
  .entry-content.loggedin {
    width: auto;
  }
}

.entry-footer {
  margin-top: 40px;
}

/* Heading */
.heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
  text-align: center;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/bg_heading.png") no-repeat center center;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .heading {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/bg_heading@2x.png") no-repeat center center;
    background-size: contain;
  }
}

.heading-text {
  padding: 0 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .heading-text {
    display: inline-block;
    margin: 0 auto;
    max-width: 75%;
  }
}

.subHeading {
  margin-bottom: 15px;
  padding: 3px 7px 3px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  border-bottom: 3px solid #ecebe7;
  border-top: 3px solid #ecebe7;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
}

/* List */
.links {
  margin: 50px 0 0;
  padding: 0;
}
.links li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list {
  margin: 2em 0;
  padding: 0;
}
.faq-list li {
  position: relative;
  list-style: none;
  margin: 0 0 .8em;
  padding: 0 0 0 2em;
}
.faq-list li:before {
  content: "Q ";
  position: absolute;
  left: 0;
  top: -0.2em;
  color: #673b78;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
}

dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

dd {
  margin-bottom: 1.5em;
}

.dl-horizontal {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  width: 5em;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}
.dl-horizontal dd {
  margin: 0;
  padding: 10px 0 10px 5em;
}
@media (max-width: 567px) {
  .dl-horizontal dt {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .dl-horizontal dd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
}

/* Table */
.table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.table th {
  padding: 5px 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #ecebe7;
  white-space: nowrap;
}
.table td {
  padding: 5px 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

@media (max-width: 567px) {
  .table {
    display: block;
    border: none;
  }
  .table thead {
    display: none;
  }
  .table tr {
    display: block;
    margin: 0 0 10px;
  }
  .table th {
    display: block;
    padding: 0;
    width: auto;
    border: none;
  }
  .table td {
    display: block;
    padding: 0;
    width: auto;
    border: none;
  }
  .table .noSP {
    display: none;
  }
}
.table-list {
  margin: 30px 0;
  border-collapse: collapse;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light.png") repeat-x left top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .table-list {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light@2x.png") repeat-x left top;
    background-size: 2px 1px;
  }
}
.table-list th {
  text-align: left;
  padding: 20px 0;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light.png") repeat-x left bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .table-list th {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light@2x.png") repeat-x left bottom;
    background-size: 2px 1px;
  }
}
.table-list td {
  padding: 20px;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light.png") repeat-x left bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .table-list td {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light@2x.png") repeat-x left bottom;
    background-size: 2px 1px;
  }
}

/* text */
.align-R {
  text-align: right;
}

.align-L {
  text-align: left;
}

.align-C {
  text-align: center;
}

/* link */
.navigation {
  margin-top: 50px;
}

.more {
  text-align: right;
}

.note {
  font-size: 11px;
  font-size: 0.6875rem;
}

.link-pageTop {
  float: right;
  padding: 0 20px 20px;
}

.fixed-pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
}

/* icon */
.icon {
  display: inline-block;
}

.icon-left {
  margin-right: 3px;
}

.icon-right {
  margin-right: 5px;
}

.mail {
  margin-right: 5px;
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 11px;
  width: 16px;
  background-position: 0 -48px;
  background-size: 42px auto;
}

.link,
.next {
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 0 -24px;
  background-size: 42px auto;
}

.return {
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 0 -12px;
  background-size: 42px auto;
}

.topNav {
  display: block;
  text-indent: -10000em;
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: 0 -160px;
  background-size: 42px auto;
}

.close {
  display: none;
  text-decoration: none;
}

.menuOpen {
  display: none;
  position: absolute;
  right: 15px;
  top: -160px;
  text-indent: -10000px;
  background-image: url('/atgwp/wp-content/themes/atago_rotary/images/icons-s483ca481fa.png');
  background-repeat: no-repeat;
  height: 47px;
  width: 42px;
  background-position: 0 -113px;
  background-size: 42px auto;
}
@media (max-width: 567px) {
  .menuOpen {
    top: -80px;
  }
}

/* Button */
.button {
  text-align: center;
}
.button a,
.button input,
.button button {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #673b78;
  border: none;
  border-radius: 8px;
}
.button a:hover,
.button input:hover,
.button button:hover {
  background-color: #784f88;
}
.button a {
  display: block;
}

.button-link {
  margin: 30px auto;
  font-size: 16px;
  font-size: 1rem;
  font-size: 144%;
  font-weight: bold;
}

.button-report {
  width: 50%;
  margin: 30px auto;
}
@media (max-width: 567px) {
  .button-report {
    width: 100%;
  }
}

/* image */
.mainImage {
  width: 600px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .mainImage {
    width: auto;
  }
}
.mainImage .caption {
  text-align: center;
  font-size: 85%;
  margin: 5px;
}

/* section */
.lead {
  margin-bottom: 3em;
}

.section {
  margin-bottom: 4em;
}

/* box */
.grid {
  width: 660px;
  margin-right: -10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .grid {
    width: 100%;
    margin: 0;
  }
}

.col1 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 650px;
}
@media (max-width: 768px) {
  .col1 {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.col2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 320px;
}
@media (max-width: 768px) {
  .col2 {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.col3 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 210px;
}
@media (max-width: 768px) {
  .col3 {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.col4 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 155px;
}
@media (max-width: 768px) {
  .col4 {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.media-L {
  clear: both;
  float: left;
  margin: 0 30px 0 0;
}

.alignright,
.media-R {
  clear: both;
  float: right;
  margin: 0 0 0 30px;
}

.media-L img,
.media-R img {
  display: block;
}

/* navigation */
.navigation.list {
  overflow: hidden;
  *zoom: 1;
}

.nav-previous,
.nav-back {
  float: left;
}

.nav-next {
  float: right;
}

/* no entry */
.noEntry {
  margin: 2em 0;
  padding: 10px;
  text-align: center;
  border: 3px solid #f8f8f8;
}

/* -------------------------------------------------------
 * page
 * ------------------------------------------------------- */
/* News
--------------------------------------------------------- */
.news {
  margin-bottom: 30px;
}
.news dt {
  clear: left;
  float: left;
  width: 8em;
  margin: 0;
  padding: 20px 0;
}
.news dd {
  margin: 0;
  padding: 20px 0 20px 8em;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light.png") repeat-x left bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .news dd {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light@2x.png") repeat-x left bottom;
    background-size: 2px 1px;
  }
}
@media (max-width: 567px) {
  .news dt {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .news dd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
}

/* program
--------------------------------------------------------- */
.program-table th,
.program-table td {
  padding: 3px 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.meething-type {
  width: 10%;
  text-align: center;
}

.meething-no {
  width: 15%;
}

.meething-date {
  width: 10%;
}

.meething-title {
  width: 30%;
}

.meething-speaker {
  width: 15%;
}

.meething-speakerInfo {
  width: 20%;
}

@media (max-width: 567px) {
  .meething-type,
  .meething-no,
  .meething-date,
  .meething-title,
  .meething-speaker,
  .meething-speakerInfo,
  .meething-rollCall {
    width: auto;
  }

  .meething-type {
    margin-bottom: 10px;
    background-color: #ecebe7;
  }
}
/* login */
.entry-content.loggedin .meething-type {
  width: 7%;
  text-align: center;
}
.entry-content.loggedin .meething-no {
  width: 15%;
}
.entry-content.loggedin .meething-date {
  width: 8%;
}
.entry-content.loggedin .meething-title {
  width: 20%;
}
.entry-content.loggedin .meething-speaker {
  width: 17%;
}
.entry-content.loggedin .meething-speakerInfo {
  width: 15%;
}
.entry-content.loggedin .meething-rollCall {
  width: 18%;
}

@media (max-width: 567px) {
  .entry-content.loggedin .meething-type,
  .entry-content.loggedin .meething-no,
  .entry-content.loggedin .meething-date,
  .entry-content.loggedin .meething-title,
  .entry-content.loggedin .meething-speaker,
  .entry-content.loggedin .meething-speakerInfo,
  .entry-content.loggedin .meething-rollCall {
    width: 100%;
  }

  .entry-content.loggedin .meething-type {
    margin-bottom: 10px;
    background-color: #ecebe7;
  }
}
/* program detail */
.program-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 167%;
}

.program-speaker {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 136%;
}

.program-post {
  margin: 10px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

/* contact */
.contact {
  padding: 20px;
  border: 1px solid #ecebe7;
}

/* report */
.report {
  margin-top: 50px;
}

.report-image {
  padding: 20px 0;
}

.reporter {
  margin-top: 30px;
}

/* sogyo */
.sogyo-menu dt {
  clear: left;
  float: left;
  width: 5em;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.sogyo-menu dt span {
  position: absolute;
  right: 0.5em;
}
.sogyo-menu dd {
  margin: 0 0 1em;
  padding: 0 0 0 5em;
}
.sogyo-menu dd dd {
  margin: 0 0 0.3em;
}

.coordinator dt {
  width: 10em;
}
.coordinator dd {
  margin: 0 0 0.3em;
  padding: 0 0 0 10em;
}

/* access */
.map {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .map {
    width: 100%;
    height: auto;
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* member */
.attendanceConfirmation {
  margin-top: 30px;
}

.attendanceForm {
  display: table;
  margin: 10px 0;
  overflow: hidden;
}

.attendanceItems {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.button-attendance {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.button-attendance button {
  padding: 5px;
  border-radius: 3px;
}

@media (min-width: 569px) and (max-width: 768px) {
  .attendanceForm {
    display: block;
  }

  .attendanceItems,
  .button-attendance {
    display: block;
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
}
/* status */
.jois_status {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
}

.join-participation {
  border: 3px solid #DA2239;
}

.join-Nonparticipation {
  border: 3px solid #0741A7;
}

.join-hold {
  border: 3px solid #666;
}

.unregistered {
  border: 3px solid #ecebe7;
}

/* list */
.attendance-table {
  clear: both;
  width: 100%;
}
.attendance-table th {
  width: 8em;
  padding: 10px 0;
  white-space: nowrap;
}
.attendance-table td {
  padding: 10px;
}

.members {
  margin: 0;
  padding: 0;
}
.members li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FAQ
--------------------------------------------------------- */
.faq .faq-question {
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
.faq .faq-question span {
  position: absolute;
  left: 0;
  top: -5px;
  color: #673b78;
  font-size: 32px;
  font-size: 2rem;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
  line-height: 1;
}
.faq .faq-answer {
  position: relative;
  padding-left: 50px;
}
.faq .faq-answer span {
  position: absolute;
  left: 0;
  top: -5px;
  color: #784f88;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
  line-height: 1;
}

/* Form
--------------------------------------------------------- */
.contactForm {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.contactForm dt {
  clear: left;
  float: left;
  width: 30%;
  margin: 0;
  padding: 20px 0;
}
.contactForm dd {
  margin: 0;
  padding: 20px 0 20px 30%;
  background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light.png") repeat-x left bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .contactForm dd {
    background: transparent url("/atgwp/wp-content/themes/atago_rotary/images/line_dotted_light@2x.png") repeat-x left bottom;
    background-size: 2px 1px;
  }
}
@media (max-width: 567px) {
  .contactForm dt {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .contactForm dd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
}

.screen-reader-response ul,
.wpcf7-response-output {
  display: none;
}

.error-message {
  margin: 20px 0;
  padding: 20px;
  color: #673b78;
  background-color: #673b78;
  border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  color: #fff !important;
  font-weight: bold;
  background-color: #673b78;
  border-radius: 20px;
}

.submitButton {
  margin: 50px auto;
}
.submitButton .wpcf7-submit {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 567px) {
  .submitButton .wpcf7-submit {
    width: 80%;
  }
}

#programDetail {
  margin: 0;
  padding: 0;
}
#programDetail li {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.wpcf7-textarea,
.wpcf7-text {
  width: 98%;
}




.content_block {
    clear: both;
    padding: 0 0 30px;
    overflow: hidden;
    margin: 0;
}
.content_block h2 {
    margin: 0 0 40px;
}
.content_block .facebook {
    width: 40%;
    float: none;
    padding:0; 
    list-style: none;
	margin:auto;
}
.content_block .calendar {
    width: 60%;
    float: right;
    padding:0; 
    list-style: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

@media (max-width: 900px) {

.content_block {
    padding: 0 0 20px;
}
.content_block .facebook  {
    /*width: 50%;
    float: left;
    padding:0; 
    list-style: none;*/
	
	width: 40%;
    float: none;
    padding:0; 
    list-style: none;
	margin:auto;

}
.content_block .calendar {
    width: 50%;
    float: right;
    padding:0; 
    list-style: none;
}
}

@media (max-width: 768px) {
.content_block h2 {
    margin: 0 0 20px;
}
.content_block {
    padding: 0 0 20px;
}
.content_block .facebook  {
    width: 100%;
    float: none;
    list-style: none;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.content_block .calendar {
    width: 100%;
    float: none;
    padding:0; 
    list-style: none;
    text-align: center;
}
embed,
iframe,
object{
	max-width: 100%;
}
}