@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#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;
}
/* ボタン */
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: none;
	background: #5780E6;
	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: #EAF2FF;
		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 a { font-size: 14px;}
	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: #5780E6;
		color:#fff;
		letter-spacing: 2px;
		border: none;
		border-radius: 5px;
		margin:  0 auto;
	}
	table.selectList td.abtn a.btn02 {
		width:100%;
	}
	table.selectList td.radio, table.selectList th.radio {
		width:30px;
	}
table.selectList td.price {
	width:150px;
	text-align: right;
}
table.selectList td.price.red { color: #ff0000;}
/* テーブル 表タイプ*/
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: #EAF2FF;
	}
	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: #EAF2FF;
		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: #5780E6;
		color:#fff;
		letter-spacing: 2px;
		border: none;
		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: #EAF2FF;
		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.selectDateBox { 
	min-width:900px;
	padding: 10px 0;
	margin-top: 10px;
}
p.joukentitle {
	font-size: 16px;
	font-weight: bold;
}
/* 選択ボックス2 */
div.selectDateBox02 { 
	width:100%;
	padding: 10px;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	margin-top: 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.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(../../masteradmin/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(../../masteradmin/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(../../masteradmin/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(../../masteradmin/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.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(../../masteradmin/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;
		}
/* ページおくりボタン */
div.pagebox {
	margin: 20px auto 0 auto;
	height:70px;
}
	div.pagebox span {
		display: block;
		width:30px;
		height:30px;
		line-height: 30px;
		text-align: center;
		background: #ccc;
		color: #fff;
		border: none;
		float: left;
		margin-left: 3px;
		margin-bottom: 3px;
	}
	div.pagebox input, div.pagebox a {
		display: block;
		width:30px;
		height:30px;
		line-height: 30px;
		text-decoration:none;
		text-align: center;
		background: #5780E6;
		color: #fff;
		border: none;
		float: left;
		margin-left: 3px;
		-webkit-appearance: none;
		-moz-appearance: none;
		box-sizing: border-box;
		margin-bottom: 3px;
	}
		div.pagebox input:hover { opacity: 0.7;}
		div.pagebox a:hover { opacity: 0.7;}
/* 入力枠の設定 */
input.longitext {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:45px;
	border: none;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	border: #ccc 1px solid;
	background: #fff;
}
select.longitext {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:45px;
	border: none;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	border: #ccc 1px solid;
	background: #fff;
}
input.longitext2, select.longitext2 {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:45px;
	border: none;
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
	border: #ccc 1px solid;
	background: #fff;
}
input.longitext3, select.longitext3 {
	display: block;
	-webkit-appearance: none;
	width:200px;
	height:45px;
	border: none;
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
	border: #333 1px solid;
	background: #fff;
}
input.longitext4 {
	display: inline-block;
	-webkit-appearance: none;
	width:200px;
	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;
}
input.middleitext {
	display: inline-block;
	-webkit-appearance: none;
	width:100px;
	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;
}
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;
}
textarea.longtextarea2 {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:200px;
	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; }
/* 表示ルール */
span.red { 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%);}
/* 送先 */
div.radiobox {
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 30px;
	margin: 20px auto 0 auto;
}
	div.radiobox p {
		font-size: 14px;
		box-sizing: border-box;
		padding: 10px;
		line-height: 24px;
		letter-spacing: 1px;
	}
	div.radiobox span {
		font-size: 16px;
		margin-left: 10px;
	}
	div.radiobox table {
		width:100%;
		margin: 20px auto 0 auto;
	}
		div.radiobox table th {
			width:250px;
			font-weight: normal;
			font-size: 14px;
			line-height: 30px;
			box-sizing: border-box;
			padding: 10px 10px 10px 20px;
			text-align: left;
			vertical-align: top;
		}
		div.radiobox table td {
			font-size: 14px;
			line-height: 30px;
		}
			div.radiobox table td input.itext {
				width:350px;
				height:30px;
				padding: 0 10px;
			}
			div.radiobox table td select {
				width:350px;
				height:30px;
				padding: 0 10px;
			}