/* CSS Document */

body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,p,a,ol,ul,li {
	font-family: Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Gothic","ＭＳ ゴシック","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p,li,a {
	color:#4d4d4d;
	font-size:11px;
	line-height:23px;
	text-decoration:none;
}
img {
	border:none;
}
.ateliier_o {
	color:#ea7663;
}
.copy {
	font-size:10px;
	display:block;
	margin:50px 0;
	text-align:center;
}
#container {
	min-width:1060px;
	height:100%;
	margin:0;
	padding:0;
}



/*----left----*/
#left {
	width:200px;
	height:100%;
	margin:40px 0 0 40px;
	padding:0;
	display:block;
	float:left;
}
#left h1 {
	width:145px;
	height:188px;
	display:block;
	margin:0 0 42px 0;
}
#left ul {
	display:block;
	margin:0 0 30px 0;
}
#left ul li.cat-item ul.children {
	margin:0 0 0 13px;
	padding:0 0 0 10px;
}
#left ul li.cat-item ul.children li {
	list-style:disc;
}
#left ul h4  {
	height:16px;
	margin:0 0 14px 0;
	padding:0;
	display:block;
}
#left ul li a:hover {
	color:#ea7663;
}
*+html ul.navi li {
	margin:0;
}
#left li.cat-item {
}
@media print {
	#left {
		display:none!important;
	}
	.like_btn, .fb-comments {
		display:none!important;
	}
}

/*----cnts----*/
#cnts {
	width:550px;
	margin:100px auto 80px auto;
	padding-left:80px;
	float:left;
}
.post {
	width:100%;
	height:100%;
	margin-bottom:100px;
}
.post h2 a, .post h2.works_t {
	font-size:16px;
	line-height:16px;
	font-weight: normal;
	color:#4d4d4d;
	display:block;
	margin-bottom:20px;
	text-decoration:none;
}
.post_info {
	font-size:11px;
	display:block;
	margin-bottom:35px;
}
.post p, .post a, .post {
	color:#4d4d4d;
	font-size:11px;
	line-height:19px;
}
.post img {
	margin-bottom:15px;
	clear:both;
}
.post a {
	text-decoration:underline;
}
.post a:hover {
	color:#ea7663;
}
p.comment a {
	color:#4d4d4d;
	font-size:12px;
	line-height:26px;
	text-decoration:underline;
}


#cnts {
	overflow:hidden;
}
.cat_list {
	width:250px;
	float:left;
	display:block;
	margin:0 25px 25px 0;
}
.cat_list a img {
	width:250px;
	height:140px;
}
.cat_list a img:hover {
	opacity:0.8;
}
.cat_list p {
	text-align:center;
	padding:8px 0 0;
}


/*----pagelink----*/
.pagelink {
	width:700px;
	display:block;
}
span.pageprev {
	float:left;
}
span.pagenext {
	float:right;
}



/*---- comment ----*/

p.comment {
	width:70px;
	height:24px;
	display:block;
	text-align:right;
	background-image: url(../images/img_comment.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:30px 0;
	padding-right:5px;
}
.comments_title p {
	margin:100px 0 15px 0;
	font-weight:normal;
	color: #555;
}
.comments_link {
	margin:30px 0 15px 0;
}
.comments_link p, .comments_link p a {
	font-size:10px;
	color:#666;
}
.comments_link p a {
	text-decoration:underline;
}
bottom_15px {
	margin-bottom:15px;
	display:block;
}
.com p {
	margin-bottom:10px;
}


/*---> wp-pagenavi <---*/
div.wp-pagenavi {
	margin:0;
	font-size: 12px;
	color:#4d4d4d;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	padding: 3px 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #4d4d4d;
	font-weight:normal;
	background-color: #f2f2f2;
}
.wp-pagenavi a:hover {
	background-color: #ea7663;
	color:#fff;
}
.wp-pagenavi a:active {
	color: #4d4d4d;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current {
	padding: 3px 5px;
	margin-right: 5px;
	color:#4d4d4d;
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	color:#fff;
	background-color: #ea7663;
	font-weight: normal;
}


/*fbコメント*/
.fb_iframe_widget {
	margin: 15px 0 0 0;
}
.like_btn {
	margin:15px 0 0 0;
}

