@charset "utf-8";
body{
	color: #333;
	background-color: #ffffff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	/* text-align:center; */
	margin:0;
	padding:0;
	
}
input,textarea,select{
	border-left:1px solid Dimgray;
	border-right:1px solid Dimgray;
	border-top:1px solid Dimgray;
	border-bottom:1px solid Dimgray;
	font-size:13px;
	color:Dimgray;
	background-color:#FFFFFF;
}
a:link {
	color:#006699;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#006699; 
	text-decoration:none;
}
.dtable{ 
	display: table;
	table-layout:fixed; /* ブロックレベル要素を均等に配置 */
	width:800px; /* ブロックレベル要素全体の幅 */
	margin: 6px auto;
} 
.dtable_c1{ 
	display: table-cell; 
	/* border: 1px solid #666;*/
	margin: 6px auto;
	vertical-align: top;
	width:500px;
} 
.dtable_c2{ 
	display: table-cell; 
	/* border: 1px solid #666;*/
	margin: 6px auto;
	vertical-align: top;
	width:200px;
} 
/* ----- 背景画像を右下に固定する場合 -------------------------------------- */
body{
	background-attachment: fixed;
 	background-position: 95% 95%;
 	background-repeat: no-repeat
	/* background-image: url(image/back.gif); */
}
div#mybody{
	width:800px;
	text-align:left;
	background-color: #fff;
	margin-left: auto;
   	margin-right: auto;
}
#table01{/* 日記とコメント一覧を格納するテーブル */
    	width: 100%;
}
table#table01 td#main {/* 日記部分の幅 */
  width: 80%;
}
table#table01 td#comment {/* コメント一覧部分の幅 */
  width: 20%;
}
table.center{
        margin: auto;
	text-align: left;
}
td.center,th.center{
	text-align: center;
	/* vertical-align: top; */
}
td.left,th.left{
	text-align: left;
	/* vertical-align: top; */
}
td.right,th.right{
	text-align: right;
	/* vertical-align: top; */
}
table.right{
        margin-left: auto;
	text-align: right;
}
table.left{
        margin-right: auto;
	text-align: left;
}
hr.center{
        margin: auto;
}
div.center{
        text-align:center;
}
div.right{
        text-align:right;
}
h1.center{
	text-align: center;
}
h2.center{
	text-align: center;
}
h3.center{
	text-align: center;
}
span.small{
	font-size:small;
}
@media screen and (max-width: 767px) {
	div#mybody{
		width:100%;
		font-size: 14px;
		line-height: 1.2;
	}
	#table01 th,
	#table01 td {
    		width: 100%;
    		display: block;
 	}
	#table01 th {
    		width: 100%;
	}
	.dtable{ 
		display: table;
		width:100%; /* ブロックレベル要素全体の幅 */
	} 
	.dtable_c1{ 
		display: block;
		vertical-align: top;
		width:100%;
	} 
	.dtable_c2{ 
		display: block;
		vertical-align: top;
		width:100%;
	} 
}