/*
Theme Name: syushu event site
Author: management office syushu
Author URI: http://www.syushu.jp/
Version: 1.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*
 * global
 ***********************************/
a:link, a:visited {
  color: inherit;
  text-decoration: none; 
}
a img {
  vertical-align: text-bottom;
  max-width: 100%;
  width: /***/auto; /* IE8用 */
  height: auto;  
}
a:hover img {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
body {
  overflow-x: hidden;
  background-color: #FEFEFE;
  font-family: 'Helvetica Neue','Helvetica','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',arial,sans-serif;
  line-height: 1.5;
  position: relative;
  left: 0;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}
.f_left { float: left; }
.f_right { float: right; }
.t_center { text-align: center; }
.t_right { text-align: right; }
.t_small { font-size: 80%; }



/*
 * header
 ***********************************/
#head_space {
  width: 1120px;
  margin: 0 auto;
}
#social img {
  margin-right: 10px; 
}
#sub_menu img {
  margin-left: 15px;
  height: 14px;
  width: auto; 
}
header {
  background-color: #FFF;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
#toggle {
  display: none; 
}
nav {
  position: relative;
  overflow: hidden;
}
nav ul {
  float: left;
  position: relative;
  left: 50%;
  font-size: 0;
}
nav li {
	float: left;
  position: relative;
  left: -50%;
	text-align: center;
}
#gnavi {
  background: url(images/bg_nav.png);
  min-height: 60px;
  margin: 20px 0 15px;
}
#gnavi li {
  margin-left: 30px;
  background: url(images/bg_nav_separate.png) no-repeat right center;
  padding: 20px 30px 0 0;
  height: 40px;
}
#top_navi {
  border-bottom: 7px solid #606060;  
}
#top_navi li {
  margin: 0 10px;
  height: 60px;
}
.navi_manabu {
  border-bottom-color: #78C8AA !important;
}
.navi_taberu {
  border-bottom-color: #FFF564 !important;
}
.navi_asobu {
  border-bottom-color: #EB6E55 !important;
}
#site_desc {
  font-weight: normal;
  margin: .5em 0 20px;
  font-size: 13px;
}
#logo {
  max-width: 90%; 
}

#searchform #s {
  padding: 7px;
  border-radius: 3px;
  border: 2px solid #CCCCCC;
  font-size: 18px;
  background: url(images/img_search.png) no-repeat right center;
  width: 732px;
}


#list_tags {
  margin: 20px auto;
}
#list_tags li {
  list-style: none;
  display: inline-block;
}
#list_tags li a {
  border-radius: 3px;
  background-color: #33bbe8;
  padding: .3em .5em;
  margin: .3em .5em;
  text-decoration: underline;
  color: #FFF;
  display: block;
  animation: swing linear 1.5s infinite;
}
#list_tags li a:hover {
  text-decoration: none;
}
#list_tags li a::before {
  display: inline-block;
  content: '#';
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}


/*
 * main-title
 ***********************************/
#main_title, #main_desc {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  color: #444;
  font-size: 21px;
  text-align: center; 
  width: 90%;
  margin: auto;
}
#main_title {
  margin: 36px auto 12px;
  font-size: 41px;
  font-weight: bold; 
}
.top_area {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #75D1EF;
}
.top_area_content {
  width: 1120px;
  margin: auto;
}
div.new_box {
  text-align: left; 
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  padding: 10px;
}
.new_box_content {
  border-radius: 3px;
  overflow-y: scroll;
  height: 380px;
	background-color: #FFF;
}
.top_area h2 {
  margin-bottom: 15px;
  color: #666; 
  font-size: 21px;
  text-align: center;
}
article.post_new {
  padding: 10px;
  border-bottom: 1px solid #DCDCDC;
}
article.post_new .title,
article.post_new .desc {
  padding: 0; 
  font-size: 11px;
  border: none;
}
article.post_new .date{
  font-size: 10px; 
}
article.post_new .photo {
  width: 120px;
  margin-right: 30px;
}

#wrap_reco {
  width: 45%; 
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  padding: 10px;
}
#reco {
  background-color: #FFF;
  height: 380px;
  overflow: hidden;
}
.post_like {
  position: relative;
  background-color: #FFF;
  width: 100%;
}
.post_like .photo {
  width: 100%; 
}
.post_like .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-align: left;
  color: #000;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.post_like .title p {
  padding: 20px 20px 0 20px;
}
.post_like .title a {
  text-decoration: underline;
}



/*
 * container
 ***********************************/
.container {
  margin: 40px auto 60px;
  position: relative;
  width: 1150px;
}
.post {
	background-color: #FFF;
  margin: 0 15px 60px;
  width: 200px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  float: left;
}
.ad {
  box-shadow: 0 1px 1px 1px rgba(120, 200, 170, 0.7); 
}
.like {
  box-shadow: 0 1px 1px 1px rgba(117,209,239,1.00);
}
.option {
  box-shadow: 0 1px 1px 1px rgba(255, 153, 0, 0.5);
}
.ad .title {
  color: #78C8AA;
}
.post.wide {
  width: 430px;
}
.like_area {
  padding: 10px;
  background-color: #75D1EF;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.option .like_area {
  background-color: #FF9900;   
}
.photo {
  height: auto; 
}
.photo a {
  display: block; 
  height: auto;
}
.photo img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
}
#post_single .photo img {
  border-radius: 0; 
}
.sponsor {
  text-align: center;
  padding: 10px;
}
.date_info {
  margin-bottom: 10px; 
}
.main_category {
  text-align: center;
  padding: .3em;
  font-size: 13px;
  font-weight: bold;
  color: #444;
}
.manabu {
  background-color: #78C8AA;
}
.taberu {
  background-color: #FFF564;
}
.asobu {
  background-color: #EB6E55;
}
.main_category span {
  width: 100%;
  text-align: center; 
}
.title {
  background-color: transparent; 
  padding: 10px;
  /*border-bottom: 1px solid #E7E7E7;*/
  text-align: left;
}
.err_title {
  text-align: center;
  font-size: 35px; 
  font-weight: normal;
  color: #EB6E55;
  margin-bottom: 60px;
}
.new, .near, .sticky {
  border-radius: 3px;
  padding: 5px;
  color: #EB6E55;
  margin: 0 5px 5px 0;
  font-size: 12px;
  border: 1px solid #EB6E55;
  white-space: nowrap;
  float: left;
}
.sticky {
  color: #FFF;
  font-weight: bold; 
  background-color: #FF9900;
  border: none;
}
.PV {
  border: 1px dotted #666; 
  border-radius: 3px;
  padding: 5px;
  color: #666;
}
.PV span {
  font-size: 150%;
  margin: 0 .5em; 
}
.title h1 {
  margin: 15px 0 10px; 
  font-size: 14px;
}
.title h1 a,
article .desc a,
.cat a {
  text-decoration: underline; 
}
article .desc {
  font-size: 11px;
  color: #666;
  padding: 10px;
  word-break: break-all;
  border-bottom: 1px solid #E7E7E7;
}
.date {
  font-size: 11px;
  font-weight: bold;
/*  text-align: right;  */
}
.date th {
  white-space: nowrap;
}
.date td {
  padding-bottom: .5em;
}
.date span {
  display: none;
}
article footer {
  padding: 10px; 
}
.cat {
  margin-bottom: 10px;
}
.cat span {
  display: inline-flex;
}
.cat a {
  border-radius: 3px;
  padding: 5px;
  color: #FFF;
  margin: 0 5px 5px 0;
  font-size: 11px;
  background-color: #33BBE8;
  white-space: nowrap;  
  display: block;
  float: left;
}

.main_cat {
  width: 1120px;
  margin: 0 auto 60px;
}
.main_cat li {
  list-style: none;
  border-radius: 3px;
  padding: 15px;
  color: #FFF;
  margin: 0 15px 25px 0;
  font-size: 18px;
  background-color: #33BBE8;
  white-space: nowrap;  
  display: block;
  float: left;  
}
.main_cat a {
  text-decoration: underline; 
}
/*
 * pagenation
 ***********************************/
.pagenation {
  background-color: #606060;
}
.pagenation li {
  border-radius: 3px;
  padding: 10px;
  margin: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #33BBE8;
  background-color: #FFF; 
  text-decoration: underline;
}
.pagenation li.current {
  color: #FFF;
  background-color: #33BBE8; 
  text-decoration: none;
}


/*
 * single
 ***********************************/
.container_single {
  width: 1120px; 
  margin: 0 auto 60px;
  padding-top: 30px;
}
.container_single #main_title {
  margin: 20px 0 60px;
  text-align: left;
}
.container_single #main_title a {
  text-decoration: none !important;  
}
#post_single, aside {
  width: 750px;
	background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  float: left;
}
#post_single {
  padding-bottom: 30px; 
}
#post_single .date_info,
#post_single .main_category,
#post_single .date {
  font-size: 15px; 
  margin-bottom: 10px;
}
#post_single .photo {
  margin-bottom: 30px;
}
#post_single .desc {
  color: #000;
  font-size: 16px;
  border-bottom: 2px solid #606060;
}
#post_single .desc iframe {
  width: 100%;
}
#post_single .content_desc {
  margin-bottom: 5em;
  line-height: 1.7;
}
#post_single .content_desc strong {
  color: #33BBE8;
  font-size: 1.1em;
  display: block;
  border: 2px solid #33bbe8;
  padding: .5em;
  border-radius: 3px;
}
  
aside {
  width: 300px; 
  float: right;
  padding: 15px;
}
aside h2 {
  text-align: left; 
  margin-bottom: 10px;
}
aside .full iframe {
  width: 100% !important; 
}
#sidebar li {
  list-style: none;
  margin-bottom: 30px;
}
#breadcrumbs {
  text-align: left;
  margin-bottom: 10px;
}
#breadcrumbs ul,
#breadcrumbs li {
  position: static; 
}
#breadcrumbs ul {
  float: none;
  margin-bottom: .2rem; 
}
#breadcrumbs li {
  margin-right: 1em;
  font-size: .68rem;
}
#breadcrumbs li a {
  text-decoration: underline;
}

.event_detail, .form_send {
  padding: 10px 10px 30px 10px;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 2px solid #606060;
}
.event_detail h1, .form_send h1 {
  margin: 20px 0;
  font-size: 41px;
  font-weight: bold; 
  color: #444;
}
.event_detail table, .form_send table {
  width: 100%; 
}
.event_detail table {
  margin-bottom: 30px; 
}
.event_detail th, .event_detail td,
.form_send th, .form_send td {
  padding: 15px 0 15px 10px; 
  border-bottom: 1px solid #DCDCDC;
}
.event_detail td {
  word-break: break-all; 
}
.event_detail iframe {
  margin: 10px 0;   
  width: 100%;
}
.event_detail th, .form_send th {
  text-align: left; 
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top;
}
.event_detail a {
  text-decoration: underline; 
}
.form_send strong {
  color: #F00;
}
.w_full { width: 90%; }
.form_send input, .form_send textarea {
  padding: 5px; 
  border: 1px solid #606060;
  background-color: #FFF4BD;
  -webkit-appearance: none;
  border-radius: 3px;
  line-height: 1.5;
}
.form_send input[type=submit] {
  width: 50%;
  padding: 15px;
  font-weight: bold;
  font-size: 110%;
  margin-top: 1em;
  letter-spacing: .5em;
  border: 2px solid #606060;
}

.wrap_near_box {
  padding: 40px 0;
  background-color: #FFF4BD;
  position: relative;
}
.wrap_near_box h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #606060; 
  font-size: 38px;
}
div.near_box {
  position: relative;
  left: 50%;
  float: left;
  width: 1100px;
}
div.near_box article {
  width: 200px;
  float: left;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  margin: 0 10px;
  position: relative;
  left: -50%;
}
.post_near h1 {
  text-align: left;
  font-size: 13px; 
  margin-bottom: 40px;
}

.wrap_ads_box {
  background-color: #FFF4BD;
}
.ads_box {
  width: 1100px;
  margin: auto; 
}

.fb-comments {
  text-align: center;
}
.fb-comments span{
  margin: auto; 
}
.ad_single {
  margin-bottom: 30px; 
}
.ad_single div{
  width: 50%;
  max-height: 300px; 
}
.share_box li{
  list-style: none;
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  color: #FFF;
  
}
.share_box li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.fb_share {background: #3b5998;}
.tw_share {background: #00acee;}
.hatena_share {background: #008fde;}
.line_share{background: #25af00;}

/*
 * page
 ***********************************/
#page .desc {
  margin-bottom: 30px; 
}

/*
 * likebutton
 ***********************************/
#post_single iframe.twitter-share-button {
  width: 80px !important;
}
.fb_iframe_widget {
  display: block !important;
}
.like_btn {
  position: relative;
  font-size: 0;
}
.like_btn li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 5px 0;
}
#post_single .like_btn li {
  float: right; 
  margin-left: 10px;
}
.like_btn_tag {
  margin: 10px 8%;
}
.like_btn_tag iframe.twitter-share-button {
  width: 80px !important;
}
.like_btn_tag li {
  float: right; 
  margin-left: 10px;
  list-style: none;
}

/*
 * regist
 ***********************************/
#post_table {
  width: 100%; 
}
#post_table a:link, #post_table a:visited {
  text-decoration: underline; 
}
#post_table th, #post_table td {
  padding: 15px 0 15px 10px; 
  border-bottom: 1px solid #DCDCDC;
}
#post_table th {
  text-align: left; 
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top;
}
#post_table th span {
  border-radius: 3px;
  background-color: #EB6E55;
  padding: 5px;
  font-size: 11px; 
  color: #FFF;
  font-weight: bold;
  margin-left: 1em;
}
#post_table td p, .post_fix {
  margin-bottom: .8em; 
}
#post_table label {
  float: left;
  margin: 0 1em .3em 0; 
}
#post_table li {
  list-style: none;
  margin-bottom: .5em; 
  color: #33BBE8;
  font-weight: bold;
}
#post_table li label {
  float: none; 
}
#post_table input[type="text"], #post_table input[type="email"], #post_table input[type="submit"], #post_table textarea {
  padding: 5px; 
  border: 1px solid #606060;
  background-color: #FFF4BD;
  border-radius: 3px;
  line-height: 1.5;
  -webkit-appearance: none;
}
#post_table select {
  padding: 5px;
  border: 1px solid #606060;
  background-color: #FFF4BD;
  border-radius: 3px;
}
#post_table input[type=submit] {
  width: 90%;
  padding: 10px; 
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  background-color: #EB6E55;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
}
#firstBox, #secondBox {
  display: none; 
}
.caution {
  color: #EB6E55;
  font-size: 85%;
  font-weight: bold; 
}
#page_err {
  color: #EB6E55;
  font-weight: bold; 
  border-radius: 3px;
  border: 3px solid #606060;
  padding: 1em 2em;
  margin-bottom: 60px;
}
#post_check {
  width: 100%;
  margin-bottom: 60px; 
  background-color: #EB6E55;
  text-align: center;
  padding: 30px 0;
}
#post_check div {
  margin: 0 auto; 
  width: 600px;
}
#post_check input[type=submit],
#post_check input[type=button] {
  float: left;
  width: 200px;
  margin: 0 50px;
  padding: 10px; 
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
  background-color: #FFF4BD;
  font-size: 120%;
  font-weight: bold;
}
.err_input {
  border: 5px dashed #EB6E55;
}

/*
 * pickup
 ***********************************/
#pickup {
  padding: 40px 0;
  text-align: center;
  width: 1115px;
  margin: auto;
}
#pickup_visual {
  width: 70%;
  height: 360px;
  float: left; 
  overflow: hidden;
}
#pickup_visual img {
  width: 100%; 
}
#pickup_pager {
  float: right;
  width: 30%; 
}
#pickup_pager a {
  display: block;
  border-bottom: 1px solid #DCDCDC;
  margin: 30px;
  text-align: left;
}
#pickup_pager a img {
  width: 50px;
  margin-right: 10px;
}

div.pickup {
  width: 100%; 
  margin-bottom: 60px;
}
div.pickup div {
  width: 45%; 
}
.pickup h2 {
  font-size: 19px;
  border-bottom: 1px solid #606060;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: url( ./images/icon_foot_menu.png) left center no-repeat;
  padding-left: 15px;
  color: #33BBE8;
}
#tag_photo {
  margin: 20px auto 40px; 
  text-align: center;
}
#tag_photo img {
  max-width: 100%; 
}

#otokita {
  text-align: center; 
}
#otokita img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
/*
 * footer
 ***********************************/
#footer {
  padding: 40px;
  background-color: #FFF4BD;
}
#footer_content {
  max-width: 1120px;
  margin: auto;
}
.foot_menu {
  margin-left: 40px;
  width: 20%;
  overflow: hidden;
}
.foot_menu.foot_menu1 {
  margin-left: 0; 
}
.foot_menu.foot_menu1 a {
  display: block;
  margin-bottom: 20px;
}
.foot_menu.f_right {
  margin-left: 0;
}
.foot_menu.f_right a {
  margin: 0 10px; 
}
.foot_menu h2 {
  margin-bottom: 10px; 
}
.foot_menu ul {
  margin-left: 10px; 
}
.foot_menu li {
  list-style: none;
  margin-bottom: 3px;
  background: url( ./images/icon_foot_menu.png) left center no-repeat;
  padding-left: 15px;
  font-size: 13px;
}
.foot_menu li a:hover {
  text-decoration: underline; 
}
#copy {
  text-align: center;
  font-size: 11px;
  padding: 40px 0; 
}
#copy a {
  text-decoration: underline; 
}

#footer select {
  border: 1px solid #33BBE8;
  border-radius: 3px;
  padding: .3em .5em;
  width: 100%;
  -webkit-appearance: none;
  background-color: #FFF;
}

/*
 * responsive
 ***********************************/
@media screen and (max-width: 1120px) {
  #site_desc {
    width: 90%;
    margin: 0 auto 20px;
  }
  #gnavi {
    background: none; 
    margin-bottom: 40px;
  }
  #gnavi ul {
    width: 90%;
    font-size: 0;
  }
  #gnavi li {
    padding-top: 0;
    height: auto; 
    margin: 0 20px 20px 0;
    padding-right: 0px;
    float: none;
    display: inline-block;
    background: none;
  }
  /*section.near_box { display: none; }*/
  .container_single, .top_area_content, #head_space, .container {
    width: 90%;
  }
  #post_single {
    width: 70%;
    margin-bottom: 30px;
  }
  aside {
    width: 20%;
    text-align: center; 
    padding: 3%;
  }
  aside ul {
    overflow: hidden;
  }
  aside iframe {
    width: 100% !important;
    overflow: hidden; 
  }
  div.near_box, .ads_box {
    position: static;
    width: 90%;
    margin: auto;
    float: none
  }
  div.near_box article.post_near {
    position: static; 
    margin-bottom: 20px;
  }
  #pickup {
    width: 90%;
  }
  div.near_box article.post_near {
    width: 17%;
  }
  .main_cat {
    width: 100%; 
    text-align: center;
  }
  .main_cat li {
    font-size: 12px;
    display: inline-block;
    float: none;
    margin: 0 10px 25px;
  }
}
@media screen and (max-width: 950px) {
  #pickup_visual {
    float: none;
    width: 100%;
    height: 320px;
  }
  #pickup_pager {
    clear: both;
    width: 100%; 
  }
  #pickup_pager a {
    float: left;
    margin: 10px;
  }

}
@media screen and (max-width: 850px) {
  .container, section.new_box {
    width: 90%;
  }
  .post {
    width: 46%;
    margin: 0 2% 30px; 
  }
  .post.wide {
    width: 100%;
    margin: 0 0 30px;
  }
  .foot_menu {
    width: 100%;
    margin: 0 auto;
    clear: both;
    margin-bottom: 30px;
  }
  .foot_menu.f_left a, .foot_menu.f_left li {
    float: left;
    margin-right: 10px;
  }
  .foot_menu.foot_menu1 a {
    margin-right: 30px; 
  }
  .foot_menu.f_left h2 a {
    float: none; 
  }
}
@media screen and (max-width: 786px) {
  #top_navi li {
    margin: 0;
    width: 33.3%;
    left: -50%;
    height: auto;
  }
  #searchform #s {
    width: 90%;
    margin-bottom: 20px;
  }
  #post_single, aside {
    float: none;
    width: 100%; 
  }
  aside {
    padding: 30px 0 0; 
  }
  aside ul {
    width: 90%;
    max-width: 300px;
    margin: auto;
  }
  div.near_box {
    background-color: #FFF; 
  }
  div.near_box article.post_near {
    width: 100%;
    margin: 0;
    float: none;
    border: none;
    box-shadow: none;
  }
  .wrap_near_box h2 {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  aside .full iframe {
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 40px; 
  }
  #head_space {
    margin-bottom: 10px; 
  }
  .post {
    /*width: 100%;*/
  }
  .ad {
    width: 100%;
    margin: 0 0 30px;
  }
  .photo img {
    width: 100% !important;
    border-radius: 0;
  }
  article, aside {
    overflow: hidden;
  }
  aside div {
    float: none !important; 
  }
  #toggle {
    display: block;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #E2F4FA;
    border-radius: 0 7px 7px 0;
/*
    width: 100%;
    padding: 15px 0; 
    margin-bottom: 10px;
*/
  }
  #sub_menu {
    float: none;
    position: absolute;
    top: -25px;
    right: 5px;
  }
  #gnavi {
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    background-color: #E2F4FA;
    margin: 0;
    padding-top: 30px;
    z-index: 100;
/*
    display: none; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.40);
    margin-bottom: 40px;
*/
  }
  #gnavi li {
    width: 100%;
    margin: 0 auto 40px auto;
    background: none;
    display: block;
  }
  .event_detail th, .form_send th, #post_table th,
  .event_detail td, .form_send td, #post_table td {
    display: block; 
    padding: 0;
  }
  .event_detail th, .form_send th, #post_table th {
    border: none;
    padding-bottom: 1em;
  }
  .event_detail td, .form_send td, #post_table td {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .event_detail h1, .form_send h1, .wrap_near_box h2 {
    font-size: 21px; 
  }
  #post_table input[type=submit], #post_check input[type=submit], #post_check input[type=button] {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #post_check div {
    width: auto; 
  }
  #main_title {
    font-size: 21px; 
  }
  #breadcrumbs {
    display: none; 
  }
  .pickup div {
    width: 100% !important;
    float: none; 
  }
  .pickup h2 {
    margin-top: 10px; 
  }
  #pickup_visual {
    height: 150px;
  }
  article.post_new h1 {
    margin: 0 0 10px 0;
  }
  .form_send input, .form_send textarea {
/*    width: calc(100% - 10px) !important;*/
    box-sizing: border-box;
    width: 100% !important;
  }
}



