﻿/* ### 基本的なレイアウト ### */
body {margin: 0;}
#container	{width: 100%;}

#headtop img	{width: 100%;
	height: auto;}

#content	{margin: 0;
	width: 300px;
	float: none;}

#conleft {margin: 0;
	width: 100%;
	float: none;
	border: none;}

#conright {mergin:0;
	width: 100%;
	float: none;
	border-right:none }

#header .box {width: 100%}
#header .box h1 img {width: 100%}

/* アイコンメニュー */
#tnav {
 width:100%;
  margin-bottom:5px;
  float:none;
}
#tnav li {margin:0 ;
  padding: 1px 6px;
  float:left;
  border: 1px solid #000;
  border-radius:6px;
}
#tnav li a {
  font-size:0.8em;
  margin-right:6px;
  padding-left:6px;
  text-decoration:none;
}
#tnav li a:hover {
  background-color:#e0ffff;
  color: #ff0000;}

.wak iframe {width: 300px;
	height: auto;}
.wak img {width: 300px;
	height: auto;}

/* ### コンテンツ部分の記事のレイアウト ### */
.post	{float: none;
	width: 100%;
	margin: 0;}
.ad img {width:100%;}


/* ### コンテンツ ### */

/* 記事 */
.post h2{font-size: 22px;}

.post p	{font-size: 16px;}

.post .more_s	{font-size: 18px;}


.pbox {margin: 0;
	width:100%;
	padding: 1px 3px;}

/* ナビゲーションメニュー */


/* ### ヘッダー記事 ### */
#header.box {float: none;
	width: 100%;
	height: auto;}

#footer	{padding-bottom: 60px;
	float: none;
	width: 300px;
	height: auto;}

#footer p img	{width: 280px;}