@charset "UTF-8";
/* CSS Document */
.p-2-4{
	padding: 10px 20px 10px 20px
}.p-1-2{
	padding: 5px 10px 5px 10px
}
.mb-n19{
	margin-bottom: -19px
}

/* テキストカラー */
.text-red{
	color: #FF0100
}
/* テキストサイズ */
.text-s{
	font-size: 12px;
}
/* テキストサイズー行間 */
.text-height-s{
	line-height: 12px;
}


/* 背景 */
.back-gray{
	background: #F6F7F9
}
.back-white{
	background: #ffffff;
}
/*　シャドウ */
.shadow-naka{
	box-shadow: 0px 0px 5px #CCC inset;
}

/* 角丸 */
.kado-maru {
  border-radius: 10px;
}
.kado-maru-s {
  border-radius: 3px;
}
.kado-maru-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
/* 線 */
.b-gray {
  border: #C8C8C8 1px solid;
}
.b-b-red {
  border-bottom: #FF0100 1px solid;
}


.hako-gray{
	padding: 10px 20px 10px 20px;
    background: #C8C8C8;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 120px
}




@media(max-width: 500px) {
  .td-inline {
    display: inline
  }
  .td-block  {
    display: block;
  }

}

