@charset utf-8;

/* CSS Document */

/*------------------------

setup

------------------------*/
.setupform {
	border: 1px solid #ddd;
	width: 100%;
}

.setupform th,
.setupform td {
	padding: 1em;
}

.setupform th {
	width: 150px;
}

.setupform td ul {
	margin: 0;
	padding: 0;
}

.setupform td ul li {
	width: 200px;
	list-style: none;
	float: left;
	margin: .5em 0 0 3em;
	padding: 0;
}

p.setuptext {
	text-align: right;
}


input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -2px;
	margin-right: .2em;
}

input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 10px;
	height: 10px;
	background: #029ED2;
}

.agreebox input[type="checkbox"] {
    top: -6px;
}

input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -2px;
	margin-right: .2em;
}

input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 10px;
	height: 10px;
	background: #029ED2;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

@media only screen and (max-width: 767px) {
	.setupform td ul li{
		float: none;
	}
}

/*------------------------

事業開始

------------------------*/
.arrow-box {
	position: relative;
	padding: 9px 13px;
	border: 1px solid #f7dc7d;
	border-radius: 5px;
	margin-bottom: .5em;
	color: #9f7d09;
	background-color: #fdf7e2;
}

.arrow-box {
	color: #124d72;
	border-color: #b3dbf3;
	background-color: #dff0fa;
}

.gray th {
	background-color: #9F9F9F;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}

/*------------------------

タイトル

------------------------*/

.orange-title-s,
.green-title-s,
.ygreen-title-s,
.red-title-s,
.gray-title-s,
.blue-title-s,
.lpp-title-s,
.dpp-title-s {
	font-size: 123.1%;
	font-weight: bold;
	padding-top: .2em;
	margin-bottom: .3em;
}

.orange-title-s {
	color: #FAAD49;
}

.green-title-s {
	color: #5DD273;
}

.ygreen-title-s {
	color: #B9E35B;
}

.red-title-s {
	color: #E23E62;
}

.gray-title-s {
	color: #777777;
}

.blue-title-s {
	color: #05BDFE;
}

.lpp-title-s {
	color: #C948DD;
}

.dpp-title-s {
	color: #7D55D1;
}

th.shisan {
	vertical-align: middle;
}

td.shisan02 {
	text-align: center;
}

ul.shelf {
	margin-left: 1%;
	width: 30%;
	float: left;
}

ul.shelf li {
	height: 63px;
}

p.font_bo {
	font-weight: bold;
}

label {
	margin-right: 1em;
	float: left;
	cursor:pointer;
}
.agreebox div {
    margin-bottom: 10px;
}

.agreebox {
    text-align: left;
    margin: 0 0 0 26px;
}

@media only screen and (max-width: 767px) {
	label{
		float: none;
	}
}
