@charset "Shift-JIS";
/* HTML Tag
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
*+html { background-color: #fff; } /* IE7 Bug Fix */
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;
	min-width:1080px;
}
/* 透過処理 */
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の透明度指定*/
}
/* */
.h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
}
img { border: 0; }
ul { list-style: none; }
hr { margin-bottom: 15px; }
/* 非表示 */
.hidden {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	text-indent: -10000px;
}
caption.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;
	height:115px;
        min-width: 1150px;
}
/* blockSlip */
#blockSkip ul {
	margin: 0;
	padding: 0;
}
#blockSkip li {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
}
#blockSkip a {
	display: inline;
	font-size: 125%;
	font-weight: bold;
	left: -1000em;
	padding: 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 250px;
	z-index: 99;
}
#blockSkip a:focus, #blockSkip a:active {
	background: none repeat scroll 0 0 #fff !important;
	border: 2px solid #000;
	left: 230px;
	position: absolute;
	top: 50px;
　　　　width: 250px;
}
/* Logo */
#header #logo {
	float: left;
}
#header #logo h1 {
	padding: 12px 26px 0;
}
/* Header Menu */
#header #hItem {
	/*width:900px;*/
	float:right;
}
#style_ver2 #header #hItem {
	width:440px;
}
#header #hMenu {
	float: left;
	padding: 8px 0 0 0;
}
.headerMenu li {
	padding: 10px 20px 10px 25px;
	float: left;
	background: url(/main_content/000269756.gif) no-repeat left 50%;
	list-style: none;
	font-size: 1em;
}
.headerMenu a {
	color: #fff !important;
	text-decoration: none;
}
.headerMenu a:hover ,
.headerMenu a:active ,
.headerMenu a:focus {
	text-decoration: underline;
}
#header #hTool ul li a {
	color: #fff !important;
	text-decoration: none;
}
#header #hTool ul li a:hover ,
#header #hTool ul li a:active ,
#header #hTool ul li a:focus {
	text-decoration: underline;
}
/* G-SEARCH */
#header #tool {
    width: 916px ;
	margin: 0;
}
#tool form {
	padding: 0;
}
#tool form img {
	vertical-align: bottom;
}
#tool form, #tool form a {
	background: none;
	float: left;
	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;
	line-height:1;
	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: 650px;
}

#header #hTool {
	margin: 0;
}
#header #hTool ul li {
	float:left;
	margin: 14px 10px 0 0;
}
#header #hTool ul li a {
	color:#fff;
}
/* 検索結果 */
.wrapper iframe { width: 640px; }
/* 文字サイズ変更 */
#header #fsize {
    float: left;
    margin: 16px 10px 0 10px;
}
#header #fsize dt, #header #fsize dd {
	background: none;
	border: medium none;
	color: #333333;
	float: left;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#header #fsize dt {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 4px 0;
}
#header #fsize dd {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0 0 0 4px;
	padding: 2px;
}
#header #fsize dd a {
	background: none repeat scroll 0 0 #cccccc;
	color: #222222;
	display: block;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}
#header #fsize dd.selected a {
	background-color: #0250BF;
	color: #ffffff;
	outline-color: #000;
}
form.gsc-search-box table.gsc-search-box {
	float: left;
	width: 420px;
}

#cse-search-form,
#cse-search-form2 {
	margin-left: -95px;
}
#gs_tti50 #gsc-i-id1 {
	width: 530px;
}
/* mainContent
-------------------------------------------------- */
/* Container */
#container {
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-width: 1150px;
	clear:both;
	border-top: 2px solid #000;
	padding-top: 10px;
}
/* wrapper */
#wrapper {
	margin: 0 auto;
    width: 980px;
    height: 0;
}
#mainContent {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#leftContent {
	clear: both;
	float: left;
	margin: 0;
	width: 780px;
}
/* topimgtab
-------------------------------------------------- */
/* mainTabmenu */
ul#mainTabmenu {
	height:29px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul#mainTabmenu {
	height:28px;
	}
}
ul#mainTabmenu li {
	display: block;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 200px;
}
ul#mainTabmenu li a {
	display: block;
	height: 27px;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul#mainTabmenu li a {
	height:26px;
	}
}
ul#mainTabmenu li a:hover,
ul#mainTabmenu li a:active,
ul#mainTabmenu li a:focus {
	color: #FFFFFF;
}

/* MainImg */
.top #topimg_area {
	width: 780px;
	margin: 0px 0 0;
	position: relative;
	clear: both;
	float:left;
}
.top #topimg_area .topimg {
	width: 774px;
	height: 300px;
	margin: 0;
	padding: 0;
	border-left: 3px solid #133469;
	border-right: 3px solid #133469;
	background: #fff;
	position: relative;
}
.top .topimg-nav {
	border-left: 3px solid #133469;
	border-right: 3px solid #133469;
	border-bottom: 3px solid #133469;
	background: #fff;
}
.top .topimg-nav, .noscript {
	display: none;
}
.top #topimg_area ul#topimg_navi1 {
	height: 50px;
	margin: 0 0 0 10px;
	padding: 15px 0 15px;
}
.top #topimg_area #topimg_navi1 li {
	float:left;
	margin: 0;
	padding: 0 3px;
	line-height: 0;
	display: inline;
}
.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum {
	position:absolute;
	margin: 0;
	padding: 0;
	display:inline;
	left:0;
}
.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li {
	margin: 0;
	padding: 0 2px;
	line-height: 0;
	display:inline;
}
.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li img {
	margin: 0;
	padding: 0;
	border: 2px solid #133469;
}
.top #topimg_area #topimg_navi1 li ul.topimg_navi_sum li.topimg-selected img {
	border: 2px solid #ff0000;
}
.top #topimg_area ul#topimg_navi2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 345px;
	right: 10px;
}
.top #topimg_area ul#topimg_navi2 li {
	margin: 0;
	padding: 0 1px;
	float: left;
}
/*** 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;
	height:300px;
	overflow:hidden;
}
.top #topimg_area .topimg-panels p {
	padding:2px 0;
	background-color:#133469;
	position:relative;
	top:276px;
	height:20px;
	color:#fff;
}
.top #topimg_area .topimg-panels a {
	color:#fff;
}
.top #topimg_area .topimg-panel {
	width:100%;
	height:300px;
}
.top #topimg_area .topimg-panel img {
	display: none;
}
/*** add mana ***/
/* mission topicks */
#fragment-1,
#fragment-3 {
	border: 3px solid #133469;
	clear:both;
}
/* bunya */
#top_bunya {
	clear:both;
	padding-top:15px;
	width:780px;
}
ul#nav {
	background: url(/main_content/000269722.gif) repeat-x 0 bottom;
	height:66px;
}
#top_bunya ul li {
	float:left;
	display:inline;
	font-size:0;
	width:156px;
}
#top_bunya ul li a {
	text-decoration:none;
}
#top_bunya ul li a img{
	outline:none;
	border:none;
}
#top_bunya div {
	display:none;
	width:750px;
	padding:15px;
	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:185px;
	margin-top:32px;
}
#rightMenu dl.submenu_list {
	border:1px solid #999999;
	padding:0 5px;
	margin-bottom:15px;
	background:#fff;
}
#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 dd.last a:focus img {border:1px dotted #000;}
#rightMenu dl.submenu_list dt a{
	text-decoration: none;
}
#rightMenu dl.submenu_list dt a.subMenuBtn{
	display:block;
	float:right;
	padding:2px 0;
}
/* 文字拡大時対応 */
div.txt_large #rightMenu dl.submenu_list dt a.subMenuBtn{
	float:none;
}
/* bunner */
#rightMenu ul.sbumenu_icon li {
	float: left;
	margin-right: 4px;
}
#rightMenu ul.sbumenu_icon li a {
	display:block;
}
#rightMenu ul.sbumenu_icon li.last {
	margin-right:0px;
}
#rightMenu ul.sbumenu_icon li.txt_lst {
	float:right;
	margin-top:5px;
}
/* subContent
-------------------------------------------------- */
#subContent{
	clear:both;
	padding-top:20px;
}
#subContent #leftWrap {
	float: left;
	width: 660px;
	background-color: #FFF;
}
#subContent #rightWrap {
	float: right;
	margin-left: 15px;
	width: 300px;
}
/* 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: 660px;
}
#leftWrap h2 strong {
	margin: 0;
	padding: 5px 25px;
}
#leftWrap #RSS {
    text-align: right;
}
#leftWrap #RSS span {
	font-weight: normal;
	line-height: 1.4;
	margin-right: 20px;
}
#leftWrap #RSS span img {
	vertical-align: middle;
    margin-right:5px;
}

/* 文字拡大時対応 */
div.txt_large #leftWrap h2 {
	height: auto;
}
/* NewsArea */
div.NewsArea {
	width:660px;
	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:80px;
	height:30px;
	float:left;
}
ul.news_menu li a {
	width:70px;
	height:20px;
	padding:5px;
	text-decoration:none;
	display:block;
	text-align:center;
}
/* 文字拡大時対応 */
div.txt_large ul.news_menu {
	background:none;
	height:auto;
}
div.txt_large ul.news_menu li {
	height:auto;
}
div.txt_large ul.news_menu li a {
	height:auto;
}
ul.news_menu li#tab01 {
	background: url(/main_content/000269768.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab02 {
	background: url(/main_content/000392546.gif) no-repeat 0 bottom;
}
ul.news_menu li#tab03 {
	background: url(/main_content/000269745.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/000392547.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/000269719.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;
}
#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;
}
#rightWrap .lnkLst_BkNum p{
	background: url("/main_content/000269754.gif") no-repeat left 0.4em;
	float: right;
	margin: 0 0 0 0.6em;
	padding: 0 0 0 14px;
}
/* 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: none;
}
.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:4em;
*/
}
div#groval_navi ul {
	padding:0;
	margin:0;
}
div#groval_navi ul li {
	padding:0;
	margin:0;
	position: relative;
	float: left;
	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-left:1px solid #333;
    /*
    border-bottom:2px solid #333;
    */
	width:111px;
	text-align:center;
}
div#groval_navi li.menu-item-has-children a.last {
    border-right:1px solid #333;
    /*
    border-bottom:2px solid #333;
    */
	width:114px;
}
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;
	text-decoration:underline;
}
div#groval_navi li.menu-item-has-children .sub-menu {
	position: absolute;
	width:20em;
	top: 2.25em;
	display: none;
	z-index:100;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
div#groval_navi li.menu-item-has-children .sub-menu a {
	color: #333;
	display: block;
	height:2em;
	width:auto;
	text-align:left;
	text-indent:1em;
	background:#efefef url("/main_content/000392553.gif") no-repeat 0.3em 0.8em;
}
div#groval_navi li.menu-item-has-children ul.sub-menu li {
	float:none;
}
div#groval_navi li.menu-item-has-children ul.sub-menu li a {
	text-alin:left;
	font-weight:normal;
	font-size:100%;
	border:none;
	border-top:1px dotted #333;
}
div#groval_navi .sub-menu a:hover {
	color: #000;
}
div#groval_navi .menu-item-has-children:hover ul {
	display: block;
}
div#groval_navi li.menu-item-has-children li a:hover {
	background: #fff;
}
div#groval_navi .menu-item-has-children:hover ul,
div#groval_navi .menu-item-has-children ul.focused {
	display: block;
}
div#groval_navi .menu-item-has-children:hover ul li,
div#groval_navi .menu-item-has-children ul.focused li {
	display: block;
}
div#groval_navi li.menu-item-has-children li a:hover,
div#groval_navi li.menu-item-has-children li a:focus {
	background:#ffffff url("/main_content/000392553.gif") no-repeat 0.3em 0.8em;
	text-decoration:underline;
}
ul#bunya_btn {
	list-style-type: none;
}
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#bunya00 a{
	margin-bottom: 5px;

}
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;
}
#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 {
	padding:12px 20px 5px 0;
	float:left;
	margin-left: 20px;
}

#gsc-i-id1,
#gsc-i-id2 {
	line-height:1em !important;
}

#gcse_radio {
	color:#fff;
	margin-bottom:5px;
        margin-left: -185px;
}

/* ×ボタン位置調整・IE対応 -- */
#gcs-top .gsib_b span{
	position:absolute;
	top:-13px;
	left:-13px;
}

#cse-search-form input::-ms-clear {
	display: none !important;
}
/* 20160421 */
#main_menu_list {
display:none;
}
/* スマフォ時非表示要素 */
.sp_on {
	display:none !important;
}
@media screen and (max-width: 768px) {
.sp_off {
	display:none !important;
}
}
@media screen and (min-width: 769px) {
.pc_off {
	display:none !important;
}
}
ul.headerMenu li ul {
	display: inline !important;
}
ul.headerMenu li ul li {
	padding: 0 !important;
	background:none !important;
	float: none !important;
	display: inline !important;
}