@charset "utf-8";

/*
* jQuery UI Tabs 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	width:100%;
}

/* HTML Tag
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

body {
	background-color: #fff;
	color: #333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	font-size: 80%;
	line-height: 1.6;
}

a,
a:link,
a:visited { color: #333; }
a:hover ,
a:active ,
a:focus {color: #254e90; background: none; }

.wrapper a { text-decoration: underline; }

/* */

.h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* 透過処理 */
a img {
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	}
a:hover img {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	}
div.topimg-panel a:hover img {
	opacity: 1;/*要素の透明度を指定*/
	filter: alpha(opacity=100); /*ie6、7の透明度指定*/
	}

ul { list-style: none; }

hr { margin-bottom: 15px; }

/* 非表示 */
.hidden {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	text-indent: -10000px;
}
caption.hidden { display: none; }

#blockSkip {
	visibility: hidden;
	display: none;
}

/* Clear Fix
-------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	clear: both;
}
.clearfix { zoom: 1; }



/* Layout
-------------------------------------------------- */

/* Header
-------------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color:#0250bf;
	/* min-height:200px; */
	font-size: 86%;
}
/* g_navi
-------------------------------------------------- */
.slicknav_btn {
	background-color: #0250bf !important;
	margin-top:28px !important;
	margin-bottom:0px !important;
	margin-right:10px !important;
	padding:8px 3px 5px 3px !important;
	border:2px solid #5A8FD5;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.slicknav_menu {
	padding:0px !important;
	background:none !important;
}
.slicknav_nav {
	background-color: #fff !important;
	padding:0px !important;
}
.slicknav_nav a {
	color: #0B50C5 !important;
	border-bottom:1px dotted #0B50C5 !important;
	margin:0 !important;
	padding: 10px !important;
}
.slicknav_nav a a {
	border-bottom:none !important;
	padding: 0px !important;
}
ul.slicknav_nav a.slicknav_item a {
	text-decoration:underline !important;
}
ul.slicknav_nav a.last {
	text-decoration:underline !important;
}
ul.slicknav_nav a.separate {
	border-bottom:2px double #0B50C5 !important;
}
ul.sub-menu a {
	text-decoration:underline !important;
}
span.slicknav_arrow {
	text-decoration:none !important;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: #EFEFEF !important;
}
.slicknav_nav .slicknav_row {
	margin: 0 !important;
	padding: 10px !important;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: #EFEFEF !important;
}
.slicknav_menu .slicknav_menutxt {
	text-shadow: 0 1px 0px #000 !important;
}
.slicknav_menu .slicknav_icon {
	margin: 2px 0 0 8px !important;
}
/* Logo */

#header #logo {
	text-align:left;
}
#header #logo h1 {
	float:left;
	padding:10px 10px 0px 10px;
}
/* Header Menu */

#hItem {
	clear:both;
	position: static;
	text-align: center;
	width: auto;
	padding-top:20px;
}

#header #hMenu {
	position: static;
	margin: 0;
}
#header #hMenu ul.headerMenu {
	position: static;
	display: inline;
}
#header #hMenu ul.headerMenu li {
	display: inline;
}
.headerMenu li {
	padding: 10px;
	list-style: none;
	font-size: 1em;
	line-height: 1;
}
.headerMenu a {
	color: #fff !important;
	line-height: 1;
}
.headerMenu a:hover ,
.headerMenu a:active ,
.headerMenu a:focus {
	text-decoration: underline;
}

#header #fsize{
	display:none;
}
#header #htool{
	padding:20px 0;
}

/* G-SEARCH */

#header #tool {
    margin: 0;
    text-align: center;
    width: auto;
}
#tool form {
	padding: 0;
}
#tool form img {
	vertical-align: bottom;
}
#tool form, #tool form a {
	background: none;
	padding: 0 2px;
}
#tool form a.btn {
	display: block;
}
#tool form input {
	vertical-align: middle;
}
#tool form input.txtFld {
	border: 1px solid #AAAAAA;
	margin-right: 2px;
	padding: 2px;
	vertical-align: top;
	width: 200px;
}
#tool form .radioBtn {
	padding-bottom: 3px;
	padding-top: 3px;
}
#tool form .radioBtn input {
	margin: 0 3px 0 14px;
}
#cse-search-form input, select {
	vertical-align: middle;
}
#cse-search-results iframe {
	width: 100%;
}


/* 検索結果 */
.wrapper iframe { width: 640px; }

/* mainContent
-------------------------------------------------- */

/* Container */
#container {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	clear:both;
}

/* wrapper */
#wrapper {
	margin: 0 auto;
	width: 100%;
}

#mainContent {
	clear:both;
}

#leftContent {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}

/* topimgtab
-------------------------------------------------- */

/* mainTabmenu */

ul#mainTabmenu {
	background-color:#fff;
	font-size: 86%;
}
ul#mainTabmenu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul#mainTabmenu li a {
    display: block;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
}

ul#mainTabmenu li a:hover,
ul#mainTabmenu li a:active,
ul#mainTabmenu li a:focus {
    color: #FFFFFF;
}


/* MainImg */

.top #topimg_area {
	width: 100%;
	margin: 0px 0 0;
	position: relative;
	clear: both;
	float:left;
	font-size: 86%;
}

.top #topimg_area .topimg {
	width:100%;
	height:330px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
}

@media only screen and (min-width: 621px) and (max-width: 690px) {
	.top #topimg_area .topimg {
		height:310px;
	}
}
@media only screen and (min-width: 561px) and (max-width: 620px) {
	.top #topimg_area .topimg {
		height:290px;
	}
}
@media only screen and (min-width: 491px) and (max-width: 560px) {
	.top #topimg_area .topimg {
		height:270px;
	}
}
@media only screen and (min-width: 441px) and (max-width: 490px) {
	.top #topimg_area .topimg {
		height:250px;
	}
}
@media only screen and (min-width: 411px) and (max-width: 440px) {
	.top #topimg_area .topimg {
		height:230px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 410px) {
	.top #topimg_area .topimg {
		height:200px;
	}
}
@media only screen and (max-width: 360px) {
	.top #topimg_area .topimg {
		height:200px;
	}
}

.top .topimg-nav {
	display:none;
}

.top .topimg-nav, .noscript {
	display: none;
}

.top #topimg_area ul#topimg_navi1 {
	display:none;
}

.top #topimg_area #topimg_navi1 li {
	display:none;
}

.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum {
	display:none;
}

.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li {
	display:none;
}

.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li img {
	display:none;
}

.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li.topimg-selected img {
	display:none;
}

.top #topimg_area ul#topimg_navi2 {
	display:none;
}

.top #topimg_area ul#topimg_navi2 li {
	display:none;
}

/*** sliderkit ***/
.topimg .topimg-nav-clip{position:relative;overflow:hidden;}
.topimg .topimg-panel{z-index:1;position:absolute;overflow:hidden;}
.topimg .topimg-panel-active{z-index:5;}
.topimg .topimg-panel-old{z-index:4;}

/*** add ***/
.top #topimg_area .topimg #loading {
	text-align: center;
	vertical-align:middle;
	padding-top:125px;
}
.top #topimg_area .topimg-panels {
	text-align:center;
	background-color:#133469;
	overflow:hidden;
}
.top #topimg_area .topimg-panels p {
	padding:5px 0;
	background-color:#133469;
	color:#fff;
	overflow:hidden;
}
.top #topimg_area .topimg-panels a {
	color:#fff;
}

.top #topimg_area .topimg-panel {
	width:100%;
}

.top #topimg_area .topimg-panel img {
	display: none;
}
/*** add mana ***/

/* mission topicks */
/*
#fragment-2,
#fragment-3 {
	border: 3px solid #133469;
}
*/

/* bunya */

#top_bunya {
	clear:both;
	padding-top:15px;
	width:90%;
	margin:0 auto;
}
#top_bunya ul {
	text-align:center;
}

#top_bunya ul li {
	display:inline;
	font-size:0;
	margin:1px;
	width:156px;
	border:1px solid #ccc;
}

#top_bunya ul li a {
	text-decoration:none;
}

#top_bunya ul li a img{
	outline:none;
	border:none;
}
@media only screen and (min-width: 300px) and (max-width: 359px) {
	#top_bunya ul li a img {
		width:46%;
	}
}

#top_bunya div {
	clear:both;
	display:none;
	width:100%;
	padding:15px 0;
	margin-bottom:15px;
}

#top_bunya div p.bunya_more {
    background: url("/main_content/000269754.gif") no-repeat left 0.4em;
    float: right;
    margin: 0;
    padding: 0 0 0 18px;
}

/*rightmenu */
#rightMenu {
	float:right;
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

#rightMenu dl.submenu_list {
	border:1px solid #999999;
	padding:0 5px;
	margin-bottom:15px;
	background:#fff;
	text-align:left;
}


#rightMenu dl.submenu_list dt{
	border-top:1px dotted #999;
	padding:11px 0px 11px 15px;
	background: url(/main_content/000269754.gif) no-repeat left center;
	font-weight:bold;
	font-size:120%;
}

#rightMenu dl.submenu_list dt.topmenu{
	padding:10px 0px 10px 15px;
	border-top:none;
}
#rightMenu dl.submenu_list dt.bottommenu{
	padding:10px 0px 10px 15px;
}

#rightMenu dl.submenu_list dd{
	padding-left:5px;
}
#rightMenu dl.submenu_list dd.last{
	padding-bottom:8px;
}

#rightMenu dl.submenu_list dt a{
	text-decoration: none;
}
#rightMenu dl.submenu_list dt a.subMenuBtn{
	display:block;
	float:right;
	padding:2px 0;
}


/* bunner */

#rightMenu ul {
	margin:0 auto;
	width:200px;

}

#rightMenu ul.sbumenu_icon li {
	float: left;
	margin-right: 4px;
}
#rightMenu ul.sbumenu_icon li.last {
	margin-right:0px;
}
#rightMenu ul.sbumenu_icon li.txt_lst {
	margin-bottom:10px;
	float:right;
}



/* subContent
-------------------------------------------------- */

#subContent{
	clear:both;
	padding:15px 5px;
}

#subContent #leftWrap {
	width: 100%;
	background-color: #FFF;
}
#subContent #rightWrap {
	width: 100%;
	margin-top:15px;

}

/* leftWrap
-------------------------------------------------- */

#leftWrap h2 {
    background: url(/main_content/000269704.gif) no-repeat 0 bottom;
    border: medium none;
    display: block;
    font-size: 1.15em;
    height: 31px;
    margin: 0 0 12px;
    width: 100%;
}
#leftWrap h2 strong {
    margin: 0;
    padding: 5px 25px;
}
#leftWrap h2 span {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4;
    margin-right: 20px;
}
#leftWrap h2 span img {
    vertical-align: middle;
}

/* NewsArea */
div.NewsArea {
	width:100%;
	margin-bottom:15px;
}
ul.news_menu {
	background: url(/main_content/000269769.gif) repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
}
ul.news_menu li {
	width:auto;
	float:left;
}
ul.news_menu li a {
	width:auto;
	padding:5px;
	text-decoration:none;
	display:block;
	text-align:center;
}

ul.news_menu li#tab01 {
	background: url(/main_content/000269768.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab02 {
	background: url(/main_content/000269745.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab03 {
	background: url(/main_content/000269749.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab04 {
	background: url(/main_content/000269747.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab05 {
	background: url(/main_content/000392548.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab06 {
	background: url(/main_content/000269749.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab07 {
	background: url(/main_content/000392550.gif) no-repeat 0 bottom;
}



ul.news_menu li#tab01 a.selected,
ul.news_menu li#tab01 a:active,
ul.news_menu li#tab01 a:hover {
	background: url(/main_content/000269710.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab02 a.selected,
ul.news_menu li#tab02 a:active,
ul.news_menu li#tab02 a:hover  {
	background: url(/main_content/000269719.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab03 a.selected,
ul.news_menu li#tab03 a:active,
ul.news_menu li#tab03 a:hover  {
	background: url(/main_content/000269743.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab04 a.selected,
ul.news_menu li#tab04 a:active,
ul.news_menu li#tab04 a:hover  {
	background: url(/main_content/000269767.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab05 a.selected,
ul.news_menu li#tab05 a:active,
ul.news_menu li#tab05 a:hover  {
	background: url(/main_content/000392549.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab06 a.selected,
ul.news_menu li#tab06 a:active,
ul.news_menu li#tab06 a:hover  {
	background: url(/main_content/000269743.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab07 a.selected,
ul.news_menu li#tab07 a:active,
ul.news_menu li#tab07 a:hover  {
	background: url(/main_content/000392551.gif) no-repeat 0 bottom;
}

ul.news_menu li a:focus {
	outline: 0;
}
div.NewsArea div {
	padding:5px;
	margin-top:4px;
	#margin-top:0;/*IE-BugFix*/
	_margin-top:0;/*IE-BugFix*/
	clear:both;
}

div.NewsArea div p.more {
    background: url("/main_content/000269754.gif") no-repeat scroll left 0.4em;
    float: right;
    margin: 0;
    padding: 0 0 0 18px;
}
div.NewsArea div  dl {
    margin: 10px 0;
}
div.NewsArea div  dl dt {
    clear: left;
    float: left;
    height: 1%;
    margin-right: 5px;
    position: relative;
}
div.NewsArea div  dl dd {
    margin-bottom: 10px;
    padding-left: 80px;
    vertical-align: text-bottom;
}

/* informationArea */

#subContent #leftWrap  .informationArea dl {
    margin: 10px 0;
}
#subContent #leftWrap  .informationArea dl dd {
    background: url("/main_content/000269754.gif") no-repeat left 0.4em;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: text-bottom;
}

/* rightWrap
-------------------------------------------------- */

#rightWrap .topics h2 {
	background: url(/main_content/000269755.gif) repeat-x;
	border: medium none;
	color: #FFFFFF;
	display: block;
	font-size: 1.15em;
	height: 26px;
	margin: 0 0 10px;
	padding: 8px;
}
#rightWrap .topics h2 strong {
    margin: 0;
}
/* 文字拡大時対応 */
div.txt_large #rightWrap .topics h2 {
	background: none;
	background-color:#36527F;
	height:auto;
}

#rightWrap ul.lineBox {
	clear: both;
	width:300px;
	margin:0 auto;
}
#rightWrap li.lineBox_left {
    float: left;
    height: 145px;
    margin-bottom: 10px;
    width: 145px;
}
#rightWrap li.lineBox_right {
    float: right;
    height: 145px;
    margin-bottom: 10px;
    width: 145px;
}
#rightWrap li.lineBox_left_topics_end {
    float: left;
    height: 145px;
    margin-bottom: 40px;
    width: 145px;
}
#rightWrap li.lineBox_right_topics_end {
    float: right;
    height: 145px;
    margin-bottom: 40px;
    width: 145px;
}

#rightWrap .links h2 {
    border-bottom: solid 1px #000;
    color: #000;
    display: block;
    font-size: 1.15em;
    height: 26px;
    margin: 0 0 10px;
    padding: 0 8px;
}
#rightWrap .links h2 strong {
    margin: 0;
}
/* 文字拡大時対応 */
div.txt_large #rightWrap .links h2 {
	background: none;
	height:auto;
}

#rightWrap li.lineBox_left_links {
    float: left;
    height: 40px;
    margin-bottom: 5px;
    width: 145px;
}
#rightWrap li.lineBox_right_links {
    float: right;
    height: 40px;
    margin-bottom: 5px;
    width: 145px;
}

#rightWrap .lnkLst_BkNum {
	text-align: right;
	margin-right:10px;
}
#rightWrap .lnkLst_BkNum p {
    background: url("/main_content/000269754.gif") no-repeat left 0.4em;
    float: right;
    margin: 0;
    padding: 0 0 0 18px;
}


/* Footer */
#footer{
	margin-top:15px;
	padding: 20px 0;
	clear: both;
	background: #4f4f5e;
	color: #fff;
	text-align: center;
}


/* Footer
-------------------------------------------------- */

.footer_link {
	margin: 0;
	padding: 4px 0;
	clear: both;
	text-align: center;
	font-size: 1em;
}
.footer_link li {
	margin: 0;
	padding: 0 15px;
	display: inline;
	border-left:1px solid #fff;
	background: url(/main_content/000269773.gif) no-repeat 9px 50%;
}
.footer_link li a {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color:#fff;
	text-decoration: underline;
}
.footer_link li a:hover ,
.footer_link li a:active ,
.footer_link li a:focus {
	text-decoration: underline;
}
.copyright {
	margin: 0;
	padding: 7px 10px 40px;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4;
}
.copyright a {
	color:#fff;
}

/* renew201512/21 */
div#groval_navi {
	clear:both;
	height:auto;
	width:auto;
	margin-bottom:20px;
}
div#groval_navi ul {
	padding:0;
	margin:0;
}
div#groval_navi ul li {
	padding:0;
	margin:0;
	position: relative;
	float: none;
	background-color:#fff;
}
div#groval_navi a {
	color: #333;
	text-decoration: none;
}
div#groval_navi ul a:hover {
	color: #000;
}
div#groval_navi li.menu-item-has-children a {
	padding:4px 5px 0 5px;
	text-alin:center;
	display:block;
	font-weight:bold;
	font-size:120%;
	border-bottom:1px solid #333;
	width:auto;
	text-align:center;
}
div#groval_navi li.menu-item-has-children a:active,
div#groval_navi li.menu-item-has-children a:focus,
div#groval_navi li.menu-item-has-children a:hover {
	background: #efefef;
}
div#groval_navi li.menu-item-has-children .sub-menu {
	display: none;
}
div#groval_navi li.menu-item-has-children .sub-menu a {
	display: none;
}
ul#bunya_btn {
	list-style-type: none;
	margin-bottom:20px;
}
ul#bunya_btn li{
	margin:0;
	padding:0;
	position: relative;
	z-index: 1;
}
ul#bunya_btn li img {
	vertical-align: bottom;
}
ul#bunya_btn li a {
	width:185px;
	height:46px;
	display:block;
}
ul#bunya_btn li span {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
ul#bunya_btn li#bunya01 a{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
}
ul#bunya_btn li#bunya01 a:active,
ul#bunya_btn li#bunya01 a:hover,
ul#bunya_btn li#bunya01 a:focus{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:-185px 0px;
}
ul#bunya_btn li#bunya02 a{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:0px -46px;
}
ul#bunya_btn li#bunya02 a:active,
ul#bunya_btn li#bunya02 a:hover,
ul#bunya_btn li#bunya02 a:focus{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:-185px -46px;
}
ul#bunya_btn li#bunya03 a{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:0px -92px;
}
ul#bunya_btn li#bunya03 a:active,
ul#bunya_btn li#bunya03 a:hover,
ul#bunya_btn li#bunya03 a:focus{
	background-image:url(/main_content/000392552.gif);background-repeat: no-repeat;
	background-position:-185px -92px;
}
ul#bunya_btn li#bunya04 a{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:0px -138px;
}
ul#bunya_btn li#bunya04 a:active,
ul#bunya_btn li#bunya04 a:hover,
ul#bunya_btn li#bunya04 a:focus{
	background-image:url(/main_content/000392552.gif);background-repeat: no-repeat;
	background-position:-185px -138px;
}
ul#bunya_btn li#bunya05 a{
	background-image:url(/main_content/000392552.gif);
	background-repeat: no-repeat;
	background-position:0px -184px;
}
ul#bunya_btn li#bunya05 a:active,
ul#bunya_btn li#bunya05 a:hover,
ul#bunya_btn li#bunya05 a:focus{
	background-image:url(/main_content/000392552.gif);background-repeat: no-repeat;
	background-position:-185px -184px;
}
#alert_box {
	padding:20px;
	margin-bottom:30px;
	background-color:#fff;
	border:solid #CF0001 3px;
	color:#CF0001;
	font-size:1.5em;
}
#alert_box a {
	color:#CF0001;
	display:block;
	text-indent:1em;
	background:#ffffff url("/main_content/000392553.gif") no-repeat left 0.5em;
}
#huge_banner {
    margin: 1em 0;
}
#keyword  {
	margin-bottom:20px;
}
#keyword ul  {
	list-style:none;
	padding: 0 10px;
}
#keyword ul li {
	display:inline-block;
	margin: 0 20px 10px 0;
}
#leftWrap h3.recent_list {
	background:none;
	border: none;
	display: block;
	margin: none;
	font-size: 1.15em;
	height: auto;
	width: auto;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #f60;
	clear: both;
	margin-bottom: 15px;
	padding: 3px 7px;
}
/* google検索対応 */
#gcs-top {
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
}

#gsc-i-id1,
#gsc-i-id2 {
	line-height:1em !important;
}

#gcse_radio {
	color:#fff;
	margin-bottom:10px
}

/* ×ボタン位置調整・IE対応 -- */
#gcs-top .gsib_b span {
	position:absolute;
	top:-13px;
	left:-13px;
}
#cse-search-form input::-ms-clear {
	display: none !important;
}
/* 20160421 */
#groval_navi {
display:none;
}
#rightMenu {
display:none;
}
#rightWrap .links div#main_menu_list h2 {
	margin:0;
}
div#main_menu_list {
	clear:both;
	height:auto;
	width:auto;
	margin-bottom:20px;
}
div#main_menu_list ul {
	padding:0;
	margin:0 0 20px 0;
}
div#main_menu_list ul li {
	padding:0;
	margin:0;
	position: relative;
	float: none;
	background-color:#fff;
}
div#main_menu_list a {
	color: #333;
	text-decoration: none;
}
div#main_menu_list ul a:hover {
	color: #000;
}
div#main_menu_list li.menu-item-has-children a {
	padding:4px 5px 0 5px;
	text-alin:center;
	display:block;
	font-weight:bold;
	font-size:120%;
	border-bottom:1px solid #333;
	width:auto;
	text-align:center;
}
div#main_menu_list li.menu-item-has-children a:active,
div#main_menu_list li.menu-item-has-children a:focus,
div#main_menu_list li.menu-item-has-children a:hover {
	background: #efefef;
}
#main_menu_icon_list {
	width:185px;
	text-align:center;
	margin:10px auto;
}
#main_menu_icon_list ul.sbumenu_icon li {
	float: left;
	margin-right: 4px;
}
#main_menu_icon_list ul.sbumenu_icon li a {
	display:block;
}
#main_menu_icon_list ul.sbumenu_icon li.last {
	margin-right:0px;
}
#main_menu_icon_list ul.sbumenu_icon li.txt_lst {
	float:right;
	margin-top:5px;
}
#main_menu_list {
	display:none;
}
/**/
#pt_panel_minimized {
	left:0 !important;
	right:auto !important;
}
#pt_control {
	height:60px !important;
	background-color:#180E7E;
}
#pt_control_in {
	height:60px !important;
	background-color:#180E7E;
}
#base {
	height:auto !important;
	background-color:#180E7E;
}
.pTop {
    clear: both;
    margin-top:20px;
}
.rightPos {
    float: right;
}
.pTop a {
    background:url(/main_content/000000062.gif) no-repeat scroll left center;
    padding-left: 8px;
}
.sp_off {
	display:none !important;
}