@charset "utf-8";
/* CSS Document */

/* oshirase Only
*******************************************************/
#page {
  background-color: #fff;
}

/* お知らせ　コンテナ */
.Container_oshirase {
  padding: 40px 0 56px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .Container_oshirase {
    margin: 0 10px;
  }
}

/* 線あり表 */
.line_tbl table{
	border-top:solid 1px #CCC!important;
	border-left:solid 1px #CCC!important;
}
.line_tbl table th{
	padding:8px!important;
	background-color:#EAEAEA !important;
	border-bottom:solid 1px #CCC!important;
	border-right:solid 1px #CCC!important;
}
.line_tbl table td{
	border-bottom:solid 1px #CCC!important;
	border-right:solid 1px #CCC!important;
}

p.tel span{
	font-size:250%!important;
	line-height:1.8!important;
}

p.kinkoku{
	padding:5px!important;
	font-size:150%!important;
	font-weight:bold!important;
	color:#FFF!important;
	background-color:#666!important;
}


/* section */

div#ga2012_mainContent section {
	padding: 60px 0 0;
}

div#ga2012_mainContent section .h2Title {
	margin-top: 0;
}


/* お知らせアイコン */

div#ga2012_mainContent .h1Title .icon_oshirase {
	margin-right: 0.5em;
	vertical-align: middle;
}

div#ga2012_mainContent .h2Title .icon_oshirase {
	margin-right: 0.5em;
	vertical-align: middle;
}

/* oven */

p.caution {
	font-weight: bold;
	color: #F00;
}

/* お問い合わせ */
#contact_us.sec {
    padding: 40px 0 80px;
    font-size: 15px;
    background: #ffffff;
}
#contact_us .sec_inner {
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  #contact_us.sec {
    padding: 55px 0 60px;
  }
  #contact_us .sec_inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#contact_us br.ex_spbr {
    display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #contact_us br.ex_spbr {
    display: inline-block;
  }
}

#contact_us.sec_contact_us {
  padding-bottom: 0;
}

#contact_us.sec_contact_us .contact_us_box {
  width: 420px;
  margin: 0 auto;
  box-shadow: 0 2px 0 0px rgba(0,0,0,0.16);
}

#contact_us.sec_contact_us .contact_us_box a{
  position: relative;
  display: block;
  padding: 105px 0 40px;
  background: url("/phs/oshirase/050721/items/img/icon_mail.png") no-repeat center 40px;
  border: 1px solid #999999;
  text-decoration: none;
  color: #333333;
  text-align: center;
}

#contact_us.sec_contact_us .contact_us_box a:after{
  content: "";
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 26px;
  height: 5px;
  background : url("/phs/oshirase/050721/items/img/icon_arrow02_b.png") no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}

#contact_us.sec_contact_us .contact_us_box a:hover:after {
  right: -13px;
}

#contact_us.sec_contact_us .contact_us_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

#contact_us.sec_contact_us .contact_us_txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  #contact_us.sec_contact_us {
    padding-bottom: 60px;
    border-bottom: solid 1px #CCC;
  }

  #contact_us.sec_contact_us .contact_us_box {
    width: 89.55%;
  }

  #contact_us.sec_contact_us .contact_us_box a:after {
    top: auto;
    bottom: 21px;
    right: 11px;
    margin-top: 0;
  }
}
