﻿@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-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, copy, header, hgroup, menu, nav, section {display: block;}

a img.linkimg{background:none!important;} 
a:hover img.linkimg{opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";background:none!important;}

body {
	margin:0;
	padding:0;
	color : #000000; /*色指定*/
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","iragino Mincho Pro","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

h1 {
font-size:250%;
color:#000000;
line-height:3.5;
}


h2 {
font-size:180%;
color:#000000;
line-height:2.0;
font-weight:bold;
margin-bottom:15px;
}

.white {
color:#FFFFFF;
}

.s_size{
font-size:70%;
}

h3 {
font-size:140%;
color:#000000;
line-height:1.8;
}

h4 {
font-size:180%;
color:#000000;
line-height:1.5;
font-weight:bold;
border-bottom:#000000 1px solid;
border-left:10px #000 solid;
width:90%;
margin:0 auto;
padding-left:20px;
}

.btn {
font-size:110%;
color:#FFFFFF;
background:#000000;
padding:5px 10px;
line-height:2.0;
}

.b_btn {
width:500px;
height:auto;
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:515px){
.b_btn {
width:95%;
height:auto;
}
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
color:#000000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#777;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#ececec;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#000000;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#f3f3f3;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1100px;
}

#wrapper{
}

.to_top{
width:100%;
text-align:right;
margin-top:10px;
margin-bottom:0;
}

#header,#mainNav{background:#fff;}

#header{overflow:hidden;}

#content{
float:right;
width:1100px;
padding:20px 0;
}

#t_table{
width:80%;
margin:0 auto;
padding:15px;
font-size:18px;
line-height:2.0;
}

#box01{
width:88%;
margin:0 auto;
border:#000000 solid 1px;
padding:15px;
font-size:18px;
line-height:2.0;
}

#box02{
width:60%;
margin:0 auto;
border:#000000 solid 1px;
padding:15px;
font-size:18px;
line-height:2.0;
text-align:center;
}

a:hover #box02{
background:#FFFFCC;
text-align:center;
}

#box03{
width:65%;
margin:0 auto;
border:#000000 solid 1px;
padding:15px;
font-size:18px;
line-height:2.0;
}

#box04{
width:75%;
margin:0 auto;
padding:15px;
font-size:18px;
line-height:2.0;
background:#FFFFFF;
border-radius: 20px; padding: 20px;
border:#CCCCCC 2px solid;
}

.s_goroku{
font-size:13px;
text-align:right;
float:right;
}

#number{
width:300px;
margin:0 auto;
padding:15px;
font-size:18px;
line-height:2.0;
text-align:center;
}

.nm_btn{
margin-right:10px;
padding:5px 15px;
background:#000;
color:#FFFFFF;
border:#000000 solid 1px;
font-size:18px;
line-height:2.0;
float:left;
text-align:center;
}

a:hover .nm_btn{
background:#fff;
color:#000000;
}

.nm_btn_on{
margin-right:10px;
padding:5px 15px;
background:#fff;
border:#000000 solid 1px;
font-size:18px;
line-height:2.0;
float:left;
text-align:center;
}

table{
margin:0 auto;
padding:15px;
line-height:2.0;
font-size:18px;
}

.newstext{width:98%;}

img.img_radio{width:65%;}

/* ラジオ画像 600pxサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:600px){
img.img_radio{width:90%;}
}

#sidebar{
float:left;
width:230px;
padding:20px 0;
}

#footer{
clear:both;
padding:40px 0 10px 0;
background:#373737;
} 

#copy{
width:100%;
padding:10px 0;
background-color:#000000;
text-align:center;
color:#FFFFFF;
font-size:12px;
} 

#clear{
clear:both;
height:20px;
} 

#space{
clear:both;
height:40px;
}

#g_space{
clear:both;
height:0;
} 

/* ヘッダー
*****************************************************/

#header {
padding:0;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
width:45%;
clear:both;
float:left;
padding-top:0;
color: #000000;
font-size:15px;
font-weight:bold;
}

#header h1{
width:55%;
color:#000000;
font-weight:normal;
font-size:12px;
float:right;
text-align:right;
}


/* コンタクトインフォメーション
----------------------------------*/
#rightbox{
float:right;
text-align:right;
}

#rightbox #textbtn{
float:left;
text-align:right;
margin-right:10px;
margin-bottom:10px;
padding-top:5px;
}

#rightbox #logo{
float:right;
width:210px;
height:50px;
padding-top:8px;
}

#rightbox #headerInfo{
width:100%
float:right;
text-align:right;
margin-top:8px;
clear:both;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
text-align:center;
margin:5px 0 20px 0;
}

#mainImg a:hover img{opacity:.8; width:100%;}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* ぱんくず
----------------------------------*/
#pankuzu{
width:1100px;
margin:20px auto 0 auto;
font-size:14px;
color:#000000;
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#pankuzu{
width:98%;
margin:0 auto;
}
}

#loopslider {width:100%;}

/* タイポグラフィ
*****************************************************/
h3{
clear:both;
margin:0 0 20px;
padding:6px 0 0 20px;
font-size:150%;
color:#000000;
}

h3.first{margin:0 0 20px;}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:16px;
font-weight:bold;
color: #252525;
border-bottom:3px solid #0075C4;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:16px;
font-weight:bold;
color: #252525;
border-bottom:2px solid #0075C4;
}

.post h3 {
font-size:130%;
font-family: "HGP明朝B",serif;
color:#000000;
line-height:1.8;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #2e2c2c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#F0F0F0;
}

.post table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 10px 2px 0;}

img.alignright{margin: 0 7px 7px 10px;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #0075C4;
}

section.widget li{
margin: 0 10px 10px 5px;
border-bottom: 1px dotted #ccc;
}

section.widget a{
display:block;
padding-left:15px;
background:url(../images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}

p.banner{margin-bottom:15px; background-color:#0966AB; padding:5px;}

p.banner2{margin-bottom:15px; background-color:#fff; padding:5px;border: 4px solid #0966AB; font-size:12px; line-height:1.5; color:#000000;}

#banner2{margin-bottom:15px; background-color:#fff; padding:5px;border: 4px solid #0966AB; font-size:12px; line-height:1.5; color:#000000;}

#contactBanner{
width:230px;
height:50px;
padding-top:90px;
background:url(../images/banners/banner_tel.jpg) no-repeat;
}

#contactBanner p.tel{
display:inline;
padding-left:80px;
margin-left:30px;
text-align:center;
font-weight:bold;
background:url(../images/tel.png) no-repeat;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:4px 0;
font-size:100%;
color: #000000;
border-bottom:3px solid #0075C4;
}

.newsTitle h3{
float:left;
font-size:15px;
color:#000000;
font-weight:bold;
padding:2px 0 2px 15px;
background:url(../images/blue.png) no-repeat 0 2px;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:11px;
background:url(../images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

.news{padding-bottom:40px;
	color:#333;
	line-height:1.7;
	font-size:12px;}

.news ul {
	margin:10px 0;
	padding-left:10px;
	list-style:none;
}

.news ul li {
	margin-top:10px;
	padding:0 0 9px 15px;
	font-size:12px;
	border-bottom:1px dotted #999;
	background: url(http://www.highway-support.co.jp/images/icon_link.gif) no-repeat left top;
}

.news ul li a {
	color:#990000;
	text-decoration:underline;
}

.news ul li a:hover {
	color:#0275A6;
	text-decoration:none;
}

.news p{
clear:both;
border-bottom: 1px dotted #ccc;
padding:10px;
}

.news p a{
display:block;
padding:5px 0;
color:#252525;
font-style:italic;
font:11px;
}

.news a span{
color:#777;
font:normal 12px;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footerLogo{
width:140px;
}

#footerLogo img{
max-width:140px;
float:left;
margin-top:5px;
margin-right:30px;
}

#footer ul{
float:left;
width:830px;
color:#CCCCCC;
line-height:1.6;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
margin-right:10px;
padding-left:35px;
color:#CCCCCC;
font-size:15px;
background:url(../images/arrow.png) no-repeat 20px 50%;
}

#footer ul li a{
display:block;
overflow:hidden;
color:#CCCCCC;
text-decoration:underline;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
}

#footer ul li li a{padding:0 0 0 6px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
zoom:1;
}


/* 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;
}


/* トップページ 最新記事5件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:99%;
margin:0 auto;
text-align:center;
}

.thumbWrap li{
width: 33%;
margin-bottom:30px;
padding:0;
background:none;
font-size:16px;
color:#000000;
text-align:left;
display:inline-block;
/display:inline;
vertical-align:top;
}

.apple{
width: 33%;
margin:5px auto;
font-size:15px;
font-weight:bold;
color:#000000;
padding-left:25px;
background:url(../images/apple.png) no-repeat 0 50%;
margin-bottom:5px;
}

.thumbWrap li img{
width: 90%;
height:auto;
margin:0 auto;
}

.thumbWrap li a:hover img{	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0.8;}

.thumbWrap li.last{
float:left;
width: 33%;
margin:0;
padding:0;
background:none;
font-size:14px;
color:#000000;
}

.thumbWrap li.last img{
width: 90%;
height:auto;
margin:0 auto;
}

#ttl{
font-size:15px;
font-weight:bold;
color:#000000;
padding-left:19px;
background:url(../images/arrow_b.png) no-repeat 0 50%;
margin-bottom:5px;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#085DDC;
border:1px solid #085DDC;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#085DDC;
font-size:13px;
color:#FFFFCC;
}

ul.thumb h3:hover{background:#f3f3f3;}

ul.thumb h3:hover span{background:#65B9E7;}

ul.thumb p{
margin-top:5px;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only print, screen and (min-width: 1025px){
#line02{
border:1px solid; color:#CCCCCC;
}

#mainNav{
clear:both;
padding:10px 0;
z-index:200;
color:#FFFFFF;
background:#000000;
height:40px;
width:100%;
top: 0;
}

.fixed {
position: fixed;
top: -35px;
}

nav#mainNav ul{
background:url(../images/sep.png) no-repeat 50% 50%;
font-size:14px;
font-weight:bold;
}

nav#mainNav ul li{
float: left;
position: relative;
padding:0 40px;
height:40px;
line-height:30px;
border-right:dotted 1px #FFFFFF;
}

nav#mainNav ul li.first{
float: left;
position: relative;
padding:0 30px;
height:40px;
line-height:40px;
border-left:dotted 1px #FFFFFF;
}

nav#mainNav ul li.first a{
display: block;
text-align: center;
_float:left;
color:#FFFFFF;
padding:0 13px;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#FFFFFF;
padding:0 13px;
}

nav#mainNav ul li.first a{
display: block;
text-align: center;
_float:left;
color:#FFFFFF;
padding:0 13px;
}

nav#mainNav ul li a:hover{
color:#FFFFFF;
}


nav#mainNav ul li.first a:hover{
color:#FFFFFF;
}

#mainNav li a span,#mainNav li a strong{
display:block;
font-size:14;line-height:1.4;
}

#mainNav li a strong{
padding-top:10px;
}

#mainNav li a span{
font-size:70%;
color:#FFFFFF;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
background:#333333;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
padding-bottom:6px;
}

nav#mainNav ul ul{width:100%;}

nav#mainNav ul li ul{display: none;font-size:15px;
font-weight:bold;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:40px;
left:0;
z-index:500;
color:#FFFFFF;
}

nav#mainNav ul li li{
float: none;
height:50px;
line-height:5px;
padding:0;
}

nav#mainNav ul li li a{
width:100%;
height:30px;
padding:20px 0;
line-height:10px;
font-size:100%;
text-align:center;
color:#FFFFFF;
}

nav#mainNav ul li li a span{padding:0 5px;color:#FFFFFF;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#FFFFF;}

nav#mainNav ul li:hover ul li{
margin:0;
background: #000000;
border:1px solid #dadcdc;
}

nav#mainNav ul li:hover ul li:last-child{
margin:0;
background: #333333;
}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}
  
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:5px 0;
	background:#000;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: ;
	text-align:left;
	border:1px solid #bcbcbc;
	color:#fff;
  background: #000 url(../images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #000 url(../images/menuOpen.png) no-repeat 5px -32px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	padding-left:2%;
	width:100%;
	height:auto;
	line-height:1.2;
	
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#FFF;
	background:#000;
	}

 .panel ul li a span{padding-left:1em;}
 
	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	background:#333;
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a{background:#000 url(../images/sub1.png) no-repeat 20px 50%;}

	.panel ul li li.current-menu-item a,.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#333 url(../images/sub1.png) no-repeat 20px 50%;}
	
	.panel ul li li:last-child a{background:#000 url(../images/subLast.png) no-repeat 20px 50%;}
	.panel ul li li:last-child.current-menu-item a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#333 url(../images/subLast.png) no-repeat 20px 50%;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}
  #header h2{padding:10px; width:90%;}
  #header h1{padding:10px;}
  #headerInfo{width:98%;padding-right:10px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel 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 10px auto;
	padding:10px 0;
	}
	
	#content .information{
width:98%;
padding:2px;
margin:0 auto;
}
.newstext{width:85%; margin:0 auto;}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{width:50%; float:left;margin:0 1% 0 2%;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
  #contactBanner{margin:0 auto;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footerLogo{display:none;}
	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul{
	padding-top:20px;
	border-top:1px solid #ccc;
	}
	
	#footer ul ul{padding-top:0;border:0;}
	
	#header h1{
width:96%;
color:#000000;
font-weight:normal;
margin:0 auto;
font-size:12px;
float:right;
text-align:left;
}
	
	#header #rightbox{
	width:98%;}
	
	#header #rightbox #textbtn{
	display:none;}	
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
#content{
width:96%;
padding:20px 0;
margin:0 auto;
}
.thumbWrap{width:96%;margin:0 auto;text-align:center;}
.thumbWrap ul.thumb li{width:47%; margin:0 1% 30px 2%; text-align:center;}
.thumbWrap img{width:100%;height:auto;}
#loopslider {width:100%;}
}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
#banners{width:96%;margin:0 auto;text-align:center;}
#banners p{width:96%; float:left;margin:1% 1% 0 3%;}
#banners p img{width:96%;height:auto;}
#banners2{width:94%;margin:0 auto;text-align:center;}
#banners2 p{width:94%; float:left;margin:1% 1% 0 3%;}
#banners2 p img{width:94%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
h2 {
font-size:19px;
color:#000000;
line-height:2.5;
font-weight:bold;
}

.s_size{
font-size:13px;
}

h3 {
font-size:17px;
color:#000000;
line-height:1.8;
}
h4 {
font-size:18px;
color:#000000;
line-height:1.5;
font-weight:bold;
border-bottom:#000000 1px solid;
border-left:10px #000 solid;
width:96%;
margin:10px auto;
padding-left:10px;
}
#t_table{
width:96%;
margin:0 auto;
padding:5px;
font-size:16px;
line-height:1.6;
}

#box01{
width:92%;
margin:0 auto;
border:#000000 solid 1px;
padding:10px;
font-size:16px;
line-height:1.6;
}

#box02{
width:85%;
margin:0 auto;
border:#000000 solid 1px;
padding:10px;
font-size:16px;
line-height:1.6;
text-align:center;
}

a:hover #box02{
background:#FFFFCC;
text-align:center;
}

#box03{
width:95%;
margin:0 auto;
border:none;
padding:5px;
font-size:16px;
line-height:1.6;
}

#box04{
width:90%;
font-size:16px;
line-height:2.0;
padding:15px;
margin-bottom:25px;
}

#number{
width:300px;
margin:0 auto;
padding:15px;
font-size:16px;
line-height:1.6;
text-align:center;
}

.nm_btn{
margin-right:10px;
padding:5px 15px;
background:#000;
color:#FFFFFF;
border:#000000 solid 1px;
font-size:16px;
line-height:1.6;
float:left;
text-align:center;
}

a:hover .nm_btn{
background:#fff;
color:#000000;
}

.nm_btn_on{
margin-right:10px;
padding:5px 15px;
background:#fff;
border:#000000 solid 1px;
font-size:18px;
line-height:1.6;
float:left;
text-align:center;
}

table{
width:94%;
margin:0 auto;
padding:5px;
font-size:16px;
line-height:1.6;
}

#clear{
clear:both;
height:5px;
} 

#space{
clear:both;
height:10px;
}

#header{width:98%;padding:0 1%;text-align:center;}
#blue #text{width:98%;padding:1% 1%;text-align:center;}
#footerLogo,#headerInfo{width:98%;float:none;padding:0;}
#header h2{width:90%; float:none;padding:0;}
#headerInfo{width:98%;margin:0 auto;}
img.alignright, img.alignleft{display: block;	margin:5px auto;}
#rightbox #logo{float:right;height:auto;clear:both;}
#rightbox #headerInfo{margin-top:0;}
.l_logo{width:50%; float:left;padding:0;}
.r_logo{width:45%; float:right;padding:0;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
#content .information{
width:98%;
padding:2px;
margin:0 auto;
}
.newstext{width:98%;}
}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 563px){
.thumbWrap{width:96%;margin:0 auto;text-align:center;}
.thumbWrap ul.thumb li{width:96%; margin:15px auto; text-align:center;}
.thumbWrap img{width:100%;height:auto;}
.thumbWrap li a:hover img{	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0.8;}
}