/* //////////////// import //////////////// */
/*@import url(http://fonts.googleapis.com/css?family=Lobster);*/

/* //////////////// header //////////////// */

.header {
    width: 100%;
    height: 600px;
    padding-top: 200px;

    /*　▼　ここに背景画像があるよ！　*/
    background-image: url(../img/pc.jpg);
    background-position: center center;
    background-size: cover;
}

/* //////////////// bootstrap上書き //////////////// */




/* //////////////// ranking //////////////// */

.ranking {
    padding: 20px 0;
    background-color: #ddffff;
    /*　▼　ここに背景画像　*/

}

.copy {
    background: #fff;
    padding: 20px 0;
    /*　▼　ここに横幅　*/

    /*　▼　ここに枠線　*/

    /*　▼　ここにマージン　*/
    margin:0 auto;
}

.first {
    font-size: 30px;
    /*　▼　ここに文字色　*/

}



/* //////////////// movie //////////////// */

.movie {
    padding: 30px 0;
    width: 100%;
    background: #eee;
}

.movie-center {
    width: 560px;
    margin: 0 auto;
}

/* //////////////// Photo //////////////// */

.photo {
    padding: 30px 0;
}

.photo img {
    margin-bottom: 30px;
}

/* //////////////// Map //////////////// */

.map {
    height: 500px;
}

/* //////////////// footer //////////////// */

footer {
    background: #000;
    color: #fff;
    padding: 10px 0;
}


/* //////////////// common //////////////// */
html,
body {
    /*width: 100%;*/
    max-width: 100%;
    height: 100%;
    padding: 10px 10px 10px 5px;
    text-align:center;
}
h1 {
color: #364e96;/*文字色*/
border: solid 3px #364e96;/*線色*/
/*margin: 3px;*/
padding: 8px;/*文字周りの余白*/
-webkit-border-radius: 8px;/*1em=16px*/
-moz-border-radius: 8px;
border-radius: 8px;/*角丸*/
/*font-family: 'Lobster', cursive;*/
}
h2 {
    /*　▼　ここに文字の大きさ　*/

}
h3 {
    /*margin-bottom: 20px;*/
}
img {
    max-width: 100%;
    height: auto;
}

a img:hover {
    opacity: 0.8;
}

table {
	width:100%;
    text-align:center;
}

td, th {
padding: 20px 10px;
}
td{
	text-align:center;
	margin-left: auto;
 	margin-right: auto;
}

.seiseki {
	padding: 2px 2px;
	text-align:center;
}

.button {
  margin: 0px auto 20px auto;
  max-width: 200px;/*width: 100%;*/
  padding: 10px;
  border: solid 2px #ccc;
  background: #eee;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.login{
	/*width: 450px;*/
	margin-left: auto;
 	margin-right: auto;
}
.login_main{
	max-width:300px;
	width: 100%;
	margin-left: auto;
 	margin-right: auto;
}