﻿.container{
    padding-top:0px;
    width: 1000px;
    margin:0 auto;
    line-height: 1.5;
    color:#333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
.container .mB10{
    margin-bottom: 10px;
}
.container .bold{
    font-weight:bold;
}
.container .large{
    font-size: 20px;
}
.container .small{
    font-size: 12px;
}
.container .bc-blue{
    background-color: #deebf7;
}
.container .fc-blue{
    color: #0070c0;
}
.container .service-price{
    color:#548235;
}
.container .app-anchor{
    color: #0058c6;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    position: relative;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
}
.service-table thead td {
    border: 1px solid #bfbfbf;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}
.service-table thead td.slash1 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23%62%66%62%66%62%66%22%20stroke-width%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
    border-bottom: none;
    border-right: none;
}
.service-table thead td.slash2 {
    border-bottom: none;
    border-left: none;
}
.service-table thead td.slash3 {
    border-right: none;
    border-top: none;
}
.service-table thead td.slash4 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23%62%66%62%66%62%66%22%20stroke-width%3D%22.7%22%2F%3E%3C%2Fsvg%3E");
    border-left: none;
    border-top: none;
}
.service-table tbody td{
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.service-table .border-top-none {
border-top-style: none;
}

.service-table .border-bottom-none {
    border-bottom-style: none;
}

body{
	font-size:14px;
	line-height:18px;
	color: #333;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0px;
	background-color:#FFFFFF;
 }

#header{position:relative; background:#FFF; width:auto; height:60px;}

h1{ position:relative; top:12px; height:auto; width:980px; margin:0 auto;}

title1{
	position:relative; display: block;
	height:auto; width:980px;
	font-weight: bold;
	background:#FFF; margin:0 auto;  padding:10px 0;
	font-size:16px; color: #000066;
}

#menu{ background-color:#FFF; padding:10px 0;}

#menu p{ position:relative; display: block; width:980px; margin:0 auto;}

