
/*CONTENTS----------*/
#con01 img {
max-width: 100%;
}

#con01 {
font-size: 12px;
line-height: 150%;
text-align: left;
max-width: 1000px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
}
.con01 {
font-size: 15px;
line-height: 150%;
padding-top: 25px;
padding-bottom: 25px;
}

.ttl01 {
font-size: 15px !important;
background-color: #d3d3d3;
padding: 5px;
}

.con02 {
font-size: 12px;
padding-top: 15px;
padding-bottom: 15px;
}
.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;
}
/*----*/
.ttl02 {
color: #fff;
font-size: 20px !important;
background-color: #f00;
margin-bottom: 25px;
padding: 5px;
display: table;
}
.ttl03 {
font-size: 25px !important;
}

.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%; }
}
