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

html{
  height:100%;
  font-size: 6.45%;
  line-height: 1.15;
}
body{
  width: 100%;
  height: 100%;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}
table{
  word-break:break-all;
  word-wrap:break-word;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
a{
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}
a:link,a:visited,a:hover,a:active{
  color: #551A8B;
  text-decoration: underline;
}
a:hover{
  opacity: 0.6;
}
a img {
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contents p, .contents ul, .contents ol, .contents table {
  margin-bottom: 15px;
}
/*
.contents ul:not([class]) {
  margin-left: 1.5em;
}
*/
.opa{
  opacity: 1;
}
.opa:hover{
  opacity: 0.6;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.red {
  color:#F00 !important;
}
.pink {
  color: #F24888 !important;
}
.orange {
  color: #E6843F !important;
}
.grey {
  color: #666 !important;
}
.blue {
  color: #06F !important;
}

.mar_b0{
  margin-bottom:0px !important;
}
.mar_b5{
  margin-bottom:5px !important;
}
.mar_b10{
  margin-bottom:10px !important;
}
.mar_b20{
  margin-bottom:20px !important;
}
.mar_b30{
  margin-bottom:30px !important;
}
.mar_b40{
  margin-bottom:40px !important;
}
.mar_b60{
  margin-bottom:60px !important;
}
.mar_t-17{
  margin-top:-17px !important;
}
.mar_t10{
  margin-top:10px !important;
}
.mar_t20{
  margin-top:20px !important;
}
.mar_t40{
  margin-top:40px !important;
}
.mar_t60{
  margin-top:60px !important;
}
.mar_r10{
  margin-right:10px !important;
}
.mar_l0 {
  margin-left: 0 !important;
}
.mar_l10{
  margin-left:10px !important;
}
.mar_l20{
  margin-left:20px !important;
}
.mar_l30{
  margin-left:30px !important;
}

.f_9{
  font-size:9px;
}
.f_10{
  font-size:10px;
}
.f_11{
  font-size:11px;
}
.f_12{
  font-size:12px;
}
.f_13{
  font-size:13px;
}
.f_18{
  font-size:18px;
}
.f_20{
  font-size:20px;
}
.f_b{
  font-weight: bold;
}

.c_gry{
  color:#666;
}
.w_270px{
  width:270px;
}

.clearfix:after,.open:after,.calendar .ic_child_table:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.f_left {
  float:left;
}
.f_right {
  float:right;
}
.f_clear {
  clear:both;
}
.t_right {
  text-align: right;
}

@media (min-width: 781px) {
  .dn_pc{
	display:none !important;
  }
  .t_common, .t_common_child {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #333;
	background: url(../img/common/t_back.jpg) no-repeat top left/100%;
	margin: 15px 0;
	padding: 17px 0 17px 15px;
  }
  .t_common_child{
	background: url(../img/common/t_back_child.jpg) no-repeat top left/100%;
  }
}
@media (max-width: 780px) {
  body{
	font-size: 14px;
  }
  .dn_mob{
	display:none !important;
  }
  .t_common, .t_common_child {
	background: #F8DEDE;
	margin-top: 20px;
	box-shadow: 1px 1px 3px #999;
	border: 2px solid #F3F3F3;
	display: block;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
  }
}
