@charset "UTF-8";

/*--共通部分--
----*/

/*デフォルトのマージンをクリア*/

p, h1,h2,ul{
    margin: 0;
}

/*全体*/

/*
body{
padding: 10 5 5 0;
background-color: ##7DA1C4;
margin: 0 10px 0 10px;
width: 980px;
}
*/
/*ヘッダー*/


.sitetittle {
    font-size: 220%;
text-decoration: none;
color: #00a9ff;
}


.page-header {
    
 text-decoration: none;
    width: auto;
    height: auto;
   
}

/*

.ti{

    text-decoration: none;
}
ロゴ/

.logo{
    position: absolute;
    top: 40px;
    left: 10px;
}
*/

ナビバー/

.ul {
list-style: none;
}

.delete-marker {
    list-style: none;
}

.container li {
padding: 0px;
width: 95px;
margin: 5px;
float: left;
}

.ul con {
list-style-type: circle;
width: 30%;
}
/*
.container {
text-align: left;
   display: flex;
  justify-content: flex-start;
 }


.item {
font-size: 100%;
   text-decoration: none;
}
*/

/*メイン*/

.main {
background-color: ##7DA1C4;
    margin: 0% 5% 0 5%;
  /*  width: 980px;*/

}

.top {
    margin: 0 5px 0 5px;
outline: 1px solid blue;
}

.top img {
    float: right;
}

.migi {
padding: 0px;
float: right;
}

.mkcmain{
    background-image: mkback,jpg;
    text-decoration: none;
    margin: 0 15px 0 15px;
}

.footer {
    margin: 10px 0 0 0;
    text-align: right;
}

