/* CSS information=====================
File name:layout.css
Editors:Yukiko Watanabe
Last Editor: Yukiko Watanabe
Date:2010.11.08
Table of Contents:
 *index
==================================== */
.clear{
	clear:both;
}
.index2{
	padding:30px 0 0 0;
	text-align:left;
	height:auto;
}
/* ====================================
　1
==================================== */
	.index2 .contents{
		margin-top:30px;
		float:left;
		width:950px;
		background:url(../image/education/edu_top_img.jpg) no-repeat right 50px;
}
		.index2 .contents h3{
			margin-top:40px;
			font-size:26px;
			color:#004DA1;
}
		.index2 .contents h4{
			margin-top:15px;
			font-weight:normal;
			font-size:18px;
			line-height:1.6em;
}
		.index2 .contents h5{
			margin-top:35px;
			font-size:18px;
			line-height:1.6em;
}
/* 実施日 */
.index2 .contents .date{
			background:#FFF798;
			width:600px;
			margin-top:15px;
			padding:10px 20px;
			font-size:16px;
}
	.index2 .contents .date p{
				font-size:20px;
				font-weight:bold;
}
	.index2 .contents .date p span{
				font-size:16px;
}
	.index2 .contents .date p img{
		vertical-align:auto;
}
/* 電話番号 */
.index2 .contents .tel{
			margin-top:20px;
			line-height:1.6em;
}
	.index2 .contents .tel strong{
			font-size:20px;
}
	.index2 .contents .tel span{
			font-size:38px;
}
/* 技術教育内容リスト */
.index2 .contents dl{
			margin-top:60px;
			width:950px;
}
	.index2 .contents dl p{
				font-size:21px;
				color:#FFF;
				background:#004DA1;
				height:34px;
				padding-top:5px;
				padding-left:1em;
}
	.index2 .contents dl dt{
				font-size:21px;
				color:#FFF;
				background:url(../image/education/edu_sec_back.jpg) repeat-x top;
				height:36px;
				padding-top:3px;
				padding-left:1em;
				margin-top:20px;
}
		.index2 .contents dl dd ul li{
					font-size:18px;
					line-height:1.8em;
					counter-increment: number;
					font-weight:bold;
}
		.index2 .contents dl dd ul li::before{
					content: counter(number) ".";
					margin-right: 5px;
					color: #004DA1;
}
			.index2 .contents dl dd ul li span{
						font-weight:normal;
}
/* 下部イメージ */
.index2 .contents .bottom_img{
			margin-top:60px;
			margin-bottom:50px;
}
	.index2 .contents .bottom_img p{
				margin-top:15px;
				font-weight:bold;
				line-height:1.8em;
}