/*======================================
	desktop
=======================================*/
@media only screen and (min-width: 911px) {
  .pc_hide {
    display: none !important;
  }

  .top_widget, .side_widget, .page_frame {
    padding: 5px;
  }

  /*======================================
  	header
  =======================================*/
  header {
    margin: 0 auto 10px;
  }
  header h1#logo {
    position: absolute;
    display: block;
    z-index: 10;
  }
  header #menu {
    width: 960px;
    text-align: left;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
  }

  #header_section {
    bottom: 5px;
    position: absolute;
    right: 5px;
    text-align: right;
  }
  #header_section #address, #header_section #open {
    display: block;
  }

  #header_inc {
    height: 160px;
    margin: 0 0 5px;
  }

  /*======================================
  	menu
  =======================================*/
  /*======================================
  	slider top
  =======================================*/
  #slider_top #top_fleaxslider {
    margin: 0;
  }

  /*======================================
  	page_title
  =======================================*/
  /*======================================
  	wrap
  =======================================*/
  #wrap_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }

  /*======================================
  	ranking
  =======================================*/
  .rank_title h4 {
    float: left;
    display: inline-block;
  }
  .rank_title .rank_update {
    float: right;
    display: inline-block;
  }

  /*======================================
  	widget pickup
  =======================================*/
  .widget_pickup li {
    position: relative;
  }
  .widget_pickup li .flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 5px;
  }

  /*======================================
  	cast schedule
  =======================================*/
  #select_form .submit {
    text-align: center;
  }
  #select_form .submit .btn {
    max-width: 220px;
  }

  /*======================================
  	cast list
  =======================================*/
  .cast_list_frame li {
    position: relative;
    float: left;
    padding: 0 0.5% 1em;
  }
  .cast_list_frame li .cast_frame .cast_icon {
    text-align: left;
    line-height: 1.2;
  }
  .cast_list_frame li .cast_frame .cast_section {
    display: inline-block;
    margin: -50px 0.5em 0 0;
    padding: 2px;
    color: #FFF;
  }

  #cast_list02.cast_list_frame li {
    width: 48%;
    padding: 0 1% 1em;
  }

  /*======================================
  	widget cast list
  =======================================*/
  .side_widget .cast_list_frame {
    display: block;
  }
  .side_widget .cast_list_frame li {
    float: none;
    padding: 0 0.5%;
    margin: 0 0 0.5em;
    display: block;
    width: auto;
  }
  .side_widget .cast_list_frame li .cast_frame a {
    display: block;
    text-decoration: none;
  }
  .side_widget .cast_list_frame li .cast_frame a:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
  }
  .side_widget .cast_list_frame li .cast_frame .cast_thumb {
    width: 80px;
    float: left;
  }
  .side_widget .cast_list_frame li .cast_frame .cast_section {
    margin: 0 0 0 85px;
    display: block;
  }
  .side_widget .cast_list_frame li .cast_frame .cast_section.sub_color {
    background: none;
    filter: none\9;
  }

  /*======================================
  	profile
  =======================================*/
  #movie_player {
    display: block;
    width: 100%;
  }

  ul.timeline-head li.endH {
    white-space: nowrap;
  }

  /*======================================
  	mailmagazine
  =======================================*/
  #page_generalMailMagazine_members_form .submit_button input {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  /*======================================
  	mailform
  =======================================*/
  #trust-form .btn {
    text-align: center;
  }
  #trust-form .btn input {
    width: 100%;
    max-width: 240px;
  }

  /*======================================
  	enter
  =======================================*/
  #enter_navi #enter_button, #enter_navi #leave_button {
    display: inline-block;
    margin: 0 5px;
  }
  #enter_navi #enter_button a, #enter_navi #leave_button a {
    width: 200px;
  }
  #enter_navi #enter_button .btn, #enter_navi #leave_button .btn {
    margin: 0 10px;
  }

  /*======================================
  	footer
  =======================================*/
  #footer_wrap .four.columns {
    background: url(images/footer_line_h.png) repeat-y top right;
    padding: 0 2.12766% 0 0;
  }
  #footer_wrap .four.columns:last-child {
    background: none;
  }

  #footer_copy span {
    display: inline-block;
    margin: 0 5px;
  }
}