@charset "UTF-8";

/*知識のある方のみ自己責任で編集してください。*/

header{
	height:60px;
}

h3{
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.ui-content .location {
	margin-bottom: 20px;
	text-align: center;
}

.ui-content .location > div {
	position: relative;
	overflow: hidden;
}

.ui-content .location > div > p {
	margin: 0 0 0 3px;
	padding: 15px;
	background: #E6E6E6;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.ui-content .location > div:first-child > p {
	margin-left: 0;
}

.ui-content .location > div:before,
.ui-content .location > div:after {
	width: 10px;
	height: 80px;
	background:#f8f8f8;
	display: block;
	position: absolute;
	right: -13px;
	z-index: 10;
	content: "";
}

.ui-content .location > div:before {
	top: -10px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	transform: rotate(-25deg);
	border-left: 1px solid #ccc;
}

.ui-content .location > div:after {
	bottom: -10px;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	transform: rotate(25deg);
	border-left: 1px solid #ccc;
}

.ui-content .location > .current:before,
.ui-content .location > .current:after {
	border: none;
}

.ui-content .location > div:last-child:before,
.ui-content .location > div:last-child:after {
	display: none;
}

.ui-content .location > .current > p {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff6600));
	background: -webkit-linear-gradient(#ff9900 0%, #ff6600 100%);
	background: linear-gradient(#ff9900 0%, #ff6600 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.ui-content form > label,
.ui-content form .ui-controlgroup-label {
	margin: 20px -15px 15px;
	padding: 15px;
	background: #e6e6e6;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
	display: block;
	font-weight: bold;
	line-height: 1.1;
}

legend{
	font-weight: bold;	
}

.containing-element .ui-slider-switch {
	width: 8em;
}

em {
	background-color: #cc0000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: none;
	box-shadow: inset 1px 1px 2px #666;
	padding: 4px 10px;
	border-radius: 3px;
	margin-right: 10px;
}

#commit {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff6600));
	background:-webkit-linear-gradient(#ff9900 0%, #ff6600 100%);
	background:linear-gradient(#ff9900 0%, #ff6600 100%);
	border-radius: 4px;
	border: 1px solid #993333;
	margin: 50px auto 0;
}

#commit input[type="submit"]{
	width:100%;
	padding: 6% 0 6% 5%;
	background: url(../img/default/arrow.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: 25px;
	border: none;
	display: block;
	text-decoration: none;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size:1.6rem;
	cursor: pointer;
}

#commit:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff9900));
	background:-webkit-linear-gradient(#ff6600 0%, #ff9900 100%);
	background:linear-gradient(#ff6600 0%, #ff9900 100%);
}

.small{
	font-size: 1.2rem;
}

/*エラーメッセージ*/

.ER{
	background: #ffcccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #cc0000;
	text-shadow: none;
	font-weight: bold;
}


/*確認画面*/

#container{
	width:94%;
	padding-top:30px;
	padding-bottom:30px;
	margin:0 auto;
}

#container p{
	text-align: center;
}

table{
	width:96%;
	margin:50px auto;
	border-radius: 8px;
}

table tr{
	border:solid 1px #ccc;
	padding:2%;
}

table td.ch{
	background:#e8e8e8 !important;
	clear:both;
	font-size:1.6rem;
	padding:10px 2%;
}

table td{
	padding:2%;
}