﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/map
Created		2015/08/25
Last update	2015/08/25 by Hayashi
Author		Hayashi Ryosuke
*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
	hp-coordinator #eda184
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#image_color{
	border-top:5px solid #eda184;
	background:#FFF;
}
#image_color h2:before{
	background-color:#eda184;
}
#image_color h2.oshirase_box:before{
	background-color:transparent;
}
#image_color h3:before{
	background:#eda184;
}
#image_color h3:after{
	background:#222266;
}
.text_red{
	color:#F00;
}
.text_bold{
	font-weight:bold;
}
.clear_both{
	clear:both;
}
p{
	padding: 0 18px;
}
.a_link a[href^="http://"]:before,
.a_link a[href^="https://"]:before{
	content:url(/images/email/link.png);
	padding-right:0px;
}
.a_link a[href^="#"]:before{
	content:"";
}

/*画像処理*/
.umin-map--img{
	width: auto;
	margin-bottom: 1em;
}
.umin-map--img img{
	width: auto;
	padding: 1em;
	border: 2px solid rgb(20,20,20);
	box-shadow: 2px 2px 4px rgb(20,20,20);
}

@media only screen and (max-width:500px){
iframe{
	width:100%;
	margin: 0;
}}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;s
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}


