#singara{
text-align:center;
background: url("back/back2.png");
background-repeat: no-repeat;
margin:30px auto;
width:755px;
height:900px;
padding:50 50 30 80px;
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-lemon::before {
	content: url("img-guntie/lemon.png");
}
.photo-panda::before {
	content: url("img-guntie/panda.png");
}
.photo-kyouryu::before {
	content: url("img-guntie/kyouryu.png");
}
.photo-kuma-brown::before {
	content: url("img-guntie/kuma-brown.png");
}
.photo-arigatori::before {
	content: url("img-guntie/arigatori.png");
}
.photo-umizukan::before {
	content: url("img-guntie/umizukan.png");
}
.photo-sasapan::before {
	content: url("img-guntie/sasapan.png");
}
.photo-tukiusa::before {
	content: url("img-guntie/tukiusa.png");
}
.photo-kacky::before {
	content: url("img-guntie/kacky.png");
}
.photo-ta-ki::before {
	content: url("img-guntie/ta-ki.png");
}
.photo-pinkbu::before {
	content: url("img-guntie/pinkbu.png");
}
.photo-himawari::before {
	content: url("img-guntie/himawari.png");
}
.photo-gannkurabu::before {
	content: url("img-guntie/gannkurabu_pre.png");
}
.photo-kuma-red::before {
	content: url("img-guntie/kuma-red.png");
}
.photo-wahuda::before {
	content: url("img-guntie/wahuda_pre.png");
}
/* emotions list */
.emotions{
	display: -webkit-box;
	margin: 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;
}




