

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_h2green
/* 文書リスト全体 */
{
	margin:0;
	padding:0;
	margin-left:0px;
}

.BrowserItemList_torinet_h2green .h2frame
/* H2 文書タイトル */
{
	padding:7px 2px 7px 6px;
	background-image:url(ac13.gif);
	border: 1px solid #999999;
}

.BrowserItemList_torinet_h2green .Title
/* H2 文書タイトル */
{
	color:#000000;
	font-weight: bold;
	font-size: large;
	margin:0;
	letter-spacing: 0.1em;
         padding: 2px 0px 0px 6px;
         border-left-width: 5px;
         border-left-style: solid;
         border-left-color: #33cc99;
}


.BrowserItemList_torinet_h2green h3 
/* H3 本文用 */
{
	font-weight: bold;
	font-size: 1.1em;
	margin-left:0px;
	margin-top:0.8em;
	margin-bottom:0.6em;
         padding-left:5px;
         border-left-width: 5px;
         border-left-style: solid;
         border-left-color: #3c9;
}


.BrowserItemList_torinet_h2green h4 
/* H4 本文用 */
{
         background-color: #eeeeee;
	font-weight: bold;
	font-size: 1.08em;
	margin-left:0em;
	margin-top:0.5em;
	margin-bottom:0.3em;
}
.BrowserItemList_torinet_h2green .Contents
/* 本文 */
{
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	margin: 1em 0em 1em 1em;
         line-height: 150%;

}

.BrowserItemList_torinet_h2green ul
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_h2green li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: disk;
	line-height: 130%
}

.BrowserItemList_torinet_h2green .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_h2green .ParentBack
/* 戻るボタン */
{
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_h2green .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

/* ■■■ここから、オプション設定　表の色■■■ */

.BrowserItemList_torinet_h2green table
/* th 本文用 */
{
 background-color:#666666;
}



.BrowserItemList_torinet_h2green th
/* th 本文用 */
{
  background-color:#ECFBFF;
  text-align:center;
}

.BrowserItemList_torinet_h2green td
/* td 本文用 */
{
  background-color:#FAFAFA;
}


#googlemapl{
width: 380px;
 margin-bottom: 10px;
 float: left;
 height: auto;
}



#googlemap{
background-color: #eee;
 width: 500px;
 margin-bottom: 15px;
 float: left;
 height: auto;
 margin-left: 15px;
border: #999 1px solid;
}


#webmapl{
width: 380px;
 margin-bottom: 10px;
 float: left;
 height: auto;
}



#webmap{
 background-color: #fff;
 width: 550px;
 margin-bottom: 5px;
 float: left;
 height: auto;
 margin-left: 25px;
 border: #999 0px solid;
}

#webmap_smart{
 display:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#googlemapl{
width:auto;
 margin-bottom: 10px;
 float: left;
 height: auto;
}



#googlemap{
background-color: #eee;
 width:300px;
 width:240px;
 margin-bottom: 15px;
 float: left;
 height: 350px;
 height:auto;
 margin-left: 0px;
 border: #999 1px solid;
}


#webmapl{
width:auto;
 margin-bottom: 10px;
 float: left;
 height: auto;
}



#webmap{
 display:none;
 
}

#webmap_smart{
clear:both;
}

#webmap_smart a{
	color: #079400;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		1px 1px 0px rgba(050,107,052,0.2);
 text-decoration:none;
 width:285px;
 height:auto;
 text-align:center;
 margin:8px;
 padding:3px;
 float:left;
 font-size:1.08em;
 margin-top:12px;
}
}
