@charset "UTF-8";
/* CSS Document */


/* ---------------------------------- about Head ---------------------------------- */
#viArea {
	background: url(../img/vi_about.jpg) left top no-repeat;
	left: 3px;
	top: 0;
	height: 150px;
	width: 950px;
	position: relative;
}

#viArea .breadCrumbs {	background: url(../img/vi_about_btm.jpg) left bottom no-repeat;}

#contents {
	margin: 0 0 0 43px;
	width: 910px;
}

#main {
	float: left;
	width: 640px;
}

#rightMenu {
	float: right;
	width: 210px;
}



/* ---------------------------------- greeting Uniq ---------------------------------- */
#contents dl.greetingHd {
	margin-bottom: 15px;
	width: 640px;
}

#contents dl.greetingHd dt {
	float: left;
	text-align: left;
	width: 151px;
}

#contents dl.greetingHd dd {
	float: left;
	padding-top: 44px;
	width: 320px;
}


/* ---------------------------------- 20240828 add ---------------------------------- */
.Katsumi_Komatsu_img{
	margin-bottom: 25px;
}
.Katsumi_Komatsu_img img{
	width: 100%;
}
.btm15{
	margin-bottom: 15px!important;
}
#contents .col2{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em;
}
#contents .col2 p{
	width: 430px;
}
#contents .col2 figure{
	width: 200px;
	margin: 0;
}
#contents .col2 figure img{
	width: 100%;
	height: auto;
}
#contents .col2 figure figcaption{
	color: #333;
	font-size: 80%;
}



