/* Enter Your Custom CSS Here */
/* Q&amp;Aカスタムフィールド用 */
div.kiji_container{
	border-bottom: dotted 2px #ccc;　width:100%; height:100%; overflow:hidden;
}
div.gazo {
    float: left;
    width: 38%;
    height: auto;
    margin: 10px 4px 0px 0px;
}
.fig{
	padding: 20px 30px 10px 0px;
}
div.honbun{
margin: 10px 0px 10px 18px;
    float: left;
    width: 57%;
}
div.honbun2{
	margin: 10px 10px 10px 0px;
    float: left;
    width: 100%;
}
span.midashi{
	font-weight:bold; font-size:1.3em;
}
div.koushinbi{
	width:470px; margin-top:35px;
}
div.koushinbi.span{
	color:#888;
}

/*
** 印刷用 */
@media print {
	/* Q&amp;Aカスタムフィールド用 */
	div.kiji_container{
		border-bottom: dotted 2px #ccc;　width:100%; height:100%; overflow:hidden;*/
		/*position: relative; border-bottom: dotted 2px #ccc;　width:100%; height:100%; overflow:hidden;*/
	}
	div.gazo{
		float:right;
		width:100%;
		height: auto;
		margin:10px 0px;
	}
	/*div.gazo{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height: auto;
		margin:10px 0px;
	}*/
	.fig{
		padding: 20px 30px 10px 0px;
	}
	div.honbun{
		margin:20px 10px; float:left; width: 100%;
	}
	
	/*div.honbun{
		position:absolute;
		top:0;
		left:0;
		margin:20px 10px;
		width: 100%;
	}*/
	span.midashi{
		font-weight:bold; font-size:14px;
	}
	div.koushinbi{
		width:470px; margin-top:35px;
	}
	div.koushinbi.span{
		color:#888;
	}
	div#content,#header-first,.logo,h1,a{
		width:100%;
	}
	a{
		white-space: nowrap;
	}
	#sidebar,#header-third{
		display:none;
	}
	img{
		width:98%;
		border: solid #000 1px ;
	}

	body.custom-background,body{
		background-color: #fff !important;
		background-image: none !important;

	}

}
/* searchform.php用 */
div#search select{
	background-color: #fff;
	margin-top: 12px;
    font-size: 12px;
}
div#search form input{
 	padding: 3px 8px;
    font-size: 12px;
    background-color: #fff;
 }
#search input[type="submit"] {
    background: #F18107;
    padding: 2px 30px 2px 36px;
    color: #FFF;
    font-size: 1.2em;
    letter-spacing: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* 検索一覧 */
.post-title {
    padding: 4px 0px 0px;
}
.more {
    clear: both;
    margin: -10px 0px 0px;
    padding: 0 0 8px;
    border-bottom: 1px solid #A0733A;
}
a.readmore {
    padding: 2px 10px;
}


/* lightbox.min.css用のcss */
/*#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10100;
    line-height: 0;
    margin-top: 10%;
}*/
img#lightboxImage {
    border: solid 2px #666;
}
div.gazo a img {
    max-width: 100%;
    height: auto;
    border: solid 1px #999;
}
#imageData #imageDetails #titleAndCaption #titleText{
	font-weight:normal !important;
	font-size: 1.1em;
    line-height: 1.5;
}
#titleText >p {
    font-weight: bold;
    background-color: #bffda4;
    padding: 4px;
    font-size: 1.5em;
}
#titleText span{
	font-size:1.3em;
	font-style:nomal;
}
a#playPause{
	display:none;
}
/* lightbox.min.css終わり */