@charset "Shift_JIS";



/*-------------------------------------

	PrimePC用プレスリリーススタイル

---------------------------------------*/
* {
	margin: 0;
	padding:0;
}

body {
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	background: #ffffff;
	text-align: center;
	margin: 20px 0 0 0;
	font-family: Osaka,"ＭＳ Ｐゴシック";
}

#all-wrapper {
	width: 650px;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: left;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
}

h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-family: Osaka,"ＭＳ Ｐゴシック";
}

h4 {
	font-size: 12px;
	color: #000066;
	font-family: Osaka,"ＭＳ Ｐゴシック";
}

a img {
	border: none;
}

a {
	color: #0033ff;
	text-decoration: underline;
}

.day {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}

.gaiyou {
	width: 640px;
	padding: 5px;
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
}

	.gaiyou p {
		margin-bottom: 0;
	}

p {
	margin-bottom: 1.5em;
	letter-spacing: 1px;
}

li {
	list-style: none;
	font-size: 12px;
}

dl {
	margin: 3px 0 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	text-indent: 0;
}

.photo-link {
	float: left;
	width: 210px;
	margin-left: 10px;
}

.photo-link img {
	margin-left: 10px;
}

.photo-link p {
	text-align: right;
	width: 100%;
}

.kome {
	font-size: 10px;
}

.kome span {
	color: #CC0000;
	margin: 0 3px 0 0;
}

.spec {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	width: 100%;
	margin-bottom: 1.5em;
}

.spec th, .siyou th {
	background: #f0f0f0;
}

.spec th {
	text-align: left;
	width: 105px;
}

.camp th { width: 120px; }

.spec td {
	text-align: center;
}

.camp td { text-align: left; }

.spec th, .spec td {
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

.siyou-l {
	width: 420px;
	float: left;
	padding: 30px 0 0 0;
}

.siyou {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	width: 420px;
}

.siyou th {
	width: 80px;
}

.siyou th, .siyou td {
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	text-align: center;
}

#tokuten {
	list-style: disc;
	font-weight: bold;
	margin-left: 20px;
}

.foot-link {
	width: 100%;
	text-align: center;
}

.copyright {
	background: #003399;
	width: 100%;
	padding: 2px 0 2px 0;
	color: #ffffff;
	text-align: center;
}

/* ボックスが伸びるおまじない */
.cl {
	display: inline-block;
}

.cl:after {
	content: "";
    display: block;
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


