/************
 style-history
************/

/** history **/
#history table{
    width: 100%;
}


#history table tr td{
	background:#ebebeb;
	padding:8px 20px 7px 20px;
}

#history table tr.line02 td{
	background:#fff;
}

#history table tr td.eraname,
#history table tr td.year,
#history table tr td.month{
	padding:10px 0 9px 0;
	width:50px;
	text-align:center;
}

#history table tr td ul li{
	list-style:disc;
	list-style-position:inside;
	padding-left:1.2em;
	text-indent:-1.2em;
	line-height:1.6;
	font-size:96%;
}

#history table tr td ul li span{
	font-size:90%;
}





/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
/** h **/
#primary h2{
	background:url(../intro/img/intro_h2.jpg) no-repeat;
}

#primary h2 p{
	display:none;
}

}


/* PC向け：1201px以上で固定 */
@media print, screen and (min-width: 1201px) {

/** h **/
#primary h2{
	background:url(../intro/img/intro_h2.jpg) no-repeat;
}

#primary h2 p{
	display:none;
}



}