@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #333;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #003651;
	
}
a:hover {
	color: #06ABE1;
	text-decoration: none;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: 989px;
	margin: 0px auto;
	background: #FFF;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0BA9DD;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
}

/*ヘッダー
---------------------------------------------------------------------------*/
div#header {
	height: 80px;
	width: 100%;
	position: relative;
}
div#header .address {
	position: absolute;
	top: 14px;
	right: 10px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

div#header #logo {
	position: absolute;
	left: 6px;
	top: 10px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul li {
	float: left;
	width: 164px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
}
nav#menubar ul li a {
	height: 38px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fff, #e5e5e5);
	background-image: linear-gradient(#fff, #e5e5e5);
	padding: 6px;
	color: #333;
	line-height: 1.4em;
}
nav#menubar ul li:first-child {
	border-left: none;
}
nav#menubar ul li a:hover,
nav#menubar ul li#current a {
	background-color:#DCEFFA;
	background-image: url(../images/menu_bg_on.png);
	background-repeat: no-repeat;
	background-position: left center;
}

nav#menubar ul li a span {
	font-size: 9px;	
	display: block;
	font-weight: normal;
	color:#39F;
}

/*トップページのイメージ
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#top_image {
	height: auto;
	width: 100%;
	position: relative;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 950px;
	padding-top: 30px;
	margin: 0px auto;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 690px;
	padding-bottom: 30px;
}

#main h3 {
	background-color: #FFF;		/*古いブラウザ用*/
	background: url(../images/midashi_bg_h3.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background: url(../images/midashi_bg_h3.png) no-repeat left center, -webkit-linear-gradient(#FFF, #e8e8e8);
	background: url(../images/midashi_bg_h3.png) no-repeat left center, linear-gradient(#FFF, #e8e8e8);
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;
	box-shadow: 1px 2px 5px #e2e2e2;
	font-size: 100%;
	border-radius: 4px;
	clear: both;
	border: 1px solid #CCC;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 30px;
	margin-top: 12px;
}


#main h3.top{
	margin-top: 4px;
	}

#main p.ttl{
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

#main p.com {
	padding-top: 0.5em;
	padding-right: 18px;
	padding-bottom: 1em;
	padding-left: 18px;
}

#main p.comj {
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 1em;
}

#main p.note {
	font-size: 11px;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2em;
	text-indent: -2em;
	margin-left: 20px;
}

#main p.notenote {
	font-size: 11px;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 8em;
	text-indent: -2em;
}


/*最新情報　デザイン１（トップページ）
---------------------------------------------------------------------------*/
#main section#doc{
}

#main section#doc .box3{
	padding: 0px;
	border: 1px dotted #999999;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#main section#doc h4.t1{
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #CADEC5;
	margin: 0px;
	line-height: 1.4em;
}
#main section#doc h4.t2{
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #D1DEDA;
	margin: 0px;
	line-height: 1.4em;
}
#main section#doc h4.t3{
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color:#E9DCD1;
	margin: 0px;
	line-height: 1.4em;
}


#main section#doc .com{
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 18px;
	padding: 0px;
}
#main section#doc .nk{
	font-size: 11px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 34px;
	line-height: 1.4em;
}

#main section#doc p{
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-left: 2em;
	text-indent: 0;
	line-height: 1.4em;
}

#main section#doc a{
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main section#doc a:hover{color:#8A4500; text-decoration:underline;background-image: url(../images/link_on.png);}

#main section#doc p.sub{
	font-size: 12px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main section#doc p.subsub{
	font-size: 12px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main section#doc p.dt{
	font-size: 11px;
	color: #E4B4A0;
	margin: 0 6px 0 0;
	padding: 0;
	line-height: 1.1em;
	text-align: right;
}


/*トップページ以外のブロック
---------------------------------------------------------------------------*/
#main section.list section {
	border: 3px double #CCC;
	margin-bottom: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);
	background-image: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow: 0px 2px 5px #CCC;
	box-shadow: 0px 2px 5px #CCC;
}
#main section.list section a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main section.list section a:hover {
	background-color: #fff;
}
#main section.list section p {
	padding: 0px;
	margin-left: 34%;
}
#main section.list section figure img {
	float: left;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	width: 30%;	
	height: auto;
}
#main section.list section h4 {
	padding: 2px 0px 2px 10px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #09F;
	margin-bottom: 0.5em;
	color: #09F;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 230px;
	padding-bottom: 30px;
}
#sub h2 {
	font-size: 100%;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	color: #FFF;	
	background-color: #333;		/*古いブラウザ用*/	
    background : -webkit-gradient(linear, left top, left bottom, from(#000), to(#999));
    background : -webkit-linear-gradient(top, #000, #999);
    background : linear-gradient(to bottom, #000, #999);
	border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;	
    box-shadow:0px 0px 10px 0px #ccc;
    -moz-box-shadow:0px 0px 3px 0px #ccc;
    -webkit-box-shadow:0px 0px 10px 0px #ccc;	
	}




/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 15px;
}
#sub ul.submenu li a {
	border-bottom: 1px solid #d2d2d2;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
#sub ul.submenu li a:hover {
	background-color: #09F;
	color: #fff;
}

/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 15px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);
	background-image: linear-gradient(#FFF, #eaeaea);
	-webkit-box-shadow: 0px 0px 1px #FFF inset;
	box-shadow: 0px 0px 0px 1px #FFF inset;
}

#sub .box1 p{margin:6px 4px; font-size:13px; line-height:1.2em;}

.box1_img{ margin-top:6px;}


#sub .box2 {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0px;
}

#sub .box2 a{
	text-decoration: none;
	display: block;
	padding-top: 24px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 4px;
	}
#sub .box2 a:hover{
	background-color:#09C;
	color:#fff;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	background-color: #0091F0;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}



ul#footermenu {
	clear: both;
	margin: 4px auto;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

ul#footermenu li a { text-decoration:none;}

/*トップページ内「最新情報」ブロック
---------------------------------------------------------------------------*/
#new{
	margin-bottom: 15px;
}

#new .box4{
	padding: 6px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
 }

#new .box4 h5{
	font-size: 14px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #EAEAEA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#new .box4 .dt{
	font-size: 11px;
	color: #C30;
	margin: 0;
	padding: 0;
	text-align: right;
}




/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 86%;
	margin-bottom: 10px;
	margin-left: 14px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 1.8;
}
.ta1 td{
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.ta1 th{
	width: 180px;
	background-color: #ECECEC;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	font-weight: normal;
	text-align: left;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 200px;
	padding: 10px;
	margin-bottom: 20px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*古いブラウザ用*/
}

/*トップへ移動
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #09F;
	font-size: 10px;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 11em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	border: 2px solid #09F;
	margin-bottom: 4px;
}
#pagetop a:hover {
	background-color: #09C;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #09F;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

dl.out {
	width: 640px;
	margin-left: 40px;
}
dt.out {
  float:left;
  clear:left;
  width:80px;
}
dd.out {
  float:left;
  width:560px;
}
.dd_out{
	margin-left: 246px;
	clear: both;
}


.box1_img_non{display:none;}
.box1_img_ss{}

/*--業務内容---*/
.service{
	min-width: 300px;
	padding: 10px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.service .ac-cont {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.service .ac-cont p.kaikei{
}

.service h1{
	padding: 10px;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.svc_menu{
	font-size: 13px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}

.svc_menu ul.svc{}

.svc_menu ul.svc li{
	float: left;
	width: 220px;
	margin-right: 6px;
	margin-bottom: 8px;
}

.svc_menu ul.svc li a{
	display: block;
	height: 24px;
	text-align: left;
	background-color: #D0EAFF;
	padding-top: 8px;
	padding-bottom: 4px;
	text-decoration: none;
	padding-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #D0EAFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D0EAFF;
	border-right-color: #D0EAFF;
	border-left-color: #D0EAFF;
	}

.svc_menu ul.svc li a:hover{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#A2E4FB;
	background-color: #D0EAFF;	
	}

.svc_menu ul.svc li a.crr{	
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#77D2FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #77D2FF;
	border-right-color: #77D2FF;
	border-left-color: #77D2FF;
}


/*---採用情報関連---*/

.rc{
	height: auto;
	line-height: 2em;
	margin: 10px auto auto 15px;
	background-image: url(../images/rc_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.rc h1{font-size:16px; margin:0 0 10px 0; padding:10px 0 0 0;}	

.rc p.t1{
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 110%;
}

.rc p.t2{
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 74px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rc p.t3{
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 32px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rc p.t4{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 40px;
	color: #AC6964;
}

.pic{
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}


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

/*--トップページ　折りたたみ画面（service-other.html・参考）--*/
.accordion {
	min-width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 0px;
}
.accordion .ac-content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #fff;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.accordion label:hover {
	background: #ccc;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.accordion .ac-cont p.kaikei{
	font-size: 12px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 52px;
	background-image: url(../images/p_kaikei.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.accordion .ac-cont p.kansa{
	font-size: 12px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 52px;
	background-image: url(../images/p_kansa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.accordion .ac-cont p.shito{
	font-size: 12px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 52px;
	background-image: url(../images/p_shito.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.accordion .ac-cont p.sonota{
	font-size: 12px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 52px;
	background-image: url(../images/p_sonota.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.accordion .ac-cont p.kajyo{
	font-size: 12px;
	margin: 4px auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	line-height:1.4em;
}

.accordion .ac-cont a{margin:auto 12px;}
.accordion .ac-cont p.com{
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}
.accordion .ac-cont p.comlsf{
	margin-bottom: 0;
	margin-left: 18px;
	padding: 0px;
}


.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}
 


/*---News表紙用↓-----------------------*/

#main section#news{
}

.news-box{
	border: solid 1px #ccc;
	margin-left: 3px;
}

#main section#news a{ text-decoration:none; }
#main section#news a:hover{ text-decoration:underline;}

#main section#news p.ne1{
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main section#news p.ne2{
	padding: 0;
	font-size: 16px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px solid #ccc;
	border-bottom:3px solid #ddd;
	font-weight:bold;
}

#main section#news p.ne3{
	padding: 0;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 70px;
}

#main section#news .box4{
	padding: 0px 0px 10px 0px;
	border: 1px dotted #999999;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#main section#news .box4 .com{
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 18px;
	padding: 0px;
}
#main section#news .box4 .nk{
	font-size: 11px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 34px;
	line-height: 1.4em;
}

#main section#news .box4 p{
	margin: 0;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-left: 0.8em;
	text-indent: 0;
	line-height: 1.8em;
	font-size:15px;
}
#main section#news .box4 .ddd{
	font-size:86%;
}

#main section#news .box4 a{
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main section#news .box4 a:hover{color:#8A4500; text-decoration:underline;background-image: url(../images/link_on.png);}


#main section#news .box4 p.ti{ background:#DFEDF0; padding-bottom:2px;  margin-bottom: 10px;
}

#main section#news .box4 p.si{ background:#D3EED0; padding-bottom:2px;
}

#main section#news .box4 p.oi{
	padding-bottom: 2px;
	background-color: #EBE2D6;
}


#main section#news .box4 p.sub{
	font-size: 14px;
	margin-left: 16px;
	margin-right: 8px;
	line-height: 1.6em;
}

#main section#news .box4 p.subsub{
	font-size: 12px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#main section#news .box4 p.dt{
	font-size: 11px;
	color: #E4B4A0;
	padding: 0;
	line-height: 1.1em;
	text-align: right;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0;
}

#main section#news span.ss{
	font-size: 80%;
}

/*---News表紙用↑-----------------------*/

.float_box{float:left; width:65%;}/*画像を横に表示したいときのため・トップページ　スマホでは縦表示にする*/
.float_img{float:right;}



/*---リンク集↓-----------------------*/

#main section#link{
}

.link-box{
	margin-left:4px;
	margin-bottom: 20px;
	margin-top:10px;
	margin-right:4px;
}


#main section#link ul{margin-top:30px;}
#main section#link li{ border-bottom:1px solid #C7D9E0;}
#main section#link li a{ text-decoration:none; font-size:16px; padding:6px 0 4px 26px; background:url(../images/link2.png) no-repeat 4px 12px; display:block;}
#main section#link li a:hover{  background-color:#E6F0F4; }

#main section#link li.sub{ margin-left:20px;}



/*---リンク集↑-----------------------*/










/*ここから481px～800px環境の設定
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){

}

/*480px以下環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 480px){

/*ヘッダー
---------------------------------------------------------------------------*/
div#header {
	height: auto;
	text-align: center;
}
div#header .address {
	position: static;
}
div#header #logo {
	position: static;
}
div#header #logo img {
	width: 70%;	
	height: auto;
	margin: 10px 0px;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: auto;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
nav#menubar ul li {
	width: 50%;
	border-bottom: none;
	border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 30px 10px 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main p {
	padding: 0.5em 5px 1em;	
}

/*トップページ以外のページの各ブロック
---------------------------------------------------------------------------*/
#main section.list section p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list section figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#e5a012), to(#d47305));
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#e5a012, #d47305);	
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#e5a012, #d47305);			
}
section#new h2.close {
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#e5a012), to(#d47305));	
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#e5a012, #d47305);	
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#e5a012, #d47305);			
}
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
#new dt {
	float: none;
	width: auto;
}
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%; font-size:11px; margin-left:0px;
}
.ta1 td{
	width: auto;
	padding: 2px;
}
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ*/
#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;
}

.box1_img{width:auto; margin-top:6px;}


.box1_img_non{width:auto; margin-top:6px; display:block;}
.box1_img_ss{ display:none;}

.img_non{display:none;}
.img_clr{clear:both; margin:10px auto;}

dl.out {
	width: 400px;
	margin-left: auto;
}
dt.out {
  float:left;
  clear:left;
  width:80px;
}
dd.out {
  float:left;
  width:320px;
}

.svc_menu ul.svc li{
	float:none;
	width: 100%;
	margin-right:auto;
	margin-bottom: 8px;
}

.pic{margin:20px 0 0 0; clear:both; }

.float_box{float:none; width:100%;}/*画像を横に表示したいときのため・トップページ　スマホでは縦表示にする*/
.float_img{float:none;}


}
