html, body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a{
    color: #0075C7;
}
#navi a{
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
#navi a:hover {
opacity: 0.7;
background: #3498db;
color: white !important;
}
input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}


table#table-01 {
    border: 1px solid #bababa;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 5px;
    margin-top: 0;
}
table#table-01 th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e2e2e2;
    background-image: url("../image/menu_back02.gif");
    border-color: #bababa;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    line-height: 120%;
    padding-top: 3px;
    text-align: center;
}

table#table-01 td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bababa;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*a {
    color: #0693cd;
    text-decoration: none;
}*/



* {
}
*::-moz-selection {
    background: #ffef86 none repeat scroll 0 0;
    color: #141414;
}



div#title {
	background: url("../image/title04_02.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	padding:10px 0px 10px 0px;
	/*color:#666666;*/
	font-weight:normal;
	width:100%;
	font-size:16px;
	/*font-family: YuGothic,"??¿½?¿½??¿½?¿½S??¿½?¿½V??¿½?¿½b??¿½?¿½N","??¿½?¿½??¿½?¿½??¿½?¿½C??¿½?¿½??¿½?¿½??¿½?¿½I","Lucida Grande","Hiragino Kaku Gothic Pro","??¿½?¿½q??¿½?¿½??¿½?¿½??¿½?¿½M??¿½?¿½m??¿½?¿½p??¿½?¿½S Pro W3","??¿½?¿½l??¿½?¿½r ??¿½?¿½o??¿½?¿½S??¿½?¿½V??¿½?¿½b??¿½?¿½N",Meiryo,Geneva,Arial,Verdana,sans-serif;*/
	text-align:center;
}

/**** footer ****/
#ads_logo a:link, #ads_logo a:active, #ads_logo a:visited, #ads_logo a:hover {
    color: black;
    display: block;
    font-size: 11px;
    position: absolute;
    right: 25px;
    text-decoration: none;
}




* { margin: 0; padding: 0;
}

/* ??¿½?¿½??¿½?¿½??¿½?¿½Â‚ï¿½??¿½?¿½??¿½?¿½??¿½?¿½X??¿½?¿½g*/
ul#navi{
	margin: 10px;
}
ul#navi li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}

ul#navi li:first-child{
	border-radius: 8px 8px 0 0;
}

ul#navi li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
}

/* ul#navi li a{
	color: #000000;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:normal;
} */

ul#navi li a{
	color: #000000;
	display: block;
	/* height: 60px; */
	margin: 0;
	padding: 15px 0 15px 10px;
	overflow: hidden;
	white-space: nowrap;
	/* line-height: 60px; */
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:normal;

}

/*ul li a::after{
	content: url(list_mark1.png);
	float: right;
}*/


input.bt001 {
    /* background: rgba(0, 0, 0, 0) url("../image/button-bg001.gif") repeat-x scroll 0 0; */
    background: #f0f9ff;
    border-color: #0369a1;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
	display: inline-block;
    /* float: left; */
    height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
	padding:5px 0 5px 0;
	color: #0f172a;
	font-size:14px;
}

/*ul#menu a:before {
	border-top: 1px solid #ccc;
}*/
ul#menu a {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 15px 25px 15px 11px;
	font-weight: normal;
	text-decoration: none;
}
ul#menu a i{
	margin-right:8px;
	color:#333333;
}
ul#menu a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

ul#menu li:first-child a{
	border-top: 1px solid #ccc;
}

.effect{
    -webkit-box-shadow: 0 10px 6px -7px #A1A1A1;
       -moz-box-shadow: 0 10px 6px -7px #A1A1A1;
            box-shadow: 0 10px 6px -7px #A1A1A1;
}

.gradient_blue{
	/* Mod 2017.07.05 */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #78DBFB), color-stop(1.00, #00A1E1));
    background: -webkit-linear-gradient(#78DBFB, #00A1E1);
    background: -moz-linear-gradient(#78DBFB, #00A1E1);
    background: -o-linear-gradient(#78DBFB, #00A1E1);
    background: -ms-linear-gradient(#78DBFB, #00A1E1);
    	background: linear-gradient(#78DBFB, #00A1E1);*/
	background-color:#3498db;
}

#contents{
    background-color: #FAF2E6;
}
#main{
	background-color: #fff;
}
@media screen and (min-width:768px) {
	#main{
		width: 768px;
		margin: 0 auto;
		text-align: left;
		padding:0 10px 10px 10px;
	}
}
.clearfix{
	clear: both;
}
.circle {
    display: block;
    background-color: #F6BB42;
    /*     margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; */
}


/* .circle {
display: block;
margin: 0 auto;
} */

.circle {
    margin: 0 auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    line-height: 60px;
    vertical-align: middle;
    position: relative;
}

.bg_lightblue {
	background-color: #efffff !important;
}
.bg_heavenlyblue {
    background-color: #68a4d9 !important;
}

.bg_lotuspink {
    background-color: #de82a7 !important;
}

.bg_sahara {
    background-color: #e29676 !important;
}

.bg_cobaltgreen {
    background-color: #3cb37a !important;
}
.bg_lightgreen{
    background-color:#EDFCCE !important;
}
.bg_goldenyellow {
    background-color: #f6ae54 !important;
}
.bg_orange {
    background-color: #FCE2B4 !important;
}
.bg_lavendergray {
    background-color: #bcbace !important;
}
.bg_Samborski1 {
    background-color: #dbdbff !important;
}
.bg_gray {
	background-color:#eeeeee !important;
}
.circle .fa,.circle .fas,.circle .far {
    position: absolute;
    top: 80%;
    left: 80%;
    margin-left: -12px;
    margin-top: -16px;
    color: #ffffff;
}
.circle .fa-pencil-square-o {
    left: 70%;
}
.circle .fa-pencil {
    left: 77%;
}
.circle .fa-users {
    left: 70%;
}
.circle .fa-envelope-o {
    left: 72%;
}
.circle .fa-envelope {
    left: 68%;
}
.circle .fa-question {
    left: 80%;
}
.circle .fa-times {
    left: 82%;
}
.circle .fa-list-alt {
    left: 68%;
    top: 81%;
}
.circle .fa-car {
    left: 65%;
}
/* Add 2018.10.15 calendar */
.limit1 {
	background-color:#eeeeee !important;
}

.explain{
    margin-top:10px;
    border:6px solid #EFF4E4;
    padding:4px;
}

.note{
    width:80px;
}

.ng .note{
    font-size:1.2rem;
    color: #747474;
    text-align: center;
    /*display: block;*/
    background-color: #FFFFFF;
    font-weight: bolder;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    -webkit-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    box-shadow: 0px 1px 0px #E7E5E5,inset 0px 0px 1px #fff;*/
    -webkit-transition: all 0.3s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transition: all 0.3s linear;
    -mox-transform-origin: 50% 50%;
    margin-bottom:3px;
}

.no .note{
    font-size:1.2rem;
    background-color: #FFE1F1;
    color: #747474;
    text-align: center;
    /*display: block;*/
    font-weight: bolder;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    -webkit-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    box-shadow: 0px 1px 0px #E7E5E5,inset 0px 0px 1px #fff;
    -webkit-transition: all 0.3s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transition: all 0.3s linear;
    -mox-transform-origin: 50% 50%;
    margin-bottom:3px;
}
.expire .note {
    font-size:1.2rem;
    background-color:#dbdbff;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    -webkit-box-shadow: 0px 3px 0px #BBBBBB,inset 0px 0px 2px #fff;
    box-shadow: 0px 1px 0px #E7E5E5,inset 0px 0px 1px #fff;*/
    -webkit-transition: all 0.3s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transition: all 0.3s linear;
    -mox-transform-origin: 50% 50%;
}
.btn_pink {
    width: 50%;
    margin: 20px auto;
    float: none;
    background: #FF9999;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFCACA), to(#FF9999));
    background: linear-gradient(to bottom, #FFCACA, #FF9999);
}
