@charset "UTF-8";
/**************************************/
/* CSS file For shane ODAWARA         */
/* FileName: artist.css               */
/* date: 2024.12.24                   */
/**************************************/
/* 横井さんプロフィールページ */

@media screen and (min-width: 1281px){
	#artist .bread-crumb {
		padding-top: 1em;
		padding-bottom: 2em;
	}
}
@media screen and (max-width: 1280px){
	#artist .bread-crumb {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
@media screen and (max-width: 830px){
	#artist .bread-crumb {
		font-size: 1.2em;
		padding-top: 1em;
		padding-bottom: 0em;
	}
}
#artist h3 {
	color: #cc0066;
	font-size: 250%;
	text-align: center;
}
#artist p.header-p {
	color: #244f7a;
	font-size: 250%;
	text-align: center;font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#artist h4 {
	text-align: center;
	color: #665558;
	font-size: 250%;
}
#artist .artist-illust1 {
	position: absolute;
	top: 10px;
	right: 20px;
}
#artist .artist-illust2 {
	position: absolute;
	top: 10px;
	right: 20px;
}
#artist .history {
	margin: 5% 7%;
}
#artist .history ul {
	list-style-type: square;
}
#artist .awards {
	margin: 5% 0;
}
#artist .awards dt {
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}
#artist .awards-year {
	margin: 0 0 4%;
	font-size: 90%;
}