@charset "utf-8";
/* CSS Document */

.step-box{
}

.step-30ps{
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}

.grn{
color: #008000;
}

.red{
color: red;
font-weight: bold;
}

.red_s{
color: red;
}

.lineup-img{
margin-bottom: 50px;
}

.lineup-box{
margin-bottom: 50px;
}

.maru{
font-size: 1.2em;
background-color: #efefef;
color: #565656;
margin-top: 40px;
padding: 10px 20px;
border-bottom: 3px solid #5ab4bd;
}

.form_line{
max-width: 1300px;
margin: 60px auto;
border-bottom: dotted 3px #5ab4bd;
}

.bg-gray{
	font-size:90%;
	padding:5px 10px;
	background: #5ab4bd;
	color:#fff;
	margin-bottom:5px;
}

.btn_white{
font-size:14px;
padding: 40px;
margin-bottom:5px;
border:1px solid #ddd;
 -webkit-box-shadow: #999 6px 6px 6px;
 -moz-box-shadow: #999 6px 6px 6px;
box-shadow: #999 6px 6px 6px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;border-radius: 5px;
text-decoration:none;
display:inline-block;
color: #000000;
 background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
 background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
 background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
 background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
 background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#FFFFFF);
}



/*******************************
チェックボックスイメージ化
*******************************/
/*
.bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 25px 10px 0;
    padding: 0;
}
 
.bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}
 
.bg_checkbox input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/bg_checkbox_off.png);
    background-position: left center;
    background-repeat: no-repeat;
	line-height:2.0em;
    padding: 0 0 0 28px;
}
 
.bg_checkbox input[type="checkbox"]:checked + label {
    background-image: url(../images/bg_checkbox_on.png);
}
*/

/*******************************
ラジオボタンイメージ化
*******************************/
/*
.bg_radiobtn li {
    position: relative;
    display: inline-block;
    margin: 0 25px 10px 0;
    padding: 0;
}
 
.bg_radiobtn input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}
 
.bg_radiobtn input[type="radio"] + label {
    display: block;
    background-image: url(../images/bg_radiobtn_off.png);
    background-position: left center;
    background-repeat: no-repeat;
	line-height:2.0em;
    padding: 0 0 0 28px;
}
 
.bg_radiobtn input[type="radio"]:checked + label {
    background-image: url(../images/bg_radiobtn_on.png);
}

*/


li{
display: inline-block;
}

table.form ul{
list-style: none;
margin: 0px;
padding: 0px;
}

.form_color li{
width: 160px;
}


/*******************************
table(form)
*******************************/
table {
	border-collapse: collapse;
}
table td,th {
	border-collapse: collapse;
}
table.form {
	width:1000px;
	margin: 20px 0;
}
table.form th {
	font-size: 95%;
	line-height: 1.2em;
	font-weight:normal;
	text-align: center;
	background: #efefef;
	padding: 10px;
	border: 1px solid #ccc;
    width: 25%
}

table.form td {
	font-size: 95%;
	line-height: 1.5em;
	background: #fff;
	border: 1px solid #ccc;
    text-align: left;
    padding: 20px;
    width: 75%;
}

/*******************************
table(noline)
*******************************/
table.noline {
	width:100%;
	margin: 0 auto 20px;
}
table.noline th {
	font-size: 100%;
	white-space: nowrap;
	line-height: 1.2em;
	font-weight:normal;
	text-align: left;
	vertical-align:top;
	background: #fff;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #ccc;
	background: url(../../images/ya_green.gif) no-repeat left 13px;
}
table.noline td {
	font-size: 100%;
	line-height: 1.2em;
	text-align: left;
	vertical-align:top;
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

p.arw{
	padding-left: 20px;
	background: url(../../images/click_s2.png) no-repeat left 4px;
} 
ul.color {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.color li {
float: left;

margin-right: 0px;
padding: 2px;
text-align: left;
}

