/* CSS Document */

@charset "utf-8";

/* CSS Info =================================
File name: about_prv.css
Description: about.dwt
Editor: Eri Takatsuki/Showak
Date: 2014/4/22
Files: ŒÃ‚¢ˆÏˆõ‰ï‚Ìhtml
============================================*/


/*  ---------- Content ---------- */

#content { width: 960px; }

.topic {display:block;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
	 }

#content h1 { background:url(../images/fig/bk_red.png) no-repeat left;
		color:#EB4375;
		font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
		font-size:28px;
		font-weight:normal;
		padding-left:28px;
		margin:0 0 20px 0;
		height:52px;
		line-height:26px;
		}
#content h1 span { font-size:18px;
				font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3",'Hiragino Kaku Gothic Pro',"ƒƒCƒŠƒI",Meiryo,Osaka,'‚l‚r ‚oƒSƒVƒbƒN', Verdana, Helvetica, sans-serif ;
				padding-left:10px;
				color:#dc143c;
				}

/*  ---------- ƒŠƒXƒg ---------- */

#trans { width:80%;
		display:block;
		margin:0 auto 0;
		font-size:0.85em;
		}
#trans a { color:#0000FF;
			text-decoration:underline;
			}
					
#trans a:visited { color:#990066;
				}
				
#trans p { padding:10px; }

	
#trans ul li { list-style:none;
			margin-left:40px;
			padding:4px 0;
			font-weight:bold;
		}

#trans ul li ul li{ list-style:square;
		font-weight:normal;
		}

#trans ul li ul li ul li{ list-style:circle;
		font-weight:normal;
		}

/* -------V’…ƒgƒsƒbƒNƒX@ƒiƒrƒQ[ƒVƒ‡ƒ“----- */	
	
.oldpage { float:left;
		font-size:0.7em;
		padding:16px 0;
		}
		
.newpage { float:right;
		font-size:0.7em;
		padding:16px 0;
		}
		
/*  ----------ƒVƒ‡ƒbƒv---------- */

			
.shop_box { display:block;
			float:left;
			width:300px;
			height:100px;
			margin:5px;
			padding:0 0 5px 0;
			background-color:#3f3f3f;
			position:relative;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

			}
			
.shop_box img { width:150px;
				height:200px;
				position:absolute;
				top:10px;
				left:15px;
				z-index:1;
				}


.shop_box p {
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:0.7em;
	line-height:1.2em;
	padding:6px;
	width:180px;
			}

.shop_category {
    position: relative;
    color:#444;
    background:#ddd;
    font-size: 12px ;
    line-height: 1;
    margin: 15px -10px 10px -10px;
    padding: 5px 5px 5px 10px;
    box-shadow:1px 2px 4px 0px  #666666 ;
    border-top:2px solid #dc143c;
	width:65%;
	z-index:10;
}
.shop_category:after, shop_category:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.phshop_category:after {
    left: 0;
    border-right: 5px solid #333;
}
.shop_category:before {
    right: 0;
    border-left: 5px solid #333;
}

/*  ---------- Table ---------- */

table { font-size:0.85em; }
table td { padding:4px; }

table .table2 td { border:1px solid #999; }