﻿@charset "utf-8";
a:link {
	color: #992fd2;
}
a:visited {
	color: #992fd2;
}
a:hover {
	color: #992fd2;
}

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/top-line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
DIV#top {
	width: 930px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
DIV#top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main-wrap{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-wrap.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-wrap{
	background-image: url(../img/header-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/* サイトタイトル */
#site-title {
	float: left;
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 490px;
	padding: 0px;
	}

#site-title-tel {
	float: right;
	margin: 0px;
	padding-top: 29px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	clear: right;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	margin-bottom: 0px;
	font-size: 12px;
	_font-size: 11px; /*IE6*/
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 700px;
	color: #797979;
	}
#header-menu {
	color: #666;
	display: block;
	width: 920px;
	overflow: hidden;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#header-menu  A.text:link,
#header-menu  A.text:visited {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu  A.text:hover{

}
#header-menu DIV.menu-icon {
	height: 11px;
	width: 11px;
	display: inline;
	background-image: url(../img/header-guide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
	padding: 0px;
}
#header-menu DIV.menu-item {
	float: right;
	text-align: left;
	height: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	}
#header_bg {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	height: 165px;
	background-image: url(../img/header-top.jpg);
}
#main-menu {
	height: 37px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	width: 930px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#main-menu-shadow{
	height: 1px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #b3b3b3;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e5e5e5;
}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	float:left;
	width: 153px;
	text-align: center;
	font-size: 14px;
	height: 37px;
	}
	
#main-menu DIV.menu-sepalator {
	padding:0px;
	float:left;
	width: 2px;
	height: 37px;
	margin: 0px;
	background-image: url(../img/main-menu-sp.jpg);
	background-repeat: no-repeat;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 14px;
	color: #336600;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 153px;
	font-weight: bold;
	height: 28px;
	padding-top: 9px;
	margin-right: auto;
	margin-left: auto;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	width: 153px;
	background-image: url(../img/main-menu-btn-r.jpg);
	background-repeat: repeat-x;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	width: 153px;
}


/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	width: 645px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 14px;
	padding-left: 25px;
	background-position: left center;
	background-color: #75b100;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 654px;
	font-size: 16px;
	color: #329900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 8px;
	padding-left: 16px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	width: 664px;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	background-image: url(../img/h5.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left bottom;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.jpg);
	background-repeat: no-repeat;
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	color: #515151;
	padding-top: 6px;
	padding-left: 25px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 654px;
	font-size: 16px;
	color: #329900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	padding-top: 8px;
	padding-left: 16px;
	}
#main-contents #sitemap-section h4 a{
	color: #329900;
}
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
/* お問い合わせフォーム */
#tx_form_0 {
  margin: 0;
  padding: 0;
  display: block;
  width: 670px;
}
#mailform-section {
  margin: 0;
  color: #036;
}
#mailform-section div.form-layout {
  display: block;
  margin: 0 auto;
  width: 600px;
}
#mailform-section div.form-layout div.form-items {
  border: 1px solid #adacac;
  width: 600px;
  overflow: hidden;
  background-color: #efefef;
  margin: 0 auto;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
#mailform-section div.form-layout div.form-items div.form-item {
  clear: both;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #adacac;
}
#mailform-section div.form-layout div.form-items div.form-item div.label {
  float: left;
  width: 150px;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  background-color: #efefef;
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  color: #003366;
}
#mailform-section div.form-layout div.form-items div.form-item div.field {
  float: left;
  width: 413px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #adacac;
}
#mailform-section div.form-layout div.form-items div.form-item div.field p.description {
  margin: 3px 0px 0px 0px;
  font-size: 9pt;
}
#mailform-section div.form-layout div.form-items .field-textarea {
  width: 405px;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #adacac;
}
#mailform-section input.input-text {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 410px;
  border: 1px solid #adacac;
  height: 30px;
}
#mailform-section textarea.input-textarea {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #adacac;
}
#mailform-section input.input-select {
  border: 1px solid #adacac;
}
#mailform-section .required {
  color: red;
  font-weight: normal;
}
#mailform-section .error {
  background-color: #fcf;
  padding: 0px;
  text-align: left;
}
#mailform-section .error-message {
  color: #f00;
}
#mailform-section .completion-message {
  border: 1px solid #adacac;
  padding: 30px;
}
#mailform-section div.submitee {
  clear: both;
  text-align: center;
}
#mailform-section div.submitee button {
  cursor: pointer;
  background-image: url(../img/form_submit.jpg);
  border-width: 0px;
  height: 51px;
  width: 144px;
  background-color: #FFF;
  margin-top: 5px;
}
#mailform-section div.submitee button span {
  display: none;
}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #333333;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color: #222222;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

#topic-list-section {
	width: 670px;
	padding-top: 11px;
	padding-bottom: 5px;
	margin: 0px;

	}
/* 記事タイトル */	
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #666;
	width: 100px;
	padding-right: 20px;
	font-size: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	font-size: 12px;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 10px;
	width: 670px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-size: 12px;
	margin-left: 0px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	width: 100px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
/* =========================== */
/* バナー                    　*/
/* =========================== */
.side-banar-box {
	background-color: #e0e0e0;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ========================================== */
/* 編集画面で表組み内の文字だけ大きくなる対応 */
/* ========================================== */
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* フォントサイズ変更　　     */
/* =========================== */
#change-box {
	padding: 0px 0px 0px 320px;
	margin-top: 0px;
	width: 301px;
}
#change-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#font-size-text{
	float: left;
	width: 70px;
	font-size: 12px;
	margin: 0px;
	display: block;
	vertical-align: middle;
	padding-top: 8px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	height: 21px;
}
#font-size-box{
	height: 29px;
	width: 195px;
	background-color: #77b200;
	text-align: left;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size {
	list-style-type: none;
	margin: 0px;

}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	padding: 0px;
	float: right;
	height: 22px;
	width: 32px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size #m {
	padding: 0px;
	float: right;
	height: 22px;
	width: 32px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#font-size #l {
	padding: 0px;
	float: right;
	height: 22px;
	width: 32px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#font-size #s a {
	width: 32px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #329900;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99cc80;
	border-left-color: #2e8d00;
	border-right-color: #2e8d00;
	border-bottom-color: #123400;
}
#font-size #s a:hover{

}
#font-size #m a {
	width: 32px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #329900;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99cc80;
	border-left-color: #2e8d00;
	border-right-color: #2e8d00;
	border-bottom-color: #123400;
}
#font-size #m a:hover{

}
#font-size #l a {
	width: 32px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #329900;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99cc80;
	border-left-color: #2e8d00;
	border-right-color: #2e8d00;
	border-bottom-color: #123400;
}
#font-size #l a:hover{

}

/* =========================== */
/* ページトップへ            　*/
/* =========================== */
#page-top {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
}


#page-top DIV.menu-items {
	text-align: right;
	display: block;
	padding-right: 10px;
	}
	
#page-top2 {
	width: 120px;
	height: 38px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7abd59;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7abd59;
	float: right;
	padding-right: 10px;
}

#page-top2 DIV.menu-items {
	text-align: left;
	display: block;
	font-size: 12px;
	color: #FFF;
	}
#page-top2 DIV.menu-items A{
	color: #FFF;
}
#page-top2 DIV.menu-items A:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/page-top-guide.png);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 11px;
	margin-left: 9px;
	display: block;
	padding-top: 1px;
}
#page-top2 DIV.menu-items A:hover{
	color: #FFF;
}

/* =========================== */
/* フッター                     */
/* =========================== */

/* フッターコンテンツ領域 */
#footer-contents {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	}
#footer-wrap {
	width: 100%;
	background-color: #329900;
	color: #FFF;
}
#footer-hr{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #7abd59;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #2b8200;
}
#footer-hr2{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	clear: both;
	float: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-menu-box {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	}
/* フッターメニュー */
DIV#footer-menu {
	width: 770px;
	text-align: left;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 8px;
	clear: both;
	overflow: hidden;
	padding-left: 20px;
	float: left;
	}
#footer-menu DIV.menu-icon {
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-top: 3px;
	background-image: url(../img/arrow2_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	float: left;
	background-color: #3581ff;
}
#footer-menu DIV.menu-item {
	text-align: left;
	display: block;
	float: left;
	height: 20px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer-menu DIV.menu-sepalator {
	overflow: hidden;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:hover{
	color: #3eff3e;

}


#footer-contents #sitemap-section{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	margin-bottom: 100px;
}
#footer-contents #sitemap-section a:hover{
	text-decoration: none;
	color: #FFF;
}
#footer-contents #sitemap-section .box{
	display: inline-block;
	float: left;
	width: 145px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#footer-contents #sitemap-section h4{
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #53BAFF;
	padding-left: 3px;
	margin: 0px;
}
#footer-contents #sitemap-section h4 a{
	text-decoration: none;
	color: #0A70A7;
}
#footer-contents #sitemap-section ul{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
}
#footer-contents #sitemap-section li{
	list-style-type: none;
}
#footer-contents #sitemap-section li a{
	color: #0E498B;
	text-decoration: none;
	font-weight: normal;
}



/*IE６で見ている人向け*/
.error{background:#ff6699;padding: 20px;text-align:center;}


/*画像バナーがロールオーバーっぽくなる*/
#main-contents a:hover img,
#side-contents a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

header,footer,nav,section,article,figure,aside {display:block;}

img{
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}


/*ツイッターでH3とH4のデザインが出てきちゃう奴の解除*/
/* =========================== */
/* Twitter通常表示用記述　H3&H4   */
/* =========================== */
#main-contents .twtr-widget h3 {
	background-image: none;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: auto;
	width: auto;
	}
#main-contents .twtr-widget h4 {
	font-size: medium;
	font-weight: normal;
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	}
.render-mode-switch{
	font-size: 40px !important;
	text-align: center;color: #FFF;
	background-color: #333;
	padding-top: 40px;
	padding-bottom: 40px;
	}
	

