@charset "utf-8";

/* reset css */

@import "./reset.css";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	OOCSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header_logo {
	display:inline;
	float:left;
	padding-right:10pt;
	padding-top:2px;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear { clear: both; }
.clearfix { overflow: hidden; }
.warning {
	border: 1px solid red;
	border-radius: 3px;
	color:red;
	padding:10px 10px 10px 60px;
	background: url(../img/warning_48.png) no-repeat;
	background-position: 5px 10px; 
	background-color:#FFFFEE;
}
.information {
	border: 1px solid #0099FF;
	border-radius: 3px;
	color:#4885C1;
	padding:10px 10px 10px 60px;
	background: url(../img/information_48.png) no-repeat;
	background-position: 5px 10px; 
	background-color:#FFFFFF;
}

.red { color: red; }
.blue { color: blue; }
.gray { color: gray; }
.darkgray { color: #666; }

.small { font-size: small; }

.x-small { font-size: 11px; } /* x-small = 10px */

.important_label { color: red; }
.children { padding-left: 20px; }

strong{ font-weight: bold; }
.bold { font-weight: bold; }
.error { color: red; }
.file-error{ color: red; }
.file-size-error{ color: red; }

/*** bootstrap alert style custom ***/
.alert-main {
	margin-bottom: 20px;
}
.alert {
	display: table-cell;
/*	width: 1300px; */
	height: 80px;
/*	min-height: 55px !important; */
	vertical-align: middle;
}
.small_column .alert {
	width: 430px;
}

a {
	color: #21759B;
	text-decoration: none;
	cursor: pointer;
}

i { margin-right: 5px; }

input[type="text"], textarea {
	max-width: 795px;
}

input[type="image"] {
    width: auto;
}

input[type="file"] {
    width: auto;
}

.hidden_str{
	display: none !important;
}

.disabled_label {
	color: #ccc;
}

.td-1st {
	display: table-cell;
	vertical-align: middle;
	height: 2.0em;
}
.td-2nd {
	display: flex;
	border-top: 1px dotted #ccc;
}
.td-2nd::before {
	content: "\A";
	white-space: pre;
}
label.label-line-height0  {
	line-height: 0;
}

/* Headings ********************************************/

h1 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	margin-right: 20px;
}
	h1 a { color: white; }
h2 {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 white;
}
	.admin h2 {
		padding: 0 5px;
	}
h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	margin: 10px 0;
}

/* Structure ********************************************/
	
html {
	height: 100%;
	background-color: #F0F0F0;
	background-image: url(../img/bg_body.png);
}

body {
	min-height: 100%;
	font-size: small;
	font-family: Helvetica, Helvetica Neue, Arial;
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;*/
	position: relative;
}
.wrapper {
	width: 95%;
	margin: 0.5% auto;
}
#header-container {
	background: #333;
/*	height: 90px;  modile first */
	height: 45px;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed; /* fixed にすると最上部固定 */
	z-index: 99; /* 最上部に表示 */
}

#main-container {
/*	padding-top: 100px; modile first */
/*	overflow: hidden; */
/*	margin: 0 auto; */
	margin: 45px auto;
}

#main {
	padding-bottom: 60px; /* mobile first */
}

#footer-container {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	padding: 15px 20px;
	border-top: 1px solid #ccc;	
}

.small_column {
/*		width: 550px; */
	width: 640px;
	margin: 0 auto;
}

.button_right {
	float: right;
	padding: 5px 5px;
}

	
/* entry input *************************************************/

.input-full {
	width: 98%;
}
.input-middle {
	width: 50%;
}

.input-small {
	width: 20%;
}

.control-label-no_space {
 	float: left !important;
	text-align: left !important;
 	width: auto !important;
 }
.controls-no_space {
 	margin-left: 70px !important;
 }


/* ヘッダへの会員番号：氏名表示 */
.disp_member_id {
	position: absolute;
	display: inline-block;
	right: 30px;
	top: 15px;
	font-size: 1.2em;
}

/* スマホ・タブレット用 */
@media only screen and (max-width:940px){
	.disp_member_id {
		display: none;
	}
}

 
/************************************************

	Entries Form Design Style

*************************************************/
table.input_form {
/*	margin: 0 auto; */
/*	width: 50%; */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666;
	border-spacing: 0;
	overflow: hidden;
	border-collapse: inherit;
	clear: both;
}
table.input_form td, table.input_form th {
	border-bottom: 1px solid #666;
	padding: 5px;
}
table.input_form th {
	font-weight: bold;
	background: #EFEFEF;
	vertical-align: middle;
}
table.input_form td {
	vertical-align: top;
}
table.input_form tbody tr:last-child th,
table.input_form tbody tr:last-child td{
	border-bottom: none;
}
table.input_form tbody td:first-child {
    border-left: none;
}
table.input_form input {
	margin-bottom: 0;
}
table.input_form select {
	margin-bottom: 0;
}

table.input_form_narrow {
/*	margin: 0 auto; */
/*	width: 50%; */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666;
	border-spacing: 0;
	overflow: hidden;
	border-collapse: inherit;
	clear: both;
}
table.input_form_narrow td, table.input_form_narrow th {
	border-bottom: 1px solid #666;
	padding: 0px 5px;
}
table.input_form_narrow th {
	font-weight: bold;
	background: #EFEFEF;
	vertical-align: middle;
}
table.input_form_narrow td {
	vertical-align: top;
}
table.input_form_narrow tbody tr:last-child th,
table.input_form_narrow tbody tr:last-child td{
	border-bottom: none;
}
table.input_form_narrow tbody td:first-child {
    border-left: none;
}
table.input_form_narrow input {
	margin-bottom: 0;
}
table.input_form_narrow select {
	margin-bottom: 0;
}

div.num_label{
	background-color:#0066CC;
	color: #FFFFFF;
	position: absolute;
}

/************************************************

　　認定制度入力用 他

************************************************/
.table_normal {
    width: 100%;
    border-collapse: separate; /* これを使うことで border-radius が機能します */
    border-spacing: 0;
    border: 1px solid #ddd; /* テーブルの外枠 */
    border-radius: 6px; /* テーブル全体の角を丸くする */
    overflow: hidden; /* テーブルの内容が外にはみ出さないようにする */
}

.table_normal thead {
    background-color: #e0e0e0; /* ヘッダーの背景色 */
}

.table_normal thead th {
    padding: 5px;
    border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 1.0rem;
}

.table_normal tbody tr {
    border-bottom: 1px solid #ddd;
}

.table_normal tbody tr:last-child {
    border-bottom: none; /* 最後の行のボーダーを消す */
}

.table_normal tbody th {
    padding: 5px;
	background-color: #f4f4f4;
}

.table_normal th.center {
    text-align: center;
}

.table_normal th.v-middle {
    vertical-align: middle;
}

.table_normal tbody td {
    padding: 5px;
	background-color: #fff;
}

.table_normal {
    border-collapse: separate;
}

.table_normal thead th:not(:first-child) {
	border-left: 1px solid #c9c9c9;
}

.table_normal tbody td:not(:first-child) {
	border-left: 1px solid #ddd;
}

.table_normal tbody tr:not(:last-child) th {
	border-bottom: 1px solid #ddd;
}

.table_normal tbody tr:not(:last-child) td {
	border-bottom: 1px solid #ddd;
}

.table_normal thead th:first-child {
    border-top-left-radius: 6px;
}

.table_normal thead th:last-child {
    border-top-right-radius: 6px;
}

.table_normal tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.table_normal tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.flat-input {
	border: none !important;
    border-radius: unset !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
	width: 100% !important; 
}

@media screen and (min-width:769px) {
.medium_column {
	width: 760px;
	margin: 0 auto;
}


	table.input_form th {
/*		width: 300px; */
	}
	table.input_form th + th, table.input_form td{
		border-left: 1px solid #666;
	}
	.field_line > div.radio{
		margin-left: 85px;
	}	
	div.num_label {
		top: 1px;
		left: -5px;
		height: 100%;
	}
	div.field_group {
 		position: absolute;
		top:0; left: 10px;
		padding: 0px 0px;
		width: 100%;"
 	}
	.inner_label {
		padding: 0px 5px 4px 5px;
		background: #CCCCCC;
		float: left;
		min-width: 60px;
		margin: 2px 10px;
		min-height: 24px;
	}
	.inner_label_small {
		display: none;
	}
}


@media only screen and (max-width:768px){
	table.input_form th, table.input_form td {
		display: block;
		width: 100%;
	}
	.field_line > div.radio{
		margin-left: 85px;
	}	
	div.num_label {
		top: 1px;
		left: -5px;
		height: 100%;
	}
	div.field_group {
 		position: absolute;
		top:0; left: 10px;
		padding: 0px 0px;
		width: 100%;"
 	}
	.inner_label {
		padding: 0px 5px 4px 5px;
		background: #CCCCCC;
		float: left;
		min-width: 60px;
		margin: 2px 10px;
		min-height: 24px;
	}
	.inner_label_small {
		display: none;
	}
}

@media only screen and (max-width:425px){
.medium_column {
	margin: 0 auto;
}


	.field_line > div.radio{
		margin-left: 0px;
	}	
	div.num_label {
		top: -5px;
		left: -5px;
		width: 104%;
		height: auto;
	}
	div.field_group {
 		position: absolute;
		top: 18px; left: 10px;
		padding: 0px 0px;
		width: 100%;
 	}
	.inner_label {
		display: none;
	}
	.inner_label_small {
		display: block;
		background: #CCCCCC;
		text-align: center;
		float: left;
		min-width: 15px;
		margin: 2px -15px;
		padding-top: 5px;
		min-height: 20px;
	}
	
	table.list th.th_action {
		display: none;
	}

	table.list td.td_status {
		display: block;
	}
	
	table.list td.td_action {
		display: block;
	}	
}
 
/************************************************

	Credit Card CVC Help

*************************************************/
#cvc-help-sign li {
	position:relative;
}
#cvc-help-sign li:hover {
	background: #ffffff;
}
.card-cvc-sample {
	display: none;
	position: absolute;
	bottom: -2.8em;
	top: -9em;
	left: 12em;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: #FFFFFF;
	border-radius: 0.5em;
	background: url(../img/card-cvc.png) no-repeat;
	width:196px;
	height:133px;
}
/*
.card-cvc-sample:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:8px solid transparent;
	border-left:8px solid #c72439;
}
*/
#cvc-help-sign div:hover~.card-cvc-sample {
/*	display: block; */
	display:inline-block;
}
.cvc-question {
	display:inline-block;
	backface-visibility: hidden;
	position: absolute;
	top: -1.5em;
	left: 6.0em;
	width:19px;
	height:19px;
	background: url(../img/ico_question.png) no-repeat;
} 
 
 
/* Google Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form-horizontal .control-label-no_space {
		margin-top: 5px;
	}
}

 
/* CSS3 Media Query ********************************************/

/*
@media only screen and (min-width: 320px) {
}
*/
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 768px) {
	#header-container {
		height: 45px;
	}
	#main-container {
/*		padding-top: 60px;	*/
		padding-top: 5px;
	}
		#main {
			/* for bootstrap dropdown */
			/* padding-bottom: 180px; */
			padding-bottom: 225px;
		}
	.wrapper {
		margin: 0 auto;
	}

}
@media only screen and (min-width: 960px) {
	.wrapper {
		width: 960px;
	}
}

@media only screen and (min-width: 1400px) {
	.wrapper {
		width: 1380px;
	}

}

/* for IE */
.no-boxshadow .content_main {
	border: 1px solid #ccc;
}
.content_main {
	background-color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.35);
	margin: 5px 5px 10px;
}

.content_header {
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -ms-linear-gradient(#FAFAFA,#EAEAEA);
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.content_header .content_inner {
	padding: 10px 20px;
}
.content_nav {
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	background: #FAFAFA;
	margin-bottom: 0;
	background-color: whiteSmoke;
}
.content_nav .content_inner {
	padding: 10px 20px;
}
.content_inner {
	padding: 30px;
}

.content_inner_alone {
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -ms-linear-gradient(#FAFAFA,#EAEAEA);
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
	padding: 30px;
}

/*
.content_inner .No_label {
	padding-left:20px;
}
*/
.content_footer {
	border-top: 1px solid #CCC;
	background: #FAFAFA;
	text-align: center;
	margin-bottom: 0;
	text-align: center;
	background-color: whiteSmoke;
	border-top: 1px solid #DDD;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-ms-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 white;
}
.content_footer .content_inner {
	padding: 20px;
}


.index_hd {
	margin-bottom: 10px;
}



.required_mark {
	background: crimson;
	padding: 2px 5px;
	margin-left: 8px;
	color: white;
	font-size: 11px;
	border-radius: 3px;
	font-weight: normal;
	position: relative;
	bottom: 1px;
}

@media only screen and (min-width:425px){
	.individual_org	{
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.individual_adr {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.individual_warning_msg	{
		color:red;
		margin: 0px 0px 10px 0px;
	}
	.select_trans {
		background-color:#FFEEC6;
		padding: 10px 10px 10px 20px;
	}
	.school_name {
		width: 45%;
	}
}

@media only screen and (min-width:640px){
	.required_mark_user {
		bottom: -3px;	
	}
	.individual_org	{
		width: 500px;
	}
	.individual_adr {
		width: 430px;
	}

	.individual_warning_msg	{
		color:red;
		margin: 0px 0px 10px 145px;
	}
	.select_trans {
		background-color:#FFEEC6;
		padding: 10px 10px 10px 20px;
		margin-left: 130px !important;
	}
	.school_name {
		width: 60%;
	}
	.graduation_year {
		float: right;
	}
}
.content_inner_title {
	border-bottom: 1px solid #CCC;
	background: #F1F5FA;
	background: -ms-linear-gradient(#F1F5FA,#CBDEE7);
	background: -moz-linear-gradient(#F1F5FA,#CBDEE7);
	background: -webkit-linear-gradient(#F1F5FA,#CBDEE7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F5FA',endColorstr='#CBDEE7')";
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2em;
}



/* table ******************************************/

table {
	width: 100%;
}

/* list */

.list tr {
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
}

/* strip table */

.list tr.odd { background: #FFFFFF; }
/*.list tr.hover { background: #F5F5F5; }*/
.list tr.hover { background: #F9F8E6; }

.list th {
	padding: 7px 8px;
	text-align: left;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 white;
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -ms-linear-gradient(#FAFAFA,#EAEAEA);
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";	
}

.list th.th_entry_certify {
	text-align: center;	
	background: #FAFAFA;
	background: -ms-linear-gradient(#F9E097,#F1ECD5);
	background: -moz-linear-gradient(#F9E097,#F1ECD5);
	background: -webkit-linear-gradient(#F9E097,#F1ECD5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9E097',endColorstr='#F1ECD5')";	
}
.list td { padding: 7px 8px; }

/* Table Footer */
.table_footer {
  /* koko */
  margin: 0 0 20px;
  padding: 10px 20px;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
     -ms-border-radius: 0 0 6px 6px;
       -o-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
/*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
*/  
}


th.first, td.first { padding-left: 15px; }
th a { color: #333; }
th { vertical-align: text-top; }


th.th_select { width: 75px; }
th.th_id { width: 75px; } /* 6桁 */
th.th_mail_send_num { width: 20px;}
th.th_date { width: 120px; }
th.th_name { width: 100px; }
th.th_action { width: 100px; }
th.th_entry { width: 100px; }
th.th_org { width: 300px; }
th.th_mail { width: 280px; }

/* Admin Page List */
th.th_page_id { width: 40px !important; }
th.th_page_title { width: 350px !important; }
th.th_page_entrynum { width: 60px !important; }
th.th_page_chargenum { width: 60px !important; }
th.th_page_date { width: 75px !important; }
th.th_page_action { width: 70px !important; }

/* Admin Event Seminar Entry List */
th.th_entry_select { width: 50px !important;}
th.th_entry_id { width: 60px !important; }
th.th_entry_area { width: 90px !important; }
th.th_entry_name { width: 90px !important; }
th.th_entry_kana { width: 100px !important; }
th.th_entry_charge { width: 50px !important; }
th.th_entry_seminar_num { width: 60px !important; }
th.th_entry_action { width: 65px !important; }
th.th_entry_certify { width: 65px !important; }

/* password_strength */
.password_strength_1 {background-color: #fcb6b1;}
.password_strength_2 {background-color: #fccab1;}
.password_strength_3 {background-color: #fcfbb1;}
.password_strength_4 {background-color: #dafcb1;}
.password_strength_5 {background-color: #bcfcb1;}

/* form */

table.form th, table.form td {
	padding: 3px 0;
}
.form th {
	font-weight: bold;
	font-size: 12px;
}

.add_temp_table {
	margin-bottom: 20px;
}
.add_temp_table th, .add_temp_table td {
	padding: 7px 10px;
}
.add_temp_table th {
	vertical-align: text-top;
	font-weight: bold;
}

.index_ft {
	margin-top: 40px;
}
ul.actions li {
	float: left;
	margin-right: 10px;
}
.paging { margin-top: 10px; }

p { line-height: 1.3em; }

/* input用 */
.full { width: 98%; }
.chk_box_nonowap {
	white-space:nowrap;
}

/* entryform */

dl {
	overflow: hidden;
}
dt {
	border-left: 5px solid gray;
	border-bottom: 1px dotted gray;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}
dt.No_label {
	border: none;
	clear: both;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: -10px;
}
dd {
	margin: 0 3px 0px;
	overflow: hidden;
}

dd.required_jpn {
	width: 45px;
	float:left;
	padding: 4px 0px;
}

dd.required_eng {
	width: 65px;
	float:left;
	padding: 4px 0px;
}

dd.required_blg {
	width: 90px;
	float:left;
	padding: 4px 0px;
}

.dl-horizontal dt {
	border: none;
	float: left;
	width: 140px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 150px;
}

.list_standard dt, .list_standard dd{
	line-height: 1.2em;
	margin-top:  1.0em;
}

.list_standard dt{
	border: none;
	clear: left;
	float: left;
	text-indent: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 60px;
	text-align: right;
}

.list_standard dd{
	margin-left: 80px;
}


/* form */
label {
	font-weight: bold !important;	
}
input[type=checkbox] + label, input[type=radio] + label {
/*	margin: 0 15px 0 10px; */
/*	margin: 0 28px 0 -4px; */
/*	margin: 0 28px 0 -3px; */
	margin: 0 28px 0 -2px;
}

.radio, checkbox {
	padding-left: 22px !important;
}

#example label {
    margin: 0;
}

body:last-child .yoko { padding-right: 10px; }	/* for IE Hack */
.yoko {
	float: left;
	padding-right: 18px;
	padding-right: 6px\9; 	/* for IE8 Only Hack */
}

hr.form{
	margin-left: -50px;
}

/* form */
p.error {
	color: red;
	font-size: small;
	margin-bottom: 5px;
}
.error input[type=text],
.error input[type=password],
.error textarea,
.error select,
.error label {
	background: #FFCCCC;
}

.limitError input[type=text],
.limitError textarea {
	background: #FFCCCC;
}

/* Serach Filter */
.serach_filter {
	background-color: #FFFFFF;
	background: url(../img/search_box.png);
	background-repeat:no-repeat;
	background-position: 0 -2px; 
}

/* model validation */

.form-error {
	background: #FFCCCC;
}


/* template **********************************/

#field_list li {
	padding: 5px;
	background: white;
	overflow: hidden;
	cursor: -webkit-grab;
}
#field_list li:hover {
	background: #f5f5f5;
}
#field_list li:active {
	cursor: -webkit-grabbing;
	background: white;
	border: 1px solid #ccc;
}
#field_list li.auth_field {
}

/* Control Field Background Color Setting */
#field_list li.ctrl_field {
	background:#FFEEEE;
}

#field_list li.ctrl_field:hover {
	background:#FFD0D0;
}

#field_list li.admin_field {
	background:#D2F0FF;
}

#field_list li.admin_field:hover {
	background:#95DDFF;
}

/*
#field_list div.No_label {
	margin: 0 15px 0 20px;
}
*/ 
.ui-state-highlight {
	background: whitesmoke !important;
	border: 1px solid #ccc !important;
	margin: 5px 0 !important;
	box-shadow: inset 1px 1px 5px #ccc;
}

#field_list .ui-state-highlight {
	height: 90px;
}

/* form */
/*
input[type=text], input[type=password], textarea {
	padding: 3px;
	background: transparent;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2) inset;
}
*/
textarea {
	resize: vertical;
}

/* submit btn */
.submit {
	height: 34px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 0 white;
	background: white;
	background: -ms-linear-gradient(white,#E1E1E1);
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	border-bottom: 1px solid #EBEBEB;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	cursor: pointer;
	margin-left: 1px;
	padding: 0 15px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	border: 1px solid #999;
}

a.submit {
	padding: 0.7em 1.3em 0.75em 1.3em; 
	background: -ms-linear-gradient(white,#E1E1E1);
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	vertical-align: middle;
}

/*	Firefox Only Hack */
@-moz-document url-prefix() { a.submit {
	padding: 0.75em 1.3em 0.70em 1.3em; 
	background: -ms-linear-gradient(white,#E1E1E1);
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	vertical-align: middle;
}}

.submit:hover {
	color: white;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	background: #4794BC;
	background: -ms-linear-gradient(#0CA3DA,#3A7999);
	background: -moz-linear-gradient(#0CA3DA,#3A7999);
	background: -webkit-linear-gradient(#0CA3DA,#3A7999);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4794bc',endColorstr='#3a7999')";
	border-bottom-color: #438BB1;
}

.loginform {
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.35);
}

/* icon */

.icon_16x16 {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(../img/icons_16x16.png);
	margin-right: 5px;
}
.icon_16x16_th {
	display: block;
	width: 16px;
	height: 13px;
	float: left;
	background: url(../img/icons_16x16.png);
	margin-right: 5px;
}
.icon_view { background-position: 0 0; }
.icon_edit { background-position: -16px 0; }
.icon_delete { background-position: -32px 0; }
.icon_copy { background-position: -48px 0; }
.icon_mail { background-position: -64px 0; }
.icon_auth { background-position: -80px 0; }
.icon_mypage { background-position: -96px 0; }
.icon_key { background-position: -112px 0; }
.icon_new { background-position: -128px 0; }
.icon_trash { background-position: -32px -16px; }
.ui_icon {
	display: inline-table; 
	width: 16px;
	height: 16px;
	background: url(../img/ui-icons.png);
	background-position: -128px -16px;
	
}
.ui_sortable {
	background-position: -128px -48px;
}

.asc .ui_icon { background-position: -64px -16px; }
.desc .ui_icon { background-position: 0 -16px; }



/* h2 icon 24x30 */

.icons_24x30 {
	float: left;
	display: block;
	width: 27px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/icons_27x30.png);
}
.icons_24x30.icon_form { background-position: 0 0; }
.icons_24x30.icon_gear { background-position: -27px 0; }
.icons_24x30.icon_user { background-position: -54px 0; }
.icons_24x30.icon_entry { background-position: -81px 0; }
.icons_24x30.icon_mail { background-position: -108px 0; }
.icons_24x30.icon_group { background-position: -135px 0; }


.form_title {
	color: peru;
	font-weight: bold;
	font-size: 14px;
}

/* icon green arrow right */

.icon_arrow_right {
	display: block;
	width: 30px;
	height: 16px;
	float: left;
	background: url(../img/arrow_right.png);
	margin-right: 5px;
}


/* for visual editor */

.cleditorMain {
	border: 1px solid #CCC !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
/* for visual editor style */

.cleditor_view { /* ページ詳細 */
	margin-top: 20px;
}
.cleditor_view ul, .editor_view ol {
	margin-left: 20px;
}
.cleditor_view ul li {
	list-style-type: disc;
}
.cleditor_view ol li {
	list-style-type: decimal;
}
.cleditor_view sup {
	vertical-align:	super;
}


/* editor */

.ed_box {
	width: 99%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.ed_box textarea {
	border: none;
	outline: none;
}

.ed_toolbar {
	background: #eee;
	border-bottom: 1px solid #ccc;
	/* width: 100%; */
	max-width: 100%;
	padding: 2px 0;
}
.ed_toolbar input[type=button] {
	border: none;
	background: #eee;
	font-size: 11px;
	padding: 4px 5px;
}
.ed_toolbar input[type=button]:hover {
	background: white;
}


/* 「ログインしてください」のとこ */

#login_before {
	color: white;
	line-height: 40px;
}
#login_before a {
	color: skyblue;
}

.admin_divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #E5E5E5;
	border-bottom: 1px solid white;
}

/*-----------------------------------------------
    Page Setting Modal Field Style
-------------------------------------------------*/
#add_option_field {
	border-right-style:dotted;
}

#add_option_field_value {
	border-radius: 0;
	border-left: 0px;
	margin-left: -4px;	
}

.add_option_label {
	position:relative;
}

.add_option_label_title {
	font-size:10px;
	width:210px;
	text-align:center;
	background-color:#ddd;
	position:absolute;
	top:1px;
	left:3px;
	border:solid 1px #ccc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-ms-border-radius-topleft:3px;
	-ms-border-radius-topright:3px;
}

.add_option_label_value {
	font-size:10px;
	width:90px;
	text-align:center;
	background-color:#ddd;
	position:absolute;
	top:1px;
	left:225px;
	border:solid 1px #ccc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-ms-border-radius-topleft:3px;
	-ms-border-radius-topright:3px;
}

.calc_sum_id {
	width:20px;
	float:left;
	border: 1px solid rgb(204, 204, 204);
	margin: 0px 5px 5px 0px;
	font-size: 16px;
	line-height: 18px;
	text-align:center;
	padding:2px 20px 0px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius;
	-ms-border-radius;
}

.calc_val {
	display:none;
}

/************************************************

	イベント設定 会場情報　Style

*************************************************/
#venu_list li {
	padding: 5px;
	background: white;
	overflow: hidden;
	cursor: -webkit-grab;
}
#venu_list li:hover {
	background: #f5f5f5;
}
#venu_list li:active {
	cursor: -webkit-grabbing;
	background: white;
	border: 1px solid #ccc;
}
#venu_list li.auth_field {
}

/* Control Field Background Color Setting */
#venu_list li.ctrl_field {
	background:#FFEEEE;
}

#venu_list li.ctrl_field:hover {
	background:#FFD0D0;
}

#venu_list li.admin_field {
	background:#D2F0FF;
}

#venu_list li.admin_field:hover {
	background:#95DDFF;
}

#venu_list .ui-state-highlight {
	height: 180px;
}

table.venu_info {
	width: 90%;
	margin-top: 5px;
}
#venu_list {
	counter-reset: titleNum;
	margin-left: 50px;
}
#venu_list li {
	counter-increment: titleNum;
	margin-bottom: 20px;
}
li.venues {
	margin-bottom: 5px;
}
p.venu_area {
	position: relative;
	padding: 0.5em 0em 0.5em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 2.0em;
	line-height: 0px;
	width: 85%;
}
p.venu_name_form {
	padding: 1.0em 0em 0.5em 0em;
	border-bottom: 1px solid #ccc;
/*	font-size: 2.0em; */
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0px;
	width: 85%;
}

div.pay_none{
/*	background-color:#FF0000; */
	background-color:#51A2C1;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	display: inline-block;
}

div.pay_done{
	background-color:#0066CC;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

div.seminar_finish{
	background-color: #339900;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

div.seminar_absent{
	background-color: #990000;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

div.pay_waiting {
	background-color:#E88B00;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

div.pay_info {
	background-color:#FF66CC;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

div.pay_inner_msg {
	background-color:#FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	display: block;
	padding: 10px;
	margin: 10px;
}

div.docs_presaveg {
	background-color:#BFB904;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
}

/* Chrome Only Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	p.venu_area {
		padding: 0.3em 0em 0.5em 2em !important;
		line-height: 10px !important;
	}
} 
p.venu_area::before {
	position: absolute;
	top: -5px;
	left: 0px;
	content: counter(titleNum);
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #3399FF;
	border-radius: 100%;
	color: #fff;
	font-size: 1.0em;
	text-align: center;
}
.venu_info thead th {
	background-color: #3399FF;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	padding: 5px 5px;
	font-size: 1.5em;
}
.venu_info thead td {
	background-color: #FFFFFF;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	padding: 5px 5px;
	font-size: 1.5em;
}
.venu_info tbody th {
	background-color: #F0FFF0;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	padding: 5px 5px;
	font-size: 1.1em;
	width: 15%;
}
.venu_info tbody td {
	background-color: #F5F5FC;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	padding: 5px 5px;
	font-size: 1.1em;
}

.venue_info_data {
/*	display: none; */
	clear: both;
}

[id^="venue_info_data"] {
	display: none;
}

/************************************************

　　イベントフォーム用 情報表示

************************************************/
table.event_info {
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}
table.event_info thead th,
table.event_info tbody th,
table.event_info tbody td {
	padding: .5em 1em;
	border-bottom: 1px solid #aaa;
}
table.event_info thead th {
	text-align: center;
	background-color: #ddd;
}
table.event_info tbody th {
	background-color: #eee;
	text-align: center;
}
table.event_info thead th + th,
table.event_info tbody td {
/*	border-left: 1px solid #aaa; */
}
table.event_info tbody tr:last-child th,
table.event_info tbody tr:last-child td {
	border-bottom: none;
}
table.event_info tbody td:first-child {
	border-left: none;
}
@media screen and (min-width:769px) {
	table.event_info tbody th {
		width: 15%;
		text-align: left;
	}
	table.event_info tbody td {
		border-left: 1px solid #aaa;
	}
}
@media only screen and (max-width:640px){
	table.event_info tbody th {
		display: block;
		text-align: center;
	}
	table.event_info tbody td {
		display: block;
		width: 92%;
		text-align: left;
	}
}


/************************************************

　　イベントフォーム用個人データ表示

************************************************/
table.form_user_contact_data {
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
}
table.form_user_contact_data thead th,
table.form_user_contact_data tbody th,
table.form_user_contact_data tbody td {
	padding: .5em 1em;
	border-bottom: 1px solid #aaa;
}
table.form_user_contact_data thead th {
	background-color: #ddd;
}
table.form_user_contact_data tbody th {
	background-color: #eee;
	width: 12%;
	text-align: center;
}
table.form_user_contact_data thead th + th,
table.form_user_contact_data tbody td {
	border-left: 1px solid #aaa;
}
table.form_user_contact_data tbody tr:last-child th,
table.form_user_contact_data tbody tr:last-child td {
	border-bottom: none;
}

/************************************************

	Paginate Style

*************************************************/
.paginate_btn {
	float: left;
}
.paginate_free {
	float: right;
}
.paging {
	padding: 3px;
	margin: 3px;
}
.paging a {
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #000099;
}
.paging a:hover, .paging a:active {
	border: 1px solid #000099;
	color: #000;
}
.paging span.current {
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.paging span.disabled {
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

/*************************************************

　　新規登録画面用

**************************************************/
.beginner {
/*	background: url(../img/beginner_mark.png) no-repeat; */
    background-repeat: no-repeat;
    background-position: left center;
/*    padding-left: 120px; */
	text-align: center;
	line-height: 120px;
	font-size: 200%;
	font-weight: bold;
}

/*************************************************

　　個人情報保護・定款画面用

**************************************************/
#disp_contents p,ul {
/*	margin-left: 20px; */
	position:relative;
}

#disp_contents h5 {
	margin: 15px 0px 15px 0px;
	padding: 4px 0px 2px 10px;
	border-left: solid 6px #A5C5E9;
	border-bottom: 1px solid #c9c9c9;
	line-height: 2.0em;
}


/* リストのマーカーを三角にする :before とセットで利用 */
#disp_contents ul li {
    margin-left: 1.8em;
    list-style-type: none;
}

#disp_contents ul li:before{
    content: ' ';
    border: transparent solid 0.4em;
    border-left-color: #FF9900;
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    margin: 0px;
    margin-top: 0.3em;
    padding: 0px;
}

.content_ybox {
	padding: 10px 10px;
   -ms-border-radius: 5px;    /* 古いFirefox */
   -moz-border-radius: 5px;    /* 古いFirefox */
   -webkit-border-radius: 5px; /* 古いSafari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #999 solid;     /* 枠線の装飾 */
   background-color: #FBF9EC;   /* 背景色 */
}


/************************************************

	ユーザ登録フォーム

*************************************************/
hr.border_1px {
	border: solid #ddd;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
/*	clear:both;/* for IE6 */
 }

div.area_A {
	float: left;
	width: 52%;
}

div.area_B {
	margin-left: 53%;
	border-left: 1px solid #ccc;	
}

.field_box {
	border: 1px solid #ddd !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-left: 20px;
}

.search_kaihi {
	display: none;
}

.kaiin_No {
	font-size: 150%;
	font-weight: bold;
}

/************************************************

	決済データ一覧選択フォーム

*************************************************/
.disabled {
	color: #999999;
}


/************************************************

	メッセージ用フレーム枠

*************************************************/
.msg_frame_blue{
  padding: 10px 40px 10px 40px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #bce8f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #3a87ad;
  background-position: 5px 10px; 
  background-color: #d9edf7;
}

.msg_frame_yellow{
  padding: 10px 40px 10px 40px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-position: 5px 10px; 
  background-color: #fcf8e3;
}

.serach_mode{
  font-size: 140%;
  font-weight: bold;
  padding: 10px 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-position: 5px 10px; 
  background-color: #fcf8e3;
  float: left;
}


/************************************************

	IME モード設定

*************************************************/
.ime-auto { ime-mode: auto; }
.ime-active { ime-mode: active; }
.ime-disabled { ime-mode: disabled; }
.ime-inactive { ime-mode: inactive; }

/************************************************

	タブボタン

*************************************************/
.tab_btn {
	background: #FAFAFA;
	background: -ms-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	color: #111;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #0099CC;
	width: 100px;
	padding: 10px 0;
}

.tab_btn_enabale {
	background: #0099CC;
	background: -ms-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D2E0), color-stop(0.03,#B1D2E0), color-stop(0.03,#0099CC), to(#069));
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 1px solid #09C;
	border-bottom: 3px solid #09C;
	width: 100px;
	padding: 10px 0;
}

/************************************************

	お知らせ カテゴリタブ

*************************************************/
div.general {
	font-size: 0.8em;
	text-align: center;
	background: #0099CC;
	background: -ms-linear-gradient(top,#0099CC 0%,#006699);
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099CC',endColorstr='#006699')";
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

div.seminar {
	font-size: 0.8em;
	text-align: center;
	background: #53B54A;
	background: -ms-linear-gradient(top,#53B54A 0%,#006633);
	background: -moz-linear-gradient(top,#53B54A 0%,#006633);
	background: -webkit-gradient(linear, left top, left bottom, from(#53B54A), to(#006633));
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

div.society {
	font-size: 0.8em;
	text-align: center;
	background: #936093;
	background: -ms-linear-gradient(top,#CC99CC 0%,#663366);
	background: -moz-linear-gradient(top,#CC99CC 0%,#663366);
	background: -webkit-gradient(linear, left top, left bottom, from(#CC99CC), to(#663366));
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

div.meeting {
	font-size: 0.8em;
	text-align: center;
	background: #CC9933;
	background: -ms-linear-gradient(top,#FFCC33 0%,#CC9933);
	background: -moz-linear-gradient(top,#FFCC33 0%,#CC9933);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC33), to(#CC9933));
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

div.document {
	font-size: 0.8em;
	text-align: center;
	background: #009AE7;
	background: -ms-linear-gradient(top,#78D3FF 0%,#009AE7);
	background: -moz-linear-gradient(top,#78D3FF 0%,#009AE7);
	background: -webkit-gradient(linear, left top, left bottom, from(#78D3FF), to(#009AE7));
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

/************************************************

	お知らせ 重要

*************************************************/

div.important {
	font-size: 0.8em;
	text-align: center;
	background: #BB1100;
	background: -ms-linear-gradient(top,#FF3300 0%,#990000);
	background: -moz-linear-gradient(top,#FF3300 0%,#990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF3300), to(#990000));
	color: #FFF;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 50px;
	padding: 3px 5px;
}

/************************************************

	ＦＡＱ リスト

*************************************************/

/* 手順 */
.procedure li {
	position: relative;
	padding-left: 5em;
	counter-increment: li;
}
.procedure li::before {
	content: '手順 ' counter(li) ' - ';
	display: block;
	position: absolute;
	top: .1em;
	left: 0.5em;
	color: #666;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}


/************************************************

	会員情報編集ページ

*************************************************/
.edit_form_user_address {
	height: 220px;
}
.edit_footer_left {
	float: left; text-align: left; width: 30%;
}
.edit_footer_center {
	float: left; width: 40%;
}
.edit_footer_right {
	text-align: right; float: right; width 30%;
}

/************************************************

	セミナー申込み状況一覧

*************************************************/
table.aggregate {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table.aggregate th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  vertical-align:middle;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
/*  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset; */
}
table.aggregate th:first-child {
/*  border-radius: 5px 0 0 0;	 */
}
table.aggregate th:last-child {
/*  border-radius:0 5px 0 0; */
  border-right:1px solid #258;
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset; */
}
table.aggregate tr td {
  padding: 8px 8px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.aggregate tr td:last-child {
  border-right: 1px solid #84b2e0;
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1); */
}
table.aggregate tr {
  background: #fff;
}
table.aggregate tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.aggregate tr:last-child td {
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1); */
}
table.aggregate tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.aggregate tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.aggregate tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

/************************************************

	認定試験関連

*************************************************/
.judge_row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.0em;
}

div.report-tag-buttons {
	position: absolute;
	top: -2px; right: 5px;
}

.btn-input-tag {
	margin-right: 5px;
	vertical-align: bottom !important;
}

/************************************************

	ラベル from bootstrap 2.3.2

*************************************************/
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
/*  color: #ffffff; */
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-invalid,
.badge-invalid {
  background-color: #ff0000;
}

.label-invalid[href],
.badge-invalid[href] {
  background-color: #953b39;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}


@media only screen and (max-width:640px){
	#login_before {
		display: none;
	}
	.small_column {
		width: auto	!important;
	}

	.content_inner.content_body{
		padding: 30px 10px !important;
	}
	
	.form-horizontal .control-label {
		width: auto !important;
		float: none !important;
	}

	.form-horizontal .controls {
		margin: 0px !important;
	}
}

/************************************************

	注意・ポイント表示フレーム

*************************************************/
.frame {
	width: 80%;
	margin: 30px auto 20px;
	padding: 15px 20px 10px;
	border: 3px solid #aaa;
	position: relative;
	border-radius: 3px;
	background-color: #fff;
}
.frame-title {
	position: absolute;
	top: -13px;
	left: 20px;
	padding: 0 5px;
	background-color: #fff;
}
.frame-title .fa {
	margin-right: 5px;
}
.caution {
	background-color: #ff4500;
	border: 2px solid #ff4500;
	color: #fff;
	border-radius: 3px;
}
.frame-red {
	border-color: #ff4500;
}

/************************************************

	丸数字用

*************************************************/
.circle-blue {
	background:#0066CC;
	color: #FFFFFF;
/*	height:50px; */
/*	width:50px; */
	border-radius:50%;
/*	line-height:50px; */
	text-align:center;
	padding: 0px 1px;
    margin-right: 10px;	
}

/************************************************

	ノーマルタイプリスト

*************************************************/
.list-normal ol {
  counter-reset: item;
  list-style-type: none !important;
  padding-left: 0;
}
.list-normal ol ol {
  padding-left: 1em;
}
.list-normal li {
  list-style-type: none !important;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list-normal li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

ul.disc-list {
	margin-left: 2.0em !important;
	margin-top: 0.5em !important;
}
.disc-list ul ul {
 	padding-left: 1em;
}
.disc-list li {
	list-style-type: disc;
}

/************************************************

	ノーマルタイプリスト 2階層目

*************************************************/
.list-normal ol ul li {
  counter-reset: none;
  list-style-type: disc !important;
}

.list-normal ol ul li:before {
  content: initial;
}

/************************************************

	特殊文字利用リスト

*************************************************/
ol.list-special {
  padding-left: 0;
}
ol.list-special ol {
  padding-left: 1em;
}
ol.list-special li {
  list-style-type: none !important;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ol.list-special li:before {
  content: none;
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
}


/************************************************

	指定講習用テーブル

*************************************************/
table.study th {
	font-weight: bold;
}
table.study td.title {
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
	table.study td.title {
		width: 100%;
	}
	table.study td.datetime {
		width: 100%;
	}
	table.study td.button {
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
	table.study td.title {
		width: 50%;
	}
	table.study td.datetime {
		width: 40%;
	}
	table.study td.button {
		width: 10%;
	}
}

/************************************************

	認定試験用
	
*************************************************/
.form_base {
	background-color: #ffeec6;
	padding: 10px 10px;
	border: 1px solid #ddd;
}
.certify_err_msg {
	position: relative;
	display: none;
	max-height: 10em;
	overflow-y: auto;
	color: #d43f3a;
    border: 2px solid #d43f3a;
	border-radius: 5px;
	background-color: #faebea;
	padding: 1.0em 0.5em;
	margin-bottom: 1.0em;
}
.certify_err_msg .certify_err_msg_title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -2px;
    padding: 0 9px;
    line-height: 1;
    font-size: 0.8em;
    background: #d43f3a;
    color: #fff;
    font-weight: bold;
	border-radius: 3px 0px 3px 0px; 
}
.report-left-label,.acquired-left-label {
	float: left;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	background-color: #d9534f;
    border-color: #d43f3a;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;		
	border-radius: 5px;
}
.report-left {
	display: inline-block;
	color: #d9534f;
	font-weight: bold;
	min-width: 10px;
    padding: 3px 7px;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	background-color: #FFF;
	margin: 0 0.5em;
	border-radius: 5px;
}
.case_report_field_grp {
	display: block;
	background-color: beige;
	padding: 1.0em 1.0em;
	margin: 1.0em 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.previewImage {
	max-height: 100px;
	margin: 0.5em 1.0em;
	padding: 0.5em 0.5em;
	border: 1px solid #ccc;
	border-radius: 5px;
}


/************************************************

	チェックボックス トグルCSS

*************************************************/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 45px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 16px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 25px;
  background-color: #8ce196;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/************************************************

	口座振替設定画面用

*************************************************/
.box_blue {
	display: table;
	margin: 2em auto;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box_blue .box-title {
	font-size: 1.2em;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box_blue .box_inner {
	margin: 1.0em 1.0em;
}
.box_blue p {
	padding: 15px 20px;
	margin: 0;
}
.tbl-design01 {
	 width: 100%;
	 text-align: center;
	 border-collapse: collapse;
	 border-spacing: 0;
}
.tbl-design01 th {
	 padding: 10px;
	 background: #e9faf9;
	 border: solid 1px #778ca3;
}
.tbl-design01 td {
	 padding: 10px;
	 border: solid 1px #778ca3;
}			


/************************************************

	アンケート回答結果印刷用

*************************************************/
@media print {
	#header-container, #footer-container, .content_footer {
		display: none;
	}
	
	.wrapper {
		width: 100%;
	}
}


/************************************************

	ラベル付き横長

*************************************************/
/* 共通ベース */
.divider-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0 5px 0;
}

.divider-line::before,
.divider-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background: currentColor; /* 親の文字色を利用 */
}

.divider-label {
  display: inline-block;
  padding:1px 20px;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff; /* デフォルトは白文字 */
  font-size: 0.8rem !important;
}

/* ===== カラーバリエーション ===== */
.divider-line.divider-gray   { color: #999; }
.divider-line.divider-red    { color: #d9534f; }
.divider-line.divider-orange { color: #f0ad4e; }
.divider-line.divider-blue   { color: #0275d8; }
.divider-line.divider-green  { color: #339900; }
.divider-line.divider-black  { color: #333; }

/* ラベル背景を色付きに */
.divider-gray   .divider-label { background: #999; }
.divider-red    .divider-label { background: #d9534f; }
.divider-orange .divider-label { background: #f0ad4e; }
.divider-blue   .divider-label { background: #0275d8; }
.divider-green  .divider-label { background: #339900; }
.divider-black  .divider-label { background: #333; }

/* 小画面用レスポンシブ */
@media (max-width: 420px) {
  .divider-label { padding: 4px 12px; font-size: 14px; }
  .divider-line { gap: 8px; margin: 16px 0; }
}

