/*------------------------------------------
// local style sheet
// 
----------------------------------------- */
.div_top  {
  border: 1px solid white;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.div_menu  {
  border: 1px solid white;
  text-align: left;
  position: absolute;
  top: 120px;
  width: 250px;
  height: 800px;
}

.div_body  {
  border: 1px solid white;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 265px;
  height: 100%;
}

.div_footer  {
  border: 1px solid white;
  text-align: left;
  position: absolute;
  top: 815px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.frame_tweet  {
  width: 240px;
  height: 400px;
  border: none;
  position: absolute;
  top: 300px;
  left: 0px;
  overflow: hidden;
}

.frame_body  {
  width: 800px;
  height: 600px;
  border: none;
  overflow: hidden;
}

.link_tweet  {
  font-size: 12px;
  text-align: right;
  width: 240px;
  position: absolute;
  top: 280px;
}
  
.text_right  {
  text-align: right;
}

@font-face {
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 4px;
  background-color: #424242;
  width: 150px;
}

.general-button:before  {
  border-radius: 4px;
  border-bottom: 0px solid rgba(27,27,27, 0);
  background-color: rgba(27,27,27, 0);
}

.button-content  {
  border-radius: 0px 0px 4px 4px;
  padding: 7px 8px;
  box-shadow: 0px 0px 0px 0px rgba(27,27,27, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 8px;
  line-height: 1em;
  font-size: 18px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -3px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #494949;
}

.general-button:hover:before  {
  border-bottom: 3px solid rgba(27,27,27, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 3px 0px 0px rgba(27,27,27, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #353535;
  box-shadow: 0px 1.6px 0px 0px rgba(15,15,15, 1) inset;
}

.general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(27,27,27, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(27,27,27, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #424242;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(27,27,27, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(27,27,27, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #353535;
  box-shadow: 0px 1.6px 0px 0px rgba(15,15,15, 1) inset;
}

.touch .general-button:active:before  {
  top: -3px;
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(27,27,27, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(27,27,27, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
