@charset "UTF-8";
@import url(base.css);
@import url(space.css);
@import url(style.css);
@import url(pc.css);

/*
　株式会社大拓
	印刷用CSS

*/

/*-----------------------*----*----*----*----*----*----*----*----*----* タグ */
body {
	background:url(../img/pc-bg.jpg) repeat-y left top;
	background-size:25% auto;
}

nav {
	width:25%;
}

nav h1 {
	width:90%;
	height:300px;
	margin:15px 0 30px;
	background-size:100% auto
}

nav div ul {	
	width:100%;
	margin:0 0 0 0px;
}

nav div ul li {
	width:100%;
	height:35px;
	margin:35px 0 0 0;
}

nav div ul li a {
}

nav div address dl {
	width:-webkit-calc(100%);
	width:calc(100%);
	margin:90px 0 0 0px;
}

nav div address dl dt {
	width:100%;
	height:20px;
}

main {
	width:-webkit-calc(100% - 25%);
	width:calc(100% - 25%);
	background-color:#fff;
}

/*-----------------------*----*----*----*----*----*----*----*----*----* ヘッダー(header) */
/*-----------------------*----*----*----*----*----*----*----*----*----* メイン(main) */
/*-----------------------*----*----*----*----*----*----*----*----*----* フッター(footer) */