@charset "UTF-8";


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){

  h2 {padding-bottom:0.4em !important; border-bottom:1px solid #ccc; color:#444 !important;}
	h2 span {display:block; width:100%; padding-bottom:3px; color:#39901b !important; font-size:70%;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

  h2 {padding-bottom:0.4em !important; border-bottom:1px solid #ccc; color:#444 !important;}
	h2 span {display:block; width:100%; padding-bottom:3px; color:#39901b !important; font-size:70%;}

}


