@charset "utf-8";

/******************** system ********************/
dl.prologue dt {
	font-size: 17px;
	text-align: center;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
}
dl.prologue dd {
    color: #444;
    text-align: center;
	font-size: 14px;
	margin: 15px auto 60px;
}
h3 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 40px auto 20px;
	background: #67c7d5;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	width: 260px;
}
table.price {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
}
table.price td {
	border: 1px solid #000;
	padding: 10px 15px;
	line-height: 40px;
}
table.price td.item {
	color: #bd994c;
	width: 25%;
	text-align: left;
}
table.price {
	text-align: center;
}
/********************/
div.system {
	text-align: left;
}
p.credit {
	text-align: center;
}
p.credit a {
	background: #000;
	line-height: 32px;
	width: 260px;
	color: #fff;
	display: block;
	border: 2px solid #777;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444444+0,000000+100 */
	background: -moz-linear-gradient(top,  #444444 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444444 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444444 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
p.credit a:hover {
	background: #444;
}
table.price td.service {
	border: 1px solid #555;
	padding: 10px 15px;
	line-height: 40px;
	width: 25%;
}
table.price td.service2 {
	color: #baa68d;
	font-size: 14px;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

