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

/* header */
body.contactform {padding: 0;}
body.contactform #header {position: inherit;}
.contactform #headerLogo.jp {width: 344px;}
.contactform #headerLogo.jp > span {padding: 4px 0 3px 16px;}
.contactform #headerLogo img {
	display: block;
	float: left;
	width: 104px;
	margin: 22px 0;
}
.contactform #headerJP #headerLogo > span > img {width: 100%;}
.contactform .h1Area.smallHeading h1 {
    font-size: 200%;
    padding: 24px 0;
    line-height: 1.0;
    text-align: center;
}

/* footer */
#footer {background: inherit;}
#footerCredit {
	border: none;
	background: inherit;
	height: inherit;
    margin: 0 0 30px 0;
}
#footerCredit > p {color: #aaaaaa;}

/* その他 */
.contactform #contents form table td p .note{
	display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 85%;
    margin-bottom: 5px;
}



/* ===================================================

for SmartPhone

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

/* header */
.contactform #headerLogo.jp {width: 100%;}
.contactform #headerLogo img {
	width: 70px;
    padding: 18px 0 0 16px;
    margin: 0
}
.contactform #headerJP #headerLogo > span {
    width :190px;
    left: 94px;
}
.contactform #headerJP #headerLogo > span > img {
    width: 100%;
    padding: 0;
}
.contactform .h1Area.smallHeading h1 {
    font-size: 22px;
    padding: 20px 15px;
    line-height: 1.4;
    text-align: left;
}

/* その他 */
.contactform #contents form table td p .note{
    font-size: 100%;
    margin-bottom: 0px;
}



}