@charset "UTF-8";

/*-----------------------------------------
	common.cssの変更
-----------------------------------------*/

.box-pin-btm {
	padding:0 18px 30px 18px;
}

/*-----------------------------------------
	ライター紹介
-----------------------------------------*/

.prof-intro {
	width:600px;
	margin: 0 auto 25px auto;
}

.prof-ph {
	float:left;
	width:100px;
	height: 100px;
	border:5px solid #E3D0B6;
	background-color:#ffffff;
	text-align: center;
}

.prof-ph img {
	vertical-align: middle;
}

.prof-txt {
	float:right;
	width:484px;
	text-align:left;
}


.prof-txt h3 {
	margin:0 0 10px 14px;
	padding-left:22px;
	font-weight:bold;
	font-size:131%;
	background:url(/img_201003/icon_maru_r_gr.gif) 0 5px no-repeat;
	color:#6A4127;
}

.prof-name {
	width:439px;
	padding:15px 15px 0 30px;
	background:url(/img_201003/oth_prof_name_top.gif) top right no-repeat;
}

.prof-name-btm {
	width:484px;
	padding:0 0 15px 0;
	background:url(/img_201003/oth_prof_name_btm.gif) bottom right no-repeat;
}


/*-----------------------------------------
	記事一覧
-----------------------------------------*/

.prof-box {
	width:564px;
	margin-bottom:10px;
	padding-bottom:8px;
	background:url(/img_201003/line_list_dot.gif) left bottom no-repeat;
}

.prof-box-txt {
	font-size:116%;
	min-height:16px;
	margin-bottom:3px;
	padding-left:25px;
	background:url(/img_201003/icon_box_lbl.gif) 0 2px no-repeat;
}

.prof-box-txt img {
	margin-left:3px;
}

.prof-box-date {
	margin-left:26px;
	font-size:85%;
	*font-size:x-small;
	*font:x-small;
}

.prof-box-date a{
	color:#222222;
}

