/*
	iコンシェル関連　共通
*/



/*-------------------------------------------------------- header
*/
header {
	background: #FFF;
	height: 33px;
	position: relative;
	z-index: 10;
}

header h1 {
	line-height: 0;
	margin-left: 10px;
	position: relative;
	top: 6px;
}

header h1 img {
	height: 21px;
	width: auto;
}

.btnD {
    width: 180px;
    margin: 20px;
    padding: 15px 5px 15px 5px;
	background: #0a9ad6;
    background: -webkit-gradient(linear, left top, left bottom, from(#60bbe8), to(#0a9ad6));   
    background-image: -moz-linear-gradient(top, #60bbe8, #0a9ad6); /* Firefox用 */ 
    border: 1px #60bbe8 solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #CCC;
    -moz-box-shadow: inset 0px 0px 4px 0px #CCC;
    text-shadow: 1px 2px 3px #71c2eb;
    display: inline-block;
}

.txt12 {
	font-size: 12px;
}

.gray {
	color: #999999;
}

/*--- #204899 iコンシェルチェックボックス不具合臨時対応---*/
.old_checkbox{
	margin-bottom: 14px;
	margin-top: 7px;
//	background: #FFF;
	display: block;
	margin: 0 0 1px -10px;
	padding: 10px 10px 11px 10px;
	width: 100%;
	font-size: 16px;
}

.old_checkbox_stop{
	margin-bottom: 14px;
	margin-top: 7px;
	background: #F6F6F6;
	display: block;
	margin: 0 0 1px -10px;
	padding: 20px 20px 21px 20px;
	width: 100%;
}

.btn button {
    background: #58C27B;
    background: -webkit-linear-gradient(top, #58C27B 0%,#40B265 100%);
    background: -moz-linear-gradient(top, #58C27B 0%, #40B265 100%);
    background: linear-gradient(to bottom, #58C27B 0%,#40B265 100%);
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 17px;
    height: 66px;
    letter-spacing: 1px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    width: 280px;
}

