<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* chara_area */
#chara_area_s00{
margin-top:50px;
}
#chara_area {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#chara_area .cont_01 {
}
#chara_area .cont_01 img:nth-child(2) {
	position: absolute;
	top: 490px;
	left: 10px;
}
#chara_area .menus {
	list-style: none;
	width: 680px;
	margin: 0 auto 0px;
	overflow: hidden;
	/*追加*/
	left: 40px;
}
#chara_area .menus li {
	float: left;
	margin-right: 0px;
}
#chara_area .menus li:last-child {
	margin-right: 0;
}
#chara_area #photos .photo1 p:nth-child(2) {
	position: absolute;
	top: 136px;
	left: 36px;
	font-size: 12px;
	width: 340px;
	line-height: 19px;
}
#chara_area #photos .photo1 p:nth-child(3) {
	position: absolute;
	top: 232px;
	left: 36px;
	font-size: 12px;
	width: 340px;
	line-height: 19px;
}
#chara_area #photos .photo1 p:nth-child(4) {
	position: absolute;
	top: 342px;
	left: 36px;
	font-size: 12px;
	width: 340px;
	line-height: 19px;
}
#chara_area #photos .photo1 p:nth-child(5) {
	position: absolute;
	top: 449px;
	left: 36px;
	font-size: 12px;
	width: 340px;
	line-height: 19px;
}
#chara_area #photos .photo2 p {
	position: absolute;
	top: 135px;
	left: 16px;
	font-size: 14px;
	width: 340px;
	line-height: 25px;
	width: 260px;
}
#chara_area #photos .photo3 p:nth-child(2) {
	position: absolute;
	top: 201px;
	left: 34px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 242px;
}
#chara_area #photos .photo3 p:nth-child(3) {
	position: absolute;
	top: 345px;
	left: 146px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}
#chara_area #photos .photo3 p:nth-child(4) {
	position: absolute;
	top: 373px;
	left: 381px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 200px;
}
#chara_area #photos .photo3 p:nth-child(5) {
	position: absolute;
	top: 105px;
	left: 436px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}
/*
#chara_area #photos span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 7px;
}
*/
#chara_area #photos .photo4 p:nth-child(2) {
	position: absolute;
	top: 185px;
	left: 176px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}
#chara_area #photos .photo4 p:nth-child(3) {
	position: absolute;
	top: 185px;
	left: 433px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}
#chara_area #photos .photo4 p:nth-child(4) {
	position: absolute;
	top: 405px;
	left: 396px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}
#chara_area #photos .photo5 p:nth-child(5) {
	position: absolute;
	top: 185px;
	left: 572px;
	font-size: 12px;
	width: 340px;
	line-height: 20px;
	width: 170px;
}




#gallery {
	position: relative;
/*	width: 615px;*/
	width: 615px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
/*	margin-right: 80px;*/
}
#gallery ul#photos {
	position: relative;
	top: 0;
	left: 0;
/*	width: 2460px;*/
	width: 3075px;
	overflow: hidden;
}
#gallery ul#photos &gt; li {
	float: left;
	width: 615px;
	position: relative;
	text-align: center;
		left: -40px;
/*	padding-left: 40px;*/
}
#gallery ul#photos &gt; li p {
	text-align: left;
}
ul#navigation li.prev {
	position: absolute;
	left: -20PX;
	top: 250px;
	z-index: 2;
}
ul#navigation li.next {
	position: absolute;
	right: -20PX;
	top: 250px;
	z-index: 2;
}
#navigation .prev img:hover, #navigation .next img:hover {
	cursor: pointer;
}
#gallery li.top {
	z-index: 1
}
#control {
	overflow: hidden;
}
#gallery ul {
	list-style: none;
}



</pre></body></html>