@charset "utf-8";
/* Print CSS Document */

@import url(https://blog.hirado-onsen.com/assets/css/common/tag.css);
@import url(https://blog.hirado-onsen.com/assets/css/common/layout.css);
@import url(https://blog.hirado-onsen.com/assets/css/common/basic.css);
@import url(https://blog.hirado-onsen.com/assets/css/common/hackstyle.css);


body {
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
}

*html body {
	text-align:center;
	font-size:78%;
	margin:0 auto;
	line-height: 1.1111;
}

#wrapper {
	background-image:none;
}

*html body #wrapper {
	width:715px;
	margin:0;
}
*html body #desc {
	width:500px;
	font-size:80%;
}

*html body #freedial img {
	width:200px;
	height:33xp;
}

*html body #siteid #hmark {
	width:50px;
	height:50px;
}

*html body #siteid #hmark img {
	width:50px;
	height:50px;
}

*html body #siteid #logo {
	height:61px;
	width:580px;
	float:left;
}

*html body #siteid #logo img {
	width:580px;
	height:61px;
}

#header #gnavi {
	display:none;
}

#contentBlk #bredcomb {
	display:none;
}

#contentBlk #topBlk {
	width:99%;
}

#contentBlk #middleBlk {
	width:99%;
}

#contentBlk .storyBox {
	width:99%;
}

*html body .note {
	margin:0;
	padding:0;
}

#contentBlk #sideBlk {
	display:none;
}


*html body #footer {
	width:99%;
	font-size:90%;
}

#footer .sitenavi {
	display:none;
}

#footer .supportlink {
	display:none;
}

#footer .scrolltop {
	display:none;
}

#footer .address {
	clear:both;
	border:1px solid #B2972A;
	text-align:center;
	margin:0em;
}


a,a:link,a:visited,a:hover {
	text-decoration:none;
	color:#000000;
	background-color:inherit;
}

/* BLOG Print style */
.navigation {
	display:none;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	width:99%;
}

.postmetadata {
	display:none;
}

#respond {
	display:none;
}

form {
	display:none;
}

.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}