@charset "utf-8";

/*============================================================================
	#wrapper（ページ全体 横幅）
==============================================================================*/

#outer {width: 100%; margin: auto;	clear: both;}
#outer:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}

/*============================================================================
	header#globalHeader（ヘッダ）
==============================================================================*/
#headOuter{
	width: 100%;
	padding:3px 0 0px 0;
	background: #000000 url(../img/bg_header.jpg);
	background-size: 960px 118px;
}
header#globalHeader {width: 100%; height: 60px; margin: 0 auto; border-bottom: 3px #c0505d solid;}

/*============================================================================
	#main（中央）

#main {	width: 980px; clear:both; margin: 10px auto;}

==============================================================================*/

/*============================================================================
	#mainCont（内容）
==============================================================================*/

#mainCont {	width: 96%; clear:both; padding: 10px 0; margin: 0 auto;}

/*============================================================================
	#rightCont（右メニュー）
==============================================================================*/

#rightCont {width: 96%; padding: 0px 0; margin: 0 auto 20px;}

/*============================================================================
	footer#globalFooter（フッタ）
==============================================================================*/

footer {
	width: 100%;
	clear: both;
	margin: 20px auto 0 auto;
	padding: 10px 0 0;
	}
.globalFooter {width: 99%; margin: 0px auto 0px auto; padding: 10px 0;}
.footerBG01{
	background: #c0505d;
}
.footerBG02{
	background: #010158;
}
.footerBG03{
	background: #010158;
}


/*
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
*/