@charset "utf-8";


/*------------------------  header ------------------------  */	



/*------------------------  fixed menu ------------------------  */	



/*------------------------  header2 ------------------------  */	



/*------------------------  top image ------------------------  */	



/*------------------------  footer ------------------------  */	




/*------------------------  COMM ------------------------  */	

.signature { text-align:center; font-family: century gothic, Verdana, Geneva, sans-serif;padding-bottom:24px; font-size:11px; letter-spacing:0.1em;}


/*------------------------  small parts  ------------------------*/



.DropShadow {
	position:relative;
}

.DropShadow :after{
 	 z-index: -1;
	 position: absolute;
 	 content:'';
	 bottom: 10px;
 	 left: 10px;
  	 width: 70%;
  	 top: 80%;
 	 max-width:432px;
 	 background: #8d8c8c;
	 /*影を入れる*/
 	 -webkit-box-shadow: 0 15px 10px #8d8c8c;
 	 -moz-box-shadow: 0 15px 10px #8d8c8c;
	 box-shadow: 0 15px 10px #8d8c8c;
	 /*回転させる*/
	 -webkit-transform: rotate(-5deg);
	 -moz-transform: rotate(-5deg);
 	 -o-transform: rotate(-5deg);
	 -ms-transform: rotate(-5deg);
	 transform: rotate(-5deg);
}
