@charset "Shift_JIS";
/***********************************************************

	[1] /mobile common
	[2] /pc-index

***********************************************************/

/* [1]common **********************************************/

h2,h3{
	margin-bottom:5px
}
h2{
	display:block;
	text-indent:-99999px;

	width:570px;
	height:51px;
}

h3{
	clear:both;
	
	margin-top:1.5em;
	padding-left:10px;
	background:#fff url(../about/image/smallTitle_bg.gif) repeat-y left center;

	line-height:2;
}
h4{
	margin:0.1em 0 0.1em 10px;
}
ul.subMenu li{
	float:left;
	padding:2px 12px 2px 12px;
	margin-bottom:1em;

	background:#fff url(../image/delt.gif) no-repeat left center;
}
#main p{
	width:560px;
}
/**********************************************************/

/* [2]mobile/pc-index.html ******************************************/
body#pc-index 
h2{
	background:#fff url(image/pc-index_Title.gif) no-repeat left center;
}
body#pc-index
#main ul{
	display: inline-block;

	margin-left:10px;
	width:560px;
}
#pc-index #mainBox .info {
	font-size:120%;
	font-weight: bold;
	color: #000000;
}
#pc-index #mainBox .copy {
	color: #000000;
}


/* clearfix hack */
body#pc-index 
#main ul:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 1px;  
	line-height: 0;  
	clear: both; 
}
/* Hides from IE-mac \*/ 
* html body#pc-index
#main ul{
	height: 1%;
}
/* End hide from IE-mac */

body#pc-index 
#main li{
	float:left;
	display:block;

	padding:2px 0 2px 22px;
	width:248px;

	background:#fff url(../image/pdf.gif) no-repeat left center;
}
/**********************************************************/

