@charset "UTF-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "./base.css";

#right_box a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

#right_box ul li{
	list-style-type: none;
}

#right_box p strong{
	color: #FF0000;
}

#right_box div.inquiry{
	margin: 20px 0;
}

#right_box div.thumb{
	text-align: center;
}

#right_box div.thumb img{
	border: 1px solid #CCCCCC;
}


/* 志村保秀の何でもトーク！
*********************************************************/
.linklist li a{
	color: #F15A24;
}
.linklist li a:before{
	content: "▼";
	color: #F15A24;
	display: inline-block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
/*.linklist li:nth-of-type(1) a:after{
	content: "NEW";
	color: #FFF;
	font-size: 60%;
	text-decoration: none !important;
	background-color: #F00;
	padding: 1px;
	margin-left: 0.5em;
}*/

/* プレイヤー紹介
*********************************************************/
#staff #right_box ul.list{
	margin-right: -30px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

#staff #right_box ul.list li{
	margin-right: 13px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

#staff #right_box ul.list li a img{
	border: none;
}

#staff #right_box div.profile{
	padding-top: 25px;
	clear: both;
	margin-bottom: 40px;
}

#staff #right_box div.profile div.inside{
	padding-bottom: 20px;
	margin-top: -15px;
	background-image: url(../about/img/bg_staff_detail.png);
	border: 1px solid #F6AB00;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 150px;
}

#staff #right_box div.profile p.catch{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 3px 5px 0;
	background-color: #F15A24;
}

#staff #right_box div.profile div.img_name{
	float: right;
	margin: -20px 22px 0 20px;
}

#staff #right_box div.profile div.ruby{
	font-size: 90%;
	text-align: center;
}

#staff #right_box div.profile div.name{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

#staff #right_box div.profile div.birthday{
	text-align: center;
}

#staff #right_box div.profile dl.detail{
	margin: 10px 20px 10px 10px;
}

#staff #right_box div.profile dl.detail dt{
	color: #F15A24;
	font-weight: bold;
	padding-left: 14px;
	background-image: url('../about/staff/img/icon_circle.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}
#staff #right_box div.profile dl.detail dt:before{
	content: "●";

}

#staff #right_box div.profile dl.detail dd{
	margin-left: 15px;
	margin-bottom: 10px;
}

#staff #right_box div.profile dl.detail2 dt{
	color: #006600;
	padding-left: 0;
	background: none;
}

#staff #right_box div.profile .img_r{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#staff div.pagetop{
	text-align: right;
}

/* ジェイジェイエフ名物志成塾！（勉強会です）
*********************************************************/
#study h3{
	color: #C1272D;
	font-size: 120%;
	font-weight: bold;
}
#study .box{
	margin-bottom: 50px;
}
#study .box:not(:first-child){
	border-top: 1px dashed #3b3b3b;
	padding-top: 50px;
}
