﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
}
#top{
	width:960px;
	margin:0 auto;
}
.box-top1{
	float:left;
	margin:0 auto 0 10px;
	}
.box-top1 img{
	height:70px;
	margin-top:10px;
}
	
.box-top2{
	float:right;
}.cf{
	clear:both;
}
/* SNS */
.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top:30px;
}
.follow-me{
  text-align:right;
}
.follow-me li {
  display:inline;
  margin: 0 4px 0 0;
  padding: 0;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 30px; 
  line-height: 30px; 
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 30px; 
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="hatenablog.com"]::before     { content: "BLOG";
    font-family: Verdana;
    font-size:60%;
    font-weight: bold;
    border-color: #008fde; background-color: #008fde;  }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; background-color: #1ab7ea; content: "\f27d"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="hatenablog.com"]:hover::before     { color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { color: #125688; }
.follow-me li a[href*="twitter.com"]:hover::before        { color: #55acee; }
.follow-me li a[href*="vimeo.com"]:hover::before          { color: #1ab7ea; }
.follow-me li a[href*="youtube.com"]:hover::before        { color: #cd201f; }

/* /SNS */
/* メニュー */
button{
	display:none;
}
.drawer-menu {
  list-style-type: none;
  width: 960px;
  margin: -15px auto 25px auto;
  padding: 0;
}
.drawer-menu li {
  position:relative;
  width: 14%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.drawer-menu li a {
  display: block;
  border-top: 0.5px solid #c0c0c0;
  border-bottom: 0.5px solid #c0c0c0;
  margin: 0;
  padding: 5px 0;
  color:#000000;
  font-size: 12px;
  font-weight: bold; 
  line-height: 1;
  height:25px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  text-align:center;
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.drawer-menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 140%;
  margin: 0;
  padding: 0;
}
.drawer-menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #ffffff;
  transition: .5s;
}
.drawer-menu li ul li a {
  padding: 13px 15px;
  background: #ffffff;
  color: #000000;
  -webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
  justify-content: left; /* 横方向中央揃え */
  font-size: 12px;
  font-weight: normal;
}
/* カーソルを合わせたとき */
.drawer-menu > li:hover > a {  background: #C0C0C0 }
.drawer-menu > li:hover li:hover > a {  background:  #C0C0C0}
.drawer-menu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.drawer-menu li ul li ul {
  top: 0;
  left: 100%;
}
.drawer-menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.drawer-menu li ul li ul li a {  background: #ffffff }
.drawer-menu li:hover ul li ul li:hover > a {  background: #C0C0C0 }
.drawer-menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}
.drawer-menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #fff;
}
.lady_color{
	color:#ff66b3;
}

/* 　/メニュー */
/* フッター */
#footerbg{
	text-align:center;
	width:100%;
	padding-top:15px;
	color:#808080;
	height:230px;
	line-height:1.2em;
	background: -moz-linear-gradient(-45deg, rgba(224,224,224,0) 0%, rgba(186,208,211,0.65) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#a6bad0d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #dcdcdc;
	margin-top:30px;
	}

#footer{
    padding-top:20px;
    width:100%;
	margin:0px auto;
    text-align:left;
}
*:first-child + html #footer{
	font-size:9px;
	}
#footer table{
  margin:0 auto;
  width:230px;
  height:80px;
  line-height:1.5;
}
#footer td{
	vertical-align:top;
	}
.menu03{
	border:none;
	border-spacing:0px;
	}
.menu03 td{
	padding-left:10px;
	border-spacing:0px;
	font-size:90%;
	line-height:1em;

	}
.menu03 a{
	color:#5f5f5f;
	text-decoration:none;
    }

*:first-child + html .menu03 a{
	color:#5f5f5f;
	text-decoration:none;
	font-size:9px;
	}

.menu03 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
.f_link{
	background-image:url(images/mainmenu2.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
		}
.square_btn{
    float:right;
    margin-right:20px;
     padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #000000;/*左線*/
    color: #000000;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.square_btn:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
/* /フッター */
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 60px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

