/* CSS Document */

/* list common */
.con_list_wrap {
}
/* list basic */
.con_list {
	border-top: 1px dotted #999;
	margin-bottom: 15px;
}
.con_list li {
	position: relative;
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
}
.con_list li:hover {
	background: #E2F5CD;
}
.con_list a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
	z-index: 10;
}
.con_list a p {
	position: absolute;
	top: 15px;
	left: 120px;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	width: 540px;
}
.con_list li:hover a p {
	color: #333;
}
.con_list_photo {
	width: 90px;
	float: left;
}
.con_list_photo img {
	width: 90px;
}
.con_list_txt {
	float: right;
	width: 540px;
	padding-top: 55px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
/* list comment */
.con_list_comment {
	border-top: 1px solid #ccc;
	padding: 14px;
}
.con_list_comment p {
	font-size: 13px;
	line-height: 22px;
}
.con_list_comment b {
	display: block;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	background: #85B200;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* study */
.study_pickup {
	border: 3px solid #ccc;
	overflow: hidden;
}
.study_pickup_img {
	float: left;
	width: 150px;
	padding: 15px;
	background: #fff;
}
.study_pickup ul {
}
.study_pickup li {
	border-bottom: 1px dotted #999;
	padding: 10px;

}
.study_pickup li:last-child {
	border-bottom: none;

}
.study_pickup a {
	text-decoration: none;
	color: #85B200;
	display: block;
	font-weight: bold;
}
.study_pickup a:hover {	color: #999;}
.study_pickup span {
	font-weight: bold;
	color: #006600;
}

/* zuba */
.zuba_d_question {
	background: url(/img/zuba/zuba_border.gif) repeat-y 0 0, url(/img/zuba/zuba_hakase.gif) no-repeat 100% 50%;
	width: 650px;
	min-height: 130px;
	margin: 0 auto 20px;
}
.zuba_d_question p {
	width: 380px;
	padding: 10px 0 10px 30px;
	font-weight: bold;
}
.zuba_d_question .red{	color: #ee0000;}
.zuba_d_question .blue{	color: #006DD9;}



/*@171109studylist•ÏX
---------------------------------------- */
.su_theme_wrap {
    position: relative;
    margin: 2em 14px;
    padding: 15px;
    border: solid 3px #333;

}
.su_theme_wrap .su_theme_tl {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #333;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
}

.su_theme_inner {
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
.su_theme_img {
width: 180px;
    float: left;

}
.su_theme_txt {
    float: right;
    font-size: 15px;
    width: 419px;
    height: 80px;
    padding: 100px 0 0 0;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    text-align: left;
}

.su_theme_inner a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
	color:#333;
}
.su_theme_wrap:hover {
	background-color:#EEE;
}
.su_theme_inner p {
    position: absolute;
    top: 19px;
    right: 10px;
    display: block;
    width: 419px;
}
.su_theme_inner span  {
    letter-spacing: 3px;
    background: linear-gradient(transparent 50%, #FEFD03 50%);
    line-height: 40px;
    font-size: 25px;
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    font-weight: bold;
}
