@charset "utf-8";

#content h1#prd-tit {
	margin: 0 10px;
	padding: 10px 0 15px;
	background: none;
	background-color: transparent;
	text-align: center;
}

#content h1#prd-tit  img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

#main-content {
	padding: 0 10px 30px;
	text-align: left;
}

h2 {
	margin: 0 10px 15px;
	text-align: center;
}


.popup {
	text-align: center;
	margin: 0 0 20px;
}

.popup img {
	height: 70px;
	width: auto;
}

.btn-kinri {
	text-align: center;
	margin: 0 0 30px;
}

.btn-kinri img {
	width: 210px;
	height: auto;
}

.table-date {
	text-align: right;
	font-size: 1.2rem;
	margin: 0 0 3px;
}


/* table */

.outline-title {
	font-weight: bold;
	margin: 15px 0 5px;
}

.product-table {
	width: 100%;
	font-size: 1.2rem;
}

.product-table th,
.product-table td {
	border: #C8C8C8 solid 1px;
	padding: 0.4em;
	text-align: left;
}

.product-table .th01 {
	width: 2em;
}

.product-table .th02 {
	width: 4.8em;
}

.other-list li {
	margin: 6px 0 0;
}

.other-list li:first-child {
	margin: 0;
}

.btn-entry {
	text-align: center;
	margin: 30px 0 0;
}

.btn-entry img {
	width: 80%;
	max-width: 320px;
	height: auto;
}

.tel-title {
	float: left;
	clear: left;
	padding: 0;
}

.tel-detail {
	margin: 0 0 0 4em;
}

.tel-detail dl {
	overflow: hidden;
	zoom: 1;
}

.tel-detail dt {
	float: left;
	clear: left;
	width: 4em;
	text-align: right;
}

.tel-detail dd {
	margin: 0 0 0 5em;
}


.refund-table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 0;
}

.refund-table th,
.refund-table td {
	padding: 5px;
}

.product-table .refund-table th {
	width: 46%;
	font-weight: normal;
	background-color: #EDEDED;
}

.pdflink {
	text-align: center;
	margin: 15px 0 0;
}

.pdflink a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 32px 10px 15px;
	border: #CCC 1px solid;
	border-radius: 4px;
	background: #F5F5F5 url(../../../common/img/icon_pdf.gif) 93% center no-repeat;
	background-size: 12px;
	text-decoration: none;
	color: #333;
}

.link-arrow {
	text-align: center;
	margin: 15px 0;
}

.link-arrow a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 27px 10px 10px;
	border: #CCC 1px solid;
	border-radius: 4px;
	background: #F5F5F5 url(../../../common/img/link_arrow.png) 96% center no-repeat;
	background-size: 12px;
	text-decoration: none;
	color: #333;
}

.btn-catalog {
	margin: 10px 0 5px;
}

.btn-catalog a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 25px 5px 5px;
	border: #F2AF00 1px solid;
	border-radius: 4px;
	background: #FFFFCC url(../../../common/img/icon_pdf.gif) 97% center no-repeat;
	background-size: 12px;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.btn-catalog a span {
	display: inline-block;
	vertical-align: middle;
}

.indent {
	margin-top: 3px;
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: 1.2rem;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.notice-red {
	color: #F00;
}