﻿@charset "utf-8";
/*report/001/index.htmlを除く*/


#contents h2{
	color:#00659B;
}

#contents h3{
	background:#EFEFEF;
	padding:2px 2px 2px 0.7em;
	font-size:95%;
    border-radius: 0.2em;
}

#contents .inner{
    padding: 0 1em;
}


#contents li{
    list-style-type: none;
    padding-bottom: 1em;
}
#contents li:last-of-type{
    padding-bottom: 0;
}


#contents .t1em{
    margin-top: 1em;
}
#contents .t2em{
    margin-top: 2em;
}
#contents .t3em{
    margin-top: 3em;
}
#contents .t4em{
    margin-top: 4em;
}