#ran_message{
    
        text-align: center;
        width: 600px;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    
    
}















#sidebar_background{
    
    
    background: url(../images/main/sidebar_background.png) no-repeat;
    width: 150px;
    height: 400px;
    overflow: hidden;
    
}



#store_bunner a{
    display: block;
     background: url(../images/main/store_bunner.png) no-repeat;
    width: 150px;
    height: 400px;
    overflow: hidden;
    margin-top: -22px;
    
    
    
}


#store_bunner a:hover{
    
    background: url(../images/main/store_bunner_on.png);
    
}







/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 410px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


#info_honbun{
    
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    
    
}

.info_honbun{
    
    text-align: center;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #787676;
    overflow: hidden;
    
}


.info_honbun1_time{
    
    background-color: forestgreen;
    width: 200px;
    height: 30px;
    margin-top: 10px;
    
    
}



.info_honbun1_time1{
    
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    
    
    
    
    
}









.info_honbun1_honbun{
    
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 30px;
    
    
}




#rog_honbun{
    
    font-size: 10px;
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    
    
}

.rog_honbun{
    
    text-align: center;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #787676;
    overflow: hidden;
    
}


.rog_honbun1_time{
    
    background-color: orange;
    width: 200px;
    height: 30px;
    margin-top: 10px;
    
    
}



.rog_honbun1_time1{
    
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    
    
    
    
    
}









.rog_honbun1_honbun{
    
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 30px;
    
    
}




.rog_honbun1_honbun_A{

    width: 380px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px;

    
    
}


.rog_honbun1_honbun_A1{
    
    display: list-item;
    list-style: disc;
    text-align: left;
    margin-left: 20px;
    padding-top: 5px;
    line-height: 120%;
    
    
}















#mainvisual{
            
            background-color: #37373d;
            width: 100%;
            height: 700px;
            overflow: hidden;
    
    
    
}






#mainvisual1{
    
    
            background: url("../images/main/mainvisual_background.png") no-repeat center ;
            width: 100%;
            height: 500px;
            background-size: cover;
            margin-top: 100px;
            overflow: hidden;
            
    
}



#mainvisual_image{
    
            text-align: center;
            background: url( ../images/main/mainvisual_image.png) no-repeat;
            width: 720px;
            height: 700px;
            margin-left: auto;
            margin-right: auto;
            margin-top: -600px;    
}


















