@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100%;
}

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}



.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fLft {
	float:left;
}

.fRgt {
	float:right;
}

.smTxt {
	font-size:12px;
	line-height: 24px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	color:#444
}

.center {
	text-align:center;
}

#logos a {
	text-decoration:none;
}

a {
	color: #e60021;
}

a:visited, a:active {
    color: #e60021;
}

header {
margin: 10px 0 0 0;	
}

#logos {
   padding-top: 10px;
}

.social_buttons {
	text-align: right;
    margin: 12px 0;
}

.fb_iframe_widget {
    top: -3px;
}

.container {
	width:100%;
	max-width: 1082px;
	margin:0 auto;
}

.redborder {
	height:8px;
	width:100%;
	background:url(../images/red_border.png) repeat-x;
}

#scrollimage {
	background-color: #d6d0d0;
	background-image:url(../images/gsrc_main.jpg);
	background-repeat:repeat-x;
	background-position:0px center;
	height:524px;
	position:relative;
	-webkit-animation: slideshow 40s linear infinite;
    -moz-animation:    slideshow 40s linear infinite;
	animation:    slideshow 40s linear infinite;
	margin:15px 0 0 0;
}

#scrollimage img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 110px;
}

@keyframes slideshow {
  0%    { background-position:0px center; }
  100% { background-position:-1395px center; }
}

@-moz-keyframes slideshow {
  0%    { background-position:0px center; }
  100% { background-position:-1395px center; }
}

@-webkit-keyframes slideshow {
  0%    { background-position:0px center; }
  100% { background-position:-1395px center; }
}

#main {
	padding: 1px 0 10px 0;
	background:url(../images/line_bg.png) repeat;
}

.eventinfo {
	background:white;
    padding: 15px 27px 30px 27px;
	border-bottom: 2px solid #c9c0c0;
}
.eventinfo .gsrcuplogo{
	width: 50%;
	margin: 0 auto;
}
.eventinfo .gsrcuplogo a{
	display: block;
}

.eventinfo p{
	padding: 40px;
	line-height: 1.6em;
	text-align: center;
}
.eventinfo table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
	border-top:#444444 1px solid;
	border-bottom:#444444 1px solid;
	font-size:14px;
	margin-top:15px;
}

table th {
    vertical-align: middle;
    border-bottom: #fff 1px solid;
    background: #444444;
    padding: 20px 15px;
    color: #fff;
	font-weight:bold;
}

table td {
    vertical-align: middle;
    border-bottom: #444444 1px solid;
    border-right: #444444 1px solid;
    background: #fff;
    padding: 20px 15px;
    color: #444444;
    line-height: 1.6;
}

table td.finalrow {
    border-bottom: none;
}

.rednotice {
    font-size: 16px;
    font-weight: bold;
    color: #e60021;
}

.hb_l {
	width: 450px;
	margin-top:30px;
	padding: 18px 32px;
	float:left;	
	height:400px;
	background:#FFF;
	border-bottom: 2px solid #c9c0c0;
}

.hb_r {
	width: 450px;
	margin-top:30px;
	padding: 18px 32px;
	float:right;
	height:400px;
	background:#FFF;
	border-bottom: 2px solid #c9c0c0;
}

.ev_list {
    border-left: #e60012 solid 10px;
    padding: 1px 12px;
    margin: 20px 0;
    color: #444444;
    font-weight: bold;
    letter-spacing: 1px;
}

.ev_list a {
    color: #444444;
	text-decoration:none;
    letter-spacing: -0.3px;
}

.ev_list a:hover {
    color: #e60021;
	text-decoration:none;
}

.bottomTxt {
	    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

a.blocklink {
    position: relative;
    background: #e60012;
    padding: 30px 30px 30px 40px;
    color: #FFF;
    text-decoration: none;
    margin: 26px auto;
    display: block;
    width: 330px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    max-width: 80%;
}

a.blocklink:hover {
    background: #B30C19;
}

.border_box{
	border: 2px solid #f00;
    padding: 20px 15px;
	width: 100%;
	color: #444444;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6em;
}

@media screen and (max-width: 1050px){
.hb_l{
	height: initial;
}
.hb_l, .hb_r {
	width: 75%;
	margin:15px auto;
	float:none;
}

.container {
    width: 95%;
}

}