@charset "utf-8";


/*-----------------------------------------

	common

-----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Amiri|Roboto|Roboto:300');

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	word-break: break-word;
}
p{
	line-height: 2;
}
em, strong{
	font-weight: bold;
}
small{
	font-size: 14px;
}
.italic{
 font-style: italic;
 font-size: 100%!important;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
.amiri{
	font-family: 'Amiri', serif;
}
@media screen and (max-width: 750px){
	body{
		font-weight: normal;
	}
	p{
		line-height: 1.5;
	}
}


/*-----------------------------------------

	header

-----------------------------------------*/
#header #gnavi.gnavi-en{
	margin: 40px 0;
	border: none;
}
#header #gnavi.gnavi-en li{
	padding-left: 20px;
	background: url(/common/img/icon_line01.png) left 0 no-repeat;
}
#header #gnavi.gnavi-en li a{
	font-weight: bold;
	text-decoration: none;
}
#header #gnavi.gnavi-en li br{
	display: none;
}
@media screen and (max-width: 750px){
	#header #gnavi.gnavi-en{
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 26%;
		margin: 0;
	}
	#header #gnavi.gnavi-en li{
		padding: 0;
		background: none;
	}
	#header #gnavi.gnavi-en li a{
		display: block;
		min-height: 44px;
		height: 44px;
		padding: 10px 0 8px 12px;
		border-left: 1px solid #d4cfc6;
		box-sizing: border-box;
		line-height: 1.1;
		font-size: 12px;
		color: #9f9584;
	}
	#header #gnavi.gnavi-en li br{
		display: inline;
	}
}


/*-----------------------------------------

	footer

-----------------------------------------*/

#footer .foot-navi .copyright{
	float: none;
	margin: 0;
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 750px){
	#footer .foot-navi .copyright{
		font-size: 12px;
	}
}



/*-----------------------------------------

	parts

-----------------------------------------*/

#main .title-style01{
	padding-bottom: 10px;
	font-family: 'Amiri', serif;
	font-size: 34px;
	line-height: 1.412;
	color: #333;
}

.wrap-text{
	overflow: hidden;
}
.img-float-left{
	float: left;
	margin: 0 30px 20px 0;
}
.img-float-right{
	float: right;
	margin: 0 0 20px 30px;
}

@media screen and (max-width: 750px){
	#main .title-style01{
		line-height: 1;
		font-size: 32px;
	}
	.img-float-left, .img-float-right{
		width: 40%;
		box-sizing: border-box;
	}
	.img-float-left{
		margin: 0 20px 20px 0;
	}
	.img-float-right{
		margin: 0 0 20px 20px;
	}
}



/*-----------------------------------------

	top

-----------------------------------------*/

#main.top.top-en .mv {
	background: #f2f2f2;
}
#main.top .guidelines ul{
	margin: 20px 0;
}
#main.top .guidelines li{
	background: url(/common/img/icon_line01.png) left 6px no-repeat;
	padding-left: 20px;
	line-height: 2.188;
}
@media screen and (max-width: 750px){
	#main.top .guidelines li{
		margin-bottom: 1em;
		background: url(/common/img/icon_line01.png) left -2px no-repeat;
		line-height: 1.25;
	}
}

/*-----------------------------------------

	exhibition

-----------------------------------------*/
