@charset "Shift_JIS";
/* reset------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
#ttl {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd, caption, address, th, td, b, small {
	word-break:break-all;
	word-wrap:break-word;
}
ul li, ol li {
	list-style: none;
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:bottom;
}
/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size:0;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/*\*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/**/

/* ページ全体の設定*/
body {
	text-align:center;
}
#page {
	width:800px;
	border:1px solid #999;
	border-top:1px solid #999;
	margin:0 auto;
}
#header {
	margin:0;
	padding:0;
	height: 409px;
	width: 800px;
}
#main {
	width:720px;
	margin:0 auto;
	padding:0;
}
a:link, a:visited {
	color:#039;
}
a:hover, a:active {
	color:#C03;
}
/*ヘッダー*/
/*メインコンテンツ*/
.box {
	margin:30px 0;
}
.left {
	float:left;
	width:350px;
	text-align:left;
	margin:0;
}
.right {
	float:right;
	width:350px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color:#FFF;
	font-size:400%;
	font-weight:700;
	line-height:1;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1 span {
	display:inline-block;
	font-size:80%;
}
h2 {
	color:#03F;
	font-size:160%;
	font-weight:700;
	margin:20px 0;
	text-align:left;
}
h3 a:link, h3 a:visited {
	color:#F00;
	font-weight:700;
	font-size:160%;
}
h3 a:hover, h3 a:active {
	color:#63C;
}
.deadline {
	color: #F00;
	font-weight: bold;
	font-size: 24px;
}
.pdf {
	text-align:center;
	font-size:90%;
	margin:15px 0;
}
.pdf img {
	margin-top:5px;
}
p.shiyou {
	text-align:left;
	background:#7CE6DA;
	color:#000;
	font-weight:700;
	padding:4px 0 2px 13px;
}
ul.shiyou {
	text-align:left;
	margin:5px 0 15px 15px;
}
.shiyou li {
	font-size:90%;
	line-height:1.6;
	margin-left:15px;
	list-style-type: none;
}
.shiyou li li {
	font-size:100%;
	list-style-type: none;
}
.subsyuroku {
	color:#00F;
	font-weight:700;
}
/**/ 
table {
	clear:both;
	border:1px solid #999;
	margin:30px auto;
	width:700px;
}
th {
	background-color:#F90;
	border:1px solid #999;
	text-align:center;
	padding:5px;
}
td {
	border:1px solid #999;
	text-align:center;
	padding:5px 10px;
}
td.price {
	font-size:130%;
	font-weight:700;
	color:#FF0000;
}
td.order {
	font-weight:700;
}
p.shoptop {
	margin-top:30px;
	font-size:80%;
	text-align:center;
}
p.shoptop a {
	text-decoration:none;
	padding:3px 5px;
	font-weight:700;
}
p.shoptop a:link, p.shoptop a:visited {
	background:#039;
	color:#FFF;
	border:1px solid #039;
}
p.shoptop a:hover, p.shoptop a:active {
	background:#CC0033;
	color:#FFF;
	border:1px solid #C03;
}
p.pagetop {
	text-align:right;
	font-size:80%;
	margin:10px 15px 20px 0;
}
p.pagetop a:link, p.pagetop a:visited {
	color:#03F;
}
p.pagetop a:hover, p.pagetop a:active {
	color:#096;
}
.color_r {
	color:#F00;
}
/*フッター*/
div#footer {
	text-align:center;
	font-size:75%;
	padding:20px 0 10px 0;
}
div#footer p {
	text-align:center;
}
/*印刷するボタン*/
.print {
	text-align:right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.print a {
	display:inline-block;
	text-decoration:none;
	font-size:80%;
	background:#EFEFEF;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding:3px 7px;
	margin-bottom:1px;
}
.print a:link {
	color:#00C;
}
.print a:hover {
	color:#9CC;
}
.hdn {
	display:none;
}
