@charset "UTF-8";
.ui-page {
    background-image: url("https://jgs2023.jp/www/images/hoshizora.jpg");
    background-repeat: repeat;
}
#container{
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#mainwrapper header {
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#mainwrapper header #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(146,146,146,1.00);
	height: 60px;
}
#content #sidebar nav blockquote {
	margin-left: 10px;
	margin-right: 0px;
}

#mainwrapper header #logor {
	/* Company Logo text */
	width: 101px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(146,146,146,1.00);
	height: 60px;
}


#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2%;
	width: 68%;
	float: left;
	color: rgba(146,146,146,1.00);
}

header nav a {
	/* Links in header */
	padding-right: 2%;
	color: #000;
	text-decoration: none;
}

#content #mainContent h1 {
    /* Styling for main headings */
    color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 120%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
	background-color:#0064B2;
}
#content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(0,0,0,1);
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0064B2;
	border-left-color: #0064B2;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content #mainContent h3 {
	/* Styling for main headings */
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content #mainContent h4 {
	/* Styling for main headings */
	color: steelblue;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content #mainContent p {
	text-align: justify;
	color: #000000;
}

#content #mainContent li {
	/* All paragraphs under maincontent */
	color: rgba(51,51,51,1);
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}



#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2%;
}
footer {
	background-color:#0064B2;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    color: white;
	width: 100%;
	display: block;
	clear: both;
}
footer article {
	/* Footer articles */
	width: 95%;
	float: left;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
	color: white;
	font-size: 80%;
	margin: 0px;
	padding-left: 5%;
    padding-right: -2%;
	padding-top: 10px;
    padding-bottom: 10px;
	background-color:#0064B2;
}
footer article h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	width: 76%;
	float: left;
	line-height: 150%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
    padding-top: 0px;
	margin-top: 0px;

}
#content #mainContent #leftside {
	width: 100%;
	float: none;
}
#content #mainContent #rightside {
	width: 100%;
	float: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 24%;
        display: inline-block;
  height: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainwrapper {
	/* Container of all content */
	max-width: 960px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	background-color: #FFF;
	z-index: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
    display: block;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
}

#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	float: none;
	overflow: auto;
	background-image: url(https://jgs2023.jp/www/images/banarbg.png);
	background-repeat: repeat-x;
	font-weight: normal;
	color: #000;
	font-style: normal;
    font-weight:bold;
	display: block;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#adimage a:link {
	color: #000;
	text-decoration: none;
}
#adimage a:hover {
	color: #FFF;
	text-decoration: none;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-weight: bold;
	list-style: none;
}



#footerbar {
	/* Footer bar at the bottom of the page */
    background-color:#0064B2;
	color: #FFF;
	height: auto;
	clear: both;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 70%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color:FFF;
	text-align: center;
	display: block;
	font-size: small;
}

.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content #mainContent #leftside　{
	float: none;
	width: 100%;
}
#content #mainContent #rightside　{
	float: none;
	width: 100%;
}
    #content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	float: none;
	width: 96%;
	margin: 0px;
	padding: 0px;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 96%;
	margin-top: 0px;
	float: left;
	margin-left: 4%;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 96%;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 96%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#content #mainContent #leftside　{
	float: none;
	width: 100%;

}
#content #mainContent #rightside　{
	float: none;
	width: 100%;

}
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 96%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 96%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content footer article {
	/* Each foter article */
	width: 96%;
}
}
.red {
	color: #FF0000;
}
.smallred {
	color: #FF0000;
	font-size: small;
}

.black {
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
/* ■■■ フォントサイズ ■■■ */
.size75 {
	font-size: 75%;
}
.size85 {
	font-size: 85%;
}
.size90 {
	font-size: 90%;
}


.size95 {
	font-size: 95%;
}
.size105 {
	font-size: 105%;
}
.size110 {
	font-size: 110%;
}
.size120 {
	font-size: 120%;
}
.size130 {
	font-size: 130%;
}
.size140 {
	font-size: 140%;
}
.size150 {
	font-size: 150%;
}
/* ■■■ ラインハイト ■■■ */
.line100 {
	line-height: 100%;
}
.line105 {
	line-height: 105%;
}
.line110 {
	line-height: 110%;
}
.line115 {
	line-height: 115%;
}
.line120 {
	line-height: 120%;
}
.line125 {
	line-height: 125%;
}
.line130 {
	line-height: 130%;
}
.line135 {
	line-height: 135%;
}
.line140 {
	line-height: 140%;
}
.line150 {
	line-height: 150%;
}
.line160 {
	line-height: 160%;
}
.line165 {
	line-height: 165%;
}
.line170 {
	line-height: 170%;
}
.line180 {
	line-height: 180%;
}
.line190 {
	line-height: 190%;
}
.line200 {
	line-height: 200%;
}
.singleline { /*1重取り消し線*/
background-image:url("https://jgs2023.jp/www/images/redline.png");
background-repeat:repeat-x;
background-position: center;
}
.resizeimage img { /*画像を画面サイズに合わせる*/
    width: 95%;                                                                                                                                                                                       80%; 
}
#content #sidebar table {
	border: 1px solid #CCC;
	font-size: 75%;
	vertical-align: top;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	width: 95%;
	margin-left: 4%;
	text-transform: none;
}
#sidebar table tr td h4 {
    color: #FFF;
	background-image: url(https://jgs2023.jp/www/images/h1bg.png);
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 150%;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.sample {
	width: 500px;
	font-size: 20px;
    text-align: center;
	text-decoration: none;
	display: block;
	padding: 8px 0 5px;
	color: #FFFFFF;
	background-color: orange;
	background: linear-gradient(orange, darkorange);
	border-radius: 5px;
}
.sample a:link{color: white}
.sample a:hover{color: red}