@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 */



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

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#globalNavLovelaLimited
{
	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(http://www.lovela-bandai.com/access/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;
}


div.section p.note2{
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 90%;
}

div.section h3{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFCF9;
    background-image: none;
    border-color: #CCCCCC #CCCCCC #CCCCCC #ADC499;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    font-size: 120%;
    padding: 5px 10px 5px 5px;
    width: 620px;
}

div.section .heading{
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
	line-height: 1.5em;
}

div.section .caution{
	float: left;
	margin: 10px 10px;
    width: 450px;
	line-height: 1.5em;
}

div.section .link{
	float: left;
	margin: 10px 10px;
    width: 150px;
	text-align: right;
}

div.section hr {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

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

								印刷用
								
------------------------------------------------------------------------------*/
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;
}


body.print div.section h3{
	margin: 0px 10px;
    width: 640px;
}

body.print div.section .heading{
    font-weight: bold;
    padding-left: 60px;
    padding-top: 10px;
	font-size: 90%;
	line-height: 1.5em;
}

body.print div.section .caution{
	margin: 10px 50px;
    width: 450px;
	font-size: 90%;
	line-height: 1.5em;
}


	body.print div#header{
		/*background: url(../../images/common/print_heaer_bg_2012.jpg) no-repeat top left;*/
		background: url(../../images/common/print_heaer_bg_2013.gif) no-repeat top left;
	}

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

.tableNoborder,
.tableNoborder tr,
.tableNoborder td{
	border:0px !important;
	padding:0 !important;
	margin:0 !important;
}

.tableNoborder td{
	padding-right:10px !important;
}