@charset "utf-8";

body{
margin:0;
padding:0;
width:700px;
}
main{
  box-sizing: border-box;
  padding:10px 10px 0 10px;
  width:700px;
  font-size:12px;
  background-image:url(./img/chundigi.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:left bottom;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.flex{
  display:flex;
}

h2{
  font-size:20px;
  font-weight:bold;
  background-color:rgb(255, 240, 175);
}

.top{
  background-image: url(./img/toplogoback1.jpg);
  width:700px;
  text-align: center;

}

.head{
  position:relative;
  display:inline-block;
  height:60px;
  width:690px;
}

.head img{
  position:absolute;
  left:0;

}

.head p{
  position:absolute;
  bottom:0;
  right:0;
  margin-bottom:10px;
}


.left{
  padding:30px 10px 0 0;
}
.left a{
  display:inline-block;
  width:100%;
  margin-bottom:15px;
}
.raight{
  /* display: flex; */
  color:black;
}
.raight a{
  text-decoration: none;
}
.raight a:hover{
  text-decoration: underline;
}
.mbody{
  border:5px double rgb(200, 200, 200);
  padding:15px 10px;
  background-color:rgb(255, 250, 235);
  line-height:150%;
}
.mprice p{
  margin:3px 0;
}
.mprice div{
  display:inline-block;
  margin-left:25px;
}
.tv p{
  margin-left:25px;
}
.stb{
  margin-left:25px;
}
.ch{
  border:3px solid blue;
  padding:10px;
}

.copy{
  text-align:center;
  background-color: transparent;
}
table{
  border-collapse:collapse;
  width:90%;
  margin:10px auto;
}

table td, table th{
    border:solid 1px black;
    text-align: center;
    height:30px;
}
td{
  background-color:white;
}
th{
  background-color:rgb(255, 250, 200);
}
th{
  font-size:14px;
}
table tr:first-child{
  width:30%;
}
.col15{
  width:15%;
}
.col25{
  width:25%;
}
.col45{
  width:45%;
}
.tdleft{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.wb{
  background-color: rgb(75, 75, 75);
  color:white;
  font-size:15px;
}
.tokki{
  display:inline-block;
  width:90%;
  padding:0 5%;
  margin:5px auto;
}
.price{
  font-size:14px;
}
.price h2{
  background-color: white;
  text-align: center;
  color:rgb(0, 0, 150);
  padding-bottom:30px;
  border-bottom:dotted 2px rgb(0, 0, 150);
  margin-bottom:45px;
}
.price h3{
  margin-top:45px;
  color:rgb(0, 0, 100);
}
.price td,.price th{
  height:50px;
  background-color:white;
  padding:5px 5px;
}
.price th{
  background-color:rgb(245, 245, 245);

}
.price table{
  border-collapse:separate;
  border:solid 1px black;
}
.price p{
  width:90%;
  margin:0 auto;
  margin-bottom:30px;
  border:solid 1px rgb(225, 225, 225);
  padding:10px 10px;
  box-sizing: border-box;
  background-color:rgb(253, 253, 253);
}
.box{
  height:500px;
  width:300px;
  background-color: red;
}