@charset "UTF-8";

/*===============================================
共通の部分
===============================================*/
body {
   border-collapse:collapse;
}

#table {
   display:table; 
}
div.number{
    float:left;
    width:20px;
    text-align:center;
}
div.n_gaiyo{
    padding:0 0 0 25px;
}
.t_hokkaido{
    background-color:#e5ffe5;
}
.t_tohoku{
    background-color:#e5f2ff;
}
.t_kanto{
    background-color:#f2ffe5;
}
.t_hokushinetsu{
    background-color:#ffeaf4;
}
.t_tokai{
    background-color:#ffeddb;
}
.t_kinki{
    background-color:#eaf4ff;
}
.t_chugoku{
    background-color:#f4eaff;
}
.t_shikoku{
    background-color:#eaeaff;
}
.t_kyushu{
    background-color:#ffefef;
}

/*===============================================
画面の横幅が641px以上
===============================================*/
@media print, screen and (min-width: 641px){
.row {
    display:table-row;
}
.row>div {
    display:table-cell;
    margin:15px;
    padding:15px;
    border: 1px solid #cccccc;
}
#table{
    line-height:1.3em;
    width: 98%;
    margin: 0 0 30px 20px;
}
#table div.sp_title,#table div.sp_title02,#table div.sp_title03{
    padding:3px 0 3px 8px;
    margin:5px 0 0 0;
    font-weight:bold;
    width:30%;
    line-height: 1.6;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
}
#table div.sp_gaiyo{
    margin:0 0 10px 0;
    padding:2px 12px;
    width:70%;
    line-height: 1.6;
    vertical-align: middle;
}
	
#table div.sp_gaiyo a{
	color:#0000FF!important;
    font-weight:bold!important;	
}
	
/*span{
    font-size:9px;
}*/
.f_title,.f_title02,.f_title03{
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 7px 10px;
    margin: 15px 0 10px 10px;
}
.c_hokkaido{
    border-left: 8px solid #6DA945;
}
.c_tohoku{
    border-left: 8px solid #8FAADC;
}
.c_kanto{
    border-left: 8px solid #99C42E;
}
.c_hokushinetsu{
    border-left: 8px solid #E18796;
}
.c_tokai{
    border-left: 8px solid #F2C136;
}
.c_kinki{
    border-left: 8px solid #89AEC5;
}
.c_chugoku{
    border-left: 8px solid #C596D2;
}
.c_shikoku{
    border-left: 8px solid #9898CC;
}
.c_kyushu{
    border-left: 8px solid #F36D70;
}
.m_menu{
    display:none;
}
}
/*===============================================
画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#article-list article a {
    line-height: 1.8;
    padding: 2px 0 2px 25px;
}
div.sp_title,div.sp_title02,div.sp_title03{
    padding:3px 0 3px 8px;
    margin:5px 0 0 0;
	color:#999999;
    font-weight:bold;
}
	
div.sp_title{
    background-color:#e5ffe5;
}

div.sp_title02{
    background-color:#e5f2ff;
}	
	
div.sp_title03{
    background-color:#ffefef;
}	
	
div.sp_gaiyo{
     margin:0 0 10px 0;
     padding:0 0 0 18px;
}

div.sp_gaiyo a{
	color:#0000FF!important;
    font-weight:bold!important;	
}	
	
/*.f_title{
    border-left: 5px solid #1c743f;
    font-size: 15px;
    font-weight: bold;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
}*/
	
.f_title{
    border-left: 5px solid #6DA945;
    font-size: 15px;
    font-weight: bold;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
}
	
.f_title02{
    border-left: 5px solid #8FAADC;
    font-size: 15px;
    font-weight: bold;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
}
	
.f_title03{
    border-left: 5px solid #F36D70;
    font-size: 15px;
    font-weight: bold;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
}		
	
#table {
    width: 100%;
}
#map{
    display:none;
}

label {
    color: #000;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    background: #ffffdb none repeat scroll 0 0;
}
input[type="checkbox"].on-off{
    display: none;
}
.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  line-height:20px;
}
.m_menu li {
    padding: 5px;
    line-height:20px;
    list-style: none;
}

input[type="checkbox"].on-off + ul{
  display: none;
}
input[type="checkbox"].on-off:checked + ul{
  display: block;
}
}