﻿@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}
img{
	vertical-align:bottom;
	margin-bottom:10px;
}

body{
	text-align:center;
}

#wrapper{
	margin:0 auto;
	width:600px;
	text-align:left;
	margin-top:10px;
}
h2{
	margin-bottom:10px;
}

.entry{
	margin-top:20px;
}
ul{
	margin:5px 0;
}
p{
	font-size:0.8em;
  line-height:1.5em;
}

address{
	margin-top:20px;
  font-style:normal;
}
.clearfix img{
	border:1px solid #333;
	float:left;
	margin-right:20px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
