@charset "utf-8";
/* CSS Document */

/* デフォルトスタイル
-----------------------*/
html,body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,a,
header,footer,nav,section,table,tr,td{
	padding:0;
    margin:0;
	border-collapse:collapse;
	border:none;
	outline:none;
	font-size:medium;
}
header,footer,nav,section{display:block;}
input, textarea{box-sizing: border-box; font-size: 16px;}
a:hover { opacity:0.7; }
html { }
body{
	color:#333; /* 文字色 */
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
		
	background:#fff;
}
a:hover { opacity:0.7; }
.clearText {
	display:block;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.font2 { font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;  }
@media screen and (max-width:999px) {
	p { font-size: 12px;}
}
/* ヘッダー
-----------------------*/
div#headerbox {
	height:60px;
}
	div#headerbox p#loginname {
		width:200px;
		position:fixed;
		top:20px;
		left:30px;
		z-index: 50;
	}
	div#headerbox p#nowdate {
		width:200px;
		height:60px;
		float: right;
		margin: 0 10px 0 0;
		line-height: 60px;
	}
/* サイドメニュー
-----------------------*/
div#menuBox {
	box-sizing: border-box;
	position:fixed;
	top: 0;
	left: 0;
	width: 250px;
	min-height:100%;
	padding: 80px 0;
	background: url(../images/logo2.png) no-repeat, #FFBFBF;
	background-position: center bottom 20px;
	border-left:#ccc 3px solid;
	border-bottom:#ccc 3px solid;
	text-align:left;
	z-index:40;
}
	div#menuBox a {
		display:block;
		width:200px;
		min-height:50px;
		margin: 5px auto 0 auto;
		line-height:50px;
		text-decoration:none;
		text-align: center;
		border: #FFBFBF 1px solid;
		background: #FF9999;
		color:#fff;
		font-size: 14px;
		letter-spacing: 2px;
		border-radius: 5px;
	}
	input.btnLogOut {
		display:block;
		width:200px;
		height:50px;
		margin: 0 auto;
		line-height:50px;
		-webkit-appearance: none;
		margin: 0 auto;
		text-align: center;
		border: #ccc 1px solid;
		background: #333;
		color:#fff;
		font-size: 14px;
		letter-spacing: 2px;
		border-radius: 5px;
	}
	input.btnLogOut:hover { opacity: 0.7;}

div#contents {
	padding-bottom: 30px;
}
div#mainContents {
	width:90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 250px;
}
/* 部品
-----------------------*/
p.testmessage {
	text-align: center;
	font-size: 16px;
}
h2 {
	margin: 10px auto 10px auto;
	font-size: 20px;
	letter-spacing: 2px;
	color: #2626FF;
}
h3 {
	margin: 10px auto 10px auto;
	font-size: 16px;
	letter-spacing: 2px;
	color: #2626FF;
}
/* ボタン */
a.btn, input.btn {
	display: block;
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	-webkit-appearance: none;
	margin: 2px 5px;
	border: #FFBFBF 1px solid;
	background: #FF9999;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
}
a.btn.right, input.btn.right { float: right;}
a.btn.left, input.btn.left { float: left;}
a.btn.center, input.btn.center {
	float: none;
	margin: 0 auto;
}
input.btn.glay {
	background: #ccc;
	color: #333;
	border-color: #ccc;
}
input.btn:hover { opacity: 0.7; }
/* テーブル 一覧タイプ*/
table.selectList {
	width:100%;
	margin-top: 10px;
}
	table.selectList th {
		text-align: center;
		padding: 10px 0;
		text-align: center;
		font-weight: normal;
		background: #FFBFBF;
		color: #333;
		font-size: 16px;
		letter-spacing: 2px;
		min-width: 30px;
	}
	table.selectList td {
		min-width: 30px;
		line-height: 20px;
		font-size: 14px;
		letter-spacing: 2px;
	}
	table td.center { text-align: center;}
	table td.left { padding-left: 10px;}
	table td.right { padding-right: 10px;}
	table td.bold { font-weight: bold; font-size: 16px;}
	table.selectList th, table.selectList td {
		border: #999 1px solid;
		padding: 10px;
	}
	table.selectList td.abtn {
		padding: 0;
		width:90px;
	}
	table.selectList td.abtn a, table.selectList td.abtn input.btn{
		display: block;
		width:80px;
		height:45px; 
		line-height:45px;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		background: #FF9999;
		color:#fff;
		letter-spacing: 2px;
		border: #FFBFBF 1px solid;
		border-radius: 5px;
		margin:  0 auto;
	}
	table.selectList td.radio, table.selectList th.radio {
		width:30px;
	}
/* テーブル 表タイプ*/
table.selectList02 {
	width:100%;
	margin-top: 5px;
}
	table.selectList02 th {
		width:130px;
		padding: 10px;
		box-sizing: border-box;
		font-size: 16px;
		letter-spacing: 1px;
		color: #333;
		vertical-align: top;
		border: 1px #333 solid;
		font-weight: normal;
		background: #FFBFBF;
	}
	table.selectList02 td {
		width:200px;
		padding: 10px;
		box-sizing: border-box;
		font-size: 16px;
		letter-spacing: 1px;
		color: #333;
		vertical-align: top;
		border: 1px #333 solid;
		font-weight: normal;
	}
/* 間隔を詰めたｂテーブル*/
table.selectList04 {
	width:100%;
	margin-top: 10px;
}
	table.selectList04 th {
		text-align: center;
		padding: 2px 0;
		text-align: center;
		font-weight: normal;
		background: #FFBFBF;
		color: #333;
		font-size: 16px;
		letter-spacing: 2px;
		min-width: 30px;
	}
	table.selectList04 td {
		min-width: 30px;
		line-height: 20px;
		font-size: 14px;
		letter-spacing: 2px;
	}
	table.selectList04 th, table.selectList04 td {
		border: #999 1px solid;
		padding: 2px 10px;
	}
	table.selectList04 td.abtn {
		padding: 0;
		width:90px;
	}
	table.selectList04 td.abtn a, table.selectList04 td.abtn input.btn {
		display: block;
		width:80px;
		height:20px; 
		line-height:20px;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		background: #FF9999;
		color:#fff;
		letter-spacing: 2px;
		border: #FFBFBF 1px solid;
		border-radius: 5px;
		margin:  0 auto;
	}
	table.selectList04 td.radio, table.selectList04 th.radio {
		width:30px;
	}
/* 印刷用*/
table.selectList05 {
	width:100%;
	margin-top: 10px;
}
	table.selectList05 th {
		text-align: center;
		padding: 2px 0;
		text-align: center;
		font-weight: normal;
		background: #FFBFBF;
		color: #333;
		font-size: 12px;
		min-width: 30px;
		border: #999 1px solid;
	}
	table.selectList05 td {
		min-width: 30px;
		line-height: 20px;
		font-size: 12px;
		border: #999 1px solid;
		padding: 2px 0;
	}
		table.selectList05 td span { font-size:12px;}

table tr.glay { background: #828282;}
table tr.lightpink{ background: #FFEFEF;}
table th.center, table td.center { text-align: center;}
table th.right, table td.right { text-align: right;}
/* エラーメッセージ */
p#errMsg {
	color: #ff0000;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
}
/* 注意 */
p.cyuui {
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	line-height: 20px;
}
p.right { text-align: right; }
p.err {
	font-size: 14px;
	line-height: 24px;
	color: #ff0000;
}
/* 中央 */
div.centerbox {
	width: 95%;
	max-width: 1500px;
	min-width: 900px;
	margin:  0 auto;
}
div.centerbox2 {
	width: 95%;
	max-width: 1200px;
	min-width: 900px;
	margin:  0 auto;
}
/* 分割 */
div.leftbox {
	width:50%;
	float: left;
}
div.rightbox {
	width:50%;
	float: right;
}
/* 選択ボックス */
div.selectDateBox { 
	min-width:900px;
	padding: 10px 0;
	margin-top: 10px;
}
p.joukentitle {
	font-size: 16px;
	font-weight: bold;
}
div.selectDateBox input.month {
	display: inline-block;
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	-webkit-appearance: none;
	border: #ccc 1px solid;
}
div.selectDateBox span.kigou {
	display: inline-block;
	height:40px;
	line-height: 40px;
	margin: 0 20px;
}
/* 選択ボックス2 */
div.selectDateBox02 { 
	width:100%;
	padding: 10px;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	margin-top: 10px;
}
/* アコーディオンボックス */
div.acbox {
	width:100%;
	box-sizing: border-box;
	margin-top: 5px;
}
	div.acbox p.actitle {
		width:100%;
		height:40px;
		font-size: 16px;
		padding:0 10px;
		line-height: 40px;
		box-sizing: border-box;	
		position: relative;
		background: #FF9999;
		color: #fff;
		border-radius: 5px;
		cursor: pointer;
	}
	div.acbox p.actitle:hover { opacity: 0.7;}
		div.acbox p.actitle img {
			height:30px;
			position: absolute;
			top:5px;
			right:10px;
			cursor: pointer;
		}
		div.acbox p.actitle img:hover { opacity: 0.7;}
		div.acbox p.actitle img.mimg { display: none;}
	div.acbox div.closebox {
		display: none;
		box-sizing: border-box;
		padding: 10px;
	}
/* 画像ボックス */
div.thumbnailbox {
	height:150px;
	margin: 10px 0;
	padding: 0 20px;
}
	div.thumbnailbox a {
		display: block;
		width:150px;
		height:150px;
		box-sizing: border-box;
		border: #ccc 1px solid;
		margin: 0 5px;
		float: left;
		cursor: pointer;
	}
	div.thumbnailbox p {
		width:150px;
		height:150px;
		box-sizing: border-box;
		border: #ccc 1px solid;
		margin: 0 5px;
		padding: 0;
		float: left;
		line-height: 150px;
		color: #ccc;
		font-size: 14px;
		text-align: center;
	}
/* 画像追加 */
div.picBox { padding: 10px 0; }
	div.picBox div.oldpicbox {
		width:150px;
		height:150px;
		float: left;
		border: #ccc 1px dotted;
		margin-right: 10px;
	}
		div.picBox div.oldpicbox img.oldimg_thumbnail {
			display: block;
			margin: 0 auto 0 auto;
			max-width: 150px;
			max-height: 150px;
			background: #fff;
			margin: 0 auto;
		}
		div.picBox div.oldpicbox p {
			line-height: 150px;
			text-align: center;
			color: #ccc;
		}
	div.picBox div.picBox01 {
		width:150px;
		height:150px;
		float: left;
		border: #ccc 1px dotted;
		margin-right: 10px;
	}
		div.picBox div.picBox01 img.img_thumbnail {
			display: block;
			margin: 0px auto 0 auto;
			max-width: 150px;
			max-height: 150px;
			background: #fff;
		}
	div.picBox div.selectBox {
		width:650px;
		float: left;
	}
div.picBox div.selectBox input.select_img {
	display: block;
	height:100px;
}
/* 入力枠
-----------------------*/
div.koumokubox{ margin: 0 0 10px 0;}
	div.koumokubox span.koumokuname {
		display: block;
		height:40px;
		line-height: 40px;
		width:120px;
		float: left;
		box-sizing: border-box;
		padding: 0 10px;
		background: url(../images/koumokubg.png);
	}
	div.koumokubox span.kigou {
		display: block;
		height:40px;
		line-height: 40px;
		width:50px;
		float: left;
		box-sizing: border-box;
		padding: 0 10px;
		text-align: center;
	}
	div.koumokubox span.koumokuname02 {
		display: block;
		height:40px;
		line-height: 40px;
		width:200px;
		float: left;
		box-sizing: border-box;
		padding: 0 10px;
		background: url(../images/koumokubg.png);
	}
	div.koumokubox span.koumokuname03 {
		display: block;
		height:80px;
		line-height: 80px;
		width:200px;
		box-sizing: border-box;
		padding: 0 10px;
		float: left;
		background: url(../images/koumokubg.png);
	}
	div.koumokubox span.koumokuname04 {
		display: block;
		height:80px;
		line-height: 20px;
		width:120px;
		box-sizing: border-box;
		padding: 0 10px;
		float: left;
		background: url(../images/koumokubg.png);
	}
	div.koumokubox input.normaltext {
		display: block;
		height:40px;
		line-height: 40px;
		width:200px;
		padding: 0 10px;
		float: left;
	}
	div.koumokubox input.shorttext {
		display: block;
		height:40px;
		line-height: 40px;
		width:100px;
		padding: 0 10px;
		float: left;
	}
	div.koumokubox input.semilongtext {
		display: block;
		height:40px;
		line-height: 40px;
		width:520px;
		max-width:100%;
		padding: 0 10px;
		float: left;
	}
	div.koumokubox input.longtext {
		display: block;
		height:40px;
		line-height: 40px;
		width:840px;
		max-width:100%;
		padding: 0 10px;
		float: left;
	}
	div.koumokubox select.normaltext {
		display: block;
		height:40px;
		line-height: 40px;
		width:200px;
		float: left;
		padding: 0 10px;
	}
	div.koumokubox textarea {
		display: block;
		height:80px;
		line-height: 25px;
		width:520px;
		max-width:100%;
		float: left;
		padding: 0 10px;
	}
	div.koumokubox textarea.shorttextarea { height:40px;}
	div.koumokubox p { padding-left: 10px;}
	div.filebox {
		width:300px;
		float: left;
		box-sizing: border-box;
		padding: 10px;
	}
		div.filebox p {
			background: url(../images/koumokubg.png); 
			margin-bottom: 5px;
			padding: 10px;
		}
		div.filebox input.imgFile {
			font-size: 14px;
		}
		div.filebox img.img {
			display:block;
			max-width:280px;
			max-height:300px;
			margin: 10px auto 0 auto;
		}
/* 入力枠の設定 */
input.longitext {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:45px;
	border: none;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px;
	border: #ccc 1px solid;
	background: #fff;
}
input.shortitext {
	display: inline-block;
	-webkit-appearance: none;
	width:60px;
	height:40px;
	border: none;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 10px;
	border: #ccc 1px solid;
	background: #fff;
}
textarea.longtextarea {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:90px;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	padding: 10px;
	border: #ccc 1px solid;
	line-height: 30px;
}
input.chkbox {
	height:30px;
	width:30px;
	vertical-align: middle;
	margin-right: 20px;
}
p.info {
	font-size: 18px;
	line-height: 40px;
}
p.err {
	font-size: 14px;
	color: #ff0000;
	line-height: 20px;
}
	p.err a { font-size: 14px; color: #ff0000; }
/* 表示ルール */
.money {
	text-align:right;
	padding: 0 20px;
	font-size: 18px;
}
.number {
	text-align:right;
	padding: 0 20px;
	font-size: 18px;
}
.small { font-size: 10px;}
.big { font-size: 16px;}
.centerkoumoku {text-align: center;}
.bgglay { background-color: #ccc; }
.bgorange { background-color: #FFdFdF; }
/* マーカー */
.maker_yellow {background:linear-gradient(transparent 60%, #ff6 60%);}
.maker_pink {background:linear-gradient(transparent 60%, #f6c 60%);}
.maker_blue {background:linear-gradient(transparent 60%, #6cf 60%);}
.maker_green {background:linear-gradient(transparent 60%, #6f6 60%);}