/* 
	=================================================
	hajimedia.net トップページ用1段組みスタイルシート
	================================================= */




/* 
	=================================================
	レイアウト
	================================================= */

div#container	{
	width: 800px;
    margin: auto;
    }


div#foot	{
	clear: both;
	}


/* 
	横幅767px以下に適用
	================================ */

@media screen and (max-width: 767px) {
	
	div#container {
		width: 100%;
	}

}


/* 
	===============================================
	コンテンツ
	=============================================== */

.post	{
	width: auto;
	}

.post h2	{
	color: #555555;
	font-size: 1.13em;
	border-bottom: solid 5px #0000aa;
	margin: 5px 0 5px 0;
	padding:0;
	}

.posttext	{
	font-size: 0.75em;
	line-height: 1.7;
	}

.posttext p	{
	margin: 0;
   padding: 0 0 10px 0;
   }

.posttext li {
	margin: 0;
   padding: 0 0 8px 0;
	}

.posttext ul {
	margin: 0;
	padding: 0 0 0 20px;
	}


/* 
	横幅767px以下に適用
	================================ */

@media screen and (max-width: 767px) {
	
	div.post	{
		width: 100%;
	}

	div.post h2	{
		margin: 10px 0 5px 0;
		padding: 0 5px;
		line-height: 1.3;
	}

	div.posttext {
		font-size: 1em;
		line-height: 1.7;
	}

	div.posttext p	{
		margin: 5px;
	}

	div.posttext ul {
		margin: 5px 10px;
		padding: 0 0 0 -15px;
	}

	div.posttext blockquote {
		margin: 5px 10px;
		border-left: solid 5px #e5e5e5;
		padding: 0 0 0 10px;
	}


