@charset "UTF-8";

/*==========================   tag  ==========================*/

html {
	margin: 0px;
	padding: 0px;
  scrollbar-base-color : #FFFFFF;
  scrollbar-track-color : transparent;
  scrollbar-face-color : #FFFFFF;
  scrollbar-shadow-color : #ffffff;
  scrollbar-darkshadow-color : #CCCCCC;
  scrollbar-highlight-color : #ffffff;
  scrollbar-3dlight-color : #CCCCCC;
  scrollbar-arrow-color : #999999;
}
body {
	font-size:12px;
	margin: 0px;
	padding: 0;
	color: #666666;
	/*font-family:Verdana, 'lr oSVbN', 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro', 'CI', Meiryo, sans-serif;*/
	line-height: 1;	
}
p{
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:none;
	line-height:0;
	font-size:0;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin:0px;
	font-size:100%;
	text-decoration: none;
	font-weight:normal;
}
ul,ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

dl,dt,dd,li {
	margin: 0px;
	padding: 0px;
}

/*==========================   table  ==========================*/

table {
	border-collapse:collapse;
}
th {
	background-color:#F3F3F3;
	border:1px solid #CCC0B7;
	padding:3px;
}
td {
	border:1px solid #CCC0B7;
	padding:3px;
}


.label {
	float: left;
	width: 70px;
	line-height:1.5;
	vertical-align:middle;
	text-align: right;
	padding-right: 10px;
}
.input {
	float: left;
	line-height:1.5;
	vertical-align:middle;
	width: 290px;
}


/*==========================   form   ==========================*/

form{
  margin:0px;
  padding:0px;
}

input,textarea{
	color:#666666;
	border:solid 1px #CCCCCC;
	font-size:13px;
	background-color:#ffffff;
	margin:0;
	padding: 2px 3px;
}

select {
	color:#666666;
}

.radio {
	vertical-align:middle;
	border:none;
	margin:0;
	height:13px;
}


/*==========================   link   ==========================*/

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #ff9999;
  text-decoration: none;
}

a.red:link {
	color: #FF0000;
	text-decoration: underline;
}
a.red:visited {
  color: #FF0000;
  text-decoration: underline;
}
a.red:active {
  color: #FF0000;
  text-decoration: underline;
}
a.red:hover {
  color: #000000;
  text-decoration: none;
}



/*==========================   color   ==========================*/

.red {
	color:#ff0000;
}

.blue {
	color:#02AEE0;
}

.green {
	color:#008400;
}

.pink {
	color:#FF99FF;
}

.redpink{
	color:#FF0088;
}

.white {
	color:#FFFFFF;
}

.orange {
	color: #FF9900;
}

.brown {
	color:#CC9966;
}

.blackgray {
	color:#666666;
}

.gray {
	color:#333333;
}
.lightgray {
	color:#999999;
}
.yellow{
	color:#ffd000;
}

/*==========================   error message   ==========================*/

.error-message {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	background-color: #fff5f5;
	border: 1px solid #ffcccc;
	border-radius: 4px;
}

.black{
	color:#000000;
}
.gold {
	color:#DDA10F;
}	

/*==========================   background_color  ==========================*/

.bgwhite {
	background-color:#FFFFFF;
}
.bgpink {
	background-color:#FFCCCC;
}

.bgblue {
	background-color:#E8F5FF;
}
.bggreen {
	background-color:#669933;
}

.bggray {
	background-color:#333333;
}
.bgE7E7E7 {
	background-color:#E7E7E7;
}
.bgF3F3F3 {
	background-color:#F3F3F3;
}



/*==========================   ClearFix==========================*/

/*  ClearFix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* end ClearFix */

/*========================== width ==================================*/

.w12em{
	width:12em;
}
.w30{
	width:30px;
}
.w40{
	width:40px;
}
.w45{
	width:45px;
}
.w50{
	width:50px;
}
.w60{
	width:60px;
}

.w150{
	width:150px;
}
.w200{
	width:200px;
}
.w220{
	width:220px;
}
.w250{
	width:250px;
}
.w300{
	width:300px;
}
.w400{
	width:400px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}
.w630{
	width:630px;
}

/*========================== hegith ==================================*/

.h30 {
	height: 30px;
}
.h50 {
	height: 50px;
}
.h80 {
	height: 80px;
}
.h100 {
	height: 100px;
}
.h150 {
	height: 150px;
}
.h200 {
	height: 200px;
}
.h300 {
	height: 300px;
}


/*==========================   text_align  ==========================*/

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}


/*==========================   font  ==========================*/

.underline{
  text-decoration: underline;
}
.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}

.font16 {
	font-size:16px;
}

.bold {
	font-weight:bold;
}
.weightnormal{
	font-weight:normal;
}


/*==========================   boder  ==========================*/

.noborder{
	border:none;
}

.hr999999 {
	border-bottom:1px solid #999999;
}

.hrCECECE {
	border-bottom:1px solid #CECECE;
}
.hre7e7e7 {
	border-bottom:1px solid #E7E7E7;
}

.vlineorange {
	border-left:2px solid #FF9900;
}
.vlinebrown {
	border-left:2px solid #CC9966;
}
.vlineblue {
	border-left:2px solid #0099FF;
}

.vlinebluepurple {
	border-left:1px solid #7171FF;
}

.vlinepink {
	border-left:1px solid #FFAAAA;
}

.borderblue {
	border: solid 1px #0099FF;
}
.borderCCCCCC {
	border: solid 1px #CCCCCC;
}

/*==========================   padding_margin  ==========================*/

.ml8{
	margin-left:8px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl60 {
	padding-left: 60px;
}
.pl80 {
	padding-left: 80px;
}
.pt0{
	padding-top:0px;
}
.pt3{
	padding-top:3px;
}
.pt5{
	padding-top:5px;
}
.pt6{
	padding-top:6px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt50{
	padding-top:50px;
}
.pt95{
	padding-top:95px;
}
.pr10 {
	padding-right:10px;
}
.pr15 {
	padding-right:15px;
}
.pr20 {
	padding-right:20px;
}
.pr25 {
	padding-right:25px;
}
.pr30 {
	padding-right:30px;
}
.pr50 {
	padding-right:50px;
}
.pb2{
	padding-bottom:2px;
}
.pb3{
	padding-bottom:3px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb14{
	padding-bottom:14px;
}
.pb15{
	padding-bottom:15px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.p0{
	padding:0px;
}
.p1{
	padding:1px;
}
.p2{
	padding:2px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
.p25 {
	padding:25px;
}

/*==========================   space   ==========================*/

.space2{
	height:2px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space3{
	height:3px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space5{
	height:5px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space7{
	height:7px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space8{
	height:8px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space9{
	height:9px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space10{
	height:10px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space15{
	height:15px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space25{
	height:25px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space30{
	height:30px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space60{
	height:60px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}



/*==========================   display  ==========================*/

.block {
	display:block;
}

.inline {
	display:inline;
}


/*==========================   floot   ==========================*/

.floatl{
	float:left;
}

.floatr{
	float:right;
}

.clear {
	clear:both;

}

/*==========================   list_style  ==========================*/

.listnum {
	list-style-type:decimal;
}

/*==========================   alpha   ==========================*/

.opacity25 {
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}

.opacity50{
	filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

.opacity75{
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
.opacity100{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
/**********************   IME   **********************/

.IMEon  { ime-mode:active; }
.IMEoff { ime-mode:disabled ; }

.lh16 {
  line-height:1.6;
}
.warning {
  color:#ff3366;
}
.button{
	color:#f3f3f3;
	border:solid 1px #dddddd;
	font-size:12px;
	background-color:#FF6699;
	margin:0;
	padding: 0;
	width:90px;
	height:25px;
	line-height:25px;
}
.button2{
	color:#f3f3f3;
	border:solid 1px #cdcdcd;
	font-size:12px;
	background-color:#FF6699;
	margin:0;
	padding: 0;
	width:50px;
	height:23px;
	line-height:23px;
}
.lh1  { line-height:1;   }
.lh12 { line-height:1.2; }
.lh14 { line-height:1.4; }
.lh15 { line-height:1.5; }
.lh16 { line-height:1.6; }
.lh18 { line-height:1.8; }
.lh20 { line-height:2.0; }


/* タブスタイル */
.tab-buttons {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
  }
  .tab-buttons button {
	padding: 10px 20px;
	border: none;
	background-color: #eee;
	cursor: pointer;
  }
  .tab-buttons button.active {
	background-color: #E71063;
	color: #fff;
  }
  .tab-content {
	display: none;
  }
  .tab-content.active {
	display: block;
  }
  .sample {
	  margin-left: 5px;
  }
  .sample input[type=radio],
  .sample input[type=checkbox] {
	  display: inline-block;
	  margin-right: 6px;
  }
  .sample input[type=radio] + label,
  .sample input[type=checkbox] + label {
	  position: relative;
	   
	  display: inline-block;
	   
	  font-size: 14px;
	  line-height: 30px;
	   
	  cursor: pointer;
  }
   
  @media (min-width: 1px) {
	  .sample input[type=radio],
	  .sample input[type=checkbox] {
		  display: none;
		  margin: 0;
	  }
	  .sample input[type=radio] + label,
	  .sample input[type=checkbox] + label {
		  padding: 0 0 0 24px;
	  }
	  .sample input[type=radio] + label::before,
	  .sample input[type=checkbox] + label::before {
		  content: "";
		  position: absolute;
		  top: 50%;
		  left: 0;
		   
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  display: block;
		  width: 18px;
		  height: 18px;
		  margin-top: -9px;
		   
		  background: #FFF;
	  }
	  .sample input[type=radio] + label::before {
		  border: 2px solid #ccc;
		  border-radius: 30px;
	  }
	  .sample input[type=checkbox] + label::before {
		  border: 2px solid #ccc;
	  }
	  .sample input[type=radio]:checked + label::after,
	  .sample input[type=checkbox]:checked + label::after {
		  content: "";
		  position: absolute;
		  top: 50%;
		   
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  display: block;
	  }
	  .sample input[type=radio]:checked + label::after {
		  left: 5px;
		   
		  width: 8px;
		  height: 8px;
		  margin-top: -4px;
		   
		  background: #E71063;
		  border-radius: 8px;
	  }
	  .sample input[type=checkbox]:checked + label::after {
		  left: 3px;
		   
		  width: 16px;
		  height: 8px;
		  margin-top: -8px;
		   
		  border-left: 3px solid #E71063;
		  border-bottom: 3px solid #E71063;
		   
		  -webkit-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
		  transform: rotate(-45deg);
	  }
	}

	.sample {
		margin-left: 5px;
	}
	.sample input[type=radio],
	.sample input[type=checkbox] {
		display: inline-block;
		margin-right: 6px;
	}
	.sample input[type=radio] + label,
	.sample input[type=checkbox] + label {
		position: relative;
		 
		display: inline-block;
		 
		font-size: 14px;
		line-height: 30px;
		 
		cursor: pointer;
	}
	 
	@media (min-width: 1px) {
		.sample input[type=radio],
		.sample input[type=checkbox] {
			display: none;
			margin: 0;
		}
		.sample input[type=radio] + label,
		.sample input[type=checkbox] + label {
			padding: 0 0 0 24px;
		}
		.sample input[type=radio] + label::before,
		.sample input[type=checkbox] + label::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			 
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
			width: 18px;
			height: 18px;
			margin-top: -9px;
			 
			background: #FFF;
		}
		.sample input[type=radio] + label::before {
			border: 2px solid #ccc;
			border-radius: 30px;
		}
		.sample input[type=checkbox] + label::before {
			border: 2px solid #ccc;
		}
		.sample input[type=radio]:checked + label::after,
		.sample input[type=checkbox]:checked + label::after {
			content: "";
			position: absolute;
			top: 50%;
			 
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
		}
		.sample input[type=radio]:checked + label::after {
			left: 5px;
			 
			width: 8px;
			height: 8px;
			margin-top: -4px;
			 
			background: #E71063;
			border-radius: 8px;
		}
		.sample input[type=checkbox]:checked + label::after {
			left: 3px;
			 
			width: 16px;
			height: 8px;
			margin-top: -8px;
			 
			border-left: 3px solid #E71063;
			border-bottom: 3px solid #E71063;
			 
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
	  }
	
	/* タブボタンのスタイル */
	.tab-buttons {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.tab-buttons button {
		padding: 10px 20px;
		margin: 0 5px;
		border: 1px solid #ccc;
		background-color: #fff;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}
	
	.tab-buttons button.active {
		background-color: #E71063;
		color: #FFFFFF;
		border-color: #E71063;
	}
	
	.tab-content {
		display: none;
	}
	
	.tab-content.active {
		display: block;
	}

#confirmDialog > div {
  width: 90vw !important;
  max-width: 600px !important;
  font-size: 1.2em !important;
  padding: 24px !important;
}
#confirmDialog h3 {
  font-size: 1.4em !important;
}
#confirmDialog button {
  font-size: 1.1em !important;
  padding: 14px 28px !important;
}