@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{	margin:0; padding:0; max-height:100%;}
table{	border-collapse:collapse;	border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{	font-style:normal;	font-weight:normal;	}
ul,ol,li{list-style:none;}
caption,th{	text-align:left;}
h1,h2,h3,h4,h5,h6{	font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {	border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}

img{vertical-align: bottom;}

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}

/* フルードイメージ */
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	margin:0;
	padding:0;
}
.ie8 img{width:auto;}
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* 基本設定
-------------------------------*/

body {
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
}
	@media only screen and (max-width:768px){
		#wrapper{overflow:hidden;}
	}

/* プリントの表示設定 */
@media print{
	#wrapper{width:1110px; margin:auto;}
}

/* リンク設定
-------------------------------*/
a{color:#0076ce; text-decoration:none;}
a:hover{color:#ff7e35;}
a:active, a:focus{outline:0;}


/* ヘッダー
-------------------------------*/
#header{
	width:100%;
	background-color:#fff;
}
#header:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}
#header .inner{
	width:1100px;
	margin:0 auto;
}
h1{
	font-size:13px;
	line-height:1.2em;
	padding-top:15px;
	margin-bottom:12px;
	color:#666;
}
.head_mail{
	float:right;
	}

	@media only screen and (max-width:768px){
	  #header .inner{width:100%; }
	  h1{ text-align:center; font-size:10px; line-height:1.2en; padding-top:5px; margin-bottom:0;}
	  .head_mail{display:none;}
	}



/* フッター
-------------------------------*/
#footer{
	clear:both;
	width:100%;
	padding-top:30px;
	background-color:#e0e0e0;
}
#footer .inner{
	width:1100px;
	margin:auto;
	text-align:center;
	font-size:13px;
	line-height:1.4em;
}
.f_navi{
	margin-bottom:60px;
	float: right;
}
.f_navi li{
	display:inline-block;
	padding-right:15px;
}
.f_navi li a{color:#000;}
.f_navi li a:hover{ color:#ff7e35;}
.f_name{
	font-size:16px;
	line-height:1.4em;
	font-weight:bold;
	margin-bottom:6px;
}
#footer .copy{
	clear:both;
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:1.2em;
	padding:25px 0 10px;
}
	@media only screen and (max-width:769px){
		#footer .inner{ width:95%;}
		#footer p span{display:inline-block;}
		.f_navi li{	padding:0 5px;}
	}
		@media only screen and (max-width:640px){
			.f_navi{display:none;}
		}

/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
}
	@media only screen and (max-width:640px){
		#pageTop img{
			width:40px;
			height:auto;
		}
	}





/* 共通
-------------------------------*/
.contents{
	width:950px;
	margin:40px auto;
}
.menu_box{
	width:95%;
	max-width:1100px;
	margin:70px auto 30px;
}

.title_ki{
	background:url(../img/common/line_kiiro.png) left center no-repeat;
	padding-left:20px;
	font-size:30px;
	line-height:1.4em;
	margin-bottom:20px;
}
	@media only screen and (max-width:769px){
		.contents{
			width:95%;
			font-size:14px;
			line-height:1.8em;
		}
		.title_ki{
			padding-left:20px;
			font-size:24px;
			line-height:1.4em;
			margin-bottom:15px;
		}
	}
		@media only screen and (max-width:640px){
			.menu_box{margin-top:30px;}
			.menu_box .pc{ display:none;}
			.title_ki{
				padding-left:15px;
				font-size:20px;
				line-height:1.2em;
				margin-bottom:10px;
			}
		}

.bg_line{
	background-image:url(../img/common/bg_line.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
.bg_bar{
	background:url(../img/common/bg_yellow.png) center top no-repeat;
}
	@media only screen and (max-width:640px){
		.bg_line, .bg_bar{background-image:none;}
	}


/* スクロールでフェードイン  */
.fadein{
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;

  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;

 }




/* トップページ
-------------------------------*/
.home #header{background-color:transparent;}
.home{
	background-image:url(../img/top/top_bg01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.box_top1{
	width:1100px;
	margin:460px auto 50px ;
	text-align:center;
}
.box_top1 .sub{display:none;}
	@media only screen and (max-width:769px){
		.home #header{background-color:#fff;}
		.home{background-image: none;}
		.box_top1{
			width:100%;
			margin:0 auto 40px;
		}
		.box_top1 .pc{display:none;}
		.box_top1 .sub{display:block;}
	}
.box_top2{
	width:100%;
	background:url(../img/top/top_bg02.jpg) center top no-repeat;
	padding-bottom:100px;
	margin-bottom:40px;
}
.box_top2 .inner{
	width:1100px;
	margin:0 auto 40px;
}
.box_white{
	background-color:#fff;
	padding:30px 20px;
	width:720px;
	font-size:18px;
	line-height:2em;
	margin-left:40px;
	margin-top:-20px;
}
	@media only screen and (max-width:769px){
		.box_top2{
			background-image:url(../img/top/top_bg02_sp.jpg);
			padding-bottom:50px;
			background-size:auto 100%;
		}
		.box_top2 .inner{
			width:95%;
			margin:0 auto;
		}
		.box_white{
			padding:20px 2.5%;
			width:95%;
			font-size:15px;
			line-height:1.6em;
			margin-left:0;
		}
	}
.box_top3{
	width:1100px;
	margin:0 auto 60px;
}
.top_banner{margin-bottom:40px;}
.top_banner li{
	display:inline-block;
	margin-right:20px;
}
.top_banner2{
	text-align:right;
}
	@media only screen and (max-width:769px){
		.box_top3{
			width:95%;
			margin:0 auto 40px;
		}
		.top_banner li{
			display:block;
			width:75%;
			max-width:420px;
			margin:0 auto 20px;
		}
		.top_banner2{text-align: center;}
	}



/* 事業案内
-------------------------------*/
#b01,#b01_2,#b02,#b03{
	text-align:center;
	padding-top:40px;
	margin-bottom:20px;
}
	@media only screen and (max-width:640px){
		#b01,#b01_2,#b02,#b03{padding-top:20px;}
	}

.b_ttl{
	font-size:30px;
	line-height:1.5em;
	padding-bottom:3px;
	background:url(../img/business/line_bk.png) bottom center no-repeat;
}
.bg_oem{
	width:100%;
	background:url(../img/business/bg_b01.jpg) center top no-repeat;
	margin-bottom:40px;
}
.b_side01{
	width:1100px;
	margin:auto;
	background:url(../img/business/side_b01.png) left top no-repeat;
}
.bg_oem .inner,
.bg_odm1 .inner,
.bg_odm2 .inner{
	width:950px;
	margin:auto;
	padding-top:250px;
}
.bg_y{
	background:url(../img/business/bg_b04.png)  left top no-repeat;
	padding:10px 0 0 10px;
}
.bg_w{
	background-color:#fff;
	padding:50px 30px 100px;
	width:500px;
}

.bg_w .ttl{
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:15px;
}

.bg_odm1{
	width:100%;
	background:url(../img/business/bg_b02.jpg) left top no-repeat;
	margin-bottom:20px;
}
.b_side02{
	width:1100px;
	margin:auto;
	background:url(../img/business/side_b02.png) right top no-repeat;
}
.bg_odm2{
	width:100%;
	background:url(../img/business/bg_b03.jpg) left top no-repeat;
	margin-bottom:40px;
}
.migi{float:right;}

.b_side03{
	width:1100px;
	margin:0 auto 40px;
	background:url(../img/business/side_b03.png) left top no-repeat;
}
.b_side04{
	width:1100px;
	margin:0 auto 40px;
	background:url(../img/business/side_b04.png) right top no-repeat;
}
.b_side05{
	width:1100px;
	margin:0 auto 40px;
	background:url(../img/business/side_b05.png) left top no-repeat;
}

	@media only screen and (max-width:769px){
		.b_ttl{
			font-size:24px;
			line-height:1.5em;
		}
		.bg_oem .inner,
		.bg_odm1 .inner,
		.bg_odm2 .inner{
			width:90%;
			margin:auto;
			padding-top:30px;
		}
		.bg_y{padding:8px 0 0 2%;}
		.bg_w{
			background-color:#fff;
			padding:20px 5%;
			width:88%;
			font-size:95%;
			line-height:1.6em;
		}
		.bg_w .ttl{
			font-size:20px;
			line-height:1.2em;
			margin-bottom:10px;
		}
		.b_side01,
		.b_side02,
		.b_side03,
		.b_side04,
		.b_side05{
			width:100%;
			background: none;
		}
		.b_side03 .pc{display:none;}
		.migi{float:none;}
	}

		@media only screen and (max-width:640px){
			.b_ttl{
				font-size:20px;
				line-height:1.5em;
			}
		}

.list_seisan li{
	float:left;
	width:45%;
	max-width:420px;
	margin-right:10%;
	margin-bottom:30px;
}
.list_seisan li:nth-child(even){
	margin-right:0;
}
.list_seisan li p{
	font-size:20px;
	line-height:1.4em;
	font-weight:bold;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
}
	@media only screen and (max-width:640px){
		.list_seisan li{
			float: none;
			width:80%;
			margin:0 auto 20px;
		}
		.list_seisan li:nth-child(even){
			margin-right: auto;
		}
		.list_seisan li p{
			font-size:16px;
			line-height:1.2em;
			margin-bottom:8px;
		}
	}

.list_seizo li{
	float:left;
	width:31.5%;
	text-align:center;
	margin-right:2.75%;
	margin-bottom:20px;
}
.list_seizo li:nth-child(3n){
	margin-right:0;
}
.list_seizo li img{ margin-bottom:5px;}
table.list_spec{
	width:100%;
	margin:20px auto;
	background-color:#fff;
}
table.list_spec th,
table.list_spec td{
	width:25%;
	text-align:center;
	padding:15px 0;
	border:solid 1px #000;
}
table.list_spec th{
	font-weight:bold;
	background-color:#dfdfdf;
}
	@media only screen and (max-width:640px){
		table.list_spec{
			font-size:90%;
			line-height:1.5em;
		}
	}


/* 品質保証
-------------------------------*/
.q_side01{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/quality/q_side01.png) left top no-repeat;
}
.q_side02{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/quality/q_side02.png) right top no-repeat;
}
.q_side03{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/quality/q_side03.png) left top no-repeat;
}

.list_kanri li{
	float:left;
	width:31.5%;
	text-align:center;
	margin-right:2.75%;
	margin-bottom:20px;
}
.list_kanri li:nth-child(3n){
	margin-right:0;
}
.list_fssc li{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:20px;
}

	@media only screen and (max-width:769px){
		.q_side01,
		.q_side02,
		.q_side03{
			width:100%;
			background: none;
		}
	}
		@media only screen and (max-width:640px){
			.list_kanri li{
				float:left;
				width:45%;
				margin:2.5%;
				margin-bottom:15px;
			}
			
			.list_fssc li{
				width:100%;
				margin-bottom:15px;
			}
			.list_fssc li img{
				width:80%;
			}
			
			.list_kanri li:nth-child(3n){margin-right:2.5%;}
		}

/* 環境への取り組み
-------------------------------*/
.eco_side01{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/eco/e_side01.png) left top no-repeat;
}
.eco_side02{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/eco/e_side02.png) right top no-repeat;
}
.eco_side03{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/eco/e_side03.png) left top no-repeat;
}
	@media only screen and (max-width:769px){
		.eco_side01,
		.eco_side02,
		.eco_side03{
			width:100%;
			background: none;
		}
	}



/* 会社案内
-------------------------------*/
#c01,#c02,#c03{
	text-align:center;
	padding-top:40px;
	margin-bottom:20px;
}
	@media only screen and (max-width:640px){
		#c01,#c02,#c03{padding-top:20px;}
	}

.c_side01{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/company/c_side01.png) left top no-repeat;
}
.c_side02{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/company/c_side02.png) right top no-repeat;
}
.c_side03{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/company/c_side03.png) left top no-repeat;
}
.c_side04{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/company/c_side04.png) right top no-repeat;
}
.c_side05{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/company/c_side05.png) left top no-repeat;
}
	@media only screen and (max-width:769px){
		.c_side01,
		.c_side02,
		.c_side03,
		.c_side04,
		.c_side05{
			width:100%;
			background: none;
		}
	}

.c_side01 .contents{
	position:relative;
	height:500px;
}
.bg_bl{
	background:url(../img/company/bg_blue.jpg) left top no-repeat;
	padding-left:10px;
	padding-top:10px;
}
.c_side01 .bg_bl{
	position:absolute;
	top:200px;
	left:0;
}
.bg_white{
	background-color:#fff;
	width:550px;
	padding:50px;
}
.bg_white .name{
	text-align:right;
	font-size:20px;
	line-height:1.2em;
	margin-top:20px;
	margin-right:10px;
}
.bg_white .name span{
	font-size:15px;
}
.img_ceo{
	float: right;
}
.c_side05 .time{margin-top:8px;}
.c_side05 .time .sp{display:none;}

	@media only screen and (max-width:769px){
		.c_side01 .contents{
			position:static;
			height: auto;
		}
		.c_side01 .bg_bl{position: static;}
		.bg_bl{
			background-repeat:repeat;
			padding:2%;
			width:96%;
			max-width:600px;
			margin:0 auto;
		}
		.bg_white{
			width: auto;
			padding:20px;
		}
		.bg_white .name{
			font-size:18px;
			line-height:1.2em;
			margin-top:15px;
		}
		.bg_white .name span{font-size:14px;}
		.img_ceo{
			float: none;
			text-align:center;
			margin-bottom:10px;
		}
		.c_side05 .time .sp{display: block;}
		.c_side05 .time span{ padding-left:1em;}
	}

/* 経営理念 */
.img_gaikan{
	width:1000px;
	margin:auto;
	background:url(../img/company/img_gaikan.jpg) top center no-repeat;
}
.c_side02 .contents{
	padding-top:320px;
}
.c_side02 .bg_bl{
	float:right;
}
.list_rinen{
	margin-left:2.5em;
	margin-bottom:30px;
}
.list_rinen li{
	list-style:decimal;
}
	@media only screen and (max-width:769px){
		.img_gaikan{
			width:100%;
			background:none;
		}
		.c_side02 .contents{padding-top:0;}
		.c_side02 .bg_bl{float: none;}
		.list_rinen{margin-left:1.5em;}
	}

/* 会社概要 */
.gaiyou{
	width:100%;
	margin:40px 0;
	border-top:solid 1px #000;
}
.gaiyou tr{
	border-bottom:solid 1px #000;
}
.gaiyou th{
	width:20%;
	padding:15px 5%;
	vertical-align:top;
}
.gaiyou td{
	width:70%;
	padding:15px 0;
	vertical-align:top;
}
	@media only screen and (max-width:640px){
		.gaiyou th{
			display:inline-block;
			width:90%;
			padding:10px 5% 0;
			font-weight:bold;
		}
		.gaiyou td{
			display:inline-block;
			width:90%;
			padding:0 5% 10px;
		}
	}

/* 沿革 */
.enkaku{
	width:100%;
	margin:40px 0;
	border-top:solid 1px #000;
}
.enkaku tr{
	border-bottom:solid 1px #000;
}
.enkaku td{
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
}
.enkaku td:first-child{
	width:15%;
	padding-left:5%;
}
.enkaku td:nth-child(2){
	width:10%;
}
.enkaku td:last-child{
	width:70%;
}
	@media only screen and (max-width:640px){
		.enkaku td{
			padding-top:5px;
			padding-bottom:5px;
			display:inline-block;
		}
		.enkaku td:first-child,
		.enkaku td:nth-child(2){
			padding-left:2%;
			padding-bottom:0;
			font-weight:bold;
			width: auto;
		}
		.enkaku td:last-child{
			width:96%;
			padding-left:2%;
			padding-right:2%;
		}
	}

.map{ margin-top:15px;}
.map_cap{
	text-align:right;
	font-size:90%;
}


/* 採用情報
-------------------------------*/
.r_side01{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/recruit/r_side01.png) left top no-repeat;
}
.r_side02{
	width:1100px;
	margin:0 auto 80px;
	background:url(../img/recruit/r_side02.png) right top no-repeat;
}
.rec_top_img{margin-bottom:120px;}
	@media only screen and (max-width:769px){
		.r_side01,
		.r_side02{
			width:100%;
			background: none;
		}
		.rec_top_img{margin-bottom:60px;}
	}

.senpai_img{
	padding:170px 50px 50px;
	color:#fff;
	margin-bottom:30px;
}
.man01{
	background-image:url(../img/recruit/rec_img01.jpg);
	background-size:auto 100%; /* 幅-高さ */
	background-position:center;
}
.man02{
	background-image:url(../img/recruit/rec_img03.jpg);
	background-size:auto 100%; /* 幅-高さ */
	background-position:center;
}
.man03{
	background-image:url(../img/recruit/rec_img05.jpg);
	background-size:auto 100%; /* 幅-高さ */
	background-position:center;
}
.senpai_img p{
	font-size:28px;
	line-height:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}
.senpai_img .waku_w{
	border:solid 1px #fff;
	padding:15px;
	width:170px;
}
.senpai_img .waku_w span{
	font-size:140%;
}
.senpai_sub{
	float:right;
	padding:0 0 20px 20px;
}
.quest{
	color:#ff7e35;
	font-size:125%;
	line-height:1.5em;
	margin-bottom:10px;
}
.ans{margin-bottom:30px;}
.rec_space{
	clear:both;
	margin-bottom:80px;
}
	@media only screen and (max-width:769px){
		.senpai_img{
			padding:20px 0 0;
			color:#000;
			margin-bottom:15px;
		}
		.man01,.man02,.man03{background-image: none;}
		.senpai_img p{
			font-size:18px;
			line-height:1.2em;
			margin-bottom:5px;
		}
		.senpai_img p br{display:none;}
		.senpai_img .waku_w{
			border:solid 1px #000;
			padding:5px;
		}
		.senpai_img .waku_w span{font-size:120%;}
		.senpai_sub{display:none;}
		.ans{margin-bottom:20px;}
		.senpai_sub_sp{
			text-align:center;
			width:70%;
			margin:auto;
		}
	}
		@media only screen and (max-width:640px){
			.senpai_img p br{display:block;}
			.rec_space{
				border-bottom: dashed 1px #999;
				padding-top:30px;
				margin-bottom:30px;
				}
		}

.btn_form a{
	display:block;
	background-color:#ff7e35;
	color:#fff;
	line-height:1.3em;
	text-align:center;
	padding:15px 10px;
	border-radius:4px;
	max-width:550px;
	width:80%;
	margin:auto;
	
}
.btn_form a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	cursor:pointer;
}
.btn_form span{display:inline-block;}



/* お問い合わせ
-------------------------------*/

.bg_gray{
	width:100%;
	background-color:#dcdcdc;
	padding:30px 0;
	margin-bottom:80px;
}
.bg_gray .inner{
	width:950px;
	padding:40px 78px;
	margin:auto;
	background-color:#fff;
}
.bg_gray .tel{
	font-size:60px;
	line-height:1.2em;
	margin-left:20px;
	margin-bottom:5px;
	text-align:center;
}
/*
.bg_gray .tel span{ font-size:80%;}
*/
.bg_gray .time{text-align:center;}
.mailform{
	width:100%;
	margin-bottom:20px;
}
.mailform th,
.mailform td{
	border:solid 1px #999;
	padding:10px;
	vertical-align:top;
}
.mailform th{
	width:25%;
	background-color:#e1e1e1;
}

.hissu{
	font-size:80%;
	color:#ff7e35;
	padding-left:5px;
}
.length_l{
	width:95%;
	padding:10px 5px;
}
.length_m{
	width:50%;
	padding:10px 5px;
}
.naiyou{
	width:95%;
	height:150px;
	padding:10px 5px;
}
.sousin{
	background: url(../img/company/btn_submit.png) center center no-repeat;
	width:100%;
	max-width:266px;
	height:49px;
	margin:auto;
	border:0px solid;
	cursor:pointer;
}
.sousin:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	cursor:pointer;
}



	@media only screen and (max-width:951px){
		.bg_gray .inner{width:100%; padding:20px 0;}
	}
	@media only screen and (max-width:769px){
		.bg_gray .inner{
			width:95%;
			padding:20px 2.5%;
		}
	}
		@media only screen and (max-width:640px){
			.bg_gray .tel{
				font-size:28px;
				line-height:1.2em;
				margin-left:0;
			}
			.bg_gray .time{ font-size:13px; line-height:1.2em;}
			.bg_gray .time span{display:inline-block;}
			.mailform th,
			.mailform td{
				display:inline-block;
				padding:10px 2.5%;
				vertical-align:top;
				width:95%;
			}
			.mailform th{
				border-bottom:none;
			}
		}



/* プライバシーポリシー
-------------------------------*/
.policy p{margin-bottom:30px;}
.p_ttl1{
	font-size:30px;
	line-height:1.3em;
	text-align:center;
	margin-bottom:40px;
}
.p_ttl2{
	background:url(../img/common/line_kiiro.png) left center no-repeat;
	padding-left:15px;
	font-size:24px;
	line-height:1.4em;
	margin-bottom:5px;
}
	@media only screen and (max-width:769px){
		.p_ttl1{
			font-size:20px;
			line-height:1.2em;
			margin-bottom:30px;
			text-align:left;
		}
		.p_ttl2{
			font-size:18px;
			line-height:1.2em;
		}
	}

/* サイトマップ
-------------------------------*/
.box_sitemap a {
	color:#000;
}
.box_sitemap a:hover {
	text-decoration:underline;
	color:#ff7e35;
}
ul.sitemap li{
	float:left;
	width:16%;
	margin-right:1%;
	line-height:1.2em;
}
ul.sitemap li.top{
	width:7%;
}
ul.sitemap li ul{
	margin-top:15px;
	margin-left:1em;
	font-size:90%;
	line-height:1.2em;
}
ul.sitemap li ul li{
	float:none;
	width:100%;
	list-style:disc;
	margin-bottom:8px;
}
ul.sitemap li.pri span{
	display:inline-block;
}
.space{
	clear:both;
	width:100%;
	height:300px;
}

	@media only screen and (max-width:640px){
		ul.sitemap {margin-left:2em;}
		ul.sitemap li{
			float: none;
			width:100%;
			margin-right:0;
			margin-bottom:20px;
		}
		ul.sitemap li.top{width:100%;}
		ul.sitemap li ul{margin-top:10px margin-left:2em;}
		
		.space{height:100px;}
	}


