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

/* -----------------------------------
   リンク修
 * ----------------------------------- */
h3.contentsTitle {
	border-bottom: 1px dotted #A0A0A0;
	padding: 7px 5px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #A0A0A0;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3.contentsTitle a {
	color: #666666;
	text-decoration: none;
	display: block;
}
h3.contentsTitle a:hover {
	color: #F08C27;
}
.thumbnail .caption {
	padding: 9px 6px 2px 6px;
	min-height: 130px;
}
.thumbnail img {
	width: 100%;
}
.caption h4,
.caption h4 a:visited {
	padding-bottom: 9px;
	color: #666666;
	font-size: 14px;
	padding-bottom: 8px;
}
.caption h4 a:hover {
	color: #F08C27;
}
.linkHead {
	color: #F08C27;
}
.caption p {
	font-size: 12px;
}

@media only screen and (max-width: 641px) {
h3.contentsTitle {
	padding: 7px 0px 5px;
	margin-left: 0px;
}
.thumbnail {
	margin-bottom: 5px;
}
.thumbnail .caption {
	min-height: 25px;
	padding: 9px 6px 0px 6px;
}
.thumbnail > img,
.thumbnail a > img {
	width: 60%;
}
.caption h4 {
	text-align: center;
	padding-bottom: 4px;
}
.caption p {
	display: none;
}
}

/* -----------------------------------
   ムービー
 * ----------------------------------- */
#movieContents {
	background-color: #000;
	border: 1px solid #999;
	color: #FFF;
	height: 360px;
}
 @media (max-width: 639px) {
#movieContents {
	width: 100%;
	height: 100%;
}
 }

/* -----------------------------------
   サイトマップ
 * ----------------------------------- */
.list li {
	margin-top: 6px;
	padding-left: 25px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.list a {
	color: #666666;
	text-decoration: none;
	display: block;
}
.list a:hover {
	color: #F08C27;
}

/* -----------------------------------
   アクセス
 * ----------------------------------- */
.company_access {
	margin: 0 10px 50px;
}
.company_access:last-child {
	margin: 0 10px 0px;
}
.company_access .map {
	width: 100%;
	margin: 0 auto 10px auto;
}
.map a {
	font-size: 14px;
	padding: 6px 0px 5px;
	display: block;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	text-decoration: none;
}
.map a:visited {
	color: #00F;
}
.map a:hover {
	color: #F08C27;
}

#map_canvas_1,
#map_canvas_2,
#map_canvas_3,
#map_canvas_4, 
#map_canvas_5,
#map_canvas_6{
	height: 300px;
}

/* -----------------------------------
   個人情報
 * ----------------------------------- */
h2.privacy {
	font-size: 22px;
	background-color: #FBE7C3;
	padding: 7px 0px 3px 10px;
	margin-bottom: 20px;
}
.grayBox {
	background-color: #ECECEC;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4.grayBoxBoldText {
	font-weight: bold;
	padding-bottom: 5px;
}
@media only screen and (max-width: 641px) {
#privacyContainer {
	padding-top: 50px;
}

h2.privacy {
	font-size: 20px;
}
}
