@charset "utf-8";

.artist_list_pc {
	width: 845px;
	padding-left: 15px;
}

.artist_list_pc img {
	display: block;
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.artist_list_sp {
	display: none;
}

/*html*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

/*layout*/

#wrap {
	width: 740px;
	margin: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
}

.prof_box_top {
	width: 740px;
	height: 40px;
	background-image: url(../images/feat740_bg_top.png);
}

.prof_box {
	width: 740px;
	background-image: url(../images/feat740_bg_inner.png);
}

.prof_box .body {
	width: 660px;
	margin: 0px auto;
	padding: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(45,1,12,1.00) 0%,rgba(74,19,1,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(45,1,12,1.00) 0%,rgba(74,19,1,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(45,1,12,1.00) 0%,rgba(74,19,1,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(45,1,12,1.00) 0%,rgba(74,19,1,1.00) 100%);
	border-top: 2px solid #5E1D1B;
	border-right: 2px solid #623123;
	border-bottom: 2px solid #672D29;
	border-left: 2px solid #64201D;
	color: #B5821A;
}

.prof_box .body:after {
	content: "";
	display: block;
	clear: both;
}

.prof_box_bottom {
	width: 740px;
	height: 40px;
	background-image: url(../images/feat740_bg_bottom.png);
}

ul.tabs {
	list-style:none;
	width:660px;
	margin: 0px;
	padding: 0px;
}

ul.tabs li:first-child {
	color: #FFFFFF;
}

ul.tabs li {
	float:left;
	background-color:#eee;
    width: 160px;
    margin-right: 5px;
    text-align: center;
    font-size: 0.8em;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
}

ul.tabs li.active {
	background-image: -webkit-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
}

ul.tabs li a {
	display: block;
	color: #2e020d;
	text-decoration: none;
	padding: 5px 0px;
}

ul.tabs li a:hover {
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,5,3,1.00) 0%,rgba(136,25,22,1.00) 40%,rgba(94,5,3,1.00) 100%);
}

ul.tabs li.active a {
	color: #FFFFFF;
}

#photo_area {
	margin-left: 10px;
	width: 230px;
	float: left;
	/*
	background-image: url(../images/artist_profile_bg.png);
	*/
}

#photo_area img {
	display: block;
	margin-bottom: 10px;
}

#content_area {
	width: 420px;
	float: right;
}

div.tabs_content {
	width:420px;
}

.title_letter {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 165%;
	margin-bottom: 10px;
}

.tabs_content p {
	font-size: 0.75em;
	line-height: 165%;
	color: #D6C1BB;
	text-align: justify;
	margin: 0px 0px 10px;
}

.tabs_content .right_cap {
	font-size: 0.75em;
	line-height: 165%;
	color: #D6C1BB;
	text-align: right;
}

.tabs_content ol {
	margin: 0px 0px 5px 0px;
	padding-left: 40px;
}

.tabs_content ul {
	margin: 0px 0px 5px 0px;
	padding-left: 40px;
}

.tabs_content li {
	color: #D6C1BB;
	font-size: 0.75em;
	margin-bottom: 10px;
}

.large_letter {
	font-size: 0.8em;
	font-weight: bold;
	color: #D6C1BB;
	margin-bottom: 10px;
}

.small_letter {
	color: #D6C1BB;
	font-size: 0.7em;
	margin-bottom: 30px;
	line-height: 165%;
}

#page_back {
	display: none;
}

.top_page {
	float: left;
	background-color:#eee;
    width: 180px;
    margin: 20px 10px;
    text-align: center;
    font-size: 0.8em;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(106,68,18,1.00) 0%,rgba(148,109,60,1.00) 40%,rgba(106,68,18,1.00) 100%);
}

.top_page a {
	display: block;
	color: #2e020d;
	text-decoration: none;
	padding: 5px 0px;
}

.s_top_page {
	display: none;
}
/*div.tabs_content > div {padding:20px;}*/
