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


/* 特大写真ページ
-----------------------------------------------*/

 div#big_photo
 {
 	margin: 0;
	padding: 0;
 	width: 620px;
	height: auto;
 }
 
 div#big_photo div.photo_navi_top,
 div#big_photo div.photo_navi_bottom
 {
 	margin: 0;
 	padding: 0;
	width: 620px;
	height: auto;
	text-align: center;
 }
 
 div#big_photo div.girl_big_photo
 {
 	margin: 0;
 	padding: 12px 10px;
	width: 600px; /* 620px -20px(padding) */
	height: auto;
	text-align: center;
 }

