@charset "utf-8";

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 0.7em;
    color: #3e3a39;
    line-height: 1.3em;
    width: 100%;
    margin: 0 auto;
    background: #cff3ff;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

a {
    color: #3e3a39;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 0.8;
}

input {
    -webkit-tap-highlight-color: transparent; 
}

button, input[type="submit"] {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    overflow:visible;
    cursor:pointer;
}

button, input[type="submit"] {
  -webkit-appearance: none;
}

.blueText {
    color: rgb(118, 211, 255);
}

.blueText2 {
    color: #0067AD;
}

#lightboxOverlay {
    width: 100% !important;
}

/*代理*/
p.blueText2 {
    font-size: 1.0em;
    padding: 10px;
}

.redText {
    color: red;
}

html body .sp_none {
    display: none;
}

.link_black p, form input.link_black {
    font-size: 1.6em;
    color: #C7C8C9;
    background-color: #231815;
    padding: 17px 0;
}

.table{
    display: table;
}
.table_row{
    display: table-row;
}
.table_cell{
    display: table-cell;
}

.full_mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: 0.5;
    z-index: 98;
}

.bx-center-text {
    display: none;
}

/* Header *********************************************************************/
header {
    width: 100%;
    z-index: 100;
}
.headerTop {
    position: relative;
    width: 100%;
    /*文言を非表示*/
    /*padding: 4px 0;*/
    margin: 0;
    overflow: hidden;
    background: #FFF;
    z-index: 99;
}
.headerLeftBox {
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
}
.top_notice_message{
    font-size: 80%;
    padding: 0 5px;
}
.top_notice_message a:hover {
    color: #35b2ff;
}
.headerRightBox {
    display: none;
}

/* Menu ***********************************************************************/
.sp_menuWrapMasks{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background: #ffc8cc;*/
}
.sp_menuWrap{
    position: absolute;
    display: block;
    margin: 0;
    padding: 10px 10px;
    z-index: 100;
    background: #63afe1;
    z-index: 99999;
}
.sp_headerMenuBox_container{
    width: 100%;
    table-layout: fixed;
    margin: 0;
}
.sp_headerMenuBox{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sp_menu_top{
    width: 20%;
    vertical-align: middle;
    text-align: left;
}
.sp_menu_top img{
    width: 100%;
    margin: 0 0 0 10px;
    max-width: 60px;
}
.menu_item{
    width: 80%;
    vertical-align: middle;
    text-align: right;
}
.menu_item div{
    display: inline-block;
    width: 16.6%;
    max-width: 45px;
    margin-left: 0px;
}
.menu_item div img{
    width: 100%;
    max-width: 36px;
}
.menu_item div:first-child{
    margin-left: 0;
}
.menu_item div:last-child{
    margin-left: 5px;
}

/* Drop menu */
#topMenuFullWrap{
    position: fixed;
    display: none;
    width: 100%;
    z-index: 9999;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.menuFullWrap{
    display: block;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    background: #69c1ed;
    z-index: 7777;
}
.menuFullWrapContainer{
    width: 100%;
    table-layout: fixed;
    margin: 0;
    background: #FFF;
}
.menuFullWrapContainer .table_cell {
    padding: 20px 0;
    vertical-align: middle;
    text-align: center;
    color: #63afe1;
    text-decoration: none;
    font-size: 100%;
    border-left: 1px solid #69c1ed;
    border-bottom: 1px solid #69c1ed;
}
.menuFullWrapContainer .table_row .table_cell:first-child {
    border-left: none;
}
.menuFullWrapContainer .table_row:last-child .table_cell {
    border-bottom: none;
}
.menuFullWrapContainer .table_cell img {
    clear: both;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0;
    vertical-align: top;
    height: 25px;
}

/* Container ******************************************************************/
#container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    z-index: 99;
}
.background01 {
    width: 100%;
}
.background02 {
    width: 100%;
}
.background03 {
    width: 100%;
}
.background04 {
    width: 100%;
}
.background05 {
    width: 100%;
}
.background_f6{
    background: #f6f6f6;
}
.border_top_dd{
    border-top: 1px solid #ddd;
}
.background_white {
    background: #FFF;
}

/* Top slide ******************************************************************/
#ended .bx-viewport,
#ended .bx-wrapper{
    width: 100% !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none !important;
    background: none;
}
#ended .slide img {
    width: 100%;
}
#ended .bx-wrapper .bx-controls-direction a {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 98;
}
#ended .bx-wrapper .bx-prev {
    left: 20px;
    background: url(../img/top_slide_control_30_pre.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

#ended .bx-wrapper .bx-next {
    right: 20px;
    background: url(../img/top_slide_control_30_nxt.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/* PickUp, Campaign Link ******************************************************/
.bxCustom {
    text-align: center;
    padding: 0 3px;
    margin: 0 auto;
    margin-top: 10px;
}
.bxCustomWrap {
    padding: 10px;
    display: block;
    overflow: hidden;
}
.bxCustomTitle {
    clear: both;
    margin-left: -4px; /* = bx-viewport border*/
}
.bxCustomTitle img {
    margin: 0;
}

.bxCustomContainer {
    text-align: left;
    margin-top: 5px;
}
.bxCustomContainer .bx-wrapper {
    margin-bottom: 0;
    margin: 0 !important;
    text-align: left;
}
.bxCustomContainer .bx-wrapper .bx-viewport {
    box-shadow: none;
}
.bxCustomContainer .bx-wrapper .bx-controls-direction a {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 99;
}
.bxCustomContainer .bx-wrapper .bx-prev {
    left: -10px;
    background: url(../img/bx_nav_prev.png) 0 0 no-repeat;
    background-size: 30px;
}

.bxCustomContainer .bx-wrapper .bx-next {
    right: -10px;
    background: url(../img/bx_nav_next.png) 0 0 no-repeat;
    background-size: 30px;
}
.bxCustomContainer .bx-wrapper .bx-pager {
    display: none;
}

/* Campaign Link */
.campaignLink {
    margin-top: 20px;
}
.campaignLink .bxCustomTitle img {
    width: 300px;
}
.campaignLink .text {
    margin-top: 25px;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
    line-height: 130%;
}

/* Pickup Video */
.pickUpVideo {
    margin-top: 20px;
}
.pickUpVideos .slide p{
    text-align: left;
}
.pickUpVideo .bxCustomTitle img {
    width: 250px;
}
.pickUpVideo iframe {
    width: 100%;
}

.pickUpPhoto {
    margin-top: 20px;
}
.pickUpPhoto .bxCustomTitle img {
    width: 250px;
}

/* News Top *******************************************************************/
.topNews {
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
}
.topNewsWrap {
    width: 100%;
}
.topNewsTitle {
    width: 105px;
    margin: 0;
}
.topNewsContainer {
    margin: 5px 0;
    padding: 10px 0;
    background: #FFF;
}

.topNewsContainer .cell {
    padding: 10px 0;
    border-bottom: 1px dotted #e7e8fc;
    vertical-align: middle;
}
.topNewsContainer .topNewsDate {
    display: none;
}
.topNewsContainer .topNewsContent {
    padding-right: 5px;
}
.topNewsContainer .topNewsContent a {
    display: block;
    width: 100%;
    color: #3e3a39;
    text-decoration: none;
    font-size: 100%;
}
.topNewsContainer .newsDateSP {
    width: 100%;
    padding: 0 0 5px 0;
    text-align: left;
    color: #28a1e3;
}
.topNewsContainer .topNewsMore {
    width: 35px;
    text-align: left;
}
.topNewsContainer .link_black {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/* News list ******************************************************************/
.news {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.news .pagination_container {
    margin: 20px auto 0 auto;
    padding-bottom: 0;
}
.newsLogo {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
img#news {
    height: 20px;
    margin: 0 auto;
}
.newsBox {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.newsBox .table {
    width: 100%;
}
.newsContent {
    width: 100%;
    overflow: hidden;
}
.newsDateSP {
    width: 100%;
    padding: 0 0 0 10px;
    text-align: left;
    color: #28a1e3;
}
.newsText {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 15px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.newsText a,
.newsText span {
    display: block;
    margin: 5px 5px 0 10px;
    padding: 0;
}
.newsText a:hover {
    color: #3E3A39 !important;
    text-decoration: none;
    opacity: 1;
}
.newsContent .newsDate,
.newsContent .newsText,
.newsContent .newsMore {
    border-bottom: 1px #e7e8fc dotted;
    vertical-align: middle;
}
.newsContent:last-child .newsDate,
.newsContent:last-child .newsText,
.newsContent:last-child .newsMore{
    border-bottom: none;
}
.newsContent .newsMore {
    width: 45px;
    text-align: left;
}
.newsContent .newsMore img {
    width: 35px !important;
    margin: 0;
}

.news_detail .newsBox .table,
.news_detail .newsBox .table_row,
.news_detail .newsBox .table_cell {
    display: block;
}
.news_detail .newsBox .table_row {
    border-bottom: 1px #e7e8fc dotted !important;
}
.news_detail .newsBox .table_cell {
    clear: both;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    text-align: left;
}
.news_detail .newsBox .table_cell:first-child {
    padding-bottom: 0;
    color: #28a1e3;
}
.newsDetail {
    display: block;
    margin: 20px 10px;
    text-align: left;
    line-height: 1.5;
}
.newsDetail a {
    color: #28a1e3;
}
.newsDetail a:hover {
    color: #28a1e3;
}
.newsDetail td {
    vertical-align: top;
}

.newsDetail .image_area {
    overflow: hidden;
    margin: 20px 10px;
}
.newsDetail .image_area img {
    float: left;
}

/* Media list ******************************************************************/
.media {
    text-align: center;
    margin: 20px 0 40px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.mediaLogo {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
img#media {
    height: 37px;
    margin: 0 auto;
}
img.mediaTitle {
    height: 20px;
    margin: 0 auto;
}
.mediaBox {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.mediaBox .table {
    width: 100%;
}
.mediaContent {
    width: 100%;
    overflow: hidden;
}
.mediaDateSP {
    width: 100%;
    padding: 0 0 0 10px;
    text-align: left;
}
.mediaText {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 15px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.mediaText a,
.mediaText span {
    display: block;
    margin: 5px 5px 0 10px;
    padding: 0;
}
.mediaText a {
    color: #28a1e3;
}
.mediaText:hover {
    color: #3E3A39 !important;
    text-decoration: none;
    opacity: 1;
}
.mediaContent .mediaDate,
.mediaContent .mediaText,
.mediaContent .mediaMore {
    border-bottom: 1px #e7e8fc dotted;
    vertical-align: middle;
}
.mediaContent:last-child .mediaDate,
.mediaContent:last-child .mediaText,
.mediaContent:last-child .mediaMore{
    border-bottom: none;
}

/* Privacy Policy ******************************************************************/
.privacy {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.privacyLogo {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.privacyBox {
    width: 90%;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    line-height: 180%;
    padding: 0 5%;
}
.privacy h3 {
    margin: 30px 0;
}
.privacy p {
    margin: 30px 0;
}
.privacy p.right{
    text-align: right;
}

/* Top New Events *************************************************************/
.topNewEvents {
    text-align: left;
    padding: 0;
    color: #342f2c;
    margin: 0 auto;
    margin-top: 40px;
}
.topNewEventsLogo {
    padding: 0 10px;
    text-align: center;
}
.topNewEventsDetailContainer {
    margin: 20px;
    padding: 20px;
    background: #FFF;
    border: 5px solid #48b0e5;
    overflow: hidden;
}
.topNewEventsTabsContent {
    margin: 10px 0 0 0;
}

.topNewEventsDetailPhoto {
    width: 67%;
    margin: 0 auto 20px;
}
.topNewEventsDetailPhoto img {
    width: 100%;
}
.topNewEventsDetailInfo {
    margin: 0;
    padding: 0;
    position: relative;
}

.topNewEventsDetailTitle {
    height: auto;
    color: #48b0e5;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    margin: 0;
    padding: 0;
}
.topNewEventsDetailScheduleTitle {
    display: inline-block;
    width: auto;
    clear: both;
    margin: 10px 0 0 0;
    padding: 2px 15px;
    overflow: hidden;
    background: #48b0e5;
    color: #FFF;
}
.topNewEventsDetailSchedule {
    display: block;
    width: 100%;
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    color: #48b0e5;
}
.topNewEventsDetailSchedule span {
    display: block;
    width: 100%;
    margin: 2px 0;
    padding: 2px 0;
    line-height: 1.0;
}

.topNewEventsTabs {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}
.topNewEventsTabs .ui-tabs-nav {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
.topNewEventsTabs .ui-tabs-nav .ui-state-default {
    background: #ffd9f4 !important;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.topNewEventsTabs .ui-tabs-nav .ui-tabs-active {
    background: #ffb3dd !important;
    color: #FFF !important;
}
.topNewEventsTabs .ui-tabs-nav .ui-state-default a {
    color: #ff80ba !important;
    cursor: pointer !important;
    font-size: 12px !important;
    padding: 0 !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.topNewEventsTabs .ui-tabs-nav .ui-tabs-active a {
    color: #FFF !important;
    cursor: default !important;
}
.topNewEventsTabs .ui-tabs-nav li {
    /* defualt width for 6tab */
    width: 16.2%;
    /*width: 19.5%;*/ /*5tab version*/
    /*width: 49%;*/  /*2tab version*/
    /*display: none;*/ /*0tab version*/
    margin: 0 2px 0 0 !important;
    float: left;
}
.topNewEventsTabs .ui-tabs-nav li:last-child {
    margin-right: 0 !important;
    float: right;
}
.topNewEventsTabs .ui-tabs-nav li:last-child a {
    
}
.topNewEventsTabs .ui-tabs-panel {
    background: #ffb3dd !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.topNewEventItemContainer {
    background: #FFF;
    padding: 20px;
    border-radius: 2px;
}
.topNewEventItemInfo {
    color: #ff80ba;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cececf;
}
.topNewEventItemInfoTitle {
    font-size: 2em;
}
.topNewEventItemInfoTime {
    margin-top: 10px;
}
.topNewEventItemInfoTime .row .cell:first-child div {
    width: 40px;
    background: #EB7CAC;
    color: #FFF;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 5px 0;
}
.topNewEventItemInfoTime .row .cell:first-child span {
    display: none;
}
.topNewEventItemInfoPlace {
    margin-top: 5px;
}

.topNewEventTicket {
    padding: 20px 0 0 0;
}
.topNewEventTicketImg {
    margin-left: 0;
    width: 100px;
}
.topNewEventTicketList {
    display: table;
    table-layout: fixed;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #68c5ff;
    color: #3e3a39;
}
.topNewEventTicketListRow {
    display: table-row;
}
.topNewEventTicketListLeft {
    display: table-cell;
    padding: 20px 10px;
    vertical-align: middle;
}
.topNewEventTicketListRight {
    display: table-cell;
    width: 35%;
    background: #ededee;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.topNewEventTicketLeftHeader {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1;
}
.topNewEventTicketLeftPrice {
    font-weight: bold;
    margin: 5px 0;
}
.topNewEventTicketListPink {
    color: #f88bc0;
}
.topNewEventTicketListOther {
    margin: 10px 0;
    line-height: 130%;
}
.topNewEventTicketListOther a:active{
    color: #333;
}
.topNewEventTicketEPlus {
    color: #f88bc0;
    font-size: 70%;
}
.topNewEventTicketSaleTeam {
    color: #f88bc0;
    margin-top: 10px;
}
.topNewEventTicketNotAvailable {
    font-weight: bold;
}

.topNewEventTicketListRight .topNewEventTicketHand img,
.topNewEventTicketListRight img.topNewEventTicketHand {
    width: 70px;
}
.topNewEventTicketListRight .topNewEventTicketWeb img,
.topNewEventTicketListRight img.topNewEventTicketWeb {
    width: 180px;
}

.topNewEventTeams {
    margin-top: 20px;
}
.topNewEventTeamHeader {
    color: #ff88be;
    font-size: 2em;
    line-height: 1.0;
}
.topNewEventTeamList {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}
.topNewEventTeamList a, .topNewEventTeamList p {
    display: inline-block;
    width: auto;
    margin: 1px 0;
    color: #3e3a39;
    text-align: left;
}
.topNewEventTeamList a:hover {
    text-decoration: underline;
}
.topNewEventTeamList span:last-child{
    display: none;
}
.event_sub_order {
    margin-top: 10px;
}

/* Page New Event *************************************************************/
/* bxslide */
.new_event_banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.new_event_banner .bx-viewport,
.new_event_banner .bx-wrapper{
    width: 100% !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none !important;
    background: none;
}
.new_event_slider .slide img {
    width: 100%;
}
.new_event_banner .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
    display: none;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.new_event_banner .bx-wrapper .bx-pager .bx-pager-item {
    margin-top: 7px;
}
.new_event_banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c8c8c8;
}
.new_event_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.new_event_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #5abbff;
}
.new_event_banner .bx-wrapper .bx-controls-direction a {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 98;
}
.new_event_banner .bx-wrapper .bx-prev {
    left: 20px;
    background: url(../img/top_slide_control_30_pre.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.new_event_banner .bx-wrapper .bx-next {
    right: 20px;
    background: url(../img/top_slide_control_30_nxt.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.event_detail_no_header {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #5bbbff url(../img/event_background_transparent.png);
}
.event_detail_no_header_name,
.event_detail_no_header_title {
    display: block;
    width: 75%;
    height: 200px;
    margin: 0 0 0 20px;
    padding: 0;
    color: #FFF;
    line-height: 200px;
    float: left;
}
.event_detail_no_header_name span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 2.5em;
}
.event_detail_no_header_title {
    width: 45px;
    height: 45px;
    margin: 72px 0 0 0;
    padding: 5px;
    border-radius: 45px;
    background: #FFF;
    color: #5BBBFF;
    text-align: center;
    line-height: 45px;
}
.event_detail_no_header_title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 1.5em;
}

/* New event */
.new_event {
    margin: 0;
    padding: 0;
}
.new_event_header {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    color: #ff7fb8;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2;
}
.new_event .topNewEventsWrap {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.new_event .topNewEventsTabsContent {
    margin: 0;
    padding: 0;
}
.new_event .topNewEventItemContainer {
    padding: 0;
}
.new_event .topNewEventsTabs .ui-tabs-panel {
    background: #FFF !important;
    padding: 20px 0 20px 0 !important;
}
.new_event .topNewEventsTabs .ui-tabs-nav .ui-tabs-active {
    background: #FFF !important;
}
.new_event .topNewEventsTabs .ui-tabs-nav .ui-state-default a {
    color: #ff80ba !important;
    font-size: 12px !important;
    width: 100%;
    height: 50px;
    line-height: 40px;
    background: url(../img/new_events_tab_bg.png) 50% 30px no-repeat;
    background-size: 25px;
}
.new_event .topNewEventsTabs .ui-tabs-nav .ui-tabs-active a {
    cursor: default !important;
}
.new_event .topNewEventsTabs .ui-tabs-nav .ui-state-default a:hover {
    opacity: 0.4;
}
.new_event .topNewEventsTabs .ui-tabs-nav .ui-tabs-active a:hover {
    opacity: 1;
}
.new_event .topNewEventItemInfo {
    border-bottom: none;
    padding: 0 20px;
}
.new_event .topNewEventItemInfoTitle {
    font-size: 2.8em;
    line-height: 1.0;
}
.new_event .topNewEventItemInfoTime {
    color: #000;
    line-height: 1.1;
}
.new_event .topNewEventItemInfoTime .row .cell:first-child {
    padding: 3px 0;
    width: 40px;
}

.new_event .topNewEventTicket,
.new_event .topNewEventTeams,
.new_event .new_event_map,
.new_event .new_event_note {
    margin-top: 20px;
    border: none;
}

.new_event_group_header {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    background: #ffd9f4;
    border: 1px solid #ffd9f4;
    text-align: left;
}
.new_event_group_header img {
    margin: 0 auto;
    padding: 0;
    height: 20px;
}
.new_event .new_event_note .new_event_group_header {
    padding: 0;
    border: none;
    background: none;
    color: #ff80bb;
    font-size: 1.5em;
    line-height: 1.0;
    overflow: visible;
}

.new_event .topNewEventTicketList {
    margin: 0;
    border: none;
    border-bottom: 1px solid #c9f0ff;
}
.new_event .topNewEventTicketListFirst {
    border-top: 1px solid #c9f0ff !important;
}
.new_event .topNewEventTicketListAvailable .topNewEventTicketListRight {
    background: #5cbbff !important;
}
.new_event .topNewEventTicketSaleTeam,
.new_event .topNewEventTicketEPlus {
    color: #FFF;
}

.new_event .topNewEventTeamList {
    padding: 0 20px;
}

.new_event_map_container {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
}
a.new_event_go_map {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    overflow: hidden;
}
a.new_event_go_map img {
    height: 13px;
    margin: 0;
    vertical-align: top;
}

.new_event .new_event_note {
    padding: 0 20px;
}
.new_event_note_container {
    margin-top: 10px;
    line-height: 1.2;
}

/* Top Members ****************************************************************/
.top_list_teams {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
}
.thisYearMenbers {
}
.thisYearMenbersLogo {
    padding: 0 10px;
}
.top_teams_group {
    overflow: hidden;
}
.top_teams_group_logo {
    display: block;
    width: 50%;
    margin: 15px auto;
    margin-top: 20px;
    overflow: hidden;
}
.menbarsBoxWrap {
    overflow: hidden;
}
.menbarsBox {
    display: inline-block;
    width: 49%;
    margin: 5px 0.2%;
    float: left;
    position: relative;
    background: url(../img/teams_background_transparent.png);
    overflow: hidden;
    clear: left;
}
.menbarsBox:nth-child(2n) {
    float: right;
    clear: right;
}
.menbarsBox.areaLogo {
    background: none;
}
.menbarsBox.areaLogo img{
    margin-left: 0;
}
.menbarsName {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    bottom: 0px;
    background: #FFF;
    color: #3e3a39;
    font-weight: bold;
}
.menbarsName div {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menbarsName:hover {
    color: #FFF !important;
}
.menbarsName:hover:after {
    content: " ";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
}

.menbarsBox_None .menbarsName,
.menbarsBox_None .menbarsName:hover:after {
    background: none;
    border: none;
    cursor: default;
}

.menbarsName a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #3e3a39;
    text-decoration: none;
}
.menbarsName a:hover {
    color: #FFF !important;
}

.menbarsName.tokyo a {
    color: #76d3ff;
}
.menbarsName.tokyo:hover {
    background: #76d3ff;
}
.menbarsName.tokyo:hover:after {
    border-color: transparent transparent #76d3ff transparent;
}

.menbarsName.tokai a {
    color: #ffbc36;
}
.menbarsName.tokai:hover {
    background: #ffbc36;
}
.menbarsName.tokai:hover:after {
    border-color: transparent transparent #ffbc36 transparent;
}

.menbarsName.osaka a {
    color: #ff98cf;
}
.menbarsName.osaka:hover {
    background: #ff98cf;
}
.menbarsName.osaka:hover:after {
    border-color: transparent transparent #ff98cf transparent;
}

.menbarsName.fukuoka a {
    color: #90aef0;
}
.menbarsName.fukuoka:hover {
    background: #90aef0;
}
.menbarsName.fukuoka:hover:after {
    border-color: transparent transparent #90aef0 transparent;
}

.menbarsName.hokkaido a {
    color: #c7dc78;
}
.menbarsName.hokkaido:hover {
    background: #c7dc78;
}
.menbarsName.hokkaido:hover:after {
    border-color: transparent transparent #c7dc78 transparent;
}


.top_list_teams .link_black {
    display: block;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

/* item of Team list */
.menbarsBox_inner{
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    padding-bottom: 78%;
    height: 0;
    overflow: hidden;
}

/* Partners contents **********************************************************/
.partnersContents {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.partner_container {
    overflow: hidden;
    background: #FFF;
    padding: 20px 10px 0 10px;
}
.pattern_title{
    clear: both;
    margin-bottom: 15px;
}
.partner_group {
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
.pattern_items_title {
    clear: both;
    margin-bottom: 20px;
}
.partner_item {
    display: inline-block;
    width: auto;
    height: 70px;
    margin: 0 10px 20px 10px;
    padding: 0;
}
.partner_item a {
    display: table;
    color: #3e3a39;
    line-height: normal;
}
.partner_item_no_logo a {
    margin-top: 25px;
}
.partner_item a:hover {
    text-decoration: none;
}
.partner_item div {
    display: table-row
}
.partner_item span {
    display: table-cell;
    vertical-align: bottom;
}
.partner_logo span {
    vertical-align: middle;
}
.partner_item span {
    height: 20px;
    font-size: 80%;
}
.partner_item_no_logo span {
    font-weight: bold;
    font-size: 100%;
}
.partner_item .partner_logo {
    height: 40px;
}
.partner_item .partner_logo img{
    max-height: 30px;
}

.partnersContents .link_black {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}

/* Oficial sns ****************************************************************/
.officialSnsContainer {
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
}
.officialSns {
    padding: 0;
    margin: 0 20px;
    overflow: hidden;
    overflow: hidden;
}
.officalFacebook, .officalTwitter {
    width: 100% !important;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: auto;
    background: #FFF;
}
.officalFacebook {
    margin: 0;
}
.officalTwitter {
}
.officalFacebookTitle, .officalTwitterTitle {
    padding: 10px;
}
.officalFacebookTitle img,
.officalTwitterTitle img {
    height: 15px;
    display: inline-block;
    padding-right: 10px;
}
.officialSns iframe {
    background-color: #fff;
    width: 100% !important;
}
.officalFacebookTitle span,
.officalTwitterTitle span {
    display: inline-block;
    width: auto;
}
.twitter-timeline  {
    height: 400px;
}

.officialSnsContainer .contact_black_link {
    margin: 0 20px 20px 20px;
    text-align: center;
}

.events_detail .officialSnsContainer,
.teams_detail .officialSnsContainer,
.teams_index .officialSnsContainer, .teams_top .officialSnsContainer {
    margin-top: 15px;
}
.events_index .officialSnsContainer, .events_top .officialSnsContainer {
    margin-top: 20px;
}

/* Link ground ****************************************************************/
hr {
    border-top: 1px solid #3e3a39;
    border-bottom: 1px solid #fff;
    opacity: 0.1;
}
.rinkGroundWrap {
    border-bottom: 1px solid #b9e0f4;
}
.imageL {
    display: inline-block;
}
.imageL img {
    width: 34px;
    margin: 15px 0;
}

.rinkGround {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.rinkGround a:hover {
    color: #231815;
}
.rinkGroundBox {
    display: inline-block;
    width: 100%;
}
.rinkGroundBox .blueText {
    padding-right: 3px;
}

/* Footer **********************************************************************/
.footer {
    margin-top: 60px;
    background: #69c1ed;
    color: #FFF;
}
.footer_title {
    color: #FFF;
    font-size: 150%;
    padding: 15px;
}
.footer .blueText {
    display: none;
}
.footer a,
.footer .aCopy{
    display: block;
    padding: 15px 0;
    padding-left: 15px;
    color: #FFF;
    border-top: 1px solid #b9e0f4;
}
.footer a:before,
.footer .aCopy:before {
    content: '＞';
}
.footer a:hover {
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 0;
    background-color: #69c1ed;
    color: #fff;
    font-size: 0.8em;
    overflow: hidden;
}
.footer_content {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}

.footer_content a:hover {
    text-decoration: none;
}
footer img {
    width: 80px;
    margin: 15px auto;
}

a.switch_pc,
a.switch_pc:link,
a.switch_pc:active,
a.switch_pc:visited{
    display: block;
    border: 1px solid #b9e0f4;
    border-radius: 10px;
    text-align: center;
    margin: 30px 10px 0 10px;
    padding: 15px;
}
a.switch_pc:hover{
    background: #000;
}
a.switch_pc img{
    width: 150px;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
}

/* ScrollTop *******************************************************************/
#scrollTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 100;
}
#scrollTop img {
    width: 30px;
}
a.homeButton {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #CCC !important;
    border-radius: 40px;
}
a.homeButton img {
    width: 40px !important;
}

/*******************************************************/
/*カラム分け*/
/*******************************************************/
.sidebar {
    float: left;
    width: 20%;
    margin: 15px 0;
}

.mainColumn {
    float: right;
    width: 100%;
    padding-left: 0;
}

/*******************************************************/
/*form*/
/*******************************************************/
.form {
    margin: 0 auto;
    width: 94%;
    padding: 120px 3% 0;
    overflow: hidden;
    /*font-weight: bold;*/
}

.formTitle {
    font-size: 1.9em;
    padding-left: 50px;
    line-height: 155%;
    font-weight: bold;
    background-image:url("../img/form_icon_L.png");
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: 0 0px;
    padding-bottom: 15px;
}

.formBox {
    border: 2px solid #bbb;
    padding: 35px;
}

.formBox p {
    line-height: 160%;
    margin-bottom: 40px
}

.formBox label {
    display: block;
    float:left;
    width: 238px;
    background-color: rgb(118, 211, 255);
    padding: 5px 20px;
    color: #fff;
    margin: 15px 8px 0px 0;
}

.formBox input, .formBox select, .formBox textarea, .formBox .confirm {
    padding: 2px 5px;
    margin: 5px 0;
    width: 278px;
}

.formBox select {
    width: 280px;
}


.formBox .textarea_label {
    /*height:  192px;*/
}

.formBox .textarea_label span {
    vertical-align: middle;
    display: table-cell;
    /*height: 192px;*/
}

.formBox textarea, .formBox .textarea {
    height: 150px;
}

.formBox input.link_black {
    width: 100%;
    padding: 9px 17px;
    margin: 15px 0;
}

.formBox .confirm {
    display: inline-block;
    width: 266px;
    padding: 5px 5px;
    margin: 4px 0;
    border: 1px solid #cbcbcb;
}

/* Error */
.system_error{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 5px;
}
.system_error_404,
.system_error_text{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.system_error_text{
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.system_error_text h2{
    margin-bottom: 5px;
}

/* Contact page ***************************************************************/
.contact_form {
    background: #FFF;
    margin: 20px 0 0 0;
    padding: 10px;
    overflow: hidden;
}
.contact_form .mainColumn {
    margin: 0;
    padding: 0;
    border: none;
}
.contact_form .formBox {
    margin: 0;
    padding: 0;
    border: none;
}
.contact_form .formBox p {
    margin-bottom: 10px;
}
.contact_form .formBox label {
    width: 250px;
    padding: 10px 10px;
}
.contact_form .formBox input[type="text"],
.contact_form .formBox input[type="email"],
.contact_form .formBox select,
.contact_form .formBox textarea,
.contact_form .formBox .confirm {
    width: 250px;
    padding: 10px;
}
.contact_form .formBox select {
    width: 270px;
    padding: 6px 10px;
}

/* Team list page */
.team_list{
    padding-top: 0px;
    width: 100%;
}
.team_list .sidebar{
    width: 100%;
    margin-bottom: 10px;
}
.team_list_menu{
}
.team_list_menu_header{
    position: relative;
    background: #76d3ff;
    text-align: left;
    padding: 5px 0 7px 5px;
}
.team_list_menu_header_close:after,
.team_list_menu_header_open:after{
    content: " ";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 13px;
    background: url(../img/arrow_white_3x.png) right top no-repeat;
    background-size: 15px auto;
}
.team_list_menu_header_open:after{
    background: url(../img/arrow_white_active_3x.png) right top no-repeat;
    background-size: 15px auto;
}
.team_list_menu_header img{
    height: 25px;
    margin-left: 10px;
}
.team_list_menu ul{
    margin: 2px 0 0 0;
    padding: 0;
}
.team_list_menu li{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
    list-style: none;
    
    margin-bottom: 1px;
}
.team_list_menu li ul{
    margin-top: 1px;
}
.team_list_menu li ul li:last-child{
    margin-bottom: 0;
}
.team_list_menu li a,
.team_list_menu li a:link,
.team_list_menu li a:active,
.team_list_menu li a:visited{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
    background: #f0f0ee;
    color: #333;
    text-decoration: none;
}
.team_list_menu li a:hover{
    background: #e6e6e5;
    color: #3e3a39;
    opacity: 1;
}
.team_list_menu_content{
    padding: 15px 0 12px 5px;
    display: table-cell;
    font-size: 1.2em;
    vertical-align: middle;
}
.team_list_menu li a.active,
.team_list_menu li a.active:link,
.team_list_menu li a.active:active,
.team_list_menu li a.active:visited,
.team_list_menu li a.active:hover{
    background: #767676 !important;
    color: #FFF;
    opacity: 1;
}
.team_list_menu_content img{
    margin: 0;
    display: inline-block;
}
.team_list_menu_arrow{
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    margin: 0;
    background: url(../img/arrow_blue_3x.png) center right no-repeat;
    background-size: 15px auto;
}
.team_list_menu ul li ul .team_list_menu_arrow{
    width: 45px;
}
.team_list_menu ul li ul li ul .team_list_menu_arrow{
    width: 60px;
}
a.active .team_list_menu_arrow{
    background: url(../img/arrow_white_3x.png) center right no-repeat;
    background-size: 15px auto;
}
.team_list_menu_arrow_active{
    background: url(../img/arrow_blue_active_3x.png) center right no-repeat !important;
    background-size: 15px auto;
}
a.active .team_list_menu_arrow_active{
    background: url(../img/arrow_white_active_3x.png) center right no-repeat !important;
    background-size: 15px auto;
}

/* Team detail page */
.team_detail{
    
}
.teamDetailBoxWrap{
    margin-top: 0;
}

.team_detail_title{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.team_detail_title_university, .team_detail_title_area{
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.team_detail_title_area{
    color: #397eff;
}
.team_detail_title_name{
    display: block;
    width: 100%;
    clear: both;
    font-size: 2.4em;
    line-height: normal;
    margin: 0;
    padding: 0 0 5px 0;
    vertical-align: middle;
}

.team_detail .fotorama{
    margin-top: 10px;
    padding-bottom: 10px;
}
.team_detail .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-bottom: 2px !important;
}

.upcoming_events{
    background: #ff7292;
    color: #FFF;
    padding: 15px;
}
.upcoming_events_label{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.upcoming_events_list{
    margin-top: 5px;
}
.upcoming_events li{
    list-style: none;
}
.upcoming_events a,
.upcoming_events a:link,
.upcoming_events a:active,
.upcoming_events a:visited{
    display: block;
    width: 100%;
    color: #FFF;
    padding: 5px 0;
}
.upcoming_events a:before{
    content: "・"
}

.team_sns_link{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: 2px solid #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
}
.team_sns_link div{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.team_sns_link div:last-child{
    border-bottom: none;
}
.team_sns_link a,
.team_sns_link a:link,
.team_sns_link a:active,
.team_sns_link a:visited,
.team_sns_link a:focus,
.team_sns_link a:hover{
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 0;
    overflow: hidden;
    color: #767676;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    
}
.team_sns_link img{
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px;
}
.team_sns_link .team_sns_link_official a,
.team_sns_link .team_sns_link_blog a{
    padding-left: 40px;
}

.team_detail_container{
    clear: both;
    display: block;
    overflow: hidden;
    border: 2px solid #cbcbcb;
    margin: 0;
    margin-top: 10px;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
}
.team_detail_text{
    line-height: 1.5em;
}
.team_detail_text_title{
    padding: 20px 0 8px 0;
    color: #397eff;
}
.team_detail_extend{
    margin-top: 30px;
}
.team_detail_btn{
    display: inline-block;
    width: 140px;
    background: #397eff;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
}
.team_detail_btn_cyan{
    background: #76d3ff;
}
.team_detail_extend .row .cell:last-child{
    padding-left: 10px;
}
.team_detail_extend .row .cell{
    vertical-align: top;
    padding-bottom: 20px;
}
.team_detail_extend .row:last-child .cell{
    padding-bottom: 0;
}
.team_detail_extend li{
    list-style: none;
    padding-bottom: 5px;
}
.team_detail_extend li:last-child{
    padding-bottom: 0;
}
.team_detail_extend a,
.team_detail_extend a:link,
.team_detail_extend a:active,
.team_detail_extend a:visited,
.team_detail_extend a:hover{
    color: #3e3a39;
}

.team_detail_members{
    clear: both;
    display: block;
    overflow: hidden;
    border: 2px solid #cbcbcb;
    margin: 0;
    margin-top: 10px;
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
}
.team_detail_members_title{
    font-size: 1.4em;
    margin-bottom: 10px;
}
.td_member_container{
    display: inline-block;
    width: 32.3%;
    margin: 0 3px 10px 0;
    padding: 0;
    overflow: hidden;
    float: left;
    color: #666;
}
.td_member_container:nth-child(3n+1){
    margin-right: 0;
}
.td_member_container_img{
    width: 100%;
    height: 140px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.td_member_container_sns{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.td_member_container_sns a,
.td_member_container_sns a:link,
.td_member_container_sns a:active,
.td_member_container_sns a:visited{
    float: left;
    margin-right: 10px;
    opacity: 0.6;
    color: #413d3c;
    text-decoration: none;
}
.td_member_container_sns a:hover{
    opacity: 1;
}
.td_member_container_sns a:last-child{
    margin-right: 0;
}
.td_member_container_sns img{
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
.td_member_container_name{
    display: block;
    width: 100%;
    height: 2.5em;
    margin: 5px 0 0 0;
    padding: 0;
}

.team_detail_sns{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 38px;
}
.team_detail_sns_facebook{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.team_detail_sns_facebook .fb-like-box, 
.team_detail_sns_facebook .fb-like-box span, 
.team_detail_sns_facebook .fb-like-box span iframe[style] {
    width: 100% !important;
}
.team_detail_sns_twitter{
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

/* Past Event page ************************************************************/
.past_event_table,
.past_event_table .table_row,
.past_event_table .past_event_table_side,
.past_event_table .past_event_table_content {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.new_event_top_logo {
    width: 100%;
    margin: 20px 0 0 0;
}
img.newEventsLogo {
    height: 20px;
    margin: 0 auto;
}
.past_event_table_content {
    margin: 20px 0 0 0 !important;
    padding: 0;
    overflow: hidden;
}

/* Top menu */
.past_event_table_side {
    width: auto !important;
    margin: 20px 40px 0 40px !important;
}
.past_event_top_logo {
    position: relative;
    display: block;
    padding: 5px 10px;
    background: #FFF url(../img/past_event_left_menu_logo.png) center center no-repeat;
    background-size: auto 18px;
    border: 4px solid #69C1ED;
    z-index: 99;
}
.past_event_top_logo img {
    height: 30px;
    margin: 0;
}
.past_event_menu_content {
    position: relative;
}
.past_event_menu_content_container {
    position: absolute;
    background: #DADBDB;
    overflow: hidden;
    z-index: 99;
    display: none;
}
.left_side_search {
    background: #69C1ED;
    color: #FFF;
    padding: 10px;
    padding-top: 20px;
}
.left_side_search_title {
    text-align: center;
    color: #FFF;
}
.left_side_search form div {
    width: 100%;
    height: 40px;
    margin: 5px 0 0 0;
    padding: 0;
    background: #FFF;
    overflow: hidden;
}
.left_side_search form button {
    display: block;
    width: 45px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: #dadbdb url(../img/search_icon_2_3x.png) center center no-repeat;
    background-size: 25px 25px;
    float: right;
}
.left_side_search form input[type="text"] {
    width: 205px;/* 270 - 45 - 10*2 */
    height: 40px;
    margin: 0;
    padding: 0 10px;
    float: left;
    border: none;
    background: #FFF;
    outline: none !important;
}

/* Year */
.left_side_menu {
    margin: 5px;
    padding: 0;
    overflow: hidden;
}
.left_side_menu li {
    list-style: none;
}
.left_side_menu_container > li {
    margin-top: 5px;
}
.left_side_menu_container > li:first-child {
    margin-top: 0;
}
a.left_side_menu_link_list {
    display: table-row;
    width: 100%;
    height: 50px;
    margin: 5px 0 0 0;
    padding: 0;
    color: #454140;
    background: #FFF;
    text-decoration: none;
    opacity: 1;
}
a.left_side_menu_link_list:hover {
    background: #caeaff;
}
.left_side_menu_link_list_arrow {
    display: table-cell;
    width: 50px;
    margin: 0;
    padding: 0;
    background: url(../img/arrow_blue_3x.png) center center no-repeat;
    background-size: 15px auto;
}
a.left_side_menu_link_list_arrow_active {
    background: #a8ddff;
}
a.left_side_menu_link_list_arrow_active .left_side_menu_link_list_arrow {
    background: url(../img/arrow_white_active_3x.png) center center no-repeat;
    background-size: 15px auto;
}
.left_side_menu_link_list_content {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

/* Sup menu */
.left_side_menu_container > li ul li {
    margin-top: 5px;
}
a.left_side_menu_link_item {
    display: table-row;
    width: 100%;
    height: 50px;
    margin: 5px 0 0 0;
    padding: 0;
    color: #454140;
    background: #FFF;
    text-decoration: none;
    opacity: 1;
}
a.left_side_menu_link_item:hover {
    background: #caeaff;
}
a.left_side_menu_link_item_active,
a.left_side_menu_link_item_active:hover {
    color: #FFF;
    background: #5cbbff;
}
.left_side_menu_link_item_arrow {
    display: table-cell;
    width: 70px;
    margin: 0;
    padding: 0;
    background: url(../img/past_event_arrow_item_normal_3x.png) 50px center no-repeat;
    background-size: auto 3px;
}
a.left_side_menu_link_item_active .left_side_menu_link_item_arrow {
    background: url(../img/past_event_arrow_item_active_3x.png) 50px center no-repeat;
    background-size: auto 3px;
}
.left_side_menu_link_item_content {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

/* Other condition */
.past_event_condition {
    margin: 5px;
    margin-top: 40px;
}
.past_event_condition li {
    list-style: none;
}
.past_event_condition a.left_side_menu_link_list_arrow_active {
    background: #a8ddff;
}
.past_event_condition a.left_side_menu_link_list_arrow_active .left_side_menu_link_list_arrow {
    background: url(../img/arrow_white_active_3x.png) center center no-repeat;
    background-size: 15px auto;
}

/* List past event */
.event_past_item {
    width: 49%;
    margin: 0 0.2% 5px 0;
    float: left;
    position: relative;
    background: #FFF;
    overflow: hidden;
}
.event_past_item:nth-child(2n) {
    float: right;
}
a.event_past_item:hover {
    text-decoration: none;
    opacity: 0.7;
}
.event_past_item_none {
    background: url(../img/teams_background_transparent.png);
}
.event_past_item_inner{
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    padding-bottom: 78%;
    height: 0;
    overflow: hidden;
}
.envet_past_item_name {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    margin: 5px 0 0 0;
    padding: 0;
    bottom: 0px;
    color: #38b3ff;
    font-weight: bold;
    text-align: center;
}
.envet_past_item_update {
    font-weight: normal;
    font-size: 80%;
}

/* Event detail ***************************************************************/
.event_detail_container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.event_detail_banner {
    margin-top: 0;
}
.event_detail_banner .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    width: 40px;
    height: 40px;
}
.event_detail_banner .bx-wrapper .bx-prev {
    left: 20px;
    background-size: 40px;
}

.event_detail_banner .bx-wrapper .bx-next {
    right: 20px;
    background: url(../img/top_slide_control_60.png) 0px -40px no-repeat;
    background-size: 40px;
}

/* Tabs */
.event_detail_tabs {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.event_detail_tabs .ui-tabs-nav {
    background: #a8deff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.event_detail_tabs .ui-tabs-nav li {
    background: #8cd3ff;
    border: none;
    border-radius: 0;
    margin: 0 1px 0 0 !important;
    padding: 0 !important;
}
.event_detail_tabs .ui-tabs-nav li.ui-tabs-active {
    background: #76a3fe;
}
.event_detail_tabs .ui-tabs-nav li a {
    color: #FFF;
    font-weight: normal;
    font-size: 1.2em;
}
.event_detail_tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: default !important;
}
.event_detail_tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.8em 0.6em !important;
}
.event_detail_tabs .ui-tabs-panel {
    padding: 0;
}

/* Block */
.event_detail_block {
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.event_detail_block_title {
    text-align: center;
}
.event_detail_block_title img{
    margin: 0 auto;
    height: 20px;
    max-width: 90%;
}
.event_detail_block_container {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.event_detail_outline .event_detail_block_container {
    padding: 10px;
    background: #FFF;
}
.event_detail_block_container .event_sub_order_container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.event_detail_block_container .event_sub_order_container .event_sub_order {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 40px;
    margin: 20px auto 10px auto;
    padding: 0;
    font-size: 1.4em;
    line-height: 40px;
    color: #40afff;
    overflow: hidden;
    background: url(../img/event_part_teams_sp.png);
}
.event_detail_block_container .event_sub_order_container:first-child .event_sub_order {
    margin-top: 0;
}

/* Outline */
.event_detail_outline_intro {
    line-height: 1.2;
}
.event_detail_outline_item {
    display: block;
    margin: 5px 0 0 0;
}
.event_detail_outline_item:first-child {
    margin-top: 10px;
}
.event_detail_outline_item span {
    margin-right: 10px;
    color: #68c0ff;
    font-weight: bold;
}

/* Guests */
.event_detail_teams_item {
    float: left;
    width: 49%;
    margin: 0 0.2% 5px 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFF;
}
.event_detail_teams_item:nth-child(2n) {
    float: right;
}
.event_detail_teams_item_image {
    display: block;
    width: 92%;
    height: 0;
    margin: 4% 4% 0 4%;
    padding: 0;
    padding-bottom: 64%;
    background-position: center center;
    background-size: cover;
}
.event_detail_teams_item_name {
    display: block;
    width: 100%;
    height: 35px;
    margin: 5px 0;
    padding: 0;
    overflow: hidden;
    line-height: 1.2;
    color: #68c0ff !important;
    text-align: center;
    font-weight: bold;
}
.event_detail_teams_item_name:hover {
    color: #68c0ff !important;
    text-decoration: underline;
}
.event_detail_teams_item_name div {
    font-weight: normal;
    font-size: 90%;
}

.event_detail_guests .event_detail_teams_item_name:hover {
    text-decoration: none !important;
}
.event_detail_teams_item_name a {
    color: #68c0ff !important;
}
.event_detail_teams_item_name a:hover {
    color: #68c0ff !important;
}

/* Teams */
.event_detail_teams li {
    display: inline-block;
    width: 49%;
    margin: 0 0 8px 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    vertical-align: bottom;
}
.event_detail_teams li:nth-child(2n) {
    margin-left: 2%;
}
.event_detail_teams .event_detail_teams_item {
    width: 100%;
    margin: 0;
}
.event_detail_teams_item_victory_1 .event_detail_teams_item_name,
.event_detail_teams_item_victory_2 .event_detail_teams_item_name{
    color: #FFF;
}
.event_detail_teams_item_victory {
    width: 100%;
    margin: 0;
    padding: 0;
}
.event_detail_teams_item_victory img {
    max-width: 100%;
}
.event_detail_teams_item_victory_1 .event_detail_teams_item {
    background: #ff7292;
}
.event_detail_teams_item_victory_2 .event_detail_teams_item {
    background: #5bbbff;
}
.event_detail_teams_item_victory_3 .event_detail_teams_item {
    background: #ffed63;
}
.event_detail_teams_item_victory_extend .event_detail_teams_item {
    background: #ffed63;
}
.event_detail_teams_item_victory_1 a,
.event_detail_teams_item_victory_2 a,
.event_detail_teams_item_victory_1 a:hover,
.event_detail_teams_item_victory_2 a:hover {
    color: #FFF !important;
}

.event_detail_teams_item_facebook {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #f88bc0 url(../img/victory_facebook.png);
    color: #FFF;
    text-align: center;
    line-height: 1.2;
}
.event_detail_teams_item_facebook:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 7px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.event_detail_teams_item_facebook div {
    padding-bottom: 3px;
}

/* Partner */
.event_detail_partner_item {
    display: block;
    width: 24.5%;
    height: 90px;
    margin: 0 0.3% 5px 0.3%;
    padding-top: 20px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #FFF;
    color: #454140;
    text-decoration: none;
    text-align: center;
}
.event_detail_partner_item:nth-child(4n) {
    margin-right: 0;
}
.event_detail_partner_item:nth-child(4n + 1) {
    margin-left: 0;
}
.event_detail_partner_item:hover {
    color: #454140;
}
.event_detail_partner_inner {
    display: table-row;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.event_detail_partner_inner span {
    display: table-cell;
    width: 100%;
    height: 30px;
    padding: 10px;
    vertical-align: middle;
}
.event_detail_partner_inner img {
    height: auto;
    max-height: 50px;
    max-width: 100%;
}
.event_detail_partner_text {
    margin: 0;
}

/* Snap */
.event_detail_snap_item {
    width: 49%;
    margin: 0 0 8px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.event_detail_snap_item:nth-child(2n) {
    float: right;
}
.event_detail_snap_item_inner{
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    height: 0;
    overflow: hidden;
}

/* Team list page *************************************************************/
.team_list_top_logo {
    background: #FFF url(../img/team_list_left_menu_logo_3x.png) center center no-repeat !important;
    background-size: auto 25px !important;
}
.team_list_top_logo img {
    height: 30px;
}

/* Left menu */
.left_side_menu_team .left_side_menu_link_item_arrow {
    width: 100px;
}
.left_side_menu_team .left_side_menu_link_item_all .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_all_3x.png) 28px center no-repeat;
    background-size: auto 30px;
}
.left_side_menu_team .left_side_menu_link_item_tokyo .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_blue_3x.png) 30px center no-repeat;
    background-size: auto 23px;
}
.left_side_menu_team .left_side_menu_link_item_tokai .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_tokai_3x.png) 30px center no-repeat;
    background-size: auto 26px;
}
.left_side_menu_team .left_side_menu_link_item_kansai .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_kansai_3x.png) 30px center no-repeat;
    background-size: auto 24px;
}
.left_side_menu_team .left_side_menu_link_item_kyushu .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_kyushu_3x.png) 35px center no-repeat;
    background-size: auto 23px;
}
.left_side_menu_team .left_side_menu_link_item_hokkaido .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_hokkaido_3x.png) 30px center no-repeat;
    /*↑アイコン高さを再指定*/
    background-size: auto 23px;
}
.left_side_menu_team .left_side_menu_link_item_tokyo:hover .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_white_3x.png) 30px center no-repeat;
    background-size: auto 23px;
}

.left_side_menu_team .left_side_menu_link_item_tokyo.left_side_menu_link_item_active .left_side_menu_link_item_arrow {
    background: url(../img/icon_unidol_white_3x.png) 30px center no-repeat;
    background-size: auto 23px;
}

/* List team */
.team_list_area {
    margin: 20px 0 0 0;
    padding: 0;
}
.team_list_area:first-child {
    margin: 0;
}
.team_list_area_title {
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    color: #5bbbff;
    font-size: 1.7em;
    line-height: 1.2;
    overflow: hidden;
}
.team_list_area_container {
    margin: 5px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.team_list_area_container .event_detail_teams_item_name_tokyo {
    color: #35b2ff;
}
.team_list_area_container .event_detail_teams_item_name_tokai {
    color: #f19500;
}
.team_list_area_container .event_detail_teams_item_name_kansai {
    color: #ff7292;
}
.team_list_area_container .event_detail_teams_item_name_kyushu {
    color: #6488a6;
}

.logo_team_area {
    position: relative;
    background-position: center center;
    background-size: cover;
}
.logo_team_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
}
.logo_team_area:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
}

.logo_team_area_tokyo {
    background-image: url(../img/area_tokyo.png);
}
.logo_team_area_tokyo:before {
    border-color: #0067ae transparent transparent transparent;
}
.logo_team_area_tokyo:after {
    border-color: transparent transparent #0067ae transparent;
}

.logo_team_area_tokai {
    background-image: url(../img/area_tokai.png);
}
.logo_team_area_tokai:before {
    border-color: #fff000 transparent transparent transparent;
}
.logo_team_area_tokai:after {
    border-color: transparent transparent #fff000 transparent;
}

.logo_team_area_kansai {
    background-image: url(../img/area_kansai.png);
}
.logo_team_area_kansai:before {
    border-color: #ea6d99 transparent transparent transparent;
}
.logo_team_area_kansai:after {
    border-color: transparent transparent #ea6d99 transparent;
}

.logo_team_area_kyushu {
    background-image: url(../img/area_kyushu.png);
}
.logo_team_area_kyushu:before {
    border-color: #182987 transparent transparent transparent;
}
.logo_team_area_kyushu:after {
    border-color: transparent transparent #182987 transparent;
}

.logo_team_area_hokkaido {
    background-image: url(../img/area_hokkaido.png);
}
.logo_team_area_hokkaido:before {
    border-color: transparent transparent transparent transparent;
}
.logo_team_area_hokkaido:after {
    border-color: transparent transparent transparent transparent;
}

.event_detail_teams_item_none {
    background-color: transparent;
    background-image: url(../img/teams_background_transparent.png);
    background-position: center center;
    background-size: cover;
}

/* Team detail page ***********************************************************/
.team_detail_container {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.team_detail_info {
    margin: 0;
    padding: 10px;
    background: #FFF;
}

/* Info */
.team_detail_info_content .table_display {
    width: 100%;
}
.team_detail_info_content .table_cell {
    vertical-align: top;
    word-break: break-all;
}
.team_detail_info_image {
    width: 60%;
}
.team_detail_info_name {
    padding: 0 0 0 10px;
}
.team_detail_info_image_team img {
    width: 100%;
}
.team_detail_info_image_link {
    margin: 10px 0 0 0;
    overflow: hidden;
}
.team_detail_info_image_link a,
.team_detail_info_image_link span.team_detail_info_image_link_disable{
    display: inline-block;
    width: 16.66%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.team_detail_info_name_title {
    color: #5bbbff;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2;
}
.team_detail_info_name_title_kana {
    margin: 20px 0 0 0;
}
.team_detail_info_name_detail {
    margin: 40px 0 0 0;
}
.team_detail_info_name_detail .table_display {
    width: 100%;
}
.team_detail_info_name_detail .table_row .table_cell {
    padding: 3px 0;
}
.team_detail_info_name_detail .table_row .table_cell:first-child {
    width: 1%;
    white-space: nowrap;
    padding-right: 10px;
    color: #5bbbff;
    font-weight: bold;
}

.team_detail_info_sns {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.team_detail_info_sns_item {
    clear: both;
    margin-top: 5px;
}
.team_detail_info_sns_item iframe {
    width: 200px !important;
    height: 25px !important;
}

.team_detail_info_victory {
    display: block;
    clear: both;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
}
.team_detail_info_victory_item {
    display: inline-block;
    width: 16.66%;
    margin: 0;
    padding: 0;
}
.team_detail_info_victory_item img {
    width: 100%;
    max-width: 75px;
    margin: 0;
    padding: 0;
}

/* Schedule */
.team_detail_schedule {
    background: #FFF;
    margin: 20px 0 0 0;
    padding: 10px;
    overflow: hidden;
}
.team_detail_schedule_title img {
    margin: 0;
}
.team_detail_schedule_content {
    margin: 10px 0 0 0;
}
.team_detail_schedule_content .table_display {
    width: 100%;
}
.team_detail_schedule_content .table_row {
    border-bottom: 1px solid #def7ff;
}
.team_detail_schedule_content .table_row:first-child {
    border-top: 1px solid #def7ff;
}
.team_detail_schedule_content .table_cell {
    padding: 10px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.team_detail_schedule_time {
    width: 75px;
    color: #ff7292;
}
.team_detail_schedule_content a {
    color: #3e3a39;
    word-wrap: break-word !important;
}
.team_detail_schedule_content a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #3e3a39;
}

/* Intro */
.team_detail_intro {
    margin-top: 20px;
    padding: 0 20px;
    background: none;
}
.team_detail_intro_item {
    margin: 20px 0 0 0;
    padding: 0;
}
.team_detail_intro_title {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1;
    color: #5bbbff;
}
.team_detail_intro_title img {
    margin: 0 auto;
    height: 18px;
}
.team_detail_intro_content {
    margin: 5px 0 0 0;
    line-height: 1.3;
}

/* AdNetwork ******************************************************************/
.AdNetwork {
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.AdNetwork img {
    display: inline-block;
    width: 288px;
}
.AdNetwork iframe {
    /*width: 200px;*/
    /*height: 150px;*/
}

/* About **********************************************************************/
.about {
    padding: 0 20px;
}
.about .about_top_logo {
    margin-top: 20px;
}
.about_item {
    margin: 50px 0;
    padding: 0;
    text-align: center;
}
.about_item:first-child {
    margin-top: 10px;
}
.about_item_title {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.2;
    font-size: 1.6em;
    font-weight: bold;
    color: #35B2FF;
}
.about_item_detail {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.9;
    text-align: left;
}
.about_item_detail br {
    display: none;
}
.about_item_detail_2 {
    margin: 20px 0;
    padding: 0;
}
.about_item_subtitle {
    color: #35B2FF;
    font-weight: bold;
    margin: 5px 0;
}
.about_item_detail br {
    display: none;
}

.about_4 {
    margin-bottom: 20px;
}
.about_4 .about_item_detail .about_4_ext {
    margin: 0 auto;
    margin-top: 20px;
    color: #35b2ff;
}
.about_4 .about_item_detail .about_4_ext span {
    display: block;
    width: 100%;
    font-weight: bold;
}

.about_5 {
    margin: 20px auto;
}

/* Wanted */
.wanted_staff {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background: #ffec11 url(../img/pattern_yellow.png);
    overflow: hidden;
}
.wanted_image {
    float: left;
    width: 35%;
    margin: 0;
    padding: 0;
}
.wanted_title {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0;
}
.wanted_title img {
    width: 85%;
    margin: 15px 0 0 20px;
}
.wnated_detail {
    clear: both;
    float: left;
    margin: 0;
    padding: 10px 20px;
}
.wanted_text {
    font-size: 99%;
    text-align: left;
    line-height: 1.2;
}
.wnated_detail a {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}

/* Contact page ***************************************************************/
.contact_container {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 40px 0;
    width: 100%;
    background: #FFF;
}
.contact_form {
    display: block;
    margin: 0 10px;
    padding: 0;
    overflow: hidden;
}
.contact_title {
    position: absolute;
    top: -13px;
    left: 0px;
    margin: 0 10px;
}
.contact_title img {
    height: 30px;
}

.contact_intro {
    clear: both;
    line-height: 1.6;
}
.contact_intro br {
    display: none;
}
.contact_highlight {
    color: #FF42BA;
}
.contact_intro a {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.contact_intro a img {
    margin: 0;
}

.contact_form_container {
    margin: 30px 0 0 0;
}
.contact_form_container .table_display {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}
.contact_form_container .table_row {
    display: block;
}
.contact_form_container .table_cell {
    display: block;
    width: 100%;
}
.contact_form_container label {
    display: inline-block;
    max-width: 90%;
    font-size: 120%;
}
.contact_university_year label {
    margin-right: 10px;
}
.contact_form_container label img {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.contact_label {
    padding-bottom: 5px;
}
.contact_type_item {
    padding: 8px 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-control {
    display: inline-block;
    background: #fff;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 93.5%;
}
.contact_container input[type="text"],
.contact_container textarea {
    border: 2px solid #e3e4e4;
    border-radius: 0;
    box-shadow: none;
    resize: none;
}
.contact_container input[type="radio"] {
    vertical-align: middle;
}
.form-inline input[type="text"] {
    width: 43%;
}
.contact_container textarea {
    height: 200px;
}
.contact_container .form-control:focus{
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact_container button {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    background: none;
    border: none;
    outline: none !important;
}
.contact_confirm_btn{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.contact_confirm_btn button{
    width: 49%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    color: #FFF;
    float: right;
}
.contact_confirm_btn_back{
    background: #717071 !important;
    float: left !important;
}
.contact_container_confirm input[disabled],
.contact_container_confirm textarea[disabled]{
    background: #f8f8f8;
}
.contact_error {
    color: red;
    padding-bottom: 20px;
}

/* Other page */
.contact_container_other {
    margin-top: 20px;
    padding-top: 0;
    overflow: hidden;
}
.contact_header {
    margin: 0;
    padding: 10px 10px;
    overflow: hidden;
    background: #acacad;
    color: #FFF;
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
}
.contact_container_other .contact_form {
    margin-top: 20px;
}

/* Committee About */
.committee_about {
    margin: 20px auto;
    margin-top: 0;
    padding: 0;
    border: 4px solid #76d3ff;
    overflow: hidden;
    background: #76d3ff;
}
.committee_about_text {
    vertical-align: middle;
    text-align: center;
    background: #FFF;
    padding: 20px 10px;
}
.committee_about_btn {
    vertical-align: middle;
    text-align: center;
    width: 40%;
    padding: 10px;
}
.committee_about_text_header {
    color: #76d3ff;
    font-size: 155%;
    line-height: 1.0;
    font-weight: bold;
}
.committee_about_text_detail {
    margin-top: 10px;
    color: #76d3ff;
    font-size: 100%;
    line-height: 1.0;
}

/* Committee Top */
.committee_top {
    margin-top: 30px;
    padding: 0 10px;
}

/* Committee Page */
.committee_logo {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.committee_logo img {
    height: 20px;
    margin: 0 auto;
}
.committee {
    
}

.committee_top_detail {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.9;
}
.committee_top_detail .committee_top_detail_ext {
    margin: 0 auto;
    margin-top: 20px;
    color: #35b2ff;
}
.committee_top_detail .committee_top_detail_ext span {
    display: block;
    width: 100%;
    font-weight: bold;
}
.committee_top_detail br {
    display: none;
}
.committee_top_map {
    margin: 30px auto 0 auto;
}

.committee_maps {
    margin: 50px 10px 0 10px;
    text-align: left;
}
.committee_maps_item {
    width: 100%;
    margin-top: 20px;
}
.committee_maps_item:first-child {
    margin-top: 0;
}
.committee_maps_item .table_cell {
    vertical-align: top;
}
.committee_maps_item_header {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 30px;
    color: #ffb3dd;
    font-size: 150%;
    font-weight: bold;
}
.committee_maps_item_header img {
    margin: 0;
    width: auto;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.committee_maps_item_line {
    width: 100%;
    height: 5px;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    background: url(../img/pattern_45d_6.png) 0 0 repeat-x;
}

.committee_maps_item .table_display {
    margin: 10px 0 0 0;
}
.committee_maps_item_image {
    width: 42%;
}
.committee_maps_item_image img {
    width: 100%;
}
.committee_maps_item_detail {
    padding-left: 10px;
}
.committee_maps_item_detail_header {
    font-size: 130%;
    color: #5bbbff;
}
.committee_maps_item_detail_content_top {
    margin-top: 15px;
    font-size: 120%;
    color: #3e3a39;
    line-height: 1.6;
}
.committee_maps_item_detail_ext {
    margin-top: 20px;
}
.committee_maps_item_detail_ext.pc_none {
    margin-top: 10px;
}
.committee_maps_item_detail_content {
    font-size: 100%;
    color: #3e3a39;
    line-height: 1.6;
    padding-top: 10px;
}

.committee_about5 {
    margin: 60px 10px 30px 10px;
}

/* FAQ page ***************************************************************/
.faqLogo {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
img#faq {
    height: 41px;
    margin: 0 auto;
}

.faq {
    /*text-align: center;*/
    margin: 20px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    font-size: 10.5px;
    font-size: bold;
}

.faq .sideMenu {
    width: 70%;
    padding: 35px 15%;
    background-color: #f7f8f8;
}
.faq .sideMenu ul {
    list-style-type: none;
}
.faq .sideMenu li {
    margin: 6px;
}
.faq .sideMenu li .child {
    display: inline-block;
    padding-left: 28px;
}
.faq .sideMenu li a:hover {
    color: #529dc9;
}

.faq .faqBox {
    width: 80%;
    padding: 30px 10%;
    background-color: #fff;
    overflow: hidden;
}
.faq .contents {
    margin-bottom: 55px;
}
.faq .caption {
    padding: 14px 18px;
    background-color: #529dc9;
    color: #ffffff;
}
.faq .content {
    padding: 0 17px;
    border-bottom: 1px solid #efefef;
}
.faq .sub_caption {
    padding: 36px 0 10px;
    border: 1px solid #fff;
}
.faq label {
    padding: 10px 32px 10px 0;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    background-image: url(../img/faq_accordion_icon_2x.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right;
}
.faq label.on {
    background-image: url(../img/faq_accordion_on_icon_2x.png);
}
.faq label:hover {
    cursor: pointer;
}
.faq input[type="checkbox"].on-off {
    display: none;
}
.faq .content .answer {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.55s;
    transition-timing-function: ease;
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq input[type="checkbox"].on-off + .answer {
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.faq input[type="checkbox"].on-off:checked + .answer {
    height: auto;
    max-height: 50em;
}
.faq .answer p {
    color: #529dc9;
    padding: 2px 0 26px;
    line-height: 120%;
}
.faq .answer p a {
    color: #529dc9;
    text-decoration: underline;
}
