*{
	font-family: -apple-system, BlinkMacSystemFont,"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	margin:0;
}

body::before {
  background-image:url(../images/20130321-P3210210.jpg); /* 全体の背景画像 */
  background-position:top center;            /* 背景画像の位置は画面中央 */
  background-size:cover;
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 150px;
	width: 1000px;
}

#header{
	margin-bottom:30px;
}

.header_gb{
	background-color:transparent;
}

#header .btn ul{
	padding:0;
	margin:0;
	list-style:none;
}

#header .btn li {
	margin-right:10px;
	float:left;
}

#header .btn a{
 font-size: 14px;
 color: #FFF;
 text-decoration: none;
 padding:5px 20px;
 border: 2px solid #FFF;
 letter-spacing: 1px;
 border-radius: 25px;
 display: block;
 transition:0.6s;
 -webkit-transition: 0.6s ;
}

#header .btn a:hover{
	background:#FFFFFF;
	color:#38C8EC;
}

.sns{
	text-align:right;
}

.logo {
	margin:0;
}

#navi {
	float: right;
	margin-top: 50px;
	width: 20%;
}

#navi  td {
	padding:5% 0;
}

.n_t1 {
	color: #FFFFFF;
	font-size:160%;
	text-align: center;
	margin-bottom: 10px;
}

.n_t2 {
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	/*color: #333;
	margin-top: -5px;
	margin-bottom: 20px;
	text-decoration: none;*/
}

p.h1_setumei{
	font-size:16px;
	color: #FFF;
	margin-bottom: 20px;
	line-height:2;
	text-decoration: none;
}

hr {
	border-top: 1px dashed #777777;
	margin-top: 50px;
	width: 200px;
}

.m_p{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.m_p0{
	color: #FFFFFF;
	text-align: left;
}



.m_p1{
	color: #FFFFFF;
	text-align: left;
}

.m_p2{
    margin: auto;
}

.m_p2 h3{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.m_p2 p{
	font-size: 14px;
	color:#FFFFFF;
	margin:0;
}

.m_p3{
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 30px;
}



#main{
	margin-top:2em;
	width:70%;
	float:left;
}

#main .p1 {
	font-size: small;
	color: #F60;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.logo{
	/*margin-top: 100px;*/
}

#main h1{
	color: #FFF;
	margin:40px 0 20px;
	font-size:210%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
}

#main h2{
	color: #FFFFFF;
	font-size:160%;
	text-align: left;
	font-weight: 500;
}


.m_t1 {
	width: 700px;
	padding-bottom:10px;
}

.m_t2 {
	width:100%;
	padding-bottom: 10px;
	margin-top: 100px;
	table-layout: fixed;
}

.company_info {
	display: flex;
	justify-content: space-between;
   	color: #FFFFFF;
	margin:10px 0;
}

.company_page_link{
	width:200px; 
	padding-bottom:30px;
}

.company_page_link img{
	width:100%;
}

.m_t3{
	width:100%;
	margin:0 auto 30px;
	padding-left:5%;
	background-color: rgba(6, 66, 107, 0.1);
}

.m_t3 a{
	color: #FFFFFF;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
}

.m_t3 a:hover{
	color: #52EAE7;
}

.text{
	display: inline-block;
	width: 400px;
	*display: inline;
	*zoom:1;
}


.pic{
	display: inline-block;
	width: 200px;
	margin-top: 30px;
	*display: inline;
	*zoom:1;
}

.pic a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}



#footer .f_p1 {
	text-align: center;
	margin:10px auto;
	color: #FFF;
}

#footer {
	background:rgba(24,55,70,.7);
	height:10%;
	padding:2% 0 3%;
	width:100%;
}

#footer ul{
	margin:0 auto;
	width:60%;
	text-align:center;
}


#footer li {
	display:inline-block;
	text-decoration: none;
	*display:inline;
	*zoom:1;
}

#footer a{
	text-decoration: none;
	color:#FFF;
}

a{
	text-decoration: none;
}

.bxslider img {
	margin:0 auto;
	display:block;
	}



/* =======================================
	スライドショー
======================================= */




/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}

/* フロートの解除 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

