@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
 }

@font-face {
  font-family: 'hannari';
  src: url(./font/hannari.eot) format('embedded-opentype');
  src: url(./font/hannari.otf) format('opentype'); 
  src: local('hannari Regular'), local('hannari');
}
a{
	text-decoration:none;
	color: #FFF;
}
.menu01 a {
	width: 171px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/menu_01.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}
.menu01 a:hover {
    background-position: 0 -30px;
}
.menu02 a {
	width: 171px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/menu_02.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}
.menu02 a:hover {
    background-position: 0 -30px;
}
.menu03 a {
	width: 171px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/menu_03.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}
.menu03 a:hover {
    background-position: 0 -30px;
}
.menu04 a {
	width: 171px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/menu_04.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}
.menu04 a:hover {
    background-position: 0 -30px;
}
.menu05 a {
	width: 171px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/menu_05.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}
.menu05 a:hover {
    background-position: 0 -30px;
}
#navi li {
	text-align: center;
}
#fnavi li {
	float: left;
	display:flex;
	text-align: center;
}
#navi {
	display: flex;
	justify-content: space-between;
	width:96%;
	margin:auto;
	white-space:nowrap;
}
#fnavi {
	display: block;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 781px;
}
.menu00 {
	padding-right: 45px;
}

/**/
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
 
#loopslider ul {
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 500px;
    height: 5000px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

*{
	margin: 0;
	padding: 0;
}
/**/


#bodyt {
	width: 860px;
	text-align: center;
	padding-bottom: 100px;
	background-repeat: repeat;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#body1 {
	background-size:cover;
	text-align: center;
	margin: auto;
	position: relative;
}
#body02 {
	width: 94%;
	height:450px;
	text-align: center;
	margin: auto;
}
#body-bk #body #body1 #redbox tr td {
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
}
#b1_mein {
	background-image: url(../images/kodawari.png);
	text-align: left;
	line-height: 25px;
	width: 860px;
	padding-top: 90px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
}
#b2gazou {
	margin-bottom: 50px;
}
#b2bar {
	margin-bottom: 30px;
	margin-top: 50px;
}
#body-bk #body #body2 table {
	text-align: center;
	margin-bottom: 30px;
}

#headerbg {
	height: 138px;
	width: 100%;
}

#text_center {
	text-align: center;
}
.nlink {
	color: #FF0;
}
#body-bk #body #body1 #redbox tr td span a {
	text-decoration: none;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-decoration: none;
}
img {
	border:0;
}
#red{ color:#c7000a;}
#crimson{
	font-family: 'Crimson Text', sans-serif;
}
h1{
	font-size: 36pt;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin:0;
	padding:0;
	font-weight: lighter;
}
#header {
	background-color: #00244f;
	height: 100px;;
}
div#header-fixed{
	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
	width: 100%;                /* 横幅100%　*/
	height: 100px;;              /* 縦幅100px; */
    }
     
    div#header-bk {
	background-color:#015fa6;
	padding:40px 0 0;
	height:100px;              /* 縦の高さ120 */
	width:100%;                /* 横の幅を100% */
	position: fixed;
	z-index: 1000;
    }
	
	
    /* フッターの固定 */
    div#footer-fixed
    {
	bottom: 0px;                /* 位置(下0px) */
	left: 0px;                  /* 位置(左0px) */
	width: 100%;                /* 横幅100%　*/
	height: 120px;              /* 縦幅140px */
	background-color: #015fa6;
	margin-top: 180px;
	padding: 30px 0 20px 0;
    }
     
    div#footer-bk
    {
	background-image: url(../images/foot_back.gif);
	background-repeat: repeat;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
    }
     
    div#footer {
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 860px;              /* 横の幅970px */
	margin: auto;              /* 中央揃え */
    }
	    /* ボディの定義 */
    div#body-bk{
	padding:0;
    }
     
    div#body{
	width:100%;
	margin:auto;
    }
.brogo {
	text-align: left;
	padding-top: 70px;
	padding-bottom: 30px;
}
#rel {
	position: relative;
}
#body-bk #body #body2 #ryouri #otu {
	width: 410px;
	text-align: left;
	margin-right: 40px
}
#body2 table tr #table_right {
	text-align: right;
}
#body5 .gallary #gyallary02 {
	text-align: right;
}
.fl{ float:left;}
#tenpo {
	width: 860px;
	line-height: 20pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tenpo tr th {
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #00244f;
	height: 40px;
	text-align:left;
}
#tenpo tr td {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
	height: 40px;
}
#table_right {
	text-align: right;
}
#galmoji {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
	margin-bottom: 30px;
	font-weight: normal;
}
#galmoji2 {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
	margin-bottom: 30px;
	font-weight: normal;
	margin-left: 28px;
}
.body1_txt {
	position: absolute;
	text-align: right;
	top: 80px;
	right:10px;
	font-size:0.6em;
	line-height:2.2em;
}
.body2_txt {
	text-align: left;
	padding-top: 50px;
	line-height: 1.6em;
}
#copy {
	font-size: 0.6em;
	color: #FFF;
	margin-top: 30px;
}
#footer-fixed a img {
	margin: auto;
	text-align: center;
}
#footmenu {
	list-style-type: none;
	display: inline-block;
	color: #FFF;
}
#footmenu li {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	font-size: 0.8em;
}
#headerbg #header-bk #navi #headlist a {
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #FFF;
	font-size: 0.8em;
	margin: 8px auto;
}
#headerbg #header-bk #navi #headlist2 a {
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #FFF;
	font-size: 12pt;
	margin: 10px 0;
}
#headerbg #header-bk #navi #headlist a:hover ,#headerbg #header-bk #navi #headlist2 a:hover { color:#fff100;}
#footer-fixed #footmenu li a:hover { color:#fff100;
}
.bg-slider {
	height: 300px;
	width: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
	z-index: 99;
}
#slide {
	width:100%;
	margin:0 auto;
	position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
width:100%;
}
#body-bk #body #onrogo #slide ul li {
	list-style-type: none;
	width:100%;
}
#onrogo {
	position: absolute;
	top: 150px;
	left:-1px;
}
.b_naiyou {
	text-align: left;
	font-size: 10pt;
}

#body-bk #body div .b_koumoku tr td div a {
	color: #F00;
}
#body-bk #body .main {
	width:300px;
}
li{ list-style:none;}

#body-bk #body .main {
	margin: 30px auto 50px auto;
	width: 100%;
}
#body-bk #body .main ul li {
	display: inline;
	margin:auto 10px;
}
#body-bk #body .main ul .topcontents a {
	color:#015fa6;
}
.denkipoint {
	font-size: 2em;
	color: #eb6100;
	font-weight: 600;
	letter-spacing: 0.3em;
	margin-top: 30px;
	margin-bottom: 15px;
}
.denkipoint2 {
	font-size: 12pt;
	color: #eb6100;
	font-weight: 600;
	letter-spacing: 0.3em;
	margin-top: 30px;
	margin-bottom: 15px;
	vertical-align: top;
}
.denkipoint3 {
	font-size: 16pt;
	color: #eb6100;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	vertical-align: top;
}
#body-bk #body .main ul .topcontents a {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:600;
	color:#015fa6;
	font-size: 1em;
	border:solid 3px #015fa6;
	padding:8px 20px;
	vertical-align: middle;
}
#body-bk #body .main ul .topcontents a:hover {
	font-family: 'Noto Sans Japanese', sans-serif;
	color:#FF0;
	background-color:#015fa6;}
a:hover{
	    -webkit-transition: 0.8s;
	    -moz-transition: 0.8s;
	    -o-transition: 0.8s;
	    -ms-transition: 0.8s;
	    transition: 0.8s;
}
.container {
	display: flex;
	justify-content: space-between;
}
.item260 {
	width:100%;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom:10px;
}
#body-bk #body .tai_box {
	position:relative;
}
#body-bk #body .tai_box .tai_en img {
	position:absolute;
	bottom:0;
	right:0;
}
#body-bk #body .b_koumoku {
	font-size: 16pt;
	margin-top: 20px;
}
#body-bk #body .b_koumoku tr td div a {
	color: #00F;
	text-decoration: underline;
}
#body-bk #body .sercice_conten {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 20px;
}
.balloon01,.balloon02,.balloon03,.balloon04,.balloon05,.balloon06 {
	display:none;
}
.sercice_flow_co {
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	border-collapse: separate;
	border-spacing: 0;
}
.sercice_flow {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
.sercice_flow_co a:active .balloon01 {
	position: absolute;
	top: 180px;
	left:0px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
}
.sercice_flow_co a:active .balloon02 {
	position: absolute;
	top: 400px;
	left:0px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
}
.sercice_flow_co a:active .balloon03 {
	position: absolute;
	top: -10px;
	left:-80px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	right: 0px;
}
.sercice_flow_co a:active .balloon04 {
	position: absolute;
	top: 570px;
	left:-80px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	right: 0px;
}
.sercice_flow_co a:active .balloon05 {
	position: absolute;
	top: 180px;
	right:-50px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
}
.sercice_flow_co a:active .balloon06 {
	position: absolute;
	top: 400px;
	right:-50px;
	display: block;
	z-index:10;
	-webkit-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 34px -13px rgba(0,0,0,0.75);
}
.nagare_tree {
	display: inline-table;
}
.nagare {
	display: table;
}
.kaisya_tree {
	display: table-cell;
	line-height: 2em;
	font-size: 0.6em;
	white-space:nowrap;
}
.kaisya_tree_fake {
	line-height: 2em;
	font-size: 11pt;
}
#headerbg #header-bk #navi li {
	display: table-cell;
	vertical-align: top;
}
#torihiki li {
	list-style-type: disc;
	font-size: 11pt;
}
#body-bk #body div .denkipoint2 img {
	vertical-align: -2px;
}
#submenu {
	font-family: 'Noto Sans Japanese', sans-serif;
	color:#000;
	font-weight:300;
	font-size:10pt;
	letter-spacing: 0.2em;
}
.h1_bun {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:15pt;
	font-weight:500;
	color: #00244f;
}
.h3_bun {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:11pt;
	color: #000;
	line-height: 1.8em;
}
#headerbg #header-bk #mainmenu {
	margin-bottom: 16px;
}

#navi #headlist {
	width: 18%;
}
#navi #headlist2 {
	width: 18%;
}
.aisatsu01 {
	padding:0 3% 350px 3%;
	width: 94%;
	margin: auto;
	background-image: url(../images/earth_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	background-size:200%;
}
.aisatsu02 {
	padding:0 5% 300px 5%;
	width: 90%;
	margin: auto;
	background-image: url("../images/2025otowabill.jpg");
	background-position: bottom;
	background-repeat:no-repeat;
	text-align: justify;
text-justify: inter-ideograph;
}
.wid100{
	width:100%;
	margin:auto;
}
/*====================================================*/

#otoslide{
	position: relative;
	width: 100%;
	height: 100px;
	overflow:hidden;
	padding:0!important;
}

.otoslide{
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	padding:0!important;
}   

#asnakami1{
      -moz-animation: fadeinout 6.5s 0s infinite;
      -webkit-animation: fadeinout 6.5s 0s infinite;
      -o-animation: fadeinout 6.5s 0s infinite;
      animation: fadeinout 6.5s 0s infinite;
}

#asnakami2{
      -moz-animation: fadeinout 6.5s 0.5s infinite;
      -webkit-animation: fadeinout 6.5s 0.5s infinite;
      -o-animation: fadeinout 6.5s 0.5s infinite;
      animation: fadeinout 6.5s 0.5s infinite;
}

#asnakami3{
      -moz-animation: fadeinout 6.5s 1s infinite;
      -webkit-animation: fadeinout 6.5s 1s infinite;
      -o-animation: fadeinout 6.5s 1s infinite;
      animation: fadeinout 6.5s 1s infinite;
}

#asnakami4{
      -moz-animation: fadeinout 6.5s 1.5s infinite;
      -webkit-animation: fadeinout 6.5s 1.5s infinite;
      -o-animation: fadeinout 6.5s 1.5s infinite;
      animation: fadeinout 6.5s 1.5s infinite;
}

#asnakami5{
      -moz-animation: fadeinout 6.5s 2.0s infinite;
      -webkit-animation: fadeinout 6.5s 2.0s infinite;
      -o-animation: fadeinout 6.5s 2.0s infinite;
      animation: fadeinout 6.5s 2.0s infinite;
}

#asnakami6{
      -moz-animation: fadeinout 6.5s 2.5s infinite;
      -webkit-animation: fadeinout 6.5s 2.5s infinite;
      -o-animation: fadeinout 6.5s 2.5s infinite;
      animation: fadeinout 6.5s 2.5s infinite;
}
#asnakami7{
      -moz-animation: fadeinout 6.5s 3.0s infinite;
      -webkit-animation: fadeinout 6.5s 3s infinite;
      -o-animation: fadeinout 6.5s 3s infinite;
      animation: fadeinout 6.5s 3s infinite;
}
#asnakami8{
      -moz-animation: fadeinout 6.5s 3.5s infinite;
      -webkit-animation: fadeinout 6.5s 3.5s infinite;
      -o-animation: fadeinout 6.5s 3.5s infinite;
      animation: fadeinout 6.5s 3.5s infinite;
}
#asnakami9{
      -moz-animation: fadeinout 6.5s 4s infinite;
      -webkit-animation: fadeinout 6.5s 4s infinite;
      -o-animation: fadeinout 6.5s 4s infinite;
      animation: fadeinout 6.5s 4s infinite;
}
#asnakami10{
      -moz-animation: fadeinout 6.5s 4.5s infinite;
      -webkit-animation: fadeinout 6.5s 4.5s infinite;
      -o-animation: fadeinout 6.5s 4.5s infinite;
      animation: fadeinout 6.5s 4.5s infinite;
}
#asnakami11{
      -moz-animation: fadeinout 6.5s 5s infinite;
      -webkit-animation: fadeinout 6.5s 5s infinite;
      -o-animation: fadeinout 6.5s 5s infinite;
      animation: fadeinout 6.5s 5s infinite;
}
#asnakami12{
      -moz-animation: fadeinout 6.5s 5.5s infinite;
      -webkit-animation: fadeinout 6.5s 5.5s infinite;
      -o-animation: fadeinout 6.5s 5.5s infinite;
      animation: fadeinout 6.5s 5.5s infinite;
}
#asnakami13{
      -moz-animation: fadeinout 6.5s 6s infinite;
      -webkit-animation: fadeinout 6.5s 6s infinite;
      -o-animation: fadeinout 6.5s 6s infinite;
      animation: fadeinout 6.5s 6s infinite;
}

@-moz-keyframes fadeinout {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { opacity:0;left:100%; }
 99.99% { opacity:0;left:100%; }
 100% { opacity:0;left:0%; }
}

@-webkit-keyframes fadeinout {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { opacity:0;left:100%; }
 99.99% { opacity:0;left:100%; }
 100% { opacity:0;left:0%; }
}

@-o-keyframes fadeinout {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { opacity:0;left:100%; }
 99.99% { opacity:0;left:100%; }
 100% { opacity:0;left:0%; }
}

@keyframes fadeinout {
 0% { left:0%; opacity:0;}
 5% { left:0%;opacity:1; }
 20% { left:0%; opacity:1;}
 25% { left:0%;opacity:0; }
 26% { opacity:0;left:100%; }
 99.99% { opacity:0;left:100%; }
 100% { opacity:0;left:0%; }
}
.fr {
	float: right;
}
.mapteisai {
	margin-top:160px;
}
.flex{
	display: -webkit-flex;
    display: flex;
}
.3parts {
	width:30%;
}
.rel{ position:relative;}
.abs{ position:absolute;}
.suumei{ bottom:200px;
	line-height: 1.8em;
left:70%;
}
#sarvice flex div {
	font-size: 0.8em;
}
#body #service tr th {
	width: 40%;
}

@media screen and (max-width:350px){body{ font-size:90%;}}