@charset "UTF-8";

/* ------------------------------------------------ */
/*	import css										*/
/* ------------------------------------------------ */
@import "common.css";
@import "sub.css";


/* ------------------------------------------------ */
/*	 disc_order										*/
/* ------------------------------------------------ */
#mytable table, div#streamList table.form { 
	border:1px solid #7777bb; 
	border-collapse:collapse; 
	margin-top:1em; 
}

#mytable th { 
	text-align:center; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#cccce6; 
}

#mytable td { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
}

#mytable a {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background: #455497;
	border: none;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	margin: 0;
	padding: 12px;
	display: inline-block;
}

#mytable th.bold { 
	font-weight:bold;
}

#mytable th.normal_B{
	color:#4f6b72;
	border:1px solid #4f6b72;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:right;
	padding:6px 6px 6px 12px;
	background:#fff;
}


/* ------------------------------------------------ */
/*	 disc_order	申し込みフォーム					*/
/* ------------------------------------------------ */
div#OrderFrom table.form {
	border:1px solid #7777bb; 
	border-collapse:collapse; 
	margin-top:1em; 
}

div#OrderFrom table.form th {
	font-weight: bold;
	color: #16556c;
	text-align:left;
	border:1px solid #7777bb;
	padding:5px 8px;
	background:#cccce6;
	width:180px;
}

div#OrderFrom table.form td {
	text-align:left;
	border:1px solid #7777bb;
	padding:5px 8px;
	font-weight:normal;
	background:#f0f0f0;
}

textarea {
	font-size: large;
	width: 360px;
}

input[type="text"] {
	font-size: large;
	width: 360px;
	ime-mode: active;
}

input[type="tel"] {
	font-size: large;
}

input[type="email"] {
	font-size: x-large;
	width: 360px;
}
input[type="email"]::placeholder {
	font-size: 90%;
	color: #7777bb;
	font-weight: 100;
}
::placeholder {
	color: #7777bb;
}
/* IE対応 */
:-ms-input-placeholder {
	color: #7777bb;
}

input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus {
	outline: 1px solid #0094ff;
}

#button_area {
	text-align: center;
}

input[type="submit"], input[type="reset"] {
	background: #7777bb;
	border: 0.16rem outset lightgray;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	width: 200px;
	margin: 10px 10px 0 0;
	padding: 12px;
	display: inline-block;
}

input[type="submit"]:active, input[type="reset"]:active {
	border: 0.16rem inset lightgray;
}

div#OrderFrom table.form .event_name {
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
}

ol.precautions li {
	padding: 2px;
}

.mandatory {
	font-size: 80%;
	background: red;
	border: none;
	color: white;
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
	padding: 2px;
}
.title {
	margin-left: 28px;
}
.small_title {
	font-size: 85%;
}
.add {
	font-size: 60%;
	background: #e1e1f4;
	border: none;
	color: slategray;
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
	padding: 2px;
}

.address1 {
	border: none;
	background: #f0f0f0;
	margin: 0 0 5px 0;
}

.total {
	color: red;
	border: none;
	background: pink;
}

button {
	font-size: 90%;
	background: #7777bb;
	color: white;
	border-radius: 4px;
	border: 0.16rem outset lightgray;
}
button:active {
	border: 0.16rem inset lightgray;
}

input[type="text"].address1:focus, input[type="text"].total:focus {
	outline: 0;
}

div#OrderFrom table.form .total_title {
	font-size: 120%;
	color: red;
	text-align: center;
	background-color: pink;
}

div#OrderFrom table.form .sub_title {
	font-size: 120%;
	color: #16556c;
}

div#OrderFrom table.form .sub_title2 {
	font-size: 85%;
	color: #A53966;
}

input[type="text"].group_name {
	width: 220px;
}

select{
	width: 72%;
}

select:focus{
	outline: 1px solid #0094ff;
	background:#f0f0f0;
}

/* ------------------------------------------------ */
/*	**********										*/
/* ------------------------------------------------ */
html,
body {height:100%;}
