#singara{
text-align:center;
background: url("back/back3.png");
background-repeat: no-repeat;
margin:30px auto;
width:755px;
height:1000px;
padding:50 60 40 60px;
color:#ffffff;
line-height:20px;
font-size:16px;
}

#header{
text-align:center;
position:relative;
z-index:10;	
}
#page-header{
text-align:center;
right:0px;
position:relative;
}

@font-face {
	font-family: 'poptai';
	src: url('fgpopttf/FGPopGothic.ttf') format('truetype');
}

.font-fontelico {
	font-family: 'fontelico', sans-serif;
}

.photo-dezikamosika::before {
	content: url("img-guntie/dezikamosika.png");
}
.photo-tukiusagi::before {
	content: url("img-guntie/tukiusagi.png");
}
.photo-sakuraebi::before {
	content: url("img-guntie/sakuraebi.png");
}
.photo-catcookie::before {
	content: url("img-guntie/catcookie.png");
}
.photo-hanko::before {
	content: url("img-guntie/hanko.png");
}
.photo-outdoortools::before {
	content: url("img-guntie/outdoortools.png");
}
.photo-onsen::before {
	content: url("img-guntie/onsen.png");
}
.photo-dog::before {
	content: url("img-guntie/dog.png");
}
.photo-snow::before {
	content: url("img-guntie/snow.png");
}
.photo-herb::before {
	content: url("img-guntie/herb.png");
}
.photo-choucho::before {
	content: url("img-guntie/choucho.png");
}
.photo-sakura::before {
	content: url("img-guntie/sakura.png");
}

.photo-arabesuku::before {
	content: url("img-guntie/arabesuku.png");

}
.photo-hotfield::before {
	content: url("img-guntie/hotfield.png");
}

.photo-rinngoxs::before {
	content: url("img-guntie/rinngoxs.png");
}

.photo-honeybear::before {
	content: url("img-guntie/honeybear.png");
}

/*.base-shop::before{
	content: url("img-guntie/baseshop.png");
}

.gcc-shop::before{
	content: url("img-guntie/.png");
}*/


/* emotions list */
.emotions{
	display: -webkit-box;
    padding: 0;
}
.emotions-item{
	list-style-type: none;
	font-family: pt-sans-narrow,sans-serif;
    text-align: center;
    width: 150px; 
}
.flexbox-orient-vertical {
	-webkit-box-orient: vertical;
}
.flexbox-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	width: 100%;
}
.flexbox-inline a {
	text-decoration : none ;
}
.emotions-item a {
	color: #000;
	display: inline-block;
	padding: 60px 0px;
	position: relative;
	width: 100%;
}
/* insert icons*/
.emotions-item a::before{
	display: inline-block;
	font-family: 'fontelico', sans-serif;
    font-size: 2em;
    width: 100%;
}
/*description */
.emotions-description {
	background: #fff;
	font-size: 12px;
	font-family: "poptai";
	border: 4px solid #ff0;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	left: 0;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: -2.5em;
	width: 100%;
}
/** add triangle to bottom */
.emotions-description::after {
	border-left: solid 9px
transparent;
    border-right: solid 9px
transparent;
    border-top: solid 13px #ff0;
    bottom: -13px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
}
/* set transition */
.emotions-item a,
.emotions-item a:hover .emotions-description {
	-webkit-transition:all .3s;
}
/* hover styles */
.emotions-item a:hover {
	background: #ff0;
}
.emotions-item a:hover .emotions-description{
	opacity: 1;
	top: -6.2em;
}
#main {
  font-family: sans-serif;
}
 
.image {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
 
.photo {
  width: 100%;
}
 
.photo:hover + .description,
.description:hover {
  display: block;
}
 
.description {
  background-color: rgba(204,153,153,0.4);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.6));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.6));
  background-image: -o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.6));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.6));
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.6));
  border: 10px solid rgba(0,0,0,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 0.8em;
  height: 200px;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}
 
.description a {
  display: block;
  height: 160px;
  color: #000;
  overflow: hidden;
  text-decoration: none;
}

#kako{
    color: red;
}



