@charset "shift_jis";

/* CSS Document */


/*==-----------------------------------------------
otodama
-------------------------------------------------*/
#otodama{
	padding:20px 0;
	width:960px;
	margin:0 20px 200px 20px;
}

#otodama .header h2{
	text-align:center;
}



#otodama .main .section p,
#otodama .main .section ul,
#otodama .main .section dl{
	margin:0 20px 10px 20px;
}

#otodama .main .section ul.banner li{
	float:left;
}

.slope {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
}
.slope:hover {
-webkit-transform: rotate(-15deg); /* chromeAsafari@*/
-moz-transform: rotate(-15deg); /* firefox@*/
}