
/*CONTENTS----------*/
.con01 {
line-height: 150%;
text-align: left;
max-width: 1000px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
padding-top: 25px;
padding-bottom: 50px; }
.con01 img {
max-width: 100%;
}
/*----*/

.ttl01 {
background-color: #dfde00;
padding: 5px;
}

.con02 {
padding-top: 15px;
padding-bottom: 50px;
}
.redLn {
color: #dc143c;
border-bottom: 1px solid #dc143c;
}
a.btEntry {
color: #fff;
font-size: 15px;
background-color: #f00;
padding: 5px 10px;
border: outset 3px #f00;
white-space: nowrap;
}


.box50per {
width: 100%;
display: table; }
.box50perL {
/*	width: 50%;*/
padding-right: 10px;
padding-bottom: 50px;
display: table-cell; }
.box50perR {
text-align: right;
padding-bottom: 50px;
padding-left: 10px;
display:        table-cell;
/*	width:          50%;*/ }
.ttl02 {
color: #fff;
font-size: 20px !important;
background-color: #f00;
margin-bottom: 25px;
padding: 5px;
display: table;
}
.ttl03 {
font-size: 25px !important;
}
/*----*/
.form {
font-size: 16px;
line-height: 150%; }

.frmEntry {
}
.frmEntry p {
line-height: 150%;
margin-bottom: 25px;
}

.frmEntry input {
vertical-align: middle;
border-radius: 0px;
max-width: 500px !important;
}

.frmEntry textarea { width: 450px; height: 100px; border-radius: 0px; margin-bottom: 10px; padding: 5px; }

.btEntry {
color: #fff !important;
background-color: #f00;
border: solid 1px #f00 !important;

}


/*@media screen and (max-width:800px){*/
@media screen and (max-width:800px){


/*CONTENTS----------*/
#con01 {
width: 100% !important;
padding-right: 5px;
padding-left: 5px;
}

/*
input[type="radio"]
{font-size:200%;height:30px;width:30px;margin:5px;}
*/

}

@media screen and (max-width:500px){
.frmEntry textarea { width: 100%; }


.box50per {	display: block; }

.box50perL {
display: block;
width:   100%;
max-width: 100%;
padding-right: 0;
padding-bottom: 50px; }
.box50perR {
text-align: left;
display:        block;
width:          100%;
max-width:      100%;
padding-bottom: 50px;
padding-left: 0; }

}
