h1{
 line-height:120%;
}

.main{
 max-width:700px;
 text-align:left;
 margin:20px;
 line-height:140%;
}
.mail_title{
 font-weight:bold;
 margin:20px 0 5px 0;
}
input[type="text"], input[type="tel"] {
    padding: 10px;
    font-size: 20px;
    margin: 0px;
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    width: 300px;
}
textarea {
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #DDD;
}
input[type="submit"] {
    padding: 10px;
    font-size: 20px;
    margin: 0px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    border: none;
    background-color: #ffa500;
    color: #fff;
    width: 320px;
}
/* パンくずリストのスタイル */
.breadcrumb {
            list-style-type: none;
            margin: 30px 0;
            padding: 20px 0;
            overflow: hidden;
            border-top:1px dotted #000;
            border-bottom:1px dotted #000;
}

.breadcrumb li {
            display: inline;
}

.breadcrumb li:not(:last-child):after {
            content: "›";
            margin: 0 8px;
            color: #888;
}

li.focus{
 font-weight:bold;
}

