@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 
.pink               { color: #F754AF; font-weight: bold; font-size: 14px; }
.greenl              { color: #05ae58; font-weight: bold; font-size: 16px; }
.green              { color: #007735; font-weight: bold; font-size: 14px; }
.green_underline    { color: #007735; font-weight: bold; text-decoration: underline;  font-size: 14px; }
.redt               { color: #a7090a; }
.red_l              { color: #ff0000; font-weight: bold; font-size: 14px; }
.red                { color: #a7090a; font-weight: bold; font-size: 14px; }
.red_underline      { color: #a7090a; font-weight: bold; font-size: 14px; text-decoration: underline; }
.normal             { font-weight: normal; font-size: 14px; }
.boldb               { font-weight: bold;  font-size: 14px; }
.bold               { font-weight: bold; }
.bold_underline     { font-weight: bold; text-decoration: underline; }
.small              { font-size: 12px; }
 
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    max-width:1170px;
    margin:5px auto;
}

nav {
    width:100%;
	background:#4b8d54;
}

#contents {
    width:1000px;
    margin:10px auto;
}

#main {
    float:right;
    width:640px;
}

#maint {
    float:right;
    width:620px;
}

#sub {
    float:left;
    width:200px;
}

#subnav {
    display:none;
}

#subm {
    float:left;
    width:290px;
}

#submnav {
    display:none;
}


section {
    margin-bottom:50px;
}

a {
	color: #000;
	
}
a:hover {
    color:blue;
}

h1 {
    color:#f19500;;
    font-size:28px;
    line-height:1.2;
}
h1 a {
    color:#000;
    text-decoration:none;
}
h1 a:hover {
    color:#4b8d54;
    text-decoration:underline;
}

h2 {
font-size: 24px;
font-weight: bold;
/*margin-bottom:0.5em;*/
position: relative;
background-color: #fff;
padding: .5em 1em .5em 1.5em;
}
h2::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1.2em);
    height: calc(100% - 1.2em);
    background-color: #00008B;
    border-radius: 4px;
}
h3 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#333;
	padding-left: 2.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid;
	}
/*h4:before {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00008B;
	content:"";
}
h4:after {
	position: absolute;
	top: 3px;
	left: 14px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #00008B;
	content:"";
}*/

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

h7 {
	padding: .5em .50em;
	background-color: #f6f6f6;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
	max-width: 100%; 
    height:auto;
}


em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#f19500;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
    list-style-image: url(../img/top_icon.png);
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
   /* margin-bottom:0.5em;*/
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}

.table1 { border:1px #fff solid; }

th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}


/*------アクセス-------*/

.box .time {
	line-height: 1.6;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	background: #dffded;
	border: 1px solid #EDEBA5;
	}


.box p { 
	line-height: 1.6;
	padding: 0;
	margin: 0 0 16px; 
	}

.box p.indent { 
	line-height: 1.6;
	padding-left: 20px;
	margin-bottom: 16px;
	}

.box li { line-height: 1.6; }

/*文字拡大*/

#font li {
float:left;
list-style:none;
margin-right:5px;
padding:10px;
font-family:メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
color:#fff;
font-size:15px;
font-weight:bold;
line-height:1.0;
background:#8d8d8d;
cursor:pointer;
}

#font li.hover {
   background:#dd6e2a;
}

#font li.active {
   background:#d09300;
}


/*検索*/
#cse-search-form { 
	position: absolute;
	right: 0px;
	width: 300px;
	}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
    overflow: hidden;
}
header h1 {
    margin-bottom:20px;
}

.contact {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;

}

.contact a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
    background:url(../img/mail.png) 10px 50% no-repeat #f19500 ;
}

.contact a:hover {
    color:#fff;
    background:#e78f00 url(../img/mail.png) 10px 50% no-repeat;
}

.summary {
    clear:both;
}
.hd_tel{
	float:right;vertical-align:top;
	text-align: right;
}
.hd_mn{
	float:right;position:relative ;
	padding: 20px 0 0 0;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}



.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:200px;
}



.bnrm li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnrm li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnrm img {
    width:290px;
}


/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}
.footcom{
		max-width:1140px;
		margin: 10px auto;
}
.footcom h3{
	font-size:16px;
}

.fo01{
	border-right:1px solid #ddd;
	padding: 0 15px 0 10px;
}
.fo02{
	padding: 0 0 0 10px;
}
.footmenu {
    width:100%;
    padding:20px 0 0 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
    background:darkblue;
    color:white;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#f19500;
}
.totop img:hover {
    background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../img/check.png) 0 5px no-repeat;
}

.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}
ul.left_menu{
	list-style:none;
    background:#ddd;

}
ul.left_menu li{
	list-style:none;
    border-bottom:1px dotted #000;
    margin: 0;

}
ul.left_menu li a{
	display: block;
    padding: 15px;
   color: #000;

}
ul.left_menu li a:hover {
 background-color: #555;
 color: #fff;
}
ul.left_menu li.on {
	font-weight: bold;
	background-color: #aaa;

}
/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
/*
.slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}
*/
.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.controlNav span.current {
      background:#f19500;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #4B8D54;
	border: none;
}

.topNaviCon:hover h2 {
	color: #4B8D54;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
#nav {
    margin-bottom:10px;
    padding:0;
    background:darkblue;
	width: 100%;
    /*overflow:hidden;*/
}
#nav ul {
    display:block;
    width:100%;
    margin:0 auto;
    padding:0;
    background:darkblue;
    

}
#nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
#nav li a {
    display:block;
    /*width:150px;*/
    padding:10px 15px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}

#nav li:first-child a {
    /*width:100px;*/
}
/*#nav li a:hover {
    color:#000;
    text-decoration:none;
    background:midnightblue;
}
*/
/*###doropmenu###*/
/*#nav{
  list-style-type: none;
  width: 100%;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 10px solid #535d09;
  border-radius: 3px 3px 0 0;
}
*/
#nav ul{
margin:auto;
/*height:45px;
*/
padding: 5px 5px;
width: 1170px;
display: flex;
justify-content: space-between; 
}
@media screen and (max-width:1100px) {
	#nav ul{
	width: 100%;
}
}
#nav li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
/*等間隔に配置
*/.between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*端も合わせて等間隔に配置
*/.around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#nav li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#nav li ul{
  list-style: none;
  position: absolute;
  top: 110%;
  width: 100%;
  left: 0;
  margin: 0;
	padding: 0;
height:0px;
  border-radius: 0 0 3px 3px;
  display:block;
}
#nav li:last-child ul{
  left: -100%;
  width: 100%
}
#nav li ul li{
  overflow: hidden;
  width: 200%;
max-width:220px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  background: midnightblue;
}
#nav li ul li a{
  padding: 13px 15px;
  background: midnightblue;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#nav li:hover > a{
border-bottom: 1px solid #eaf3fd;
color: #e0e8f2;
}
#nav > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#nav li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index:10;
}
#nav li:hover ul li.off{
  overflow: visible;
  height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 12px;
  padding-left:15px;
  background: gray;
  z-index:10;
}
#nav li:hover ul li:first-child{
  border-top: 0;
  /*width:100%;*/
}
#nav li:hover ul li:last-child{
  border-bottom: 0;
}
#nav li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
#nav li a {
    display:block;
    padding:10px 15px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
/*	border-bottom: 1px solid #eaf3fd;
    background:darkblue;
*/
}
#nav li.on a {
    display:block;
	border-bottom: 1px solid #eaf3fd;
/*    background:midnightblue;
*/  color: #eff7b1;
	font-weight: bold;
    text-decoration:none;
}



#nav li a:hover {
  color: #e0e8f2;
    text-decoration:none;
/*    background:midnightblue;
*/}

/* =======================================
	wideslider
======================================= */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin:0;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/*toplist*/
.toplist{
	float: left;
	height:400px;
	/*padding: 15px;*/
		margin-bottom: 20px;
}
.toplist .topbox{
	padding: 15px;
	border: 1px solid #ddd;
	height:400px;
	overflow: hidden;
}
.toplist h3{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-left: 0;

}
.topbox li{
	    font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-shadow: 4px 4px 5px #fff, -4px 4px 5px #fff, 4px -4px 5px #fff, -4px -4px 5px #fff;
	-moz-box-shadow: 3px 3px 1px #fff;　/* Firefox用 */  
	-webkit-box-shadow: 3px 3px 1px #fff;　/* Safari,Google Chrome用 */
}
.toplist h3 img{
	max-height:30px;
 opacity:0.8;
}
.toplist .c-red{
	border-top:#EA7878 3px solid;
}
.toplist .c-ore{
	border-top:#EEB838 3px solid;
}
.toplist .c-yel{
	border-top:#EBDE3D 3px solid;
}
.toplist .c-gr{
	border-top:#ADCF3A 3px solid;
}
.toplist .c-bl{
	border-top:#70A8CF 3px solid;
}
.toplist .c-pur{
	border-top:#C6A3CB 3px solid;
}

.c-red h3{
	color:#EA7878;
}
.c-ore h3{
	color:#EEB838;
}
.c-yel h3{
	color:#EBDE3D;
}
.c-gr h3{
	color:#ADCF3A;
}
.c-bl h3{
	color:#70A8CF;
}
.c-pur h3{
	color:#C6A3CB;
}

.toplist .c-gr ul{
background:#fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.75;
	}
/*トップバナーリンク*/
.topbn{
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;	
	text-align: center;
	max-width: 800px;	
}
.topbn p img{
	width: 100%;
}


/*ドロワー*/
.sp {
	display: none;}
.pc {
	display: block;}
	
.pbox{
padding: 15px 0;	
}
.page01{
}
.page01 h2{
	border:none;	
}
/* タブ共通 */
.tablink1, .tablink2 {
 /* margin: 20px 0;*/
}
.tablink1 li, .tablink2 li {
  float: right;
/*  line-height: 30px;
*/}
.tablink1 li &gt; *, .tablink2 li &gt; * {
  display: block;
  font-size: 13px;
}
.tablink1 li a, .tablink2 li a {
  background: blue;
  color: #fff;
}
.tablink1 li a:hover, .tablink2 li a:hover {
  background: blue;
  text-decoration: none;
}
.tablink1 li.current &gt; *, .tablink2 li.current &gt; * {
  background: blue;
}
/* 縦タブ */
.tablink2 {
/*  border-left: 1px solid #000;
   background: blue;
  border-radius: 3px 3px 3px 3px;
  padding: 5px;
*/ 
}
.tablink2 li {
  list-style: none;
  margin:0;
/*  border-radius: 3px 3px 3px 3px;
*/
  /* 縦書き */
/*  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
*/}
/*.tablink2 li &gt; * {
  width:25px;
  padding: 12px 0;
  border-radius: 3px 3px 3px 3px;
}
.tablink2 li.current {
  border-radius: 3px 3px 3px 3px;
}
*/  /* ulli */
ul.infotxt li{
    padding:5px;
}

/*top news*/
.newsbox01,.newsbox02{
	position: relative;
	margin: 15px 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.newsbox01 p,.newsbox02 p{
	position: absolute;
	top:5px; right: 10px;
	padding: 5px 8px;
	border:1px solid #eee;
}
/*---------------------------------------------------------------
	フォーム
----------------------------------------------------------------*/
form input[type="submit"]{
	width:200px;
	padding:20px;
	margin:10px;
	background:#ddd;
	font-size:16px;
}
.hissu{
	color:#fff;
	background:#f33;
	padding:5px 10px;
	margin:5px 10px;
	font-size:11px;
}
.comecoment{
	color:#333;
	margin:0;
	padding:5px 0 0 15px !important;
	font-size:12px;
	line-height:1.2em;
}
.bgblue{
	color:#fff;
	background:#5ba0db;
	padding:5px 10px;
	margin:5px 10px;
	font-size:11px;
}
.formcome{
	color:#111;
	border:3px solid #f33;
	padding:5px 10px;
	margin:5px 15px 0 15px;
	font-size:14px;
	display: inline-block;
}
.conttbl{
border-spacing:0;
border-collapse:inherit;
width:98%;
margin: 10px;
}
.conttbl th{
	width:48%;
	color:#fff;
	background:#0f3060;
	padding:5px 10px;
	margin:5px 0;
	font-weight:normal;
	text-align:center;
	border: 1px solid #e0e0e0;
}
.conttbl th.formone{
	background:#fff;
	padding:5px 10px;
	margin:5px 0;
	font-weight:normal;
	border:none;
}
.conttbl td{
	color:#111;
	padding:15px 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #e0e0e0;
}
.conttbl td.formone{
	color:#111;
	padding:0 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border:none;
}

.conttbl td p{
	text-align:left;
	padding:15px 0 0 0;
}
.conttbl td.sbmt{
	text-align:center;
	padding:15px 10px;
	border-bottom:none;
}

.conttbl td.sbmt input{
	background:#e9e9e9;
	width:250px;
	padding:20px 20px;
	margin:5px 10px 0 0;
	border:none;
	font-size:18px;
	
}
/*houjin*/
.conttbl02{
border-spacing:0;
border-collapse:inherit;
width:100%;
}
.conttbl02 th{
	color:#fff;
	background:#0f3060;
	padding:5px 10px;
	margin:5px 0;
	font-weight:normal;
	text-align:center;
	border: 1px solid #e0e0e0;
}
.conttbl02 th.formone{
	background:#fff;
	padding:5px 10px;
	margin:5px 0;
	font-weight:normal;
	border:none;
}
.conttbl02 td{
	color:#111;
	padding:15px 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #e0e0e0;
}
.conttbl02 td.formone{
	color:#111;
	padding:0 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border:none;
}

.conttbl02 td p{
	text-align:left;
	padding:15px 0 0 0;
}
.conttbl02 td.sbmt{
	text-align:center;
	padding:15px 10px;
	border-bottom:none;
}

.conttbl02 td.sbmt input{
	background:#e9e9e9;
	width:250px;
	padding:20px 20px;
	margin:5px 10px 0 0;
	border:none;
	font-size:18px;
	
}

/*form02*/
.shoplistPage table.conttbl{
border-spacing:0;
border-collapse:inherit;
width:960px;
margin:0 auto;
}
.shoplistPage table.conttbl th{
	color:#fff;
	font-size:16px;
	background:#0f3060;
	padding:5px 10px;
	margin:5px 0;
	font-weight:normal;
	text-align:center;
	border: 1px solid #e0e0e0;
}
.shoplistPage table.conttbl td{
	color:#111;
	padding:15px 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #e0e0e0;
	white-space: nowrap;
}
.shoplistPage table.conttbl td.formone{
	color:#111;
	padding:0 10px;
	margin:5px 10px;
	font-weight:normal;
	text-align:left;
	border:none;
}

#image-btn {
    border: 0px;
    width: 321px;
    height: 67px;
    background: url(../img/contact/btn.jpg) left top no-repeat;
	text-indent:-9999px;
	}
#image-btn:hover {
    border: 0px;
    width: 321px;
    height: 67px;
    background: url(../img/contact/btn_on.png) left top no-repeat;
	text-indent:-9999px;
	}


/*スタイル調整*/

input[type="text"] {
	border:1px solid #999;
	padding:5px;
	margin:0 15px;
	width:60%;
}
input[type="radio"] {
	padding:5px;
	margin:0 5px 0 15px;
}
textarea{
	border:1px solid #999;
	padding:5px;
	width:98%;
}
td.sl input{
	border:none;
	margin:5px 5px 10px 0;
	width:20px;

}
td.sl ul li{
	float:left;
	width:140px;
}
.ppform{
	height:200px;
	overflow-y:scroll;
	border:1px solid #ddd;
	padding:20px;
}
.lsn{
	list-style:none;
}
/*サイトマップ*/
.sitemap{
	margin: 20px 0;
}
.sitemap ul li{
	padding:5px 0;
	margin-left:3em;
}
li.lsn ul li{
    list-style-image: url(../img/top_icon.png);
}
.sitemap h5{
	padding:5px 1em;
	margin: 15px 0;
}
.cr-page{
position: relative;
}
.cr-page h3{
font-weight: bold;
padding-top: 1em;
}
.cr-page h4::after,.cr-page h4::before {
    position: absolute;
    top: 3px;
    left: 14px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius:0;
    background:#fff;
    content: "";
}
.cr-page h4 {
    margin-bottom: 0.25em;
    font-size: 16px;
    color: #333;
    padding-left: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
}
.cr-page p{
padding-left: 2em;
}
/*採用*/
.dl-two{
display: flex;
justify-content: space-around;
}
.dl-two dl{
width: calc(94% / 2);
border: 1px solid #ddd;
padding: 1em 1.5em;
}
.dl-two dt{
color: #00008B;
font-size: 18px;
font-weight: bold;
border: none;
padding-bottom: .5em;
}
.recruitbox{
padding: 1em;
}
.recruitbox dl{
border: 1px solid gray;
padding: 1em;
}
.recruitbox dl a{
display: block;
}
.recruitbox h3{
background: #f2f2f2;
border-top:2px solid #00008B;
padding: .5em;
font-weight: bold;
}
.recruitbox h4{
padding: .5em 0;
font-weight: bold;
}
.recruitbox h5{
padding: .5em 0;
font-weight: bold;
color: #00008b;
border-top:none;
border-bottom: none;
background:none;
}
.recruitbox .oubo{
border: 1px solid #ddd;
padding: 1em 1.5em;
}
/*電子工作*/
.event_img{
display: flex;
flex-wrap: wrap;
}
.denshikousaku ul.event_img li{
list-style: none;
padding: 0;
margin: 0 1% 0 0;
width: calc(96% / 2);
}

.event_img img{

}
/*newspaper_02*/
.newspaper_02 .nml_txt{
font-weight: normal;
font-size: 16px;
color: #111;
}
.newspaper_02 h3{
padding-left: 0;
}
.clear{
clear: both;
}
/*書籍ページ*/
span.zaiko{
position: absolute;
top: 1em;
left: 3em;
background: rgba(255,0,0,0.5);
font-size: 5em;
border-radius: 6em;
color: white;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

    .contact {
        position:relative;
        float:right;
        margin:10px 0;
    }

    #contents {
        width:100%;
}

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }
    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }


    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
		color:#fff;
    }
    nav.drawer-nav li {
        width:100%;
        margin:0;
        padding:8px 0.5em;
        list-style:none;
    }
    nav.drawer-nav li a{
		color:#fff;
		text-decoration:none;
        margin:0;
    }


    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
table{
	display:block;
}
tr,th,td{
        display: block;
        margin-bottom: 1.5em;
    }
.pagination {
	display:none;
}
/*top news*/
.newsbox01,.newsbox02{
	position: relative;
	margin: 15px 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.newsbox01 p,.newsbox02 p{
	position: relative;
	padding: 5px 8px;
	border:1px solid #eee;
}
.conttbl th{
	width: 100%;
}
.fo01{
	border-right:none;
}
.dl-two{
justify-content: center;
flex-wrap: wrap;
}
.dl-two dl{
width: 100%;
}
/*書籍ページ*/
span.zaiko{
position: absolute;
top: 4em;
left: 3em;
background: rgba(255,0,0,0.5);
font-size: 2.5em;
border-radius: 6em;
color: white;
}
}
/*スマホ用end*/