/*
Template:unos
Theme Name:Sukiyanen2
Theme URI:
Description:
Author:TH
Version:1.0.0
*/


#frontpage-area_c img {border-radius:50%;}
#frontpage-area_c h3 {text-align:center;}


.main h2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	margin-top:60px;
}

.main h2:before, .main h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.main h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.main h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}


/*-------------------about us----------------*/
.profile {margin: 10px ;
    padding: 20px ;
    box-shadow: 0 0 0 3px #ede7de inset, 0 0 0 5px rgba(250,220,243,0.5) inset ;
    position: relative ;
    z-index: 100 ;
    overflow: hidden ;}

.profile:before {border-radius: 50% ;
  display: block ;
  position: absolute ;
  top: -5px ;
  left: -5px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #ede7de ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ede7de, 0 0 0 7px rgba(250,220,243,0.5) ;}
  
div.profile2::before {
  border-radius: 50% ;
  display: block ;
  position: absolute ;
  top: -5px ;
  right: -5px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color:#ede7de ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ede7de, 0 0 0 7px rgba(250,220,243,0.5) ;
}
.profile:after { border-radius: 50% ;
  display: block ;
  position: absolute ;
  bottom: -5px ;
  left: -5px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #ede7de ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ede7de, 0 0 0 7px rgba(250,220,243,0.5) ;}	

div.profile2::after {
  border-radius: 50% ;
  display: block;
  position: absolute ;
  bottom: -5px ;
  right: -5px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #ede7de ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ede7de, 0 0 0 7px rgba(250,220,243,0.5) ;
}