@charset "utf-8";

#content #sgh-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#content #sgh-menu li {
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}
#content #sgh-menu li a {
  width:auto;
  color:#F33;
  font-size:14px;
  font-weight:bold;
  /*text-shadow:0 -1px 0px #FFF,0 1px 0px #FFF;*/
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#E8C95C;
  background-image: -moz-linear-gradient(top, #F8F095 0%, #F1DF8D 50%, #EFDA75 50%, #E8C95C 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F095), color-stop(0.50, #F1DF8D), color-stop(0.50, #EFDA75), color-stop(1, #E8C95C));
  border-left:2px solid #FFF;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #CCC;
}
#content #sgh-menu li.mleft a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #999;
}
#content #sgh-menu li.mright a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #999;
}
#content #sgh-menu li a:hover {
	color:#FFFFFF;
  background:#ffa443;
  background-image: -moz-linear-gradient(top, #ffa443 0%, #ffa443 50%, #ff7400 50%, #ff7400 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa443), color-stop(0.50, #ffa443), color-stop(0.50, #ff7400), color-stop(1, #ff7400));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #999;
}
#content #sgh-menu li.active a{
	color:#FFFFFF;
  background:#ffa443;
  background-image: -moz-linear-gradient(top, #ffa443 0%, #ffa443 50%, #ff7400 50%, #ff7400 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa443), color-stop(0.50, #ffa443), color-stop(0.50, #ff7400), color-stop(1, #ff7400));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #999;
}
#content #sgh-menu.english li a {
  height:44px;
  line-height:44px;
  padding:0;
}
#content #sgh-menu.english li.two_line a {
  height:37px;
  line-height:1.2;
  font-size:13px;
  padding:7px 0 0;
}

#content .box01_sgh_page {
    width: 80%;
    margin: 0 auto 30px auto;
    position: relative;
    border: 1px solid #0082AA;
    padding: 10px 20px;
    -webkit-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    -moz-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
}
#content .box01_sgh_page:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: #0082AA;
    bottom: -10px;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
#content .box01_sgh_page * {
    margin-left: 0;
}
#content .box01_sgh_page h3 {
    margin: 0 0 15px 0;
    text-indent: 0;
    padding: 0 0 5px 0;
    background: none;
    line-height: 1.5;
    height: auto;
    border-bottom: 1px solid #0082AA;
    color: #0082AA;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(50,50,50, 0.2);
    font-size: 18px;
    text-align: center;
}
#content .box01_sgh_page h4 {
    border: none;
    border-left: 5px solid #AE3F3F;
    color: #AE3F3F;
}
#content .box01_sgh_page ol {
    counter-reset: li;
    margin-bottom: 20px;
}
#content .box01_sgh_page ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
#content .box01_sgh_page ol li:before {
    display: inline-block;
    content: counter(li);
    counter-increment: li;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0082AA;
    color: #fff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
#content .box01_sgh_page ol.ex02 li:before {
    top: 2px;
    margin-top: 0;
}
#content .box01_sgh_page:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #0082AA transparent transparent transparent;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
}
#content .box01_sgh_page ol li span {
    color: #0082AA;
    font-size: 15px;
}
#content .box01_sgh_page ol.ex01 {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
#content .box01_sgh_page ol.ex01 li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    left: -50%;
}

#content .box01_sgh_detail {
    margin: 0 auto 30px auto;
    position: relative;
    -webkit-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    -moz-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    width: 90%;
    border: 2px solid #0082AA;
    padding: 0;
}
#content .box01_sgh_detail * {
    margin-left: 0;
}
#content .box01_sgh_detail h3 {
    margin: 0 0 15px 0;
    text-indent: 0;
    line-height: 1.5;
    height: auto;
    color: #0082AA;
    font-weight: normal;
    font-size: 18px;
    background: #E0F0F4;
    padding: 10px;
    border: none;
    text-shadow: 2px 2px 2px rgba(50,50,50, 0.2);
    text-align: left;
}
#content .box01_sgh_detail h3:before{
	display:none;
}
#content .box01_sgh_detail .inner {
    padding: 0 20px 20px;
    margin-left: 0;
}
#content .box01_sgh_detail .box_img02 {
    float: right;
    margin-left: 20px;
}
#content .box01_sgh_detail .box_img02.ex01 {
    width: 300px;
}
#content .box01_sgh_detail .box_img02.ex01.english {
    width: 430px;
	float:none;
	margin:0 auto;
}
#content .box01_sgh_detail .box_img02.ex01 h4 {
    font-size: 13px;
    padding: 0;
    line-height: 1.3;
    margin:0 0 5px;
	color: #AE3F3F;
	border: none;
}
#content .box01_sgh_detail .inner ul li {
    margin-bottom: 10px;
    color: #AE3F3F;
    position: relative;
    padding-left: 1.1em;
    line-height: 1.5;
}
#content .box01_sgh_detail .inner ul li:before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -2px;
}
#content .box01_sgh_detail ol {
    overflow: hidden;
	counter-reset: li;
}
#content .box01_sgh_detail ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
#content .box01_sgh_detail ol li:before {
	display: inline-block;
	content: counter(li);
	counter-increment: li;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	position: absolute;
	left: 0;
    top: 2px;
    margin-top: 0;
    background: #AE3F3F;
}
#content .box01_sgh_detail ol li span {
    color: #AE3F3F;
    font-size: 13px;
}
#content .box02_sgh_detail dl {
    overflow: hidden;
    margin-bottom: 20px;
}
#content .box02_sgh_detail dt {
    float: left;
    color: #AE3F3F;
}
#content .box02_sgh_detail dd {
    overflow: hidden;
}
#content .box02_sgh_detail .inner01 {
    padding: 10px;
    border: 1px solid #AE3F3F;
    margin-bottom: 30px;
}
#content .box02_sgh_detail .inner01 dl {
    overflow: hidden;
    margin-bottom: 10px;
}
#content .box02_sgh_detail .inner01 dt {
    color: inherit;
}
#content .box02_sgh_detail .inner02 .a01 {
    padding: 10px;
    border: 1px solid #AE3F3F;
    background: #FBEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 50px;
}
#content .box02_sgh_detail .inner02 .a01 h4 {
    text-align: center;
    padding: 0;
    border-bottom: none;
    text-shadow: 2px 2px 2px rgba(50,50,50, 0.2);
    color: #AE3F3F;
    border: none;
    margin-left: 0;
    font-size: 18px;
}
#content .box02_sgh_detail .inner02 .a01 .a01_in {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#content .box02_sgh_detail .inner02 .a01:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 150px 0 150px;
    border-color: #AE3F3F transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -150px;
}
#content .box02_sgh_detail .inner02 .a01 .a01_in h5 {
    margin-left: 0;
}
#content .box02_sgh_detail .inner02 .a01 .a01_in li {
    list-style: disc outside;
    margin: 0 0 10px 20px;
    line-height: 1.5;
}
#content .box_img03 {
    text-align: center;
	margin-bottom:20px;
}
#content .box_img03 img {
    margin: 0 20px;
    -webkit-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    -moz-box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    box-shadow: rgba(179, 179, 179, 0.65) 2px 2px 3px 1px;
    padding: 3px;
    background: #fff;
}

#content .single_box_bs{
	border-left: 3px solid #0082AA;
	padding:10px;
	overflow:hidden;
	margin-bottom:20px;
}
#content .single_box_bs .date{
	margin:0 0 5px;
	font-size: 12px;
}
#content .single_box_bs .flug{
	display: inline-block;
    text-align: center;
    padding: 3px 10px;
    border: 1px solid #FF7400;
    color: #FF7400;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 1;
}
#content .single_box_bs h4{
	border: none;
    margin: 0 0 10px;
    padding: 5px 0 5px 0;
    border-bottom: 3px double #C1DFE8;
    font-size: 16px;
}
#content .single_box_bs .text{
	margin:0 0 20px;
}
#content .single_box_bs .yellow_link{
	margin:0;
}
#content .single_box_bs .yellow_link a{
	margin:0 10px 0 0;
	display:inline-block;
	padding:2px 10px;
background: rgb(252,205,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjY2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGI1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(252,205,77,1) 0%, rgba(248,181,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,205,77,1)), color-stop(100%,rgba(248,181,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#f8b500',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 1px #999;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	
	-moz-text-shadow: 0px -1px 1px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px -1px 1px rgba(50, 50, 50, 0.7);
	-ms-text-shadow: 0px -1px 1px rgba(50, 50, 50, 0.7);
	text-shadow: 0px -1px 1px rgba(50, 50, 50, 0.7);
	
	color:#FFF;
	
	border:1px solid #F7B100;
	font-size:13px;
	cursor:pointer;
	margin-bottom:10px;
}
#content .single_box_bs .yellow_link span{
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 2px 10px;
    color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 1px #999;
    -webkit-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
    border: 1px solid #666;
    font-size: 13px;
    margin-bottom: 10px;
}

#content .sgh_ul_link{
	margin-bottom: 30px;
}
#content .sgh_ul_link li{
	margin: 0 0 10px 15px;
}
#content .sgh_ul_link li a{
	background: url(../images/icon_sgh_link.png) no-repeat 0 center;
	color: #333;
	padding-left: 25px;
}
#content .sgh_ul_link .country{
	display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    background: #f2f2f2;
    line-height: 1;
    color: #0082AA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content .box02_sgh_detail dl.ex03 dt {
    float: none;
}

#content .box02_sgh_detail dl.ex04 dt {
    width: 24ex;
}
#content .box02_sgh_detail dl.ex04 dd {
    text-indent: -1em;
    margin-left: 1em;
    padding-left: 1em;
}

#content .box01_sgh_detail dl.ex05 {
	margin:0 0 20px;
}
#content .box01_sgh_detail dl.ex05 dt,
#content .box01_sgh_detail dl.ex05 dd{
	line-height:1.3;
	margin:0 0 10px;
	font-size:11px;
}

.sgh-menu_ver2018 {
	clear: both;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-radius: 5px;
	background: #E8C95C;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.sgh-menu_ver2018 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
	color: #F33;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #F8F095 0%, #F1DF8D 50%, #EFDA75 50%, #E8C95C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F095), color-stop(0.50, #F1DF8D), color-stop(0.50, #EFDA75), color-stop(1, #E8C95C));
}
.sgh-menu_ver2018 a.active,
.sgh-menu_ver2018 a:hover{
	color: #fff;
	background-color: #ffa443;
	background-image: -moz-linear-gradient(top, #ffa443 0%, #ffa443 50%, #ff7400 50%, #ff7400 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa443), color-stop(0.50, #ffa443), color-stop(0.50, #ff7400), color-stop(1, #ff7400));
}
.sgh-menu_ver2018 a:first-child {
	border-width: 0;
	border-radius: 5px 0 0 5px;
}
.sgh-menu_ver2018 a:last-child {
	border-width: 0;
	border-radius: 0 5px 5px 0;
}

#content .sgh_report-table{
	width: 100%;
	table-layout: fixed;
	margin: 20px 0 40px;
}
.sgh_report-table th,
.sgh_report-table td{
	vertical-align: middle;
	text-align: center;
}
.sgh_report-table th{
	background-color: #0083AC;
	color: #fff;
}
.sgh_report-table tr:nth-of-type(odd) td {
	background-color: #f2faff;
}
.sgh_report-btn{
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 3px;
	background-color: #69c;
	border: 1px solid #69c;
	text-decoration: none;
	transition: all .5s;
}
.sgh_report-btn:hover{
	text-decoration: none;
	background-color: #fff;
	color: #69c;
}
.sgh_report-btn:nth-of-type(n+2) {
	margin-top: 5px;
}

@media only screen and (max-width: 708px) {
	.sgh-menu_ver2018 {
		display: block;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}
	.sgh-menu_ver2018 a {
		display: block;
		border-width: 0;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
		border-radius: 5px;
	}
	.sgh-menu_ver2018 a:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.sgh-menu_ver2018 a:first-child {
		border-radius: 5px;
	}
	.sgh-menu_ver2018 a:last-child {
		border-radius: 5px;
	}

}



