/*
 * WordPress Plugin: WP-Print
 * Copyright (c) 2012 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - CSS Style For Printer Friendly Page
 * - wp-content/plugins/wp-print/print-css.css
 */
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.4;
}
ol,
ul {
	list-style: none;
}

Body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',meiryo,'IPAexゴシック','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Clearing floats */
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
ul:before,
ul:after { content:""; display:block; overflow:hidden;}

.clear:after,
.wrapper:after,
ul:after { clear:both;}

.clear,
.wrapper,
ul { zoom:1;}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px 1px 1px 1px);
}

.no-wrap {
	white-space: nowrap;
}

.Center {
	margin: 0px auto 0px auto;
}
#Outline {
	width: 710px;
	margin-left: auto; 
	margin-right: auto;
}


div.page-header {
	width: 710px;
	margin: 0 auto 20px;
	height: 120px;
	position: relative;
}

/* Header
-------------------------------------------------- */
.site-title {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.header-logo {
	position: absolute;
	top: 30px;
	left: 0;
}

.phone-call {

}
.phone-call h2 {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 14px;
	color: #000000;
}
.phone-number {
	position: absolute;
	top: 53px;
	right: 0;
}
.header-inquiry {
	position: absolute;
	top: 85px;
	right: 0;
}





#BlogTitle {}
#BlogDate {}
#BlogContent {}
HR.Divider {
	width: 100%; 
	height: 1px; 
	margin-top: 20px;
	color: #999;
}
#CommentTitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px;
}
.CommentContent {
	padding: 2px 10px 10px 10px;
}
@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}
.alignleft, div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, div.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}

/* 追加　*/
.entry-title, .category-title {
    border-left: 5px solid #CC0000;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px;
    padding-left: 13px;
}

.entry {
	
}

.entry-header {
    position: relative;
}
.print, .printfriendly {
    position: absolute;
    right: 0;
    top: 10px;
}
.price {
    border: 2px solid #000000;
    display: table;
    float: left;
    margin-bottom: 10px;
    width: 400px;
}
.price dt {
    background-color: #000000;
    color: #FFFFFF;
    display: table-cell;
    font-size: 14px;
    height: 58px;
    padding-left: 20px;
    vertical-align: middle;
    width: 108px;
}
.price dd {
    color: #CC0000;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    padding-left: 20px;
    vertical-align: middle;
}
.spec {
    float: right;
    width: 300px;
}
.spec dt {
    background-color: #D7D7D7;
    border: 1px solid #D7D7D7;
    color: #000000;
    float: left;
    font-size: 10px;
    height: 12px;
    margin-bottom: 2px;
    padding: 8px 5px;
    vertical-align: middle;
    width: 45px;
}
.spec dd {
    border: 1px solid #D7D7D7;
    color: #000000;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 12px;
    margin-bottom: 2px;
    padding: 8px 5px;
    vertical-align: middle;
    width: 81px;
}

.gallery {
	display: none;
}

.print-content {
	position: relative;
}

.print-img {
	width: 328px;

	margin-bottom: 10px;
	text-align: center;
}
.print-img img {
		margin-top: 10px;
	padding: 5px;
	border: 1px solid #EAE8E3;
	vertical-align: top;
}

.basic {
    width: 340px;
}
.facility {
    position: absolute;
	top: 0;
	right: 0;
    width: 340px;
}

.basic h2, .facility h2 {
    background: url("images/home/title.png") no-repeat scroll 0 0 transparent;
    border-style: none;
    font-size: 18px;
    font-weight: normal;
    height: 57px;
    line-height: 57px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.specifications {
    border-collapse: collapse;
    width: 100%;
		margin-bottom: 10px;
}
.specifications th {
    background-color: #EAE8E3;
    border-bottom: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    padding: 5px 10px;
    vertical-align: top;
}
.specifications td {
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    padding: 5px 10px;
    vertical-align: top;
}

.Divider {
	clear: both;
}
.print-img img {
	width: 100%;
	height: auto;
}


/* Footer
-------------------------------------------------- */
.copyright {
	clear: left;
	margin-top: 15px;
	text-align: center;
	font-style: normal;
}


