@charset "UTF-8";

/*-------------------------------------
		storydesign
-------------------------------------*/
#pagetitle {width:1000px; margin:0 auto;}

h2{
	position:absolute;
	margin-top:-15px;
	}

#mainSection {overflow:hidden; padding-top:80px;}

#pjSection p {width:900px; margin:20px auto; font-size:14px;}
#pjList {margin:30px 26px;}
#pjList li {
	 background:#eee;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
	 display:inline-block;
	 padding-top:16px;
	 margin-right:15px;
	 margin-bottom:14px;
	 width:220px;
	 height:248px;
	 float:left;
	 text-align:center;
	 }

#pjList li.lastChild {margin-right:0;}

#pjList img{
	box-shadow:rgba(101, 101, 102, 0.49) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(101, 101, 102, 0.49) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(101, 101, 102, 0.49) 0px 0px 4px 1px;
	height:200px;
	min-width:100px;
}

#pjList li.wide img {width:200px; height:auto !important; margin-top:40px;}

#pjList p {margin-top:18px;}
#pjList li iframe {margin-top:2em;}
#pjList li .youtube {
	background:url(../images/pj/icon_play.png) no-repeat center bottom;
	margin-top: 5px;
    padding-top: 28px;
    text-align: center;
    width: 190px;
	}

.youtube a {
	font-weight:bold;
	color:#333;
	}

.smalltxt {
	display:block;
	font-size:1em !important;
	color:#333;
	margin-top:8px !important;
	width:200px !important;
	text-align:center !important;
	margin-bottom:0 !important;

}