@charset "utf-8";
/* reset
-------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

li	{list-style-type: none;}

img{border:none;}
a:focus	{outline:none;}
a img {border: none; }

a:link	{
	text-decoration: none;
	color: #941d1a;
}

a:visited	{
	text-decoration: none;
	color: #941d1a;
}

a:hover	{
	text-decoration: underline;
	color: #941d1a;
}

a:active	{
	text-decoration: none;
	color: #941d1a;
}

/* --------------------------------------------------
	Contents
-------------------------------------------------- */
html,body{
	height:100%;
	overflow-x:hidden;
}

@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body{
	background-color:#941d1a;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper{
	width: 650px;
	/*height:100%;*/
	margin: 0 auto;
}

/* --------------------------------------------------
 main
-------------------------------------------------- */
#header{
	background:url(../img/header.jpg) center top no-repeat;
	height:224px;
	margin:0 auto;
	margin-bottom:40px;
	background-repeat:no-repeat;
	}

.blogWrap{
	width:560px;
	margin:0 auto;
	margin-bottom:45px;
	padding:0 0 5px;
	background:#dad4d0; /*記事背景*/
	}

.wbox{
	background-color: #000;
}

	.date{
		position:relative;
		padding:22px 0 0 22px;
		height:40px;
		font-family: 'Oswald', sans-serif!important;
		font-size:17px;
		line-height:27px;
		color:#fff;
		}

		.date .twitter{
			position:absolute;
			top:18px;
			right: 137px;
			}
		.date .facebook{
			position:absolute;
			top:8px;
			right:10px;
			}
			.snsbtn img{
				margin-top:2px;}
	h3{
		margin: -5px 20px 0 22px;
		padding-bottom: 22px;
		font-size:22px;
		color:#fff;
		font-weight:bold;
		word-wrap: break-word;
		line-height:1.5;
		border-bottom:#444444 1px solid;
		}

		.title a{ color:#fff;}

	.blogWrap p{
		font-size:13px;
		margin: 0 20px 20px 22px;
	    color:#000;
		word-wrap: break-word;
		}

/* --------------------------------------------------
 footer
-------------------------------------------------- */



 /* crear
----------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


.fb_iframe_widget > span {
  vertical-align: baseline !important;
}