@charset "euc-jp";

@import url("../common.css?20190909");

/*----------------------------------------------------------
MAIN
----------------------------------------------------------*/
#main{
	background-image: url(../img/main_bg_blue.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 109px;
	padding-bottom: 4px;
	margin-bottom: auto;
	text-align: center;
}

/*----------------------------------------------------------
CONTENTS
----------------------------------------------------------*/
#contents_main{
	border-top: none!important;
	position: relative;
	padding-bottom: 30px!important;
}
#contents_main .txt1{
	margin-top: 10px;
}
#contents_main .txt1 img.img{
	float: right;
	margin-left: 20px;
}
#contents_main .txt1 h2{
	margin-bottom: 10px;
}
#contents_main .txt1 p{
	margin-left: 5px;
}

#contents_main .title{
	width: 624px;
	margin-top: 30px;
	margin-bottom: 16px;
	height: 37px;
}
#contents_main .title h3,
#contents_main .title p{
	float: left;
}
.box{
	border: 1px solid #DEE2E2;
	width: 302px;
	padding-top: 10px;
	float: left;
	background-color: #EDEEEE;
	margin-bottom: 14px;
}
.box img.img{
	float: left;
	margin-right: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
}
.box h4{
	margin-top: 8px;
	margin-bottom: 5px;
}
.box p{
	margin-right: 8px;
}
.box .item{
	background-color: #1D1C87;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	clear: both;
	color: #D7D7E5;
	font-size: 90%;
	line-height: 130%;
}
.leftmargin{
	margin-right: 16px;
}
/*----------------------------------------------------------
SIDE
----------------------------------------------------------*/
#side{
	margin-top: -35px;
	position: relative;
}
#side .katalog{
	background-image: url(../img/side_katalog_bg.png?20200513);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 10px;
	top: 0px;
	height: 145px;
	width: 213px;
	margin-left: -2px;
}