@charset "UTF-8";
/* ==============================


style.css


============================== */
/*--------------------------
----------------------------
トップページ
----------------------------
--------------------------*/
body#top_page #top_header {
  position: relative;
  padding-top: 6px;
  background: url(../../2016/img/top_page/top_image_bg.png) repeat-x 0 6px;
}
body#top_page #top_header:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../img/parts/rainbow.png) repeat center center;
}
body#top_page #top_header #gnavi {
  height: 80px;
  padding: 4px 0;
}
body#top_page #top_header #gnavi:before {
  display: inline-block;
}
body#top_page #top_header #sns {
  padding-top: 36px;
  zoom: 100%;
}
body#top_page #top_header #sns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#top_page #top_header #sns ul.socialList li a.twitter-share-button {
  color: #fff;
}
body#top_page #top_header h2.logo_official {
  padding-top: 12px;
}
body#top_page div#contents {
  padding-bottom: 0;
}
body#top_page #contentsfield {
  width: 100%;
  padding: 0;
}
body#top_page #contentsfield div.contents_inner {
  padding: 30px 0 31px;
  zoom: 100%;
}
body#top_page #contentsfield div.contents_inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#top_page #news {
  float: left;
  width: 692px;
}
body#top_page #news h3.news_title {
  margin-bottom: 6px;
  padding-bottom: 1px;
  background-color: #56a2ff;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Play', serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
body#top_page #news dl {
  padding-top: 1px;
  font-size: 13px;
}
body#top_page #news dl dt {
  padding-left: 3px;
}
body#top_page #news dl dd {
  padding-bottom: 8px;
  border-bottom: 1px solid #59a3ff;
}
body#top_page #news dl dd ~ dt {
  margin-top: 8px;
}
body#top_page #news dl dd p {
  line-height: 1.5;
}
body#top_page #banner_pane {
  float: right;
  width: 298px;
}
body#top_page #banner_pane span {
  display: block;
}
body#top_page #banner_pane span ~ span {
  margin-top: 10px;
}
body#top_page #banner_pane a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #banner_pane a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#top_page #banner_pane a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #banner_pane a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
@media only screen and (max-width: 767px) {
  body#top_page #banner_pane a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #banner_pane a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
body#top_page #past_navi {
  overflow: hidden;
  position: relative;
  padding: 34px 0 30px;
}
body#top_page #past_navi ul {
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  left: 50%;
}
body#top_page #past_navi ul li {
  float: left;
  position: relative;
  left: -50%;
}
body#top_page #past_navi:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/parts/rainbow.png) repeat center center;
}
body#top_page #past_navi ul li {
  width: 130px;
}
body#top_page #past_navi ul li a {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 130px;
  height: 130px;
  padding-left: 0;
}
body#top_page #past_navi ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #past_navi ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#top_page #past_navi ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #past_navi ul li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
@media only screen and (max-width: 767px) {
  body#top_page #past_navi ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #past_navi ul li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
body#top_page #past_navi ul li a:before {
  display: none;
}
body#top_page #past_navi ul li ~ li {
  width: 150px;
  padding-left: 20px;
}
body#top_page #past_navi ul li.past_navi_2026 a {
  background-image: url(../../img/top_page/past_navi_2026.png);
}
body#top_page #past_navi ul li.past_navi_2025 a {
  background-image: url(../../img/top_page/past_navi_2025.png);
}
body#top_page #past_navi ul li.past_navi_2024 a {
  background-image: url(../../img/top_page/past_navi_2024.png);
}
body#top_page #past_navi ul li.past_navi_2023 a {
  background-image: url(../../img/top_page/past_navi_2023.png);
}
body#top_page #past_navi ul li.past_navi_2022 a {
  background-image: url(../../img/top_page/past_navi_2022.png);
}
body#top_page #past_navi ul li.past_navi_2019 a {
  background-image: url(../../img/top_page/past_navi_2019.png);
}
body#top_page #past_navi ul li.past_navi_2018 a {
  background-image: url(../../img/top_page/past_navi_2018.png);
}
body#top_page #past_navi ul li.past_navi_2017 a {
  background-image: url(../../img/top_page/past_navi_2017.png);
}
body#top_page #past_navi ul li.past_navi_2016 a {
  background-image: url(../../img/top_page/past_navi_2016.png);
}
body#top_page #past_navi ul li.past_navi_2015 a {
  background-image: url(../../img/top_page/past_navi_2015.png);
}
body#top_page #past_navi ul li.past_navi_2014 a {
  background-image: url(../../img/top_page/past_navi_2014.png);
}
body#top_page #past_navi ul li.past_navi_2013 a {
  background-image: url(../../img/top_page/past_navi_2013.png);
}
body#top_page #past_navi ul li.past_navi_2012 a {
  background-image: url(../../img/top_page/past_navi_2012.png);
}
body#top_page #past_navi ul li.past_navi_2011 a {
  background-image: url(../../img/top_page/past_navi_2011.png);
}

/*--------------------------
トップページ　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#top_page #top_header {
    position: relative;
    padding-top: 6px;
    background-image: url(../../2016/img/top_page/top_image_bg_tb.png);
  }
  body#top_page #top_header:before {
    background: url(../img/parts/rainbow_tb.png) repeat center center;
  }
  body#top_page #top_header h1 {
    width: 746px;
    height: 441px;
    margin: 0 1px;
    background: url(../../2016/img/top_page/top_image_tb.jpg);
  }
  body#top_page #top_header h1 img {
    visibility: hidden;
  }
  body#top_page #top_header #gnavi {
    height: 94px;
  }
  body#top_page #top_header #sns {
    padding-top: 26px;
  }
  body#top_page #top_header h2.logo_official {
    display: none;
    clear: none;
  }
  body#top_page div#contents {
    padding-bottom: 0;
  }
  body#top_page #contentsfield {
    width: 100%;
    padding: 0;
  }
  body#top_page #contentsfield div.contents_inner {
    padding: 30px 0 31px;
    zoom: 100%;
  }
  body#top_page #contentsfield div.contents_inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  body#top_page #news {
    width: 479px;
  }
  body#top_page #news h3.news_title {
    font-size: 22px;
  }
  body#top_page #news dl {
    padding-top: 1px;
  }
  body#top_page #news dl dt {
    padding-left: 3px;
  }
  body#top_page #news dl dd {
    padding-bottom: 8px;
    border-bottom: 1px solid #59a3ff;
  }
  body#top_page #news dl dd ~ dt {
    margin-top: 8px;
  }
  body#top_page #news dl dd p {
    line-height: 1.5;
  }
  body#top_page #banner_pane {
    float: right;
    width: 238px;
  }
  body#top_page #past_navi {
    overflow: hidden;
    position: relative;
    padding: 34px 0 30px;
  }
  body#top_page #past_navi ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
  }
  body#top_page #past_navi ul li {
    float: left;
    position: relative;
    left: -50%;
  }
  body#top_page #past_navi:before {
    height: 6px;
    background: url(../img/parts/rainbow_tb.png) repeat center center;
  }
}


body#top_page #past_navi ul li {
  width: 100px;
}
body#top_page #past_navi ul li ~ li {
  width: 100px;
box-sizing: content-box;	
}
body#top_page #past_navi ul li a {
width: 100px;
height: 100px;
background-size: contain;	
}
	



/*--------------------------
トップページ　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#top_page #top_header {
    padding-top: 3px;
    background-image: none;
  }
  body#top_page #top_header:before {
    height: 3px;
    background: url(../img/parts/rainbow_sp.png) repeat center center;
    -moz-background-size: 320px 1px;
    -o-background-size: 320px 1px;
    -webkit-background-size: 320px 1px;
    background-size: 320px 1px;
  }
  body#top_page #top_header h1 {
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    background: url(../../2016/img/top_page/top_image_sp.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  body#top_page #top_header h1 img {
    visibility: hidden;
  }
  body#top_page #top_header #gnavi {
    height: auto;
  }
  body#top_page #top_header #sns {
    overflow: hidden;
    position: relative;
    height: 35px;
    padding-top: 15px;
  }
  body#top_page #top_header #sns ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
  }
  body#top_page #top_header #sns ul li {
    float: left;
    position: relative;
    left: -50%;
  }
  body#top_page #top_header #sns ul.socialList {
    float: left;
  }
  body#top_page #top_header #sns ul.socialList li ~ li {
    padding-left: 20px;
  }
  body#top_page #top_header h2.logo_official {
    display: none;
    clear: none;
  }
  body#top_page div#contents {
    padding-bottom: 0;
  }
  body#top_page #contentsfield {
    width: 100%;
    padding: 0;
  }
  body#top_page #contentsfield div.contents_inner {
    padding: 15px 0 20px;
  }
  body#top_page #news {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  body#top_page #news h3.news_title {
    padding: 3px 0;
    font-size: 17px;
  }
  body#top_page #news dl dt {
    font-size: 13px;
  }
  body#top_page #news dl dd p {
    font-size: 13px;
  }
  body#top_page #banner_pane {
    display: table;
    float: none;
    width: 300px;
    margin: 20px auto 0;
    padding: 0 10px;
    text-align: center;
  }
  body#top_page #banner_pane span {
    display: table-cell;
    width: 145px;
    vertical-align: middle;
  }
  body#top_page #banner_pane span ~ span {
    margin-top: 0;
    border-left: 10px solid #fff;
  }
  body#top_page #banner_pane span img {
    vertical-align: middle;
  }
  body#top_page #banner_pane a {
    display: inline-block;
    width: 145px;
  }
  body#top_page #past_navi {
    padding: 20px 10px;
  }
  body#top_page #past_navi:before {
    height: 3px;
    background: url(../img/parts/rainbow_sp.png) repeat center center;
    -moz-background-size: 320px 1px;
    -o-background-size: 320px 1px;
    -webkit-background-size: 320px 1px;
    background-size: 320px 1px;
  }
  body#top_page #past_navi ul {
    float: none;
    left: 0;
  }
  body#top_page #past_navi ul li {
    float: none;
    left: 0;
    width: auto;
  }
  body#top_page #past_navi ul li a {
    text-indent: 0px;
    white-space: normal;
    overflow: visible;
    background-image: none;
    display: inline-block;
    width: auto;
    height: auto;
    background-image: none !important;
  }
  body#top_page #past_navi ul li a:before {
    display: inline-block;
  }
  body#top_page #past_navi ul li ~ li {
    width: auto;
    margin-top: 10px;
    padding-left: 0;
  }
}
/*--------------------------
理事長メッセージ
--------------------------*/
body#message div.lead {
  padding-bottom: 14px;
}
body#message div.greeting {
  padding-bottom: 50px;
}
body#message div.greeting div.contents_inner {
  width: 840px;
  padding-right: 6px;
  padding-left: 5px;
}
body#message div.greeting div.contents_inner p {
  line-height: 2;
  font-size: 16px;
}
body#message div.greeting div.contents_inner p ~ p {
  margin-top: 1.25em;
}
body#message div.greeting div.contents_inner strong {
  display: block;
  width: 100%;
  margin-top: 32px;
  padding-right: 13px;
  text-align: right;
  font-size: 16px;
}
body#message div.greeting div.contents_inner strong b {
  margin-left: 1em;
}
body#message div.greeting div.contents_inner strong span.name {
  margin-left: 18px;
}

/*--------------------------
理事長メッセージ　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#message div.greeting {
    padding-bottom: 50px;
  }
  body#message div.greeting div.contents_inner {
    width: 748px;
    padding-right: 0;
    padding-left: 0;
  }
}
/*--------------------------
理事長メッセージ　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#message div.greeting {
    padding-bottom: 40px;
  }
  body#message div.greeting div.contents_inner {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  body#message div.greeting div.contents_inner p {
    line-height: 1.7;
    font-size: 15px;
  }
  body#message div.greeting div.contents_inner p ~ p {
    margin-top: 1em;
  }
  body#message div.greeting div.contents_inner strong {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    text-align: right;
    font-size: 15px;
  }
  body#message div.greeting div.contents_inner strong b {
    margin-left: 7px;
  }
  body#message div.greeting div.contents_inner strong span.name {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    top: -3px;
    width: 84px;
    height: 19px;
    margin-left: 13px;
    background-image: url(../../img/message/name_sp.png);
    -moz-background-size: 84px 19px;
    -o-background-size: 84px 19px;
    -webkit-background-size: 84px 19px;
    background-size: 84px 19px;
    vertical-align: middle;
  }
  body#message div.greeting div.contents_inner strong span.name img {
    visibility: hidden;
  }
}
/*--------------------------
関大ランナー紹介
--------------------------*/
body#runner div.runner_pane {
  position: relative;
  padding-top: 6px;
}
body#runner div.runner_pane ul.runner_list {
  margin: 0;
  padding: 0;
  zoom: 100%;
}
body#runner div.runner_pane ul.runner_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#runner div.runner_pane ul.runner_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#runner div.runner_pane ul.runner_list:after {
    display: none;
  }
}
body#runner div.runner_pane ul.runner_list li {
  float: left;
  width: 306px;
  margin-bottom: 46px;
}
body#runner div.runner_pane ul.runner_list li ~ li {
  width: 362px;
  padding-left: 56px;
}
body#runner div.runner_pane ul.runner_list li:nth-child(3n+1) {
  clear: left;
  width: 306px;
  padding-left: 0;
}
body#runner div.runner_pane ul.runner_list li span.runner_image {
  display: block;
  width: 154px;
  height: 154px;
  margin: 0 auto;
  border: 4px solid #ffde00;
}
body#runner div.runner_pane ul.runner_list li h4.runner_name {
  margin-top: 18px;
  line-height: 1.5;
  font-weight: bold;
}
body#runner div.runner_pane ul.runner_list li h4.runner_name span {
  font-size: 18px;
}
body#runner div.runner_pane ul.runner_list li strong.runner_time {
  display: block;
  margin-top: 15px;
  padding: 9px 10px 7px 15px;
  background-color: #0d4fbd;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
body#runner div.runner_pane ul.runner_list li p.runner_comment {
  margin-top: 15px;
  line-height: 2.2;
}
body#runner div.map {
  position: relative;
  padding: 55px 0 48px;
  text-align: center;
}
body#runner div.map span.runner_map {
  display: inline-block;
  margin-top: 18px;
  border: 4px solid #ffde00;
}
body#runner div.map:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../img/parts/rainbow.png) repeat center center;
}

/*--------------------------
関大ランナー紹介　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#runner div.runner_pane ul.runner_list li {
    width: 346px;
    padding-left: 40px;
  }
  body#runner div.runner_pane ul.runner_list li:nth-child(2n) {
    clear: none;
    width: 362px;
    padding-left: 56px;
  }
  body#runner div.runner_pane ul.runner_list li:nth-child(2n+1) {
    clear: left;
    width: 346px;
    padding-left: 40px;
  }
  body#runner div.map {
    padding: 38px 0;
  }
  body#runner div.map span.runner_map {
    width: 100%;
  }
  body#runner div.map span.runner_map img {
    width: 100%;
  }
  body#runner div.map:before {
    background: url(../img/parts/rainbow_tb.png) repeat center center;
  }
}
/*--------------------------
関大ランナー紹介　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#runner div.runner_pane {
    padding: 0 10px;
  }
  body#runner div.runner_pane ul.runner_list li {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  body#runner div.runner_pane ul.runner_list li ~ li {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
  }
  body#runner div.runner_pane ul.runner_list li:nth-child(3n+1) {
    clear: none;
    width: 100%;
    max-width: 350px;
    padding-left: 0;
  }
  body#runner div.runner_pane ul.runner_list li:last-child {
    padding-bottom: 30px;
  }
  body#runner div.runner_pane ul.runner_list li span.runner_image {
    width: 154px;
    height: 154px;
  }
  body#runner div.runner_pane ul.runner_list li h4.runner_name {
    margin-top: 18px;
    font-size: 15px;
  }
  body#runner div.runner_pane ul.runner_list li h4.runner_name span {
    font-size: 17px;
  }
  body#runner div.runner_pane ul.runner_list li strong.runner_time {
    font-size: 15px;
  }
  body#runner div.runner_pane ul.runner_list li p.runner_comment {
    line-height: 1.7;
    font-size: 15px;
  }
  body#runner div.map {
    padding: 27px 10px 23px;
  }
  body#runner div.map span.runner_map {
    max-width: 300px;
    margin-top: 10px;
    border-width: 3px;
  }
  body#runner div.map:before {
    height: 4px;
    background: url(../img/parts/rainbow_sp.png) repeat center center;
    -moz-background-size: 320px 1px;
    -o-background-size: 320px 1px;
    -webkit-background-size: 320px 1px;
    background-size: 320px 1px;
  }
}
/*--------------------------
ボランティア学生紹介
--------------------------*/
body#volunteer div.volunteer_introduce {
  padding: 39px 0 50px;
  background-color: #f0f0f0;
}
body#volunteer div.volunteer_introduce ul.volunteer_list {
  margin: 0;
  padding: 0;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li {
  padding: 40px 28px 30px;
  background: url(../img/parts/ribbon_r.png) repeat-x 0 top #fff;
  text-align: center;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li h4.volunteer_title {
  display: inline-block;
  min-height: 73px;
  padding-top: 7px;
  padding-left: 88px;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li h4.volunteer_title span {
  font-size: 26px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li p.volunteer_lead {
  margin-top: 10px;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail {
  margin: 13px 2px 0;
  padding: 15px 21px 20px;
  text-align: left;
  zoom: 100%;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail:after {
    display: none;
  }
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name {
  float: right;
  width: 700px;
  line-height: 1.5;
  font-weight: bold;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name span {
  font-size: 18px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail span.volunteer_image {
  float: left;
  padding-top: 5px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail p.volunteer_voice {
  float: right;
  margin-top: 10px;
  width: 700px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.water h4.volunteer_title {
  background-image: url(../../img/volunteer/icon_water.png);
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.water div.volunteer_detail {
  background-color: #f1f9ca;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.water div.volunteer_detail h5.volunteer_name {
  width: 609px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.water div.volunteer_detail p.volunteer_voice {
  width: 608px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.charity h4.volunteer_title {
  background-image: url(../../img/volunteer/icon_charity.png);
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail {
  background-color: #ffeed0;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail h5.volunteer_name {
  float: left;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail span.volunteer_image {
  float: right;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail p.volunteer_voice {
  float: left;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.speech h4.volunteer_title {
  background-image: url(../../img/volunteer/icon_speech.png);
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.speech div.volunteer_detail {
  background-color: #d4f1fe;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.clean h4.volunteer_title {
  background-image: url(../../img/volunteer/icon_clean.png);
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail {
  background-color: #f8e6fd;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail h5.volunteer_name {
  float: left;
  width: 600px;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail span.volunteer_image {
  float: right;
}
body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail p.volunteer_voice {
  float: left;
  width: 600px;
}
body#volunteer div.map {
  padding: 48px 0;
  text-align: center;
}
body#volunteer div.map span.volunteer_map {
  display: inline-block;
  margin-top: 18px;
  border: 4px solid #ffde00;
}

/*--------------------------
ボランティア学生紹介　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#volunteer div.volunteer_introduce {
    padding: 30px 0;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li {
    padding: 40px 21px 20px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail {
    margin: 13px 0 0;
    padding: 17px 21px 13px 23px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name {
    float: right;
    width: 431px;
    line-height: 1.8;
    font-weight: bold;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name span {
    font-size: 18px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail span.volunteer_image {
    padding-top: 3px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail p.volunteer_voice {
    margin-top: 4px;
    width: 431px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.water div.volunteer_detail h5.volunteer_name {
    width: 346px;
    padding-left: 3px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.water div.volunteer_detail p.volunteer_voice {
    width: 346px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_charity.png);
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail {
    background-color: #ffeed0;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail h5.volunteer_name {
    float: left;
    width: 436px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail span.volunteer_image {
    float: right;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity div.volunteer_detail p.volunteer_voice {
    float: left;
    width: 436px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.speech h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_speech.png);
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.speech div.volunteer_detail {
    background-color: #d4f1fe;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_clean.png);
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail {
    background-color: #f8e6fd;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail h5.volunteer_name {
    float: left;
    width: 346px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail span.volunteer_image {
    float: right;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean div.volunteer_detail p.volunteer_voice {
    float: left;
    width: 346px;
  }
  body#volunteer div.map {
    padding: 38px 0;
  }
  body#volunteer div.map span.volunteer_map {
    width: 100%;
  }
  body#volunteer div.map span.volunteer_map img {
    width: 100%;
  }
}
/*--------------------------
ボランティア学生紹介　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#volunteer div.volunteer_introduce {
    padding: 20px 10px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li {
    padding: 34px 10px 15px;
    background: url(../img/parts/ribbon_r_sp.png) repeat-x 0 top #fff;
    -moz-background-size: 63px 14px;
    -o-background-size: 63px 14px;
    -webkit-background-size: 63px 14px;
    background-size: 63px 14px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li h4.volunteer_title {
    min-height: 45px;
    padding-top: 0;
    padding-left: 52px;
    font-size: 15px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li h4.volunteer_title span {
    font-size: 18px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li p.volunteer_lead {
    margin-top: 19px;
    line-height: 1.7;
    font-size: 15px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail {
    margin: 15px 0 0;
    padding: 15px 10px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name {
    display: inline-block;
    float: none !important;
    width: auto !important;
    text-align: left;
    font-size: 15px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail h5.volunteer_name span {
    font-size: 17px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail span.volunteer_image {
    display: block;
    float: none !important;
    margin: 15px auto 0;
    padding-top: 0;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li div.volunteer_detail p.volunteer_voice {
    float: none !important;
    width: 100% !important;
    margin-top: 16px;
    text-align: left;
    font-size: 15px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.water h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_water_sp.png);
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.water span.volunteer_image {
    width: 159px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_charity_sp.png);
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.charity span.volunteer_image {
    width: 124px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.speech h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_speech_sp.png);
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.speech span.volunteer_image {
    width: 124px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean h4.volunteer_title {
    background-image: url(../../img/volunteer/icon_clean_sp.png);
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }
  body#volunteer div.volunteer_introduce ul.volunteer_list li.clean span.volunteer_image {
    width: 159px;
  }
  body#volunteer div.map {
    padding: 23px 10px;
  }
  body#volunteer div.map span.volunteer_map {
    max-width: 300px;
    margin-top: 10px;
    border-width: 3px;
  }
}
/*--------------------------
「ランナー盛上げ隊」紹介
--------------------------*/
body#cheer div.lead h3.cmn_title {
  right: 11px;
}
body#cheer div.lead h3.cmn_title:before {
  left: -26px;
}
body#cheer div.cheer_introduce {
  padding: 5px 0 50px;
}
body#cheer div.cheer_introduce ul.cheer_list {
  margin: 0;
  padding: 0;
}
body#cheer div.cheer_introduce ul.cheer_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#cheer div.cheer_introduce ul.cheer_list li {
  padding: 20px 20px 0px;
  text-align: center;
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail {
  text-align: left;
  zoom: 100%;
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail:after {
    display: none;
  }
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail h4.cheer_title {
  display: table;
  float: left;
  width: 606px;
  min-height: 60px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 1.5;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail h4.cheer_title span {
  display: table-cell;
  height: 60px;
  *height: auto;
  padding-left: 72px;
  vertical-align: middle;
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail span.cheer_image {
  float: right;
  margin-bottom: 20px;
}
body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail p.cheer_voice {
  float: left;
  width: 606px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 3px;
  line-height: 2;
  font-size: 16px;
}
body#cheer div.cheer_introduce ul.cheer_list li ~ li {
  margin-top: 20px;
}
body#cheer div.cheer_introduce ul.cheer_list li.cheering_party {
  border: 4px solid #d2dcff;
  background-color: #edf1ff;
}
body#cheer div.cheer_introduce ul.cheer_list li.cheering_party h4.cheer_title {
  background-image: url(../../img/cheer/icon_cheering_party.png);
}
body#cheer div.cheer_introduce ul.cheer_list li.clairs {
  border: 4px solid #f2c0f3;
  background-color: #ffecf9;
}
body#cheer div.cheer_introduce ul.cheer_list li.clairs h4.cheer_title {
  background-image: url(../../img/cheer/icon_clairs.png);
}
body#cheer div.cheer_introduce ul.cheer_list li.clairs div.cheer_detail h4.cheer_title {
  float: right;
}
body#cheer div.cheer_introduce ul.cheer_list li.clairs div.cheer_detail span.cheer_image {
  float: left;
}
body#cheer div.cheer_introduce ul.cheer_list li.clairs div.cheer_detail p.cheer_voice {
  float: right;
}
body#cheer div.cheer_introduce ul.cheer_list li.bis {
  border: 4px solid #a8e5d0;
  background-color: #e4fbf3;
}
body#cheer div.cheer_introduce ul.cheer_list li.bis h4.cheer_title {
  background-image: url(../../img/cheer/icon_bis.png);
}
body#cheer div.cheer_introduce ul.cheer_list li.mix_package {
  border: 4px solid #ffcdab;
  background-color: #ffede1;
}
body#cheer div.cheer_introduce ul.cheer_list li.mix_package h4.cheer_title {
  background-image: url(../../img/cheer/icon_mix_package.png);
}
body#cheer div.cheer_introduce ul.cheer_list li.mix_package div.cheer_detail h4.cheer_title {
  float: right;
}
body#cheer div.cheer_introduce ul.cheer_list li.mix_package div.cheer_detail span.cheer_image {
  float: left;
}
body#cheer div.cheer_introduce ul.cheer_list li.mix_package div.cheer_detail p.cheer_voice {
  float: right;
}
body#cheer div.map {
  padding: 0 0 48px;
  text-align: center;
}
body#cheer div.map span.cheer_map {
  display: inline-block;
  margin-top: 18px;
  border: 4px solid #ffde00;
}

/*--------------------------
「ランナー盛上げ隊」紹介　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#cheer div.cheer_introduce {
    padding: 0 0 30px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li {
    padding-bottom: 3px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail h4.cheer_title {
    width: 430px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail span.cheer_image {
    width: 252px;
    margin-bottom: 17px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail p.cheer_voice {
    width: 430px;
    padding-left: 0;
  }
  body#cheer div.map {
    padding: 38px 0;
  }
  body#cheer div.map span.cheer_map {
    width: 100%;
  }
  body#cheer div.map span.cheer_map img {
    width: 100%;
  }
}
/*--------------------------
「ランナー盛上げ隊」紹介　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#cheer div.lead h3.cmn_title {
    right: 5px;
  }
  body#cheer div.lead h3.cmn_title:before {
    left: -35px;
  }
  body#cheer div.cheer_introduce {
    padding: 20px 10px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li {
    padding: 15px;
    border-width: 3px !important;
    text-align: center;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail h4.cheer_title {
    float: none !important;
    width: auto !important;
    min-height: 37px;
    font-size: 18px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail h4.cheer_title span {
    height: 37px;
    *height: auto;
    padding-left: 47px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail span.cheer_image {
    display: block;
    float: none !important;
    width: 173px;
    margin: 16px auto 0;
  }
  body#cheer div.cheer_introduce ul.cheer_list li div.cheer_detail p.cheer_voice {
    float: none !important;
    width: 100% !important;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.7;
    font-size: 15px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li ~ li {
    margin-top: 15px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li.cheering_party h4.cheer_title {
    background-image: url(../../img/cheer/icon_cheering_party_sp.png);
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li.clairs h4.cheer_title {
    background-image: url(../../img/cheer/icon_clairs_sp.png);
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li.bis h4.cheer_title {
    background-image: url(../../img/cheer/icon_bis_sp.png);
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
  }
  body#cheer div.cheer_introduce ul.cheer_list li.mix_package h4.cheer_title {
    background-image: url(../../img/cheer/icon_mix_package_sp.png);
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
  }
  body#cheer div.map {
    padding: 23px 10px;
  }
  body#cheer div.map span.cheer_map {
    max-width: 300px;
    margin-top: 10px;
    border-width: 3px;
  }
}
/*--------------------------
大阪マラソンEXPO
--------------------------*/
body#expo div.lead {
  padding-top: 0;
  padding-bottom: 16px;
}
body#expo div.lead div.contents_inner strong {
  margin-top: 0;
  padding-left: 12px;
  font-size: 30px;
}
body#expo div.lead div.contents_inner div.expo_logo_pane {
  position: relative;
  padding: 46px 155px 28px;
}
body#expo div.lead div.contents_inner div.expo_logo_pane span.expo_logo {
  position: absolute;
  top: 25px;
  right: 24px;
}
body#expo div.expo_title div.contents_inner {
  width: 830px;
  min-height: 196px;
  padding-top: 13px;
  padding-right: 200px;
  background: url(../../img/expo/expo_title_bg.jpg) no-repeat right top;
}
body#expo div.expo_title div.contents_inner p.expo_title_lead {
  margin-top: 19px;
  padding-left: 2px;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
body#expo div.expo_clinic_column {
  margin-top: 14px;
}
body#expo div.expo_clinic_column div.contents_inner {
  width: 830px;
}
body#expo div.expo_clinic_column div.contents_inner h5.expo_clinic_title {
  padding: 14px 15px;
  border: 2px solid #118f67;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: #d9f6ed;
  line-height: 1.5;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #00875c;
}
body#expo div.expo_clinic_column div.contents_inner p.expo_clinic_lead {
  margin-top: 22px;
  padding-left: 2px;
  line-height: 2;
  font-size: 16px;
}
body#expo div.expo_clinic_column div.contents_inner p.expo_clinic_lead b {
  color: #00875c;
}
body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title {
  margin-top: 33px;
  padding: 4px 12px;
  background-color: #00875c;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title span {
  display: inline-block;
  position: relative;
  min-height: 25px;
  padding-left: 30px;
}
body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title span:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 25px;
  margin-top: -12px;
  background: url(../img/parts/icon_flag_white.png) no-repeat 0px 0px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail {
  margin-top: 23px;
  zoom: 100%;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail:after {
    display: none;
  }
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail p {
  padding-left: 0;
  line-height: 2.2;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
  float: left;
  width: 540px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
  float: right;
  width: 243px;
  padding-top: 8px;
  padding-right: 2px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea span.expo_clinic_caption {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
  line-height: 2;
  text-align: left;
  font-size: 12px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa {
  margin-top: 23px;
  padding: 11px 9px 13px;
  border-top: 6px solid #ff9600;
  background-color: #fff4d8;
  zoom: 100%;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa:after {
    display: none;
  }
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title {
  display: table;
  min-height: 52px;
  font-size: 20px;
  color: #ff8400;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title span {
  display: table-cell;
  position: relative;
  height: 52px;
  padding-right: 54px;
  vertical-align: middle;
  line-height: 1.5;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title span:after {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 52px;
  background: url(../../img/expo/icon_qa.png) no-repeat 0px 0px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.textarea {
  float: left;
  width: 450px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.textarea p {
  margin-top: 2px;
  padding-left: 12px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea {
  float: right;
  width: 339px;
  padding-top: 20px;
  padding-right: 13px;
}
body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea span.expo_clinic_caption {
  display: inline-block;
  width: 100%;
  margin-top: 18px;
  padding-left: 7px;
  line-height: 2;
  text-align: center;
  font-size: 12px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column {
  padding-bottom: 43px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner h5.expo_clinic_title {
  margin-top: 50px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail ~ div.expo_clinic_detail {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 1px solid #d5d5d5;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail ~ div.expo_clinic_detail div.imgarea span.expo_clinic_caption {
  margin-top: 12px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
  width: 465px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
  width: 329px;
  padding-top: 7px;
  padding-right: 0;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea span.expo_clinic_caption {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  padding-left: 0px;
  line-height: 2;
  text-align: center;
  font-size: 12px;
}
body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title + div.expo_clinic_detail {
  margin-top: 23px;
  padding-top: 0;
  border-top: 0;
}
body#expo div.expo_clinic_column div.expo_clinic_practice {
  margin-top: 22px;
  overflow: hidden;
  position: relative;
  zoom: 100%;
  text-align: center;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul {
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  left: 50%;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul li {
  float: left;
  position: relative;
  left: -50%;
}
body#expo div.expo_clinic_column div.expo_clinic_practice:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#expo div.expo_clinic_column div.expo_clinic_practice:after {
    display: none;
  }
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list {
  padding-left: 3px;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li {
  width: 310px;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li ~ li {
  margin-left: 25px;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li div.expo_clinic_practice_detail img {
  display: block;
}
body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li p.expo_clinic_practice_caption {
  padding-right: 5px;
  text-align: center;
}
body#expo div.expo_clinic_column div.expo_clinic_practice p.expo_clinic_practice_caption {
  clear: left;
  line-height: 1.5;
  text-align: center;
  font-size: 12px;
}
body#expo div.expo_clinic_column div.expo_clinic_practice p.expo_clinic_practice_caption span {
  display: inline-block;
  text-align: left;
}
body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice {
  margin-top: 28px;
}
body#expo div.expo_clinic_column div.author {
  padding-top: 22px;
  text-align: right;
}

/*--------------------------
大阪マラソンEXPO　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#expo div.expo_title div.contents_inner {
    width: 748px;
  }
  body#expo div.expo_clinic_column div.contents_inner {
    width: 748px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
    width: 486px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
    width: 218px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.textarea {
    width: 405px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea {
    width: 305px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
    width: 418px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
    width: 296px;
  }
}
/*--------------------------
大阪マラソンEXPO　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#expo div.lead {
    padding-top: 35px;
  }
  body#expo div.lead div.contents_inner {
    padding: 0;
  }
  body#expo div.lead div.contents_inner strong {
    margin-top: 20px;
    padding-left: 0;
    font-size: 17px;
  }
  body#expo div.lead div.contents_inner div.expo_logo_pane {
    padding: 0;
  }
  body#expo div.lead div.contents_inner div.expo_logo_pane span.expo_logo {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
  body#expo div.lead div.contents_inner div.expo_logo_pane span.expo_logo img {
    width: 77px;
    height: 57px;
  }
  body#expo div.expo_title {
    margin-top: 20px;
  }
  body#expo div.expo_title div.contents_inner {
    width: 100%;
    min-height: 0;
    padding: 0 10px 165px;
    background-image: url(../../img/expo/expo_title_bg_sp.jpg);
    background-position: center bottom;
    -moz-background-size: 150px 160px;
    -o-background-size: 150px 160px;
    -webkit-background-size: 150px 160px;
    background-size: 150px 160px;
  }
  body#expo div.expo_title div.contents_inner h4.expo_clinic_title span {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 255px;
    height: 19px;
    background-image: url(../../img/expo/expo_title_sp.png);
    -moz-background-size: 255px 19px;
    -o-background-size: 255px 19px;
    -webkit-background-size: 255px 19px;
    background-size: 255px 19px;
  }
  body#expo div.expo_title div.contents_inner h4.expo_clinic_title span img {
    visibility: hidden;
  }
  body#expo div.expo_title div.contents_inner p.expo_title_lead {
    margin-top: 19px;
    padding-left: 2px;
    line-height: 1.7;
    font-size: 15px;
    font-weight: normal;
  }
  body#expo div.expo_clinic_column {
    margin-top: 30px;
  }
  body#expo div.expo_clinic_column div.contents_inner {
    width: 100%;
    padding: 0 10px;
  }
  body#expo div.expo_clinic_column div.contents_inner h5.expo_clinic_title {
    padding: 11px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
  }
  body#expo div.expo_clinic_column div.contents_inner p.expo_clinic_lead {
    margin-top: 15px;
    padding-left: 0;
    line-height: 1.7;
    font-size: 15px;
  }
  body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title {
    margin-top: 26px;
    min-height: 17px;
    font-size: 16px;
    font-weight: bold;
  }
  body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title span {
    min-height: 17px;
    padding-left: 21px;
  }
  body#expo div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title span:before {
    width: 16px;
    height: 17px;
    margin-top: -8px;
    background: url(../img/parts/icon_flag_white_sp.png) no-repeat 0px 0px;
    -moz-background-size: 16px 17px;
    -o-background-size: 16px 17px;
    -webkit-background-size: 16px 17px;
    background-size: 16px 17px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail {
    margin-top: 17px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail p {
    padding-left: 0;
    line-height: 1.7;
    font-size: 15px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
    float: none;
    width: 100%;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    text-align: center;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea img {
    width: 155px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea span.expo_clinic_caption {
    display: inline-block;
    width: auto;
    margin-top: 14px;
    line-height: 1.7;
    font-size: 12px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa {
    margin-top: 26px;
    padding: 13px 10px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title {
    min-height: 34px;
    font-size: 16px;
    font-weight: bold;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title span {
    height: 34px;
    padding-right: 45px;
    background: url(../../img/expo/icon_qa.png) no-repeat right top;
    -moz-background-size: 32px 34px;
    -o-background-size: 32px 34px;
    -webkit-background-size: 32px 34px;
    background-size: 32px 34px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa h6.expo_clinic_qa_title span:after {
    display: none;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.textarea {
    float: none;
    width: 100%;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.textarea p {
    margin-top: 10px;
    padding-left: 0;
    font-size: 15px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    text-align: center;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea img {
    width: 208px;
  }
  body#expo div.expo_clinic_column div.contents_inner div.expo_clinic_qa div.imgarea span.expo_clinic_caption {
    margin-top: 12px;
    padding-left: 0;
    line-height: 1.7;
    font-size: 12px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column {
    padding-bottom: 30px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner h5.expo_clinic_title {
    margin-top: 30px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail ~ div.expo_clinic_detail {
    margin-top: 17px;
    padding-top: 17px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.textarea {
    width: 100%;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea {
    width: 100%;
    padding-top: 7px;
    padding-right: 0;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea img {
    width: 214px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner div.expo_clinic_detail div.imgarea span.expo_clinic_caption {
    width: auto;
    margin-top: 14px;
    padding-left: 0px;
    line-height: 1.7;
    font-size: 12px;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title {
    font-weight: bold;
  }
  body#expo div.expo_clinic_column ~ div.expo_clinic_column div.contents_inner h6.expo_clinic_detail_title + div.expo_clinic_detail {
    margin-top: 17px;
    padding-top: 0;
    border-top: 0;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice {
    margin-top: 30px;
    overflow: visible;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul {
    float: none;
    left: auto;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul li {
    float: none;
    left: auto;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li {
    width: 100%;
    margin: 0 auto;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li ~ li {
    margin-top: 10px;
    margin-left: auto;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li p.expo_clinic_practice_caption {
    margin-top: 0;
    padding-left: 0;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice ul.expo_clinic_practice_list li img {
    display: block;
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
  }
  body#expo div.expo_clinic_column div.expo_clinic_practice p.expo_clinic_practice_caption {
    margin-top: 5px;
    font-size: 13px;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice ul li {
    float: left;
    position: relative;
    left: -50%;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice ul.expo_clinic_practice_list li {
    width: 50%;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice ul.expo_clinic_practice_list li ~ li {
    margin-top: 0;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice ul.expo_clinic_practice_list li img {
    width: 100%;
  }
  body#expo div.expo_clinic_column div.expo_clinic_qa ~ div.expo_clinic_practice p.expo_clinic_practice_caption {
    text-align: left !important;
  }
  body#expo div.expo_clinic_column div.author {
    padding-top: 30px;
  }
}
/*--------------------------
大阪マラソン共同調査研究
--------------------------*/
body#research div.lead div.contents_inner {
  width: 830px;
}
body#research div.research_pane {
  margin-top: 5px;
  padding-bottom: 1px;
}
body#research div.research_pane div.contents_inner {
  width: 830px;
}
body#research div.research_pane div.contents_inner ul.research_list {
  margin: 0;
  padding: 0;
  zoom: 100%;
}
body#research div.research_pane div.contents_inner ul.research_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#research div.research_pane div.contents_inner ul.research_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  body#research div.research_pane div.contents_inner ul.research_list:after {
    display: none;
  }
}
body#research div.research_pane div.contents_inner ul.research_list li {
  float: left;
  max-width: 239px;
  margin-bottom: 46px;
}
body#research div.research_pane div.contents_inner ul.research_list li ~ li {
  max-width: 295px;
  padding-left: 56px;
}
body#research div.research_pane div.contents_inner ul.research_list li:nth-child(3n+1) {
  clear: left;
  max-width: 239px;
  padding-left: 0;
}
body#research div.research_pane div.contents_inner ul.research_list li h4.research_year {
  padding-top: 1px;
  background-color: #707070;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
body#research div.research_pane div.contents_inner ul.research_list li span.research_image {
  display: block;
  margin-top: 11px;
  margin-bottom: 14px;
  padding: 16px 29px 20px;
  border: 2px solid #432b90;
}
body#research div.research_pane div.contents_inner ul.research_list li a {
  line-height: 1.9;
}
body#research div.research_pane div.contents_inner ul.research_list li a.trans {
  display: block;
}

/*--------------------------
大阪マラソン共同調査研究　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body#research div.lead div.contents_inner {
    width: 748px;
  }
  body#research div.research_pane {
    margin-top: 5px;
    padding-bottom: 0;
  }
  body#research div.research_pane div.contents_inner {
    width: 748px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li {
    max-width: 231px;
    margin-bottom: 40px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li ~ li {
    max-width: 258px;
    padding-left: 27px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li:nth-child(3n+1) {
    max-width: 231px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li span.research_image {
    padding: 16px 25px 20px;
  }
}
/*--------------------------
大阪マラソン共同調査研究　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#research div.lead div.contents_inner {
    width: 100%;
  }
  body#research div.research_pane {
    margin-top: 10px;
    padding-bottom: 0;
  }
  body#research div.research_pane div.contents_inner {
    width: 100%;
  }
  body#research div.research_pane div.contents_inner ul.research_list li {
    float: none;
    max-width: 240px !important;
    margin: 0 auto 30px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li ~ li {
    padding-left: 0;
  }
  body#research div.research_pane div.contents_inner ul.research_list li:nth-child(3n+1) {
    clear: none;
  }
  body#research div.research_pane div.contents_inner ul.research_list li h4.research_year {
    font-size: 16px;
  }
  body#research div.research_pane div.contents_inner ul.research_list li a {
    line-height: 1.7;
  }
}
