#fortune-cookie-modal-content{
//  width:50%;
  width: 400px;
  margin:0;
  padding:10px 20px;
  border:2px solid #aaa;
  background:#fff;
  position:fixed;
  display:none;
  z-index:2;
}
  
#fortune-cookie-modal-overlay{
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

.fortune-cookie-open-link img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
 
.fortune-cookie-open-link img:hover{
  cursor:pointer;
  background-color: #ffe4e1;
}

.fortune-cookie-visual-image img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  display:none;
}
 
.fortune-cookie-visual-image img:hover{
  cursor:pointer;
  background-color: #ffe4e1;
}

.fortune-cookie-word-link{
  border-bottom: 1px solid rgb(200,200,200);
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
}
.fortune-cookie-word-link:hover{
  text-decoration: none;
  border-bottom: 1px solid #1179a6;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
  color: #1179a6;
}

#fortune-cookie-modal-english-message{
  display:none;
}

#fortune-cookie-modal-japanese-message{
  display:none;
}

#fortune-cookie-recommended-article{
  display:none;
}

#fortune-cookie-article-date-tag{
  display:none;
}

#fortune-cookie-message{
  margin-bottom:20px;
}

#fortune-cookie-visual{
  margin-bottom:20px;
}

#fortune-cookie-visual-left{
//  margin-right: 10px;
}

#fortune-cookie-visual-center{
  margin: 0 45px 0 45px;
}

#fortune-cookie-visual-right{
//  margin-left: 10px;
}

#fortune-cookie-recommended-message{
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  text-align: center;
  border-bottom: solid 1px #d3d3d3;
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
}

#fortune-coookie-article-title{
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin:0;
  text-align: left;
  width: 360px;
}

#fortune-coookie-article-title-visual{
  width:87px;
  height:48px;
  overflow:hidden;
  position:relative;
  float:left;
  margin-right: 10px;
}

#fortune-coookie-article-title-image{
  position: absolute;
  width: 86px;
  max-width: 86px;
  height: 48px;
  top: 0px;
  left: 0px;
}

#fortune-cookie-article-date-tag{
  font-size:10px;
  line-height:10px;
  position:absolute;
  left: 120px;
//  right:10px;
//  bottom:10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width:212px;
}

#fortune-cookie-loading{
  text-align:center;
}
#fortune-cookie-modal-title{
  font-family: 'Pacifico', cursive;
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
  color: rgba(150, 0, 125, 0.85);
}
#fortune-cookie-modal-close{
	text-align: center;
}
#fortune-cookie-modal-close:hover{
  cursor:pointer;
	text-align: center;
}
#visual-frame{
	width:300px;
	padding-top:20px;
	text-align:center;
}
#fortune-cookie-note {
  display:none;
  text-align: center;
}

