@charset "utf-8";
/* CSS Document */


.blogLeftCol{
	float:left;
	width:200px;
	}
.blogRightCol{
	float:right;
	width:720px;
	}

.blogLeftCol h3{
	font-size:1em;
	line-height:1;
	}

.blogLeftMenu li{
	}


.blogRightCol table{
	max-width:100%;
	}

.blogRightCol img{ 
	border: none;
//	max-width:100%;/*width:100%;状況に応じて設定変更*/
	width:auto;
	height:auto;
	display:block;/*画像の下の空きをなくす*/
	}


.blogArticle{margin-bottom: 20px;}

.blogArticle h2{
	background: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #221b13;
	text-shadow:none;
	height: auto;
	line-height: 1.2em;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom:#d24900 solid 2px;
	}

.blogArticle h2 a{
	display: block;
	position: relative;
	padding: 10px;
	margin:-10px;
	}
.blogArticle h2 a:after{
	position:absolute;
	right:10px;
	content:'>';
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);	
}

.blogArticle h2 a:hover,
.blogArticle h2 a:active{
	display: block;
	background:#f7f7f7;
	}
	
.blogDate{}
.blogText{
	font-size:1.1em;
	line-height:1.8em;
	margin-bottom:20px;
	}
.blogCate{
	border-top:#cccccc solid 1px;
	padding-top:5px;
	text-align:right;
	}
.blogCate a{
	text-decoration:underline;
	}



