#top_visual {
	background: #e9f6fa;
	position: relative;
	padding: 77px 0 0;
}

#top_visual .mv_img {
	width: 100%;
	height: auto;
}

#top_visual .mv_btn {
	display: block;
	position: absolute;
	top: 160px;
	right: calc(50% - 460px);
	width: 234px;
}

#top_visual .mv_info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#top_visual .mv_info .mv_info_in {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

#top_visual .mv_info .mv_info_in .logo {
	position: absolute;
    z-index: 100;
	top: 0px;
	left: 15px;
	max-width: 121px;
}

#top_visual .mv_info .mv_info_in .emg_tel {
	width: 200px;
	float: right;
	padding: 27px 0 0 30px;
}

#top_visual .mv_info .mv_info_in .mv_tel {
	width: 193px;
	float: right;
	padding: 17px 0 0 30px;
}

#top_visual .mv_info .mv_info_in .mv_tel li {
	margin-top: 10px;
}

#top_visual .mv_info .mv_info_in .mv_tel li + li {
	margin-top: 2px;
}

#top_visual .mv_info .mv_info_in .mv_contact {
	float: right;
	max-width: 307px;
	margin-top: 17px;
}

#top_visual .mv_txt {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
}

#top_visual .mv_txt p {
	max-width: 680px;
	margin: 0 auto;
	display: block;
}

.page_top #header {
	background: #1b8220;
	width: 100%;
}

.bg_top {
	background: url(../img/top/bg_main.png) no-repeat center center;
}

.top_content1 {
	padding: 0 0 85px;
}

.top_content1 .top_merit7 {
	background: url(../img/top/bg_tora.png) left top;
	padding: 1px 0;
	position: relative;
}

.top_content1 .top_merit7 .car_load {
	position: absolute;
	width: 28%;
	height: 100%;
	background: #ffffff;
	top: 0px;
	left: 50%;
	margin-left: -14%;
	text-align: center;
}

.top_content1 .top_merit7 .car_load .abs_car {
	position: absolute;
	bottom: calc(100% - 158px);
	right: 50%;
	margin-right: -39px;
	display: inline-block;
	width: 78px;
	z-index: 90;
}

.top_content1 .top_merit7 .car_load .abs_car img {
	margin-bottom: 5px;
}

.top_content1 .top_merit7 .car_load .abs_car.on_the_car {
	-webkit-animation: in_car 4500ms linear;
	animation: in_car 4500ms linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.top_content1 .top_merit7 .clearboth {
	clear: both;
}

.top_content1 .top_merit7 .merit_box {
	display: block;
	width: 36%;
	margin: 0 0 3px 3px;
	position: relative;
	float: left;
}

.top_content1 .top_merit7 .merit_box.type1 {
	margin: 2px 0 3px 3px;
	clear: both;
}

.top_content1 .top_merit7 .merit_box.type2 {
	float: right;
	margin: 2px 3px 3px 0;
}

.top_content1 .top_merit7 .merit_box.type3 {
	clear: both;
}

.top_content1 .top_merit7 .merit_box.type4 {
	float: right;
	margin: 0 3px 3px 0;
}

.top_content1 .top_merit7 .merit_box.type5 {
	clear: both;
}

.top_content1 .top_merit7 .merit_box.type6 {
	float: right;
	margin: 0 3px 3px 0;
}

.top_content1 .top_merit7 .merit_box.type7 {
	margin-bottom: 2px;
	clear: both;
}

.top_content1 .top_merit7 .merit_box.type8 {
	float: right;
	margin: 0 3px 2px 0;
}

.top_content1 .top_merit7 .merit_box.type8 dd {
	position: relative;
}

.top_content1 .top_merit7 .merit_box.type8 dd a {
	position: absolute;
	width: 60%;
	top: -17%;
	left: 20%;
	z-index: 91;
	opacity: 0;
}

.top_content1 .top_merit7 .merit_box.type8.fadein a {
	-webkit-animation: fade_car 5200ms both;
	animation: fade_car 5200ms both;
}

.top_content1 .top_merit7 .merit_box.type1 dt,
.top_content1 .top_merit7 .merit_box.type3 dt,
.top_content1 .top_merit7 .merit_box.type5 dt,
.top_content1 .top_merit7 .merit_box.type7 dt {
	right: -18%;
	top: 0px;
}

.top_content1 .top_merit7 .merit_box.type2 dt,
.top_content1 .top_merit7 .merit_box.type4 dt,
.top_content1 .top_merit7 .merit_box.type6 dt,
.top_content1 .top_merit7 .merit_box.type8 dt {
	left: -18%;
	top: 0px;
}

.top_content1 .top_merit7 .merit_box dt {
	text-align: center;
	padding: 15% 0 0;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.top_content1 .top_merit7 .merit_box dd {
	padding: 10px;
	background: #ffffff;
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media only screen and (max-width: 1420px) {

#top_visual {
	background: #e9f6fa url(../img/top/mv_main.png) no-repeat center bottom;
	height: 736px;
}

#top_visual .mv_img {
	display: none;
}

}

@media only screen and (max-width: 960px) {

#top_visual .mv_btn {
	top: 160px;
	right: 20px;
	width: 25%;
	max-width: 234px;
}

}

@media only screen and (max-width: 860px) {

.top_content1 .top_merit7 .car_load .abs_car {
	width: 64px;
	margin-right: -32px;
}

.top_content1 .top_merit7 .car_load .abs_car.on_the_car {
	-webkit-animation: in_car_860 4500ms linear;
	animation: in_car_860 4500ms linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

}

@media only screen and (max-width: 768px) {

#top_visual {
	background: #e9f6fa;
	padding: 80px 0 0;
	height: auto;
}

#top_visual .mv_img {
	display: block;
}

#top_visual .mv_txt {
	max-width: 70%;
	padding: 0 15px;
	top: 95px;
}

#top_visual .mv_btn {
	top: 80px;
	left: auto;
	right: 20px;
}

#top_visual .mv_info .mv_info_in {
	position: static;
}

#top_visual .mv_info .mv_info_in .mv_tel,
#top_visual .mv_info .mv_info_in .mv_contact,
#top_visual .mv_info .mv_info_in .emg_tel {
	display: none;
}

#top_visual .mv_info .mv_info_in .logo {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 70px;
}

.top_content1 {
	padding: 0 0 60px;
}

.top_content1 .top_merit7 {
	max-width: 500px;
	margin: 0 auto;
}

.top_content1 .top_merit7 .car_load {
	left: 0%;
	width: 30%;
	margin: 0;
	background: #fff url(../img/top/bg_main_sp.png) repeat-y top left;
	background-size: 80px auto;
}

.top_content1 .top_merit7 .car_load .abs_car {
	bottom: calc(100% - 100px);
	right: auto;
	left: 5%;
}

.top_content1 .top_merit7 .car_load .abs_car.on_the_car {
	-webkit-animation: in_car_tb 6500ms linear;
	animation: in_car_tb 6500ms linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.top_content1 .top_merit7 .merit_box {
	width: 70%;
	float: right !important;
	clear: both;
}

.top_content1 .top_merit7 .merit_box.type8.fadein a {
	-webkit-animation: fade_car 7200ms both;
	animation: fade_car 7200ms both;
}

.top_content1 .top_merit7 .merit_box.type1 {
	margin: 2px 3px 3px 0;
}

.top_content1 .top_merit7 .merit_box.type1 dt {
	left: -14%;
	right: auto;
	width: 35px;
}

.top_content1 .top_merit7 .merit_box.type2,
.top_content1 .top_merit7 .merit_box.type3,
.top_content1 .top_merit7 .merit_box.type4,
.top_content1 .top_merit7 .merit_box.type5,
.top_content1 .top_merit7 .merit_box.type6,
.top_content1 .top_merit7 .merit_box.type7,
.top_content1 .top_merit7 .merit_box.type8 {
	margin: 0 3px 3px 0;
}

.top_content1 .top_merit7 .merit_box.type2 dt,
.top_content1 .top_merit7 .merit_box.type3 dt,
.top_content1 .top_merit7 .merit_box.type4 dt,
.top_content1 .top_merit7 .merit_box.type5 dt,
.top_content1 .top_merit7 .merit_box.type6 dt,
.top_content1 .top_merit7 .merit_box.type7 dt,
.top_content1 .top_merit7 .merit_box.type8 dt {
	left: -14%;
	right: auto;
	width: 35px;
}

}

@media only screen and (max-width: 480px) {

.top_content1 .top_merit7 .car_load .abs_car.on_the_car {
	-webkit-animation: in_car_sp 6500ms linear;
	animation: in_car_sp 6500ms linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

}

@-webkit-keyframes in_car_sm {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

60% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes in_car_sm {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

60% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes in_car {

0% {
	opacity: 1;
	right: 50%;
	bottom: 74.2%;
}

55% {
	bottom: -10%;
}

63% {
	bottom: -10%;
}

70% {
	bottom: 0%;
	right: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	right: -50%;
}

100% {
	opacity: 0;
	right: -50%;
	bottom: 0%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@keyframes in_car {

0% {
	opacity: 1;
	right: 50%;
	bottom: 74.2%;
}

55% {
	bottom: -10%;
}

63% {
	bottom: -10%;
}

70% {
	bottom: 0%;
	right: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	right: -50%;
}

100% {
	opacity: 0;
	right: -50%;
	bottom: 0%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@-webkit-keyframes in_car_860 {

0% {
	opacity: 1;
	right: 50%;
	bottom: 74.2%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

55% {
	bottom: -10%;
}

63% {
	bottom: -10%;
}

70% {
	bottom: -1.5%;
	right: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	right: -50%;
}

100% {
	opacity: 0;
	right: -50%;
	bottom: -1.5%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@keyframes in_car_860 {

0% {
	opacity: 1;
	right: 50%;
	bottom: 74.2%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

55% {
	bottom: -10%;
}

63% {
	bottom: -10%;
}

70% {
	bottom: -1.5%;
	right: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	right: -50%;
}

100% {
	opacity: 0;
	right: -50%;
	bottom: -1.5%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@-webkit-keyframes in_car_sp {

0% {
	opacity: 1;
	left: 5%;
	bottom: 83.7%;
}

55% {
	bottom: -7%;
}

63% {
	bottom: -7%;
}

70% {
	bottom: -1%;
	left: 5%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	left: 170%;
}

100% {
	opacity: 0;
	left: 170%;
	bottom: -1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@keyframes in_car_sp {

0% {
	opacity: 1;
	left: 5%;
	bottom: 83.7%;
}

55% {
	bottom: -7%;
}

63% {
	bottom: -7%;
}

70% {
	bottom: -1%;
	left: 5%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	left: 170%;
}

100% {
	opacity: 0;
	left: 170%;
	bottom: -1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@-webkit-keyframes in_car_tb {

0% {
	opacity: 1;
	left: 5%;
	bottom: 83.7%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

60% {
	opacity: 1;
	left: 5%;
	bottom: 4%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

75% {
	opacity: 1;
	left: 5%;
	bottom: 1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

95% {
	opacity: 1;
	left: 200%;
	bottom: 1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

100% {
	opacity: 0;
	left: 200%;
	bottom: 1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@keyframes in_car_tb {

0% {
	opacity: 1;
	left: 5%;
	bottom: 83.7%;
}

55% {
	bottom: -4%;
}

63% {
	bottom: -4%;
}

70% {
	bottom: 1%;
	left: 5%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

77% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

96% {
	opacity: 1;
	left: 200%;
}

100% {
	opacity: 0;
	left: 200%;
	bottom: 1%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

}

@-webkit-keyframes fade_car {

80% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade_car {

80% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes shake {

2% {
	-webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
	transform: translate(0.5px, 1.5px) rotate(1.5deg);
}

4% {
	-webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
	transform: translate(0.5px, 1.5px) rotate(1.5deg);
}

6% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
}

8% {
	-webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
	transform: translate(0.5px, -0.5px) rotate(0.5deg);
}

10% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
	transform: translate(0.5px, 2.5px) rotate(0.5deg);
}

12% {
	-webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
	transform: translate(2.5px, 1.5px) rotate(-0.5deg);
}

14% {
	-webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
	transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
}

16% {
	-webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
	transform: translate(-0.5px, 0.5px) rotate(0.5deg);
}

18% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
	transform: translate(0.5px, 2.5px) rotate(1.5deg);
}

20% {
	-webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
	transform: translate(-0.5px, -0.5px) rotate(0.5deg);
}

22% {
	-webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
	transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}

24% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(0.5deg);
}

26% {
	-webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
	transform: translate(2.5px, -0.5px) rotate(-0.5deg);
}

28% {
	-webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
	transform: translate(1.5px, -0.5px) rotate(0.5deg);
}

30% {
	-webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
	transform: translate(0.5px, 0.5px) rotate(-0.5deg);
}

32% {
	-webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
	transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
}

34% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
	transform: translate(0.5px, 2.5px) rotate(-0.5deg);
}

36% {
	-webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
	transform: translate(-0.5px, -0.5px) rotate(1.5deg);
}

38% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(0.5deg);
}

40% {
	-webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
	transform: translate(-1.5px, 1.5px) rotate(1.5deg);
}

42% {
	-webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
	transform: translate(0.5px, -1.5px) rotate(1.5deg);
}

44% {
	-webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
	transform: translate(0.5px, 0.5px) rotate(0.5deg);
}

46% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
	transform: translate(-1.5px, -1.5px) rotate(1.5deg);
}

48% {
	-webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
	transform: translate(0.5px, -1.5px) rotate(0.5deg);
}

50% {
	-webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
	transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}

}

@keyframes shake {

2% {
	-webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
	transform: translate(0.5px, 1.5px) rotate(1.5deg);
}

4% {
	-webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
	transform: translate(0.5px, 1.5px) rotate(1.5deg);
}

6% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
}

8% {
	-webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
	transform: translate(0.5px, -0.5px) rotate(0.5deg);
}

10% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
	transform: translate(0.5px, 2.5px) rotate(0.5deg);
}

12% {
	-webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
	transform: translate(2.5px, 1.5px) rotate(-0.5deg);
}

14% {
	-webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
	transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
}

16% {
	-webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
	transform: translate(-0.5px, 0.5px) rotate(0.5deg);
}

18% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
	transform: translate(0.5px, 2.5px) rotate(1.5deg);
}

20% {
	-webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
	transform: translate(-0.5px, -0.5px) rotate(0.5deg);
}

22% {
	-webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
	transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}

24% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(0.5deg);
}

26% {
	-webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
	transform: translate(2.5px, -0.5px) rotate(-0.5deg);
}

28% {
	-webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
	transform: translate(1.5px, -0.5px) rotate(0.5deg);
}

30% {
	-webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
	transform: translate(0.5px, 0.5px) rotate(-0.5deg);
}

32% {
	-webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
	transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
}

34% {
	-webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
	transform: translate(0.5px, 2.5px) rotate(-0.5deg);
}

36% {
	-webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
	transform: translate(-0.5px, -0.5px) rotate(1.5deg);
}

38% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
	transform: translate(-1.5px, -1.5px) rotate(0.5deg);
}

40% {
	-webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
	transform: translate(-1.5px, 1.5px) rotate(1.5deg);
}

42% {
	-webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
	transform: translate(0.5px, -1.5px) rotate(1.5deg);
}

44% {
	-webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
	transform: translate(0.5px, 0.5px) rotate(0.5deg);
}

46% {
	-webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
	transform: translate(-1.5px, -1.5px) rotate(1.5deg);
}

48% {
	-webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
	transform: translate(0.5px, -1.5px) rotate(0.5deg);
}

50% {
	-webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
	transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}

}


.mv_staff{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.mv_staff a {
	display: inline-block;
	width: 305px;
	padding: 0 5px 5px 0;
	background: url(../img/top/btn_staff_shadow.png) no-repeat right bottom;
	background-size: 100% 100%;
	vertical-align: top;
}
@media only screen and (min-width: 769px) {
	.mv_staff a{
		margin-right: 6px;
	}
	.mv_staff a:hover {
		padding: 5px 0 0 5px;
	}
}
@media only screen and (max-width: 768px) {
	.mv_staff a {
		max-width: 44%;
	}
}
