﻿@import "yzipi-pc.css";
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 17px;
	letter-spacing: 0.8px;
	position:relative;
	letter-spacing:1px;
}
@media only screen and (min-width: 900px) {body{background: #efefef;}}
@media only screen and (max-width: 900px) {body{background: #fff;}}
a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
	transition: color 0.3s;letter-spacing:1px;
}
a:hover {
	color: #d6623d;
}
::selection{background:#d6623d;color:#fff;}
img{display:block;}

.servicetitle{
	text-align:left;
	padding-left:15px;
	padding:10px 0 15px 15px;
	font-weight:normal;
	font-size:1.5em;
	color:#34393d;
}
.serivce-page{
	width:1254px;
	margin:0 auto;
	margin-top:70px;
	background:#fff;
	overflow:hidden;
	padding:30px 0 0 0;
}
.serivce-text{
	padding:5px 20px;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.5;
}

.serivce-text p{
	margin:0 0 1.5em;
}

.serivce-text ul,.serivce-text ol{
	padding:0 0 0 15px;
	list-style:disc;
}