@charset "utf-8";

/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix:after{content:" ";display:table;clear:both}.clearfix{*zoom:1}ul,ol{list-style:none;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body *{max-height:99999em}body img{max-height:none;display: block;}


/*===== COMMON =====*/

html, body {
	width: 100%;
	min-height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.4;
	font-family: "helvetica light", "helvetica neue regular", "G-リュウミン R-KL", sans-serif;
	-webkit-text-size-adjust: none;
	color: #000;
	background: #fff;
}

.ft_serif {
	font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a {
	color: #000;
	text-decoration: none;
}

.trans {
	opacity: 1;
}
.trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.container {
	width: 100%;
	min-width: 1024px;
}
.bg_cc{
	width: 100%;
	background-image:url(../img/bg.gif)
}
.wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 0 22px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table,
table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
}

table th,
table td {
	vertical-align: middle;
	text-align: left;
}

/*===== HEADER =====*/

header {
	padding: 30px 0;
}

header nav {
	float: right;
}

header a {
	display: block;
}

header h1 {
	float: left;
}

header nav ul li a {
	font-size: 18px;
	display: block;
	/* height: 28px; */
	line-height: 1em;
	position: relative;
}

header nav ul li a:before {
	position: absolute;
	content: " ";
	height: 2px;
	width: 100%;
	background: #e6e6e6;
	left: 0;
	bottom: -8px;
	display: none;
}

header nav ul li {
	float: left;
	width: 167px;
	text-align: center;
	margin-left: 20px;
}

header nav ul li a:hover:before,
header nav ul li a.active:before {
	display: block;
}

/*===== FOOTER =====*/

footer {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1em;
	margin: 120px 0;
}


/*===== MAIN =====*/

.main {
	margin-top: 30px;
}


/*===== PAGE: TOP =====*/

.main img {
	display: block;
}

.banner {
	width: 980px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 368px;
	margin-top: -184px;
    margin-left: -490px;
}

.banner p {
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}

.banner a {
	display: block;
}


/*===== PAGE: WORK =====*/

.breadcrum {
	width: 100%;
	height: 13px;
	font-size: 12px;
	text-align: right;
}

.breadcrum a {
	color: #006699;
}

.breadcrum .arrow {
	padding: 0 6px;
}

.main.work {
	display: inline-block;
	width: 100%;
}

.main h2 {
	font-size: 24px;
	line-height: 1em;
	height: 34px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 64px;
}

table tr:nth-child(even) th {
	background: #ececec;
}

.work_content table tr {
	border-top: 1px solid #e6e6e6;
}

.work_content table tr:last-child {
	border-bottom: 1px solid #e6e6e6;
}

table th {
	width: 140px;
	background: #f2f2f2;
	text-align: center;
	font-size: 26.05px;
	font-weight: bold;
}

table td {
	width: 840px;
}

ul.list_collec {
	margin-top: 30px;
	margin-bottom: 10px;
}

ul.list_collec li {
	float: left;
	width: 70px;
	height: 94px;
	margin-left: 35px;
	margin-bottom: 20px;
}

ul.list_collec li img {
	width: 100%;
	height: 100%;
}

ul.list_collec li a {
	display: block;
	width: 100%;
	height: 100%;
}

.block_table {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.block_table h3 {
	font-size: 18px;
	font-weight: bold;
	color: #8f8f8f;
	background: #e6e6e6;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
}

.main.cv table {
	width: 100%;
	margin-top: 16px;
}

.main.cv table th {
	width: 130px;
	font-size: 16px;
}

.main.cv table tr:nth-child(even) th {
	background: #ececec;
}

.main.cv td p {
	float: left;
	font-size: 14px;
	line-height: 49px;
	padding: 0 16px;
}

.main.cv td a {
	float: right;
	margin: 9px 0;
	height: 32px;
	width: 30px;
}

.main.cv td {
	border-bottom: 1px solid #e6e6e6;
}

.row_table {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.row_table:last-child {
	border: none;
}

.main.cv td a img {
	width: 100%;
	height: 100%;
}

.main.cv tr {
	border: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
}

.main.cv tr td:last-child {
	border: none;
}

.main.cv.information td {
	width: 550px;
}

.block_table:last-child {
	margin-bottom: 0;
}

.main.cv.exhibition {
	margin-top: 100px;
}

.left_info {
	float: left;
	width: 680px;
}

.right_info {
	float: right;
	width: 300px;
	border: 1px solid #e6e6e6;
	margin-top: 16px;
}

.right_info a {
	display: block;
}

.content_jp {
	float: left;
	width: 310px;
	margin-right: 30px;
	line-height: 1.75em;
	margin-top: -2px;
}

.content_en {
	float: left;
	width: 310px;
	margin-right: 30px;
	line-height: 1.75em;
	margin-top: -2px;
}

.content_info {
	margin-top: 30px;
}