@charset "UTF-8";

* {
	margin:0;
	padding:0;
	outline:none;
}
ul,li{
	list-style: none;
}
html {
	height:100%;
	text-align:center;
}
body {
	background-color:#FFFFFF;
}
.wrapper{
	position:relative;
	top:0;
	text-align:center;
	margin:0 auto;
}
.clear{
	clear:both;
	}
img{
	border:0;
	margin:0;
	padding:0;
}
a:focus{
	outline:none;
}
div:focus{
    outline:none;
}
/*----------------------*/
/*        common        */
/*----------------------*/
	
div.footer{
	clear:both;
	width: 100%;
	max-width:950px;
	font-size:10px;
	margin:0 auto;
	padding-bottom: 40px;
}
div.menu{
	margin:0 auto;
	width: 100%;
	max-width:688px;
	padding-bottom: 30px;

}
div.menu ul{
	list-style:none;
	padding:20px 0 2px;
	overflow:hidden;
}
div.menu li{
	list-style:none;
}
div.menu li#menuJamLogo{
	width:119px;
	height:38px;
	float:left;
	margin:4px 42px 0 0;
}
div.menu li#menuCompany{
	width:126px;
	height:28px;
	float:left;
	margin:14px 52px 0 0;
}
div.menu li#menuWork{
	width:53px;
	height:28px;
	float:left;
	margin:14px 58px 0 0;
}
div.menu li#menuAccess{
	width:91px;
	height:28px;
	float:left;
	margin:14px 52px 0 0;
}
div.menu li#menuMail{
	width:83px;
	height:28px;
	float:left;
	margin-top:14px;
}
div.menu li#menuItenTop{
	width:105px;
	height:92px;
	margin-top:10px;
	float:right;
}
div.menu li#menuIten{
	width:213px;
	height:42px;
	margin:10px 10px 0 0;
	float:right;
}
@media screen and (max-width:680px) {
	div.menu{
	
	}
	div.menu ul li{
		float: none;
		clear: both;
		display: block;
		padding: 20px;
		width: 100%;
		border-top: #eee 1px solid;
	}
	div.menu li#menuJamLogo,
	div.menu li#menuCompany,
	div.menu li#menuWork,
	div.menu li#menuAccess,
	div.menu li#menuMail{
		width: 100%;
		text-align: left;
		margin: 0;
	}
}
/*----------------------*/
/*      index.html      */
/*----------------------*/
#index div.main{
	height:500px;

	display: flex;
	justify-content: center;
	align-items: center;

	margin-bottom:20px;
}
#index div.banner{
	width:893px;
	height:150px;
	clear:both;
	margin:0 auto 0;
	padding:10px 0 45px 0;
}
.slick01 {
	text-align: center;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.slick01 li{
	width: 100%;
}
.slick01 li img{
	width: 420px;
	text-align: center;
}

/*----------------------*/
/*     company.html     */
/*----------------------*/
#company div.main{
	margin:35px auto 15px;
	width: calc(100% - 40px);
	max-width:950px;
	min-height:396px;
	text-align:left;
	box-sizing: border-box;
}
#company table{
	margin: 0 auto;
	width: 100%;
	max-width:425px;
	font-size:12px;
	line-height:183%;
}
#company td{
	vertical-align:top;
}
#company td#w68{
	width:68px;
}
#company td.ten{
	padding-right:5px;
}
#company td.text2{
	letter-spacing:3em;
}
#company td.text3{
	letter-spacing:1em;
}
#company td.text4{
	letter-spacing:0.35em;
}
#company td p.gyoumu{
	white-space:nowrap;
	letter-spacing:-0.09em;
}
#company td p.gyoumu span{
	letter-spacing:0em;
}
#company td div{
	width:68px;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width:680px) {
	#company table tr{
		display: block;
		padding: 10px 0;
	}
	#company table tr td{
		display: block;
		white-space: revert;
	}
	#company td.ten{
		display: none;
	}

}
/*----------------------*/
/*     access.html      */
/*----------------------*/
#access div.main{
	margin:35px auto 15px;
	width: 100%;
	max-width:950px;
	height:396px;
	text-align:left;
}
#access div#map{
	width: 308px;
	height: 250px;
	padding: 65px 0 50px;
	margin: 0 auto;
}
#access #mapTxt{
	width: 100%;
	height:17px;
	font-size: 80%;
	text-align: center;
}

@media screen and (max-width:680px) {
}

/*----------------------*/
/*     work-.html      */
/*----------------------*/
.workPage .main{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 100px;
}
.workPage .workNavi{
	list-style: none;
	text-align: left;

	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.workPage .workNavi .column{
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;

	border-right: #eee 1px solid;
}
.workPage .workNavi .column:last-child{
	border-right: none;
}
.workPage .workNavi .column li a{
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 0;
}
.workPage .workNavi .column li a:hover{
	text-decoration: underline;

}
.workPage .catTitle{
	margin-top: 40px;
	padding: 40px 0;
	text-align: center;
	font-size: 22px;
}
.workPage .unitWraper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.workPage .unitWraper .unit{
	width: 20%;
	margin: 0 2.5% 40px;
}
.workPage .unitWraper .unit .img{
	width: 180px;
	height: 180px;

	display: flex;
	justify-content: center;
	align-items: center;
	border: #eee 1px solid;
	/* box-sizing: border-box; */
	margin-bottom: 10px;
}
.workPage .unitWraper .unit li{
	padding: 8px 0;
	text-align: right;
	color: #666;
	font-size: 11px;
}
.workPage .unitWraper .unit li.time,
.workPage .unitWraper .unit li.title,
.workPage .unitWraper .unit li.client{
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
}
.workPage .unitWraper .unit li.time::before{
	content: "time";
	display: inline;
	color: #ccc;
	font-size: 10px;
}
.workPage .unitWraper .unit li.title::before{
	content: "title";
	display: inline;
	color: #ccc;
	font-size: 10px;
}
.workPage .unitWraper .unit li.client::before{
	content: "client";
	display: inline;
	color: #ccc;
	font-size: 10px;
}
@media screen and (max-width:680px) {
	.workPage .workNavi{
		flex-wrap: wrap;
	}
	.workPage .workNavi .column{
		width: 50%;
		padding: 0 20px;
	}
	.workPage .unitWraper{
		justify-content: space-between;
		padding: 0 10px;
	}
	.workPage .unitWraper .unit{
		width: 48%;
		margin: 0 0 40px;
	}
	.workPage .unitWraper .unit .img{
		box-sizing: border-box;
		width: none;
		height: none;
	}
	.workPage .unitWraper .unit img{
		width: 90%;
		height: auto;
	}
	.workPage .unitWraper .unit li{
		font-size: 10px;
	}
}