@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      coupon.css
 Style Info:     印刷用
----------------------------------------------------------- */
@media print {

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}
#logo{
	display:block!important;
}

.main_nosub{
	text-algin:left;
	font-size:12pt;
	color:#333;
	margin:0 auto 0;
	
}


#header{
	display:none;
}

.head_b{
	display:none;
}
#page{
	background:#FFF;
}
.sub{
	display:none;
}
.sub_b{
	display:none;
}

#footer{
	display:none;
}
li {

list-style-type: none;

}

}/*media print*/

