﻿/*------------------------------------------------------------
coupon Print Style　　　クーポンと説明テキストのみ表示
------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
	width:100%;
    background-color: white;
    font-size: 12pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

.break {page-break-before:always;}

float:none;

#shadow {
	width:600px;
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff');
}

#contents		{	display:block;	clear:both;	paddint:0px 100px 0px 100px;	}

.catch-title	{	margin: 20px 0px 0px 0px;	}

/*------------------------------------------------------------
	表示無し
------------------------------------------------------------*/

#header-text	{	display:none;	}
#header			{	display:none;	}
#header-left	{	display:none;	}
#header-right	{	display:none;	}
#root			{	display:none;	}
#main-photo		{	display:none;	}
#menu			{	display:none;	}
#btn-lnk-box	{	display:none;	}
.totop-button	{	display:none;	}
#footer			{	display:none;	}



#header-coupon	{	display:none;	}
#ftlnk-coupon	{	display:none;	}

