@charset "shift_jis";
/*	clearfix	*/
.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.center {
	text-align:center;
}
.padd5 {
	padding-top:5px !important;
}
.padd8 {
	padding-top:8px !important;
}
.padd_b5 {
	padding-bottom:5px !important;
}
.padd_l5 {
	padding-left:5px !important;
}
.padd_l10 {
	padding-left:18px !important;
}
.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.margin0 {
	margin-top:0px !important;
}
.margin5 {
	margin-top:5px !important;
}
.margin4 {
	margin-top:4px !important;
}
.margin3 {
	margin-top:3px !important;
}
.margin0 {
	margin-top:0px !important;
}
.margin10 {
	margin-top:10px !important;
}
.margin15 {
	margin-top:15px !important;
}
.margin2 {
	margin-top:2px !important;
}
.margin3 {
	margin-top:2px !important;
}
.margin20 {
	margin-top:20px !important;
}
.margin30 {
	margin-top:30px !important;
}
.margin40 {
	margin-top:40px !important;
}
.mb20 {
	margin-bottom:20px !important;
}

#tetsujin_column {
	width:920px;
	margin:0 auto 20px;
}
#tetsujin_column h2 {
	margin-bottom:0;
	padding-bottom:0;
}
#tetsujin_column p.prof {
	line-height:1.6;
	background:#eff5fc;
	padding:20px;
	margin-top:0px;
}

#tetsujin_column div.column {
	line-height:1.6;
	font-size:18px;
	padding-bottom:30px;
	margin-top:30px;
}
#tetsujin_column .txt18 {
	font-size:24px;
}
#tetsujin_column div.column p {
	padding-bottom:10px;

}
#tetsujin_column .bld {
	font-weight:bold;
}

.prof_left {
	width:440px;
	float:left;
	margin-bottom:20px;
}
.prof_right {
	width:440px;
	float:right;
	margin-bottom:20px;
}


.flat_left2 {
	width:440px;
	float:left;
	margin-top:20px;
	margin-bottom:0px;
}
.flat_right2 {
	width:400px;
	float:right;
	margin-bottom:20px;
}




.rist-menu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 20px auto 30px;
}
.rist-menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;


}
.rist-menu li:last-child {
	border-bottom: 0px;
}
.rist-menu li a {

	border: 1px solid #51a3d9;

	display: block;
	position: relative;
	z-index: 10;
	height: 60px;
	margin: 0;
	padding: 0px 30px 0px 190px;
/*		color: #fff;	/**/
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
		background-image:url(../images/column.png);
		background-repeat:no-repeat;
		background-position:12px 12px ;

/*	background-color: #a1b91d;	/**/
	color: #222222;
}
.rist-menu li a:hover {
	background-color: #e4f2ff;
}
.rist-menu li a.nolink {
	background-color: #fff;
	cursor:default;
}
.rist-menu li a.nolink:hover {
	background-color: #fff;
	cursor:default;
}


#list4 li a.link:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	border-radius: 50%;
	background: #51a3d9;
}
#list4 li a.link:after {
	display: block;
	content: "";
	position: absolute;
	top: 48%;
	right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
}