@charset "utf-8";


/*==================================================*/
/*                                                  */
/*                    施工事例 CSS                  */
/*       　 （※詳細ページ用は当CSS下部に）         */
/*==================================================*/


/* art01 */
.art01 {
	background-color: #F3F4F3;
	padding: 30px 3% 40px;
	font-size: 0;
	text-align: center;
}
.art01 > .in{
	max-width: 1080px;
	margin: auto;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding: 6% 3% 8%;
	}
}


.commontitle01{
	background-image: url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:4.0px;
	padding-top: 0px;
}


/* content01 */
.art01 .content01 {
	background-color: #fff;
	padding-bottom: 40px;
}
.art01 .content01 .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 290px;
	margin-bottom: 40px;
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption01 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
	color: #000;
	padding: 0 3%;
}

@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
	}
	.art01 .content01 .img {
		padding-top: 50%;
		height: 0;
		margin-bottom: 8%;
	}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .caption01 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8em;
		text-align: left;
	}
}

.art01 .data_box {
	width:1080px;
	background-color: #fff;
	margin:40px 0 40px 0;
	padding-bottom: 20px;
}
.art01 .data_box:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .data_box .box_left {
	float:left;
	width:480px;
	background-color: #fff;
	margin:40px 0px 40px 20px;
	padding: 0px;
}
.art01 .data_box h3 {
	font-size:24px;
	font-weight:normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	color:#002f56;
	margin:0px 0px 20px 0;
	padding: 0px;
	text-align:left;
}
.art01 .data_box .box_left p {
	font-size:16px;
	margin:0px 0px 30px 0;
	padding: 0px;
	text-align: left;
}
.art01 .data_box .box_left table {
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #dcdcdc;
	width:100%;
	margin:0px 0px 0px 0;
	padding: 0px;
	font-size:14px;
	text-align:left;
}
.art01 .data_box .box_left table th{
	margin:0px 0px 0px 0;
	padding: 15px 20px 15px 0;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #dcdcdc;
}
.art01 .data_box .box_left table td{
	margin:0px 0px 0px 0;
	padding: 15px 0;
	font-size:14px;
	border-bottom:1px solid #dcdcdc;
}
.art01 .data_box .box_right {
	float:right;
	width:520px;
	background-color: #fff;
	margin:40px 20px 20px 0;
	padding: 0px;
}
.art01 .data_box .box_right figure{
	width:520px;
	margin:0px 0px 10px 0;
	padding: 0px;
	overflow:hidden;
}
.art01 .data_box .box_right figure img{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0;
	padding: 0px;
}
.art01 .data_box .box_right p {
	font-size:14px;
	margin:0px 0px 0px 0;
	padding: 0px;
}
.art01 .data_box .box_bottom {
	float:right;
	width:520px;
	background-color: #fff;
	margin:0px 20px 40px 0px;
	padding: 0px;
}
.art01 .data_box .box_bottom p {
	font-size:14px;
	margin:0px 0px 0px 0;
	padding: 0px;
	text-align:left;
}

@media print, screen and (max-width:640px) {

	.art01 .data_box {
		width: 100%;
		background-color: #fff;
		margin: 40px 0 40px 0;
		padding-bottom: 20px;
	}
	.art01 .data_box:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .data_box .box_left {
		float: none;
		width: 86%;
		background-color: #fff;
		margin: 0 auto 40px auto;
		padding: 30px 0 0 0;
	}
	.art01 .data_box h3 {
		font-size: 24px;
		font-weight: normal;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: italic;
		color: #002f56;
		margin: 0 0 20px 0;
		padding: 0;
		text-align:left;
	}
	.art01 .data_box .box_left p {
		font-size: 16px;
		margin: 0 0 30px 0;
		padding: 0;
		text-align: left;
	}
	.art01 .data_box .box_left table {
		border-collapse: collapse;
		border-spacing: 0;
		border-top: 1px solid #dcdcdc;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: left;
	}
	.art01 .data_box .box_left table th{
		margin: 0;
		padding: 15px 20px 15px 0;
		font-size: 14px;
		font-weight: normal;
		border-bottom: 1px solid #dcdcdc;
	}
	.art01 .data_box .box_left table td{
		margin: 0;
		padding: 15px 0;
		font-size: 14px;
		border-bottom: 1px solid #dcdcdc;
	}
	.art01 .data_box .box_right {
		float: none;
		width: 86%;
		background-color: #fff;
		margin: 40px auto 20px auto;
		padding: 0;
	}
	.art01 .data_box .box_right figure{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		overflow: hidden;
	}
	.art01 .data_box .box_right figure img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.art01 .data_box .box_right p {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	.art01 .data_box .box_bottom {
		float: none;
		width: 86%;
		background-color: #fff;
		margin: 0 auto 40px auto;
		padding: 0;
	}
	.art01 .data_box .box_bottom p {
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-align: left;
	}
}


.art01 .content02 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.art01 .content02:after{}

.art01 .content02 p {
	font-size:16px;
	margin:0px 0px 0px 0;
	padding: 0px;
}
.art01 .content02 li.box{
	float: left;
	padding: 12px;
	width: 516px;
}
.art01 .content02 li.boxw{
	width: 696px;
}




#works_list{
	width:1080px;
	margin:0 0 80px 0;
	position:relative;
}
#works_list .notice01 {
	background-color: #fff;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
#works_list .notice01 .icon {
	height: 100px;
	margin: 0 auto;
}
#works_list .notice01 .icon img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
#works_list .notice01 .title01 {
	width: auto;
	height: 70px;
	margin: 0 auto 20px auto;
	padding: 0 3%;
}
#works_list .notice01 .title01 img {
	width: auto;
	height: 100%;
	margin-bottom: 20px;
	padding: 0 3%;
}
#works_list .notice01 .txt01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #434343;
	width: 86%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: none;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#works_list p{
	width:100%;
	font-size:16px;
	font-size:1.6rem;
	margin:80px 0;
	padding:20px;
	border:1px solid #dcdcdc;
}
#works_list .works_cat {
	width: 86%;
	height:100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #fff;
	font-size: 14px;
	border-top: none;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:relative;
}
#works_list .works_cat:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
#works_list .works_cat dl {
	display:inline-block;
	margin:0px;
	vertical-align:top;
}
#works_list .works_cat dl.current-cat {
	width:300px;
	padding: 0px;
	position:absolute;
	top:20px;
	left:150px;
	z-index:555;
}
#works_list .works_cat dl.current-cat dt {
	margin: 0px;
	padding: 0px;
}
#works_list .works_cat dl.current-cat dt a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color:#ffffff;
	width:260px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background:#113960;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position: relative;
}
#works_list .works_cat dl.current-cat dt a:hover {
	background:#002f56;
}
/*--------------------↓事例集入力用ページ用のCSS↓--------------------*/
#works_list .works_cat dl.accordion_dl {
	width:300px;
	padding: 0px;
	position:absolute;
	top:20px;
	right:150px;
	z-index:555;
}
#works_list .works_cat dl.accordion_dl dt {
	background-color: #002f56;
	height: 50px;
	line-height: 50px;
	margin:0;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#works_list .works_cat dl.accordion_dl dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #FFF;
}
#works_list .works_cat dl.accordion_dl dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #002f56;
}
#works_list .works_cat dl.accordion_dl dt.active:before {
	margin-top: -2px;
}
#works_list .works_cat dl.accordion_dl dt.active:after {
	margin-top: 3px;
}
#works_list .works_cat dl.accordion_dl dd {
	padding: 0px 0 0px 0;
	background:#113960;
}
#works_list .works_cat dl.accordion_dl dd ul {
	margin:0;
	padding:0;
	text-align:left;
}
#works_list .works_cat dl.accordion_dl dd ul li {
	margin:0;
	padding:0;
	border-bottom: solid 1px #5d6e60;
}
#works_list .works_cat dl.accordion_dl dd ul li a {
	display:block;
	width:276px;
	line-height:45px;
	margin:0;
	padding:0 0 0 24px;
	text-align:left;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg01 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg01.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg02 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg02.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg03 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg03.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg04 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg04.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg05 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg05.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg06 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg06.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg07 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg07.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg08 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg08.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg09 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg09.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg10 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg10.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg11 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg11.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg12 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg12.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li.ctg13 a {
	background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg13.png) left top no-repeat;
	background-size: 256px auto;
	text-indent:-9999px;
}
#works_list .works_cat dl.accordion_dl dd ul li a:hover {
	background-color:#002f56;
}
/*--------------------↑事例集入力用ページ用のCSS↑--------------------*/
div.accordion {
	width:300px;
	padding: 0px;
	position:absolute;
	top:20px;
	right:150px;
	z-index:555;
}
div.accordion > ul > li {
	height: 50px;
	line-height: 50px;
	margin:0;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
div.accordion > ul > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background:#113960;
	cursor: pointer;
	padding: 0px 12px;
	position: relative;
	width:276px;
	line-height:50px;
	margin:0;
	z-index:600;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
div.accordion > ul > li > a:hover{
	background-color: #002f56;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size: 12px;
	color: #2f7f99;
}
div.accordion > ul > li > a:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border: solid #fff;
	border-width: 3px 3px 0 0;
	transform: rotate(135deg);
	transition: all 0.4s ease 0s;
	position: absolute;
	right: 12px;
	top: 18px;
}
div.accordion > ul > li > a.active:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border: solid #fff;
	border-width: 3px 3px 0 0;
	transform: rotate(-45deg);
	transition: all 0.4s ease 0s;
	position: absolute;
	right: 12px;
	top: 22px;
}
div.accordion > ul > li > ul {
	display: none;
}
div.accordion > ul > li > ul {
	width: 1000px;
	padding: 20px;
	background-color: #113960;
	overflow: visible;
	position: absolute;
	right: -160px;
	top: 42px;
	z-index: 500;
	border: 4px solid #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
div.accordion > ul > li > ul > li {
	float: left;
	width:33%;
	padding: 0;
}
div.accordion > ul > li > ul > li > a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:left;
	background-color: #113960;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	position: relative;
}
div.accordion > ul > li > ul > li > a img{
	float: left;
	width: auto;
	height: 60px;
	margin: 0 5px 0 0;
}
div.accordion > ul > li > ul > li > a span {
	float: left;
	display: block;
	line-height: 60px;
}
div.accordion > ul > li > ul > li > a:hover{
	background-color: #002f56;
}
#works_list .listBox {
	overflow: hidden;
	width:1080px;
}
#works_list .listBox li {
	width: 336px;
	padding:12px;
	float: left;
}
#works_list .listBox li a {
	display: block;
	transition: all 0.4s ease 0s;
}
#works_list .listBox li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}
#works_list .listBox li figure {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	width:336px;
	height:200px;
	overflow:hidden;
}
#works_list .listBox li figure img {
	vertical-align: bottom;
	width:100%;
	height:auto;
}
#works_list .listBox li h2 {
	font-size: 14px;
	font-weight: normal;
	color:#313131;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#works_list .listBox li .new {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: url(../../images/icn_new.png) no-repeat;
}

@media print, screen and (max-width:640px) {
	#works_list{
		width:100%;
		margin:0 0 80px 0;
		position:relative;
	}
	#works_list p{
		width:100%;
		font-size:14px;
		font-size:1.4rem;
		margin:80px 0;
		padding:20px;
		border:1px solid #dcdcdc;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#works_list .notice01 {
		background-color: #fff;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
	}
	#works_list .notice01 .icon {
		height: 100px;
		margin: 0 auto;
	}
	#works_list .notice01 .icon img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	#works_list .notice01 .title01 {
		width: 280px;
		height: 43px;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	#works_list .notice01 .title01 img {
		width: 280px;
		height: 43px;
		margin: 0;
		padding: 0;
	}
	#works_list .notice01 .txt01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		color: #434343;
		text-align: left;
		width: 86%;
		margin: 0 auto;
		padding: 20px 0;
		border-top: 1px solid #dcdcdc;
		border-right: none;
		border-bottom: none;
		border-left: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#works_list .works_cat {
		width: 86%;
		height: 50px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		background-color: #fff;
		font-size: 13px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position:relative;
	}
	#works_list .works_cat:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	#works_list .works_cat dl {
		display:inline-block;
		margin:0px;
		vertical-align:top;
	}
	#works_list .works_cat dl.current-cat {
		width:49%;
		padding: 0px;
		position:absolute;
		top:0;
		left:0;
		z-index:555;
	}
	#works_list .works_cat dl.current-cat dt {
		margin: 0px;
		padding: 0px;
	}
	#works_list .works_cat dl.current-cat dt a {
		font-size: 13px;
		font-size: 1.3rem;
		color:#ffffff;
		padding: 0 20px;
		width:100%;
		height: 50px;
		line-height: 50px;
		display: block;
		background-color: #113960;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		position: relative;
	}
	#works_list .works_cat dl.current-cat dt a:hover {
		background:#002f56;
	}
/*--------------------↓事例集入力用ページ用のCSS↓--------------------*/
	#works_list .works_cat dl.accordion_dl {
		width:49%;
		padding: 0px;
		position:absolute;
		top:0;
		right:0;
		z-index:555;
	}
	#works_list .works_cat dl.accordion_dl dt {
		background-color: #002f56;
		height: 50px;
		line-height: 50px;
		margin:0;
		padding: 0px;
		color: #FFF;
		cursor: pointer;
		position: relative;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}
	#works_list .works_cat dl.accordion_dl dt:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		background: #FFF;
	}
	#works_list .works_cat dl.accordion_dl dt:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -13px;
		background: #002f56;
	}
	#works_list .works_cat dl.accordion_dl dt.active:before {
		margin-top: -2px;
	}
	#works_list .works_cat dl.accordion_dl dt.active:after {
		margin-top: 3px;
	}
	#works_list .works_cat dl.accordion_dl dd {
		margin-left:-126px;
		padding: 0px 0 0px 0;
		background:#113960;
		width:276px;
	}
	#works_list .works_cat dl.accordion_dl dd ul {
		margin:0;
		padding:0;
		text-align:left;
	}
	#works_list .works_cat dl.accordion_dl dd ul li {
		margin:0;
		padding:0;
		border-bottom: solid 1px #5d6e60;
	}
	#works_list .works_cat dl.accordion_dl dd ul li a {
		display:block;
		color:#ffffff;
		width:256px;
		line-height:45px;
		margin:0;
		padding:0 0 0 20px;
		text-align:left;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg01 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg01.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg02 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg02.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg03 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg03.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg04 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg04.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg05 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg05.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg06 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg06.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg07 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg07.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg08 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg08.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg09 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg09.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg10 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg10.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg11 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg11.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg12 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg12.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li.ctg13 a {
		background: url(http://server01.otm.co.jp/testsites/highclass/works/img/btn_ctg13.png) left top no-repeat;
		background-size: 256px auto;
		text-indent:-9999px;
	}
	#works_list .works_cat dl.accordion_dl dd ul li a:hover {
		background:#002f56;
	}
/*--------------------↑事例集入力用ページ用のCSS↑--------------------*/
	div.accordion {
		width: 49%;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 555;
	}
	div.accordion > ul > li {
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		color: #FFF;
		cursor: pointer;
		position: relative;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}
	div.accordion > ul > li > a {
		display: block;
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
		text-decoration: none;
		background: #113960;
		cursor: pointer;
		padding: 0;
		position: relative;
		width: 100%;
		line-height: 50px;
		margin: 0;
		z-index: 600;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}
	div.accordion > ul > li > a:hover{
		background-color: #002f56;
	}
	div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
		font-size: 14px;
		color: #2f7f99;
	}
	div.accordion > ul > li > a:after{
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 8px;
		border: solid #fff;
		border-width: 3px 3px 0 0;
		transform: rotate(135deg);
		transition: all 0.4s ease 0s;
		position: absolute;
		right: 3px;
		top: 19px;
	}
	div.accordion > ul > li > a.active:after{
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 8px;
		border: solid #fff;
		border-width: 3px 3px 0 0;
		transform: rotate(-45deg);
		transition: all 0.4s ease 0s;
		position: absolute;
		right: 3px;
		top: 22px;
	}
	div.accordion > ul > li > ul {
		display: none;
	}
	div.accordion > ul > li > ul {
		width: 320px;
		padding: 10px;
		background-color: #113960;
		overflow: visible;
		position: absolute;
		right: -31px;
		top: 42px;
		z-index: 500;
		border: 4px solid #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}
	div.accordion > ul > li > ul > li {
		float: none;
		width: 100%;
		padding: 0;
	}
	div.accordion > ul > li > ul > li > a{
		display: block;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		text-align:left;
		background-color: #113960;
		padding: 0 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		position: relative;
	}
	div.accordion > ul > li > ul > li > a img{
		float: left;
		width: 50px;
		height: 50px;
		margin: 0 5px 0 0;
	}
	div.accordion > ul > li > ul > li > a span {
		float: left;
		display: block;
		height: 40px;
		font-size: 15px;
		line-height: 2.0;
		text-align: left;
		padding: 10px 0 0 0;
	}
	div.accordion > ul > li > ul > li > a:hover{
		background-color: #002f56;
	}
	#works_list .listBox {
		overflow: hidden;
		width:100%;
	}
	#works_list .listBox li {
		float: none;
		width: 100%;
		padding:15px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#works_list .listBox li a {
		display: block;
	}
	#works_list .listBox li figure {
		margin-bottom: 7px;
		text-align: center;
		position: relative;
		width:100%;
		height:180px;
		overflow:hidden;
	}
	#works_list .listBox li figure img {
		vertical-align: bottom;
		width:100%;
		height:auto;
	}
	#works_list .listBox li h2 {
		font-size: 14px;
		font-weight: normal;
		color:#313131;
		text-align:left;
	}
	#works_list .listBox li .new {
		width: 60px;
		height: 60px;
		position: absolute;
		bottom: 0;
		background: url(../../images/icn_new.png) no-repeat;
	}
}


.art01 .theme02 {
	width:1080px;
	background-color: #fff;
	margin:0px 0 40px 0;
	padding: 40px 0 20px 0;
	border-top:1px solid #dcdcdc;
}
.art01 .theme02:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .theme02 .theme_in {
	width: 630px;
	margin: 0px auto 40px auto;
	padding: 0px 0 0px 0;
}
.art01 .theme02 .theme_in:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .theme02 h2 {
	width:100%;
	margin: 0 auto;
	padding: 20px 0 0px 0;
	font-size:18px;
}
.art01 .theme02 h2 img {
	width: auto;
	height: 180px;
	margin: 0;
	padding: 0;
}
.art01 .theme02 p {
	font-size:16px;
	font-size:1.6rem;
	color: #434343;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:3.0rem;
	text-align: left;
}
.art01 .theme02 p img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.art01 .theme02 p.allow01 {
	font-size:16px;
	font-size:1.6rem;
	color: #434343;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:3.0rem;
	text-align: center;
}
.art01 .theme02 p img {
	margin: 0;
	padding: 0;
}
.art01 .theme02 h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #525252;
	margin: 20px 0 15px 0;
	padding: 0;
	line-height: 3.0rem;
	text-align: left;
}
.art01 .theme02 h4 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.art01 .theme02 p a {
	width:100%;
	margin: 0;
	padding: 0;
}
.art01 .theme02 p a img {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}

.art01 .caption02 {
	color: #434343;
}
.art01 .caption02 .row04 {
	margin-bottom: 20px;
}
.art01 .caption02 .row04 > a {
	padding: 11px 15px;
	display: inline-block;
	background: #002f56;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a:hover {
	color: #002f56;
	background: #ffffff;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a + a {
	margin-left: 10px;
}
.art01 .caption02 .row04 > a span {
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (max-width:640px) {
	.art01 .theme02 {
		width: 100%;
		background-color: #fff;
		margin: 0 0 40px 0;
		padding: 20px 0 20px 0;
		border-top: 1px solid #dcdcdc;
	}
	.art01 .theme02:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .theme02 .theme_in {
		width: 86%;
		margin: 0px auto 0px auto;
		padding: 0px 0 0px 0;
	}
	.art01 .theme02 .theme_in:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .theme02 h2 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.art01 .theme02 h2 img {
		width: auto;
		height: 120px;
	}
	.art01 .theme02 p {
		font-size:14px;
		font-size:1.4rem;
		color: #434343;
		margin: 0 0 10px 0;
		padding: 0;
		line-height:3.0rem;
		text-align: left;
	}
	.art01 .theme02 p img {
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}
	.art01 .theme02 p.allow01 {
		font-size:14px;
		font-size:1.4rem;
		color: #434343;
		margin: 0 0 10px 0;
		padding: 0;
		line-height:3.0rem;
		text-align: center;
	}
	.art01 .theme02 p.allow01 img {
		margin: 0;
		padding: 0;
	}
	.art01 .theme02 h4 {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: normal;
		color: #525252;
		margin: 20px 0 15px 0;
		padding: 0;
		line-height: 3.0rem;
		text-align: left;
	}
	.art01 .theme02 h4 img {
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}
	.art01 .theme02 p a {
		width:100%;
		margin: 0;
		padding: 0;
	}
	.art01 .theme02 p a img {
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
	}
	.art01 .backtolist {
		margin: 0;
		padding: 0;
	}
	.art01 .caption02 {
		color: #434343;
	}
	.art01 .caption02 .row01 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.art01 .caption02 .row04 {
		margin-bottom: 20px;
	}
	.art01 .caption02 .row04 > a {
		padding: 11px 15px;
		display: inline-block;
		background: #002f56;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a:hover {
		color: #002f56;
		background: #ffffff;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a + a {
		margin-left: 10px;
	}
	.art01 .caption02 .row04 > a span {
		font-size: 15px;
		font-size: 1.5rem;
	}
}



.art01 .content03 {
	clear: both;
	padding-bottom: 40px;
	padding-top: 40px;
}

.art01 .content03:after{
	content: ""; 
  display: block; 
  clear: both;
}

.art01 .content03 ul{
	border-top: solid 1px #19311d;
	padding-top: 20px;
}

.art01 .content03 .nav_left{
	float: left;
	text-align: left;
	width: 33%;
}
.art01 .content03 .nav_center{
	float: left;
	text-align: center;
	width: 34%;
}
.art01 .content03 .nav_right{
	float: right;
	text-align: right;
	width: 33%;
}

.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #424242;}

@media print, screen and (max-width:640px) {
	.art01 .content03 .nav_left,
	.art01 .content03 .nav_right{
		width:32%;}
.art01 .content03 .nav_center{
	width: 32%;
	padding:0 2%;}
	
.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color:#000;
	display:block;
	}
.art01 .content03 .nav_center a{
	display:block;
	margin:0 auto;
	padding:3px 2px;}
.art01 .content03 .nav_left a,
.art01 .content03 .nav_right a{
	padding:12px 3px;}
}



@media print, screen and (max-width:640px) {}




/*tablet*/
@media print, screen and (max-width:1024px) and (min-width:641px) {
}

/*smart*/
@media print, screen and (max-width:640px) {
}