@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */


#garakoro {
    background: #fee101;
    padding-bottom: 20px;
}


h3.bg_blue{
	background: #00befb;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}

h3.bg_green{
	background: #00C005;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}

.info_section {
    margin: 20px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;

}

.info_section h4 {
    width: 180px;
}
.info_section h4 img{
	width: 160px;
	height: auto;
}

.info_section .info {
	font-size: 16px;
	font-weight: bold;
}
.info_section .info dl{
	display: table;
	margin-bottom: 10px;
	line-height: 1.4;
}
.info_section .info dl:last-child{
	margin-bottom: 0;
}
.info_section .info dl dt{
	display: table-cell;
	width: 60px;
	background: #00C005;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
.info_section .info dl dd{
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}
.info_section .info p{
	font-size: 14px;
	font-weight: normal;
	padding-left: 1em;
	text-indent:-1em;
	
}
.info_section .info p span{
	color: #e60012;
	font-weight: bold;
	
}
.info_section .btn_link{
	text-align: center;
	margin: 20px auto 10px auto;
}

.present_section{
    background: #FFFFFF;
    margin: 20px;
    padding-top: 30px;
}
.present_section h4.em{
	font-size: 28px;
	font-weight: bold;
	color:#e60012;
	line-height: 1.2;
    text-align: center;
}

.present_section p{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.goods_section .goods_img{
	margin: 30px 20px 0 20px;
}
.goods_section .btn_link{
	margin: 20px 0 30px 0;
	text-align: center;
}

.bg_gray{
	background: #e5e5e5;
	padding: 20px;
}

.notice h4{
    background: #000000;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 15px;
}
.indent li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}