div#single-block {
	width: 980px;
	overflow: hidden;
}

div#left-block {
	float: left;
	width: 730px;
	margin-bottom: 60px;
	overflow: hidden;
}
div#side-block {
	float: right;
	width: 216px;
	margin-bottom: 60px;
	border: 2px solid #CCCCCC;
	background: #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#side-block a       { text-decoration: none; }

div#single-branding,
div#branding {
	clear: both;
	margin: 0 auto 40px;
	padding: 20px;
	width: 940px;
	height: 150px;
	background-color: #CCECF4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#single-branding h2 {
	float: left;
	width: 600px;
	font-size: 36px;
	line-height: 150px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
}

div#branding h2 {
	float: left;
	width: 600px;
	padding-top: 24px;
	height: 126px;
	font-size: 36px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
}
div#branding h2 span {
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
}
div#single-branding img,
div#branding img {
	float: right;
	width: 200px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


dl.faqlist {
	border-bottom: 2px solid #01A0C7;
}
dl.faqlist dt {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	padding: 24px 36px 10px 40px;
	background-position: left top 14px, right 10px top 18px;
	background-repeat: no-repeat,no-repeat;
	background-image: url('./images/icon-faq-q.png'),url('./images/icon-toggle-plus.png');
	cursor:pointer;
	border-top: 2px solid #01A0C7;
}
dl.faqlist dt.active {
	background-image: url('./images/icon-faq-q.png'),url('./images/icon-toggle-minus.png');
}
dl.faqlist dt:first-child {
	padding-top: 10px;
	background-position: left top, right 10px top 4px;
	border-top: 0;
}
dl.faqlist dd {
	display: none;
	padding: 17px 60px 13px 40px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	border-top: 2px solid #CCCCCC;
	background: #FFFFFF url('./images/icon-faq-a.png') no-repeat left top 10px;
}

ul#servicelist {
	width: 770px;
}
ul#servicelist li {
	float: left;
	width: 201px;
	height: 255px;
	padding: 10px 10px 9px 10px;
	margin-right: 24px;
	margin-top: 24px;
	list-style-type: none;
	border: 3px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul#servicelist li:nth-child(1),
ul#servicelist li:nth-child(2),
ul#servicelist li:nth-child(3) {
	margin-top: 0;
}
ul#servicelist li > a {
	display: block;
	text-decoration: none;
	margin-bottom: -5px;
}
ul#servicelist li > a > span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}
ul#servicelist li a img {
	margin-bottom: 8px;
}
ul#servicelist li a:hover img {
	opacity: 0.7;
}
ul#servicelist li a:hover span {
	text-decoration: underline;
}
ul#servicelist p {
	font-size: 14px;
	line-height: 21px;
}
p.infodate {
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
p.infodate > span.mark {
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
}
div#left-block h3.infotitle,
div#single-block h3.infotitle {
	margin-bottom: 4px;
}
ul#faqcatlist {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
	width: 1000px;
	margin-top: 13px;
}
ul#faqcatlist li {
	display: block;
	width: 204px;
	padding: 10px 10px 9px 10px;
	list-style-type: none;
	border: 3px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul#faqcatlist li > a {
	display: block;
	text-decoration: none;
	margin-bottom: -5px;
}
ul#faqcatlist li > a > span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}
ul#faqcatlist li a img {
	margin-bottom: 8px;
}
ul#faqcatlist li a:hover img {
	opacity: 0.7;
}
ul#faqcatlist li a:hover span {
	text-decoration: underline;
}
ul#faqcatlist li > span.mark {
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
}
ul#faqcatlist p {
	margin-top: 10px;
	line-height: 1;
}

ul#infotab {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 1px;
}
ul#infotab li {
}
ul#infotab li a {
	display: block;
	width: 180px;
	height: 41px;
	background: #DFF3F8;
	border-top: 1px solid #D3D3D3;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
ul#infotab li a span {
	padding-left: 29px;
	line-height: 16px;
}
ul#infotab li:nth-child(1) a span { background: url('./images/icon-faqtab-all.png') no-repeat left center; }
ul#infotab li:nth-child(2) a span { background: url('./images/icon-faqtab-nml.png') no-repeat left center; }
ul#infotab li:nth-child(3) a span { background: url('./images/icon-faqtab-now.png') no-repeat left center; }
ul#infotab li:nth-child(4) a span { background: url('./images/icon-faqtab-cnt.png') no-repeat left center; }
ul#infotab li:nth-child(5) a span { background: url('./images/icon-faqtab-sml.png') no-repeat left center; }
ul#infotab li.current a,
ul#infotab li a:hover {
	background-color: #01A0C7;
}
ul#infotab li.current a span,
ul#infotab li a:hover span {
	background: url('./images/icon-arrow-down.png') no-repeat left center;  color: white;
}
ul#infolist {
	clear: both;
	border-top: 2px solid #C7C7C7;
}
ul#infolist li {
	list-style-type: none;
	padding-left: 10px;
	height: 51px;
	font-size: 14px;
	line-height: 51px;
	border-bottom: 1px solid #C7C7C7;
}
ul#infolist li span {
	margin-right: 15px;
}
ul#infolist li span.info-mix     { background: url('./images/lavel-faq-mix.png') no-repeat right center; }
ul#infolist li span.info-general { background: url('./images/lavel-faq-all.png') no-repeat right center; }
ul#infolist li span.info-entire  { background: url('./images/lavel-faq-cnt.png') no-repeat right center; }
ul#infolist li span.info-active  { background: url('./images/lavel-faq-now.png') no-repeat right center; }

ul#infolist li a {
	text-decoration: none;
}
ul#infolist li a:hover {
	text-decoration: underline;
}

nav#test {
	text-align: center;
}

ul#pager {
	clear: both;
	margin-top: 20px;
}
ul#pager li {
	display: inline-block;
	line-height: 40px;
	margin: 0 5px;
	vertical-align: top;
}
ul#pager li:first-child {
	margin-right: 19px;
}
ul#pager li:last-child {
	margin-left: 19px;
}
ul#pager li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: #DFF3F8;
	border-bottom: 1px solid #D3D3D3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul#pager li.current a,
ul#pager li a:hover {
	color: white;
	background: #4BBCD7;
}
ul#pager li.back a { background: #DFF3F8 url('./images/pageback.png') no-repeat center center; }
ul#pager li.next a { background: #DFF3F8 url('./images/pagenext.png') no-repeat center center; }
ul#pager li.back a:hover { background: #4BBCD7 url('./images/pageback_on.png') no-repeat center center; }
ul#pager li.next a:hover { background: #4BBCD7 url('./images/pagenext_on.png') no-repeat center center; }

section {
	margin-top: 30px;
	clear: both;
}
section:nth-child(1) {
	margin-top: 0;
}
section p {
	font-size: 14px;
	line-height: 21px;
}
section#service-pickup ul {
	display: block;
	margin-bottom: 3px;
}
section#service-pickup ul:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
section#service-pickup ul li {
	display: block;
	list-style-type: none;
	width: 308px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}
section#service-pickup ul li {
	float: left;
	margin-left: 28px;
}
section#service-pickup ul li:nth-child(1),
section#service-pickup ul li:nth-child(4) {
	margin-left: 0;
}
section#service-pickup ul li img {
	float: left;
	margin-right: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section#service-pickup span.mark {
	vertical-align: -2px;
	margin-left: 3px;
	margin-right: 2px;
	color: white;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section#service-pickup span.date {
	font-size: 12px;
}
section#service-pickup ul li a.picklink {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 0 9px;
}

section.service-list ul {
	margin-top: 15px;
}
section.service-list ul li {
	float: left;
	display: inline-block;
	width: 452px;
	padding: 10px 10px 10px;
	margin-bottom: 20px;
	list-style-type: none;
	border: 3px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
section.service-list ul li:nth-child(even) {
	float: right;
}
section.service-list img {
	float: left;
	margin-right: 20px;
}
section.service-list a span {
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}
section.service-list p {
	margin-top: 5px;
}

section#service-keyword input[type="text"] {
	padding: 0 12px;
	font-size: 18px;
	width: 464px;
	height: 58px;
	border: 1px solid #c2c2c2;
}
section#service-keyword input[type="submit"] {
	width: 114px;
	height: 60px;
	cursor:pointer;
	background: url('./images/service-searchbtn.png') no-repeat left top;
	border: 0;
	margin-left: 8px;
}
section#service-keyword input[type="submit"]:hover {
	opacity: 0.7;
}

section.download ul {
	margin-top: 15px;
}
section.download ul li {
	float: left;
	display: inline-block;
	width: 327px;
	padding: 10px 10px 10px;
	margin-bottom: 20px;
	list-style-type: none;
	border: 3px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
section.download ul li:nth-child(even) {
	float: right;
}
section.download img {
	float: left;
	margin-right: 10px;
}
section.download a span {
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}
section.download p {
	margin-top: 5px;
}

section.download table {
	width: 100%;
	border: 1px solid #02A0C6;
}
section.download td {
	text-align: left;
	padding: 19px 9px;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #02A0C6;

}
section.download th {
	text-align: left;
	width: 174px;
	padding: 19px 9px;
	color: white;
	background: #67C6DD;
}
section.download tr.last th,
section.download tr.last td {
	border-top: 1px solid #02A0C6;
}
section.download td.last {
	line-height: 0;
	padding: 10px;
	vertical-align: top;
}

section.download table a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 10px;
}
section.download table a:hover {
	opacity: 0.7;
}

a[href$=".pdf"] {
	font-size: 14px;
	line-height: 14px;
	padding-right: 20px;
	background: url(./images/pdf_icon.png) no-repeat 100% 50%;
}
a[href$=".xlsx"],
a[href$=".xls"] {
	font-size: 14px;
	line-height: 14px;
	padding-right: 20px;
	background: url(./images/xls_icon.png) no-repeat 100% 50%;
}
a[href$=".docx"],
a[href$=".doc"] {
	font-size: 14px;
	line-height: 14px;
	padding-right: 20px;
	background: url(./images/doc_icon.png) no-repeat 100% 50%;
}

section.download table a[href$=".pdf"] { background: url('./images/file-icon-pdf.png') no-repeat left top; padding: 0; }
section.download table a[href$=".xlsx"],
section.download table a[href$=".xls"] { background: url('./images/file-icon-xls.png') no-repeat left top; padding: 0; }
section.download table a[href$=".docx"],
section.download table a[href$=".doc"] { background: url('./images/file-icon-doc.png') no-repeat left top; padding: 0; }

nav#tagcloud {
	border-top: 3px solid #C7C7C7;
	padding-top: 10px;
	margin-bottom: 20px;
}
nav#tagcloud ul {
	padding: 10px 8px;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
nav#tagcloud ul li {
	margin-right: 6px;
	display: inline-block;
}
nav#tagcloud ul li a {
	display: block;
	padding: 9px 8px 9px 9px;
	font-weight: bold;
	color: #01A0C7;
	border: 1px solid #01A0C7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav#tagcloud ul li a.current,
nav#tagcloud ul li a:hover {
	background-color: #01A0C7;
	color: white;
	text-decoration: none;
}

ul#pickuplist {
	clear: both;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 1000px;
	margin-top: 20px;
}
ul#pickuplist li {
	width: 210px;
	padding: 11px;
	margin-right: 12px;
	margin-bottom: 12px;
	list-style-type: none;
	border: 2px solid #CCCCCC;
	vertical-align: top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul#pickuplist li > a {
	display: block;
	text-decoration: none;
}
ul#pickuplist li > a > span {
	font-size: 14px;
	font-weight: bold;
	padding-left: 21px;
}
ul#pickuplist li a img {
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul#pickuplist li a:hover img {
	opacity: 0.7;
}
ul#pickuplist li a:hover span {
	text-decoration: underline;
}
ul#pickuplist li > span.mark {
	padding: 0 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
}
ul#pickuplist li p span.date {
	display: block;
	font-size: 12px;
	padding: 6px 0 0;
}
ul#pickuplist p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 19px;
}
div.link a {
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}

table.reserved {
	box-sizing: border-box;
	width: 100%;
}
table.reserved td,
table.reserved th {
	border: 1px solid #02A0C6;
}

table.reserved th {
	color: white;
	background-color: #67C6DD;
	height: 33px;
	line-height: 33px;
}
table.reserved td {
	padding: 10px;
}

ul.reserve-head {
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px 10px 20px;
}
ul.reserve-head li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.reserve-head li a {
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}

ul.reserve-list li {
	list-style-type: none;
	float: left;
	width: 33%;
}
ul.reserve-list li a {
	font-size: 16px;
	line-height: 26px;
}

table.contact {
	box-sizing: border-box;
	border-top: 1px solid #C7C7C7;
	width: 100%;
	margin-bottom: 11px;
}
table.contact th {
	text-align: left;
	font-weight: normal;
	width: 200px;
	padding: 20px 10px;
	border-bottom: 1px solid #01A0C7;
	vertical-align: top;
}
table.contact th span {
	font-weight: bold;
	color: #D30000;
}
table.contact td {
	border-bottom: 1px solid #C7C7C7;
	padding: 10px;
}
table.contact td span.wpcf7-not-valid-tip {
	color: #D30000;
	line-height: 26px;
}
table.contact td span.wpcf7-not-valid-tip:before {
	content: "\A";
	white-space: pre;
}
table.contact input[type=text] {
	padding: 8px 9px;
	width: 238px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.contact input[type=email] {
	padding: 8px 9px;
	width: 573px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.contact textarea {
	padding: 8px 9px;
	width: 712px;
	height: 241px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.contact input[type=submit] {
	margin-left: 230px;
	font-weight: bold;
	width: 130px;
	height: 50px;
	border: 0;
	color: white;
	background-color: #01A0C7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.contact input[type=reset] {
	margin-left: 11px;
	font-weight: bold;
	width: 130px;
	height: 50px;
	border: 0;
	color: white;
	background-color: #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.contact input[type=submit]:hover,
div.contact input[type=reset]:hover {
	opacity: 0.7;
}
div.screen-reader-response {
	padding: 10px 0;
	color: #D30000;
}
div.wpcf7-response-output,
div.screen-reader-response ul {
	display: none;
}
div#contents-wrapper ol {
	margin-left: 40px;
}
div#contents-wrapper ol > li {
	line-height: 26px;
}

ul#sitemap_list {
	margin-top: 20px;
	padding-top: 0;
}
ul#sitemap_list > li {
	list-style-type: none;
	float: left;
	width: 25%;
	margin-bottom: 20px;
}
ul#sitemap_list > li:nth-child(5),
ul#sitemap_list > li:nth-child(9) {
	clear: both;
}
ul#sitemap_list > li > a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 30px;
	background: url('./images/smap-head.png') no-repeat left top;
}
ul#sitemap_list > li > ul {
	margin-top: 5px;
}
ul#sitemap_list > li > ul > li {
	list-style-type: none;
	margin-left: 30px;
	font-size: 16px;
	line-height: 29px;
}
ul#sitemap_list > li > ul > li > a {
	padding-left: 21px;
	background: url('./images/linkhead.png') no-repeat left top 3px;
}
ul#sitemap_list > li > ul > li > ul > li {
	margin-left: 40px;
	font-size: 14px;
	line-height: 20px;
}

img.service_logo {
	float: left;
	margin-right: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#service_photo {
	clear: both;
	padding-top: 20px;
}

div#service_photo figure:nth-child(odd) {
	float: left;
	text-align: center;
}
div#service_photo figure:nth-child(even)  {
	float: right;
	text-align: center;
}
table.servicelist {
	box-sizing: border-box;
	width: 100%;
}
table.servicelist td {
	width: 33%;
	height: 26px;
}

div.infodetail p.date {
	text-align: right;
	padding-right: 50px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div.infodetail p.info-mix     { background: url('./images/lavel-faq-mix.png') no-repeat right top; }
div.infodetail p.info-general { background: url('./images/lavel-faq-all.png') no-repeat right top; }
div.infodetail p.info-entire  { background: url('./images/lavel-faq-cnt.png') no-repeat right top; }
div.infodetail p.info-active  { background: url('./images/lavel-faq-now.png') no-repeat right top; }

div#side-block ul.recent-info  li a p.date {
	padding-top: 5px;
	text-align: right;
	color: #6D6D6D;
}
div#side-block ul.recent-info li a {
	padding-bottom: 5px;
}


table.entryform {
	box-sizing: border-box;
	border-top: 1px solid #C7C7C7;
	width: 100%;
	margin-bottom: 11px;
}
table.entryform th {
	text-align: left;
	font-weight: normal;
	width: 200px;
	padding: 20px 10px;
	border-bottom: 1px solid #01A0C7;
	vertical-align: top;
}
table.entryform th span {
	font-weight: bold;
	color: #D30000;
}
table.entryform td {
	border-bottom: 1px solid #C7C7C7;
	vertical-align: middle;
	padding: 10px;
}
table.entryform td span.wpcf7-not-valid-tip {
	color: #D30000;
	line-height: 26px;
}
table.entryform td span.wpcf7-not-valid-tip:before {
	content: "\A";
	white-space: pre;
}
table.entryform input[type=tel],
table.entryform input[type=text] {
	padding: 8px 9px;
	width: 238px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.entryform input[type=url],
table.entryform input[type=email] {
	padding: 8px 9px;
	width: 470px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.entryform input[type=number],
table.entryform input[type=date] {
	padding: 8px 9px;
	width: 150px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.entryform select {
	padding: 8px 9px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.entryform textarea {
	padding: 8px 9px;
	width: 470px;
	height: 141px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
