@charset "UTF-8";

/*------------------------------------------------------------------------------
	SAGISAKA MOKKOU - Print CSS
	URL: http://www.sagisakamokkou.co.jp/
	Date: 2015-06-04
	Copyright (C) SAGISAKA MOKKOU All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
#sub,
#footer,
p.toTop{display:none !important;}

/* Hide Background
----------------------------------------------------*/


.bgTriangle{
	display:none !important;
}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	}


a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}
header nav.fixed{
	position:relative;
}
#main{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	}

#main ul{
	list-style-type:square;
	list-style-position:inside;
	}
#main ul li{
	padding-left:0;
	}

#main table,
#main table th,
#main table td{
	border:1px solid #333 !important;
}
body#home #mainVisual .titleBox,
body#home #mainVisual .contactBtn,
body#home #introBox .copy,
body#home #introBox .text,
body#home #qualityBox .boxL,
body#home #qualityBox .boxR,
body#home #historyBox table,
body#home #outlineBox .boxL,
body#home #outlineBox .boxR{
	opacity:1;
}
body#home #main .innerWidth{
	padding:30px 0!important;
}
body#home .contentsArea h2{
	background: url(../img/bg_border_naby.png) !important;
	opacity:1.0 !important;
}
	
/*--EOF-----------------------------------------------------------------------*/
