/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
  display: none;
}
/* --- end reset --- */


/* --- align --- */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


/* --- align --- */

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    zoom: 1; /* for IE6/7 */
}

.cb {
	clear: both;
}

body {
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/bg.gif);
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchform {
	width: 200px;
	display: block;
	height: 24px;
	position: relative;
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/input4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#searchform #s {
	width: 156px;
	position: absolute;
	top: 3px;
	left: 1px;
	border: 1px solid #FFF;
}
#searchform #searchsubmit {
	position: absolute;
	top: 3px;
	left: 174px;
}
#header #head_navi {
	font-size: 90%;
}

#g_navi {
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/gnavi_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 34px;
	text-align: center;
}
#g_navi ul {
	margin: 0px;
	padding: 0px;
}
#g_navi ul li {
	list-style-type: none;
	float: left;
}
#g_navi ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
}
#g_navi ul li a:hover {
	color: #0068B7;
	background-color: #fefefe;
}

#top_main {
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/top_c_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#c_main {

}
#c_main #bc_navi {
	font-size: 70%;
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/bc_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#c_main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#c_main h2 {
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/c_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#c_main h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;

}

#c_main h4 {
	margin-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #039;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#c_main p {
	font-size: 80%;
	margin-left: 10px;
	margin-bottom: 15px;
}

#c_main table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	font-size: 80%;
}
#c_main table th {
	background-color: #e7f0ff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

#c_main table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	padding: 4px;
	border-bottom-color: #999;
}
#c_main #p_top {
	font-size: 80%;
	text-align: right;
	margin-top: 15px;
}
#c_main #p_top a {
	text-decoration: none;
	color: #0068B7;
}
#c_main dl {
	font-size: 80%;
}

#c_main dl dt {
	display: block;
	float: left;
	margin-right: 15px;
}
#c_main dl dd {
	display: block;
	float: left;
	margin-bottom: 15px;
}
#c_main ul {
	font-size: 80%;
	margin-bottom: 15px;
}
#c_main ul li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

#c_main ol {
	margin-bottom: 20px;
}

#c_main ol li {
	list-style-type: decimal;
	font-size: 80%;
	margin-bottom: 10px;
	margin-left: 40px;
}


#footer {
	background-color: #333;
	color: #FFF;
	font-size: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

#top_img {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



/* ¥µ¥¤¥É¥Ð©`¡¡*/


#sidebar #cat {
	color: #0068B7;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar .sub_cat {
	background-color: #666666;
	padding: 5px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0068B7;
	font-size: 90%;
}

#sidebar ul {
	font-size: 80%;
}

#sidebar ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/side_vec.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #0068B7;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 30px;
}
#sidebar ul li a:hover {
	color: #FFF;
	background-color: #0068B7;
}


.ctop_img {
	margin-bottom: 15px;
}

/* ¥ì¥¹¥Ý¥ó¥·¥Ö¥Ê¥Ó */

.logo {
 display: inline-block;
 
}
.logo img{
 max-width:438px;
}

/* ¥á¥Ë¥å©` */

.menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.gnav a {
	color:#FFF;
	font-size:90%;
	text-decoration: none;
}

@media (min-width: 760px) {

.header {
	position: relative;
}

.header .container {
 display: block;
 align-items: center;
 max-width: 960px;
 margin-left: auto;
 margin-right: auto;
 }
 
 .logo {
 	padding:10px 0;
 }
 
 .gnav {
	background-color: #0068b7;
	border-top:2px solid #08528a;
}
 
 .gnav ul {
 display: block;
 width:960px;
 margin: 0 auto;
 }
 
 .gnav ul li {
 	display: inline-block;
 } 
 
 .gnav ul a {
 display: block;
 padding: 7px 18px;
 }
 
 .sp-h {
 display: none;
 }
 
 .menu {
 display: block;
 }
 
 .utilities {
 position: absolute;
 top:15px;
 left:65%;
 width:280px;
 }
 
 .src_box {
 	display: inline-block;
 }
 
 .chgfont {
 	display: inline-block;
	vertical-align: bottom;
	margin:0 0 0 20px; 
 }
 
.ut_nav02 {
	text-align: right;
	font-size: 90%;
	padding:5px 0;
}
 
.ut_nav02 ul li {
 	display: inline-block;
	margin-left: 10px;
 }
 
 /* ¥Õ¥Ã¥¿©` */
 
 .f_nav {
 	width:50%;
	float: right;
	text-align: right;
 }
 
/* ¥µ¥¤¥É¥Ð©` */

 #sidebar {
	float: left;
	width: 220px;
	margin-left: 20px;
}

/* ¥Ú©`¥¸ */

#c_main {
	float: right;
	width: 660px;
	background-image: url(/en/staff/wp-content/themes/gchs2018/images/contents_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
}

/* šøÓÃ */

.w960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.w1000 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

}

@media (max-width: 759px) {

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;¡¡
}

.w960 {
	margin: 0 10px;
}

.header .container-sp {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width:100%;
 }
 
.logo {
	margin-left: 5px;
}
 
.logo img {
 	width:80%;
}
 
.menu {
 	background-color: #0068b7;
}
 
.menu ul li a {
 	display: block;
	padding:7px 10px;
}
 
.gnav li {
 	border-bottom:1px solid #69a2cd;
}
 
.src_box {
 	padding:5px 10px;
}
 
.ut_nav02 ul li {
 	border-bottom: 1px solid #69a2cd;
}
 
.ut_nav02 ul li:last-child {
  	border: none;
}
 
.ut_nav02 ul li a {
 	background-color: #358acb;
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
}

 .sp-h {
 display: block;
 margin-right: 10px;
 padding:13px 20px;
 border: none;
 outline: none;
 background: none;
 font-size: 28px;
 opacity: 0.8;
 cursor: pointer;
 color: #0068b7;
}
 
.chgfont {
 	display: none;
}
 
.sp-h:hover {
 opacity: 0.3;
}
/*¥á¥Ë¥å©`¤ò·Ç±íÊ¾¤Ë*/
.menu {
 display: none;
}

/* ¥Õ¥Ã¥¿©` */
.f_nav {
	margin-bottom: 15px;
}

/* ¥µ¥¤¥É¥Ð©`*/

#sidebar {
	margin:0 10px; 
}

/* ¥Ú©`¥¸ */
#c_main {
	background-color: #FFF;
	padding:15px;
}

}

