@charset "utf-8";
@media print {
/*--------------------------------------
                                        
          会社案内 印刷用 CSS           
                                        
--------------------------------------*/

/*-----------------Reset--------------------*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h4, h5, h6 {
	font-size: 100%;
}

ol, ul, li {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after{
	content: '';
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

/*-----------------Layout--------------------*/
body {
	width: 100%;
	color: #000000;
	font-size: 11pt;
	background-color: #FFFFFF;
}

#container {
	width: auto !important;
	margin: 0;
}
.content_main {
	padding:0;
}

.content_main#content_index, .content_main#content_build, .content_main#content_create,
.content_main#content_make, .content_main#content_philosophy, .content_main#content_profile, .content_main#content_history {
	background-image: none;
}

#site_info {
	top: 30px;
	clear: both;
	height: 98px;
	padding: 17px 0 0;
	border-top: 3px solid #b6b7ba;
}

/*-----------------Default--------------------*/
h1 {
	display: none;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	line-height: 16pt;
	font-weight: bold;
	margin-bottom: 1em;
}

h3.green {
	padding: 2px;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
	margin: 26px 0 13px 0;
	background-color: #008C54;
}

/*p, dt, dd, th, td, li {*/
p, th, td, li {
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

/*p{
	line-height:24px;
	margin:0 0 15px 0;
}*/


p.nomargin{
	margin:0;
}

address{
	font-size:12px;
}

.small{
	font-size:12px;
	line-height:14px;
	margin:0 0 10px 0;
}

.red{
	color:red;
}

.ac{
	text-align:center;
}

.ar{
	text-align:right;
}

table{
	margin : 0;
	empty-cells: show;
	border-collapse: collapse; 
	font-size:15px;
	}


ul#nav_main{
	display:none;
}


#site_info li{
	display:none;
}


/*-----------------Module--------------------*/

.tableBasic{
	width: 100%;
	border-collapse: collapse;
	line-height:22px;
}

.tableBasic th{
	border:1px solid #ccc;
	padding:5px;
	white-space: nowrap;
	text-align:left;
	font-weight:normal;
}

.tableBasic td{
	border:1px solid #ccc;
	padding:5px;
}

#dlHistory{
	float:right;
	width:85%;
}


#dlHistory dt{
	width:auto;
	float:left;
}

#dlHistory dd{
	margin:0 0 9px 130px;
}

#photoBox li,#photoBox2 li{
	font-size:12px;
	line-height:14px;
	width:200px;
	height:auto;
	float:left;
}

#photoBox.build li{
	width:125px;
	margin:0 7px 10px 0;
}


#photoBox.photo_create li{
	width:215px;
	margin:0 7px 10px 0;
}

#photoBox.photo_create li.bottom{
	margin:0 7px 0 0;
}

#photoBox.photo_create li#caption{
	width:450px;
}

#photoBox.make li{
	width:175px;
	margin:0 5px 10px 0;
}

#photoBox.make li#mainPhoto{
	margin:0 5px 10px 0;
}

#photoBox.philosophy li{
	width:175px;
	margin:0 10px 10px 0;
}

#photoBox.philosophy li#caption{
	position:relative;
	top:200px;
	left:-370px;
}

#photoBox.profile li,#photoBox2.profile li{
	width:175px;
	margin:0 5px 10px 0;
}

#photoBox2.profile li.mainPhoto{
	margin:0 10px 10px 0;
	float:left;
}

#photoBoxLeft{
	float:left;
	width:370px;
}


#photoBoxRight{
	float:left;
	width:530px;
}

#photoBoxRight li.height{
	height:150px;
}

#photoBox.history li{
	width:104px;
	float:none;
	margin:0 0 10px 0;
}


#brandingFlash{
	display: none;
}

#pageBreak{
	page-break-before:always;
}

}/*END*/

