@charset "Shift_JIS";
@import url("../common/css/style.css");

/*------------------------------------------------
   careersのみ変更要素
------------------------------------------------*/

/*------------------------------------------------
   careers要素
------------------------------------------------*/
/* -------- 弁護士一人一人 */
.message-individual h3{
	color:#355597;
	font-weight:bold;
	padding:30px 0 10px;
}

#message-profile {
	background: url(images/message_profile_bg.gif) repeat-x bottom;
	margin-top:30px;
	padding-bottom:2px;
}

#message-profile div{
	background:#FFFDEE;
	padding: 15px;
	border:solid #E4E4E4 1px;
}

#member-profile {
	background:#FAFAFA;
	padding: 15px;
	border:solid #EDEDED 1px;
}

* html #member-profile {
	background:#FAFAFA;
	padding: 10px 15px 15px 15px;
	border:solid #EDEDED 1px;
}

*:first-child+html #member-profile {
	background:#FAFAFA;
	padding: 10px 15px 15px 15px;
	border:solid #EDEDED 1px;
}

#member-profile h4 {
	margin:0 0 5px 0;
	padding:0;
}
#member-profile td{
	padding-bottom:10px;
}
.message-individual .maintitle1{
	padding-bottom:30px;
}

/* -------- 座談会 */
/* --目次*/

#zadankai-mokuji ul{
	width:320px;
	margin-top:20px;
	margin-bottom:20px;
}

#zadankai-mokuji li{
	background:url(../common/images/arrow2.gif) no-repeat left center;
	padding:2px 0 2px 15px;
	border-top:#CCCCCC 1px solid;
}

#zadankai-mokuji li a{
	color: #606060;
	text-decoration:none;
}

/* --トーク内容*/
#zadankai-contents h3{
	padding:20px 0;
}

#zadankai-contents dt{
	color:#000000;
	font-weight:bold;
	width:5em;
	background:url(../common/images/shikiri.gif) no-repeat 4em 0.7em;
}

#zadankai-contents dd{
	margin-left:5em;
	margin-top:-1.8em;
	padding-bottom:2em;
}

.img-l{
	margin-bottom:30px;
	float:left;
}

.img-r{
	margin:0 0 30px 20px;
	float:right;
}

.zadankai-text1{
	width:430px;
	float:right;
}

.zadankai-text2{
	width:330px;
	float:right;
}

/* -------- entry form */
.input1{width:35%;}
.input2{width:85%;}
.input3{width:20%;}
.input4{width:60%;}

.txtmode {-ms-ime-mode: inactive; ime-mode: inactive;}
.txtmode2 {-ms-ime-mode: active; ime-mode: active;}

#inputsubmit{
	padding:20px;
	text-align:center;
}

#inputsubmit input{
	padding:5px 10px;
}

.iframe {border:solid #CCCCCC 1px;}
