/*======================================
	smart
=======================================*/
@media only screen and (max-width: 480px) {
  .smart_hide {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 1.6em;
  }

  .btn {
    padding: 0;
  }

  /*======================================
  	wrapper
  =======================================*/
  #wrapper {
    padding: 0;
  }

  #wrapper_all, .home #wrapper_all {
    background: none;
  }

  /*======================================
  	page
  =======================================*/
  .page_content {
    padding: 0.5em 0.25em;
  }

  .widget_frame {
    padding: 0.5em 0.25em;
  }

  .top_widget, .side_widget, .page_frame, #main_content {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /*======================================
  	header
  =======================================*/
  header {
    height: auto;
    margin: 0 0 0.5em;
  }

  #select_menu {
    margin: 0 0 1em;
  }

  #header_inc {
    text-align: center;
    margin: 0 0 1em;
  }
  #header_inc #address {
    display: block;
  }
  #header_inc #open {
    margin: 0 0 .5em;
    display: block;
  }
  #header_inc #logo {
    text-align: center;
    margin: 1em 0;
  }
  #header_inc #tel {
    text-align: center;
  }
  #header_inc #tel .btn {
    width: 80%;
    margin: 0 auto;
  }
  #header_inc #header_section {
    text-align: center;
    margin: 0 0 .5em;
  }

  /*======================================
  	menu
  =======================================*/
  #select_menu {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #select_menu .picker {
    background: none;
    font-family: "entypo";
    border: none;
  }
  #select_menu .picker.btn {
    display: block !important;
  }
  #select_menu .picker .menu-menu-container select {
    width: 135%;
    display: block;
    margin: 0 auto;
    outline: none;
  }
  #select_menu .picker .menu-menu-container select:hover option, #select_menu .picker .menu-menu-container select option {
    background: #FFF !important;
    color: #000;
  }

  /*======================================
  	content
  =======================================*/
  .container {
    padding: 0 !important;
  }

  /*======================================
  	sidebar
  =======================================*/
  #sidebar .widget_nav_menu, #sidebar .widget_mobileqritem {
    display: none;
  }

  /*======================================
  	widget
  =======================================*/
  .top_widget {
    margin: 0;
  }

  /*======================================
  	mailform
  =======================================*/
  #trust-form table tr {
    display: block;
  }
  #trust-form table tr th {
    display: block;
  }
  #trust-form table tr td {
    display: block;
  }
  #trust-form table tr td input[type=text], #trust-form table tr td textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #trust-form input[type=submit] {
    width: 80%;
    margin: 0 auto;
  }

  /*======================================
  	news
  =======================================*/
  #single dl.news_wrap, .top_widget dl.news_wrap, dl.news_wrap {
    border-bottom: none;
  }

  #single dl.news_wrap dt, .top_widget dl.news_wrap dt, #cat dl.news_wrap dt {
    min-height: inherit;
    border-top: none;
    text-align: left;
  }

  #single dl.news_wrap dd, .top_widget dl.news_wrap dd, #cat dl.news_wrap dd {
    margin: 0;
    border-bottom: 1px dotted #CCC;
    min-height: inherit;
    border-top: none;
  }

  dl.news_date.sub_color {
    background: none;
  }

  /*======================================
  	cast list
  =======================================*/
  ul.cast_list_frame {
    border-top: 1px dotted #CCC;
  }
  ul.cast_list_frame li {
    border-bottom: 1px dotted #CCC;
  }
  ul.cast_list_frame li .cast_frame {
    background: url(images/list_arrow.png) no-repeat right center;
  }
  ul.cast_list_frame li .cast_icon {
    line-height: 1;
  }
  ul.cast_list_frame li .cast_thumb {
    float: left;
    width: 104px;
  }
  ul.cast_list_frame li .cast_thumb img {
    float: left;
    padding: 1px;
    width: 100px;
  }
  ul.cast_list_frame li a {
    text-decoration: none;
    display: block;
  }
  ul.cast_list_frame li a:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
  }
  ul.cast_list_frame li .cast_section {
    margin: 0 0 0 105px;
    text-align: left;
  }
  ul.cast_list_frame li .cast_frame:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
  }
  ul.cast_list_frame li .cast_frame .cast_section.sub_color {
    background: none;
  }

  /*======================================
  	slider
  =======================================*/
  .widget_pickupitem {
    text-align: center;
  }
  .widget_pickupitem .flexslider {
    margin: 0 auto 1em;
  }
  .widget_pickupitem .flexslider .flex-caption {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 2px 0;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .widget_pickupitem .flexslider .flex-control-nav {
    bottom: -30px;
  }

  /*======================================
  	cast schedule
  =======================================*/
  ul#sch_carendar {
    display: block;
    width: 100%;
    margin: 0.5em 0;
  }
  ul#sch_carendar li {
    display: inline-block;
    width: 48%;
    margin: 0 0 2px;
  }

  ul.sch_week_head {
    display: block;
  }

  ul.sch_week_timeline li {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px dotted #CCC;
  }

  /*======================================
  	profile
  =======================================*/
  #profile_image {
    text-align: center;
  }
  #profile_image .flexslider {
    margin: 0 auto;
  }
  #profile_image .flexslider .slides li {
    text-align: center;
  }

  #profile_description {
    text-align: center;
  }

  .profile_flexslider {
    text-align: center;
  }
  .profile_flexslider .flex-control-nav {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }

  span.cast_wait_icon {
    display: block;
  }

  .sch_week_box {
    border: none;
  }
  .sch_week_box ul.sch_week_timeline li {
    display: block;
    border-top: none;
    border-left: none;
    text-align: left;
  }

  #movie_thumb {
    text-align: center;
  }
  #movie_thumb video {
    margin: 0 auto;
  }

  /*======================================
  	mailmagazine
  =======================================*/
  #page_generalMailMagazine_members_form select, #page_generalMailMagazine_members_form #generalMailMagazine_members_address {
    width: 98%;
    margin: 0;
  }
  #page_generalMailMagazine_members_form label#mag_shop {
    margin: 0 0 10px;
    text-align: left;
  }
  #page_generalMailMagazine_members_form .submit_button input[type="submit"] {
    width: 80%;
    margin: 0 auto;
  }

  /*======================================
  	ordebox
  =======================================*/
  #order_box {
    height: auto;
  }

  ul#order {
    display: block;
    margin: 0.5em 0;
    letter-spacing: -.40em;
  }
  ul#order li {
    width: 24%;
    display: inline-block;
    letter-spacing: normal;
  }

  /*======================================
  	selectform
  =======================================*/
  #select_form .picker {
    display: block;
    text-align: center;
  }
  #select_form select {
    border: 1px solid #CCCCCC;
    margin: 0 auto 0.5em;
    width: 90%;
    display: block;
    float: none;
  }
  #select_form .submit {
    text-align: center;
    padding: 0 1em;
  }
  #select_form .submit input {
    margin: 0 auto;
  }

  /*======================================
  	enter
  =======================================*/
  #enter_image #enter_image_inc img {
    width: 98%;
  }

  #enter_navi {
    text-align: center;
    display: block;
  }
  #enter_navi .btn {
    width: 80%;
    margin: 0 auto;
  }
  #enter_navi #enter_button {
    margin: 0 auto 1em;
  }

  /*======================================
  	footer
  =======================================*/
  #footer_wrap {
    display: none;
  }

  #footer_menu ul {
    display: block;
  }
  #footer_menu ul li {
    border-bottom: 1px solid #CCC;
  }
  #footer_menu ul li span.menu_title {
    font-weight: bold;
  }
  #footer_menu ul li:last-child {
    border-bottom: none;
  }
  #footer_menu ul li ul.sub-menu li {
    border-top: 1px solid #CCC;
    border-bottom: none;
  }
  #footer_menu ul li span {
    margin: 0 0 0 0.5em;
  }
  #footer_menu ul li a {
    padding: 0.5em 0;
    display: block;
    background: url(images/menu_arrow.png) no-repeat right center;
  }

  #footer_copy {
    background: none;
  }
  #footer_copy span {
    display: block;
  }
}