@charset "utf-8";

@import url("html5reset.css");

@media print { /* 紙媒体向けスタイル定義 */
	html {
	color:#000;
	}

	/* --BODY-- */
	body {
	margin:0;
	padding:0;
	text-align: center;
	}
}
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	text-align:center;
}
ul {
	list-style:none;
}
blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}


/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/

body,table {
	/*font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;*/
	/*font-family: "MS PGothic", "Osaka", Arial, sans-serif;*/
	font: 12px/1.5;
	font-size: 12px; /* modern browser */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	background: url(../images/bg_white.png) 50% 0 repeat-y #f5f5f5;
}

code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
/* for IE7 */
*+html code, kbd, pre, samp, tt {
	font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/
/*font-color*/
* {
	color:#333;
}

p {
	line-height:1.5em;
	text-align:left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
  max-width: 100%;
  /* height: auto; */
}

/*---------------------------------------------------------
　　共通
---------------------------------------------------------*/

section {
	margin: 0 0 50px 0;
}

.txt {
	margin: 0 0 3em 0;
	text-align: left;
	line-height: 1.5em;
}

.img_c {
	margin: 0 0 30px 0;
	text-align: center;
}

.position_r {
	text-align: right;
}

.waku {
	border: 1px solid #ccc;
}

.fnt14 {
	font-size:14px;
}


/*---------------------------------------------------------
　　リンク
---------------------------------------------------------*/

a:link {
	color: #17d; text-decoration:underline;
}
a:visited {
	color: #17d; text-decoration:underline;
}
a:active {
	color: #4af; background:none; text-decoration:underline;
}
a:hover {
	color: #4af; background:none; text-decoration:underline;
}

a img, img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: #fff;
}

/*---------------------------------------------------------
　　基本構造
---------------------------------------------------------*/

#wrap {
	width: 900px;
	margin: 0 auto;
}


/*---------------------------------------------------------
　　ヘッダ
---------------------------------------------------------*/

#header {
	margin: 0 0 20px 0;
}
#header-title {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	height: 60px;
	text-align: left;
	color: #fff;
	background-color: #cc0011;/*②ヘッダーの背景*/
	overflow: hidden;
}


/*---------------------------------------------------------
　　フッタ
---------------------------------------------------------*/

#footer {
	padding: 1em 0 0 0;
}
#pagetop {
	text-align: right;
}
#pagetop img {
	margin-right: 1em;
}
#copy {
	padding: 1em 0;
	text-align: center;
	color: #fff;
	background: #cc0011;/*②フッターの背景*/
}


/*---------------------------------------------------------
　　ログイン
---------------------------------------------------------*/

.txt-c {
	margin: 0 0 2em;
	text-align: center;
	line-height: 1.5em
}
#tbl-login {
	width: 50%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bbb;
}
#tbl-login th {
	width: 25%;
	margin: 0;
	padding: .5em 1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: bolder;
	background: #f5f5f5;
	border: 1px solid #bbb;
	white-space: nowrap;
}
#tbl-login td {
	width: 75%;
	margin: 0;
	padding: .5em 1em;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	background: #fff;
	border: 1px solid #bbb;
}

#tbl-login input {
	padding: 5px;
	text-align: left;
	font-size: 116%;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#tbl-login input:focus,
#tbl-login textarea:focus {
	background-color: #f9f9f9;
	border: 1px solid #49b;
}

.form-btn {
	padding:30px 0;
	text-align:center;
}
.form-btn input {
	padding: .5em 3em;
	font-size: 120%;
	font-weight: bold;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #bbbbbb;
	background: linear-gradient(#eeeeee, #bbbbbb);
	background: -moz-linear-gradient(center top, #eeeeee 0%,#bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),color-stop(1, #bbbbbb));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eeeeee, endcolorstr=#bbbbbb));
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eeeeee, endcolorstr=#bbbbbb))";
	zoom: 1;
}
.form-btn input:focus {
	background-color: #f9f9f9;
	border: 1px solid #49b;
}

/* 新規登録ページのボタン */

.touroku-btn input {
    background: url(../images/ok.png);
    border-color: #c0c0c0;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.75;
	font-weight:bold;
/*ボタンを大きくする*/
	width:160px;
	height:48px;
}
.touroku-btn input:disabled {
    background: url(../images/ng.png);
	width:160px;
	height:48px;
	cursor:default;
}
/*---------------------------------------------------------
　　タイトル
---------------------------------------------------------*/
h1 {
	margin:10px 0;
	padding:4px 10px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	border-left:7px solid #666;
}


h2 {
	margin: 0 0 20px 0;
	height: 35px;
	line-height: 35px;
	text-indent: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	background: #dc143c;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/*---------------------------------------------------------
　　登録ページ
---------------------------------------------------------*/

#header-area {
	margin: 10px 20px 0px 20px;
	overflow: hidden;
}
#header-info {
	width: 450px;
	text-align: left;
	vertical-align: top;
	float: left;
}
#header-btn {
	width: 400px;
	height:0px;
	text-align: left;
	vertical-align: top;
	float: right;
}

/* 施設情報 */

#tbl-info {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}
#tbl-info th {
	margin: 0;
	padding: .5em 1.5em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: bolder;
	font-size: 120%;
	background-color: #efefef;;
	border: 1px solid #ccc;
	white-space: nowrap;
	width: 25%;
}
#tbl-info td {
	margin: 0;
	padding: .5em 1.5em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: #fff;
	border:1px solid  #ccc;
}
#td-info-name {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

/* 登録ボタンなど */

/*画像選択ボタン*/
label {
	width: 200px;
	margin-left: 10px;
	padding: .3em 0;
	text-align: left;
	font-size: 80%;
	text-decoration: none;
	float: left;
	background: #fff;
}

#header-btn div {
	margin: 0 0 10px auto;
	width: 400px;
	overflow: hidden;
}
#header-btn div a {
	display: block;
	width: 110px;
	margin-left: 10px;
	padding: .3em 0;
	text-align: left;
	color: #555;
	font-weight: bold;
	text-indent: 35px;
	text-decoration: none;
	float: left;
/*	border: 1px solid #ccc; 他のカラーボタン増やしたので個別に入れることにした*/
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#h-btn-new {
	background: url(../images/icon_touroku1.png) 8px 50% no-repeat #ddd;
	border: 1px solid #ccc;
}
#h-btn-list {
	background: url(../images/icon_ichiran1.png) 8px 50% no-repeat #ddd;
	border: 1px solid #ccc;
}
#h-btn-logout {
	background: url(../images/icon_logout1.png) 8px 50% no-repeat #ddd;
	border: 1px solid #ccc;
}
#h-btn-save {
	background: url(../images/icon_save1.png) 8px 50% no-repeat #ddd;
	border: 1px solid #ccc;
}

#h-btn-new:hover {
	color: #fff;
	border: 1px solid #999;
	background: url(../images/icon_touroku2.png) 8px 50% no-repeat #999;
}
#h-btn-list:hover {
	color: #fff;
	border: 1px solid #999;
	background: url(../images/icon_ichiran2.png) 8px 50% no-repeat #999;
}
#h-btn-logout:hover {
	color: #fff;
	border: 1px solid #999;
	background: url(../images/icon_logout2.png) 8px 50% no-repeat #999;
}
#h-btn-save:hover {
	color: #fff;
	border: 1px solid #999;
	background: url(../images/icon_save2.png) 8px 50% no-repeat #999;
}

#page {
	margin: 0 10px 0px 10px;
	padding: 10px 0 0 0;
}

/* 入力・確定 */

#tbl-label {
	width: 100%;
	margin: 20px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	float:left
}
#tbl-label td {
	width: 12%;/*タブの幅変更*/
	text-align: center;
	vertical-align: middle;
	border: 0;
	margin: 0 1px 0 0;
	float: left;
}

/* タブメニュー */

#tabmenu  {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px #3cb371 solid;
}

.content-wrap {/*周辺の枠*/
	padding: 3em 2em;
	text-align: left;
	border: none;
	border-radius: 0 0 5px 5px;/*角丸の設定*/
	-moz-border-radius: 0 0 5px 5px;
	position: relative;/*new*/
	top: -2px;/*new*/
	clear:both;
}


/* テーブル */

.tbl1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bbb;
}
.tbl1 th {
	width: 20%;
	margin: 0;
	padding: .5em 1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	/*font-weight: bolder;*/
	background: #f5f5f5;
	border-right: 1px solid #bbb;
	border-bottom: 1px dotted #999;
	white-space: nowrap;
}
.tbl1 td {
	width: 80%;
	margin: 0;
	padding: .5em 1em;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	background: #fff;
	border-bottom: 1px dotted #999;
}
.tbl1 thead th {
	font-size: 120%;
	text-align: left;
	background: #ddd;
	font-weight: bolder;
	border: 1px solid #bbb;
}

.tbl1 thead th.or {
	font-size: 120%;
	text-align: left;
	background: #ffa500;
	font-weight: bolder;
	color: #FFF;
}

.tbl1 thead th.bl {
	font-size: 120%;
	text-align: left;
	background: #003566;
	font-weight: bolder;
	color: #FFF;
}

.tbl1 th.left {
	text-align: left;
}

.tbl1 td.nb {
	border-bottom: none;
	border-right: none;
}

.tbl1 th.sub {
	background: #f8fbf8;
}

.tbl1 td.sub {
	background: #f8fbf8;
}


/* 文字 */

.txt-red {
	color: #f00;
}
.txt-blue {
	color: #0000cd;
}
.txt-bold {
	font-weight:bold;
}
.txt-boldbig {
	font-weight:bold;
	font-size:140%;
}
.txt-s {
	font-size:90%;
}


/*---------------------------------------------------------
　　登録一覧ページ
---------------------------------------------------------*/

/* 施設情報 */

#tbl-info-list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}
#tbl-info-list th {
	width: 20%;
	margin: 0;
	padding: .5em 1.5em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #efefef;;
	border: 1px solid #ccc;
	white-space: nowrap;
}
#tbl-info-list td {
	width: 80%;
	margin: 0;
	padding: .5em 1.5em;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: #fff;
	border:1px solid  #ccc;
}

/* 登録ボタンなど */

#header-btn-list div {
	margin: 0 0 0 auto;
	width: 244px;
	overflow: hidden;
}
#header-btn-list div a {
	display: block;
	width: 110px;
	margin-left: 10px;
	padding: .3em 0;
	text-align: left;
	color: #555;
	font-weight: bold;
	text-indent: 35px;
	text-decoration: none;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/* テーブル */

#tbl-list {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bbb;
}
#tbl-list th {
	width: 8%;
	margin: 0;
	padding: 3px 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 94%;
	font-weight: bolder;
	background-color: #ddd;
	border: 1px solid #bbb;
	white-space: nowrap;
}
#tbl-list th.th-list2 {
	color: #fff;
	background-color: #777;
}

#tbl-list th.th-listfu {

	color: #fff;
	background-color: #777;
}

#tbl-list td {
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: #fff;
	border:1px solid  #bbb;
}


a.list-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: .2em 0;
	text-align: center;
	color: #555;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#dddddd;
	background:linear-gradient(#f5f5f5, #dddddd);
	background: -moz-linear-gradient(center top, #f5f5f5 0%,#dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5),color-stop(1, #dddddd));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f5f5f5, endcolorstr=#dddddd));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f5f5f5, endcolorstr=#dddddd))";
	zoom: 1;
}

a.list-btn:hover {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eeeeee;
	background:linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(center top, #ffffff 0%,#eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #eeeeee));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
	zoom: 1;
}
