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


/* style
=========================================== */

header {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #FFF;
	margin: 0 0 15px 0;
	-webkit-box-shadow:0px 2px 3px rgba(000,000,000,0.2);
	box-shadow:0px 2px 3px rgba(000,000,000,0.2);
}
.header_logo {
	width: 44px;
	padding-top: 8px;
	margin:auto;
}
#content {
	margin: auto;
	background: #FFF;
}
#content a {
	color: #f66;
	text-decoration: underline;
}
#visual {
}
#main {
	padding: 15px 15px 30px 15px;
}
.main_txt {
	background: #f2f3f4;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px 0;
}
.main_txt:last-of-type {
	margin-bottom: 0;
}
.main_txt_ttl {
	padding: 0 15px 18px 15px;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 21px;
	font-weight: bold;
}
.main_txt_ttl .icn {
	height: 1em;
	display: inline-block;
}
.main_txt_ttl .icn img {
	height: 100%;
	width: auto;
}
.main_txt_ttl:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: url(../img/main_ttl_line.gif) repeat-x center left;
	background-size:auto 100%;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.main_txt_txt {
	padding: 0 15px;
	text-align: justify;
}
.main_txt_txt p {
	font-size: 15px;
	line-height: 22px;
}
.main_txt_twt {
	text-align: center;
	margin: 15px 0 0 0;
}
.main_txt_list {
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.main_txt_list li + li {
	margin-top: 10px;
}
.main_txt_product {
	text-align: center;
	margin-top: 15px;
}
p.main_txt_date {
	font-size: 18px;
	font-weight: bold;
}
.main_txt_notes li {
	padding: 0 0 0 1em;
	position: relative;
	font-size: 11px;
	line-height: 21px;
}
.main_txt_notes li:before {
	content: '・';
	position: absolute;
	left: -0.2em;
	top: 0;
}
#pagetop {
	width: 20.53%;
	padding: 0 0 0 0;
	margin: auto;
}
footer {
	padding: 60px 0 15px 0;
	background: #FFF;
	text-align: center;
}