@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#666;
-webkit-text-size-adjust: none;
	background-image: url(images/head.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#666;
}

a:hover, a:active{
outline: none;
color:#dd0000;
}

a:hover img {
	opacity: 0.6;			/*リンク画像 マウスオーバー時の透明度 IE以外のモダンブラウザ用*/
	filter: alpha(opacity=60);	/*リンク画像 マウスオーバー時の透明度 IE用*/
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}





/* ヘッダー
----------------------------------*/
#header h1{
padding:0px 0 0;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:0px;
color: #515151;
font-size:160%;
font-weight:bold;
margin-top: 30px;
}



/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:0px 0px 0 10px;
text-align:right;
color:#000;
font-size:90%;
}

.tel{
display:inline;
padding-left:40px;
font:30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;	
}

.tel2{
display:inline;
padding-right:20px;
font:30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.navi_mini{
margin-top:10px;
background:#ffffff;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:0px;
width: 1097px;
}

#header {
padding:10px 0 0 0;

}


/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1097px;	/*コンテンツ幅*/
	margin: 0px auto;
	padding-top: 30px;	/*上部メニューとコンテンツの間に空ける余白*/
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 881px;	/*コンテンツ幅*/
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 665px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*2カラム時*/
body.c2 #main {
	width: 782px;	/*メインコンテンツ幅*/
}

#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;	/*右側に回り込み*/
	width: 200px;	/*サイドコンテンツ幅*/
	padding-bottom: 30px;
}

#footer{
clear:both;
background:#ccc;
} 


/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 140%;
	position: relative;
	padding-bottom: .5em;
	padding-top: 25px;
	padding-left: 80px;
	color: #dd0000;
	border-bottom: 3px solid #dd0000;
	margin: 20px 0;
	background: url(images/h2_bg.png) no-repeat left center;
	height: 23px;
}
#main h22:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	z-index: 2;
	height: 3px;
	width: 20%;
	background: #dd0000;
}

#main h22 {
	clear: both;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(images/h2_2.png) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*マークとグラデーション*/
	background: url(images/h2_2.png) no-repeat 5px center, -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background: url(images/h2_2.png) no-repeat 5px center, linear-gradient(#FFF, #e6e6e6);			/*同上*/
	font-size: 110%;
	color: #666;	/*文字色*/
	padding: 8px 15px 7px 47px;	/*左から、上、右、下、左への余白*/
	border-top: 1px solid #d4d4d4;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d4d4d4;	/*右の線の幅、線種、色*/
	border-bottom: 3px solid #dd0000;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d4d4d4;		/*左の線の幅、線種、色*/
	border-radius: 6px 6px 0px 0px;		/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	margin-top: 20px;
font-weight: bold;
}


#main h2.sub {
	clear: both;
	font-size: 140%;
	background: url(images/h2.png) no-repeat left center;	/*マークとグラデーション*/
	color: #666;	/*文字色*/
	padding: 25px 0px 5px 80px;	/*上、右、下、左への余白*/
	margin-bottom: 10px;
	border: 0px solid #8fc0ff;
	text-shadow: 0px 0px ;	/*テキストの影。左へ、下へ、色の設定。*/
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);	/*影の設定。右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	height: 30px;
	margin-top: 0px;
font-weight: normal;
}


#main h3 {
	clear: both;
	font-size: 110%;
	padding: 5px 15px 5px 10px;	/*上、右、下、左への余白*/
	border-bottom: 1px dotted #dd0000;
	border-left: 0px dotted #dd0000;
	margin-bottom: 10px;
	margin-top: 20px;
font-weight: normal;
color: #dd0000;
}


#main h5 {
	clear: both;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	font-size: 100%;
	color: #8fc0ff;		/*文字色*/
	padding: 2px 15px;	/*上下、左右への余白*/
	border: 0px solid #8fc0ff;		/*線の幅、線種、色*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			/*同上*/
}



/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 10px 10px;	/*左から、上、左右、下への余白*/
}
/*mainコンテンツのbox*/
#main .box {
	border: 1px solid #cfcfcf;	/*線の幅、線種、色*/
	background: #FFF;	/*背景色*/
	padding: 10px 10px 10px 10px;		/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下にあけるスペース*/
}

/*商品一覧ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	padding: 10px;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	position: relative;
	overflow: hidden;
}



/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;
	background-color: #FFF;	
	padding: 5px;
	border: 1px solid #CCC;
	width: 30%;
	height: auto;
	margin-right: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h5 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #8fc0ff;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #8fc0ff;	/*文字色*/
}


#main section.list h44 {
	border-bottom: 1px solid #666;
	color: #666;
	font-size: 15px;
  font-weight: bold;
	line-height: 1.4;
	margin: 0px 0 10px;
	padding: 0px 10px 0px;
}


#main section.list h4 {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
	margin: 0px 0 10px;
	font-size: 14px;
	color: #666;
 font-weight: bold;
}
#main section.list h44::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #dd0000;
}


#main section.list h6 {
	border-bottom: 1px dotted #666;
	color: #666;
	font-size: 14px;
  font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 10px;
	padding: 0px 0px 0px;
}

#main section.list h6.step {
	border-bottom: 1px dotted #666;
	color: #dd0000;
	font-size: 15px;
	line-height: 2.0;
	margin: 0px 0 5px 0;
	padding: 0px 0px 0px;
}


#main section.list h3 {
	position: relative;
	background: #999;
	color: #fff;
	font-size: 15px;
  font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 15px;
	padding: 5px 10px 4px 10px;
	border-radius: 6px;		/*角丸のサイズ*/
	border-bottom: 0px solid #8fc0ff;
	border-left: 0px solid #8fc0ff;
}
#main section.list h3:after {
	content: '';
	position: absolute;
	border-top: 10px solid #999;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}
#main section.list h3:before {
	content: '';
	position: absolute;
	border-top: 10px solid #999;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

.alignright{float:right;
	margin-left: 15px;
}
.alignleft{float:left;
	margin-right: 15px;
}


figure{
	margin: 0;
}


#main section.list ul.list {
  list-style:none;
  margin-left:1em;
  margin-bottom:10px;
}
#main section.list ul.list li {
  text-indent:-1em;
  padding-left:1em;
}

#main section.list ul.list2 {
  list-style:none;
  margin-left:2em;
  margin-bottom:10px;
}
#main section.list ul.list2 li {
  text-indent:-1em;
  padding-left:1em;
}

#table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 20px;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #cfcfcf;
}
#table th{
	font-weight: bold;
	background:#e4e4e4;
				color: #666;
	width: 20%;
}

#table th.nomal{
	font-weight: bold;
	background:#e4e4e4;
				color: #666;
	width: 20%;
}

#table th.nomal2{
	font-weight: bold;
	background:#e4e4e4;
				color: #666;
	width: 40%;
}


#table thead th{
	background:#e6e6e6;
}

@media only screen and (max-width:800px){
	#table{
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #666;
				background: #e4e4e4;
width:100%;
			}

			#table tbody th.nomal2{
				margin-bottom: 5px;
				list-style-type: none;
	background:#e4e4e4;
				color: #666;
width:100%;
			}
			#table tbody td{
				margin-left: 20px;
				padding: 0;
			}

}

hr {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
	margin: 1.5em;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* indexセンター
------------------------------------------------------------*/

#top_c {
float: left;
width: 46%;
height: auto;
padding: 1% 0.5% 1% 0.5%;
margin: .4em 1%;
text-align: center;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
}
#top_c dt { border-bottom: 1px dotted #ccc; }
#top_c dd {
margin-left: 0;
font-size: 12px;
text-align: center;
padding-top: 5px;
}


/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/


/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	color: #FFF;	/*文字色*/
	background-color: #cbcbcb;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#b3b3b3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#cbcbcb, #b3b3b3);	/*同上*/
	background-image: linear-gradient(#cbcbcb, #b3b3b3);			/*同上*/
	border-bottom: 5px solid #dedede;	/*下線の幅、線種、色*/
	padding: 3px 3px 3px 7px;
}
/*sub,sideコンテンツ内のbox設定*/
#sub .box,
#side .box {
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 7px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}

#sub .box_mini {
	font-size: 13px;
	background: #FFF;		
	border: 1px solid #cfcfcf;
	padding: 5px 5px 3px 35px;			
	margin-bottom: 15px;	
	border-radius: 6px;
	background-image: url(images/sitemap.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}


#side .box_mini {
	font-size: 13px;
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px 5px 3px 35px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	border-radius: 6px;
	background-image: url(images/ic_1.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#side .box_mini2 {
	font-size: 13px;
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px 5px 3px 35px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	border-radius: 6px;
	background-image: url(images/ic_2.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#side .box_mini3 {
	font-size: 13px;
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px 5px 3px 35px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	border-radius: 6px;
	background-image: url(images/ic_3.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#side .box_mini4 {
	font-size: 13px;
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px 5px 3px 35px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	border-radius: 6px;
	background-image: url(images/ic_4.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

#side .box_mini5 {
	font-size: 13px;
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px 5px 3px 35px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	border-radius: 6px;
	background-image: url(images/ic_5.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/*見出しにboxやメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box,
#side h2 + .box {
	border-top: none;
}
/*boxの中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box > ul,
#side .box > ul {
	margin-bottom: 0;
}



#side .side_box {
	width: 200px;
	margin-bottom: 5px;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side .side_box .side_inbox {
	width: 190px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEEEEE;
}




/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding: 5px 5px 5px 10px;
	background: #efefef; /* Old browsers */
	background: url(images/arrow.png) no-repeat left center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: url(images/arrow.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: url(images/arrow.png) no-repeat left center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/arrow.png) no-repeat left center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: url(images/arrow.png) no-repeat left center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: url(images/arrow.png) no-repeat left center, linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	color: #666;

}
#sub ul li a:hover,
#side ul li a:hover {

	color: #dd0000;
}

/*サブ・サイドコンテンツ　商品一覧ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.list,
#side section.list {
	font-size: 11px;	/*文字サイズ*/
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */											/*同上*/
	border-bottom: 1px solid #cfcfcf;	/*下の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;

}
#sub section.list a,
#side section.list a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #666;
}

/*h4見出しタグ*/
#sub section.list h4,
#side section.list h4 {
	color: #666;		/*文字色*/
	font-size: 13px;
	line-height: 1.2;
	margin-top: 5px;
}
/*サムネイル画像設定*/
#sub section.list figure img,
#side section.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	margin-right: 5px;	/*画像右にあけるスペース*/

	border: 1px solid #999;	/*枠線の幅、線種、色*/
	width: 60px;	/*画像の高さ*/
	height: auto;
}

#side .box3 {
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #e4e4e4;	/*背景色*/
	border: solid 1px #d1d1d1;	/*線の線種、幅、色*/
}

#side h5 {
	font-size: 100%;
	padding-bottom: 10px;		/*下への余白*/
}
/*subコンテンツのh2タグの１文字目への設定*/
#side h5::first-letter {
	border-left: 3px solid #fff;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

#side ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#side ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#side ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	color: #666;
}
#side ul.submenu li a:hover {
	background: #3c9f00;	/*背景色*/
	color: #fff;			/*文字色*/
}

.bana{
	margin-bottom: 5px;
	text-align: center;
}


#footer{
clear:both;
background:#e6e6e6;
padding-top:30px;
} 



*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background: #FFF;	/*背景色*/
	border: 1px solid #cfcfcf;
	margin: 15px 0;
border-collapse: collapse;

}
.ta1 td{
border: #cfcfcf solid;
border-width: 0 0 1px 1px;
	line-height: 1.6;
}

.ta1 th{
border: #cfcfcf solid;
border-width: 0 0 1px 1px;
	line-height: 1.6;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 5px;
	text-align: center;
	background-color: #f7f7f7;	/*背景色*/
}

.ta2 {
	width: 100%;
	background: #FFF;	/*背景色*/
	border: 1px solid #cfcfcf;
	margin: 15px 0;
border-collapse: collapse;

}
.ta2 td{
border: #cfcfcf solid;
border-width: 0 0 1px 1px;
	line-height: 1.6;
}

.ta2 th{
border: #cfcfcf solid;
border-width: 0 0 1px 1px;
	line-height: 1.6;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 250px;
	padding: 5px;
	text-align: center;
	background-color: #f7f7f7;	/*背景色*/
}


/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #cae3ff;	/*背景色*/
}





/*その他
---------------------------------------------------------------------------*/
.look {
	background: #eee;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}

.mb10{
	margin-bottom: 10px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #8fc0ff;
}

.c2 {
	color: #dd0000;
	text-align: center;
	margin: 0px;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 12px;
	margin-top: 5px;
	color: #999;
padding-top:5px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

.r {
	text-align: right;
}
.r10{
padding-right:20px;
}

.r5{
padding-right:5px;
}

.f12 {
	font-size: 12px;
	line-height: 1.5;
}
.f13 {
	font-size: 13px;
	line-height: 1.5;
}
.f14 {
	font-size: 14px;
	line-height: 1.5;
font-weight:bold;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

.b_line{
border-bottom:1px dashed #ccc;
padding-bottom:5px;
}
.bo{
	font-weight: bold;
}

.title{
font-weight: bold;
}

.title2{
font-weight: bold;
font-size: 15px;
}

span.t_bt2{
	background-color: #999;
	color: #fff;
	font-size: 15px;
	padding: 3px 10px;
}

span.t_bt2 a{
	color: #fff;
}

span.t_bt2 a:hover{
	color: #dd0000;
}

span.t_bt3{
	background-color: #dd0000;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
}

span.t_bt3 a{
	color: #fff;
}

span.t_bt3 a:hover{
	color: #ccc;
}

#l-box {
          float: left;
width: 33%;
text-align:center;
}

#r-box {
          float: right;
width: 65%;
}

#l-box2 {
float: left;
width: 48%;
border-right: 1px dotted #ccc;
padding-right:2%;
}

#r-box2 {
float: right;
width: 48%;
padding-left:1%;
}

/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;

width: 1097px;
margin:0 auto 20px auto;
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;margin-bottom:20px;}

#footer ul{
text-align:left;
font-size:100%;
padding-bottom:20px;
margin-left:10px;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/arrow.png) no-repeat 0 10px;
font-weight: bold;

}

#footer ul li a{
display:block;
padding:0 20px 5px 12px;
overflow:hidden;
	color: #666;
text-decoration: none;
}

#footer ul li	li{
display:block;
padding:0;
margin-left:5px;
background:url(images/sub1.png) no-repeat 0 3px;
font-weight: normal;
}

#footer ul li	li:last-child{background-image:url(images/subLast.png);}

#footer ul li	li a{
padding:0 10px 3px 7px;
}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#999;
zoom:1;

}


#footer .box01Wrap{
width:1097px;
margin-right:-40px;
}

#footer .box01{
float:left;
width:234px;
margin-right:40px;
padding:0px 0;
text-align:left;
}





#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
background:url(images/border2.png) repeat-x 0 100%;
}

#footer h3 span{
padding-left:17px;
background:url(images/headingBg.png) no-repeat 0 50%;
}



/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}




/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){

}
@media only screen and (min-width:881px){
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
	color: #FFF;	/*文字色*/
	background-color: #cbcbcb;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#b3b3b3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#cbcbcb, #b3b3b3);	/*同上*/
	background-image: linear-gradient(#cbcbcb, #b3b3b3);			/*同上*/
	border-bottom: 5px solid #dedede;	/*下線の幅、線種、色*/
}




nav#mainNav .inner{
padding-left:1px;
border-left:1px dotted #dedede;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px dotted #dedede;
width:155px;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:35px;
line-height:35px;
font-size:110%;
margin-right:1px;
padding:5px 19.5px 0;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#3fd0f8;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#d0d0d0;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#f7f7f7;
border:none;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 10px;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#d0d0d0;}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:880px){
	nav#mainNav{
	clear:both;
	width:880px;
	margin:20px auto 10px;
	background:#fbfaf9 url(images/mainnavBg.png) repeat-x 0 -5px;
	border:1px solid #e8e5e0;
	border-radius:6px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fbfaf9;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}



/*ここからタブレット用（481px〜800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	text-align: center;
	position: static;
}
/*h1タグの設定*/
header .inner h1 {
	display: none;
}
/*ロゴ画像の設定*/
header .inner #logo {
	position: static;
	padding-top: 18px;
}

#header h2{
clear:both;
float:left;
padding:0px;
color: #515151;
font-size:160%;
font-weight:bold;
margin-top: 100px;
}


/*ヘッダー内の「カートをみる」の設定*/
header .inner #cart {
	width: 100px;		/*幅*/
	background: url(none), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#FFF));
	background: url(none), -webkit-linear-gradient(#d9d9d9, #FFF 20%);
	background: url(none), linear-gradient(#d9d9d9, #FFF 20%);
	letter-spacing: normal;
	margin: 1px 1px 0px 0px;
}
header .inner #cart a {
	padding-left: 0px;
}
/*マウスオン時*/
header .inner #cart a:hover {
	background: url(none), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#FFF));
	background: url(none), -webkit-linear-gradient(#d9d9d9, #FFF 20%);
	background: url(none), linear-gradient(#d9d9d9, #FFF 20%);
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #ccc;
	margin-bottom: 6px;
}
nav#menubar ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: none;
}

.navi_mini{
margin-top:40px;
background:#ffffff;
}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: none;
	width: auto;
}
/*main,sub,sideコンテンツ
---------------------------------------------------------------------------*/
#main, #sub, #side {
	float: none;
	width: auto;
}
/*2カラム時*/
body.c2 #main {
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsub,sideブロックを表示させない設定*/
body.s-n #sub,
body.s-n #side {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	margin-bottom: 40px;
}
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	text-align: left;
	position: static;
}
/*h1タグの設定*/
header .inner h1 {
	display: none;
}
/*ロゴ画像の設定*/
header .inner #logo {
	position: static;
	padding: 18px 0px 0px 5px;
}
header .inner #logo img {
	width: 70%;
	height: auto;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #ccc;
	margin-bottom: 6px;
}
nav#menubar ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: none;
	width: auto;
}
/*main,sub,sideコンテンツ
---------------------------------------------------------------------------*/
#main, #sub, #side {
	float: none;
	width: auto;
}
/*2カラム時*/
body.c2 #main {
	width: auto;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#afd4ff), to(#8fc0ff));	/*マイナスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#cae3ff, #afd4ff 49%, #8fc0ff 50%);					/*同上*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#cae3ff, #afd4ff 49%, #8fc0ff 50%);							/*同上*/
}
section#new h2.close {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#afd4ff), to(#8fc0ff));	/*プラスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#cae3ff, #afd4ff 49%, #8fc0ff 50%);						/*同上*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#cae3ff, #afd4ff 49%, #8fc0ff 50%);								/*同上*/
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

.ta2 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 2px;
}

.ta3 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 100px;
	padding: 2px;
}

/*商品一覧ボックス
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}

/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	margin: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsub,sideブロックを表示させない設定*/
body.s-n #sub,
body.s-n #side {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
.ta1 td iframe {
	height: 300px;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

#globalNavi{
	width: 100%;

}

.fixed {
	display: none;
}

#test05 {
  float: none;
  width: 90%;
margin:0px auto 20px auto;
}

#l-box {
          float: none;
width: 100%;
	border-right: 1px dotted #ccc;
}

#r-box {
          float: none;
width: 100%;
}

#l-box2 {
          float: none;
width: 100%;
	border-right: 0px dotted #ccc;

}

#r-box2 {
          float: none;
width: 100%;
}



#footer{
width:100%;
margin:0px;
}

#footer .box01Wrap{
width:100%;
margin:0px;
text-align:left;
}


#footer .box01{
width:70%;
margin:0 40px;
padding:0px 0;
text-align:left;
}


#footerInfo{
width:90%;
text-align:center;

}

#side p.mb10{
text-align:center;
}

}






/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	#footerInfo .contactInfo{float:none;text-align:center;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
body{background-position:50% 0;background-image:url(images/head2.png);}
nav#mainNav{width:98%;}
#header{text-align:center;}
img.alignright, img.alignleft{display: block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#header{text-align:center;}
#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;margin-top: 80px;}
#headerInfo{padding:10px;}
#headerInfo p, #footerInfo p{font-size:90%;margin:3px 0;text-align:center;}
#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
#headerInfo p.tel2, #footerInfo p.tel2{font-size:200%;text-align:center;}
img.alignright, img.alignleft{display: block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
.contact{
float:none;
padding:0px 0px 0 0px;
text-align:center;
color:#000;
font-size:90%;
}


#main h2 {
	clear: both;
	font-size: 110%;
	position: relative;
	padding-bottom: .5em;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 80px;
	color: #dd0000;
	border-bottom: 3px solid #dd0000;
	margin: 20px 0;
	background: url(images/h2_bg.png) no-repeat left center;
	height: 28px;
}




.ta3 th,td{
	width: 50%;
}

.navi_mini{
margin-top:0px;
}


}


