﻿body{
	margin: 0;
}
.title{
	margin: 0;
}
.top{
	height: 90px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: white;
	display: flex;
}
.fenge{
	height: .05em;
/*	background-color: rgba(0, 0, 0, .2);*/
}
.logo{
	height: 60%;
	margin-top: 18px;
	margin-left: 5%;
}
.hao{
	width: 8%;
	padding: 24px 100px 20px 300px;
	font-size: 1.1rem;
	font-weight: bold;
}
.hao a{
	color: black;
}
.hao a:hover{
	color:red;
	transition: 0.4s;
}
.hao1{
	width: 11%;
	padding: 24px 0 20px;
	font-size: 1.1rem;
	font-weight: bold;
}
.hao1 a{
	color: black;
}
.hao1 a:hover{
	color:red;
	transition: 0.4s;
}
.hao span{
	font-size: 0.85rem;
	font-weight: bold;
	position: relative;
	top:-2px;
	color: #665e5c;
}
.hao1 span{
	font-size: 0.9rem;
	font-weight: bold;
	position: relative;
	top:-2px;
	color: #665e5c;
}
li {
	list-style-type:none;
}
.cont_title{
	margin: 30px 140px 20px;
	font-size: 30px;
	font-weight: bold;
}
.content{
	padding: 10px 105px 20px;
	margin: 30px 80px 20px;
	font-size: 20px;
	width: 750px;
	height: 300px;
	line-height:50px;
/*	border: 2px solid red;*/
}
.fenge1{
	height: 1px;
	background-color: rgba(0, 0, 0, .9);
	width: 80%;
	position: relative;
	left:110px;
}
.bottom{
	height: 700px;
	background-color: #231815;
}
.bottom_con{
	height: 10%;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 7%;
	display: flex;
	justify-content: space-between;
}
.bottom_title{
	color: white;
	width: 40%;
	height: 10%;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0 6.8em 1.6em .5em;
	border-bottom: 0.02em solid #443a38;
}
.bottom_title1{
	color: white;
	width: 30%;
	height: 10%;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0 0em 1.6em .5em;
	border-bottom: 0.02em solid #443a38;
}
.cont{
	display: flex;
}
.bottom_con1{
	height: 20%;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 3%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.inner{
	width: 33.333%;
	line-height: 2.5em;
	padding-right: 0;
	text-align: center;
}
.inner a{
	color: #6b6865;
	font-weight: 300;
}
.inner a:hover{
	text-decoration: underline;
	color:#6b6865;
	font-weight: 300;
}
.inner p{
	color: white;
	font-weight: bold;
	text-align: center;
}
.inner1{
	margin-left: 50px;
	margin-top: 10px;
}
.inner1 i{
	color: white;
	margin-right: 30px;
}
.inner1 i:hover{
	color: #989796;
	transition: 0.4s;
}
.bottom_con2{
	width: 53%;
	height: 140px;
	margin-right: 7%;
	margin-left: 0%;
	margin-top: 4%;
	border-bottom: 1px solid #443a38;
}
.inner2{
	margin-left: 67%;
	margin-top: -5%;
}
.inner2 p{
	color: #b1aca8;
	font-weight: 350;
}
#design{
	margin-left: 2%;
	margin-top: -1%;
}
#fotter1
{
	background: #fff url("../images/footer_bg.gif");
	height: 0.2em;
	background-repeat: repeat;
	background-position: 0px 0px;
    animation: fotterslide 8s linear infinite;
	-webkit-animation: fotterslide 8s linear infinite;
}
.box{
	width: 132px;
	height: 119px;
	position: fixed;
	bottom:10px;
	right:20px;
	background-image: url(../images/top.png);
	background-size:100%;
	display: none;
	z-index: 5;
}
/* CSS Document */

/* 選択中の文字色 */
::selection { background: #14b9d6; color: #fff; /* Safari */ }
::-moz-selection { background: #14b9d6; color: #fff; /* Firefox */ }


/* リンク */
a {
	color: #ff62a7; text-decoration: none;
}
a:hover{ color: #62d4ff; }

.box_link
{
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 20px 3px 24px;
	background: #939393;
	color: #ffffff;
	text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


}
a:hover.box_link
{
	background: #ff62a7;
	color: #ffffff;
}

/* 強調 */
.red { color: #e36c95; }
.blue { color: #14b9d6; }


/* チビ文字 */
.min { font-size: 15px; line-height: 24px; }

/* =============================================== */

/* 選択中の文字色 */
::selection { background: #ff75b7; color: #fff; /* Safari */ }
::-moz-selection { background: #ff75b7; color: #fff; /* Firefox */ }


/*fotter*/

/*#fotter
{
	background: #fff url("../images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
    animation: fotterslide 8s linear infinite;
	-webkit-animation: fotterslide 8s linear infinite;
}*/
@keyframes fotterslide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-160px 0px;  }
}
@-webkit-keyframes fotterslide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-160px 0px;  }
}
#fotter_menu
{
	width: 980px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 12px;
	line-height: 20px;
	margin: 0 auto;
}