/*レフトヘッダ部*/
p.searchHeader {
	font-size:12px;
	font-family: 'Shin Go Bold';
	background: aliceblue;
	width: 100%;
	padding: 5px;
	margin: 0;
}

/*検索結果画面*/
/*メイン*/
h1.search {
	font-size:18px;
	font-family: 'Folk Bold';
}

p.sortOrder {
	color: dimgray;
}

/*サムネイル*/
div#piIconMenu {
	margin:5px;
	}
	
	
div#piIconMenu a {
			text-align:center;
			color: dimgray;
			margin:0px;
			float:left;
			display:inline-block;
			width:139px;
			height:240px;
			padding:5px 0px;
			border:1px dotted silver;
		}

div#piIconMenu a.dejavu {
			background: whitesmoke;
		}

div#piIconMenu a:link {
	color:dimgray;
	text-decoration:none;
	}
	
div#piIconMenu a:visited {
	color:dimgray;
	text-decoration:none;
	}
	
div#piIconMenu a:hover {
	color:red;
	background: aliceblue;
	border:1px dotted silver;
	
	}


a p {
		font-size:10px;
		margin:3px 5px;
		text-align:left;
		font-family: 'Gothic Medium BBB';
	}
	




/*用紙詳細画面*/
/*写真（左側）*/
div#indPaperInfoPhotoGallery {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

#mainPhoto {
	width: 400px;
	height: 450px;
	margin: auto auto 20px auto;
	padding: 0;
	float: left;
}

#mainPhoto #lPhoto img {
	width: 350px;
	height: 420px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	border: none;
	float: left;
}

#mainPhoto ul {
	width: 400px;
	height: 450px;
	margin: 0 auto 50px auto;
	padding: 0;
	text-align: center;
}

#mainPhoto ul li {
	list-style-type: none;
	text-align: center;
	margin: auto;
	padding: 0;
	float: left;
}

#sPhoto {
	text-align: center;
}

#sPhoto ul {
	width: 342px;
	height: 52px;
	margin: 10px 9px;
	padding: 0;
}

#sPhoto ul li {
	width: 56px;
	height: 52px;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	display: block;
	border: 1px solid black;
}

#sPhoto ul li img {
	text-align: center;
	width: 35px;
	height: 42px;
	border: none;
	margin-top: 5px;
}

#sPhoto a:hover {
	filter: alpha(opacity=60);/* IE7以下用 */
   -ms-filter: "alpha(opacity=60)"; /* IE8用 */
	-moz-opacity:0.8; /* Firefox , Netscape用 */
    -khtml-opacity: 0.8 ;  /* そのた  */
	opacity:0.8; /* Opera,Safari用 */
	text-decoration:none;
}

#back {
	text-align: left;
	float: left;
}

.backBtm {
	margin: 170px 8px auto 0px; 
	border: none;
}

#next {
	text-align: right;
	float: left;
}

.nextBtm {
	margin: 170px 0px auto 8px;
	border: none;
}

/*説明（右側）*/
div#indPaperInfoRight {
	float: right;
	width: 310px;
}

div#indPaperInfoRight h1 {
	font-size:18px;
	margin:15px 0 0 0;
	font-family: 'Folk Bold';
	
}

div#indPaperInfoRight h2 {
	font-size:15px;
	margin:20px 0 0 0;
	border-bottom: black solid 1px;
	font-family: 'Folk Bold';
}

div#indPaperInfoRight p.line {
	margin: 0;
	border-top: black solid 1px;
}

div#indPaperInfoRight p.caption {
	margin: 15px 0 15px 0;
	font-size:13px;
	font-family: 'Gothic Medium BBB';
}

div#indPaperInfoRight p.captionSmall {
	margin: 5px 0 0 0;
	font-size:10px;
	font-family: 'Gothic Medium BBB';
}

div#indPaperInfoRight p.use {
	font-size:11px;
	margin:0 0 5px 0;
	font-family: 'Gothic Medium BBB';
}

div#indPaperInfoRight font.price {
	font-size:20px;
	font-family: 'Shin Go Heavy';
}

div#plugIn {
	margin: 20Px 0 0 0;
}


/*フロート解除*/
div.clear{
	clear:both;
}




/*コメント*/
p.comment {
		font-family: 'Jun 101';
		font-size:14px;
		line-height:22px;
		margin:0px 0px 0px 0px;
		color:#000;
	}

p.comment a:link {
		text-decoration:none;
		color:#3963AB;
	}
	
p.comment a:visited {
		text-decoration:none;
		color: darkslateblue;
	}

td.comment {
		padding:20px 0px 20px 0px;
	}

blockquote {
		margin:0 0 20px 0;
		padding:0;
	}

blockquote#rightcomment {
		width:350px;
		background:honeydew;
		padding:20px;
		position:relative;
		text-align:left;
		margin:30px auto;
	}

blockquote#leftcomment {
		width:350px;
		background:pink;
		padding:20px;
		position:relative;
		text-align:left;
		margin:30px auto;
	}

blockquote#rightcomment .arrow {
		width:0;
		height:0;
		line-height:0;
		border-top:20px solid honeydew;
		border-left:none;
		border-right:30px solid white;
		position:absolute;
		bottom:30%;
		right:-30px;
	}

blockquote#leftcomment .arrow {
		width:0;
		height:0;
		line-height:0;
		border-top:20px solid pink;
		border-left:30px solid white;
		border-right:none;
		position:absolute;
		bottom:30%;
		left:-30px;
	}

blockquote#rightcomment .face {
		position:absolute;
		top:-50px;
		right:-110px;
	}
blockquote#leftcomment .face {
		position:absolute;
		top:-50px;
		left:-110px;
	}

/*　取扱状況テーブル */
.dboxheader {
	background-color: #FF9900;
	width: 50%;
	margin: 0;
	font-size: 10px;
	font-family: "Hiragino Mincho Pro";
	color: white;
	text-align: center;
}

.dboxtext {
	text-align: center;
}

/*取扱状況テーブル数量限定バージョン */
.dboxheaderlimit {
	background-color: #93c5ed;
	width: 50%;
	margin: 0;
	font-size: 10px;
	font-family: "Hiragino Mincho Pro";
	color: white;
	text-align: center;
}

.dboxtextlimit {
	text-align: center;
	color: 
}


/*見出し*/
h2 {
	font-family: "MS Mincho";
	font-size: large;
}