﻿@charset "UTF-8";


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

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

	h2 {padding-bottom:0.4em; border-bottom:1px dotted #0a365c; color:#444 !important;}
	h2 span {color:#0a365c !important; font-size:70%;}

}



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

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

	h2 {padding-bottom:0.4em; border-bottom:1px dotted #0a365c; color:#444 !important;}
	h2 span {color:#0a365c !important; font-size:70%;}
}


