/*****************************************
 画面の構成、フォントやリンクなど
*****************************************/
/********** 画面全体の構成 **********/
#menuwrapper{
	display:none;
	}
#leftmenu {
	display:none;
	}
#rightmenu {
	display:none;
	}
#checklist{
	display:none;
	}
#mapsearch{
	display:none;
	}
.pclink{
	display:none;
	}
.alllink{
	float: left;
	}
.linklistp{
	display:none;
	}
.linklistpr{
	display:none;
	}
.break{
	clear:both;
	}
body {
	font-family: &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, &quot;メイリオ&quot;, Meiryo, Osaka, &quot;ＭＳ Ｐゴシック&quot;, &quot;MS PGothic&quot;, sans-serif;
	font-size: 11px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	margin: 0px;
	background-image: url(&quot;img/bg.gif&quot;)
}
/********** TABLEの色 **********/
.TITLETD {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
.INTDM {
	background-image:linear-gradient(#FFFFFF,#EEEEEE);
	}
.INTD {
	background-color: #FFFFFF;
	}
/********** リスト **********/
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
br {
	letter-spacing: normal;
}
/********** 入力欄のサイズ **********/
.textareain {
	width: 95%;
}
.textin {
	width: 95%;
}
/********** GoogleMap **********/
iframe.googlemapframe{
	width: 98%;
	height: 200px;
}
/********** 写真 **********/
img{
	max-width: 100%;
	height: auto;
	}
/********** 文字のフォント **********/
.T1{
	font-size: 24px;
}
.T2{
	font-size: 16px;
	color     : #555555 ;
}
.W1{
	font-size: 18px;
	text-aligh: left;
}
.W2{
	font-size: 13px;
	color     : #555555 ;
}
.newtitle {
	font-size : 15px;
	color     : #FF0000 ;
	}
.newadd {
	font-size : 13px;
	color     : #333333 ;
	}
.newpoint {
	font-size : 11px;
	color     : #000000 ;
	}
#menu a:hover{
	color:#ffffff;
	background:orange;
	}
/********** ボタンやリンク **********/
/* submitボタン（送信ボタン） */
.BT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:5px;
	}
.BT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
/* リンク */
.KLINK {
	line-height:170%;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.KLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
/* 別画面へのリンク */
.PLINK {
	line-height:220%;
	width: 98%;
	font-size : 12px;
	margin: 3px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.PLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
/* ページ（1 2 3・・・）のリンク */
.PAGE {
	line-height:200%;
	text-align : center;
	text-decoration : none;
	padding: 2px;
	margin: 3px;
	cursor:pointer;
	font-size : 12px;
	color     :#555555;
	background-color:#FFFFFF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.PAGE:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	}
.PAGE2 {
	line-height:200%;
	text-align : center;
	text-decoration : none;
	cursor:pointer;
	font-size : 12px;
	padding: 2px;
	margin: 3px;
	color     :#555555;
	background-color:#FFE9E9;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
/*****************************************
 画面上部（ヘッダー）
*****************************************/
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	}
#headerlist {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	clear: both;
	background-image: url("../img/topbg.jpg");
	}
#headerlogo {
	float: left;
	height: auto;
	width: 39%;
	text-align: left;
	display: block;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#headerleft {
	float: right;
	height: auto;
	width: 59%;
	display: block;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size:12px;
	font-weight:normal;
	}
#headerright {
	display:none;
	}
/****************************
上部メニュー
****************************/
@media screen and (max-width: 568px){
	#smartwrapper {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 1px;
		width: 100%;
		height: 35px;
		background-image:linear-gradient(#EAFFFF,#CCFFEE);
		border:3px solid #FFFFFF;
		border-width : 2px 0px 2px 0px;
		}
	#smartwrapper ul li {
		float: left;
		width: 19.8%;
		text-align: center;
		vertical-align: middle;
		color: #555555;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 2px;
		}
	#smartwrapper ul li a {
		text-decoration: none;
		background-image:linear-gradient(#FAFFFF,#CCEEEE);
		border: 1px solid #666;
		font-size: 10px;
		color: #333333;
		margin: 0px;
		display: block;
		overflow: hidden;
		padding-top: 10px;
		padding-bottom: 0px;
		width: 98%;
		height: 26px;
		border-radius:3px;
		}
	#smartwrapper ul li a:hover {
		text-decoration: none;
		background-image:linear-gradient(#FF9900,#FFDDBB);
		border: 1px solid #FFF;
		color: #FFFFFF;
		}

	#smartform {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 1px;
		width: 100%;
		height: 30px;
		background-image:linear-gradient(#EAFFFF,#CCFFEE);
		border:3px solid #FFFFFF;
		border-width : 2px 0px 2px 0px;
		}
}
/*****************************************
 コンテンツ
*****************************************/
/* コンテンツ */
#contents {
	margin: 0px;
	padding: 0px;
	width: 98%;
	background-color: #FFFFFF;
	border : 1px solid #DEDEDE;
	border-width : 0px 1px 0px 1px;
	}
/* メインコンテンツ */
#maincontents {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
/* フッター */
#footer {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
	height:150px;
	border : 1px solid #DEDEDE;
	border-width : 1px 0px 1px 0px;
	}
#footermenu {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 0px;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	}
#footer #footermenu ul li {
	float: left;
	height: 33px;
	width: 50%;
	text-align: center;
	display: block;
	vertical-align: middle;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	}
#footermenu ul li a {
	text-decoration: none;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border: 1px solid #666;
	color: #333333;
	margin: 0px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	height: 26px;
	font-weight: normal;
	border-radius:3px;
	}
#footermenu ul li a:hover {
	text-decoration: none;
	background-image:linear-gradient(#999999,#CCCCCC);
	border: 1px solid #FFF;
	color: #FFFFFF;
	font-weight: bold;
	}
#lasttext {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
}
#lastlist {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
/* 印刷ボタン */
#printbtn {
	display: none;
}
#print_area {
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
}
/*****************************************
 ボックス
*****************************************/
/* 見出し */
.headline {
	margin-top: 3px;
	padding: 3px;
	width: 95%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #FAFAFA;
	border:1px solid #BBBBBB;
	border-width:1px 1px 1px 1px;
}
.slist {
	width: 98%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	margin-bottom: 10px;
	color : #555555;
}
.listbox {
	margin:1px;
	padding:2px;
	display: block;
}
.prevbox{
	clear:both;
	text-align:left;
	padding: 10px 10px;
	width:90%;
	border-radius:4px;
	border:1px solid #222;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1.3);
	margin: 10px 0px;
	background-color:#FFFFFF;
	font-size : 11px;
	color : #555555;
	}
.linklist{
	float: left;
	height: 33px;
	width: 50%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
.linklistr{
	float: left;
	height: 33px;
	width: 50%;
	text-align: center;
	display: block;
	vertical-align: middle;
}
