@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2015-12-25
Copyright (C) Osaka Science Museum. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

- flowStyle

---------------------------------------- */

/* flowStyle
------------------------------- */


/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */

.formTbl01 table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.formTbl01 table th,
.formTbl01 table td {
	padding: 13px 15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	vertical-align: middle;
}

.formTbl01 table th {
	width: 10%;
	font-weight: 700;
	color: #031e37;
	background-color: #e9f0fa;
	vertical-align: middle;
}

/*  option and required  */

.formTbl01 table td.required,
.formTbl01 table td.option {
	font-weight: 400;
	font-size: 85.8%;
	color: #fff;
	vertical-align: middle;
}

.formTbl01 table td.required p,
.formTbl01 table td.option p {
	width: 3.5em;
	margin: 0 auto;
	padding: 2px 0 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}

.formTbl01 table td.option {
	background: #f5f5f5;
}

.formTbl01 table td.option p {
	background: #a6a6a6;
}

.formTbl01 table td.required {
	background: #ffe8ea;
}

.formTbl01 table td.required p {
	background: #db2b37;
}

/* innerTable */

.formTbl01 table th.inTH {
	vertical-align: middle;
	background-color: #fbfaf6;
}

@media screen and (max-width:500px){
	.formTbl01 table,
	.formTbl01 table tbody,
	.formTbl01 table tr,
	.formTbl01 table th,
	.formTbl01 table td {
		display: block;
		box-sizing: border-box;
	}
	.formTbl01 table tr {
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.formTbl01 table tr:last-child {
		border-bottom: none;
	}
	.formTbl01 table th {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.formTbl01 table th,
	.formTbl01 table td {
		border: none;
	}
	.formTbl01 table td.required,
	.formTbl01 table td.option {
		position: absolute;
		right: 10px;
		top: 8px;
		padding: 0;
		background: none;
	}
}




/* ----------------------------------------

- Form Style

---------------------------------------- */

.formTbl01 input.txt,
.formTbl01 textarea.txt {
	padding: 2px;
	border: 1px solid #accad9;
	background: #fff;
	vertical-align: baseline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
}

.formTbl01 select.txt {
	padding: 4px 4px;
	border: 1px solid #ccc;
	background: #fff;
	vertical-align: baseline;
}

.formTbl01 input.txt {
	padding: 5px 2px;
}

.formTbl01 input.small01 { width: 3em;}
.formTbl01 input.small02 { width: 5em;}
.formTbl01 input.small03 { width: 8em;}

.formTbl01 input.medium01 { width: 200px;}
.formTbl01 input.medium02 { width: 250px;}
.formTbl01 input.medium03 { width: 300px;}

.formTbl01 textarea.large01,
.formTbl01 input.large01 {
	width: 98%;
}

.formTbl01 input[type="text"]:focus,
.formTbl01 input[type="password"]:focus,
.formTbl01 textarea:focus {
	border: 1px solid #f19900;
	background: #fff5d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0);
}

.formTbl01 input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

@media screen and (max-width:500px){
	.formTbl01 input.medium01 {
		width: 98%;
	}
}



/* error
------------------------------- */

.formTbl01 table td.err {
}

.formTbl01 input.err,
.formTbl01 textarea.err,
.formTbl01 select.err {
	border-color: #ff6060;
	background: #fff0f0;
}

.formTbl01 input.err:focus,
.formTbl01 textarea.err:focus {
	border-color: #ee5959;
}

.errorTxt {
	margin-top: 8px;
	font-size: 83.4%;
	color: #ff0000;
}

/* dl list
------------------------------- */

dl.list01 dl {
	position: relative;
	margin-bottom: -8px;
}

dl.list01 dt {
	float: left;
	clear: left;
	width: 8em; 
	padding-top: 0.5em;
}

dl.list01 dd {
	padding-left: 8.5em;
	margin-bottom: 8px;
}


dl.list02 dt {
	float: left;
	clear: left;
	width: 5em; 
	padding-top: 0.5em;
}
dl.list02 dt.dt2 {
	margin-top: -0.8em;
}
dl.list02 dd {
	padding-left: 5.5em;
	margin-bottom: 8px;
}

@media screen and (max-width:767px){
	dl.list02 dt {
		float: none;
		width: 100%; 
	}
	dl.list02 dt.dt2 {
		margin-top: 0;
	}
	dl.list02 dd {
		padding-left: 0;
		margin-bottom: 8px;
		width: 100%;
	}
	dl.list02 dd input[type="text"].medium03 {
		width: 100%;
	}
}

/* ----------------------------------------

- スマホ＆タブレット対応

---------------------------------------- */

.sp {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整ナシ */
}

.sp a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

.sp #container {
	font-size: 153.9%;
}

.sp #container input.txt,
.sp #containertextarea.txt,
.sp #container select.txt {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}


/* ---------------------------------------------------

以下は必要に応じて読み込む

--------------------------------------------------- */

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btn
------------------------------- */

.formBtnUnit01 {
	margin-bottom: 60px;
	text-align: center;
}

.formBtnUnit01 li {
	display: inline;
	margin: 0 15px;
}

.formBtnUnit01 li input {
	vertical-align: bottom;
}

.formBtnUnit02 {
	margin-bottom: 30px;
	text-align: center;
}

.formBtnUnit02 li {
	display: inline;
	margin: 0 15px;
}

.formBtnUnit02 li input {
	vertical-align: bottom;
}

@media screen and (max-width:500px){
	.formBtnUnit02 {
		display: table;
    	width: 100%;
	}
	.formBtnUnit02 li {
	    display: table-header-group;
	}
	.formBtnUnit02 li.left {
	    display: table-footer-group;
	}
	.formBtnUnit02 li.left a {
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
	}
}

@media screen and (max-width:320px){
	.formBtnUnit01 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.formBtnUnit01 li {
		display: inline;
		margin: 0 5px;
	}
}


/* ----------------------------------------

- Text Style

---------------------------------------- */

.lead {
	margin-bottom: 20px;
}

.formTbl01 .note01 {
	margin-top: 5px;
	/*font-size: 83.4%;*/
	font-size: 11px;
	color: #715e5e;
}

@media screen and (max-width:500px){
	.formTbl01 .note01 {
		display: block;
	}
}

/* ----------------------------------------

- exvalidation.css
フォームバリデーション用

---------------------------------------- */

th span.errMsg,
td span.errMsg {
	display: block;
	margin-left: 1em;
	padding-bottom: 1px;
	text-indent: -.9em;
	font-size: 83.4%;
	color: #f00;
}

#err_inqRadio .formErrorMsg {
	margin-top: -15px;
	text-align: center;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

.formError .formErrorClose {
	border: solid #252525 2px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -4px;
	color: #efefef;
	background: #333;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-moz-box-shadow: 1px -1px 3px #888;
	-webkit-box-shadow: 1px -1px 3px #888;
	box-shadow: 1px -1px 3px #888;
  _z-index:2;
}
.formError .formErrorClose:hover {
	background: #666;
}
.fixed .formErrorClose {
	display: none;
}

.formError .formErrorContent {
  position:relative;
	color: #f00;
  _z-index:1;
}
.fixed .formErrorContent {
	margin-top: .5em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fadeOut {
	opacity: .2;
	filter: alpha(opacity=20);
}

.formError .formErrorArrow {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 20px;
  _z-index:0;
}
.fixed .formErrorArrow {
	display: none;
}
.formError .formErrorArrowBottom {
	margin: -6px;
	top: 0;
}
.fixed .formErrorArrowBottom {
	display: none;
}
	
.formError .formErrorArrow div {
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #252525;
	line-height: 0;
	font-size: 0;
	-moz-box-shadow: 0 2px 3px #888;
	-webkit-box-shadow: 0 2px 3px #888;
	box-shadow: 0 2px 3px #888;
}
	.formError .formErrorArrowBottom div{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
.formError .formErrorArrow .line10 {
	width: 19px;
} 
.formError .formErrorArrow .line9 {
	width: 17px;
} 
.formError .formErrorArrow .line8 {
	width: 15px;
} 
.formError .formErrorArrow .line7 {
	width: 13px;
} 
.formError .formErrorArrow .line6 {
	width: 11px;
} 
.formError .formErrorArrow .line5 {
	width: 9px;
} 
.formError .formErrorArrow .line4 {
	width: 7px;
} 
.formError .formErrorArrow .line3 {
	width: 5px;
} 
.formError .formErrorArrow .line2 {
	width: 3px;
}
.formError .formErrorArrow .line1{
	width: 1px;
}

/* ----------------------------------------

clearfix (基本的にクラス指定では使用しない、必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.formBtnUnit01:after,
#chkJob01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

.formBtnUnit02:after,
#chkJob01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.formBtnUnit01,
#chkJob01 {
	zoom: 1;
}

.formBtnUnit02,
#chkJob01 {
	zoom: 1;
}