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

/*clearfix*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*end clearfix*/

@media screen and (max-width: 980px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/
body{
	width:80%;
	margin:30px auto 70px;
	background-color:#F8F8E8;
	}
}
@media screen and (max-width: 1600px) {
   /*--- 表示領域が480px以上の場合に適用するスタイル ---*/
body{
   	width:800px;
	margin:30px auto 70px;
	background-color:#F8F8E8;
	}
}

	

h1{
	font-size:32px;
	text-align:center;
	color:#F06;
	}

h2{
	background-image:url(images/a_carrot.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size: 20px 20px;
	padding: 0px 0px 0px 20px;
	color:#F6C;
	}

h3{
	background-image:url(images/a_carrot_2.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size: 20px 20px;
	padding: 0px 0px 0px 20px;
	margin-left:20px;
	color:#6C9;
	}

li{
	list-style-image:url(images/a_carrot_3.png);
	margin:0 0 0 30px;
	}	

p{
	margin:0 0 0 20px;
	}

a:hover{
    filter: alpha(opacity=60);        /* ie lt 8 */
    opacity:0.6;
    zoom:1;
	}

/* page-top */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 77px;
/*	padding: 30px 0;
	background: #666;
*/
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ccc;
}

</style>