@charset "utf-8";

/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfix {
	clear: both;
}

.imgLeft {
	text-align: left;
}

.imgRight {
	text-align: Right;
}

.imgCenter {
	text-align: center;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mt25 {
	margin-top: 25px;
}

.mt280 {
	margin-top: 280px;
}

.mt370 {
	margin-top: 370px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb25 {
	margin-bottom: 25px;
}

.wrap {
	margin: 0 auto;
	padding: 0px;
	width: 660px;
}

.topArea {
	margin: 0px;
	height: 60px;
	width: 660px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

.topArea .topTitle {
	text-align: center;
}

.topArea .number {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	top: 10px;
	right: 82px;
	line-height: 100%;
	color: #06005A;
}

#artworkArea{
	position: relative;
	min-height: 428px;
	margin-bottom: 8px;
	height: auto !important;
	height: 428px;
}


.artwork {
	margin:auto;
	padding: 0px;
	height: 428px;
	width: 560px;
	/*background: url(../images/common/deitail_bg.jpg) repeat-y;*/
	text-align: center;
}

.artwork .box {
	margin: auto; 
	display: block;
	width:560px;
	height: 428px;
	text-align: center;
}

.artwork .box img {
	margin: auto; display: block 
}

.navLeft{
	position: absolute;
	top: 50%;
	left: 0px;
}

.navRight{
	position: absolute;
	top: 50%;
	right: 0px;
}

.artworkPager{
	text-align: center;
	margin-bottom: 8px;
}

.artworkPager a{
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #333;
	padding: 0 15px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: #C9C9C9;
	font-size: 14px;
}

.artworkPager a:hover{
	background-color: #C6C6C6;
}

.artworkPager a.activeSlide{
	color: #FFF;
	background-color: #000;
}

.bottomArea {
	margin: 0px;
	padding: 0px;
	width: 660px;
}

.bottomArea .title {
	line-height: 1.3em;
	color: #333;
	font-size: 24px;
	padding: 0px;
	margin: 25px auto 10px;
	width: 560px;
	font-weight: bold;
	text-align: center;
	color: #06005A;
}

.bottomArea .text {
	line-height: 1.6em;
	color: #333;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto 20px;
	width: 560px;
	text-align: center;
}

.itemImage {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footArea {
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #090059;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footArea .box {
	width: 560px;
	margin: 0px auto 20px;
}

.footArea .box .country {
	width: 160px;
	float: left;
	padding-right:40px;
	
}

.footArea .box .country .img {
	padding-bottom:8px;
}

.footArea .box .country .name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footArea .box .country .city {
	text-align: center;
	font-size: 13px;
	line-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 6px;
	padding-bottom: 2px;
}

.footArea .box .info {
	width: 360px;
	float: left;
	
}

.footArea .box .info a {
	text-decoration:underline;
	color:#333;
	word-wrap: break-word;
}


.footArea .box .info dt {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 0px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #06005A;
}

.footArea .box .info dd {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 0px 10px;
	word-wrap: break-word;
}

.footArea .box .info dd.name {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 20px;
}
@media screen and (max-width: 736px) {
	.wrap {
		height: auto;
		width: 100%;
	}
	.topArea .number {
		right: 20px;
	}
	.topArea {
		height: auto;
		padding: 20px 0;
		width: 100%;
	}
	.artwork {
		height: auto;
		width: 100%;
	}
	.artwork .box {
		height: auto;
		width: 100%;
	}
	.bottomArea {
		width: 100%;
	}
	.bottomArea .title {
		width: 100%;
	}
	.bottomArea .text {
		text-align: justify;
		width: 90%;
	}
	.footArea .box {
		width: 90%;
	}
	.footArea .box .country {
		float: none;
		padding-right: 0;
		text-align: center;
		width: auto;
	}
}




