@charset "utf-8";

html{
	color:#fff;
	background:#b80045;
	font: 14px/1.8 "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku GothicPro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif,"富士ポップ";
}
h1 a{
	font-size:xx-large;
	color:#686e8d;
	text-decoration:none;
}
a{
	color:#bed2c3;/* p文字*/
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#fff;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
#wrapper{
	    width:960px;
	    margin:auto;
	    background-color:#b80045;/* 内側*/
}
#header{
	    padding-top:20px;
	    border-bottom:1px solid #b9d08b;
}
#branding{
	    margin-left:40px;
}

.balloonoya {
  position   : relative;                /* 指定した分だけ相対的に移動 */
  text-align:center;
color: black;
}
.balloonoya:hover .balloon {
  display: inline;                /* インライン要素として表示 */
}
.balloon {    
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: rgba(255, 255, 26, 0.74);       /* 背景色（透明度） */
  width:180px;                          /* 吹き出し全体の幅 */
  right : 30%;                           /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  margin-top : 12px;                    /* 表示位置 */
  font-size: 120%;                       /* 文字サイズ */
}
.balloon:after{
  border-bottom: 12px solid rgba(255, 255, 26, 0.74); /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;                             /* 吹き出し口の位置調整 */
  left : 5%;                              /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}
#site-title a{
	    color:inherit;
}
#site-title a:hover{
	    text-decoration:none;
}
#site-description{
	    margin-top:0;
}


/* グローバルナビ */
#gnavi ul{
	   padding:0;
	   margin:0;
	   box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	   text-align:right;
	   border-radius:50px;
	   overflow:hidden;
}
#gnavi li{
       float:left;
       display:inline-block;
	   width:16.666666666666%;
	   list-style:none;
}

#gnavi a{
	   text-align:center;
	   text-decoration:none;
	   font-weight:bold;
       background-color:#f6bfbc;/* グローバルナビの色*/
 	   color:#478384;
	   line-height:38px;
	   display:block;
	   border-left:solid #752100 1px;
	   border-right:solid #460e44 1px;	   
}

#gnavi a:hover{
       background:#bce2e8;/* グローバルナビの色マウスのった時*/
       color:#;/* グローバルナビの色マウスのった時の文字*/
       border-style:none;
	   background-position:center;
}

#gnavi a:active span{
	position:relative;
	top:1px;
    
}

#home #navi-home,
#buddy #navi-buddy,
#friend #navi-friend,
#map #navi-map,
#shop #navi-shop,
#contact #navi-contact{
	color:#16160e;
	cursor:default;
	background-position:bottom;
	
}

#gnavi a:active span{
	position:relative;
	top:1px;
}
#home #navi-home:active span,
#buddy #navi-buddy:active span,
#friend #navi-friend:active span,
#map #navi-map:active span,
#shop #navi-shop:active span,
#contact #navi-contact:active span{
	position:static;
}

#breadcrumbs{
	font-size:0.875em;
}
#breadcrumbs ol{
	margin: 0.5em 0;
}
#breadcrumbs li{
	display:inline;
}
#breadcrumbs li + li:before{
	content:"\203a"; /* liの前に&rsaquo;を表示*/
	margin: 0 0.8em;
}

#main{
	width:500px;
	padding:20px;
	float:left;
	margin-left:210px;
  


.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    font-weight:normal;    
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #752100;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 20px;
    left: 170px;
    width: 10em;
}
    
}
.sub{
	width:170px;
	padding:20px;
}
.sub > ul{
	margin:0;
	padding:0;
}
.sub > ul > li{
	margin-bottom: 20px;
	list-style:none;
}
.sub li ul {
	padding-left:7px;
}
.sub li li{
	list-style:none inside;
	padding:0 20px;
	/*background:url("../images/bullet.png") no-repeat left center;*/
}


#secondary{
	float:left;
	margin-left:-750px;
}

#thirdry{
	float:right;	
}

#footer{
	text-align:center;
	border-top:solid #752100 1px;/*下のライン*/
	clear:both;
}
#foot-navi{
	padding:0;
}
#foot-navi li{
	list-style:none;
	display:inline;
	padding:0 0.8em;
}
#foot-navi li + li{
	border-left:1px solid #e7e7eb;
}
@media screen and (max-device-width: 480px) {スマホ用のCSSを記述}