@charset "utf-8";
/* CSS Document */
* {
 //margin: 0px;
 //padding: 0px;
}
body {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
body::before {
  content: "";
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
} 

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#wrapper {
	position: relative;
	font-family: Meiryo, " メイリオ", sans-serif;
}
a {
	//text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
}
p {
	word-wrap: break-word;
}
img {
	border: 0px;
}
/*----------*/
#nav-top {
	position: absolute;
	background-color: #000;
	margin: 0;
	font-weight: bold;
	padding: 20px 0;
	width: 100%;
	z-index: 100;
}
#nav-top li {
	display: inline-block;
}
#nav-top li a {
	color: #FFF;
}
#nav-top li a:hover {
	color: #CCC;
}
.li-left a {
 //background-color:#C30;
 //padding:20px 10px;
}
.li-right {
	border-left: #FFF 1px solid;
	padding: 0 10px;
	float: right;
}
/*----------*/
#nav-bottom {
	
	
	font-weight: bold;

	width: 100%;
	z-index: 100;
}

#nav-bottom  ul{
	margin:0;
	padding:0;}	
#nav-bottom li {
	text-align:center;

}
#nav-bottom li a {
	position:fixed;
	bottom:24px;
	right:24px;
	z-index:200;
	color: #FFF;
	background-color: #000;
	padding: 10px 20px 4px 20px;
	text-decoration:none;
}
#nav-bottom li a:hover {
	color: #CCC;
}

/*----------*/
header {
	width: 100%;
}
#top-header {
	text-align: center;
	margin:0 auto;
	//background-image: url(../img/bg_gray.png);
}
.header_img {
	
	width:100%;
	
}
/*----------　----------------------------------------------------------*/
#main {
}
.bg-img {
	width: 100%;

	//background-attachment: fixed;
	//background-image: url(../img/bg.jpg);
	//background-repeat: no-repeat;
	//background-size: cover;
}
/*----------*/	
#message {
	padding: 0 0 64px 0;
}
.message-text_over {
	width: 774px;
	margin: 0 auto;
	padding:0 0 10px 0;
	background-color: #C33;
	border-right: #933 4px solid;
	border-bottom: #F30 4px solid;
	box-shadow: #000 3px 6px 10px;
	border-radius: 4px;
}
.message-text {
	width: 98%;
	margin: 0 auto;
	padding: 20px 0 0px 0;
	border-radius: 4px;
	background-color: #FFF;
}
.message-text p {
	margin: 0;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 33px;
	//font-family: 'Sawarabi Mincho';
}
.message-text p .text-right{
	
	text-align:right;
	padding:18px 6px 0 6px;
	display:block;
	border-top:#666 1px dotted;
	line-height:26px;}

.link_a{
	color:#000;}
.link_a:hover{
	color:#09C;}
/*----------*/	
	

#cont {
	padding: 0 0 40px 0;
}
.main-text_over {
	width: 774px;
	margin: 0 auto;
	padding: 0px 0 40px 0;
	background-color: #333;
	border-right: #000 4px solid;
	border-bottom: #666 4px solid;
	box-shadow: #000 3px 6px 10px;
	border-radius: 4px;
}
h1{
	margin:0;
	padding:0;}
h2 {
	margin: 0;
	padding: 26px 0 20px 0;
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
.main-text {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 4px;
	background-color: #FFF;
	font-size: 14px;
}
.main-text dt {
	margin: 0;
	padding: 10px 0 10px 20px;
	float: left;
}
.main-text dd {
	padding: 10px 20px 10px 10px;
	margin: 0 0 0 80px;
	float: none;
}
#bottom-footer{
	height:600px;}
/*----------モバイル----------------------------------------------------------*/

@media screen and (min-width:600px) {
.mobilecontents {
	display: none;
}
}
@media screen and (max-width:599px) {
.pccontents {
	display: none;
}

#nav-bottom li a {
	position:fixed;
	bottom:4px;
	right:4px;
	z-index:200;
	color: #FFF;
	background-color: #000;
	padding: 10px 20px 4px 20px;
}


#top-header_mo {
	text-align: center;
}
.header_img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*----------　----------------------------------------------------------*/


#message {

}
.message-text_over {
	width: 96%;


	border-right:none;
	border-bottom:none;

}
.message-text {
padding: 20px 0;
}
.message-text p {
	
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;

}
/*----------*/	
.main-text_over {
	width: 96%;
}
h2 {
	margin: 0;
	padding: 20px 4px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
.main-text {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 4px;
	background-color: #FFF;
	font-size: 14px;
}
.main-text dt {
	margin: 0;
	padding: 4px 0px;
	float: left;
}
.main-text dd {
	padding: 4px 0px;
	margin: 0 0 0 80px;
	float: none;
}
}
@media screen and (max-width:400px) {
#message {
	
}
.message-text p {
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 30px;

}
/*----------*/	
.main-text {

	padding: 20px 20px 10px 20px;
}
.main-text dt {
	margin: 0;
	padding: 4px 0 0 0;
	float:none;
}
.main-text dd {
	padding: 4px 0px;
	margin: 0 0 20px 0;
	float: none;
}

}
