@CHARSET "UTF-8";

html,body {
	background-color: #DEEBF7;
	margin: 0;
	padding: 0;
	font-size:10.5px;
	font-size:64.5%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
body{
	/*
    -webkit-text-size-adjust: none;
	*/
    -webkit-text-size-adjust: 100%;
    background-color: transparent;
	 color: #333;
	min-height: 300px;
	margin:0 auto;
	font-size:12px;
	width:100%;
	padding: 0;
	font-size:1.2rem;
	font-family: "public_font","Futura Lt BT","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,select,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;	word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
	box-sizing: border-box;
}
span {
	box-sizing: border-box;
	word-wrap: break-word;
}

fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr{
    border:0;
}
div,p{
	box-sizing: border-box;
}

#eventname {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 0 15px 0;
	display: block;
}

#eventgroupname {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 0 15px 0;
	display: block;
}
#description {
	text-align: center;
	width: 100%;
	display: block;
}
.center{
	text-align: center;
}
.textcenter{
	text-align: center;
}
#pageWrapper {
	height: 100%;
	width: 100%;
	max-width: 850px;
	min-height: 800px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	padding: 0 0 60px 0;
	animation-name: page_wrapper_enter;
    animation-duration: 0.65s;
    position: relative;
}

@keyframes page_wrapper_enter
{
	from {left:1.2%; top:1%; opacity:0}
    to {left:0; top: 0; opacity:1}
}

.header_container {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    border: none;
    animation-name: container_enter;
    animation-duration: 0.3s;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
    position: relative;
    opacity:0;
}

.header_container img.entry_logo
{
	width: 100%;
	max-width: 850px;
}

/* v1.3 add start */

.main_container
{
	width: 100%;
}

.msg_container
{
	width: 45%;
	padding: 70px 20px 100px;
	float: left;
	animation-name: container_enter;
    animation-duration: 0.25s;
    animation-delay: 0.25s;
    position: relative;
    animation-fill-mode: forwards;
    opacity:0;
}

.login_container
{
	width: 55%;
	padding: 70px 20px 150px;
	float: right;
	animation-name: container_enter;
    animation-duration: 0.25s;
    animation-delay: 0.35s;
    animation-fill-mode: forwards;
    position: relative;
    opacity:0;
}

@keyframes container_enter
{
	from {left:13px; top:15px; opacity:0}
    to {left:0 ; top:0; opacity:1}
}

.msg_container p.left_title
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #2E75B6;

}

.msg_container p.left_text
{
	text-align: left;
	margin-top: 10px;
	font-size: 16px;
}


.login_container p.right_title
{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}

.login_container p.right_text
{
	text-align: left;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

.login_container div.account_btns
{
	margin-bottom: 20px;

}

.login_container div.online_entry_btns
{

}

.login_container a.img_link
{
	position: relative;
	font-size: 0;
	animation-name: img_link_enter;
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    opacity:0;
}

@keyframes img_link_enter
{
	from {left:10px; top:15px; opacity:0}
    to {left:0 ; top:0; opacity:1}
}

.login_container img.entry_btn_img
{
	width: 100%;
	box-shadow: 2.5px 1.5px rgba(0,0,0,0.25);
}


.footer {
	color: #A9A9A9;
	text-align:center;
	font-size: 11px;
	padding-bottom: 60px;
}

/* 注意：　意味のない行に見えるけど，消すとChromでレスポンシブデザインが効かなくなる，原因不明　*/
@media only screen and (max-width: 767px){}
/* v1.3 add end */

/* v1.3.5 add start */
/* 簡易認証JDSのポップアップ */
.modal_center_box {
	margin: 0;
    width: 100%;
    text-align: center;
}

.boldtext {
	font-weight: 600;
}

.modal_center_box .boldtext {
	font-size: 1.5rem;
}

.modal_center_box input{
	margin-bottom: 10px;
	width:250px;
	max-width: 90%;
}
.userModal #modalbox section {
	padding: 22px 10px;
}

.userModal .modal_center_box {
	padding: 0;
}
.errorText {
	color: #ff0000;
	text-align: center;
}
.modal_contents_box {
	padding: 0 20px;
}
.dialogInfoText {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 0.7em;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.4;
}
/* v1.3.5 add end */



/* v1.4 add start */
.hd_main {
	margin-top: 100px;
    font-size : 16px;
}
.hd_main * {
  margin-right: auto;
  margin-left: auto;
}

.loginBox {
	margin-top: 30px;
    line-height: 1.0;
}
.loginBox table th {
	font-size : 14px;
}

.textbox {
	width: 200px;
    height: 21px;

}

.buttonset{
	display: flex;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    table-layout: fixed;
}
.buttonset2{
	display: flex;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    margin-bottom:20px;
}
.buttonset2 > input {
	display: table-cell;
	/*margin: 0 5px;*/
	min-width: 95px;
	margin: 0 auto;
}

.login_button{
	margin: 10px 0;
}
.loginbtn{
	/* outline: none; */
    /* box-shadow: 2px 1px #dddddd; */
    /* text-decoration: none; */
    /* text-align: center; */
    /* font-size: 1.3rem; */
    /* border-radius: 10px; */
    cursor: pointer;
    font-weight: bold;
    padding: 8px 5px;
    color: #FFF;
    width: 30%;
    letter-spacing: 0px;
	border-radius: 0.4rem;
    border: 1px solid #cbcacc;
    background-color: #1157c1;
    line-height: 2;
}

.hdu_main {
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    text-align: center;
    font-size : 16px;
}
.btnset {
	display: table;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

/*==dalog css==*/
#modalboxFrame {
	display: none;
	position: absolute;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	text-align: center;
}
#modalboxFrame .overlay {
	display: block;
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	min-height: 100vh;
	height: 100%;
	height: calc(100% + 100px);
	width: 100%;
	top: 0;
	left:0;
}
#modalboxFrame2 {
	display: none;
	position: absolute;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	text-align: center;
}
#modalboxFrame2 .overlay {
	display: block;
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	min-height: 100vh;
	height: 100%;
	height: calc(100% + 100px);
	width: 100%;
	top: 0;
	left:0;
}

#modalbox {
	position: relative;
	display: block;
	width: 65%;
	top: 25%;
	height: auto; /* ・ｽ・ｽ */
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
	z-index: 10;
}
#modalbox section {
	padding: 22px 30px;
}
#modalbox.border {
	border: 10px solid #717171;
}
#modalbox .dialogtitle {
	border-bottom: 3px solid #717171;
	display: inline-block;
	font-weight: 600;
}
#modalbox .modaltitle {
	border-bottom: 3px solid #717171;
}

#modalContent {
	padding: 25px 12px;
}
#modalContent input {
	line-height: 2;
	border: 1px solid #bababa;
    padding: 0 4px;
    width: 100%;
    margin-top: 4px;
}
#modalContent input[type="button"] {
	line-height: 1.4;
    padding: 10px 5px;
    width: auto;
    min-width: 130px;
}
#modalContent input#eventTitle {
	line-height: 2;
	font-size: 16px;
	font-size: 12px;
	height: 22px;
	margin-top: 2px;
}
/* #modalbox .dialogtitle {
	border-bottom: 3px solid #717171;
	display: inline-block;
	font-weight: 600;
} */
.ptext {
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.text {
	font-size: 16px;
	padding-right: 30px;
}
.text:before {
	display:inline-block;
	content: "●";
	height: 22px;
	vertical-align: baseline;
}
/* .error_message { */
#errorText {
	font-size: 13px;
	font-weight: 600;
	color: #ff0000;

}
#error{
	text-align:center;
}
.errorText{
	text-align: center;
	margin:20px 0px 0px 0px
}
.btn,.redbtn, .searchbtn,.yelbtn,.bluebtn,.greenbtn,.darkgraybtn,.pinkbtn,.imgkbtn {
	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    display: inline-block;
    padding: 10px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    width: auto;
    letter-spacing: 1px;
    min-width: 100px;
}
.adminbtn{
	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    display: inline-block;
    padding: 10px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    width: auto;
    letter-spacing: 1px;
    min-width: 100px;
	background-color : #E0E0E0;
	border : 1px solid #E0E0E0;
	/* color : #EEE */
		}
.bluebtn {
	background-color: #1f7fc4;
}
.bluebtn:hover {
	background-color: #0c3a84;
}
#addEventbtn.bluebtn:hover {
	background-color: #0c3a84;
}
.greenbtn {
	background-color: #008040;
}
.btn1 {
	margin-right: 30px;
	margin-bottom: 30px;
}
.greenbtn:hover {
	background-color: #004824;
}
.darkgraybtn {
	background-color: #999999;
}
.darkgraybtn:hover {
	background-color: #717171;
}
/* #addEventbtn, #addAssignbtn, #eventRegist, #registAdminUser {
	margin:0% 0% 0% 30%;
} */
input[type="button"], input[type="submit"] {
    outline: none;
    box-shadow: 2px 1px #dddddd;
    cursor: pointer;
}
.buttonset > label,
.buttonset > input {
	display: table-cell;
	/*margin: 0 5px;*/
	min-width: 95px;
	margin: 0 auto;
}
.helpdesk_update {
	background-color: #f8fff9;
}
.helpdesk {
	background-color: #f8fff9;
}
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	white-space: nowrap;
	/* border-collapse: collapse; */
	empty-cells: show;
}
table th {
  text-align: right;
  padding: 2px  10px 2px 10px;
  height: 20px;
}

table td {
  text-align: left;
  padding: 2px 10px 2px 10px;
  height: 20px;
  white-space: normal;
}
table td.number {
  text-align: right;
}
dl, dt, dd {
	border-collapse: collapse;
}
dl {
	display: table;
}
dt, dd {
	display: table-cell;
}

.inbox {
	margin:0 auto;
	width: 100%;
	padding:2%;
	border: 1px solid #18c44e;/*青枠*/
	 border-radius: 10px;        /* CSS3草案 */
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 10px;   /* Firefox用 */
	background-color:#fff;
}
 table {
	border-collapse: collapse;
	margin:0 auto;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 1%;
    width: 100%;
}
table.twap{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 1%;
 	border-top: 1px solid #18c44e;/*青枠*/
}
table.twap tr{
 	border-bottom: 1px solid #18c44e;/*青枠*/
 	width: 100%;
 	display: table;
 	table-layout:fixed;
}
th.left_form {
	background-color:#ecfff2;
	text-align: left;
	padding-left:1%;
	color: #333333;
	border-right: 1px dashed #18c44e;
	width: 25%;
	word-break: break-all;
}
th.left_form .titleframe {
	text-align: left;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: calc(100% - 65px);
}
 td.right_form {
	width: 50%;     /* エントリーページ */
	padding: 2%;
	word-break: break-all;
}
 td.right_form input,
 td.right_form label
{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	white-space: pre-line;
	vertical-align: middle;
}
 td.right_form select
{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	white-space: nowrap;
	vertical-align: middle;
}
 td.right_form > input[type=text],
 td.right_form > select,
 td.right_form label input[type=text],
 td.right_form label input[type=password],
 td.right_form label select
{
	padding: 1%;
}
input[type="text"],input[type="password"],select{
  width: 100%;
  height: 30px;
  padding:5px;
  max-width: 400px;
  color: #333333;
  margin-right:1%;
  border:1px solid #999;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  behavior: url(border-radius.htc);/*for IE */
}
input.txt_short,select.txt_short{
  max-width: 220px;
}
input#b {
width: 10%;
height: 30px;
  border:1px solid #999;     /* 枠線の装飾 */
  background-color: #fff;   /* 背景色 */
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
behavior: url(border-radius.htc);/*for IE*/
}
 table th.t1 {
		width: 230px;
	text-align: right;
	color: #333;
	padding-right:3%;
}
 table td.t2{
	width: 60px;
	height: 25px;
	text-align: right;
}
input#c{
	width: 50px;
	text-align:right;
	border:1px solid #999;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);/*for IE */
}
 table td.t3{
	color: #333;
	font-weight:bold;
	width:60px;
}
 td.check_form {
	height:50px;
	width: 50%;	/* 確認画面ページ */
}
 td.check_form li {
	list-style-type:none; /* 確認画面ページのチェックボックスリスト化対応 */
}

.right_form_frame label{
	font-size: 1.2rem;
	display: inline-block;
	width: 48%;
}
.right_form_frame label.one{
	width: 100%;
}
/* .right_form_frame .herf + .herf, */
 .right_form_frame .herf + .herf
{
	padding-left: 1.5%;
	width: 49%;
}
.right_form_frame label.threeOne{
	width: auto;
	max-width: 29%;
	min-width: 82px;
}
.pdflink {
	text-decoration : underline;
}
.pdflink:hover {
	color : #187fc4;
	text-decoration : underline;
}
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}


.birth select {
	width: auto;
}
.birth label {
	white-space: nowrap;
}
.birth label:first-child  {
	white-space: nowrap;
	min-width: 110px;
}
.birth label:first-child  select{
	min-width: 75px;
}


#sqrc {
	width: 60px;
	vertical-align: middle;
	float: right;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.th_sqrc {
    display: inline-block;
	display: table-cell;
}
.div_sqrc {
	display: inline-block;
	text-align: left;
}
.sqrcflame {
	width: 194px;
    display: inline-block;
    vertical-align: middle;
}
.leftbox {
	display: table-cell;
	vertical-align: middle;
}
.titleframe {
	font-weight: 600;
}
.rabelset.quote {
	padding: 5px;
	border: dotted 2px #99ffa1;
	margin-bottom:1%;
}
 input[type="radio"]:checked + span:before {
	background-image: url(../img/radio_on.png);
}
 input[type="radio"] + span:before {
	background-image: url(../img/radio_off.png);
	width: 18px;
	height: 18px;
	margin: auto;
}
 .sampleatten{
	font-size: 12px;
	color: #18c45c;
	margin:0;
	padding: 2px 0;

}
#contents {
	margin: 0;
	width: 100%;
    padding: 0 30px 8px 30px;
    position: relative;
}

h1{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
.apple_btn_img{
	height: 40px;
    width: 120px;
    border-left-width: 50px;
    padding-left: 0px;
    border-right-width: 10px;
    padding-right: 0px;
    margin-top: 10px;
    border-top-width: 300px;
    text-align:center;
}
hr{
  height: 1px;
  border-top: 1px #999 solid;
}
.awalletbtn a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* v1.4 add end */
.requiredico,.norequiredico {
	display: inline-block;
    content: "";
    width: 33px;
    height: 13px;
    background-image: url("../img/required_ico.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin: 3px;
}
.hatenaico {
	display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../img/description.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.8;
}
.hatenaico:hover {
	opacity: 1;
}
.norequiredico {
    background-image: url("../img/norequired_ico.gif");
}
.iconframe {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    text-align: right;
}
.gray{
	background-color: rgb(240, 240, 240);
}
.boxline th, .boxline td {
	display: table-cell;
	white-space: normal;
}
input[type="checkbox"]:checked + span:before {
	background-image: url(../img/check_on.png);
}
input[type="radio"] + span:before {
	background-image: url(../img/radio_off.png);
	width: 18px;
	height: 18px;
	margin: auto;
}
input[type="radio"]:checked + span:before {
	background-image: url(../img/radio_on.png);
}

#modalContent1 {
	padding: 15px 12px;
}
.hd_reset {
	margin-top: 50px;
    font-size : 16px;
}

.jds-entry-btn {
	width: 100%;
	background-color: #318bff;
	padding: 10px 10px;
	box-shadow: 2.5px 1.5px rgba(0,0,0,0.25);
	cursor: pointer;
}

.jds-entry-btn .inner {
	font-size: 23px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.jds-entry-btn:hover {
	background-color: #459eff;
}

.normal-entry-btn {
	width: 100%;
	background-color: #ff9900;
	padding: 10px 10px;
	box-shadow: 2.5px 1.5px rgba(0,0,0,0.25);
	cursor: pointer;
}

.normal-entry-btn .inner {
	font-size: 23px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.normal-entry-btn:hover {
	background-color: #ffaa00;
}