@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/08/21 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 基本CSS */
/*------------------------------------------------------*/


/* 全体設定 */
/*------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  width:100%;
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family : 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
}

#wrapper{
  width:100%;
  min-width: 320px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#main_header {
  width: 100%;
  min-height: 60px;
  margin-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

#main_menubar {
  width: 100%;
  text-align: center;
  background: #fff url(images/menu_background.png) no-repeat center top;
  overflow: hidden;
}

#main_titlebar {
  width: 100%;
  max-height: 50px;
  text-align: center;
  overflow: hidden;
}

#main_image {
  width: 100%;
}

#lang_bar {
  width: 100%;
  height: 30px;
  text-align: right;
  background: #666666;
}

#lang_bar p {
  color: #fff;
  font-size: 1.2rem;
  padding-right: 10px;
  line-height: 30px;
}

#lang_bar p a:link,a:visited {
  color:#ffffff;
  text-decoration:none;
}

#lang_bar p a:hover {
  color:#80bc6e;
  text-decoration:none;
}

#main_message {
  width: 100%;
  text-align: center;
  background: #fff;
}

#main_message_gm {
  width: 100%;
}

#main_body {
  width: 100%;
  background: #ffffff;
  border-top: 20px #80bc6e solid;
}

#main_body_end {
  width: 100%;
  text-align: center;
  background: #80bc6e;
  padding-top: 40px;
  padding-bottom: 20px;
}

#main_form_btn {
  width: 100%;
  height: 80px;
  text-align: center;
  background: #80bc6e;
  background: #80bc6e url(images/form_btn_back2.png) no-repeat center center;
}

@media screen and (min-width: 641px) {
  #main_form_btn_end {
  width: 100%;
  height: 80px;
  text-align: center;
  background: #80bc6e;
  background: #80bc6e url(images/form_btn_back2.png) no-repeat center center;
  }
}

@media screen and (max-width: 640px) {
  #main_form_btn_end {
  width: 100%;
  height: 80px;
  padding-bottom: 630px;
  text-align: center;
  background: #80bc6e;
  background: #80bc6e url(images/form_btn_back2.png) no-repeat center center;
  }
}

@media screen and (min-width: 641px) {
#body_end {
  width: 100%;
  padding-bottom: 430px;
  background: #80bc6e;
}
}

@media screen and (max-width: 640px) {
#body_end {
  width: 100%;
  padding-bottom: 650px;
  background: #80bc6e;
}
}

@media screen and (min-width: 533px) {
  #title_jirei img {
    width: 100%;
  }
  #title_jirei img.large {
    display: block;
  }

  #title_jirei img.small {
    display: none;
  }

  #title_profile img {
    width: 100%;
  }
  #title_profile img.large {
    display: block;
  }

  #title_profile img.small {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #title_jirei img {
    width: 100%;
  }
  #title_jirei img.small {
    display: block;
  }

  #title_jirei img.large {
    display: none;
  }

  #title_profile img {
    width: 100%;
  }
  #title_profile img.small {
    display: block;
  }

  #title_profile img.large {
    display: none;
  }
}



#main_body_jirei {
  width: 100%;
  padding-bottom: 50px;
  background: #ffffff;
}

#main_body_profile {
  width: 100%;
  padding-bottom: 50px;
  background: #ffffff;
}

#main_body_gm {
  width: 100%;
  padding-bottom: 200px;
  background: #ffffff;
}

#main_body_sm {
  width: 100%;
  padding-bottom: 200px;
  padding-left: 40px;
  background: #ffffff;
}

#main_footer {
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  padding: 20px 20px 20px 20px;
  font-size: 1.2rem;
  color: #ffffff;
  background: #777777 url(images/cr.png) no-repeat right bottom;
}


/* 中段設定 */
/*------------------------------------------------------*/

.main_header_logo {
  float:left;
  width: 100%;
  height: 60px;
  margin-right:-272px;
}

@media screen and (max-width: 532px) {
  div.main_header_logo {
    background: #fff url(images/tozai_logo_s.png) no-repeat left center;
  }
}
@media screen and (min-width: 533px) and (max-width: 776px) {
  div.main_header_logo {
    background: #fff url(images/tozai_logo.png) no-repeat left center;
  }
}
@media screen and (min-width: 777px) {
  div.main_header_logo {
    background: #fff url(images/tozai_logo.png) no-repeat left center;
  }
}

.main_header_logo h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 533px) {
  #header_link {
    font-size: 1px;
    height: 40px;
    width: 230px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  
  .header_phone {
    font-size: 1px;
    height: 1px;
    width: 1px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 30px;
    top: 12px;
  }
  
  .header_mail {
    font-size: 1px;
    height: 16px;
    width: 180px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 30px;
    top: 32px;
  }
}

@media screen and (max-width: 532px) {
  #header_link {
    font-size: 1px;
    height: 40px;
    width: 100px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  
  .header_phone {
    font-size: 1px;
    height: 16px;
    width: 180px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 30px;
    top: 12px;
  }
  
  .header_mail {
    font-size: 1px;
    height: 16px;
    width: 180px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 30px;
    top: 32px;
  }
}

.main_header_right {
  width: 240px;
  height: 50px;
  margin-top: 5px;
  background: #fff url(images/header_topright.png) no-repeat center center;
  float: right;
}

@media screen and (min-width: 533px) {
  #main_message img {
    width: 100%;
  }
  #main_message span {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #main_message {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #main_message img {
    display: none;
  }
  #main_message span {
    width: 100%;
  }
  #main_message p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 533px) {
  #main_message_gm img {
    width: 100%;
  }
  #main_message_gm span {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #main_message_gm {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #main_message_gm img {
    display: none;
  }
  #main_message_gm span {
    width: 100%;
  }
  #main_message_gm p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  #main_body {
  }

  .main_body_left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }

  .main_body_left img {
    width: 100%;
	vertical-align: bottom;
  }

  .main_body_right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    padding: 20px 40px 20px 40px;
    background: #fff;
  }

  .main_body_right img {
    width: 100%;
	vertical-align: bottom;
  }

}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .main_body_left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }

  .main_body_left img {
    width: 100%;
	vertical-align: bottom;
  }

  .main_body_right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    padding: 10px 20px 10px 20px;
    background: #fff;
  }

  .main_body_right img {
    width: 100%;
	vertical-align: bottom;
  }

}

@media screen and (max-width: 640px) {
  .main_body_left {
    width: 100%;
    margin: 0;
  }

  .main_body_right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 20px 10px 20px;
  }

  .main_body_left img {
    width: 100%;
	vertical-align: bottom;
  }

  .main_body_right img {
    width: 100%;
	vertical-align: bottom;
  }

}

#div808 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}

#div808 h4 a:link,a:visited {
  color:#579444;
  text-decoration:none;
}

#div808 h4 a:hover {
  color:#80bc6e;
  text-decoration:none;
}

#div808 li {
  padding-bottom: 20px;
}

div.inner  {
  padding-top: 10px;
}

div.inner p {
  padding-bottom: 10px;
}

#main_body .topics_title {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}

#main_body .main_body_right p {
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
}


@media screen and (min-width: 533px) {
  #main_body_end img {
    width: 100%;
  }
  #main_body_end span {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #main_body_end {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #main_body_end img {
    display: none;
  }
  #main_body_end span {
    width: 100%;
  }
  #main_body_end p {
    margin-bottom: 10px;
  }
}


#main_body_acs .left_contents p {
  padding: 10px 10px 0px 10px;
}

#main_body_acs .left_contents p.bd {
  padding: 5px 10px 0px 30px;
  font-size: 1.2rem;
}

#main_image img {
  width: 100%;
}

.rule p {
  padding: 5px 20px 5px 20px;
}

@media screen and (min-width: 768px) {
  #main_body_acs .town_left {
    font-size: 1.6rem;
    float: left;
    width: 48%;
  }

  #main_body_acs .town_right {
    float: right;
    width: 48%;
  }

  #main_body_acs .town_left p {
    padding: 20px 0px 0px 30px;
  }
}

#main_body_acs .town_right img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main_body_acs .town_left {
    font-size: 1.6rem;
    width: 100%;
  }

  #main_body_acs .town_right {
    width: 100%;
  }

  #main_body_acs .town_left p {
    padding: 0 10px 10px 10px;
  }
}

#main_body_sm dd {
  padding-left: 20px;
}


/* メインメニュー */
/*------------------------------------------------------*/

 #globalnavi{
  margin: 0 auto;
  padding: 0;
  min-height: 30px;
}

@media screen and (min-width: 768px) {
  #globalnavi {
    width: 768px;
  }
}

@media screen and (min-width: 384px) and (max-width: 767px) {
  #globalnavi {
    width: 384px;
  }
}

@media screen and (max-width: 383px) {
  #globalnavi {
    width: 256px;
  }
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
/*  text-indent: -9999px; */
  float:left;
  width: 128px;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#globalnavi p{
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -128px 0;}
#menu3 a{background-position: -256px 0;}
#menu4 a{background-position: -384px 0;}
#menu5 a{background-position: -512px 0;}
#menu6 a{background-position: -640px 0;}
#menu7 a{background-position: -768px 0;}

#globalnavi a:hover{
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -30px;}
#menu2 a:hover{background-position: -128px -30px;}
#menu3 a:hover{background-position: -256px -30px;}
#menu4 a:hover{background-position: -384px -30px;}
#menu5 a:hover{background-position: -512px -30px;}
#menu6 a:hover{background-position: -640px -30px;}
#menu7 a:hover{background-position: -768px -30px;}

#globalnavi p{
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 p{background-position: 0 -30px;}
#menu2 p{background-position: -128px -30px;}
#menu3 p{background-position: -256px -30px;}
#menu4 p{background-position: -384px -30px;}
#menu5 p{background-position: -512px -30px;}
#menu6 p{background-position: -640px -30px;}
#menu7 p{background-position: -768px -30px;}


/* フッターメニュー */
/*------------------------------------------------------*/
#footernavi ul{
  list-style-type: none;
  margin: 0;
  padding: 10px 0 10px 0;
}

#footernavi li{
  float: left;
  margin: 0;
  padding: 0;
}

#footernavi li a {
  color: #e0ebe0;
  text-decoration: none;
}
#footernavi li:hover > a{
  background: #ffffff;
  color: #1e341c;
}


@media screen and (min-width: 641px) {
  #footernavi {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 48%;
  }

  #footermap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 48%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #footernavi {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  #footermap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
  }

#main_footer {
  height: 630px;
}

}

#footernavi p{
  margin: 0;
  padding: 10px 0 0 0;
}

#footernavi p a:link,a:visited {
  color:#ffffff;
  text-decoration:none;
}

#footernavi p a:hover {
  color:#ff8888;
  text-decoration:none;
}

#footermap img {
    width: 100%;
	vertical-align: bottom;
  }

/* slider */
/*------------------------------------------------------*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


@media screen and (min-width: 533px) {

  .rslides img.large {
    display: block;
  }

  .rslides img.small {
    display: none;
  }

}

@media screen and (max-width: 532px) {

  .rslides img.small {
    display: block;
  }

  .rslides img.large {
    display: none;
  }

}










/* 予定表テーブル */
/*------------------------------------------------------*/
#schedule {
  width: 100%;
  margin: 0px;
  border: 0;
  background: #f4f3f0;
  border-spacing: 0;
  border-collapse:collapse;
}

#schedule caption {
  background: #a6c5a6;
  color: #1e341c;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}

#schedule th {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 2px;
  background: #e0ebe0;
  color: #3c4440;
}

#schedule td.ctr {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
  text-align: center;
}

#schedule td.comment {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
}

#schedule tfoot td.cap {
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
  text-align: right;
}

@media screen and (min-width: 769px) {
  #schedule caption {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #schedule tfoot td.cap {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}


/* 会社案内テーブル */
/*------------------------------------------------------*/
.profile {
  width: 100%;
}

@media screen and (min-width: 533px) {
#profile {
  margin-left: auto;
  margin-right: auto;
  border-collapse:separate;
}

#profile td.ct1 {
  border-radius: 20px;
  background: #579444;
  color: #ffffff;
  text-align: center;
  padding: 3px 100px 3px 100px;
}

#profile td.ct2 {
  padding: 3px 30px 3px 30px;
  margin: 0;
}

#profile tr {
  margin-top: 10px ;
}
}

@media screen and (max-width: 532px) {
#profile td.ct1 {
  border-radius: 20px;
  background: #579444;
  color: #ffffff;
  text-align: center;
  padding: 3px 10px 3px 10px;
}
}


/* クリアフィックス */
/*------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
.clearfix {
  overflow: hidden;
  zoom: 1;
}



 #main_body .open {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family : Times New Roman, serif;
  letter-spacing: 0;
}

 #main_body .close {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family : Times New Roman, serif;
  letter-spacing: 0;
}

.open a:link,a:visited {
  color:#579444;
  text-decoration:none;
}

.open a:hover {
  color:#80bc6e;
  text-decoration:none;
}

.close a:link,a:visited {
  color:#579444;
  text-decoration:none;
}

.close a:hover {
  color:#80bc6e;
  text-decoration:none;
}

#main_form_btn .form {
  line-height: 80px;
  font-weight: bold;
  color:#ffffff;
}

#main_form_btn p.form a:link,a:visited {
  color:#ffffff;
  text-decoration:none;
}

#main_form_btn p.form a:hover {
  color:#ff0000;
  text-decoration:none;
}

