@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

a {
	color: #6D6E71;
}

a > img {
	transition: 0.3s;
	opacity: 1;
}

.container {
	max-width: 1000px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.header {
	padding:10px 0;
	width:100%;
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	background:#FFF;
}

.header_space{
	height:100px;
	width:100%;

}

.header .header_logo {
	width: fit-content;
}

.header .header_logo a {
	display:flex;
	flex-wrap: wrap;	
	align-items: center;
}

.header .header_logo a img {
	display:block;
	margin-left:0;
}

.header .header_logo a img:nth-child(1) {
	height: 80px;
	margin-right: 10px;
}

.header .header_logo a img:nth-child(2) {
	height: 70px;
	margin-right: 10px;
}

/*-------------------------------------------------------
****************HAmburger Menu**************************
-------------------------------------------------------*/

#menu-wrapper {
	overflow: hidden;
	max-width: 100%;
	cursor: pointer;
}

.pgsngl_content {
	padding: 60px 0;
}

.archive_content {
	padding: 60px 0;
}

#menu-wrapper #hamburger-menu {
	position: absolute;
	width: 35px;
	height: 23px;
	margin: 0;
	top: 28.5px;
	right: calc(50% - 500px);
	background: none;
	z-index: 11;
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	background-color: #000;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top:9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
	padding: 20px 30px;
}

#menu-container .menu-list .menu-submenu li {
	padding: 10px 0;
	border-bottom: 1px solid #dbdcd2;
}

#menu-container .menu-list .menu-submenu li:last-child {
	border-bottom: 0;
}

#menu-container .menu-list .menu-submenu li a {
	color: #013d97;
}

#menu-container .menu-list {
	padding-left: 0;
	display: flex;
	position: fixed;
	width: 100%;
	background: #FFF;
	z-index: 12;
	overflow-y: auto;
	overflow-x: hidden;
	right: -100%;
	top: 100px;
	text-align: center;
	height: calc(100% - 80px);
	flex-wrap: wrap;
	align-content: center;
}

.site-content-contain {
	margin-top: 82px;
}

#menu-container .menu-list li {
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}

#menu-container .menu-list li a.menu-link {
	width: 100%;
	display: block;
	color: #666;
	letter-spacing: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
}

#menu-container .menu-list li:last-child a.menu-link {
	border-bottom: none;
}

#menu-container .menu-list li a.menu-link span.en {
	display: block;
	margin-bottom:5px;
}

/*----------------------------------------------------*/

.main{
	margin-bottom:60px;
}

.main .container{
	display:flex;
	flex-wrap:wrap;
}

.main img{
	margin-bottom:20px;
}

.main img:last-child{
	margin-bottom: 0;
}


.news {
	margin-bottom: 30px;
}

.news ul {
	margin-bottom: 30px;
}

.news ul li {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E5;
	flex-wrap:wrap;
}

.news ul li:last-child {
	border-bottom: none;
}

.news ul li .date {
	width: 100px;
	color: #EE3D44;
	font-size: 12px;
	margin-top: 3px;
}

.news ul li .category {
	font-size: 12px;
	border: 1px solid;
	display: block;
	line-height: 18px;
	height: 18px;
	width: 100px;
	text-align: center;
	margin-right: 20px;
	color:#EE3D44;
}

.news ul li h3{
	width:calc(100% - 220px);
	line-height:2;
	margin-top: -6px;
}

.news ul li h3 a{
	color:#333333;
	display:block;
	transition:0.3s;
}

h2.main_ttl {
	display: block;
	font-size: 28px;
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 60px;
	position: relative;
	font-weight: bold;
}

h2.main_ttl:before {
	content:"";
	height:4px;
	background: #FCB23A;
	position:absolute;
	bottom:0;
	left:calc(50% - 40px);
	width:80px;
}

.more_button {
	background: #FCB23A;
	height: 40px;
	display: block;
	line-height: 40px;
	width: 280px;
	color: #FFF;
	text-align: center;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 16px;
	position: relative;
	position:relative;
}

input[type="submit"].more_button {
	background: #FCB23A;
	height: 40px;
	display: block;
	line-height: 40px;
	width: 200px;
	color: #FFF;
	text-align: center;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 16px;
	position: relative;
	position: relative;
	padding: 0 0 0 0;
	cursor:pointer;
}

.more_button:after {
	content: "";
	background: url(/wsr/wp-content/uploads/2023/02/right_arrow.png);
	background-size: cover;
	width: 22px;
	height: 18px;
	position: absolute;
	top: 11px;
	right: 10px;
}

.info {
	padding: 60px 0;
}

.info:nth-child(2n+1) {
	background:#FFEBCA;
}

.info .img {
	margin-bottom: 30px;
}

.info h3{
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	border-left: 4px solid #EE3D44;
}

.info .txt{
	line-height:2;
	margin-bottom: 60px;
	display: block;
}

.info .txt:last-child{
	margin-bottom: 0;
}

.inf_tbl{

}

.inf_tbl tr{

}

.inf_tbl th{
	font-weight:normal;
	text-align:center;
	padding:10px;
	background: #ffebca;
	border:1px solid #ccc;
}

#register .inf_tbl th{
	background:#FFF;
	border:1px solid #ccc;
}

#register .inf_tbl td{
	border:1px solid #ccc;
}

.inf_tbl td{
	font-weight:normal;
	text-align:left;
	padding:10px;
	background: #ffddde;
	border:1px solid #ccc;
}

.info .inf_tbl td {
    font-size: 20px;
    text-align: center;
}

.time_tbl {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display:block;
}

.time_tbl tbody{
	display:block;
}

.time_tbl tr{
	display:block;
	border-bottom:1px solid #CCC;
	width: 100%;
}

.time_tbl th{
	font-weight:normal;
	text-align:center;
	padding:10px 20px;
	display:block;
}

.time_tbl td{
	font-weight:normal;
	text-align:center;
	padding:10px 20px;
	display:block;
}

.note{
	padding-left:20px;
	display:block;
	margin-bottom:15px;
	position:relative;
	font-size:14px;
	line-height:1.6;
}

.note:before{
	content:"＊";
	position: absolute;
	top:0;
	left:0;
}

.faq_list{

}

.faq_list li {
	padding: 20px 10px;
	border-bottom: 1px solid #CCC;
}

.faq_list li .qstn {
	line-height: 2;
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}

.faq_list li .qstn:before{
	content: "Q";
	background: #FCB23A;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	left: 0;
	top:0;
}

.faq_list li .answr{
	line-height:2;
	padding-left: 50px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}

.faq_list li .answr:before{
	content:"A";
	background: #EE3D44;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	left: 0;
	top:0;
}


ul.sns_list {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

ul.sns_list li {
	margin:0 10px;
}

.map_address {
	text-align: center;
	display: block;
	margin-top: 20px;
	line-height: 2;
	font-size: 20px;
	margin-bottom: 60px;
}

.hd_offc {
	border: 5px solid #FCB23A;
	border-radius: 15px;
	display:flex;
	flex-wrap:wrap;
	background: #fff;
}

.hd_offc h3 {
	padding: 5px 0 10px 0;
	border: none;
	text-align: center;
	background: #FCB23A;
	color: #FFF;
	font-size: 26px;
	width:100%;
	margin-bottom:0;
}

.hd_offc .hlf{
	width:50%;
	padding: 15px 10px;
}

.hd_offc .hlf .ttl{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

.hd_offc .hlf .cntnt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 44px;
	line-height: 1;
	font-weight: bold;
	color: #FCB23A;
	justify-content: center;
	height: 100%;
}

.hd_offc .hlf .cntnt .phn_ico {
	width: 50px;
	margin-right: 10px;
	margin-left: 0;
}

.hd_offc .hlf .cmpny {
	display: block;
	line-height:2;
	text-align:right;
}

.hd_offc .hlf .cmpny > span{
	display:block;
	text-align:right;
}

footer{
	background:#F8B500;
	padding:30px 0 20px;
}

footer .container{
	display:flex;
	flex-wrap:wrap;
}

footer .footer_inf .footer.logo {
	display: block;
	width: 120px;
	margin-bottom: 20px;
}

footer .footer_inf .addrstxt{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom:20px;
	display:block;
}

footer .footer_right{
	margin-left: auto;
}

nav.footer_nav {
	margin-left: auto;
}

nav.footer_nav ul {
	display:flex;
	flex-wrap:wrap;
}

nav.footer_nav ul li {
	margin-left:20px;
}

nav.footer_nav ul li a {
	font-size:14px;
	color:#000;
}

footer .copyright {
	padding-top: 20px;
	margin-top: 60px;
	text-align: center;
	display: block;
	width: 100%;
	border-top: 1px solid #000;
	font-size: 13px;
}

footer .addresses{
	text-align:center;
	margin-top:30px;
}

footer .addresses .addr_ttl{
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

footer .addresses p{
	display:block;
	margin-bottom:20px;
	line-height:2;
}

footer .addresses a{
	display:block;
	margin-bottom:10px;
}



.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-bottom:60px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #FCB23A;
	width: 40px;
	height: 40px;
	margin: 0 4px;
	color:#FCB23A;
	box-sizing:border-box;
	line-height:38px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border-radius:5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #FCB23A;
	color:#FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color:#FFF;
}


.pg_sngl .container.sngl_pst .left h3.news_sngl_ttl {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EE3D44;
	margin-bottom: 15px;
}

.pg_sngl .container.sngl_pst .left .dt_cat {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.pg_sngl .container.sngl_pst .left .dt_cat .category {
	font-size: 12px;
	border: 1px solid;
	display: block;
	line-height: 18px;
	height: 18px;
	width: 100px;
	text-align: center;
}

.pg_sngl .container.sngl_pst .left .dt_cat .category.notice{
	color:#EE3D44;
}

.pg_sngl .container.sngl_pst .left .dt_cat .category.property_inform{
	color:#EE3D44;
}

.pg_sngl .container.sngl_pst .left .dt_cat .date {
	color: #EE3D44;
	margin-left:auto;
}

.pg_sngl .container.sngl_pst .left h4 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #EE3D44;
	padding-left: 5px;
}

.pg_sngl .container.sngl_pst .left img {
	margin-bottom: 30px;
	display:block;
}

.pg_sngl .container.sngl_pst .left p {
	line-height: 2.2;
	margin-bottom: 50px;
}


.contact table{

}

.contact table tr{

}

.contact table tr th{
	background:#EEEEEE;
	border:1px solid #DDDDDD;
	line-height:1.6;
	text-align: left;
	font-weight:normal;
	padding:20px;
	font-size: 14px;
}

.contact table tr td{
	border:1px solid #DDDDDD;
	line-height:1.6;
	font-weight:normal;
	padding:20px;
	font-size: 14px;
}

.contact table tr td #address {
	width: 100%;
}

.contact table tr th span {
	background: #F00;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
}

.contact table tr td .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}

.contact table tr td .your-message {
	display: block;
}

.contact table tr td #zip {
	width: 140px;
}

.contact table tr td .address_s {
	margin-bottom: 10px;
}

.contact .cntct_txt {
	display: block;
	margin-bottom: 30px;
	line-height: 2;
}

.contact table tr td .tmttl {
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	font-weight:bold;
}

.contact table tr td .tmtxt > span {
	width: 120px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.top_sldr .flex-direction-nav .flex-next{
	font-size: 0;
	box-sizing: border-box;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: rotate(-45deg);
}

.top_sldr .flex-direction-nav .flex-prev{
	font-size: 0;
	box-sizing: border-box;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: rotate(135deg);
}

.top_sldr .flex-direction-nav a:before{
	display:none;
}

.form_links{
	margin:0 0;
}

.form_links ul{
	display:flex;
	flex-wrap:wrap;
}

.form_links ul li{
	/*margin-right:18px;
	width:calc(33.333% - 12px);*/
	margin-right:18px;
	width:calc(50% - 9px);
}

.form_links ul li:nth-child(3n){
	margin-right:0;
}

.form_links ul li:nth-child(2n){
	margin-right:0;
}

.form_links ul li:nth-child(2) {
	display: none;
}

.form_links ul li a {
	text-align: center;
	background: #F8B500;
	color: #000;
	font-size: 16px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius:5px;
	border: 3px solid #fff;
	line-height: 1.6;
	box-shadow: 0 0 0 2px #F8B500;
}

.campaign_info{
	padding:90px 0;
}

.campaign_info .img{
	margin-bottom:60px;
	display:block;
}

.campaign_info .txt{
	font-size:20px;
	line-height: 2;
}

.campaign_info .txt .ttlt{
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	font-size:24px;
}

.campaign_info .txt p{
	font-weight:normal;
	margin-bottom:20px;
}

.info.tr_menu {

}

.info.tr_menu .trm_text{

}

.info.tr_menu .trm_step{

}

.info.tr_menu .trm_step ul{
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	margin-bottom:30px
}

.info.tr_menu .trm_step ul li {
	width: calc((100% / 7) - (180px / 7));
	margin-right: 30px;
	box-sizing: border-box;
	position: relative;
}

.info.tr_menu .trm_step ul li span{
	border-left: 3px solid #EE3D44;
	border-top: 3px solid #EE3D44;
	border-bottom: 3px solid #EE3D44;
	border-radius: 5px;
	padding: 0 0px 0 5px;
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #F8B500;
	position: relative;
	z-index:2;
}

.info.tr_menu .trm_step ul li:nth-child(7n){
	margin-right: 0;
}

.info.tr_menu .trm_step ul li:nth-child(7n) span{
	border-right: 3px solid #EE3D44;
}

.info.tr_menu .trm_step ul li:after {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 5px;
	position: absolute;
	border-left: 3px solid #EE3D44;
	border-top: 3px solid #EE3D44;
	transform: rotate(135deg) skew(-10deg, -10deg);
	top: 0;
	right: -19px;
	background: #F8B500;
	z-index: 1;
}

.info.tr_menu .trm_step ul li:nth-child(7n):after {
	display:none;
}

.info.tr_menu h3 {
    padding-left: 0;
    border-left: 0;
    text-align: center;
    position: relative;
    border: 2px solid #EE3D44;
    color: #FFF;
    width: fit-content;
    padding: 5px 10px;
	margin-left:auto;
	margin-right:auto;
}

.info.tr_menu h3:before {
    content: "";
    position: absolute;
    background: #EE3D44;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    z-index: 1;
}

.info.tr_menu h3 span{
	display:block;
	position:relative;
	z-index:2;
}

.contact table tr td .scfr {
	margin-bottom: 15px;
}

.contact table tr td .scfr > p{
	display:flex;
}

.contact table tr td .scfr .ymdz {
	width: 40px;
	display: block;
	margin-right:10px;
	text-align:right;
}

ul.hwtogo {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:30px;
	width:100%;
}

ul.hwtogo li {
	display: flex;
	width: calc(25% - 7.5px);
	margin-right: 10px;
	background: #F7B500;
	padding: 5px 0;
	border-radius: 5px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.6;
	font-size:18px;
}

ul.hwtogo li:nth-child(4n){
	margin-right:0;
}


@media screen and (min-width: 1000px) {

}

@media screen and (max-width: 1000px) {
	.container{
		padding-left:10px;
		padding-right:10px;
	}

	#menu-wrapper #hamburger-menu {
		right: 10px;
	}


	#menu-container .menu-list li a.menu-link {
		padding: 30px 0;
	}

	footer .footer_inf {
		margin: 0 auto;
		text-align: center;
	}

	footer .footer_inf .footer.logo {
		margin: 0 auto 20px;
	}

	nav.footer_nav {
		display:none;
	}

	.news ul li h3 {
		width: 100%;
		line-height: 2;
		margin-top: 20px;
	}

	ul.hwtogo li {
		font-size: 16px;
	}

}

@media screen and (max-width: 768px) {
	.hd_offc .hlf {
		width: 100%;
		padding: 20px 10px;
	}

	.hd_offc .hlf .cmpny {
		text-align: center;
	}

	.hd_offc .hlf .cmpny > span {
		text-align: center;
	}

	.hd_offc .hlf .cntnt {
		font-size: 40px;
	}

	h2.main_ttl {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.top_sldr .flexslider.pc{
		display:none;
	}

	.campaign_info .txt {
		font-size: 16px;
	}

	.campaign_info .txt .ttlt {
		font-size: 18px;
	}

	.campaign_info {
		padding: 60px 0 0;
	}

	.news ul li {
		padding: 15px 0;
	}

	.news ul li h3 {
		margin-top: 10px;
	}

	.contact table tr {
		width: 100%;
		display:block;
	}

	.contact table {
		width: 100%;
		display:block;
	}

	.contact table tr th {
		padding: 10px 10px;
		width: 100%;
		display:block;
	}

	.contact table tr td {
		padding: 10px 10px;
		width: 100%;
		display:block;
	}

	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		width: 100%;
	}

	.info.tr_menu .trm_step ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.info.tr_menu .trm_step ul li span {
		border-right: 3px solid #EE3D44;
		border-bottom: 3px solid #EE3D44;
		font-size: 18px;
	}

	.info.tr_menu .trm_step ul li:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 50px 0 50px;
		border-color: #F8B500 transparent transparent transparent;
		transform: none;
		bottom: -34px;
		top: auto;
		right: calc(50% - 50px);
		position: absolute;
		background: none;
	}

	.info.tr_menu .trm_step ul li br {
		display:none;
	}

	.info.tr_menu .trm_step ul {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.info .img.pc {
		display: none;
	}

	ul.hwtogo li {
		font-size: 14px;
	}

	.news {
		margin-bottom: 0px;
	}

	footer .footer_right {
		margin-right: auto;
	}


}


@media screen and (min-width: 768px) {
	.top_sldr .flexslider.sp{
		display:none;
	}

	.info .img.sp {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.header .header_logo a img:nth-child(2) {
		height: 40px;
		margin-right: 0;
	}

	.header .header_logo a img:nth-child(1) {
		height: 60px;
		margin-right: 10px;
	}

	.hd_offc .hlf .cntnt {
		font-size: 36px;
	}

	h2.main_ttl {
		font-size: 22px;
	}

	.info h3 {
		font-size: 18px;
	}

	.inf_tbl th {
		padding: 10px 5px;
		font-size:12px;
	}

	.inf_tbl td {
		padding: 10px 5px;
		font-size:12px;
	}

	.info {
		padding: 60px 0;
	}

	#menu-container .menu-list li a.menu-link {
		padding: 20px 0;
	}

	.campaign_info .txt {
		font-size: 14px;
	}

	.campaign_info .txt .ttlt {
		font-size: 16px;
	}

	.form_links ul li a {
		font-size: 14px;
	}

	ul.hwtogo li {
		font-size: 9px;
		width: calc(25% - 3px);
		margin-right: 4px;
	}

}