@charset "utf-8";


/* !com
---------------------------------------------------------- */
.imgleft {
	float:left;
	margin-right:30px;
}
.imgright {
	float:right;
	margin-left:30px;
}
@media screen and (max-width: 767px) {
.imgleft {
	float:none;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
}
.imgright {
	float:none;
	margin-left:0;
	margin-bottom:20px;
	text-align:center;
}
}

.combtn {
	width:500px;
	margin:50px auto 0;
}
.combtn ul {
	margin-left:-30px;
	overflow:hidden;
}
.combtn ul li {
	float:left;
	width:50%;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.combtn ul li a,.combtn ul li input[type=submit] {
	display:block;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:3px 30px;
	background:#f8c5ab;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}
.combtn ul li input[type=submit] {
	border:none;
	cursor:pointer;
	width:100%;
	padding:0;
	height:36px;
	font-family: "Sawarabi Mincho";
	background:url(../common/img/arrow_btn.png) center right 25px no-repeat #f19072;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.combtn ul li a:before {
	position:absolute;
	content:"";
	background:url(../common/img/arrow_btn.png) 0 0 no-repeat;
	width:5px;
	height:7px;
	right:25px;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}
.combtn ul li a:hover,.combtn ul li input[type=submit]:hover {
	text-decoration:none;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@media screen and (max-width: 767px) {
.combtn {
	width:auto;
	margin:30px 0 0;
}
.combtn ul {
	margin-left:0;
}
.combtn ul li {
	float: none;
	width: auto;
	padding-left:0;
}
.combtn ul li+li {
	margin-top:15px;
}
}


/* !top
---------------------------------------------------------- */
.mainimgbox {
	position: relative;

}
.mainimgbox:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.1);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.mainimgtxt {
	position: absolute;
	left: 0;
	bottom: 55px;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.mainimg img {
		 width: 100vw;

}
.mainscroll {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: -30px;
	text-align: center;
	z-index: 3;
}

@media screen and (max-width: 767px) {
.mainimgtxt {
	bottom: 120px;
}
	.mainimgtxt img {
		max-width: 80%;
	}
.mainscroll {
	margin-bottom: -20px;
}
	.mainscroll img {
		width: 60px;
	}
}

.top #header {
	
}

.topplan {
	overflow: hidden;
}
.topplan li {
	float: left;
	width: 33.3333%;
}
.topplan li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
}
.topplan li a:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topplan li a:hover {
	text-decoration: none;
}
.topplan li a:hover:before {
	background: rgba(0,0,0,0.3);
}
.topplan li a img {
	width: 100%;
}
.topplan .topplantxt {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}
.topplan li a span {
	font-size: 37px;
}
@media screen and (max-width: 767px) {
.topplan li {
	float: left;
	width: 50%;}
.topplan li a {
	font-size: 15px;
}
.topplan li a span {
	font-size: 21px;
}
}


.topnews {
	overflow:hidden;
	margin:0 0 0 -14px;
}


.topnews li {
	float:left;
	width:25%;
	padding-left:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topnewsimg {
	text-align:center;
	margin-bottom:15px;
}
.topnewsimg img{
    border-radius: 10px;
}
.topnewsdate {
	font-size:11px;

}
.topnewstxt {
	font-size:12px;
	margin-bottom: 20px

}
@media screen and (max-width: 767px) {
.topnews {
	margin:-20px 0 0 -15px;
}
.topnews li {
	width:50%;
	padding-left:15px;
	margin-top:15px;
}
}

.topnewsbtn {
	text-align:center;
	margin-top:25px;
}
.topnewsbtn a {
	display:inline-block;
	width:235px;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:7px 30px;
	background:#e59e7c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topnewsbtn a:before {
	position:absolute;
	content:"";
	background:url(../common/img/arrow_btn.png) 0 0 no-repeat;
	width:5px;
	height:7px;
	right:25px;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}
.topnewsbtn a:hover {
	text-decoration:none;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media screen and (max-width: 767px) {
.topnewsbtn a {
	display:block;
	width: auto;
}
}

.topname {
	text-align: center;
	padding: 70px 0;
}
@media screen and (max-width: 767px) {
.topname {
	padding: 30px 0;
}
	.topname img {
		max-width: 150px;
	}
}

.concept {
	background: url("../img/top/bg_top01.jpg") center center no-repeat fixed;
	background-size: cover;
	color: #2a2929
}
.concept .conceptin {
	background: rgba(254,247,242,0.7);
	padding: 70px 0;
}
.concept .conceptbox {
	max-width: 720px;
	margin: 0 auto;
	font-size: 14px;
}
.concept .hdl {
	color: #2a2929;
	margin-bottom: 20px;
}
.concept .hdl span {
	font-size: 30px;
}
.concept .concepdet {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.concept .concepttxt {
	line-height: 2.5;
}
.concept .concepttxt+.concepttxt {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
.concept .conceptin {
	padding: 30px 15px;
}
.concept .conceptbox {
	font-size: 13px;
}
.concept .hdl span {
	font-size: 22px;
}
.concept .concepdet {
	font-size: 15px;
	margin-bottom: 20px;
}
.concept .concepttxt+.concepttxt {
	margin-top: 20px;
}
}


/* !plan
---------------------------------------------------------- */
.pageplan #contents {
	padding-bottom: 30px;
}
.pageplan #header {
	background: url("../img/plan/teaser_plan.jpg") center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.pageplan #contents {
	padding-bottom: 20px;
}
}

.planbnr {
	overflow: hidden;
	margin-bottom: 60px;
}
.planbnr li {
	float: left;
	width: 33.3333%;
}
.planbnr li a {
	display: block;
	position: relative;
}
.planbnr li a:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.planbnr li a:hover:before {
	background: rgba(0,0,0,0.3);
}
.planbnr li a img {
	width: 100%;
}
.planbnr li a .planbnrtxt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	font-size: 25px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
.planbnr {
	margin-bottom: 30px;
}
.planbnr li {
	float: left;
	width: 50%
}
.planbnr li a .planbnrtxt {
	font-size: 15px;
}
}

.planhd {
	text-align: center;
	color: #f19072;
	font-size: 40px;
	margin-bottom: 25px;
	line-height: 1.5;
}
.plandet {
	text-align: center;
	font-size: 28px;
	color: #6f6e6f;
	line-height: 1.5;
	margin-bottom: 15px;
}
.plantxt {
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.planhd {
	font-size: 28px;
}
.plandet {
	font-size: 22px;
}
.plantxt {
	margin-bottom: 30px;
}
}

.planbox {
	background: #fdede3;
	display: flex;
	align-items: center;
}
.planbox.reverse {
	flex-direction: row-reverse;
}
.planbox+.planbox {
	margin-top: 5px;
}
.planbox .planimg {
	width: 44%;
}
.planbox .planimg img {
	width: 100%;
}
.planbox .plancont {
	padding: 0 8%;
	width: 56%;
}
.planbox .planboxtit {
	font-size: 23px;
	color: #f19072;
	line-height: 1.5;
	margin-bottom: 25px;
}
.planbox .planboxtit span {
	font-size: 40px;
}
.planbox .planboxbig {
	font-size: 15px;
	margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
.planbox {
	display: block;
	padding: 20px 15px;
}
.planbox .planimg {
	width: auto;
	text-align: center;
}
.planbox .plancont {
	padding: 20px 0 0;
	width: auto;
}
.planbox .planboxtit {
	font-size: 17px;
	margin-bottom: 15px;
}
.planbox .planboxtit span {
	font-size: 30px;
}
.planbox .planboxbig {
	font-size: 13px;
}
}

.together {
	margin-top: 60px;
}
.shopname {
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
.shopimg img {
	width: 100%
}
.planhds {
	text-align: center;
	font-size: 23px;
	color: #f19072;
	line-height: 1.5;
	margin-bottom: 55px;
}
.together .slick-slide {
	margin: 0 10px;
}

.shopinfo {display: flex;
flex-wrap:wrap;
justify-content: space-between}

.shopinfo div {width: 24%;
margin-bottom: 20px
}

@media screen and (max-width: 767px) {
.together {
	margin-top: 30px;
}
.shopname {
	font-size: 13px;
	margin-top: 10px;
}
.planhds {
	font-size: 18px;
	margin-bottom: 30px;
}
.together .slick-slide {
	margin: 0 3px;
}
	
.shopinfo div {width: 48%;
}
}

.planlink {
	margin-top: 60px;
	background: url("../img/plan/img_plan12.jpg") center center no-repeat;
	background-size: cover;
	padding: 130px 15px;
	text-align: center;
}
.planlink a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	padding: 10px 0;
	width: 400px;
	text-align: center;
	line-height: 1.5;
	background: rgba(241,144,114,0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}
.planlink a:hover {
	text-decoration: none;
}
.planlink a:before {
	position: absolute;
	content: "";
	background: url("../common/img/arrow_btn.png") 0 0 no-repeat;
	background-size: 8px 11px;
	width: 8px;
	height: 11px;
	right: 40px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}

.planlink2 {
	margin-top: 60px;
	background: url("../img/plan/img_plan12.jpg") center center no-repeat;
	background-size: cover;
	padding: 130px 15px;
	text-align: center;
}
.planlink2 a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	padding: 10px 0;
	width: 400px;
	text-align: center;
	line-height: 1.5;
	background: rgba(241,144,114,0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}
.planlink2 a:hover {
	text-decoration: none;
}
.planlink2 a:before {
	position: absolute;
	content: "";
	background: url("../common/img/arrow_btn.png") 0 0 no-repeat;
	background-size: 8px 11px;
	width: 8px;
	height: 11px;
	right: 40px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}

.planlink2 {
	margin-top: 60px;
	background: url("../img/plan/img_plan2_12.jpg") center center no-repeat;
	background-size: cover;
	padding: 130px 15px;
	text-align: center;
}
.planlink2 a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	padding: 10px 0;
	width: 400px;
	text-align: center;
	line-height: 1.5;
	background: rgba(241,144,114,0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}
.planlink2 a:hover {
	text-decoration: none;
}
.planlink2 a:before {
	position: absolute;
	content: "";
	background: url("../common/img/arrow_btn.png") 0 0 no-repeat;
	background-size: 8px 11px;
	width: 8px;
	height: 11px;
	right: 40px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}

.planlink3 {
	margin-top: 60px;
	background: url("../img/plan/img_plan3_12.jpg") center center no-repeat;
	background-size: cover;
	padding: 130px 15px;
	text-align: center;
}
.planlink3 a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	padding: 10px 0;
	width: 400px;
	text-align: center;
	line-height: 1.5;
	background: rgba(241,144,114,0.8);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}
.planlink3 a:hover {
	text-decoration: none;
}
.planlink3 a:before {
	position: absolute;
	content: "";
	background: url("../common/img/arrow_btn.png") 0 0 no-repeat;
	background-size: 8px 11px;
	width: 8px;
	height: 11px;
	right: 40px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}

@media screen and (max-width: 767px) {
.planlink {
	margin-top: 30px;
	padding: 60px 15px;
}
.planlink a {
	font-size: 18px;
	width: 80%;
	padding: 5px 0;
}
.planlink a:before {
	right: 20px;
}
}



/* !gift
---------------------------------------------------------- */
.pagegift #contents {
	padding-bottom: 30px;
}
.pagegift #header {
	background: url(../img/gift/teaser_gift.jpg) center center no-repeat;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;

}

.pagegift .hdl {
	margin-bottom: 25px;
}
.pointbox {
	border: 1px #f8c5ac solid;
	width: 100%;
}
.pointbox td {
	width: 50%;
	padding: 50px 35px;
	vertical-align: top;
	border: 1px #f8c5ac solid;
}
.pointbox .pointtit {
	text-align: center;
	color: #F19072;
	line-height: 1.5;
	font-size: 20px;
	margin-bottom: 30px;
}
.pointbox td.paddnone {
	padding: 0;
	background: url("../img/gift/img_gift.jpg") center center no-repeat;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;
}
.pointbox td.paddnone img {
	display: none;
}

@media screen and (max-width: 767px) {
.pagegift #contents {
	padding-bottom: 20px;
}
.pointbox td {
	width: 100%;
	display: block;
	padding: 20px 10px;
}
.pointbox .pointtit {
	font-size: 16px;
	margin-bottom: 20px;
}
.pointbox td.paddnone {
	padding: 0;
	background: none;
}
	.pointbox td.paddnone img {
		display: inline-block;
		width: 100%;
	}
}

.giftdet {
	margin-top: 100px;
	background: url("../img/gift/bg_gift.jpg") center center no-repeat fixed;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;
	text-align: center;
}
.giftdet .giftdetin {
	background: rgba(0,0,0,0.6);
	padding: 40px 15px;
	text-align: center;
	color: #fff;
}
.giftdet .giftdetlogo {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.giftdet {
	margin-top: 50px;
}
.giftdet .giftdetin {
	padding: 20px 15px;
	text-align: left;
}
.giftdet .giftdetlogo {
	margin-bottom: 15px;
	text-align: center;
}
	.giftdet .giftdetlogo img {
		max-width: 120px;
	}
}




/* !works
---------------------------------------------------------- */
.pageworks #contents {
	padding-bottom: 70px;
}
.pageworks #header {
	background: url("../img/works/teaser_works.jpg") center center no-repeat;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;
}




@media screen and (max-width: 767px) {
.pageworks #contents {
	padding-bottom: 20px;
}
}

.workslist {
	overflow: hidden;
	margin: -50px 0 0 -25px;
}
.workslist li {
	float: left;
	width: 24%;
	padding-left: 25px;
	margin-top: 50px;
	text-align: center
}

.workslist li img{
	width: 100%;
	height: 100%;
	margin-bottom: 20px
}
.workslist li a {
	display: block;
	line-height: 1.8;
}
.workslist li .worksimg {
	text-align: center;
	margin-bottom: 15px;
}
.workslist li .worksname {
	text-align: center;
}
.workslist li .worksname span {
	display: block;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
.workslist {
	margin: -20px 0 0 0;
}
	
.workslist ul{font-size: 0;}
.workslist li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding-left: 15px;
	margin-top: 20px;
	height: auto;
	font-size: 0.85em

}
}

/* !staff
---------------------------------------------------------- */
.pagestaff #contents {
	padding-bottom: 25px;
}
.pagestaff #header {
	background: url("../img/staff/teaser_staff.jpg") center center no-repeat;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;

}
@media screen and (max-width: 767px) {
.pagestaff #contents {
	padding-bottom: 20px;
}
}

.staffbox {
	display: flex;
	background: #d3d9dc;
	align-items: center;
}
.staffbox li {
	width: 50%;
}
.staffbox .staffimg img {
	width: 100%;
}
.staffbox .staffcont {
	padding: 0 4%;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
}
.staffbox .staffname {
	margin-bottom: 15px;
}
.staffbox .staffname span {
	font-size: 20px;
}
.staffbox.reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
.staffbox {
	display: block;
}
.staffbox li {
	width: auto;
}
.staffbox .staffcont {
	padding: 20px 15px;
	font-size: 13px;
}
.staffbox .staffname span {
	font-size: 16px;
}
.staffbox.reverse {
	flex-direction: row-reverse;
}
}


/* !company
---------------------------------------------------------- */
.pagecompany #contents {
	padding-bottom: 70px;
}
.pagecompany #header {
	background: url("../img/company/teaser_company.jpg") center center no-repeat;
	background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.pagecompany #contents {
	padding-bottom: 20px;
}
}


.companyhd {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
}
.companyhd span {
	display: block;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
.companyhd {
	margin-bottom: 40px;
}
.companyhd span {
	font-size: 20px;
}
}

.companylist {
	overflow:hidden;
	margin-bottom: 70px;
}
.companylist li {
	float:left;
	width:33.3333%;
}
.companylist li img {
	width: 100%;
}
@media screen and (max-width: 767px) {
.companylist {
	margin-bottom: 30px;
}
.companylist li {
	float:none;
	width: auto;
}
.companylist li img {
	width: 100%;
}
}

.companyname {
	max-width: 725px;
	margin: 0 auto;
	border-top:1px #727171 solid;
	border-bottom:1px #727171 solid;
}
.companyname li {
	padding:15px 0;
	overflow:hidden;
}
.companyname li+li {
	border-top:1px #727171 solid;
}
.companyleft {
	float:left;
	width:270px;
	border-right:1px #727171 dotted;
	margin-right:25px;
}
.companycont {
	overflow:hidden;
}
@media screen and (max-width: 767px) {
.companyname li+li {
	border-top:1px #727171 solid;
}
.companyleft {
	float: none;
	width: auto;
	border-right:none;
	margin-right:0;
	border-bottom:1px #727171 dotted;
	margin-bottom:10px;
	padding-bottom:10px;
}
.companycont {
	overflow:hidden;
}
}


/* !contact
---------------------------------------------------------- */
.pagecontact #contents {
	padding-bottom: 50px;
}
.pagecontact #header {
	background: url("../img/contact/teaser_contact.jpg") center center no-repeat;
		background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.pagecontact #contents {
	padding-bottom: 20px;
}
}

.pagecontact .hdl {
	margin-bottom: 20px;
}
.pagecontact .section {
	max-width: 725px;
	margin: 0 auto;
}
.pagecontact .section+.section {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
.pagecontact .section+.section {
	margin-top: 40px;
}
}

.privacy {
	border:1px #727171 solid;
	padding:20px;
	height:200px;
	overflow-y:scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab {
	margin-top:50px;
	border-left:1px #727171 solid;
	border-top:1px #727171 solid;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab th,.contacttab td {
	border-right:1px #727171 solid;
	border-bottom:1px #727171 solid;
	padding:15px;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab th {
	width:35%;
}
.contacttab input[type=text] {
	border:none;
	width:100%;
	color:#727171;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab textarea {
	border:1px #727171 solid;
	width:100%;
	height:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab input.phonenum {
	width:100px;
	border:1px #727171 solid;
	padding:8px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacttab .phoneline {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
@media screen and (max-width: 767px) {
.contacttab {
	margin-top:20px;
}
.contacttab th,.contacttab td {
	display:block;
}
.contacttab th {
	width:100%;
}
}
@media screen and (max-width: 479px) {
.contacttab input.phonenum {
	width:65px;
}
}








