@charset "UTF-8";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet module.css
------------------------------------------------------------------------------------------ 
*/

#goToSpSiteButton { display: none; text-align: center; }

@media only screen and (min-device-width : 320px)
  and (max-device-width : 480px) {
	  #goToSpSiteButton { display: block; text-align: center; }
}

/*---------------------------------------------------------------------
	header_navi
---------------------------------------------------------------------*/

#header_navi .inner #blockskip {
	float: left;
	display: inline;
	width: 70px;
	height: 27px;
	margin-right: 18px;
	background: url(../image/site/blockskip_bg.jpg) no-repeat 0 0;
}
#header_navi .inner #blockskip a {
	display: block;
	text-align: center;
}

#header_navi .inner .lead_text {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline;
	float: left;
	width: 400px;
	color: #333333;
	margin-top: 2px;
}

#header_navi #utility_menu {
	display: inline;
	float: right;
	width: 406px;
	margin-top: 5px;
}

#header_navi #utility_menu ul {
	display: inline;
	float: left;
}

#header_navi #utility_menu #fontsize,
#header_navi #utility_menu #color_switch { margin-right: 10px }

#header_navi #utility_menu #fontsize li,
#header_navi #utility_menu #color_switch li,
#header_navi #utility_menu #other_list li {
	display: inline;
	float: left;
	height: 19px;
	margin-left: 2px;
}

/* other_lang */
.other_lang #header_navi #utility_menu { width: 305px; }
.other_lang #header_navi #utility_menu #color_switch { margin-right: 0; }

/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/

#header h1 {
	float: left;
	display: inline;
}

#header h1 a {
	text-indent: -9999px;
	width: 351px;
	height: 48px;
	display: block;
	margin-bottom: 10px;
	background: url(../image/site/site_logo.png) top left no-repeat;
}

#header h1.page_ttl {}

#header #header_inner {}

#header ul li img,
#header ul li a { display: block; }


/* language_menu */
#header #language_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 16px;
}

#header #language_menu li {
	float: left;
	display: inline;
}

/* guide_menu */
#header #guide_menu {
	position: absolute;
	top: 26px;
	right: 0;
	width: 500px;
	height: 24px;
}

#header #guide_menu li {
	float: left;
	display: inline;
	margin-left: 4px;
}

/* utility_menu */
#header #utility_menu {
	width: 343px;
	float: right;
	display: inline;
	margin-right: 10px;
}
	
	/* fontsize */
	#header #utility_menu #fontsize {
		width: 161px;
		float: right;
		display: inline;
	}
	
	#header #utility_menu #fontsize li {
		float: left;
		display: inline;
		margin-left: 3px;
	}
	
	#header #utility_menu #fontsize li .changeBtn { cursor: pointer; }
	
	/* color_switch */
	#header #utility_menu #color_switch {
		width: 174px;
		float: left;
		display: inline;
	}
	
	#header #utility_menu #color_switch li {
		float: left;
		display: inline;
		margin-left: 4px;
	}
	
	#header #utility_menu #color_switch li a { cursor: pointer; }

/* search_form */
#header #search_form {
	position: absolute;
	top: -5px;
	right: 180px;
}
#header .cse .gsc-control-cse,
#header .gsc-control-cse {
	padding: 0;
	background: none;
	border: none;
}
#header table.gsc-search-box {
	width: 240px;
}
/*#header #search_form input#search_window {
	width: 160px;
	height: 22px;
	border: 1px solid #C8C8C8;
}*/
.gsc-input-box {
    overflow: hidden;
}
#header .gsc-input-box {
	width: 160px;
	height: 22px;
	border: 1px solid #C8C8C8;
}
#header #search_form input {
	vertical-align: middle;
	border: none;
	margin: 0;
	padding: 4px 72px 4px 3px;
	background: url(/image/site/header/btn_serch.png) no-repeat 0 0;
}




/*---------------------------------------------------------------------
	gnavi
---------------------------------------------------------------------*/

#gnavi {
	background: url(../image/site/gnavi/gnavi_bg.png) top left repeat-x;
	padding-bottom: 7px;
	border-top: 1px solid #CCCCCC;
}
	
#gnavi .inner {
	width: 1080px;
	margin: 0 auto;
}

#gnavi ul {}

#gnavi ul li {
	float: left;
	display: inline;
}

#gnavi ul li a { display: block; }

/*gnavi2 */
.gnavi2 {
  background: url(/image/site/gnavi/gnavi_bg.png) repeat-x;
  border-top: 1px solid #CCCCCC;
  padding: 0 0 8px;
  font-size: 87.5%;
}
.gnavi2 .inner {
  width: 1080px;
  margin: 0 auto;
  height: 37px;
}
.gnavi2 .inner + .inner { display: none; }
.gnavi2 li.gnavi_level0 { float: left; display: inline; }
.gnavi2 li.gnavi_level1 { float: left; display: inline; position: relative; }

/* */
.gnavi2 li.gnavi_level1 { display: none; }
.gnavi2 li.gnavi_level1.tag_2,
.gnavi2 li.gnavi_level1.tag_3,
.gnavi2 li.gnavi_level1.tag_4,
.gnavi2 li.gnavi_level1.tag_5,
.gnavi2 li.gnavi_level1.tag_6,
.gnavi2 li.gnavi_level1.tag_108 { display: block; }
.gnavi_level0 > a {
  display: block;
  width: 180px;
  height: 37px;
  background: url(/image/site/gnavi/menu01_mouseover.png) no-repeat;
  text-indent: -9999px;
}
.gnavi_level1 > a {
  display: block;
  height: 37px;
  text-indent: -9999px;
  width: 180px;
}
.gnavi_level1.tag_2 > a {
  background: url(/image/site/gnavi/menu02_mouseout.png) no-repeat;
}
.gnavi_level1.tag_3 > a {
  background: url(/image/site/gnavi/menu03_mouseout.png) no-repeat;
}
.gnavi_level1.tag_4 > a {
  background: url(/image/site/gnavi/menu04_mouseout.png) no-repeat;
}
.gnavi_level1.tag_5 > a {
  background: url(/image/site/gnavi/menu05_mouseout.png) no-repeat;
}
.gnavi_level1.tag_108 > a {
  background: url(/image/site/gnavi/menu06_mouseout.png) no-repeat;
}
/* mouseover */
/*.gnavi_level1.tag_2 > a:hover { background: url(/image/site/gnavi/menu02_mouseover.png) no-repeat; }
.gnavi_level1.tag_3 > a:hover { background: url(/image/site/gnavi/menu03_mouseover.png) no-repeat; }
.gnavi_level1.tag_4 > a:hover { background: url(/image/site/gnavi/menu04_mouseover.png) no-repeat; }
.gnavi_level1.tag_5 > a:hover { background: url(/image/site/gnavi/menu05_mouseover.png) no-repeat; }
.gnavi_level1.tag_108 > a:hover { background: url(/image/site/gnavi/menu06_mouseover.png) no-repeat; }*/

.gnavi_level1 > ul {
  display: none;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  position: absolute;
  //top: 145px;
  z-index: 2;
  float: left;
  width: 360px;
  /*width: 165px;*/
  /*padding: 5px;*/
}
.tag_108.gnavi_level1 > ul {
    right: 0;
}
/*.gnavi_level1 > ul::before {
	border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 11px 15px;
    content: "";
    display: block;
    height: 0;
    left: -1px;
    position: absolute;
    top: -15px;
    width: 0;
}
.gnavi_level1 > ul::after {
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 14px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: -13px;
    width: 0;
}*/
.gnavi_level1 > ul li.gnavi_level2 {
	//border-top: 1px solid #ccc;
	float: left;
    width: 50%;
}
.gnavi_level1 > ul li.gnavi_level2:first-child { border-top: none; }
.gnavi_level1 > ul li.gnavi_level2 a {
  /*color: #002DB2;
  text-decoration: none;*/
  color: #2F5FE3;
  display: block;
  width: 160px;
  padding: 7px 7px 7px 15px;
  background: url(/css/image/index_li_mark.jpg) no-repeat 5px 13px;
}
.gnavi_level1 > ul li.gnavi_level2 a:hover,
.gnavi_level1 > ul li.gnavi_level2 a.focused { background-color: #FFFF99; }
.gnavi_level2 > ul {
  display: none;
  list-style: none;
  background-color: #F3F7FA;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 3;
  left: 166px;
  margin-top: -27px;
  /*width: 130px;*/
  /*padding: 5px;*/
}
.gnavi_level2 > ul li.gnavi_level3 { border-top: 1px solid #ccc; }
.gnavi_level2 > ul li.gnavi_level3:first-child { border-top: none; }
.gnavi_level2 > ul li.gnavi_level3 a {
  color: #002DB2;
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 7px;
}
.gnavi_level2 > ul li.gnavi_level3 a:hover { background: #FFFF99; }


/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/

#topic_path_top {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 5px;
	background-color: #E5ECF3;
}

#topic_path_top_mayor {
	background: url(../image/site/topic_path_top_mayor.gif) top left repeat-x;
	padding: 17px 0 5px;
}

#topic_path_top p,
#topic_path_top_mayor p {
	width: 1080px;
	margin: 0 auto;
}



/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/

#pagebody a img.img_opacity {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#pagebody a img.img_opacity:hover {
	opacity: 0.7;
	-moz-opacity:0.60; /* Firefox CSS3以前 */
	filter: alpha(opacity=60); /* IE */
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}



/*---------------------------------------------------------------------
	page_ttl
---------------------------------------------------------------------*/

.page_ttl {
	padding: 23px 0 25px;
	margin: 0 0 10px;
	background: url(image/page_ttl_bg_01.gif) top left repeat-x;
}

.page_ttl .inner {
	width: 980px;
	margin: 0 auto;
}

.page_ttl .inner h2 {
	color: #FFFFFF;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.2;
	padding: 8px 0 9px 12px;
	border-left: 8px solid #FFFFFF;
}

/*---------------------------------------------------------------------
	list_index
---------------------------------------------------------------------*/

/* type01 */
#alpha #list_index {
	width: 880px;
	margin: 30px -20px 0 0;
}

#alpha #list_index .list_index_contents {
	width: 420px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin: 0 20px 20px 0;
}

#alpha #list_index .list_index_h h3 {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #CCC;
	background: none;
}

#alpha #list_index .list_index_h h3 a {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	width: 340px;
	padding: 19px 55px 20px 25px;
	display: block;
	text-decoration: none;
	background: url(image/menuindex_bg.jpg) no-repeat;
}

#alpha #list_index .list_index_contents ul {
	list-style: none;
	background-color: #f1f5f9;
}


#alpha #list_index .list_index_contents ul li {
	line-height: 1.9;
    padding: 0 0 0 25px;
	background: url(image/index_li_mark.jpg) 10px 10px no-repeat;
}

/* type01 */
#alpha #list_index_type02 {
	margin-top: 20px;
}
#alpha #list_index_type02 .list_index_contents{ margin-bottom: 20px; }
#alpha #list_index_type02 .list_index_h h3 {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #CCC;
	background: none;
}

#alpha #list_index_type02 .list_index_h h3 a {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 19px 55px 20px 25px;
	display: block;
	text-decoration: none;
	background: url(image/menuindex_bg02.jpg) no-repeat;
}

#alpha #list_index_type02 ul {
	list-style: none;
	background-color: #f1f5f9;
}
#alpha #list_index_type02 ul li {
	line-height: 1.9;
    padding: 0 0 0 25px;
	background: url(image/index_li_mark.jpg) 10px 10px no-repeat;
}


/*---------------------------------------------------------------------
	alpha
---------------------------------------------------------------------*/

#alpha { color: #202020; }

/*#alpha #content1 img { width: 100%; }*/

#alpha .modified_date {
	font-size: 87.5%;
	text-align: right;
	margin-bottom: 20px;
}

#alpha h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 8px 0 6px 25px;
	margin-bottom: 20px;
	background: url(image/h2_bg.gif) 7px 24px no-repeat #E5ECF3;
}

#alpha h3 {
	color: #00468C;
	font-size: 167%;
	font-weight: normal;
	line-height: 1.4;
	padding: 5px 10px 7px 20px;
	margin: 50px 0 20px;
	border: 1px solid #7FA2C5;
	background: url(image/h3_bg.gif) 6px 12px no-repeat;
}
#alpha h2 + h3 { margin-top: 20px; }
#alpha .modified_date + h3 { margin-top: 20px; }

#alpha h4 {
	color: #333333;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 0 20px;
	margin: 40px 0 15px;
	border-bottom: 3px solid #7FA2C5;
	background: url(image/h4_bg.gif) 5px 14px no-repeat;
}
#alpha h2 + h4 { margin-top: 20px; }
#alpha h3 + h4 { margin-top: 20px; }
#alpha .modified_date + h4 { margin-top: 20px; }

#alpha h5 {
	color: #333333;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 0 22px;
	margin: 30px 0 15px;
	border-bottom: 1px solid #7FA2C5;
	background: url(image/h5_bg.gif) 5px 14px no-repeat;
}
#alpha h6 {
	color: #333333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 0 22px;
	margin: 30px 0 10px;
	background: url(image/h6_bg.gif) 5px 14px no-repeat;
}
#alpha h5 + h6 { margin-top: 15px; }

/* index_menu */
#alpha .index_menu {
	margin-top: 20px;
}

#alpha .index_menu li {
	float: left;
	display: inline;
	font-size: 136%;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #ccc;
	}
	
	#alpha .index_menu li:nth-child(2n) { margin-right: 0px; }

#alpha .index_menu li a {
	width: 340px;
	padding: 15px 55px 20px 25px;
	display: block;
	background: url(image/menuindex_bg.jpg) no-repeat;
}

#alpha .index_menu li a:hover { color: #00468C; }

/* table */
#alpha #alpha_inner table {
	width: 100%;
	font-size: 81.3%;
	border-collapse: collapse;
	margin: 10px 0;
}

#alpha #alpha_inner table th{
	text-align: center;
	font-weight: normal;
	background: #E6F9FF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#alpha #alpha_inner table td{
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.table_bgcolor01 {
	background-color: #FDCACB;
}

#alpha #alpha_inner table.gsc-table-result td,
#alpha #alpha_inner table.gsc-resultsHeader td,
#alpha #alpha_inner table.gcsc-branding td,
#alpha #alpha_inner table.gsc-above-wrapper-area-container td {
	border: none;
}

/* caution_txt */
#alpha .caution_txt { color: #D90000; }
.caution_01 { color: #00468C; }

/* caution_bg */
.caution_bg01 { background: #E5ECF3; }

/* caution_box */
#alpha .caution_box {
	padding: 10px;
	margin: 0 0 30px;
	border: 2px solid #AAAAAA;
}
/* adobe download */
#alpha .acrobat {
	background: #ebebeb;
	padding: 10px;
	margin: 40px 0;
	display: none;
}
#alpha .acrobat .fll_img { margin-top: 10px; }

/* list */
.list01 {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
}
.list01 ul { margin-top: 5px; }
.list01 ol {
	border-top: 1px solid #ccc;
	padding: 3px 0 3px 2px;
}
.list01 ol li { list-style: inside; list-style-type: decimal; }

.list02 {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.list02 li {
	border-top: 1px solid #ccc;
	background: url(image/icon_arrow01.gif) no-repeat 5px center;
	padding: 3px 0 3px 18px;
}

.list03 li { padding-bottom: 6px; }
.list03 li a { display: block; }

#alpha .caution_box dl dt {
	color: #164BAF;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #AAAAAA;
}

/* caution_box02 */
#alpha .caution_box02 {
	color: #D90000;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px dotted #D90000;
}

/* faq_list */
#alpha .faq_list dt {
	color: #1F1F1F;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 10px 5px 33px;
	margin: 0 0 8px;
	background: #FEEDF8 url(image/icon_faq01.gif) 12px 10px no-repeat;
}
#alpha .faq_list dd {
	padding: 0 0 15px 33px;
	margin: 0 0 20px;
	border-bottom: 2px dotted #999999;
	background: url(image/icon_faq02.gif) 12px 5px no-repeat;
}

/* ul ol */
#alpha #content1 ul,#alpha #content1  ol {
	padding-left: 30px;
}
#alpha #content1 ul li ul {
	padding-left: 20px;
}
#alpha #content1 ol li ol {
	padding-left: 20px;
}
/*#alpha ul.alpha_ul { padding: 0 10px; }
#alpha ul.alpha_ul li {
	line-height: 1.9;
	padding: 0 0 0 10px;
	background: url(image/ul_list_mark.gif) 0 10px no-repeat;
}

#alpha ol.alpha_ol {
	line-height: 1.9;
	list-style-type: decimal;
	padding-left: 30px;
}*/

/* lead_txt */
#alpha .lead_txt {
	color: #048767;
	font-size: 152%;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 15px;
}
#alpha .lead_txt_02 {
	font-size: 125%;
	font-weight: bold;
}

/* link_detail_contents */
#alpha .link_detail_contents {
	text-align: right;
}
#alpha .link_detail_contents a {
	text-align: right;
	padding: 0 0 0 10px;
	background: url(image/ul_list_mark.gif) 0 7px no-repeat;
}

/* vac */
#alpha .vac p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
* html #alpha .vac p { display: inline; zoom: 1; } /*for IE6 */
*:first-child+html #alpha .vac p { display: inline; zoom: 1; } /*for IE7 */

/* border_box */
#alpha .border_box {
	padding: 10px;
	border: 1px solid #CCC;
}

/* fll */
#alpha .fll_img { float: left; display: inline; margin: 0 20px 10px 0; }
.fll120 { width: 120px; float: left; display: inline; }
.fll200 { width: 200px; float: left; display: inline; }
.fll250 { width: 250px; float: left; display: inline; }
.fll265 { width: 265px; float: left; display: inline; }
.fll270 { width: 270px; float: left; display: inline; }
.fll280 { width: 280px; float: left; display: inline; }
.fll310 { width: 310px; float: left; display: inline; }
.fll360 { width: 360px; float: left; display: inline; }
.fll425 { width: 425px; float: left; display: inline; }
.fll480 { width: 480px; float: left; display: inline; }
.fll570 { width: 570px; float: left; display: inline; }
.fll640 { width: 640px; float: left; display: inline; }

/* flr */
#alpha .flr_img { float: right; display: inline; margin: 0 0 10px 20px; }
.flr200 { width: 200px; float: right; display: inline; }
.flr270 { width: 270px; float: right; display: inline; }
.flr310 { width: 310px; float: right; display: inline; }
.flr360 { width: 360px; float: right; display: inline; }
.flr425 { width: 425px; float: right; display: inline; }
.flr480 { width: 480px; float: right; display: inline; }
.flr490 { width: 490px; float: right; display: inline; }
.flr570 { width: 570px; float: right; display: inline; }
.flr640 { width: 640px; float: right; display: inline; }
.flr730 { width: 730px; float: right; display: inline; }


/* alpha_contents  */
.alpha_contents { margin-bottom: 30px; }
.alpha_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.alpha_contents .pdfAfter img,
.alpha_contents .docAfter img,
.alpha_contents .xlsAfter img { width: 1px; }

.alpha_contents .fll270 img + img,
.alpha_contents .flr270 img + img { margin-top: 10px; }
#alpha .alpha_contents h3,
#alpha .alpha_contents h4,
#alpha .alpha_contents h5,
#alpha .alpha_contents h6 { margin-top: 0; }
#alpha .alpha_contents p.caption {
	text-align: center;
	font-size: 81.3%;
}

/* inde_menu_3c */
/*#alpha ul.inde_menu_3c { margin: 0 0 20px; }
#alpha ul.inde_menu_3c li {
	font-size: 16px;
	line-height: 1.4;
	width: 210px;
	float: left;
	display: inline;
	margin-left: 25px;
}
#alpha ul.inde_menu_3c li:first-child { margin-left: 0; }
#alpha ul.inde_menu_3c li p { margin-top: 3px; }

#alpha ul.inde_menu_3c li a img {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#alpha ul.inde_menu_3c li a img:hover {
	opacity: 0.7;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}*/

/* img:hover */
#alpha a img {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#alpha a img:hover {
	opacity: 0.7;
	-moz-opacity:0.60; /* Firefox CSS3以前 */
	filter: alpha(opacity=60); /* IE */
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

/* search_result_txt */
#alpha .search_result_txt {
    background: none repeat scroll 0 0 #D1E0F0;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 8px 10px 6px;
}
#alpha .search_result_txt span {
    font-size: 15px;
    font-weight: bold;
}
#alpha dl.search_result_box { margin: 0 0 20px; }
#alpha dl.search_result_box dt { font-size: 16px; margin-bottom: 3px; }
#alpha dl.search_result_box dd {
    color: #333333;
    font-size: 12px;
    line-height: 1.9;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #CCCCCC;
}

/* topics_list */
.list_topics { margin-bottom: 20px; }
.list_topics li {
	list-style: none;
	background: url(/css/image/index_li_mark.jpg) no-repeat 10px 10px #F9F9F9;
	padding: 2px 0 2px 28px;
	margin-bottom: 4px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.list_topics li:nth-child(2n) { background-color: #E8F8FF; }
.list_topics li .date {
	display: table-cell;
	vertical-align: top;
	width: 140px;
	text-align: left;
}
.list_topics li .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}
.list_topics li a { display: block; }
.organize_topics li {
	list-style: none;
	background: url(/css/image/index_li_mark.jpg) no-repeat 10px 10px #F9F9F9;
	padding: 2px 0 2px 28px;
	margin-bottom: 4px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.organize_topics li:nth-child(2n) { background-color: #E8F8FF; }
.organize_topics li .date {
	display: table-cell;
	vertical-align: top;
	width: 140px;
	text-align: left;
}
.organize_topics li .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}
.organize_topics li a { display: block; }

/* event_list */
#alpha .event_list ul li {
	width: 325px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #6BA3DA;
}
#alpha .event_list ul li.last_child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#alpha .event_list ul li .thumb {
	width: 100px;
	height: 70px;
	float: left;
	display: inline;
	overflow: hidden;
}
#alpha .event_list ul li .thumb img { width: 100%; }
#alpha .event_list ul li .ttl_txt {
	font-weight: bold;
	width: 215px;
	float: right;
	display: inline;
	padding-top: 25px;
}
#alpha .event_list ul li .ttl_txt p { padding-right: 10px; }

#alpha .event_list dd {
    margin: 5px 0 15px;
    padding: 25px 0 10px 10px;
    border-bottom: 1px dotted #CCCCCC;
	background: url(image/ul_list_mark.gif) 0 8px no-repeat;
}
/*#alpha .event_list .tag001 { background: url(image/tag001.gif) 0 0 no-repeat; }
#alpha .event_list .tag002 { background: url(image/tag002.gif) 0 0 no-repeat; }
#alpha .event_list .tag003 { background: url(image/tag003.gif) 0 0 no-repeat; }
#alpha .event_list .tag004 { background: url(image/tag004.gif) 0 0 no-repeat; }
#alpha .event_list .tag005 { background: url(image/tag005.gif) 0 0 no-repeat; }
#alpha .event_list .tag006 { background: url(image/tag006.gif) 0 0 no-repeat; }
#alpha .event_list .tag007 { background: url(image/tag007.gif) 0 0 no-repeat; }
#alpha .event_list .tag008 { background: url(image/tag008.gif) 0 0 no-repeat; }
*/

/* event_date_text */
#alpha .event_list .event_date_text {
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
}
/* #alpha .event_list .ttl_txt a:link { color: #333; }
#alpha .event_list .ttl_txt a:hover,
#alpha .event_list .ttl_txt a:visited:hover { color: #FF3F00; }
#alpha .event_list .ttl_txt a:visited { color: #888; } */

#alpha .event_detail .event_date_text {
	color: #D90000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 15px;
}

/* link_prev_next */
#alpha .link_prev_next {
	text-align: center;
	margin-top: 60px;
}

/* icon_tel */
#alpha .icon_tel {
	padding-left: 28px;
	background: url(image/icon_tel.gif) 0 4px no-repeat;
}

/* sitemap_list */
#alpha #sitemap_list dl dt { display: none; }
#alpha #sitemap_list dl dd.mgl15 {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 0 10px 10px;
	margin: 25px 0 0 0;
	background: #D9F4FB;
}
#alpha #sitemap_list dl dt + dd.mgl15 { margin-top: 0; }

#alpha #sitemap_list dl dd.mgl25 {
	font-weight: bold;
    padding: 0 0 5px 20px;
	margin: 12px 0 0 0;
	border-bottom: 1px dotted #CCC;
	background: url("image/ul_list_mark.gif") 10px 10px no-repeat;
}

#alpha #sitemap_list dl dd.mgl35 {
    padding: 0 0 0 10px;
	margin: 5px 0 0 35px;
	background: url("image/ul_list_mark.gif") 0 10px no-repeat;
}

#alpha #sitemap_list dl dd.mgl45 { display: none; }

/* pager */
#alpha .pager ul {
	float: right;
	display: inline;
}

#alpha .pager ul li {
	float: left;
	display: inline;
	margin-right: 5px;
}

#alpha .pager ul li span,
#alpha .pager ul li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #CCC;
	text-decoration: none;
	vertical-align: middle;
}
#alpha .pager ul li a:hover {
	background: #EEE;
}

/* rsbtn */
#alpha .rsbtn { margin-bottom: 20px !important; }

.rep_box {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin-top: 40px;
	background-color: #E5ECF3;
}

/* calendar */
.calendar_area .fsr18 a { display: inline-block; width: 49.5%; }
#content1 .date_list{}
#content1 .sat{
	background-color: #efefff !important; 
}
#content1 .sat th{
	color: #0000cc;
	background-color: #efefff !important;
}
#content1 .sun{
	background-color: #ffefef !important;
}
#content1 .sun th{
	color: #ff0000;
	background-color: #ffefef !important;
}

/* button */
.type02 {
	cursor: pointer;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	padding: 8px 10px;
	border: 1px solid #CCCCCC;
	
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0);
}


/* 沖縄市を知ろう */
#alpha #content1 ul#okinawasi_about {
	background: url(image/menu_bg.jpg) bottom left no-repeat;
	padding: 0 0 215px 0;
}

ul#okinawasi_about li {
	float: left;
	list-style: none;
}

ul#okinawasi_about li.menu001 {
	margin: 0 36px 0 20px;
}

ul#okinawasi_about li.menu002 {
	margin-right: 37px;
}

ul#okinawasi_about li.menu003 {
}


/* facebook */
.facebook_contents .plugin .pluginSkinLight .fss a.uiLinkSubtle {
	color: #2F5FE3;
}



/*---------------------------------------------------------------------
	beta
---------------------------------------------------------------------*/

/* ul,ol */
#beta ul {
	list-style: none;
	padding-left: 0;
}
#beta ul li ul { padding-left: 0; }

#beta .list01 ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 23px;
}

/* side_menu */
#beta #side_menu {
	margin: 0 0 20px;
	border-bottom: 1px solid #CCC;
}

/* menu - first */
#beta #side_menu #side_menu_inner ul li a {
	color: #000;
	line-height: 1.4;
	/*text-decoration: none;*/
	display: block;
	padding: 12px 8px 11px 12px;
	background: url(image/menu_1st.jpg) no-repeat 0 0;
	zoom: 1;
}

#beta #side_menu #side_menu_inner ul li a:hover { color: #FFF; background-position: 0 -280px; }
#beta #side_menu #side_menu_inner ul li a:visited {}
#beta #side_menu #side_menu_inner ul li a.selected { color: #FFF; background-position: 0 -280px; }

/* menu - second */
#beta #side_menu #side_menu_inner ul li ul { border-top: 1px solid #CCC; }

#beta #side_menu #side_menu_inner ul li ul li a {
	padding: 6px 8px 6px 16px;
	border-bottom: 2px solid #CCCCCC;
	background: url(image/menu_2nd.gif) no-repeat 0 0;
}

#beta #side_menu #side_menu_inner ul li ul li a:hover { color: #2F5FE3; border-bottom: 2px solid ##00468C; }
#beta #side_menu #side_menu_inner ul li ul li a:visited {}
#beta #side_menu #side_menu_inner ul li ul li a.selected { color: #2F5FE3; border-bottom: 2px solid ##00468C; }

/* menu - third */
#beta #side_menu #side_menu_inner ul li ul li ul { border-top: none; }

#beta #side_menu #side_menu_inner ul li ul li ul li a {
	padding: 6px 8px 6px 25px;
	border: none;
	background: url(image/menu_3nd.gif) no-repeat 0 0;
	margin-bottom: 1px;
}

/* menu - third */
.level4 { padding-left: 10px; }

#beta #side_menu #side_menu_inner ul li ul li ul li a:hover { color: #2F5FE3; border-bottom: none; }
#beta #side_menu #side_menu_inner ul li ul li ul li a:visited {}
#beta #side_menu #side_menu_inner ul li ul li ul li a.selected { color: #2F5FE3; border-bottom: none; }


/* beta_link */
#beta ul.beta_link li { margin: 0 0 10px; }
#beta ul.beta_link li a { display: block; }
#beta ul.beta_link .fll { float: left; display: inline; }
#beta ul.beta_link li a img {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
#beta ul.beta_link li a img:hover {
	opacity: 0.7;
	-moz-opacity:0.60; /* Firefox CSS3以前 */
	filter: alpha(opacity=60); /* IE */
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

/* side_blog_parts */
#beta h3.side_blog_parts {
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 10px 5px 8px 35px;
	background: url(image/beta_bemu_h_bg.jpg) top left no-repeat;
}

#beta .side_blog_list {
	padding: 5px 10px 10px;
	border-right: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
}

#beta .side_blog_list li {
	padding: 5px 0 0 10px;
	background: url(image/ul_list_mark.gif) 0 10px no-repeat;
}

/*---------------------------------------------------------------------
	page_scroll_navi
---------------------------------------------------------------------*/

#page_scroll_navi {
	width: 1080px;
	margin: 50px auto 0;
}

#page_scroll_navi p { text-align: center; }



/*---------------------------------------------------------------------
	topic_path_botoom
---------------------------------------------------------------------*/

#topic_path_botoom {
	width: 980px;
	margin: 0 auto;
}



/*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/

#footer .government_info dl { text-align: center; }

#footer .government_info dl dt { margin: 10px 0; }

/*---------------------------------------------------------------------
	copyright
---------------------------------------------------------------------*/

#copyright {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	text-align: center;
	padding: 18px 0 12px;
	background-color: #00468C;
	background: url(/image/site/copyright_bg.jpg) no-repeat top center #00468C;
}


/*---------------------------------------------------------------------
	リンクチェッカー
---------------------------------------------------------------------*/
#extra_text {
	background: none repeat scroll 0 0 rgba(22, 64, 130, 0.8);
    height: 39px;
    left: 0;
    padding: 7px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#extra_text a {
	color: #00468c;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 90%;
    font-weight: bold;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#extra_text a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
#extra_text a:active {
	position:relative;
	top:1px;
}
#extra_text #check_msg {
	color: #fff;
}








