@Charset "UTF-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, figure,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	text-decoration: none;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Arial,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #444;
    vertical-align: baseline;
    background: transparent;
}

input, textarea {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

address {
    font-style: normal
}

i {
    font-style: normal
}
/* /Reset CSS */

.clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
    content: "";
}



/* top -----------------------------------------*/

body{
	background: url(../images/bg.png) repeat;
}
#topImageContainer{
	background: #A6E9FF url(../images/top_bg.jpg) repeat-y;
	width: 100%;
	height: 400px;
}
#topImageContainer > div{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.lazy-line{
	position: absolute;
	left: 78px;
	top: 100px;
	display: inline-block;
}
#topImageLogo{
	margin: 0 0 0 -400px;
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
}
.wrapper{
    margin: 0 auto;
	padding-top: 92px;
    background: url(../images/bg.png);
}





/***** header *****/
header{
    width: 100%;
    height: 72px;
	margin: 0 auto;
	padding-top: 16px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 30px 0 #222;
	-moz-box-shadow:    0 0 30px 0 #222;
	box-shadow:         0 0 30px 0 #222;
}
header:after{
	content: " ";
	width: 100%;
	height: 4px;
	margin-top: 88px;
	position: absolute;
	top: 0;
	background-image: #de8511;
	background-image: -moz-linear-gradient( 0deg, rgb(222, 133, 17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	background-image:-webkit-linear-gradient( 0deg, rgb(222,133,17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	background-image:-ms-linear-gradient( 0deg, rgb(222,133,17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	display: block;
}
.headerInner{
	width: 850px;
	margin-left: -425px;
	position: absolute;
	left: 50%;
}
h1 a{
	width: 220px;
	height: 66px;
	float: left;
}
h1 a:hover{
	opacity: 0.7;
}
.gNav{
	margin: 20px 0 20px 280px;
}
.gNav p{
	color: transparent;
}
.gNav a{
	margin-left: 16px;
	color: transparent;
	display: block;
	float: left;
}
.gNav a:after{
	content: " ";
	width: 0%;
	margin-top: 12px;
	display: block;
	border-bottom: 3px solid #d50000;
	transition:width 0.5s ease 0s;
	-moz-transition:width 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition:width 0.5s ease 0s; /* Safari and Chrome */
	-o-transition:width 0.5s ease 0s; /* Opera */
}
.gNav a:hover:after{
	width: 100%;
}
.gNav .navAbout{
	width: 100px;
	height: 28px;
	background: url(../images/nav_about.png) no-repeat;
}
.gNav .navProduct{
	width: 124px;
	height: 28px;
	background: url(../images/nav_product.png) no-repeat;
}
.gNav .navExhibition{
	width: 154px;
	height: 28px;
	background: url(../images/nav_exhibition.png) no-repeat;
}
.gNav .navContact{
	width: 124px;
	height: 28px;
	background: url(../images/nav_contact.png) no-repeat;
}
.language{
	width: 80px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	border: 1px solid #444;
	background: #fff;
	position: absolute;
	left: 878px;
	transition: .3s;
}
.language:hover{
	background: #444;
	color: #fff;
}
.language:nth-of-type(1){
	top: -2px;
}
.language:nth-of-type(2){
	top: 34px;
}
.contents{
	width: 918px;
	margin: 0 auto ;
	background: #fff;
	padding: 24px 16px 16px 16px;
	-webkit-box-shadow: 0 0 18px #dedede;
	-moz-box-shadow:    0 0 18px #dedede;
	box-shadow:         0 0 18px #dedede;
}




/***** leftCol *****/
.leftCol{
	width: 640px;
	margin-right: 16px;
	float: left;
}
.contentTtl{
	height: 28px;
	margin: 0 0 12px;
	border-bottom: 2px solid #ebebeb;
}
.contentTtl span{
	height: 28px;
	margin-left: 8px;
	padding: 0 2px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 2px solid #eeb146;
	display: inline-block;
}
.contentTtl span:first-letter{
	font-size: 28px;
	font-weight: bold;
}
.news{
	margin-bottom: 40px;
	position: relative;
}
.news dl{
	margin-left: 10px;
}
.news dt{
	margin: 2px 16px 0 0;
	padding-right: 16px;
	float: left;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
}
.news dd{
	margin: 0 6px 12px 112px;
	font-size: 15px;
	line-height:1.3;
	text-align: justify;
	text-justify: inter-ideograph;
}
.past dt,
.past dd{
	font-size: 12px;
}
.news dd a{
	color: #223897;
}
.news a:hover{
	text-decoration: underline;
}
.news .newsPast{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 13px;
}
.news .newsPast a{
	color: #223897;
}
.news .newsPast a:before{
	content:url(../images/arw.png);
	margin-right: 3px;
	vertical-align: 1px;
}
#information{
	padding: 110px;
	margin: -110px;
}
.whatArtSeeker p{
	font-size: 13px;
	width: 618px;
	margin-left: 10px;
	line-height: 1.6;
}
.whatArtSeeker img{
	width: 198px;
	height: 140px;
	margin: 16px 0 0 8px;
}





/***** rightCol *****/
.rightCol{
	width: 262px;
	float: left;
}
.nextExhibition a {
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-name: hue;
}
@keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg);
		-o-filter: hue-rotate(0deg);
		-ms-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	to {
		-webkit-filter: hue-rotate(-360deg);
		-moz-filter: hue-rotate(-360deg);
		-o-filter: hue-rotate(-360deg);
		-ms-filter: hue-rotate(-360deg);
		filter: hue-rotate(-360deg);
	}
}
.nextExhibition{
	margin-bottom: 24px;
	opacity: 0;
	transform: translate(0,10px); 
	-webkit-transform: translate(0,10px);
	transition: .8s;
}
.nextExhibition a:hover{
	opacity: 0.6;
}

.sns{
	width: 258px;
	height: 420px;
	margin-bottom: 24px;
	padding: 1px;
	border: 1px solid #dbdbdb;
}




/***** footer *****/
footer{
	margin-top: 40px;
	position: relative;
}
.footerNav:before{
	content: " ";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 80px;
	background-image: #de8511;
	background-image: -moz-linear-gradient( 0deg, rgb(222,133,17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	background-image:-webkit-linear-gradient( 0deg, rgb(222,133,17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	background-image:-ms-linear-gradient( 0deg, rgb(222,133,17) 0%, rgb(245,196,93) 50%, rgb(222,133,17) 100%);
	display: block;
}
.footerNav{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f5f5f5;
}
.footerNav ul{
	width: 710px;
	display: inline-block;
}
.footerNav ul li{
	float: left;
}
.footerNav ul li:first-child:before{
	content:"|";
	font-size: 12px;
	padding: 0 9px;
}
.footerNav ul li:after{
	content:"|";
	font-size: 12px;
	padding: 0 9px;
}
.footerNav ul li a:hover{
	text-decoration: underline;
}
.copyright{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0d0d0d;
}
.copyright p{
	font-size: 12px;
	color: #fff;
}




/* Sub page -----------------------------------------*/
.pageTtl{
	width: 100%;
	height: 126px;
	line-height: 130px;
	text-shadow: 0 0 8px #701653;
	background: url(../images/bg_page_ttl.png);
}
.pageTtl h2{
	width: 922px;
	margin: 0 auto;
	padding: 0 14px;
	opacity: 0;
	transition: .6s;
}
.pageTtl span:first-child{
	width: 386px;
	color: #fff;
	font-size: 58px;
	font-weight: normal;
	display: block;
	float: left;
}
.pageTtl span:first-child:first-letter{
	font-size: 78px;
	font-weight: bold;
}
.pageTtl span:last-child{
	width: 536px;
	float: left;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	text-align: right;
	display: block;
}




/* news -----------------------------------------*/
.newsDetail h2{
	margin-bottom: 8px;
	padding: 6px 0 4px 10px;
	font-size: 30px;
	line-height: 1.3;
	border-left: 3px solid #ac1313;
	border-bottom: 1px solid #cecece;
	position: relative;
}
.newsDetail date{
	text-align: right;
	float: right;
}
.newsDetail .snsIcon{
	float: left;
}
.newsDetail figure a{
	width: 310px;
	height: 230px;
	overflow: hidden;
	margin: 0 8px 12px 2px;
	float: left;
}
.newsDetail figure img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
}
.newsDetail p{
	margin-top: 16px;
	line-height: 1.5;
}
.newsLink,
.newsLink a{
	margin: 16px 0 24px;
	font-size: 16px;
	font-weight: bold;
}
.newsLink a{
	color: #223897;
}
.newsLink a:hover{
	text-decoration: underline;
}




/* about -----------------------------------------*/
.coProf dl{
	margin: 0 0 40px 10px;
	line-height: 1.6;
}
.coProf dt{
	width: 58px;
	margin: 2px 16px 0 0;
	padding-right: 16px;
	text-justify: inter-ideograph;
	float: left;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
	display: inline-block;
}
.coProf dt span.twoCharacter{
	letter-spacing: 2em;
}
.coProf dt span.threeCharacter{
	letter-spacing: 0.5em;
}
.coProf dd{
	margin: 0 0 8px 90px;
	vertical-align: middle;
}
.business ul{
	margin: 0 0 32px 28px;
	line-height: 1.6;
}
.business ul li{
	list-style-type: circle;
}
h4.subTtl:nth-of-type(2) + p{
	position: relative;
}
h4.subTtl:nth-of-type(2) + p:after{
	content: " ";
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}





/* product -----------------------------------------*/
.product dd{
	margin: 0 0 32px 12px;
	line-height: 1.7;
	font-size: 13px;
}
.product dd dl{
	margin-top: 10px;
}
.example dd{
	margin: 0 0 20px 20px;
	line-height: 1.7;
	font-size: 14px;
}
.example p{
	margin: 0 0 32px 20px;
	padding: 12px;
	line-height: 1.5;
	border: 1px solid #808080;
}
.example a{
	color: #223897;
	font-weight: bold;
}
.example a:hover{
	text-decoration: underline;
}




/* exhibition -----------------------------------------*/
.Gallery{
	margin-bottom: 32px;
	position: relative;
}
.Gallery li{
	width: 135px;
	height: 135px;
	margin: 0 0 12px 12px;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 2px #8e8e8e;
	float: left;
	box-shadow: 0 0 2px #8e8e8e;
	overflow: hidden;
}
.Gallery li img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
}
.Gallery ul:after{
	content: " ";
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.Gallery + [data-readmore-toggle]{
	margin: -20px 8px 40px 12px;
	padding: 12px;
	font-weight: bold;
	display: inline-block;
	background-color: #eeb146;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	text-shadow: 0 1px 0 #ffd386;
}




/* contact -----------------------------------------*/
.contact address{
	margin-bottom: 32px;
}
.contact p{
	margin-left: 12px;
	line-height: 1.5;
}
.contact a:hover{
	text-decoration: underline;
}
.contact address p span{
	margin: 6px 0;
	font-size: 16px;
	display: inline-block;
}
.form-group > div{
	margin: 15px 0;
}
.form-group label{
	width: 116px;
	margin: 0 16px 0 0;
	display: inline-block;
}
.form-group > div:nth-of-type(3) label{
	vertical-align: top;
}
.form-group [type="text"],
.form-group [type="email"]{
	width: 400px;
	height: 20px;
	padding: 2px;
}
.form-group textarea{
	width: 480px;
	max-width: 480px;
	max-height: 550px;
	padding: 2px;
}
.form-group input{
	display: inline-block;
}
button[type="submit"]{
	margin: 0 0 32px 136px;
	padding: 10px 16px;
	font-weight: bold;
	background-color: #eeb146;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	text-shadow: 0 1px 0 #ffd386;
	-webkit-box-shadow: 0 2px 1px 0 #ccc;
	-moz-box-shadow:    0 2px 1px 0 #ccc;
	box-shadow:         0 2px 1px 0 #ccc;
	border: none;
	cursor: pointer;
}
button[type="submit"]:hover{
	opacity: 0.8;
}




/* privacy -----------------------------------------*/
.privacy p{
	margin: 0 0 12px 8px;
	line-height: 1.5;
	font-size: 13px;
}
.subTtl{
	margin: 0 4px 6px 8px;
	padding: 2px 0 2px 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	border-left: 3px solid #ac1313;
	border-bottom: 1px solid #efefef;
}
.subTtl + p{
	margin: 0 0 24px 20px;
}
.privacy a{
	margin-left: 28px;
	font-size: 15px;
	color: #223897;
}
.privacy a:hover{
	text-decoration: underline;
}
.privacy a:before{
	content:url(../images/arw.png);
	margin-right: 3px;
	vertical-align: 1px;
}




/* english/china -----------------------------------------*/
.pageTtl2{
	width: 100%;
	height: 126px;
	line-height: 130px;
	text-shadow: 0 0 8px #701653;
	background: url(../images/bg_page_ttl.png);
}
.pageTtl2 h2{
	width: 922px;
	margin: 0 auto;
	padding: 0 14px;
	opacity: 0;
	transition: .6s;
}
.pageTtl2 span{
	width: 386px;
	color: #fff;
	font-size: 58px;
	font-weight: normal;
	display: block;
	float: left;
}
.pageTtl2 span:first-letter{
	font-size: 78px;
	font-weight: bold;
}
.english p{
	margin: 0 0 32px 12px;
	line-height: 1.5;
	font-size: 13px;
}






















.fadeIn{
	opacity: 1.0 !important;
	transform: translate(0,0) !important;
	-webkit-transform: translate(0,0) !important;
}
.fadeIn2{
	opacity: 1.0 !important;
}

