body{
  background: rgba(200, 172, 186, 0.58);
  font-size: 12px;
  font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 2em;
}
*{
  padding: 0px;
  margin: 0px;
}
.wrapper{
  background-color: #fff;
  width:1000px;
  margin:0 auto;
  
}
.wrapper::after{
  content: "";
  display: table;
  clear: both;
}
.social {
  margin-left: 391px;
}
@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  margin: 10px;
  /* width: auto; */
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu > ul {
  /* border-radius: 15px; */
  /* padding: 5px 0 5px 5px; */
  background: #DDB1C8;
}
#cssmenu > ul > li {
  float: left;
  /* -webkit-perspective: 1000px; */
  -moz-perspective: 1000px;
  /* perspective: 1000px; */
  /* border: none; */
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  /* border-radius: 20px; */
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 5px solid #84BADE;
  border-right: 5px solid #84BADE;
  margin-right: 7px;
  background: url(../images/bg.png) #D35EA2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
   
  /* border-bottom: 1px solid #ccc; */ 
}
#cssmenu > ul > li.active > a {
  color: #dff2fa;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #dff2fa;
  
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #19799f;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #3db2e1;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3db2e1;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #dff2fa;
}
.left{
  width:300px;
  float:left;
  
}


p{
  margin:10px;
}
img.box {
 box-shadow: 0 0 2px #DDDEB5;
 width: 230px;
  margin-left: 6px;
  float: left;
  margin: 10px;
}
h3{
  margin-left:10px;
}

h2 {
  /* border-radius: 20px; */
  clear: both;
  text-align: center;
  padding: 10px;
  background: url(../images/bg.png)#D35EA2;
  border-top: 4px solid #84BADE;
  /* margin-left: 3px; */
  color: #fff;
  font-weight: bold;
}
.nav ul li {
  border-radius: 20px;
  background: rgb(85, 172, 208);
  padding: 10px;
  list-style: none;
  margin-bottom: 2px;
  /* margin-left: -41px; */
  text-align: center;
  font-weight: bold;
}
.nav ul li:hover{
  background: #C88F5C;
  
}
.nav ul li a:hover {
  color:#fff;
}
.midle img {
  width:400px;
  float:left;
  margin-left:10px;
  margin:10px;
}
.sub img {
  width: 20%;
  float:left;
  margin:10px;
}
#cssmenu > ul > li > a:hover{
  
  padding: 16px 20px;
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../images/bg.png) #84BADE;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
img.boxss {
  width: 207px;
}
.foot {
  float:left;
  text-align:center;
  background:#3DB2E1;
  padding:10px;
  width:1200px;
}
.Left{
  box-shadow: 0 0 3px #ccc;
  width: 250px;
  float: left;
  margin-left: 10px;
}
.Right{
  float: right;
  margin-bottom: 10px;
  width: 720px;
  margin-right: 10px;
  box-shadow: 0 0 0 2px #ccc;
}
.Right img {
  box-shadow: 0 0 2px #DDDEB5;
  width:400px;
  float:left;
  margin:10px;
}
img.box_fuct {
  box-shadow: 0 0 2px #DDDEB5;
  width: 179px;
}
.fuct_box{
  clear:left;
}
.fuct_boxe{
  /* box-shadow: 0 0 0 2px #ccc; */
  /* border-radius: 20px 20px 20px 20px; */
  width: 700px;
  float:left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  box-shadow: 0 0 50px #ccc inset;
}
.box_midel_box1{
  /* margin: 5px; */
  box-shadow: 0 0 3px #ccc;
  clear:left;
}
.foot{
  text-align:center;
  width: 980px;
  background: rgb(211, 94, 162);
  padding:10px;
  color: #3A3636;
}
.foot a{
  color: white;
}
.foot a:hover{
  color: #fff;
  text-decoration: underline;
}
.pr-link{
  /* margin: 10px; */
  /* box-shadow: 0 0 3px #ccc; */
  clear: both;
  box-shadow: 0 0 50px #ccc inset;
}
.pr-link ul{
  list-style: none;
  padding: 10px;
}
img{
  margin-left: 10px;
  width: 980px;
}
a{
  text-decoration: none;
  color: #CE4294;
}
a:hover{
  text-decoration: none;
  color: #04A6C1;
}
.nav a{
  color: #fff;
  margin-bottom: 5px;
}
.nav{
  margin-bottom: 10px;
}
.readmore{
  /* border-radius: 15px; */
  float: left;
  background: url(../images/bg.png)#D35EA2;
  /* border-top: 3px solid #84BADE; */
  padding: 5px;
  text-align: center;
  width: 100px;
}
.readmore a{
  /* border-radius: 20px; */
  color: #fff;
}
.readmore:hover{
  background: url(../images/bg.png) #84BADE;
}
h1{
  padding-left: 10px;
  font-size: 18px;
}
#block03_container{
  box-shadow: 0 0 50px #ccc inset;
  margin-bottom: 10px;

}
#block03_container::after{
  content: "";
  display: table;
  clear: both;
}