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

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

.contents h2.title{
	margin-bottom:40px;
}

.contents article > section{
	margin-bottom:70px;
}

/* --------------------------------
   □ intro-box
-------------------------------- */
.contents #intro-box p{
	margin-bottom:1.5em
}
.contents #intro-box p:last-child{
	margin-bottom:0
}

/* --------------------------------
   □ outline-box
-------------------------------- */
.contents #outline-box > table{
	width:100%;
	margin-bottom:66px;
}

.contents #outline-box > table th,
.contents #outline-box > table td{
	padding:5px 0;
}

.contents #outline-box > table th{
	width:5em;
}

.contents #outline-box #gmap{
	margin-top:52px;
	width:100%;
	height:300px;
}

@media only screen and
(max-width : 740px) {

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

.contents h2.title{
	margin-bottom:2em;
}

.contents article > section{
	margin-bottom:6em;
}


/* --------------------------------
   □ outline-box
-------------------------------- */
.contents #outline-box > table{
	width:100%;
	margin-bottom:4em;
}

.contents #outline-box #gmap{
	margin-top:3em;
	width:100%;
	height:300px;
}

}