@charset "utf-8";

/* --------------------------------
	404page
-------------------------------- */
.pagetitle {
	padding-top: 25px;
}
.pagetitle h2 {
	padding-bottom: 23px;
}

/* ----------------------------- */
.contArea {
}
.contArea p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 10px;
}

.contArea p.ietop {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 30px;
}

/* ----------------------------- */
.info p {
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 20px;
	border: 5px solid #EEE;
	width: 410px;
}

/* ----------------------------- */

a.link:link { color : #7F0019;}
a.link:visited { color : #7F0019;}
a.link:link { color : #7F0019;}



@media screen and (max-width: 767px) {	
#hNav, .wrap, .contwrap {
width: 92% !important;
margin: 0 4% 0 4%;
}
.cont,#fNav,.contArea {
width: 100% !important;
margin: 0;
}
.contArea {
margin-left: 0 !important;
padding-bottom: 0 !important;
}
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
}

@media screen and (max-width: 767px) {	
.pagetitle {
	padding-top: 25px !important;
}
.pagetitle h2 {
	padding-bottom: 23px !important;
}
/* ----------------------------- */
.info p {
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 4%;
	border: 1px solid #EEE;
	width: 90%;
}

}