@charset "utf-8";


/* ### body設定 ### */
/* -------------------------------------------------------------------------------- */

body{
	color:#222;
	/* font-family: Arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif; */
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐ ゴシック","ＭＳ ゴシック",Verdana,Arial,Monaco,sans-serif;
	line-height:1.5em;
	/* font-size: 1em; */
	font-size: 15px;
	background-color:#fff;

	margin: 0 8px;
}


/* ### link設定 ### */
/* -------------------------------------------------------------------------------- */
a:link    {color: #003399;text-decoration: none;}
a:visited {color: #003399;text-decoration: none;}
a:hover   {color: #CC0000;text-decoration:underline}
a:active  {color: #CC0000;}
a.no:link, a.no:visited  {color: #ffffff;}



/* ### ヘッダーサイズ指定 ### */
/* -------------------------------------------------------------------------------- */
.c_header .c_header_area{
	width: 100%;
	/* height: 220px; */
	margin: 15px auto 0;
}



/* ### メインナビゲーション ### */
/* -------------------------------------------------------------------------------- */
@media (min-width:601px) {
	.c_header .c_gNav1{
		height: 67px;
	}
	.c_header .c_gNav1 ul li {
		height: 65px;
	}
	.c_header .c_gNav1 ul li div{
		height: 65px;
	}
}

@media (max-width: 600px) {
	.c_header .c_gNav1{
		height: 52px;
	}
	.c_header .c_gNav1 ul li {
		height: 50px;
	}
	.c_header .c_gNav1 ul li div{
		height: 50px;
	}
}


.c_gNav1 ul li div img {
	/*
	width: 90%;
	height: auto;
	*/
}

.c_header .c_gNav1{
	width: 100%;
	margin-top: 10px;
}

.c_header .c_gNav1 ul {
	width: 100%;
	margin-left: 2px;
}

.c_header .c_gNav1 ul li {
	width: 49%;
	margin: 1px 1px 1px 1px;
	list-style: none;
	float: left;
	text-align: center;
	/* border-right: 1px solid #ddd; */

	background-color: #3e1485;

	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
	

}

.c_header .c_gNav1 ul li.c_gNav1_01 div{
	/*
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/

	background:url(/sgu/img/gnav_menu1_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;


}
.c_header .c_gNav1 ul li.c_gNav1_02 div{
	/*
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
	
	background:url(/sgu/img/gnav_menu2_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;

}
.c_header .c_gNav1 ul li.c_gNav1_03 div{
	/*
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
	
	background:url(/sgu/img/gnav_menu3_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;

}
.c_header .c_gNav1 ul li.c_gNav1_04 div{
	/*
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/

	background:url(/sgu/img/gnav_menu4_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;

}
.c_header .c_gNav1 ul li.c_gNav1_05 div{
	/*
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/

	background:url(/sgu/img/gnav_menu5_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;

}
.c_header .c_gNav1 ul li.c_gNav1_06 div{
	/*
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/

	background:url(/sgu/img/gnav_menu6_sp.png) no-repeat center center;
	-moz-background-size:85% auto;
	background-size:85% auto;

}


.c_header_end{
	clear: both;
	height: 1px;
	margin-bottom: 10px;
}




/* ### サブナビゲーション ### */
/* -------------------------------------------------------------------------------- */

.c_gNav2 {
	/* width: 200px; */
	font-size: 0.90em;
	text-align: right;
}

.c_gNav2 ul li {
	display: inline;
}



/* ### タイトル ### */
/* -------------------------------------------------------------------------------- */

.c_head_title {
	width: 100%;
}

.c_site_logo {
	width: 20%;
	height: 20%;
	margin-right: 5px;
	float: left;
}

.c_site_title {
	width: 78%;
	float: right;
	margin-top: 3px;
}
.c_site_title_ja{
	width: 100%;
	height: 100%;
	line-height:1em;
}
.c_site_title_en{
	width: 80%;
	height: 80%;
	line-height:1em;
}
.c_site_title_sub{
	width: 70%;
	height: 70%;
	margin: 0 2px 0 3px;
	line-height:1em;
}



.c_header_scr .c_site_title_en{
	display: none;
}



/* ### フッター ### */
/* -------------------------------------------------------------------------------- */

.c_footer {
	font-size: 0.95em;
	width: 100%;
	margin-top: 15px;
	border-top: 1px dotted #888;

}

.c_footer_contents {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

.c_footer_contents .c_footerleft {
	width: 100%;
	margin-left: 5px;
}
.c_footer_contents .c_footerleft img {
	width: 147px;
	height: 40px;
}

.c_footer_contents .c_footerright {
	width: 100%;
	margin-top: 8px;
}
.c_footer_link{
	text-align:right;
	margin-right: 5px;
}
.c_footer_link span a{
	font-size: 13px;
	padding-left: 13px;
}

.c_copyright {
	text-align:center;
	margin-top: 10px;
}



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */


/* ### コンテンツ ### */
/* -------------------------------------------------------------------------------- */

.c_contents{
	width: 100%;
	margin: 0 auto;
}


.c_main_contents{
	width: 100%;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------------- */


.c_section{
	margin: 5px 5px 15px 5px;
}


/* -------------------------------------------------------------------------------- */




img.c_img50{
	/* zoom: 0.5; */
	width: 100%;
	height: auto;
}

.c_arrow11{
	padding-right: 15px;
	background: url(/sgu/img/arrow1.png) no-repeat right 0.4em;
	-moz-background-size:5px 8px;
	background-size:5px 8px;

}

.c_arrow12{
	padding-right: 15px;
/*
	background: url(/sgu/img/arrow1.png) no-repeat right 0.45em;
*/
	-moz-background-size:5px 8px;
	background-size:5px 8px;

}





/* pageTop */
/* ---------------------------------------- */
.c_pageTop {

}
.c_pageTop a {
	/*
	position: fixed;
	bottom: 0px;
	left: auto;
	*/

	display: block;
	float:right;
	width: 60px;
	height: 36px;
	padding: 0;
	background: url(/sgu/img/pagetop.png) no-repeat top center;
	-moz-background-size:80% 80%;
	background-size:80% 80%;

	text-decoration: none;
	z-index: 9000;
}


/* positon */
/* ---------------------------------------- */

.posi_re{
	position: relative;
}

.posi_ab{
	position: absolute;;
}




/* ### 下層ページ ### */
/* ---------------------------------------- */

.c_main_contents_area{
	width: 100%;
	margin: 0 auto;
}


.c_contents_text{
	line-height: 1.8em;
}

.c_title01 div{
	margin: 0 0 10px 0;
	padding: 0px 5px 0px 10px;
	border-left: 6px solid #3e1485;
	font-size: 20px;
	font-weight: bold;
	color: #3e1485;
	line-height: 1.2em;
}
.c_title01{
	border-bottom: 1px solid #3e1485;
	margin-bottom: 30px;
}

.c_title01 span:before {
	content: "\A";
	white-space: pre;
}
.c_title01 div span{
	font-weight: bold;
}



.c_title02{
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 12px 0;
	color: #3e1485;
}

.c_title03{
	font-size: 16px;
	background: url(/sgu/img/square_blue3.png) no-repeat 0 0.2em;
	padding-left: 20px;
	margin: 5px 0 20px 0;
}

.c_title04{
	font-size: 15px;
	font-weight: bold;
	margin: 12px 5px;
	color: #3e1485;
}


.c_shadowbox{
	padding: 10px 10px 10px 10px;
	border: 2px solid #efefef;

	background-color: #fff;

	/* shadow */
	box-shadow: 0 0 8px #ddd;
	-moz-box-shadow: 0 0 8px #ddd;
	-o-box-shadow: 0 0 8px #ddd;
	-ms-box-shadow: 0 0 8px #ddd;
	
	/*
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=6, enabled=true);
	*/
}
.withCaption {
	float: left;
	margin: 30px 0;
	max-width: 100%;
}
.withCaption img {
	height: auto;
    max-width: 100%;
	margin-bottom: 5px;
}
.withCaption p {
	font-size: 80%;
	max-width: 100%;
}

.news-header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}

