@charset "utf-8";
/*--------------------------------------
  PCでの表示
--------------------------------------*/

/* body */
body{
	color:#FFFFFF;
	background:#000000;
	letter-spacing:0;
}
p,dt,dd,li,th,td,textarea{
    vertical-align:middle;
	line-height:1.5;
}

/* link */
/* ----------------------------------------------------- */
a:link{
	color: inherit;
	text-decoration:none;
}
a:visited{
	color: inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}

/* heder */
/* ----------------------------------------------------- */
#pc_header{
	background:#FFFFFF;
}
#pc_header div.inner{
	position:relative;
	width:960px;
	height:65px;
	margin:0 auto;
	text-align:left;
}
/* h1 */
#pc_header h1{
	position:absolute;
	top:10px;
}
	
/* layout */ 
/* ----------------------------------------------------- */
#contents .breadcrumbs{
	width:960px;
	margin: auto;
	padding:10px;
}
	
/* float clear */
/* ----------------------------------------------------- */
.clx:after
{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/*--------------------------------------
  ミドルサイズモニターでの表示
--------------------------------------*/
@media (min-width: 600px) and (max-width: 1279px) {
/* heder */
/* ----------------------------------------------------- */
#pc_header div.inner{
	position:relative;
	width:100%;
	padding-left:10px;
}
/* h1 */
#pc_header h1{
	position:absolute;
	top:10px;
}
/* layout */ 
/* ----------------------------------------------------- */
#contents .breadcrumbs{
	width:100%;
	padding:10px;
}	
}