@charset "utf-8";
.webbtn{
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#ffffff;
  padding:0px 10px;
  background: #7b7b7b;
  line-height:26px;
  display: inline-block;
}
.webbtn:hover{background: #5b5b5b;}
.webbtn a{
  text-decoration: none;
  color:#ffffff;
}

.btnfloat{
  float:left;
  margin-right:10px;
}

.fbtn{
  margin: 10px 10px 10px 0px;
  line-height: 35px;
  color: #ffffff;
  padding: 0px 15px;
  background: #323232;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.btn_area{
	margin-top:10px;
	margin-left:80px;
	position: relative;
}
.btn_area .btn{
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin:0px 4px;
  float:left;
  color:#ffffff;
  line-height:32px;
  padding:0px 15px;
}
.btn_area .btn a{
	display:block;
	color:#ffffff;
	text-decoration: none;
}

.btn_area .btn:first-child{margin:0px;}
.btn_area .btn:nth-child(1){background: #7b7b7b;}
.btn_area .btn:nth-child(1):hover{background: #5b5b5b;}

.btn_area .btn:nth-child(2){background: #5b5b5b;}
.btn_area .btn:nth-child(2):hover{background: #323232;}

.btn_area .btn:nth-child(3){background: #323232;}
.btn_area .btn:nth-child(3):hover{background: #7b7b7b;}

#waitmsg{
  position:relative;
  display:none;
}
#waitmsg #maskmsg{
  left:50%;
  margin-left:-25%;
  top:40%;
  width:50%;height:120px;
  position:fixed;
  display:block;
  text-align:center;
  padding-top:10px;-moz-opacity:1; opacity:1;font-weight:bold;color:#000;font-size:16px;line-height:230%;z-index:9999;
  background:#fff url(../../../images/loading.gif)  center center scroll no-repeat;
}
#waitmsg #maskcover{
  top:0;left:0;width:100%;height:100%;min-height:900px;position:fixed;display:block;background:#000;filter:Alpha(Opacity=80, FinishOpacity=80, Style=2);-moz-opacity:0.5; opacity:0.5; z-index:9998;
}

.bgphoto{
  height:100%;
  width:100%;
  background-position: center center;
  -moz-background-size: 100% auto;        /*for Firefox*/
  -webkit-background-size:100% auto;        /*for Google Chrome、Safari*/
  -o-background-size:100% auto;        /*for Opera*/
  background-size:100% auto;        /*for IE*/
}
.bgphoto.fixh{
  -moz-background-size: auto 100% ;        /*for Firefox*/
  -webkit-background-size:auto 100% ;        /*for Google Chrome、Safari*/
  -o-background-size:auto 100% ;        /*for Opera*/
  background-size:auto 100% ;        /*for IE*/
}

.m_stitleblock{text-align: center;color:#999999;}


/**/
.scrollmemo_subject{}
.css-scrollmemo .column_memo{padding:10px;border:1px solid #111111;height:100px;overflow-y:auto;}
.scrollmemo_subarea{margin-top:10px;}

.container.hashtag{
  border-bottom:none !important;
}
.hashtag_block{
  width:100%;
  margin-top:10px;
  overflow:hidden;
}
.hashtag_block .hashtagLink{
  display:inline-block;
  white-space: nowrap;
  font-size:13px;
  background-color:#4f4f4f;
  border-radius:3px;
  margin:0 5px 5px 0;
  color:#ffffff;
  padding:3px 8px;
  transition:0.3s opacity ease-in-out;
}
.hashtag_block .hashtagLink:hover{
  color:#ffff;
  opacity:0.7;
}