@media screen and (min-width: 1130px) {
   /* 表示領域が1130px以上の場合に適用するスタイル */

   .tyousei_border_non_b{
     width:100%;
     height:50px;
   }


   /*ヘッダー*/
   .min_browser_header{
     display: none;
   }
   .middle_browser_header{
     width:100%;
     height:60px;
     background-color:white;
     border-bottom: 1px solid #2f2f2f;
     position: fixed;
     top:0;
     left:0;
     z-index: 8000;
   }
   /*3カラム*/
   #three-column_liquid{
     display: none;

   }
   #three-column{
     width:100%;
     margin: 0 auto;
   }
   #three-column_inner{
     margin-top:40px;
   }
   #three-column_inner table{
     width:100%;
   }
   #three-column_inner table , td, th {
   	 border-collapse: collapse;
     padding:0;
     margin:0;
   }
   h2 {
     width:80%;
     text-align: center;
     padding:10px;
     margin:0 auto;
     font-size:1.5vh;
     font-weight:bold;
     border-top: 1px solid black;
     border-bottom: 1px solid black;
   }
   .tc_left a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }
   .tc_center a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }
   .tc_right a:hover{
     opacity: .5;
     -webkit-opacity: .5;
     -moz-opacity: .5;
     filter: alpha(opacity=50);	/* IE lt 8 */
     -ms-filter: "alpha(opacity=50)"; /* IE 8 */
     -webkit-transition: opacity 0.5s ease-out;
     -moz-transition: opacity 0.5s ease-out;
     -ms-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
   }

   /*SCROLLDOWN&sidespace*/
   .space_slider{
     position: relative;
     width:100%;
   }
   .slider_left_line{
     width: 50px;
     height:1000px;
     position:absolute;
     z-index: 9000;
     top:-1000px;
     left:0;
     background-color:white;
   }
   .slider_right_line{
     width: 50px;
     height:1000px;
     position:absolute;
     z-index: 9000;
     top:-1000px;
     right:0;
     background-color:white;
   }
   #scroll_down_wrapper{
     width: 100%;
     height:70px;
     position:absolute;
     top:-70px;
     z-index: 5000;
     background-color:white;
   }
   .s_d_inner{
     width:120px;
     padding:25px;
     height:auto;
     color:#333;
     margin:0 auto;
   }
   .s_d_inner a{
     color:#333;

   }
   .s_d_inner a:hover{
     color:red;
   }

   /*インフォ*/
   .info_bs{
     width:100%;
     height:810px;
     height:auto;
     padding-top:50px;
   }
   .info_rogo_img{
     max-width:1000px;
     min-width: 500px;
     height:300px;
     margin:0 auto;
     padding-bottom:30px;
   }
   h1{
     padding-top:50px;
     max-width:1000px;
     min-width: 500px;
     margin:0 auto;
     border-top:1px solid black;
     border-bottom:1px solid black;
     text-align:center;
     font-size:x-large;
     padding:5px 0 5px 0;
   }
   .info_text_inner{
     padding-top:30px;
     padding-bottom:40px;
     max-width:1000px;
     min-width: 500px;
     margin:0 auto;
   }

   /*インフォピックアップ*/
   .info_pickup_con_wra{
     border-top: 1px solid black;
     padding-top:40px;
     width:100%;
     text-align: center;
   }
   .ipc_title{
     font-weight:bold;
     font-size:20px;
     letter-spacing: 10px;
     display: inline-block;
   }
   /*インフォテーブル*/
   .event_info_wra{
     width:100%;
     text-align: center;
     margin-top:20px;
   }
   .event_info_title{
     font-weight:bold;
     font-size:20px;
     letter-spacing: 10px;
     display: inline-block;
     margin-bottom:50px;
   }
   .event_table_wrapper{
     margin: 0 auto;
     width:80%;
   }
   .etw_text_sub{
     width:70%;
     margin:0 auto;
     padding:10px;
     border:1px solid black;

   }
   .etw_text_sub a:hover{
     opacity: 0.5;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);

   }
   .form_wrapper{
     width:100%;
     margin-top:10px;
   }
   .etw_inner {
     border: 1px solid white;
     border-collapse: collapse;
     width:100%;
   }
   .etw_left{
     border: 1px solid white;
     background-color: #595959;
     color:white;
     width:30%;
     text-align: left;
   }
   .etw_left_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .etw_right{
     border: 1px solid white;
     background-color: #f0ebe1;
     width:70%;
     text-align: left;
   }
   .etw_right_inner{
     width:90%;
     margin:0 auto;
     padding:20px 0 20px 0;
   }
   .kaijou_image{
     min-width:300px;
     max-width:800px;
     height:400px;
     margin-bottom:20px;
   }
   .event_category ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_category ul li::after{
     display: block;
     content: '';
     position: absolute;
     top: .5em;
     left: -1em;
     width: 8px;
     height: 3px;
     border-left: 2px solid #e66000;
     border-bottom: 2px solid #e66000;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .event_Registration li{
     margin-bottom:30px;
   }
   .event_Registration div{
     margin:10px 0 0 0;
   }
   .event_Registration ul li{
     position: relative;
     list-style-type: none;
     margin-left:-25px;
   }
   .event_Registration ul li::after,
   .event_Registration ul li::before {
   	display: block;
   	content: '';
   	position: absolute;
   }
   .event_Registration ul li::after {
   	top: .35em;
   	left: -1.2em;
   	width: 14px;
   	height: 14px;
   	background-color: #3498db;
   	border-radius: 100%;
   }
   .event_Registration ul li::before {
   	z-index: 2;
   	top: .625em;
   	left: -.975em;
   	width: 4px;
   	height: 4px;
   	border-right: 1px solid #fff;
   	border-bottom: 1px solid #fff;
   	-webkit-transform: rotate(-45deg);
   	transform: rotate(-45deg);
   }
   .eR_list_table table{
  	border-collapse: collapse;
    width: 50%;
    background-color:white;
    text-align:center;
   }
  .eR_list_table_left{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    padding:10px;
    background-color:#ddd3d3;
  }
  .eR_list_table_right{
    border: 3px solid #f0ebe1;
    max-width: 500px;
    min-width: 150px;
    text-align:left;
    padding:10px;
  }
  .eR_list_link {
   background-color:#ccc;
   border-radius:5px;
   position:relative;
   width:50%;
   text-align:center;
  }
  .eR_list_link a{
    width: 100%;
    padding:20px 0 20px 0;
    margin:0 auto;
    display: block;
    font-size:1vw;
    color:black;
  }
  .eR_list_link a:hover{
    color:red;
  }
  .eR_list_link:after {
   border:10px solid transparent;
   border-bottom-color:#ccc;
   border-top-width:0;
   top:-10px;
   content:"";
   display:block;
   left:30px;
   position:absolute;
   width:0;
  }
  .eR_list_attention{
    color:red;
    font-weight:bold;
  }
  /*インフォフッター*/
  .info_footer_title{
    font-weight:bold;
    font-size:20px;
    letter-spacing: 10px;
    display: inline-block;
    margin-bottom:50px;
  }
  .info_footer_wra{
    width:100%;
    margin-top:70px;
    padding-bottom:100px;
    text-align: center;
  }
  .if_map_text{
    margin: 0 auto;
    width:80%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    border: solid 1px black;/*線*/
    border-radius: 10px;/*角の丸み*/
  }
  .if_map_wra{
    margin:0 auto;
    width:80%;
    padding-top:20px;
    padding-bottom:20px;
  }
  .if_map_wra a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }

  /*コンテンツタイトル*/
  .content_title_wra{
    padding-top:100px;
    width:100%;
  }
  .category_title{
    text-align: center;
  }
  h3{
    font-size: 20px;
    padding:0 0 8px 0;
    margin:0;
    letter-spacing: 10px;
  }
  .ct_sub_title{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:7px 5px 7px 5px;
    margin:0;
    display: inline-block;
    letter-spacing: 10px;
  }
  .ct_text_wra{
    width:100%;
    padding:10px 0 10px 0;
  }
  .ct_text_inner{
    width:65%;
    margin:0 auto;
  }
  .content_title_img{
    width:100%;
    padding-bottom:40px;
  }
  .content_title_img ul{
    margin:0;
    padding:0;
  }

  /*痛車設定*/
  .paint_car_awards{
    padding:20px;
    border:1px solid black;
    margin:20px 0 0 0;
    width:auto;
    height:auto;
  }
  .pca_title{
    font-size:20px;
    font-weight:bold;
  }
  .itasya_tyuuijikou{
    width:70%;
    margin:0 auto;
    padding-bottom:50px;
    text-align: left;
  }

  /*コスプレ*/
  .cos-archives{
    width:100%;
    margin-top:20px;
    margin-bottom:30px;
  }
  .cs_inner{
    margin:0 auto;
    width:700px;
  }
  .cs_inner a{
    color:black;
  }
  .ca_left a{
    width:325px;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
    margin-right: 50px;
  }
  .ca_left a:hover{
    width:325px;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }
  .ca_right a{
    width:325px;
    padding:20px 0 20px 0;
    background-color: #ccc;
    float: left;
    font-size:1.5vw;
  }
  .ca_right a:hover{
    width:325px;
    padding:20px 0 20px 0;
    background-color: black;
    font-size:1.5vw;
    color:white;
  }



  /*ギャラリーカラム*/
  .gallery_column_s{
    display: none;
  }
  .gallery_column_b{
    margin-top:50px;
    width:100%;
    padding-top:20px;
    text-align: center;
  }
  .g_c_title{
    text-align: center;
    margin-bottom:60px;
  }
  .gc_four_wra_inner{
    width:auto;
  }
  .gc_four_wra_inner table{
    width:100%;
    padding:0 ;
    margin:0
  }
  .gc_four_wra_innertable , td {
  	border-collapse: collapse;
    width:25%;
    padding:0 ;
    margin:0;
  }
  .gc_four_wra_inner a:hover{
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    }
  .gc_four_wra{
    width:23%;
    height:200px;
    background-color:white;
    margin-right: 2%;
    float:left;
  }
  .gc_four_wra_end{
    width:23%;
    height:200px;
    background-color:white;
    float:left;
  }

   /*Staffエントリー&お問い合わせ*/
   .S_C_wra{
     padding-bottom:80px;
     width:100%;
   }
   .S_C_inner{
     width:100%;
     margin-top:50px;
   }

}
