input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    line-height: 2.65em;
}

table small {
font-size:0.8em;
}

.webprice {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-bottom:30px;
}
.smp,
.mdp,
.lgp {
	width: 30%;
	padding: 10px;
	border:1px solid #999999;
}

.webprice .title {
	padding: 0 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.smp .title {
	background:#7fbf31;
}

.mdp .title {
	background:#4178bd;
}

.lgp .title {
	background:#ac991c;
}

.webprice img {
	width: 100%;
    height: auto;
}
.webprice p {
margin: 0 0 0.5em;
}

.webprice p.comm {
	border-bottom: 1px dashed #555;
    padding-bottom: 10px;
}
.webprice .price {
	padding: 0 0 5px;
	color: #999999;
	font-weight: bold;
	font-size:1.4rem;
	text-align: center;
}

.webprice .price span {
	padding: 0 0 5px;
	color: #555555;
	font-weight: normal;
	font-size: 0.7rem;
    text-align: center;
    vertical-align: bottom;
    margin-right: 5px;
}

.webprice .price2 {
	padding: 0 0 5px;
	color: #FF0000;
	font-weight: bold;
	font-size:1.6rem;
	text-align: center;
}

.webprice .price2 span {
	padding: 0 0 5px;
	color: #555555;
	font-weight: normal;
	font-size: 0.7rem;
    text-align: center;
    vertical-align: bottom;
    margin-right: 5px;
}

.webprice ul.spec {
	list-style-type:none;
}

table.sitep th {
	width: 17em;
}

.planin {
	background: #909dcc;
    padding: 5px 10px 10px;
    border-radius: 10px;
    color: #FFF;
}

#header {
	flex-wrap: wrap;
}

#header.page {
	height: auto;
    min-height: auto;
}

#header.page h1 {
    text-align:center;
    margin-bottom: 0.2em;
}

#header.page .content {
	margin-right: 0;
	order:1;
	margin-bottom:2em;
}

#header.page .phone {
	margin-right: 0;
	order:2
}

#header.page p.addr {
	text-align: center;
}

#header.page .actions {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: center;
}

ul.menus {
	width: 100%;
	cursor: default;
	list-style: none;
	padding-left: 0;
	text-align: center;
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
	order:3;
}

ul.menus li {
	display: inline-block;
	line-height: 1.0;
}

ul.menus small {
	font-size:0.6rem;
}

ul.menus li:last-child {
	padding-right: 0 !important;
}

ul.menus li .icon:before {
	font-size: 1.75rem;
}

span.tool {
	background:#909dcc;
	color:#FFF;
	padding:0px 5px 6px;
	font-weight:bold;
	border-radius:5px;
	margin-right:10px;
}

p.name {
	text-align: right;
}

.name img {
	width:130px;
	vertical-align: -10px;
}

#header p.addr {
	font-size:0.95rem;
	color:#FFFFFF;
}

.gtr-uniform .title {
	font-size:0.9rem;
	line-height: 1.3;
    display: block;
}

.image.fit {
    margin: 0 0 0.5em 0;
}

.image.fit img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.image.fit img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.button.primary {
	background-color: #909dcc;
}

.button.primary.active {
	background-color: #e27530;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
.tbsc {
    overflow-x: auto;
}
	
.tbsc table {
    width:700px;
}
	
	.sitep2 th,
	.sitep2 td{
		width:auto;
	}
}

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

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			padding: 0 5px;
		}
.smp, .mdp, .lgp {
    width: 100%;
	margin-bottom:15px;
	}
	}