@charset "UTF-8";

/* Micro clearfix */
.cf { zoom: 1;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* DEFAULT */

body{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
}
a{
	text-decoration: none;
}
h1, h2 , h3{
	margin: 0;
	letter-spacing: -1px;
	color: #1759a8;
}

p{
	margin: 0 0 1em;
	line-height: 1.8;
	color: #333;
	text-align: justify;
}
ul{
	margin: 0 0 2em;
	padding: 0;
	list-style-position: inside;
}

/* BASE */

#wrapper{
	margin: 0 auto;
}

#header{
	width: 100%;
	padding-left: 6%;
}

#common-contents{
	margin: 2em auto 1em;
	width: 80%;
}



article.main{
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1.7em;
}
section{
	margin: 0 0 2em;
}

footer{
	width: 100%;
	text-align: center;
}

table {
	border: 1px solid #103a6d;
	width: 70%;
	margin: auto;
	margin-top: 10px;
}
table caption{
	line-height: 1.6em;
	background-color: #103a6d;
	font-size: 1.2em;
	padding: 2px;
	color: #FFF;
		border-bottom: 2px solid #FFF;
}
table tr{
	border: 1px solid #103a6d;
}
table th{
	background-color: #103a6d;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
.end{
	border-bottom: 1px solid #103a6d;
}
table td{
	padding: 5px;
}


/* LAYOUT */
.center{
	text-align: center;
}
header h1{
	font-size: 2.3em;
	margin: 0 0 0.2em;
}
.comment{
	padding: 1px 4px 1px 4px;
	font-size: 0.9em;
	margin: auto;
	margin-top: 15px;
	width: 70%;
	color: #103a6d;
	border-left: 10px solid #103a6d;
	border-bottom: 1px dotted #103a6d;
}
.inner_comment{
	margin: auto;
	margin-top: 15px;
	width: 70%;
	padding: 15px;
	font-size: 0.9em;
	color: #103a6d;
	border-top: 2px dotted #103a6d;
	border-bottom: 2px dotted #103a6d;
}
.captbox{
	padding: 0;
	width: 75%;
	margin: auto;
	margin-bottom: 5px;
	height: auto;
	border-bottom: 3px solid #1759a8;
	background-image: url(../img/eye_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

.capbox_inner{
	padding: 5px 5px 3px 35px;
}
p.tagline{
	font-size: 0.9em;
	text-align: left;
	text-transform: uppercase;
	color: #555;
}

#news{
	color: #103a6d;
	display: block;
	margin: auto;
	width: 100%;
	padding: 0;
	height: auto;
	border: 1px solid #103a6d;
}
.newstitle{
	background-color: #1759a8;
	color: #FFF;
	padding: 8px;
	font-size: 1.1em;
	border-bottom: 1px solid #103a6d;
}
.newscapbox{
	display: block;
	margin: 8px;
	border-bottom: 1px dotted #103a6d;
}
.newsdate{
	font-size: 0.8em;
	display: inline;
	padding-right: 10px;
}
.newscap{
	display: inline;
	font-size: 1em;
}
.newstext{
	color: #103a6d;
	padding: 2px 24px 8px 24px;
	font-size: 0.9em;
}
p.lead{
	padding: 2px 8px 8px 8px;
	font-size: 0.9em;
}
.lead ul{
	margin-left: 5px;
}
h1{
	font-size: 2em;
}

h2{
	font-size: 1.6em;
	margin-top: 1.3em;
}

h3{
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

small{
	text-transform: uppercase;
}

#banner{
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}

img{
	height: auto;
	margin: 0;
}
.common img{
width: 100%;
}
.lineup_box{
	padding: 10px;
	margin: auto;
	display: block;
	width: 680px;
	height: auto;
	text-align: center;
	border:solid 1px #1759a8;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lineup{
	display: inline-block;
	width: 200px;
	border: 1px solid #ccc;

	height: 200px;
}
.lineup_text{
	font-size: 0.8em;
}
/*フォーム*/
.form {
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#692801;
	border:solid 1px #ccc;
	margin:2px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.btn {
  background: #a4c7f2;
  background: -webkit-linear-gradient(top, #1759a8 0%,#103a6d 100%);
  background: -moz-linear-gradient(top, #1759a8 0%,#103a6d 100%);
  background: -o-linear-gradient(top, #1759a8 0%,#103a6d 100%);
  background: -ms-linear-gradient(top, #1759a8 0%,#103a6d 100%);
  background: linear-gradient(top, #1759a8 0%,#103a6d 100%);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 100px;
  height: 40px;
  margin: auto;
  margin-top: 10px;
  display: block;
}

.btn:hover {
  background: #d1c408;
  text-decoration: none;
}

.smallp {
	color: #ff9d9d;
	font-size: 0.8em;
}

.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pc{
	display: table-cell;
}
.mb{
	display: none;
}
input{
	width: 90%;
}
textarea{
	width: 90%;
}

/* responsive */
/* ★UNDER TABLET SIZE★ */
@media only screen and ( max-width: 541px) {
#banner{
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
}
#banner img{
	width: 100%;
}
img{
	height: auto;
}
table{
	width: 100%;
}
.menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #1759a8;
}

.menu li a{
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	line-height: 2.5em;
	color: #fff;
	border-bottom: 1px solid #333;
}
.pc{
	display: none;
}
.mb{
	display: block;
}


}

/* retina DISPLAY */


/* PC */
@media only screen and ( min-width: 541px ){

	.menu,
	.menu ul,
	.menu li,
	.menu a {
	    margin: 0;
	    padding: 0;
	    border: none;
	    outline: none;
	}

	.menu {
	    height: 40px;
	    width: 100%;

	    background: #a4c7f2;
	    background: -webkit-linear-gradient(top, #1759a8 0%,#103a6d 100%);
	    background: -moz-linear-gradient(top, #1759a8 0%,#103a6d 100%);
	    background: -o-linear-gradient(top, #1759a8 0%,#103a6d 100%);
	    background: -ms-linear-gradient(top, #1759a8 0%,#103a6d 100%);
	    background: linear-gradient(top, #1759a8 0%,#103a6d 100%);

	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	}

	.menu li {
	    position: relative;
	    list-style: none;
	    float: left;
	    display: block;
	    height: 40px;
	}
	.menu li a {
	    display: block;
	    padding: 0 14px;
	    margin: 6px 0;
	    line-height: 28px;
	    text-decoration: none;

	    border-left: 1px solid #184063;
	    border-right: 1px solid #3181c8;

	    font-family: Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    font-size: 13px;

	    color: #f3f3f3;
	    text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	    -webkit-transition: color .2s ease-in-out;
	    -moz-transition: color .2s ease-in-out;
	    -o-transition: color .2s ease-in-out;
	    -ms-transition: color .2s ease-in-out;
	    transition: color .2s ease-in-out;
	}

	.menu li:first-child a { border-left: none; }
	.menu li:last-child a{ border-right: none; }

	.menu li:hover > a { color: #fab705; }

}