/*
   Eirokuen
   Author: Ai Hubrel
   Date:   

   Filename:    jpcraft_styles.css (for PC)
   Supporting Files: JPcraft.html
*/


/* Style for #main */

#main{
    margin:20px;
    padding-top: 5px;
    text-align: left;
    
    background-color: rgb(245, 246, 255);
    background-color: rgba(245, 246, 255, 0.74);
    border-radius: 10px;
    border:0.5px solid gray;
}

#main h1{
    font-size: 110%;
    text-shadow: 1px 1px 2px gray;
}

/* Style for #subtitle*/

#subtitle{
    margin: 20px 20px -16px 20px;
    padding-top: 5px;
    text-align: center;
}

#subtitle h1{
  font-size: 110%;
}


/* Style for map */ 

#map{
    margin: 0 20px 0 20px;
    padding-top: 5px;
    text-align: center;
}

#map img{
    border-radius: 3px;
    box-shadow: 0 0 5px #203a45;
    padding-left: 100px;
    background-color: white;
    
    width:600px;
    height:auto;
}

/* style for #click */

#click {
   position: relative;
   top:50px;
   left:340px;
   font-style: italic;
}

#click span{
    color: black;
    background-color: pink;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}

/* Style for #pictureMobile (not shown) */

#pictureMobile{
  display: none;
}

/* Style for #credit */

#credit{
  text-align: center;
  font-size: 70%;
}

/* Style for #labelMobile (not shown)*/

#labelMobile{
  display: none;
}

/* Style for #label */

#label div{
    border: 1px;
    border-radius: 3px;
    box-shadow: 0 0 5px #203a45;
    width:15%;
    background-color:#FBFBEF;
    text-align: center;
}

#label div a{
    text-decoration: none;
    color:#08088A;
}

#Nishijin{
  position:relative;
  top:-210px;
  left:300px;
}

#Kiyomizu{
  position:relative;
  top:-255px;
  left:300px;
}

#Edo{
  position:relative;
  top:-200px;
  left:450px;
}

#Nanbu{
  position:relative;
  top:-290px;
  left:520px;
}

#Oodate{
  position:relative;
  top:-390px;
  left:450px;
}

#Arita{
  position:relative;
  top:-250px;
  left:150px;
}

#Hakata{
  position:relative;
  top:-295px;
  left:210px;
}

/* Style for #list*/

#list{
    margin: -120px 20px 0 20px;
    padding-bottom: 20px;
}

#list ul li{
  list-style: none;
}

#list p{
  text-indent: 50px;
  margin-left: 0;
}

#list h2{
    font-size: 110%;
    font-weight: normal;
    color: white;
    text-shadow: none;
}

#list h2 span{
    text-shadow: 1px 1px 2px gray;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3a608c;
    border-radius: 30px;
    text-align: center;
}

/* Style for #button*/

#button{
  clear: both;
  text-align: center;
  margin-bottom: 10px;
}



/*

*{
 outline: 1px solid red;   
}

*/
