@charset "EUC-JP";
@import "setting.css";/*基本設定*/

/*
写真集　サンプルページ設定css
*/
body {
	background-image: url(../../etc/book_preview/bg.gif);
}
div#dlSampleArea {
    text-align: center;
    width: 100%;
}
div#dlSample {
    width: 100%;
    min-width: 300px;
    max-width: 750px;
	margin: 0 auto;
}
#dlSample p {
	text-align: center;
	color: #ff0000;
	margin: 10px;
    font-size: 16px;
    line-height: 20px;
}
#dlSample p.link a{
	color: #848484;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 6px;
    background-color: #FFFFFF;
    border: 2px solid #848484;
}
#dlSample p.link a:before {
    content: "\D7";
    width: 17px;
    height: 16px;
    margin-right: 4px;
    background-color: #6F6F6F;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    vertical-align: text-top;
    text-align: center;
}
#dlSample p img{
	width: 100%;
}
