@charset "utf-8";

/*
Theme Name: IWATEMACHI
Author: Systemknowledge Co. Ltd.
Author URI: http://sysknow.jp/
Description: 岩手町公式サイト
Version: 1.0
*/

/*=====================================================================
インデックス
=======================================================================
【WPサイト全共通・変更禁止】
0.初期化　
1.構成タグ
2.WP基本クラス
3.TinyMCEプラグイン  
4.レイアウト段組　
5.WP基本パーツ 
6.コンテンツ　共通部分   

【当サイト用　上書き変更・追加デザイン】
11.構成タグ
12.追加クラス
13.レイアウト段組 　
14.WP基本パーツ　 
15.コンテンツ 共通部分　  　  
16.コンテンツ 追加部分  

【オリジナルデザイン】
21.ヘッダー
22.メインメニュー
23.サイド
24.フッター
25.トップページ

【プラグイン別】
51.Quicktagsプラグイン(テンプレート的に頻出するclass)
52.岩手町マップ

【ブラウザ対応(IE7,8,9,10,Chrome,Firefox,Safari(PC,iPad,iPhone)で検証)】
99.IE7ハック
======================================================================= */

/*=====================================================================
0.初期化
=======================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*=====================================================================
1.構成タグ
※行間:見出し1.4em, 他基本1.5em　→　p, td p, li
=======================================================================*/
body{
	font-size:95%;
	color:#333333;
}

a, a:link{
	text-decoration:underline;
  color: #0000CC;
}

a:hover{
	text-decoration:none;
}


p {
	line-height:1.5;/**基本の行間**/
	display:block;
	margin:0px;
	padding:10px;
}

table {
	border: none;
}

table th,
table td {
	text-align:left;
	border:1px solid #D1D1D1;
	padding: 10px;
	vertical-align: top;/**セル内文字上詰め**/
}

table th {
	background: #E6E6E6;
}

table p{
	padding:0;
}

/**コンテンツ　大タイトル**/
h2{
    font-size: 150%;
    font-weight: bold;
	line-height:1.4em;
    border: 3px solid #D1D1D1;/**範囲確認用**/
  	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 24px 10px;
}

/**ウィジェット、トップページ、各インデックスページ、コンテンツ 見出し３**/
h3{
	font-size:120%;
	font-weight:bold;
	line-height:1.4em;
  	background-color: #D1D1D1;
	clear:both;
}

/**コンテンツ コンテンツ 見出し４**/
h4{
	font-size:110%;
	font-weight:bold;
	line-height:1.4em;
	background:#fff;
  	clear: both;
	margin:20px 0 15px 0;
	padding:2px 8px;
}

/**コンテンツ 見出し５**/
h5{
	font-size:100%;
	font-weight:bold;
	color:#333333;
	line-height:1.4em;
	margin: 10px 0 5px 0;
	padding:2px 8px;
	clear:both;
}

li{
    margin: 0.3em 0;
}

li img, h3 img{
	vertical-align:middle;
    margin: 0 0 4px;
}

hr{
    border: 0 none;
    height: 1px;
    border-bottom: 1px dashed #D1D1D1;
}

/*=====================================================================
2.WP基本クラス
=======================================================================*/

/*=====================================================================
5.WP基本パーツ 
=======================================================================*/

/*=====================================================================
6.コンテンツ　共通部分 
=======================================================================*/

/*=====================================================================
11.構成タグ
=======================================================================*/
/*=====================================================================
12.追加クラス
=======================================================================*/

/*=====================================================================
13.レイアウト段組 　
=======================================================================*/

/*=====================================================================
14.WP基本パーツ
=======================================================================*/

/*=====================================================================
15.コンテンツ　共通部分
=======================================================================*/

/*=====================================================================
16.コンテンツ　追加部分　
=======================================================================*/

/*=====================================================================
17.サイド　共通・追加部分
=======================================================================*/

/*=====================================================================
21.ヘッダー
=======================================================================*/

/*=====================================================================
22.メインメニュー-original
=======================================================================*/

/*=====================================================================
23.フッター-original
=======================================================================*/

/*=====================================================================
24.トップページ-original
=======================================================================*/

/*=====================================================================
51.Quicktagsプラグイン(テンプレート的に頻出するclass)
=======================================================================*/

/*=====================================================================
52.岩手町マップ
=======================================================================*/

/*=====================================================================
99.IE7ハック　最後に記述
=======================================================================*/

