@charset "UTF-8";

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

en_about_executive CSS


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


/**************************************
タイトル
***************************************/





h2.title-s{
	width:490px;
	padding-top:41px;
	height:41px;
	margin:24px 0 0 10px;
	font-size:40px;
	color:#18326d;
	
}


/**************************************
contents
***************************************/

.about_title{
	clear:both;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;
	border-bottom:1px solid #18326D;
	height: 68px;
	margin:30px 0 0 0;
}

h3.sub_title{
	font-size:22px;
	line-height:65px;
	color:#18326D;
	width:980px;
	margin:0 auto 0 auto;
}


.contents_box3{
	width:980px;
	margin:32px auto 20px auto;
	padding:0 0 20px 0;
}

.contents_box3 p{
	line-height:24px;
}



.contents_box3 ul.custommarker01 {
	list-style-type: none;
	margin-left:10px;/* マーカーを1文字寄せた分、ULにマージンを設定*/

}

.contents_box3 ul.custommarker01 li:before {
	content: '- '; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px; /* 1文字分、左に寄せる */

}

.contents_box3 ul.custommarker01 li{
	margin:0 0 15px 8px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#212121;
	line-height:22px;
	border-bottom:1px solid #E5E5E5;
	padding:0 0 10px 0;

}




/*　□□□　リンク　マウスオーバー指定　□□□　*/
ul.sub_menu_box li a:hover{
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    -khtml-opacity: .70; /* Safari 1.x */
    -moz-opacity: .70; /* FF lt 1.5, Netscape */
}

.contact-box-L a:hover,
.contact-box-R a:hover{
	opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=85); /* IE lt 8 */
    -ms-filter: "alpha(opacity=85)"; /* IE 8 */
    -khtml-opacity: .85; /* Safari 1.x */
    -moz-opacity: .85; /* FF lt 1.5, Netscape */
}





