/* CSS Document */

/* ****************************************************************
共通
**************************************************************** */

/* ------------- Text CSS -------------- */

.smalltxt {
	font-size:11px;
	font-family:MS UI Gothic, MS Gothic, Arial, Verdana, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}

/* Hides from Ie-mac \*/
* html .clearfix {
height:1%;
display:block;
}
/* End Hides from Ie-mac \*/

.leftNav-bnr {
	display: block;
	margin: 20px 0 0 20px;
}



/* ****************************************************************
日本ガイダント特集
**************************************************************** */

/* ------------- 特集ページ共通 -------------- */

#special {
	width: 487px;
}
#special h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
#special .sp20 {
	clear: both;
	margin-top: 20px;
}
#special .sp30 {
	clear: both;
	margin-top: 30px;
}
#special .sp50 {
	clear: both;
	margin-top: 50px;
}

#special h2.sptit {
	font-size: 16px;
	margin-top: 17px;
}
#special h2.sptit-line {
	font-size: 16px;
	border-top: solid 1px #ccc;
	padding-top: 15px;
	margin: 17px 0 25px 0;
}
#special .name {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}
#special .post {
	margin: 0;
	padding: 0;
}
#special .gline {
	border-top: solid 1px #ccc;
	margin: 20px 0;
}


/* ------------- 事業本部長メッセージ -------------- */

#special div.TopMsg-box {
	clear: both;
	width: 487px;
}
#special div.TopMsgL-box {
	width: 108px;
	float: left;
}
#special div.TopMsgR-box {
	width: 379px;
	float: left;
}
#special h3.Top-msgtit {
	font-size: 16px;
	margin-bottom: 15px;
}
#special h4.Top-msgst {
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#special div.Top-msgtxt {
	clear: both;
}
#special div.Top-msgtxt p {
	margin: 0;
	padding: 0;
}
#special div.Top-msgtxt2 {
	clear: both;
	margin-top: 15px;
}

#special .pright {
	float: right;
	margin: 10px 0 0 10px;
}

/* 社員メッセージメニュー */
#special div.msgmenu-box {
	margin-bottom: 40px;
}
#special div.msgmenu-box p {
	margin: 0;
	padding: 0;
}
#special div.msgmenu-box .box1 {
	width: 159px;
	float: left;
	border-right: solid 1px #ccc;
	margin-right: 7px;
}
#special div.msgmenu-box .box2 {
	width: 152px;
	float: left;
}
#special div.msgmenu-box .nameLink {
	font-weight: bold;
	margin: 10px 0 5px 0;
}


/* ------------- 社員メッセージ -------------- */

#special div.EmpMsg-box {
	clear: both;
	width: 487px;
	margin-bottom: 50px;
}
#special div.EmpMsgL-box {
	width: 108px;
	float: left;
}
#special div.EmpMsgR-box {
	width: 379px;
	float: left;
}
#special .Emp-msgtit {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	margin: 15px 0 10px 0;
	padding: 0;
}
#special .Emp-msgtxt {
	padding: 0;
}

