@charset "utf-8";

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: bottom;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Basic structure
-------------------------------------------------------------- */

/* 全体 */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size: 15px;
	font-size: 1.54rem;
	line-height: 1.8em;
	background-color: #f4f3ee;
	overflow-x: hidden;
}
body, th, td {
	-webkit-font-smoothing: subpixel-antialiased;
}
header,
#container {
	width: 95%;
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
}
h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }
h2.title {
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	color: #84043d;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f4f3ee;
}
h3.title {
	margin: 20px 5px 10px;
	padding: 5px 15px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/bg_h3_title.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
h4.title {
	margin: 20px 20px 10px;
	padding: 5px 15px 5px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/bg_h4_title.png);
	background-position: left 50%;
	background-repeat: no-repeat;
}
h5.title {
	margin: 20px 0 10px 0;
	padding: 6px 20px;
	color: #85023e;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EBEBEB;
}
h6.title {
	font-size: 1.1em;
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.indent {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}
.inlineBlock {
	display: inline-block;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.wauto {
	width: auto;
}
.caution {
	color: #f00;
}
.message {
	margin: 10px 0;
	padding: 5px 10px 3px;
	background-color: #fffce5;
	border: 1px dotted #84043d;
}
.messageTitle {
	font-size: 1.4em;
	line-height: normal;
}

/* Link */
a { display: inline-block;}
a:link { color: #84043d;}
a:visited { color: #84043d;}
a:hover { color: #84043d; filter:alpha(opacity=90); opacity:0.9;}
a:active { color: #84043d;}

/* Pankuzu */
ul.pankuzu {
	text-align: right;
}
ul.pankuzu li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 2px;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	background-color: #fff;
}
ul.pankuzu li a,
ul.pankuzu li span {
	display: block;
	height: 100%;
	padding-top: 4px;
}
ul.pankuzu li a {
	color: #fff;
	text-decoration: none;
	background-color: #84043d;
}
ul.pankuzu li.noPage {
	background-color: #ccc;
}

/* Images */
img {
	max-width: 100%;
	width:/***/auto; /* IE8用 */
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Table */
table {
	width: 100%;
	margin: 5px 0;
	font-size: inherit;
	background-color: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	border-bottom: 1px solid #ccc;
}
th {
	background-color: #fffce5;
	vertical-align: middle;
}
th.id {
	width: 20%;
}

td {
	vertical-align: top;
}
th,
td {
	padding: 2px 10px 0;
	border-right: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
td.no,
td.id,
td.public,
td.delete {
	text-align: center;
}
td.no {
	width: 5%;
}
td.date {
	width: 22%;
}
td.id {
	width: 15%;
}
td.post {
	width: 25%;
}
td.public,
td.delete {
	width: 8%;
}
td p {
	margin: 0 0 10px;
}
table.noDeco,
table.noDeco tr,
table.noDeco th,
table.noDeco td {
	background-color: inherit;
	border: none;
}
table.edit th {
	width: 200px;
	font-weight: normal;
	text-align: left;
	background-color: #f5f5f5;
}
table.editInner th {
	width: auto;
}
table.rireki th,
table.rireki td {
	padding: 5px 10px 3px;
}
table.rireki th {
	width: 200px;
}

/* Form fields */
input,
textarea {
	font-size: 1em;
	box-sizing: border-box;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="login_id"],
textarea {
	margin: 2px;
	padding: 6px 10px 4px;
	font-family: inherit;
	border: 1px solid #ccc;
}
/*
input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
	max-width: 500px;
}
 */

textarea {
	width: 100%;
	max-width: 100%;
}

input.w100 {
	width: 100px;
}
input.w300 {
	width: 300px;
}
input[type="file"] {
	margin: 2px;
	background-color: #dcdbd5;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
	background-color: #ddd;
}

/* Buttons */
.button {
	display: inline-block;
}
.button a,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin: 5px;
	padding: 8px 30px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	background-color: #84043d;
	border: none;
	border-radius: 5px;
}
input[type="button"].buttonLight {
	background-color: #b95b85;
}
.button a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
input[disabled] {
	cursor: default;
}
.confArea {
	display: inline-block;
	margin: 2px;
	padding: 6px 10px 4px;
	font-family: inherit;
	background-color: #dcdbd5;
	border: 1px solid #ccc;
}

.plusCondition {
	margin: 0 0 5px 2em;
}
.minusCondition {
	margin: 0 5px 5px;
}
.plusCondition img,
.minusCondition img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.openButton {
	display: inline-block;
	width: 100%;
	margin: 0 0 5px;
	padding: 2px 5px 2px 36px;
	color: #84043d;
	text-decoration: underline;
	font-size: 17px;
	line-height: 2;
	background-image: url(../admin_img/icon_up.png);
	background-size: 16px 16px;
	background-position: 13px 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.openButton.close {
	background-image: url(../admin_img/icon_down.png);
}

/* List */
.list_ew {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.list_ew input {
	margin-top: 6px;
}
.list_ew.ew2 label {
	width: calc((100% / 2) - 20px);
}
.list_ew.ew3 label {
	width: calc((100% / 3) - 20px);
}
.list_ew.ew4 label {
	width: calc((100% / 4) - 20px);
}
.list_ew.ew5 label {
	width: calc((100% / 5) - 20px);
}

/* ListButton */
ul.listButton {
	width: 200px;
}
ul.listButton li {
	margin: 0 0 5px;
}
ul.listButton li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	background-color: #f5f5f5;
	border: 1px solid #999;
	position: relative;
}
ul.listButton li a:after {
	content: "＞";
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: calc(50% - 7px);
	right: 6px;
}

/* Clearing floats */
.clear {
	clear: both;
}

/* =Page structure
-------------------------------------------------------------- */

/* Login */
#login {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
#login h1 {
	font-size: 1.3em;
	line-height: normal;
	text-align: center;
}
#login h1 img {
	margin: 0 0 10px;
}
#login form {
    margin-top: 20px;
    padding: 26px 24px 46px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#login form .input {
	margin: 0 0 10px;
}
#login form .input input {
	font-size: 18px;
	font-weight: bold;
}
#login form .submit {
	text-align: center;
}
#login .backtoblog {
	margin: 16px 0;
	padding: 0 24px;
	font-size: 13px;
}
#login .backtoblog a {
	color: #666;
	text-decoration: none;
}

/* Header */
header {
}
hgroup h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 30px;
}
hgroup h1 img {
	width: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/* Menu */
#menu {
	clear: both;
	float: left;
	width: 160px;
}
#menu ul {
	overflow: hidden;
}
#menu ul li {
	margin: 0 0 1px;
}
#menu ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #84043d;
}

/* Tab */
ul.tabMenu {
	display: flex;
	margin: 0 0 10px;
	border-bottom: 3px solid #84053d;
}
.tab {
	display: block;
	margin: 0 5px 0 0;
	padding: 5px 30px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #999;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	transition: all 0.2s ease;
}
.tab:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tab.active {
	color: #fff;
	background-color: #84053d;
	border-color: #84053d;
}
.tabContent {
	display: none;
	clear: both;
	overflow: hidden;
}
.tabContent.show {
	display: block;
}

/* Contents */
#contents {
	margin: 0 0 100px 200px;
	overflow: hidden;
}
#contents h2 {
	clear: none;
	border-bottom: 1px solid #000;
}
#firstBox,
#secondBox,
#thirdBox {
	margin: 10px 0;
	background-color: #fffcef;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
#thirdBox tr {
	border-bottom: 1px solid #deddd5;
}
#thirdBox tr:last-child {
	border-bottom: none;
}
#thirdBox tr th,
#thirdBox tr td {
	padding: 10px 10px 3px;
}

/* Common */
.certDetail {
	display: flex;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.certDetail .profile {
	flex-grow: 1;
}
.certDetail .operation {
	margin-left: 20px;
}
.certDetail p {
	display: inline-block;
	margin: 5px;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 5px;
}
.certDetail p.remarks {
	width: 100%;
	min-height: 74px;
}
.certDetail .operation p {
	display: block;
}
.certScore {
	width: 100%;
	max-width: 980px;
}
.certScore .score {
	width: 100px;
	text-align: center;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* mousikomi kanri gamen */
#choice01,
#choice02,
#choice03,
#choice04,
#choice05,
#input_box01,
#input_box02,
#input_box03,
#input_box04,
#input_box05{
	margin: 10px 0;
	background-color: #fffcef;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
