@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Carme|Cantarell:400,400italic,700,700italic|Josefin+Sans:400,100,100italic,300,300italic,400italic,600,700,700italic,600italic);

body, html {
    width: 100%;
	margin:0;
    font-size: 13px;
	font-family: 'Noto Sans Japanese', sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#wrap {
	width:100%;
}

#head {
    background: #000;
	color: #fff;
}

img { width: 100%;}

#header {
	background: #736f73;
	background-image: -webkit-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -moz-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -ms-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -o-linear-gradient(top, #736f73, #b3b3b3);
	background-image: linear-gradient(to bottom, #736f73, #b3b3b3);
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	height: 100%;
}

header {
	max-width: 1000px;
	margin: auto;
}

#slider {
	margin:auto;
	max-width:1000px;
	width:100%;
}


ul#menu  {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#menu li a:hover {
	background: #698b8c;
	background-image: -webkit-linear-gradient(top, #698b8c, #97bdbb);
	background-image: -moz-linear-gradient(top, #698b8c, #97bdbb);
	background-image: -ms-linear-gradient(top, #698b8c, #97bdbb);
	background-image: -o-linear-gradient(top, #698b8c, #97bdbb);
	background-image: linear-gradient(to bottom, #698b8c, #97bdbb);
	text-decoration: none;
}

#container, #top-container {
	max-width: 1000px;
	min-width: 320px;
	margin: auto;
}

.inner { padding: 15px 10px;}

#top-container h2, #top-container h3 {
	font-size: 16px;
	border-bottom: solid 1px #000;
	text-indent: 10px;
}

footer {
	text-align: center;
	padding: 5px;
}

footer ul {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

footer {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #474747), color-stop(0.00, #000000));
background: -webkit-linear-gradient(top, #000000 0%, #474747 100%);
background: -moz-linear-gradient(top, #000000 0%, #474747 100%);
background: -o-linear-gradient(top, #000000 0%, #474747 100%);
background: -ms-linear-gradient(top, #000000 0%, #474747 100%);
background: linear-gradient(top, #000000 0%, #474747 100%);
color: #fff;
}

footer ul li {
	margin: 0 1%;
}

footer ul li a{
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover{
	color: #f00;
}

ul.link, ul.link2 {
	list-style: none;
	margin: 0 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.link li, ul.link2 li{
	border-left: solid 7px #6c6c6c;
	padding: 7px;
	margin-bottom: 10px;
}

ul.link li a, ul.link2 li a{
	text-decoration: none;
	color: #0000ff;
	border-bottom: solid 1px #000;
}

.form-go {
	text-align: center;
}

.submit, .reset {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 4px 20px;
	text-align: center;
	border: none;
	font-weight: bold;
	margin: 10px 20px;
	font-size: 20px;
	
}

.submit:hover, .reset:hover {
	color: #bf0000;
}


.submit {
	-webkit-box-shadow: 0px 0px 10px #6495ED;
	-moz-box-shadow: 0px 0px 10px #6495ED;
	box-shadow: 0px 0px 10px #6495ED;
	background-image: -moz-linear-gradient(top, #6495ED, #87CEFA);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #6495ED), color-stop(1.0, #87CEFA));
	background-color: #DDDDDD;
	color: #FFFFFF;
}


.reset{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px #F0E68C;
	-moz-box-shadow: 0px 0px 10px #F0E68C;
	box-shadow: 0px 0px 10px #F0E68C;
	background-image: -moz-linear-gradient(top, #FFD700, #FFFACD);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFD700), color-stop(1.0, #FFFACD));
	color: #1f3f89;
}


/*              clearfix                         */ 

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
