﻿@charset "UTF-8";

/*▼全体*/
body {
	font-size: 13px;
	line-height: 1.5;
	color: #171717;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}




#container {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: 110px;
	overflow: hidden;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

h1 {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}


h2 {
	font-size: 18px;
	color: #1c1f85;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-align: left;
}


h3 {
	width: 180px;
	height: 25px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
	font-weight: normal;
	margin: 0 20px;
	padding: 0;
	background-color: #383ca3;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

	h3.col02 {
		background-color: #967c3b;
	}


h4 {
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	text-align: left;
}

h5 {
	font-weight: normal;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	text-align: left;
	border-left: 2px solid #383ca3;
}

h6 {
	clear: both;
	-moz-box-shadow: 2px 5px 5px 2px #e1e1e1;
	-webkit-box-shadow: 2px 5px 5px 2px #e1e1e1;
	box-shadow: 2px 5px 5px 2px #e1e1e1;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 15px;
	margin: 30px 0 30px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c6c8e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c6c8e6);
	background: -moz-linear-gradient(#fff, #c6c8e6);
	background: -o-linear-gradient(#fff, #c6c8e6);
	background: -ms-linear-gradient(#fff, #c6c8e6);
	background: linear-gradient(#fff, #c6c8e6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	h6:before {
		content: "\002714 \A0";
	}

h7 {
	padding: 0.5rem 2rem;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100vh;
	background-image: -webkit-gradient(linear, right top, left top, from(#3eb3df), to(#3870ef));
	background-image: -webkit-linear-gradient(right, #3eb3df 0%, #3870ef 100%);
	background-image: linear-gradient(to left, #3eb3df 0%, #3870ef 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
	display: block;
	margin-block-start: 1.8em;
}

h8 {
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 2em;
	line-height: 1.5;
	border-left: 8px solid #383ca3;
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	letter-spacing: 0.1rem;
	margin-bottom: 1.5em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h8:after {
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 7px 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #383ca3;
}

h9 {
	font-size: 17px;
	color: #1a1e84;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	display: block;
}

/*▼ヘッダ*/
#header_area {
	position: fixed; /* 固定 */
	top: 0; /* 一番上に表示 */
	width: 100%; /* 中央に表示 */
	height: 130px;
	background-image: url(/img000/common/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 5;
}



#header {
	width: 1000px;
	height: 80px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
}


.logobox {
	width: 115px;
	height: 60px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
}


.header_mid {
	width: 335px;
	height: 65px;
	text-align: left;
	float: left;
	margin: 0 0 0 50px;
	padding: 15px 0 0 0;
}

.header_right {
	width: 500px;
	height: 80px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.aozorabox,
.recruitbox,
.catalogbox,
.agencybox {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100px;
	height: 35px;
	margin: 0;
	padding: 5px 0;
	text-decoration: none !important;
	border-radius: 3px;
	letter-spacing: 1px;
	line-height: 1.2;
}

	.aozorabox:hover,
	.recruitbox:hover,
	.catalogbox:hover,
	.agencybox:hover {
		opacity: 0.7;
	}

.aozorabox {
	border: 1px solid #3489c1;
	background: #3489c1;
	box-shadow: 0px -3px 0px 0px #0f669f inset;
}

	.aozorabox img {
		max-width: 90%;
		height: auto;
		margin-bottom: 0.5em;
	}

.recruitbox {
	border: 1px solid #fa8200;
	background: #fa8200;
	color: #fff !important;
	box-shadow: 0px -3px 0px 0px #cd6b02 inset;
	
}

.catalogbox,
.agencybox {
	border: 1px solid #cde4f6;
	background: #cde4f6;
	color: #3d464e !important;
	box-shadow: 0px -3px 0px 0px #9abbd5 inset;
}


#navi,
.navi {
	clear: both;
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


	#navi img,
	.navi img {
		margin: 0;
		padding: 0;
	}

	#navi ul,
	.navi ul {
		float: left;
		padding: 0;
		margin: 0;
	}

		#navi ul li,
		.navi ul li {
			float: left;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#navi ul#pulldown-menu{
			width:100%
		}

		#navi ul#pulldown-menu,
		#navi ul#pulldown-menu li,
		#navi ul#pulldown-menu li ul,
		#navi ul#pulldown-menu li ul li,
		.navi ul#pulldown-menu,
		.navi ul#pulldown-menu li,
		.navi ul#pulldown-menu li ul,
		.navi ul#pulldown-menu li ul li {
			margin: 0;
			padding: 0;
			text-align: left;
			list-style-type: none;
			zoom: 1;
			z-index: 5;
		}

			#navi ul#pulldown-menu > li > ul > li > a,
			.navi ul#pulldown-menu > li > ul > li > a {
				color: #ffffff;
				text-decoration: none;
			}

			#navi ul#pulldown-menu > li > ul > li > a:link,
			#navi ul#pulldown-menu > li > ul > li > a:visited,
			.navi ul#pulldown-menu > li > ul > li > a:link,
			.navi ul#pulldown-menu > li > ul > li > a:visited {
				background: #5a5a5a;
				width: 166px;
				height: 40px;
			}

				#navi ul#pulldown-menu > li > ul > li > a:link.nocolor,
				#navi ul#pulldown-menu > li > ul > li > a:visited.nocolor,
				.navi ul#pulldown-menu > li > ul > li > a:link.nocolor,
				.navi ul#pulldown-menu > li > ul > li > a:visited.nocolor {
					background: inherit;
					color: #5a5a5a;
					color: #5a5a5a;
					font-weight: bold;
				}

			#navi ul#pulldown-menu > li > ul > li > a:hover,
			#navi ul#pulldown-menu > li > ul > li > a:active,
			.navi ul#pulldown-menu > li > ul > li > a:hover,
			.navi ul#pulldown-menu > li > ul > li > a:active {
				background: #cccccc;
				width: 166px;
				height: 40px;
			}

				#navi ul#pulldown-menu > li > ul > li > a:hover.nocolor,
				#navi ul#pulldown-menu > li > ul > li > a:active.nocolor,
				.navi ul#pulldown-menu > li > ul > li > a:hover.nocolor,
				.navi ul#pulldown-menu > li > ul > li > a:active.nocolor {
					background: #cccccc;
					width: 166px;
					height: 40px;
				}

			#navi ul#pulldown-menu li,
			.navi ul#pulldown-menu li {
				float: left;
				position: relative;
				margin: 0;
				width: 166.6px;
				height: 40px;
				font-weight: bold;
				line-height: 40px;
			}

				#navi ul#pulldown-menu li a,
				.navi ul#pulldown-menu li a {
					display: block;
					text-align: center;
				}

					#navi ul#pulldown-menu li a:link,
					.navi ul#pulldown-menu li a:visited {
						background-color: rgba(255, 255, 128, 0);
						width: 166.6px;
						height: 40px;
					}

					#navi ul#pulldown-menu li a:hover,
					.navi ul#pulldown-menu li a:active {
						background: #cccccc;
						width: 166.6px;
						height: 40px;
					}

				#navi ul#pulldown-menu li ul li,
				.navi ul#pulldown-menu li ul li {
					float: none;
					margin: 0;
					font-weight: normal;
					border-bottom: 1px solid #ffffff;
				}

					#navi ul#pulldown-menu li ul,
					#navi ul#pulldown-menu li ul li ul,
					.navi ul#pulldown-menu li ul,
					.navi ul#pulldown-menu li ul li ul {
						display: none;
					}

				#navi ul#pulldown-menu li:hover ul,
				.navi ul#pulldown-menu li:hover ul {
					display: block;
					position: absolute;
					z-index: 100;
				}

* html ul#pulldown-menu li:hover ul {
	vertical-align: bottom;
}

#navi ul#pulldown-menu li:hover ul li ul,
.navi ul#pulldown-menu li:hover ul li ul {
	display: none;
}

#navi ul#pulldown-menu li ul li:hover ul,
.navi ul#pulldown-menu li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


#pulldown-menu > .menu > a,
#pulldown-menu > .menu > a,
#pulldown-menu > li > a {
	color: black;
	text-decoration: none;
}

	#pulldown-menu > .menu > a:hover,
	#pulldown-menu > .menu > a:hover,
	#pulldown-menu > li > a:hover {
		background: #cccccc;
	}
.fas fa-home::before {
	content: "\f015";
}

#toppage > a{
	text-decoration: none;
}

.far fa-file-alt:before {
	content: "\f15c";
}

#news > a {
	text-decoration: none;
}

.far fa-newspaper:before {
	content: "\f1ea";
}

#release > a {
	text-decoration: none;
}

.fas fa-search:before {
	content: "\f002";
}

#product > a {
	text-decoration: none;
}

.far fa-building:before {
	content: "\f1ad";
}

#corporate > a {
	text-decoration: none;
}

.fas fa-tree:before {
	content: "\f1bb";
}

#environment > a {
	text-decoration: none;
}

/*▼メインカラム*/
#mainbox {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 140px;
	margin-bottom: 50px;
}

#mainbox2 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

#pankuzu {
	clear: both;
	width: 1000px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	margin-top: 140px;
	margin-bottom: 20px;
}


/*▼サイド*/
.right_box {
	width: 300px;
	height: auto;
	text-align: center;
	margin-left: 20px;
	padding: 20px;
	float: right;
	background-color: #f3efe5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	contain: paint;
	position: sticky;
	top: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
}

	.right_box h4 {
		width: 100%;
		padding: 0.5rem 0;
		color: #fff;
		font-size: 1.3em;
		line-height: 1.5;
		font-weight: bold;
		background-color: #967c3b;
		margin-bottom: 10px;
		text-align: center;
	}

	.right_box div.item_navi {
		width: calc(50% - 0.2rem);
		text-align: center;
		margin: 0 0 10px 0;
		padding: 5px;
		border: 1px solid #ddd2b8;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}

		.right_box div.item_navi img {
			width: 100%;
			height: auto;
			margin-bottom: 0.5rem;
			transition: 0.3s;
		}

		.right_box div.item_navi a {
			display: block;
			color: #171717;
			text-decoration: none;
		}

		.right_box div.item_navi img:hover {
			transform: scale(1.1,1.1);
			transition: 0.3s;
		}

	.right_box p {
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

		.right_box p img {
			width: 100%;
			height: auto;
		}

	.right_box div.company_navi {
		width: 100%;
		height: 30px;
		margin: 0 0 10px 0;
		padding: 5px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		.right_box div.company_navi a {
			display: block;
			color: #171717;
			text-decoration: none;
		}

			.right_box div.company_navi a:hover {
				opacity: 0.7;
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
			}


	.right_box div.biz_navi {
		width: 100%;
		height: auto;
		margin: 20px 0 20px 0;
		padding: 5px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		.right_box div.biz_navi a {
			display: block;
			color: #171717;
			text-decoration: none;
		}

			.right_box div.biz_navi a:hover {
				opacity: 0.7;
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
			}



/*▼左カラム*/

.left_box {
	width: 680px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

ul.goods {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	ul.goods li {
		list-style-type: none;
		width: 220px;
		min-height: 450px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.goods p {
		padding: 10px;
	}

	ul.goods a {
		display: block;
		color: #171717;
		text-decoration: none;
	}

	ul.goods li:nth-child(3n) {
		margin-right: 0;
	}

	ul.goods li:nth-child(3n+1) {
		clear: both;
	}


	ul.goods p:last-child {
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}


ul.goods3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	ul.goods3 li {
		list-style-type: none;
		width: 220px;
		height: 300px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.goods3 p {
		padding: 10px;
	}

	ul.goods3 a {
		display: block;
		color: #171717;
		text-decoration: none;
	}

	ul.goods3 li:nth-child(3n) {
		margin-right: 0;
	}

	ul.goods3 li:nth-child(3n+1) {
		clear: both;
	}


	ul.goods3 p:nth-child(n+3) {
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}

	ul.goods3 p:nth-child(n+4) {
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: absolute;
		bottom: 20px;
		right: 0;
		text-decoration: underline;
	}


ul.goods4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	ul.goods4 li {
		list-style-type: none;
		width: 220px;
		height: 300px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.goods4 p {
		padding: 10px;
	}

ul.goods3 a {
	display: block;
	color: #171717;
	text-decoration: none;
}

ul.goods4 li:nth-child(3n) {
	margin-right: 0;
}

ul.goods4 li:nth-child(3n+1) {
	clear: both;
}


ul.goods4 p:nth-child(n+3) {
	background-image: url(/img000/common/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
}

ul.goods4 p:nth-child(n+4) {
	background-image: url(/img000/common/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	position: absolute;
	bottom: 20px;
	right: 0;
	text-decoration: underline;
}



/*▼レディースオフィスウェア用*/

ul.goods2 {
	margin: 50px 0 0 0;
	padding: 0;
}

	ul.goods2 li {
		list-style-type: none;
		width: 220px;
		min-height: 200px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.goods2 p {
		padding: 10px;
	}

	ul.goods2 a {
		display: block;
		color: #171717;
		text-decoration: none;
	}

	ul.goods2 li:nth-child(3n) {
		margin-right: 0;
	}

	ul.goods2 li:nth-child(3n+1) {
		clear: both;
	}


	ul.goods2 p:last-child {
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}


ul.pieds {
	margin: 50px 0 20px 0;
	padding: 0;
	overflow: hidden;
}

	ul.pieds li {
		list-style-type: none;
		width: 220px;
		min-height: 200px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.pieds p {
		padding: 10px;
		text-align: center;
	}


	ul.pieds li:nth-child(3n) {
		margin-right: 0;
	}

	ul.pieds li:nth-child(3n+1) {
		clear: both;
	}






/*▼パーソナルビズ用*/

ul.material {
	margin: 0;
	padding: 0;
}

	ul.material li {
		list-style-type: none;
		width: 220px;
		min-height: 250px;
		text-align: left;
		margin: 20px 10px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #dddddd;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	ul.material p {
		padding: 10px;
	}

	ul.material a {
		display: block;
		color: #171717;
		text-decoration: none;
	}

	ul.material li:nth-child(3n) {
		margin-right: 0;
	}

	ul.material li:nth-child(3n+1) {
		clear: both;
	}


	ul.material p:last-child {
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
		position: absolute;
		bottom: 0;
		right: 0;
		text-decoration: underline;
	}


.img_trimming {
	width: 218px;
	height: 120px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-x: hidden;
}


ul.list {
	margin: 0;
	padding: 0;
}

	ul.list li {
		list-style-type: decimal;
		text-align: left;
		margin: 0 0 20px 2.5em;
		padding: 0;
	}

	ul.list ul li {
		list-style-type: decimal;
		margin: 0 0 10px -1.5em;
		padding: 0;
	}

		ul.list ul li:first-child {
			margin-top: 10px;
		}


/*▼シャトルバンド用*/

div.sbox_img {
	width: 350px;
	height: auto;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	float: left;
	overflow: hidden;
}

	div.sbox_img img {
		width: 160px;
	}

	div.sbox_img p {
		font-weight: bold;
	}

div.sbox_r {
	width: 310px;
	height: auto;
	padding: 10px 0 0 0;
	margin: 0 0 30px 0;
	float: right;
	overflow: hidden;
}

	div.sbox_r table {
		border-collapse: separate;
		border-spacing: 0px;
		empty-cells: show;
		border-top: 1px solid #575757;
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #575757;
		table-layout: fixed;
	}

		div.sbox_r table td {
			padding: 10px;
			border-right: 1px solid #575757;
			border-bottom: 1px solid #575757;
		}

table td.sbox_l {
	background-color: #F5F5F5;
}



/*▼プライバシーポリシー用*/

ul.policy {
	margin: 0;
	padding: 0;
}

	ul.policy li {
		list-style-type: none;
		text-align: left;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #dddddd;
	}

	ul.policy p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	ul.policy li ul {
		margin: 20px 30px 0 30px;
		padding: 0;
	}

		ul.policy li ul li {
			list-style-type: decimal;
			text-align: left;
			margin: 0 0 10px 0;
			padding: 0;
			border-bottom: none;
		}

	ul.policy li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}



/*▼コンテンツ*/

.contents {
    clear: both;
    width: 1000px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 100px 0;
    contain: paint;
}

.contents_l {
	width: 490px;
	height: auto;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.contents_l2 {
	clear: both;
	width: 490px;
	height: 250px;
	text-align: left;
	float: left;
	margin: 20px 0;
	padding: 0;
}

.contents_r {
	width: 235px;
	height: auto;
	text-align: left;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}

.contents_r2 {
	width: 235px;
	height: auto;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
}

.contents_r3 {
	width: 490px;
	height: 250px;
	text-align: left;
	float: right;
	margin: 20px 0;
	padding: 0;
}


.newsbox {
	width: 490px;
	height: 155px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 3px solid #383ca3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	overflow-x: hidden;
}


.ookinibox {
	width: 235px;
	height: 155px;
	text-align: left;
	margin: 0;
	padding: 10px;
	float: right;
	border: 3px solid #383ca3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.ookinibox p {
		margin: 5px 0;
	}


.searchbox {
	width: 235px;
	height: 155px;
	text-align: left;
	margin: 0;
	padding: 10px;
	border: 3px solid #383ca3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.irrebox {
	width: 100%;
	height: 250px;
	text-align: left;
	margin: 0;
	padding: 10px;
	border: 3px solid #967c3b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.irrebox_l {
	width: 200px;
	height: auto;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

.irrebox_r {
	width: 250px;
	height: auto;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
}

.emptybox {
	clear: both;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.bnrbox {
	width: 490px;
	height: auto;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
}

.box {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 3px solid #383ca3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

button {
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
	background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.box .next {
	float: right;
}

.itembox {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 3px solid #967c3b;
	background-color: #f3efe5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.item {
	width: 223px;
	height: 225px;
	text-align: left;
	margin: 0 20px 20px 0;
	padding: 0;
	background-color: #ffffff;
	float: left;
	overflow: hidden;
}

div.item:nth-child(4n) {
	margin-right: 0;
}


.item_img {
	width: 100%;
	height: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.item_txt {
	width: 205px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
}

	.item_txt p {
		font-weight: bold;
		font-size: 15px;
	}

ul.catalog {
	padding: 0;
	margin: 0;
}

	ul.catalog li {
		list-style-type: none;
		width: 70px;
		height: auto;
		font-size: 10px;
		text-align: center;
		float: left;
		margin-right: 12px;
	}

	ul.catalog img {
		border: 1px solid #171717;
	}

	ul.catalog p {
		padding-top: 5px;
	}

	ul.catalog li:last-child {
		margin-right: 0;
	}


.catalog_box {
	clear: both;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 20px 0 50px 0;
	padding: 0;
	overflow: hidden;
}

	.catalog_box img {
		float: left;
		border: 1px solid #a3a7a6;
		margin-right: 20px;
	}



.catalog_navi {
	clear: both;
	width: 70%;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

ul.next, ul.next li, ul.next a {
	display: block;
}


ul.next {
	padding: 0;
	margin: 0;
	float: right;
}

	ul.next li {
		list-style-type: none;
		width: 200px;
		height: auto;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px;
	}


		ul.next li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			margin-right: 10px;
		}


ul.pre, ul.pre li, ul.pre a {
	display: block;
}


ul.pre {
	padding: 0;
	margin: 0;
	float: left;
}

	ul.pre li {
		list-style-type: none;
		width: 200px;
		height: auto;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px;
	}


		ul.pre li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr_r.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			margin-left: 10px;
		}



ul.btn, ul.btn li, ul.btn a {
	display: block;
}


ul.btn {
	padding: 0;
	margin: 0;
	float: left;
}

	ul.btn li {
		list-style-type: none;
		width: 120px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.btn li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			margin-left: 10px;
		}

ul.btn2 {
	padding: 0;
	margin: 0;
	float: right;
}

	ul.btn2 li {
		list-style-type: none;
		width: 120px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		border: 1px solid #888;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.btn2 li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			padding-left: 10px;
			margin-left: 10px;
		}


ul.btn3, ul.btn3 li, ul.btn3 a {
	display: block;
}

ul.btn3 {
	padding: 0;
	margin: 0 0 20px 0;
}

	ul.btn3 li {
		list-style-type: none;
		width: 250px;
		height: 50px;
		font-size: 17px;
		line-height: 50px;
		text-align: center;
		border: 1px solid #888;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.btn3 li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			padding-left: 10px;
			margin-left: 10px;
		}


ul.btn4, ul.btn4 li, ul.btn4 a {
	display: block;
}

ul.btn4 {
	padding: 20px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

	ul.btn4 li {
		width: 48%;
		list-style-type: none;
		text-align: center;
		border: 1px solid #888;
		padding: 10px;
		margin: 0 4% 10px 0;
		float: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2), to(#e3e2e2));
		background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


		ul.btn4 li a {
			text-decoration: none;
			color: #171717;
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			padding-left: 10px;
			margin-left: 10px;
		}

		ul.btn4 li:nth-child(2n) {
			margin-right: 0;
		}

		ul.btn4 li:last-child {
			margin-bottom: 0;
		}

.link01,
#num_01 {
	margin-top: -140px;
	padding-top: 140px;
}


ol.search_img,
ol.item-color,
ol.item-etc,
ol.inquiry-etc {
	padding: 0;
	margin: 0;
}

	ol.search_img li {
		width: 115px;
		list-style-type: none;
		font-size: 12px;
		text-align: center;
		float: left;
		padding: 0 0 20px 0;
		margin: 0;
	}




	ol.item-color li {
		float: left;
		padding-right: 20px;
		line-height: 3em;
		font-size: 12px;
		list-style-type: none;
	}

		ol.item-color li * {
			vertical-align: middle;
		}

		ol.item-color li img {
			margin-right: 3px;
		}


	ol.item-etc li {
		float: left;
		width: 50%;
		height: 50px;
		line-height: 1.4px;
		list-style-type: none;
		font-size: 12px;
		margin-bottom: 20px;
	}

		ol.item-etc li * {
			vertical-align: middle;
		}

		ol.item-etc li img {
			margin-right: 3px;
		}


	ol.inquiry-etc li {
		float: left;
		width: 50%;
		line-height: 3em;
		list-style-type: none;
		text-align: left;
	}





.tab {
	width: 180px;
	height: 25px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
	font-weight: normal;
	margin: 0 20px;
	padding: 0;
	float: left;
	background-color: #383ca3;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}



/*▼リンク*/
a:link {
	color: #171717;
	text-decoration: underline;
}

a:visited {
	color: #4797fa;
	text-decoration: underline;
}

a:active {
	color: #4797fa;
	text-decoration: underline;
}

a:hover {
	color: #80b8fc;
	text-decoration: none;
}

a img {
	border: none;
}


.catalogbox a:link,
.agencybox a:link,
.recruitbox a:link {
	text-decoration: none !important;
}

.catalogbox a:visited,
.agencybox a:visited {
	color: #3d464e !important;
}


.recruitbox a:visited {
	color: #fff !important;
}
	/*▼新着情報*/

	#w {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.q {
	display: block;
	max-width: 680px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #e6e6e6;
	overflow: hidden;
}

.qhead {
	margin: 0 0 10px 0;
	float: right;
	width: 75%;
}

	.qhead a:hover {
		text-decoration: none;
	}

.qhead_l {
	margin: 0 0 10px 0;
	float: left;
	width: 20%;
	background-color: #001646;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}

.answer {
	display: none;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

#w .qhead a {
	color: #1c1f85;
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}





/*▼フッタ*/

#footer {
	clear: both;
	width: 1000px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-top: 1px solid #cccccc;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

	#footer a {
		text-decoration: none;
		color: #171717;
		margin-right: 30px;
	}

		#footer a.ico_sns {
			font-size: 120%;
		}

		#footer a:last-child {
			margin-right: 0;
		}

		#footer a:hover {
			color: #171717;
			text-decoration: underline;
		}



.copybox {
	clear: both;
	width: 100%;
	height: 25px;
	font-size: 11px;
	color: #ffffff;
	line-height: 25px;
	background-color: #001646;
	text-align: center;
}




/*サイトマップ用*/

ul.sitemap {
	margin: 0;
	padding: 0;
}

	ul.sitemap li {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dashed #a3a7a6;
	}

		ul.sitemap li a {
			background-image: url(/img000/common/arr.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 5px 8px;
			-webkit-background-size: 5px 8px;
			-moz-background-size: 5px 8px;
			-o-background-size: 5px 8px;
			padding-left: 10px;
		}

		ul.sitemap li p {
			margin-top: 5px;
		}


.sitemap_list li ul li:before {
	content: "└ ";
}

/*企業情報*/
dl.domestic dt,
dl.relative dt {
	width: 100%;
	line-height: 1.0;
	margin: 0;
	font-size: 13px;
	border-bottom: none;
	padding: 0;
}

	dl.domestic dt strong,
	dl.relative dt strong {
		display: block;
		float: left;
		color: #36903e;
		font-weight: normal;
		line-height: normal;
	}

	dl.domestic dt a {
		display: block;
		float: right;
		line-height: normal;
		background-image: url(/img000/common/arr.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 5px 8px;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 5px 8px;
		-o-background-size: 5px 8px;
		padding-left: 10px;
	}

dl.domestic dd,
dl.relative dd {
	clear: both;
	font-size: 13px;
	border-bottom: 1px dotted #a3a7a6;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}


/*▼共通*/

p.photo {
	padding: 20px 0 0 0
}

	p.photo a {
		margin-right: 4%;
	}

		p.photo a:nth-child(2n) {
			margin-right: 0;
		}

	p.photo img {
		margin-bottom: 20px;
	}

hr {
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
	margin: 20px 0 20px 0;
}

.box-etc {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}




.cl {
	clear: both;
}

.bg_w {
	background-color: #ffffff;
}


p {
	margin: 0;
	padding: 0;
}

.arr {
	background-image: url(/img000/common/arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5px 8px;
	-webkit-background-size: 5px 8px;
	-moz-background-size: 5px 8px;
	-o-background-size: 5px 8px;
	padding-left: 10px;
}



.blank {
	background-image: url(/img000/common/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.arr3 {
	background-image: url(http://www.aitoz.co.jp/images/arr03.jpg); /*リンク切れ*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
}

.iconew {
	background-image: url(/img000/common/new.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}


.tit_box {
	width: 100%;
	height: 50px;
	text-align: left;
	line-height: 50px;
	font-size: 25px;
	color: #1e8cc8;
	font-weight: bold;
	border-left: 10px solid #1e8cc8;
	padding-left: 10px;
	margin: 0 auto;
}

.tit_box2 {
	width: 550px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	font-size: 25px;
	color: #1e8cc8;
	font-weight: bold;
	border-left: 10px solid #1e8cc8;
	padding-left: 10px;
	margin: 0 auto;
}


.va {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

table.basic {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-top: 1px solid #575757;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #575757;
	table-layout: fixed;
}

	table.basic td {
		padding: 20px;
		border-right: 1px solid #575757;
		border-bottom: 1px solid #575757;
	}

table.basic2 {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border-top: 1px solid #dddddd;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #dddddd;
	table-layout: fixed;
}

	table.basic2 td {
		padding: 10px;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	table.basic2 th {
		padding: 10px;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		background-color: #f5fdda;
	}

	table.basic2 td.back-key_04 {
		padding: 10px;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		background-color: #4878cf;
		color: #ffffff;
	}



.rgt {
	text-align: right;
}

.cet {
	text-align: center;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad30 {
	padding: 30px;
}

.pad_t5 {
	padding-top: 5px;
}

.pad_t10 {
	padding-top: 10px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_b5 {
	padding-bottom: 5px;
}

.pad_b10 {
	padding-bottom: 10px;
}

.pad_b15 {
	padding-bottom: 15px;
}

.pad_b20 {
	padding-bottom: 20px;
}

.pad_l5 {
	padding-left: 5px;
}

.pad_l10 {
	padding-left: 10px;
}

.pad_l15 {
	padding-left: 15px;
}

.pad_r5 {
	padding-right: 5px;
}

.pad_r10 {
	padding-right: 10px;
}


.mrg_r5 {
	margin-right: 5px;
}

.mrg_r10 {
	margin-right: 10px;
}

.mrg_r20 {
	margin-right: 20px;
}

.mrg_t10 {
	margin-top: 10px;
}

.mrg_t20 {
	margin-top: 20px;
}

.mrg_b {
	margin-bottom: 5px;
}

.mrg_b10 {
	margin-bottom: 10px;
}

.mrg_b20 {
	margin-bottom: 20px;
}

.mrg_b30 {
	margin-bottom: 30px;
}

.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fr {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #dddddd;
}

.fl5 {
	float: left;
	margin-right: 5px;
	border: 1px solid #a3a7a6;
}

.bd {
	border: 1px solid #a3a7a6;
}

.bd_r {
	border-right: 1px solid #cccccc;
}

.bd_b {
	border-bottom: 1px solid #ffffff;
}

.bd_b2 {
	border-bottom: 1px solid #cccccc;
}

.confirm {
	width: 645px;
	text-align: center;
	padding-top: 20px;
}

.bg_col1 {
	width: 100%;
	height: auto;
	line-height: 1.8;
	background-color: #edf7fd;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
