@charset "utf-8";

/*--------------------------------------

	体験レポート

--------------------------------------*/

#taikenReport{
	margin:17px 0 0 0;
	font-size:13px;
}

#taikenReport a img:hover{
	opacity: 0.50 ;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
}

body.paged-2 #taikenReport .intro,
body.paged-3 #taikenReport .intro, 
body.paged-4 #taikenReport .intro,
body.paged-5 #taikenReport .intro {
	display:none;
}

/* ------------------------------------ */

#taikenReport .h2Box {
	overflow:hidden;
	width:680px;
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-bottom:5px solid #FDE5BF;
}

#taikenReport .h2Box .ch {
	margin:0 0 13px 0;
}

#taikenReport .h2Box h1,
#taikenReport .h2Box h2 {
	font-size:22px;
}

#taikenReport .h2Box h1 a {
	color:#666;
}

#taikenReport .h2Box .kaishaLogo {
	position:absolute;
	right:6px;
	bottom:12px;
}

/* 
--------------------------------------*/

#taikenReport #orderInfo {
	background:url(../images/taiken_report2.png) left top repeat-y;
	width:684px;
	min-height:496px;
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
}

body.paged-2 #taikenReport #orderInfo,
body.paged-3 #taikenReport #orderInfo, 
body.paged-4 #taikenReport #orderInfo,
body.paged-5 #taikenReport #orderInfo {
	display:none;
}


#taikenReport .topImg {
	width:277px;
	height:206px;
	overflow:hidden;
	position:absolute;
	left:51px;
	top:37px;
}

#taikenReport .topImg img {
	max-width:277px !important;
	width:auto !important;
	height:auto !important;
}

#taikenReport #orderInfo .shouhin {
	position:absolute;
	left:373px;
	top:38px;
	font-size:16px;
	color:#f99800;
}

#taikenReport #orderInfo .inner1 {
	position:absolute;
	left:373px;
	top:76px;
	font-size:14px;
	max-width: 300px;
	width:295px !important;
	box-sizing: border-box;
}

#taikenReport #orderInfo .inner1 td {
	padding-bottom:6px;
	word-wrap:break-word;
}

#taikenReport #orderInfo .inner1 .td1 {
	width:83px;
}

#taikenReport #orderInfo .inner1 .td2 {
	width:23px;
}

#taikenReport #orderInfo .inner2 {
	/* position:absolute;
	left:39px;
	top:273px; */
	margin:273px 0 20px 39px;
	line-height:1.8;
	overflow:hidden;
}

#taikenReport #orderInfo .inner2 p {
	margin-bottom:0.75em;
}

#taikenReport #orderInfo .inner2 p:last-child {
	margin-bottom:0;
}

/* 
--------------------------------------*/

#taikenReport #contents {
	line-height:1.8;
	clear:both;
}

#taikenReport #contents h3 {
	font-size:17px;
	padding:0 0 0 0;
	margin:0 0 1em 0;
	border-bottom:3px solid #fde0b3;
	clear:both;
}

#taikenReport #contents h3 span {
	font-size: 120%;
	font-style:italic;
	color:#ff9c00;
	font-style:italic;
	padding:0 10px 0 2px;
}

#taikenReport #contents p {
	margin:0 0 1.5em 0;
	font-size: 110%;
}

#taikenReport #contents u {
	background:linear-gradient(transparent 50%, #FFFFCC 0%) ;
	text-decoration: none;
}


#taikenReport #contents img {
	padding:3px;
	border:1px solid #e2e2e2;
	clear:both;
	margin: 1em auto;
	text-align: center;
}

#taikenReport #contents img.alignnone::before {
	content:'<div>';
	text-align: center;
}
#taikenReport #contents img.alignnone::after {
	content:'</div>';
}

#taikenReport #contents .wp-caption.alignright {
	display:inline;
	float:right;
	margin:5px 0 40px 40px;
	text-align:center;
	width:auto !important;
}

#taikenReport #contents img.alignright {
	display:inline;
	float:right;
	margin:5px 0 40px 40px;
	max-width:256px;
	height:auto;
}

#taikenReport #contents .wp-caption.alignleft {
	display:inline;
	float:left;
	margin:5px 40px 40px 0;
	text-align:center;
	width:auto !important;
}

#taikenReport #contents img.alignleft {
	display:inline;
	float:left;
	margin:5px 40px 40px 0;
	max-width:256px;
	height:auto;
}

#taikenReport #contents .wp-caption.alignright img,
#taikenReport #contents .wp-caption.alignleft img {
	max-width:256px;
	height:auto;
}

#taikenReport #contents .wp-caption .wp-caption-text {
	font-size:12px;
	margin:6px 0 0 0;
	text-align:center;
}

/* 
--------------------------------------*/

#KishaLink {
	background:#edfafa;
	border:1px solid #bcedec;
	margin:40px 0 50px 0;
	padding:15px 0 12px 0;
	text-align:center;
}

#KishaLink a {
	background:url(../images/kodawari5.png) no-repeat;
	width:477px;
	height:41px;
	line-height:40px;
	display:block;
	margin:0 auto;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}

#KishaLink a:hover {
	background:url(../images/kodawari5_on.png) no-repeat;
	color:#FFF;
	text-decoration:none;
}



/* ページング
--------------------------------------- */

.linkpagesOuter {
	text-align:center;
}

.linkpages {
	display:inline-block;
	margin:15px auto 35px auto;
	clear:both;
}

.linkpages .next {
	background:url(../images/linkpages2.png) 8px center no-repeat #adadad;
	margin:0 0 0 8px;
	padding:1px 6px 1px 20px;
	color:#FFF;
	display:inline-block;
	float:right;
}

.linkpages .prev {
	background:url(../images/linkpages1.png) 8px center no-repeat #adadad;
	margin:0 8px 0 0;
	padding:1px 6px 1px 20px;
	color:#FFF;
	display:inline-block;
	float:left;
}

.linkpages .number {
}

.linkpages .number span {
	background:#ff9c00;
	display:inline-block;
	margin:0 2px;
	padding:0 7px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #ff9c00;
}

.linkpages .number a span {
	background:#fff;
	display:inline-block;
	color:#a0a0a0;
	font-weight:bold;
	border:1px solid #cfcfcf;
}