@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*works*/
.page_ttl.works {
	background-image: url(../img/features/page_ttl.jpg);
}

.table_works {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: -15px;
}
.table_works th {
	width: 25%;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #204378;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0B1F43;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_works td {
	color: #595960;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media (max-width: 767px){
.table_works {
	margin-top: 0px;
	border: medium solid #E5ECF8;
}
.table_works th {
	width: auto;
	display: block;
	font-size: 90%;
	background-color: #DCE9FD;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_works td {
	width: auto;
	display: list-item;
	font-size: 90%;
	padding: 15px;
	border: none !important;
}
}

#imageListworks {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 50px;
}
#imageListworks li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imageListworks p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background-color: #333333;
}
#imageListworks p.txt02 {
	color: #333333;
}
.img-responsive {
	width: 100%;
	height: auto;
}
/* TABLET */
@media screen and (max-width: 768px){
#imageListworks {
	margin-top: 30px;
}
#imageListworks li {
	width: 50%;
	float: left;
	padding: 0 15px;
}
}
