﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/link
			http://www.umin.ac.jp/faq/media.htm
			http://www.umin.ac.jp/copyright.htm
Created		2016/01/27
Last update	2016/01/29 Hayashi
Author		Hayashi Ryosuke
*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#image_color{
	border-top:5px solid #6666FF;
	background:#FFF;
}
#image_color h2:before{
	background-color:#6666FF;
}
#image_color h2.oshirase_box:before{
	background-color:transparent;
}
#image_color h3:before{
	background:#6666FF;
}
#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:"";
}
#backtop{
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index:10;
	padding:3px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	background-color:rgba(10,10,10,0.6);
}
#backtop div{
	cursor:pointer;
	border:dotted #DDD 2px;
	padding:4px;
}
@media only screen and (max-width:600px){
#backtop{
	width:100%;
	right: 0px;
	bottom: 0px;
}
}
img.text-img-line{
	margin-left: 0px;
	padding: 0px;
}
h2{
	counter-reset:uccount;
}
.h4-list h4 {
	margin-left: 20px;
	position: relative;
}
.h4-list h4:before{
	counter-increment:uccount;
	content: counter(uccount)"．";
}
h5{
	margin-left: 40px;
}
ul{
	margin-left: 40px;
}
ol{
	margin-left: 40px;
}
ol.circle-ol li{
	position: relative;
	line-height: 1.7em;
}
ol.circle-ol li:before{
  content: "";
  position: absolute;
  background: none;
  top: 11px;
  left: -0.2em;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: #000 1px solid;
}
table{
	margin-left: 40px;
}
.img-logo{
	margin-left: 40px;	
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	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%;
}
}


