@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../mailmagazine/images/content_header.gif);
}



/*------------------------------------------------------------------------------

							
							
------------------------------------------------------------------------------*/
div.section p.photo{
	padding: 10px;
	background-color: #dddddd;
	text-align: center;
}

div.section p.photo img{
	border: 1px solid #ffffff;
}


div.section ul{
	margin-top: 10px;
	margin-bottom: 20px;
}

div.section ul li{
	line-height: 1.5em;
	padding-left: 14px;
	background: url(../../images/common/icon_arrow_gray.gif) no-repeat scroll left center;
}

div.section p.note{
	margin-bottom: 20px;
}



/*------------------------------------------------------------------------------

								印刷用
								
------------------------------------------------------------------------------*/
body.print div#header,
body.print div#copyright p,
body.print div.header,
body.print div.copyright div{
	width: 100%;
	zoom: 1;
}

body.print div.header,
body.print div.copyright,
body.print div#pageBreak{
	display: none;
}

body.print div.copyright{
	margin-top: 10px;
}

body.print div#header p#siteId,
body.print div.header div.siteId{
	left: 10px;
}

body.print div.header{
	/*page-break-before: always;
	margin-top: 10px;*/
	margin-bottom: 5px;
}

body.print div#pageBreak{
	height: 10px;
	page-break-before: always;
	zoom: 1;
}

* html body.print div#pageBreak{
	height: 50px;
}

/*
* html body.print div.header{
	page-break-before: auto;
}
* html body.print div#pageBreak{
	page-break-before: always;
	zoom: 1;
}

*:first-child + body.print div.header{
	page-break-before: auto;
}
*:first-child + html body.print div#pageBreak{
	page-break-before: always;
	zoom: 1;
}
*/

@media print{
	body.print div.header,
	body.print div.copyright,
	body.print div#pageBreak{
		display: block;
	}
}



/*------------------------------------------------------------------------------

								印刷用
								
------------------------------------------------------------------------------*/
body.print div.section{
	margin: 0;
	padding: 0;
	border-style: none;
}

body.print div.sectionContent{
	margin: 5px;
	padding: 0;
}

body.print p.photo{
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

body.print div.section ul{
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 90%;
}

body.print div.section p.note{
	margin-bottom: 5px;
	margin-left: 20px;
}

body.print div#buttonWrapper{
	margin-bottom: 10px;
}

body.print div#buttonWrapper ul{
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 10px;
}

@media print{
	body.print{
		zoom: 1;
	}
}