@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/service/service_top.png);
	background-repeat:repeat-x;
}
header{
	background-color:#ffc100;
}


/*------コンテンツ-------*/
.service{
	margin-bottom:5em;
}
.service h1{
	font-size:1.5em;
	background-color:#ffc100;
    padding: 0.5em;
	box-shadow: 0 1px 3px #999;
	margin-bottom: 1em;
}
.service h2{
	margin-bottom: 1em;
}

.service ul li{
	margin-bottom:1em;
	list-style-type: disc;
	margin-left: 1em;
}
.service p{
	margin-bottom:1em;
	text-align:justify;
}
.free{
	color:darkred;
}
.ringofonts{
	font-family:'ringo1';
	font-size:120%;
}