/*body {margin: 0px;font-family: 'Sawarabi Mincho', sans-serif;}*/
body {margin: 0px;font-family: 'Shippori Mincho', serif;}
a{text-decoration: none; color: black;}
a:hover{opacity: 0.7;}
a:visited{color: black;}
ul{padding-left: 0px;list-style: none;}
footer{background:#95d6f0;padding-top: 5%;padding-bottom: 1%;text-align: center;}
footer li{margin-top: 1em;margin-bottom: 1em;}

.twocloumn{display: flex;}
	.threecolumn{display: flex;justify-content: space-between;}
	.width5{width: 5%;}
	.width10{width: 10%;}
	.width20{width: 20%;}
	.width30{width: 30%;}
	.width40{width: 40%;}
	.width50{width: 50%;}
	.width60{width: 60%;}
	.width70{width: 70%;}
	.width80{width: 80%;}
	.width90{width: 90%;}
	.width100{width: 100%;}
	.width180{width: 180px;}
	.height100{height: 100%;}
	.height40{height: 40%;}
	.height300px{height: 300px;}
	.heightAuto{height: auto;}
	.backgroundWhite{background:white;}
	.backgroundThinBlue{background: rgb(219, 233, 236);}
	.backgroundWater{background: #1cc7e1;}
	.backgroundWhiteNoBorder{background: white;
    border: 0px;}
	.margin0{margin:0px;}
	.textSize15{font-size: 1.5em;}
	.textSize3{font-size: 3em;}
	.textSize2{font-size: 2em;}
	.textSize8{font-size: .8em;}
	.line-height2em{line-height: 2.0em;}
	.bold{font-weight: bold;}
	.textalignRight{text-align: right;}
	.textalignCenter{text-align: center;}
	.margin-top-minus-5{margin-top: -5%;}
	.margin-top-minus-10{margin-top: -10%;}
	.margin-top-plus-8em{margin-top: 8em;}
	.margin-top-plus-10em{margin-top: 10em;}
	.margin-top-plus-5em{margin-top: 5em;}
	.margin-bottom-plus-5em{margin-bottom: 5em;}
	.margin-top-plus-3em{margin-top: 3em;}
	.margin-left-plus-1em{margin-left: 1em;}
	.paddingTopBottom5{padding-top: 5%; padding-bottom: 5%;}
	.padding5{padding: 5%;}
	.margin-left-plus-5em{margin-left: 5em;}
	.margin-right-plus-1em{margin-right: 1em;}
	.textcolor1{color: #b1b1b1;}
	.textcolor2{color: #00c2df;}
	.textcolor3{color: white;}
	.textcolor4{color: black;}
	.relative{position: relative;}
	.absolute{position: absolute;}
	.right20em{right: 20em;}
	.top15em{top: 15em;}
	.top3em{top: 3em;}
	.left1em{left: 1em;}
	.left2em{left: 2em;}
	.top0em{top: 0em;}
	.left0em{left: 0em;}
	.topminus15percent{top: -15%;}
	.topminus5percent{top: -5%;}
	.left15percent{left: 15%;}
	.right10percent{right: 10%;}
	.float-left{float: left;}
	.inline-block{display: inline-block;}
	.size12em{font-size: 1.2em;}
.line-height3em{line-height: 3em;}
.line-height18em{line-height: 1.8em;}
.line-height5em{line-height: 5em;}
.marginAuto{margin:0 auto;}
.marginAuto20{margin:20% auto;}
.margin2emAuto{margin:2em auto;}
.margin5emAuto{margin:5em auto;}
	.border-bottom{border-bottom: 1px solid #b1b1b1;}
.justyfy-content-around{justify-content: space-around;}

.zindexminus1{z-index: -1;}
.card-content{width: 70%;
    margin: 0 auto;}
