﻿@charset "utf-8";
/* CSS Document */

#logo {
	margin:20px 0 important!;	
}
.reg {
	list-style:square;
	list-style-position:inside;
	line-height:1.5em;
}
.modal-image{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
	height: auto; 
}
.mod {
	margin: 0 0;
	padding: 0 0;
	text-align:center;
}
.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer {
	width:100%;
	height: 40px;
	background-color:#C60;
}
.footer p{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#000;
	text-align:center;
	padding: 10px 0 10px 0;
}
.link {
	width:100%;
	padding:0 20px 0 20px;
}
.link-left {
	float: left;
	padding-left: 25px;
}
.link-right {
	float: right;
	padding-right:25px;
	padding-top: 3px;
}
.soc {
	padding-left:10px;
	padding-top:8px;
}
	