﻿@charset "utf-8";


/* ============================================
	/gallery/volume**.html
============================================ */

	body {}

		body .detail {
			position: relative;
			margin: 20px;
			padding: 30px 25px 0;
			border: 1px solid #E9E7E7;
		}

			body .detail p.button {
				position: absolute;
				left: 560px;
				top: 30px;
			}
			
			* html body .detail p.button {
				left: 530px;
			}
			
			body .detail .flashArea {
				margin-top: 15px;
			}
			
			body .detail pre {
				padding: 30px 0 40px;
				line-height: 1.5;
			}

	body .detail pre p.txt10 {
		font-size:10px;
	}
