/* 基本スタイル定義 */
* {
  padding:0;
  margin:0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
html {
  font-size: 62.5%;
}
body {
  padding:0 0 0 0px;
  font-size:2rem;
}
img {
  border:0;
  margin:0;
}
h1 {
  font-size:3rem;
  position:relative;
  width:80px;
  top:150px;
  left:920px;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
#center-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* 汎用定義 */
.clearboth {
  clear:both;
}
.textaligncenter {
  text-align:center;
}
.textalignright {
  text-align:right;
}
.textalignleft {
  text-align:left;
}
.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.attentionbox {
  border:2px solid #d11b42;
  padding:5px;
}

/* 強調・取消など */
.teisei {
  color: red;
  font-weight: bold;
}
.torikeshi {
  text-decoration: line-through;
}
.kyocho-bold {
  font-weight: bold;
}
.kyocho-red {
  color: red;
}
.kyocho-redbold {
  font-weight: bold;
  color: red;
}
.commenttext {
  font-size:1.5rem;
}

/* トップメニュー部分の構造定義 */
#topmenu-box {
  height:40px;
  width:1000px;
  padding: 20px 0 0 0;
  margin:20px 0 0 0;
}
#topmenu-box ul {
}
#topmenu-box li {
  float:left;
  width:166px;
  height:40px;
}
#topmenu-box li a {
  display:block;
  width:166px;
  height:40px;
  text-indent: -2000px;
}
.topmenu-link1 a {background:url("http://www.godosai.com/content/images/menubutton-01a.jpg") repeat-x;}
.topmenu-link2 a {background:url("http://www.godosai.com/content/images/menubutton-02a.jpg") repeat-x;}
.topmenu-link3 a {background:url("http://www.godosai.com/content/images/menubutton-03a.jpg") repeat-x;}
.topmenu-link4 a {background:url("http://www.godosai.com/content/images/menubutton-04a.jpg") repeat-x;}
.topmenu-link5 a {background:url("http://www.godosai.com/content/images/menubutton-05a.jpg") repeat-x;}
.topmenu-link6 a {background:url("http://www.godosai.com/content/images/menubutton-06a.jpg") repeat-x;}
.topmenu-link7 a {background:url("http://www.godosai.com/content/images/menubutton-07a.jpg") repeat-x;}
.topmenu-link8 a {background:url("http://www.godosai.com/content/images/menubutton-08a.jpg") repeat-x;}
.topmenu-link9 a {background:url("http://www.godosai.com/content/images/menubutton-09a.jpg") repeat-x;}
.topmenu-link10 a {background:url("http://www.godosai.com/content/images/menubutton-10a.jpg") repeat-x;}
.topmenu-link11 a {background:url("http://www.godosai.com/content/images/menubutton-11a.jpg") repeat-x;}
.topmenu-link12 a {background:url("http://www.godosai.com/content/images/menubutton-12a.jpg") repeat-x;}
.topmenu-link13 a {background:url("http://www.godosai.com/content/images/menubutton-13a.jpg") repeat-x;}
.topmenu-link14 a {background:url("http://www.godosai.com/content/images/menubutton-14a.jpg") repeat-x;}
#topmenu-box li a:hover,
#topmenu-box li a:active {
  background-position:0 -40px;
}

/* トップ画像(次回イベント)の構造定義 */
#nextevent {
  height:250px;
  width:1000px;
  margin: 10px 0 10px 0;
  text-align:center;
}
#nextevent-1400 {
  height:1400px;
  width:1000px;
  margin: 10px 0 10px 0;
  text-align:center;
}

/* イベント履歴の構造定義 */
.memorybox {
  margin: 10px;
  padding: 5px;
  border-bottom: 1px solid #2533b6;
}
.memoryimage {
  width : 200px;
  float : left;
}
.memorytext {
  width : 700px;
  padding:0 0 0 50px;
  font-size:1.2rem;
  font-weight:bold;
  float : left;
}
.memoryposter {
  clear : both;
  padding : 10px 0 0 0;
}

/*  支援印刷所の構造定義  */
.print_box {
  border-bottom : solid 2px #003399;
  padding : 3px 0 3px 0;
  margin : 10px 0 5px 30px;
}
.print_title {
  font-size : 2.5rem;
  font-weight: bold;
  color : #ffffff;
  background-color : #0033ff;
  padding: 3px 0 3px 5px;
}
.print_banner {
  padding: 5px 0 5px 0;
}
.print_messege {
  font-size : 1.5rem;
}
.print_target {
  font-size : 2rem;
  font-weight: bold;
}
.printingtitle {
  font-size: 0.8rem;
  font-weight: bold;
}
.print_box dl {
  padding:0 0 0 20px;
}
.print_box ul {
  padding:0 0 0 20px;
}

/* メールフォームの構造定義 */
#cfFormMailer {
  margin: 15px 0 15px 0;
}
.require {
  font-size: 0.7rem;
  color: red;
}
#cfFormMailer table {
  margin: 10px;
}
#cfFormMailer th {
  padding: 10px;
}

/* お知らせの構造定義 */
#news-box {
  float:left;
  width:500px;
  height:500px;
  padding:10px 0 0 0;
}
#news-box h2 {
  font-size:2rem;
  margin: 0 10px 5px 10px;
  border-bottom: solid 1px #0f1c84;
}
.whatsnew-box {
  padding: 10px;
  font-size:1.6rem;
  background-color: #fff;
  border-bottom: dotted 1px #0f1c84;
}
.whatsnew-box-date {
  font-size: 1rem;
  width: 110px;
  text-align: right;
  color: #fff;
  background-color: #0f1c84;
  padding: 3px;
}
.whatsnew-box h4 {
}
.whatsnew-box-contents {
  clear: both;
  padding: 0 0 0 10px;
  font-size: 1.2rem;
}
.ditto_previous_link {
  font-size: 0.7rem;
}
.ditto_next_link {
  font-size: 0.7rem;
}

/* twitterの構造定義 */
#twitter-box {
  width:450px;
  float:right;
}
#twitter-box-1000 {
  clear:both;
  width:1000px;
}

/* 個別ページ目次ボタン */
.linkbottan-e {
  height:100px;
  margin:0 0 20px 0;
}
.linkbottan-e li {
  float:left;
  padding:initial;
}
.linkbottan-e li a {
  display:block;
  width:100px;
  height:100px;
  text-indent: -2000px;
}
.linkbottan-e1 a {background:url("http://www.godosai.com/content/images/bt2-01.jpg") repeat-x;}
.linkbottan-e2 a {background:url("http://www.godosai.com/content/images/bt2-02.jpg") repeat-x;}
.linkbottan-e3 a {background:url("http://www.godosai.com/content/images/bt2-03.jpg") repeat-x;}
.linkbottan-e4 a {background:url("http://www.godosai.com/content/images/bt2-04.jpg") repeat-x;}
.linkbottan-e5 a {background:url("http://www.godosai.com/content/images/bt2-05.jpg") repeat-x;}
.linkbottan-e6 a {background:url("http://www.godosai.com/content/images/bt2-06.jpg") repeat-x;}
.linkbottan-e7 a {background:url("http://www.godosai.com/content/images/bt2-07.jpg") repeat-x;}
.linkbottan-e8 a {background:url("http://www.godosai.com/content/images/bt2-08.jpg") repeat-x;}
.linkbottan-e9 a {background:url("http://www.godosai.com/content/images/bt2-09.jpg") repeat-x;}
.linkbottan-e10 a {background:url("http://www.godosai.com/content/images/bt2-10.jpg") repeat-x;}
.linkbottan-e li a:hover,
.linkbottan-e li a:active {
  background-position:0 -100px;
}

.linkbottan-d {
  height:100px;
  margin:20px 0 20px 200px;
}
.linkbottan-d li {
  float:left;
  padding:initial;
}
.linkbottan-d li a {
  display:block;
  width:100px;
  height:100px;
  text-indent: -2000px;
}
.linkbottan-d1 a {background:url("http://www.godosai.com/content/images/bt4-01.jpg") repeat-x;}
.linkbottan-d2 a {background:url("http://www.godosai.com/content/images/bt4-02.jpg") repeat-x;}
.linkbottan-d3 a {background:url("http://www.godosai.com/content/images/bt4-03.jpg") repeat-x;}
.linkbottan-d4 a {background:url("http://www.godosai.com/content/images/bt4-04.jpg") repeat-x;}
.linkbottan-d5 a {background:url("http://www.godosai.com/content/images/bt4-05.jpg") repeat-x;}
.linkbottan-d6 a {background:url("http://www.godosai.com/content/images/bt4-06.jpg") repeat-x;}
.linkbottan-d7 a {background:url("http://www.godosai.com/content/images/bt4-07.jpg") repeat-x;}
.linkbottan-d8 a {background:url("http://www.godosai.com/content/images/bt4-08.jpg") repeat-x;}
.linkbottan-d9 a {background:url("http://www.godosai.com/content/images/bt4-09.jpg") repeat-x;}
.linkbottan-d10 a {background:url("http://www.godosai.com/content/images/bt4-10.jpg") repeat-x;}
.linkbottan-d li a:hover,
.linkbottan-d li a:active {
  background-position:0 -100px;
}

/* 共通メニューボタン */
.linkbottan {
}
.linkbottan li {
  float:left;
  padding:initial;
  display:block;
  width:200px;
  height:200px;
}
.linkbottan li a {
  display:block;
  width:200px;
  height:200px;
  text-indent: -3000px;
}
.linkbottan1 a {background:url("http://www.godosai.com/content/images/bt-circle.jpg") repeat-x;}
.linkbottan2 a {background:url("http://www.godosai.com/content/images/bt-com.jpg") repeat-x;}
.linkbottan3 a {background:url("http://www.godosai.com/content/images/bt-general.jpg") repeat-x;}
.linkbottan4 a {background:url("http://www.godosai.com/content/images/bt-pdf.jpg") repeat-x;}
.linkbottan5 a {background:url("http://www.godosai.com/content/images/bt-pwc.jpg") repeat-x;}
.linkbottan6 a {background:url("http://www.godosai.com/content/images/bt-em.jpg") repeat-x;}
.linkbottan7 a {background:url("http://www.godosai.com/content/images/bt-pdf2.jpg") repeat-x;}
.linkbottan li a:hover,
.linkbottan li a:active {
  background-position:0 -200px;
}

/* リンクボックスの構造定義 */
#linkbox {
  clear:both;
  margin: 20px 0 0 0;
}
#linkbox li {
  float: left;
  width: 200px;
  height: 40px;
  padding: 0;
}

/* 合同祭実行委員会へ */
#linktotop {
}

/* 一般参加要項関係 */
.timeschedule-box {
  float:left;
  width:560px;
}
.timeschedule-box-1 {
  float:left;
  width:500px;
}
.timeschedule-box-2 {
  float:right;
  width:500px;
}
.map-box {
  float:right;
  width:360px;
}
.map-box-1 {
  text-align:center;
  width:1000px;
}

/* コンテンツの構造定義　共通部分 */
.inbox_left {
  float: left;
  width: 400px;
  padding: 0;
}
.inbox_left p {
  padding:0;
}
.inbox_right {
  float: right;
  width: 600px;
}
.inbox_left-2 {
  float: left;
  width: 500px;
  padding: 0;
}
.inbox_right-2 {
  float: right;
  width: 500px;
}
.eventphoto {
  padding:10px 0 10px 40px;
}
.eventphoto img {
  padding:0 20px 0 0;
}
#addblock {
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
#addblock p {
  font-size:1.6rem;
}
#corona {
  width : 1000px;
  background-color : #66ff99;
  color : #000;
}
