@charset "utf-8"; 
 
/*---elements---------------------------------------*/ 
html { 
} 
 
body { 
	background: #ffffff; 
	color: #333; 
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "�q���M�m�p�S ProN W3", ���C���I, sans-serif; 
	font-size: 12px; 
	line-height: 1.4; 
	-webkit-text-size-adjust: none; 
	margin-left: 0px;
} 
 
ul li { 
	margin-bottom: 10px; 
} 
 
ul { 
	margin-bottom: 20px; 
	margin-left: 50px; 
} 
 
p { 
	margin-bottom: 20px; 
} 
 
a { 
	text-decoration: none; 
} 
 
img { 
	vertical-align: top; 
}

pre {
	white-space: pre-wrap;
}
 
/*---page-------------------------------------------*/ 
#page { 
	width: 100%; 
	-webkit-box-sizing: border-box; 
	margin: 0 auto; 
	padding: 0 7px; 
	background: #fff; 
	overflow-hidden; 
	max-width: 760px; 
	min-width: 320px; 
} 
/*---footer-----------------------------------------*/ 
footer.global { 
	font-size: 10px; 
} 
 
footer.global .copyright { 
	margin: 0 -7px; 
	padding: 7px 0; 
	background: #ffffff; 
	color: #000000; 
	text-align: center; 
	letter-spacing: -1px; 
} 
 
footer.global dl dd { 
	overflow: hidden; 
} 
 
footer.global dl dt { 
	float: left; 
	width: 24%; 
} 
 
footer.global dl { 
	overflow: hidden; 
	padding: 0 0 7px; 
	color: #555; 
} 

footer.global .ffont {
	font-size:10px;
	line-height: 13px;
}

footer.global .fcolor {
	color: #555; 
}
 
/*---main-------------------------------------------*/ 
.main header { 
	position: relative; 
	margin: 0 -7px; 
	padding: 14px 7px; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd9a9a), color-stop(0.5, #c97d7d), color-stop(0.5, #be6565), color-stop(1, #a54a4a)); 
	border-top: 1px solid #e3a7a7; 
	border-bottom: 1px solid #e3a7a7; 
} 
 
.main header h1 { 
	color: #fff; 
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5); 
	text-align: center; 
	font-size: 20px; 
	line-height: 1.2; 
} 
 
.main > h2 { 
	margin: 0 -7px 0; 
	padding: 2px 20px; 
	border-top: solid 1px #ac2626; 
	border-bottom: solid 1px #c75a5a; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d65e5e), color-stop(1, #a72222)); 
	color: #fff; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .35); 
	-webkit-box-shadow: 0 1px 0 #b64b4b; 
	font-size: 14px; 
}

.menuPadding {
	padding: 0 7px;
}
 
.btn { 
	margin: 13px auto; 
	font-weight: bold; 
	text-align: center; 
} 
 
.btn a { 
	position: relative; 
	display: inline-block; 
	min-width: 35%; 
	padding: 8px 15px; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #fff), color-stop(0.6, #f0f0f0), color-stop(1, #f0f0f0)); 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	text-decoration: none; 
	color: #333; 
	-webkit-box-shadow: 0 1px 0 #f5f5f5, 0 -1px 0 #f5f5f5, 1px 0 0 #f5f5f5, -1px 0 0 #f5f5f5; 
} 
 
.btn.pcLink a { 
	padding-right: 44px; 
} 
 
.lineTop {
	border-top: 3px solid #8b1c1c;
}
.lineBottom {
	border-bottom: 3px solid #8b1c1c;
}

.iconList {
	margin: 0 -7px;
}

.iconList a {
	display: block;
	padding: 7px;
	padding-right: 21px;
	color: #333;
	border-bottom: 1px solid #34c87e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #cef9dd));
}

.iconList a.pcLink {
	position: relative;
}

.iconList p {
	margin: 0;
}


.iconList a .text,
.iconList a p.icon {
	display: table-cell;
	vertical-align: middle;;
}

.iconList a p.icon {
	padding-right: 12px;
}

.iconList a h2 {
	font-size: 18px;
	color: #563434;
}

.iconList a .text p {
	padding-right: 20px;
}

/* listType-link */
.listType-link {
	margin: 0 0px;
	padding: 7px 7px 0;
	background: #cef9dd;
}

.listType-link:last-of-type {
	padding-bottom: 7px;
}

.listType-link li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.listType-link li:first-child {
	border-radius: 5px 5px 0 0;
}
.listType-link li:last-child {
	border-radius: 0 0 5px 5px;
}
.listType-link li:only-child {
	border-radius: 5px;
}

.listType-link li.pcLink a {
	display: block;
	padding: 7px 12px;
	background:
		url(../images/arrow_right_green.gif) no-repeat right	;
	border-bottom: 1px solid #cef9dd;
	color: #333;
}

.listType-link li.Logout a {
	display: block;
	padding: 7px 12px;
	background:
		url(../images/arrow_right_red.gif) no-repeat right	;
	border-bottom: 1px solid #cef9dd;
	color: #333;
}

.box1 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btnY {
	width:	137px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btnY2 {
	width:	160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0px;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btnY3 {
	width:	160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 9px 20px 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btnG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	padding: 6px 8px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.btnGreen {
	width:	137px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#e6ffe6 0%,
		#00cc00 25%,
		#006600);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e6ffe6),
		color-stop(0.25, #00cc00),
		to(#006600));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #336600;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


.iptID1 {
	padding: 5px;
	width: 60px;
	font-size: 18px;
}

.iptID2 {
	padding: 5px;
	width: 45px;
	font-size: 18px;
}

.iptPASS {
	padding: 5px;
	width: 280px;
	font-size: 18px;
}

.iptMAIL {
	width: 95%;
}

table.kaigyou{word-break: break-all;}

.spaceBottom {
	margin-bottom:10px;
}

.noSpaceBottom {
	margin-bottom: 0px;
}

p.sp_PWinfo {
	line-height: 1.5;
}

input[type=radio].sansei {
    display: none;
}

input[type=radio].hantai {
    display: none;
}

input[type=radio]:checked.sansei + label {
    background: orange;
    color: #FFFFFF;
}

input[type=radio]:checked.hantai + label {
    background: orange;
    color: #FFFFFF;
}

.sanpilabel {
    font-size: 100%;
    margin: 9px;
    display: inline-block;
    width: calc(40% - 18px);
    height: 2.5em;
    padding:0;
    color: #000000;
    background: #fff0f0;
    text-align: center;
    line-height: 2.5;
    cursor: pointer;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
}

.sanpidiv {
    padding:5px;
    margin-top:15px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:5px;
    box-shadow:darkgrey 2px 4px 6px 1px;
    border-color: white; 
    border-style: solid;
    background-color: #FFFFFF;
	font-size: 16px;
}

input[type=radio].choice_1 {
    display: none;
}

input[type=radio]:checked.choice_1 + label {
    background: #31A9EE;
    color: #FFFFFF;
}

.choice_1 {
    margin: 3px;
    width: 16pt;
    height: 16pt;
}

.choice_2 {
    font-size: 100%;
    margin: 10px;
    display: inline-block;
    height: 100%;
    width: calc(78% - 2px);
    padding:0;
    color: #000000;
    background: #fff0f0;
    text-align: center;
    line-height: 2.5;
    cursor: pointer;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
}
    
.candidatelabel {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:0px;
    display: block;
    width: 76%;
    height: 2.5em;
    padding-left: 5%;
    color: #000000;
    background: white;
    text-align: left;
    line-height: 2.5;
    cursor: pointer;
    border: 2px solid #f0f0f0;
 }
 
.candidatespan {
    margin-left: 20px;
    font-size: 100%;
    cursor: pointer;
    display: inline-block;
 }

input[type=checkbox].choice_1 {
    position: relative;
    display: none;
}

/* □ */
.checkmark{
    position: relative;
    margin: 1em 0;
    padding-left: 26px;
    cursor: pointer;
    user-select: none; /* テキストの選択を防ぐ */
    left: 0;
    height: 22px; /* 大きさ */
    width: 22px; /* 大きさ */
    border: solid 2px #d4dae2; /* 線 */
    border-radius: 4px;
    box-sizing: border-box;
    background: white;
}

/* ✓ */
.checkmark:after {
    content: "";
    position: absolute;
    left: 9px; /* チェックの位置 */
	top: calc(50% - 7px); /* チェックの位置 */
    width: 6px; /* チェックの大きさ */
    height: 10px; /* チェックの大きさ */
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;  /*透明にしておく */
}

/* チェックが入ったときの□ */
input[type=checkbox].choice_1:checked  + .checkmark {
    background: orange; /* チェック時の色 */
    border-color: white; /* チェック時の色 */
}

/* チェックが入ったときの✓ */
input[type=checkbox].choice_1:checked + .checkmark:after {
    opacity: 1; /* 透明を解除 */
}

/* 活性 */
.btnActive{
    width: 56px;
    height: 25px;
    background-image: url(../images/here.gif);
    border: none;
    cursor: pointer;
}

/* 非活性 */
.btnActive:disabled{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    cursor: default;
}

