@charset "utf-8";

body {
	margin: 0;
	padding: 0;
    font-family: "Source Serif Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background-color: #f5f5f5;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;	
}

.pageTitle {
	background-image: url(../../images/photostudio/page_title_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 300px;
	position: relative;
}

.pageTitle h2 {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    text-align: center;
    margin: -0.5em 0 0 -250px;
	font-size: 30px;
	color: #FFF;
}

.photoRead {
	margin: 50px 0;
	font-size: 18px;
}

/*
h1 {
	font-size: 30px;
	margin: 30px 0;
	text-align: center;
}
*/

#wrapper {
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.item {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	width: 290px;
	background-color: #FFF;
	padding: 10px 0;
	float: left;
}

.item img {
	width: 100%;
}

/* fillEmptySpace を設定した場合に追加される要素  */
.wookmark-placeholder {
	background-color: #efefef;
}

/* ========================================================================== */
/* item                                                                       */
/* ========================================================================== */

.account {
	margin: 0 0 10px 10px;
	width: 270px;
	line-height: 18px;
}

.accountIcon {
	float: left;
	font-size: 0;
	line-height: 0;
}

.accountName {
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #3d6772;
	margin: 15px 0 0 10px;
	width: 210px;
}

.postImg {
	font-size: 0;
	line-height: 0;
}

.postText {
	margin: 10px 0 10px 10px;
	width: 270px;
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	word-break: break-all;
}

.postText span {
	color: #61a8c1;
}
.postText span>a:link {
	color: #61a8c1;
}
.postText span>a:visited {
	color: #8d66b1;
}

.dataAreaWrap {
	border-top: 1px solid #d9d9d9;
}

.dataArea {
	margin: 10px auto 0;
	width: 230px;
}

.postTime {
	background-image: url('../../images/photostudio/time.gif');
	background-repeat:no-repeat;
	background-position:left center;
	float: left;
	padding-left: 15px;
}

.comment {
	background-image: url('../../images/photostudio/comment.gif');
	background-repeat:no-repeat;
	background-position:left center;
	float: left;
	margin: 0 0 0 10px;
	padding-left: 15px;
}

.like {
	background-image: url('../../images/photostudio/like.gif');
	background-repeat:no-repeat;
	background-position:left center;
	float: left;
	margin: 0 0 0 10px;
	padding-left: 15px;
}

.feedBtn {
	margin: 30px auto 50px;
	font-size: 14px;
	color: #61a8c1;
	width: 100px;
	height: 100px;
}

.feedBtn a{
	display: block;
	color: #61a8c1;
	border: #61a8c1 1px solid;
	text-decoration: none;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.feedBtn a:hover {
	color: #ffffff;
	border: 1px solid #61a8c1;
	background-color: #61a8c1;
	text-decoration: none;
}

/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */