@charset "utf-8";

/*-----------------------------------------------------------
 common
-----------------------------------------------------------*/
#system .accent{
	background-image:url(../../images/system/accent.jpg);
}

#main h3{
	color:#e35513;
	font-size:180%;
}


#main section.mark{
	border-radius:4px;
	padding:20px 50px;
	font-size:90%;
}


/*-----------------------------------------------------------
 type
-----------------------------------------------------------*/

#type03 li{
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}

#type03 li:before{
	content:"・";
	font-weight:bold;
	color:#e35513;
}

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

#system .accent img{
	width:55%;
}

#main h3{
	font-size:100%;
}

#main section.mark{
	padding:20px;
}


}