@charset "utf-8";
/* サポカー補助金 */


#Contents {
	min-width: 1080px;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/img_back-gra.png) repeat-x;
	color: #273F69;
}

a		{ color: #273F69;  text-decoration:none; outline: none;}
a:hover	{ color: #376BF4;  text-decoration: none;}


.Container {
	width: 1000px; 
	height:100%;
	margin: 0px auto;
	clear: both;
}

h1 {
	width: 100%;
	height: 200px;
	font-size: 60px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
}

h2 {
	width: 100%;
	height: 28px;
	margin: 50px 0px 10px 0px;
}

h2 > span {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 0px 15px ;
	border-radius: 14px;
	background: #0099FF;
	color: #fff;
	display: inline-block;
}

h3 {
	width: 100%;
	height: 22px;
	margin: 40px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}

h3 > span {
	border-bottom: 3px dotted  #88C4FF;
	display: inline-block;
}


h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	margin: 30px 0px 20px 0px;
	color: #1194FF;
}


h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
}

ul.aboutSystem {
	font-size: 16px;
	line-height: 150%;
	padding: 0 0 0 20px;
	list-style: url(../images/arrow_blue.png);
}

ul.aboutSystem > li {
	margin-bottom: 8px;
}

ul.aboutSystem > .note {
	width: 610px;
	font-size: 15px;
	line-height: 140%;
	padding: 8px 15px;
	background-color: #DEEFF3;
}

.image-right {
	float: right;
	margin-left: 20px;"
}

ul.notice {
	font-size: 15px;
	line-height: 150%;
	padding: 0 0 0 20px;
	list-style: url(../images/bul-circle_blue.png);
}

ul.notice > li {
	margin-bottom: 5px;
}


.site-access {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: top;
	margin: 10px 0px 15px 0px;
}


.item {
	width: 480px;
	min-height: 100px;
	display: block;
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.item2 {
	width: 480px;
	min-height: 100px;
	display: block;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

.item a:hover {
	width: 480px;
	min-height: 100px;
	display: block;
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.item2 a:hover {
	width: 480px;
	min-height: 100px;
	display: block;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

.category {
	width: 150px;
	display: inleine-block;
	background: #33CCFF;
	color: #fff;
}

.qr-code {
	width: 100px;
	display: inleine-block;
	float: right;
	margin-left: 10px;
}

.qr-code > img {
	width: 100px;
}

.description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 120%;
}
.url {
	margin-top: 15px;
	font-size: 10px;
	line-height: 110%;
	text-align: left;
}

.memo {
	margin: 30px 0px;
	font-size: 14px;
}

