/* ------------------------------------------------------ */
/* KTC News Releas (media:print)
/* http://ktc.jp/catalog/style.css
/* ------------------------------------------------------ */


@charset "UTF-8";

/* 全体 */

* {
 margin: 0;
 padding: 0;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #000;
}


img {
	border:0;
	}

p {
	letter-spacing:0.1em;
	}

/*基本レイアウト*/

body {
	text-align:center;
	}

#container {
	width:640px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:center;
	background:#fff;
	}

#base_header {
	display:none;
}


#base_contents {
	width:620px;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	}

#contents {
 text-align:left;
	background:#fff;
}

#base_sidebar {
	display:none;
	}

#base_footer {
	display:none;
}

/*ヘッダ*/




/* 印刷用タイトル */
div.print {
	display:block;
	text-align:right;
	}

div.print h2 {
	font-weight:bold;
	font-size:20px;
	font-family:Helvetica , Arial , sans-serif;
	border-bottom:1px solid #000;
	text-align:left;
	}

div.print img {
	width:240px;
	height:25px;
	margin-top:0;
	}




/* エントリー日付 */
h2 {
 margin:30px 10px 0px 10px;
 font-size: 14px;
 font-weight: bold;
 color: #000;
 background:#fff;
 text-align:right;
}

/* エントリータイトル */
h3 {
 margin: 20px 10px 20px 10px;
 padding:2px;
 color: #000;
 font-size: 24px;
 font-weight: bold;
 background-color:#ebebeb;
 background-image:none;
 border-left:10px solid #000;
}

/* エントリータイトルのリンク */
h3 a{
 color: #000;
}



/* エントリー */

h4 {
 margin: 30px 0px 10px 0px;
 padding:2px;
 color: #000;
 font-size: 16px;
 font-weight: bold;
 text-align:center;
 background-color:#ebebeb;
 background-image:none;
 }


.entry {
 width: auto;
 margin: 0px 10px 10px 20px;
 background: #fff;
}

.entry p {
 color: #000;
 font-size: 14px;
 line-height:150%;
 margin-bottom:10px;
}

.entry ul,ol {
 margin:10px 20px 20px 30px;
 color: #000;
 font-size: 14px;
 line-height:150%;
}

.entry ul,ol li{
 font-weight:bold;
}

.entry ul,ol li li{
 font-weight:normal;
 list-style:none;
 padding:0;
}


.entry a,
.entry a:link,
.entry a:visited {
	color:#000;
	}


/* 写真 */
div.photo {
 width:320px;
 margin-left:120px;
 text-align:center;
 font-size:13px;
 page-break-inside: avoid;
}
.photo img {
margin-top:20px;
}

.screen {
display:none;
}

/*　表　*/

table.spec 
	{
	border-collapse:collapse;
	border:1px solid #000;
	width:570px;
	margin:20px 0;
	 page-break-inside: avoid;
}

th.spec1,
th.spec2,
th.spec3 {
	font-size:13px;
	border:1px solid #000;
	vertical-align:middle;
	background-color:#ccc;
	padding:2px 2px 2px 5px;
	}

td.spec1,
td.spec2,
td.spec3 {
	font-size:13px;
	border:1px solid #000;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	}

th.spec1,
td.spec1 {
	text-align:left;
	}

th.spec2,
td.spec2 {
	text-align:center;
	}

th.spec3,
td.spec3 {
	text-align:right;
	}


/* 注記 */
.notice {
	display:none;
	}


/* 参照 */
.ref {
 font-size:13px;
 margin:20px 40px;
 padding:10px;
 border:1px dashed #333
 }




/* エントリーフッター */
.entry-footer {
 margin: 10px 10px 30px 10px;
 border-top: 1px dotted #000;
 text-align: center;
 color: #000;
 font-size:16px;
}

.entry-footer a,
.entry-footer a:link,
.entry-footer a:visited {
	color:#000;
	font-weight:bold;
	}


/* コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
 color: #fff;
 background: #666;
}

/* トラックバックヘッダ */
h3.trackbacks-header {
 font-size:16px;
}


/*トラックバックインフォ*/

#trackbacks-info {
 margin: 10px 10px 10px 20px;
}


/* コメントヘッダ・トラックバックヘッダ */
.comment-header,
.trackback-header {
 margin: 20px 10px 0px 10px;
 border-bottom: 1px dotted #000;
 text-align: left;
 color: #000;
 font-size:12px;
 font-weight:bold;
}

/*コメント・コメント入力・トラックバック*/
.comment,
.comments-open-content,
.comments-open-footer,
.trackback {
 margin: 0px 10px 10px 20px;
}

/*個別コメント・トラックバック*/
.comment-content,
.trackback-content {
margin:10px 10px 20px 20px;
}


/* アーカイブページの前後リンク */
div.page-navigation {
display:none;
}


/* イメージ */

img.border {
margin-top:10px;
margin-bottom:15px;
}

div.photo1 {
width:360px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
font-size:90%;
}


