@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html {
	color:#000;
	background:#FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font:inherit
}
/*
del, ins {
	text-decoration:none
}
*/
li {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:baseline
}
sub {
	vertical-align:baseline
}
legend {
	color:#000
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small
}
select, input, textarea, button {
	font:99%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%
}
/*-----------------------------------------------------------
 hoge.css

 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します

 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|

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

/* YUI リセットCSSここまで */

/*----------------------------------------------------------
clearfix フロートさせた要素の親要素には、class="clearfix"！
----------------------------------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* clearfixここまで */


/*----------------------------------------------------------
ページレイアウト
----------------------------------------------------------*/

body {
	background-color:#FCE2E2;
	background-image:url(images/bg.png);
	min-width: 1028px;
	font-size:93%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3A231B;
}
#headertitle {
	margin:25px 0 0 15px;
	float:left;
}
#headerRight {
	margin:55px 15px 0 0;
	float:right;
	text-align:right;
}
#userLogin {
	margin-top:5px;
}
#contents {
	margin:0 auto;
	width:980px;
}
#leftcol {
	float:left;
	width:220px;
	display:inline;
}
#centercol {
	float:right;
	width:690px;
	padding:20px;
	display:inline;
}
* html #centercol {
	overflow:hidden;
	width:670px;
	}

.inframe {
	padding: 5px;
	background-color:#FFFDE1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 5px solid #f69cc4;
	width:2500px;
/*	width: 630px;
	overflow: auto;	*/\
	}

.inframe td {
	background-color: #FFFEEC !important;
	}

.inframe table {
	border:none;
}


/*----------------------------------------------------------
基本スタイル
----------------------------------------------------------*/

::selection {
	color: #999;
	background-color: #f69cc4;
}
::-moz-selection {
color: #333;
background: #f69cc4;
}
a {
	color:#36C;
}
a:visited {
	color:#A666CC;
	text-decoration:none;
}
a:hover {
	color:#DE399C;
	text-decoration:none;
}
a:active {
	color:#E95295;
	text-decoration:none;
}
.fl_left {
	float:left;
}
.fl_right {
	float:right;
}
img.fl_left, img.fl_right {
	margin:10px;
}
#dayori img.fl_right {
	margin:0 !important;
	}

.large_bold {
	font-weight:bold;
	font-size:108%;
	}

.ta_center , .ta_c {
	text-align:center;
	}
.ta_r {
	text-align:right;
	}
.ta_l {
	text-align:left;
	}

.houkokuBanner {
	margin-left:15px;

	margin-right:10px;
	margin-top:10px;
	width:300px;
	}

.red {
	color:#ff0000;
	}

strong {
	font-weight:bold;
	}

ol>li {
	list-style: decimal !important;
	}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    }

/*----------------------------------------------------------
ヘッダーのスタイル
----------------------------------------------------------*/

#header {
	margin:0 auto;
	width:980px;
	height:105px;
	background-color:#FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-right: 1px solid #f69cc4;
	border-bottom: 1px solid #f69cc4;
	border-left: 1px solid #f69cc4;
}
#headertitle {
	text-indent:-5000px;
	height:85px;
}
#headertitle h1 a {
	background-image: url(images/hotaru_logo.png?20150806-01);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 410px;
}
#headertitle h1 a:hover {
/*	background-color: #FFFEFA;*/
}
#headerIllust {
/*	float:right;*/
	height:105px;
	margin:0;
/*	width:520px;*/
/*	background-image:url(images/headerillust.png);*/
	width:980px;
	background-image:url(images/header_bg.png?20150806-01);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
#headerRight {
	font-size:93%;
}
#headerTel {
	float:right;
	padding-top: 60px;
	padding-right: 20px;
}

.headerShadow {
/*	margin-bottom:20px;*/
	margin-bottom:5px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	height:0px;
/*	height:7px;*/
/*	width:1000px;*/
	background-image:url(images/header_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*----------------------------------------------------------
左カラムのスタイル
----------------------------------------------------------*/

#leftcol .BlockTitle {
	font-size:100%;
	color:#fff;
	padding:10px 10px;
	letter-spacing: 0.1em;
	font-weight:bold;
	text-shadow: 1px 2px 0px #a31655;
	background-image: url(images/BlockTitle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftcol .blockContent {
	background-color:#fdfdf7;
	padding:10px 10px 15px 10px;
	background-image: url(images/bg2.jpg);
}
#leftcol .blockContent p {
	margin-top:10px;
	line-height:1.4em;
}
#leftcol .shadow {
	margin-bottom:10px;
	display:block;
	height:6px;
	width:250px;
	background-image:url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*----------------------------------------------------------
左カラム-ログインのスタイル
----------------------------------------------------------*/


#userLogin input[type=text] {
	border: 2px solid #F69CC4;
	width:90%;
	margin-bottom:10px;
}

#userLogin input[type=password] {
	border: 2px solid #F69CC4;
	width:90%;
	margin-bottom:10px;
}

#userLogin input[type=submit] {
	border-radius: 10px 10px 10px 10px;
	color: #E95295;
	padding: 4px 10px;
	margin : 5px auto;
	text-decoration: none;
	border: 2px solid #F69CC4;
	width:90px;
	background-color:#FFF;
}

#userLogin input[type=submit]:visited {
	color: #E95295;
}


#userLogin input[type=submit]:hover {
	background-color: #F69CC4;
	border-color: #924F63 #F8B1D0 #F8B1D0 #924F63;
	border-style: solid;
	border-width: thin;
	color: #FFFFFF;
	padding: 5px 10px;
}

#userLogin input[type=submit]:active{
	background-color: #E95295;
}



/*----------------------------------------------------------
メインメニューのスタイル
----------------------------------------------------------*/

#mainMenu li.menuMain {
	border-top: thin dotted #E85294;
	padding:5px 0;
}
ul#mainMenu {
	border-bottom: thin dotted #E85294;
}
#mainMenu li.menuMain a {
	padding:6px 10px 4px 24px;
	display:block;
	text-decoration: none;
	color:#6B3B35;
	background-image:url(images/menu_list.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#mainMenu li.menuMain a:visited {
	color:#6B3B35;
}
#mainMenu li.menuMain a:hover {
	padding:5px 9px 3px 23px;
	text-decoration: none;
	color:#fff;
	background-color:#f69cc4;
	background-image:url(images/menu_list_hover.png);
	border-top: thin solid #924f63;
	border-right: thin solid #f8b1d0;
	border-bottom: thin solid #f8b1d0;
	border-left: thin solid #924f63;
}
#mainMenu li.menuMain a:active {
	background-color:#E95295;
}

#mainMenu .menuSub {
		font-size:93%;
		margin-left:25px;

}
#mainMenu .menuSub a {
		text-decoration:none;
		color:#E95295;
}
#mainMenu .menuSub a:hover {
	color:#FDADBB;
		}
#mainMenu li.lastChild {
	margin-bottom:10px;
	}
/*----------------------------------------------------------
センターカラムのスタイル
----------------------------------------------------------*/

#centercol {
	background-color:#fdfdf7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 5px solid #f69cc4;
	line-height:1.6em;
}
.centercolShadow {
	float:right;
	margin-bottom:20px;
	display:block;
	height:5px;
	width:730px;
	background-image:url(images/centercol_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#centercol h2 {
	background-image:url(images/h2bg.png);
	padding:10px 0 8px 44px;
	font-size:138.5%;
	color:#6D3636;
	letter-spacing: 0.1em;
	font-weight:bold;
	background-color:#F69CC4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 1px 1px 1px #fff;
	background-repeat: no-repeat;
	background-position: left center;
}
#centercol h3 {
	font-size:123.1%;
	color:#E95295;
	letter-spacing: 0.1em;
	font-weight:bold;
	margin:10px 0;
	border-bottom: 3px double #f69cc4;
}
#centercol h3 a {
	text-decoration:none;
	color:#E95295;
	}

#centercol .blockContent, #contents_body {
	padding-bottom:30px;
	margin:10px;
	overflow: hidden;
}
.contents_body #centercol .blockContent img {
	margin:auto 0;
}
#centercol .blockContent p {
	margin-top:10px;
}

#centercol a[href$=".pdf"] {
	background-image:url(images/link_window3.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}



/*----------------------------------------------------------
センターカラム の リストのスタイル
----------------------------------------------------------*/

#centercol .blockContent ul {
	border-top: thin dotted #E95295;
	margin-top:10px;
}
#centercol .blockContent li {
	padding: 5px 0 3px 5px;
	border-bottom: thin dotted #E95295;
}
/*----------------------------------------------------------
センターカラム の テーブルスタイル
----------------------------------------------------------*/

#centercol table {
	border-collapse: separate;
	border-spacing: 1px;
}

#centercol th {
	font-size:123.1%;
	color:#fff;
/*	letter-spacing: 0.1em;*/
	font-weight:bold;
/*	text-shadow: 1px 2px 0px #a31655;*/
	background-color:#E95295;
}
#centercol td {
	font-size:93%;
}

#centercol td textarea ,
#centercol td input[type="text"] {
	max-width:290px;
	}


/* 活動報告テーブル
---------------------------*/

.katsudou table {
	border-spacing: 5px !important;
	}
.katsudou td , .katsudou th {
		padding:10px 8px 6px 10px;
	}
.katsudou td {
	background-color:#fff;
	border: thin dotted #E95295;
	}
.nokatsudou table {
	filter:none;
	}
.nokatsudou td , .nokatsudou th {
	filter:none;
	}


/* 相談窓口テーブル
---------------------------*/

.soudan table {
	border-spacing: 5px !important;
	}

.soudan th, .soudan td {
	padding:10px 8px 6px 10px;
}

.soudan th {
	padding:10px;
	}
.soudan td {
	background-color:#fff;
	border: thin dotted #E95295;
	}

/* 短期空き情報テーブル
--------------------------- */

.tanki td {
	background-color:#fff;
	border: thin dotted #E95295;
	}

/* ダウンロード一覧テーブル
--------------------------- */

.sample-box-4 {
	background-color: #dbffb7;
	border-left: 8px solid #006400;
	color: #006400;
	margin: 8px 0;
	padding: 10px;
	}

.dllistbox1 {
	background-color: #ffbf7f;
	border: 1px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 4px #ffbf7f;
	color: #594e52;
	margin: 0 0;
	padding: 1px;
	font-weight: bold;
	}

.dllistbox2 {
	background-color: #d1d1ff;
	border: 1px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 4px #d1d1ff;
	color: #594e52;
	margin: 0 0;
	padding: 1px;
	font-weight: bold;
    display: block;
    position: relative;
//    margin: 15px auto;
//    padding: 10px 0;
//    width: 300px;
//    background: #f1f1f1;
    box-sizing: border-box;
	}

.dllistbox3 {
	background-color: #b7dbff;
	border: 1px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 4px #b7dbff;
	color: #594e52;
	margin: 0 0;
	padding: 1px;
	font-weight: bold;
	}


.ribbon_new {    
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 5px;
    margin: 0;
    padding:0px;
//    padding: 10px 0 7px;
    z-index: 2;
    width: 25px;
    text-align: center;
    color: white;
    font-size: 8px;
    background: #fa8383;
    border-radius: 2px 0 0 0;
  }

.ribbon_new:before{
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    border: none;
    border-bottom: solid 6px #d07676;
    border-right: solid 5px transparent;
}

.ribbon_new:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 5px solid #fa8383;
}

.dl:before{
	font-family: FontAwesome;
	content: "\f019";
	font-size: 90%;
	display: inline-block;
	text-align: center;
	padding-right: 5px;
	color: #ffffff;
	filter:dropshadow(color=#000000,offX= 0,offY=-0.5)
	dropshadow(color=#000000,offX= 0.5,offY= 0)
	dropshadow(color=#000000,offX= 0.5,offY= 0.5)
	dropshadow(color=#000000,offX=-0.5,offY= 0);
 
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 0.5px;
 
	text-shadow: black 0.5px 0.5px 0px, black -0.5px 0.5px 0px,
	             black 0.5px -0.5px 0px, black -0.5px -0.5px 0px;
	}

a.btn_pdf {
    font-weight:bold;
    background:#ffdbed;
    display:inline-block;
    width: 125px;
    height: 25px;
    color:#594e52;
    text-decoration:none;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-bottom: solid 2px #ffb2d8;
    border-radius:4px;
    cursor:pointer;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    text-align:center;
    padding: 3px 5px;
}

.btn_pdf:hover{
    background:#ff84c1;
    color:#ffffff;
}

a.btn_word {
    font-weight:bold;
    background:#eaf4ff;
    display:inline-block;
    width: 125px;
    height: 25px;
    color:#594e52;
    text-decoration:none;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-bottom: solid 2px #a7cdef;
    border-radius:4px;
    cursor:pointer;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    text-align:center;
    padding: 3px 5px;
}

.btn_word:hover{
    background:#84c1ff;
    color:#ffffff;
}

a.btn_excel {
    font-weight:bold;
    background:#eaffea;
    display:inline-block;
    width: 125px;
    height: 25px;
    color:#594e52;
    text-decoration:none;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-bottom: solid 2px #a2efa2;
    border-radius:4px;
    cursor:pointer;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    text-align:center;
    padding: 3px 5px;
}

.btn_excel:hover{
    background:#84ff84;
    color:#ffffff;
}


/* カレンダーのテーブル
---------------------------*/

.cal td , .cal th {
	border:none;
	}


/*----------------------------------------------------------
Back to Top のスタイル
----------------------------------------------------------*/

#BacktoTop {
	text-align:right;
	margin-top:20px;
}
#BacktoTop a {
	background-image: url("images/back_to_top.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 10px 10px;
	color: #E95295;
	padding: 4px 8px 2px 22px;
	text-decoration: none;
	border: 2px solid #F69CC4;
}
#BacktoTop a:visited {
	color: #E95295;
}
#BacktoTop a:hover {
	background-color: #F69CC4;
	background-image: url("images/back_to_top_hover.png");
	border-color: #924F63 #F8B1D0 #F8B1D0 #924F63;
	border-style: solid;
	border-width: thin;
	color: #FFFFFF;
	padding: 5px 9px 3px 23px;
	text-decoration: none;
}
#BacktoTop a:active {
	background-color: #E95295;
}

/*----------------------------------------------------------
アイテムのスタイル
----------------------------------------------------------*/

#centercol .itemHead {
	background-image:url(images/h2bg.png);
	padding:10px 0 8px 44px;
	font-size:138.5%;
	color:#E95295;
	letter-spacing: 0.1em;
	font-weight:bold;
	background-color:#F69CC4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 1px 1px 1px #fff;
	background-repeat: no-repeat;
	background-position: left center;
}
#centercol .itemHead a {
	color:#E95295;
	text-decoration:none;
}
#centercol .itemInfo {
	margin:10px;
	font-size:93%;
	color:#666;
	text-align:right;
}
#centercol .itemPoster {
	margin-right:20px;
}
#centercol .itemBody {
	margin:20px;
	line-height:1.4em;
}

/*----------------------------------------------------------
pico内のスタイル
----------------------------------------------------------*/

.pico_body ul {
	list-style: circle;
	margin-bottom:30px;
}

.pico_body li {
	list-style: disc;
	margin-left: 50px;
	padding: 5px 0 2px 0;
}

.pico_body p {
	margin-left:0.5em;
	}

/*点がついてないリスト*/

.list_style_none li {
	list-style: none !important;
	margin-left: 30px;
}

.list_style_disc li {
	list-style: disc !important;
	margin-left: 30px;
	}

.list_style_circle li {
	list-style: circle !important;
	margin-left: 30px;
	}


/*----------------------------------------------------------
アンケートとamtharts(アムチャート)のスタイル
----------------------------------------------------------*/

.amthartsbox {
	margin:20px 0;
	width:310px;
	text-align:center;
	}

.amthartsbox_full{
	margin:20px 0;
	text-align:center;
	clear:both;
	}

.amthartsbox h4, .enquete h4 {
	border-bottom: 5px solid #E85294;
	font-weight:bold;
	margin-bottom:20px;
	}

.amthartsbox h5, .enquete h5 {
	font-weight:bold;
	margin-bottom:20px;
	}

.enquete p {
	margin-top:10px;
	}

.enquete li {
	margin-left:20px !important;
	line-height: 1.2;
		padding: 10px 0 2px 0;
	}

.katsudouMenu {
	margin-left:0 !important;
	}


/*----------------------------------------------------------
フッターのスタイル
----------------------------------------------------------*/

#footer {
	margin:0px auto 0 auto;
	padding:20px;
	width:940px;
	text-align:center;
	height:50px;
	text-shadow: 1px 1px 1px #fff;
	background-color:#FDFDF7;
	background-image: url(images/headerbg.png);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-right: 1px solid #f69cc4;
	border-top: 1px solid #f69cc4;
	border-left: 1px solid #f69cc4;
}
#Copyright {
	margin-top:10px;
	color:#E95295;
	font-size:93%;
}



/*----------------------------------------------------------
その他
----------------------------------------------------------*/

/* リセットテーブル */

#contents_body table.noneStyle {
	margin:0 !important;
	}
#contents_body table.noneStyle td {
	padding:5px;
	border:none !important;
	background-color:#FDFDF7 !important;
	}


/* レイアウト用テーブル */

#contents_body table.layoutTable {
	margin:0 !important;
	}
#contents_body table.layoutTable td {
	padding:5px;
	border:none !important;
	background-color:none;
	}


/*----------------------------------------------------------
トップページMENU
----------------------------------------------------------*/
#centercol .topMenu div {
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}
#centercol .topMenu ul{
		list-style: none;
		margin: 0px;
		border: none;
		overflow: hidden;
	}
#centercol .topMenu li {
		display: block;
		float: left;
		padding: 0px;
		border: none;
	}
#centercol .topMenu li a {
		display: block;
		float: left;
	}
#centercol .topMenu li a:hover img{
position : relative;
top : 3pt;
left : 3pt;
	}

/*----------------------------------------------------------
地域の情報 インデックスページ
----------------------------------------------------------*/
#areaInfo div{
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}
#areaInfo ul{
		list-style: none;
		margin: 0px;
		border: none;
		overflow: hidden;
	}
#areaInfo li {
		display: block;
		float: left;
		padding: 0px;
		border: none;
		margin-left: 6px;
	}
#areaInfo li a {
		display: block;
		float: left;
	}
#areaInfo img{
		width: 210px;
	}
#areaInfo li a:hover img{
position : relative;
top : 3pt;
left : 3pt;
	}


/*body,td { line-height: 150% ; color: #999999;}*/

.outer td {
	padding:5px 1px;
}

table.outer.head {
		background-color: #CCC;
		padding: 5px;
/*		font-weight: bold;*/
}
table.outer td.even {
	background-color: #F1EEE7;

}
table.outer td.odd {
		background-color: #FAFAFA;

}
table.outer.foot {
		padding: 5px;
}

/*----------------------------------------------------------
ヘッダフローティングメニュー
----------------------------------------------------------*/
.nav {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	margin-bottom:10px;
	background-image:url(images/bg.png);
/*	background-image: url(images/pattern_044.gif);*/
/*	background-color: #01DFA5;*/
background-color:rgba(255,255,255,1)
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0 3px 5px 0 rgba(0, 0, 0, 0.5); /* FireFox */
	-webkit-box-shadow:  0 3px 5px 0 rgba(0, 0, 0, 0.5); /* webkit */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=5,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=5,enabled=true);
}

.nav ul{
	width: 982px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.nav li{
/*	width: 150px;*/
	width: 165px;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F69CC4;
	font-size: 116%;
	text-align: center;
	line-height: 2;
	float:left;
}
.nav li a {
	color: #E95295;
	text-decoration: none;
	display: block;
}
.nav li a:hover {
	color:#F60;
/*	background-color:#F5A9D0;*/
}
.nav .home_button {
	width: 100px;
/*	width: 73px;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	border-style: none;*/
}

.nav .float_media {
	width:200px;
}

.nav .home_button a:hover{
	background-image: url(images/home_aft.png), -moz-linear-gradient(top, #8fffac, #b8fff2) !important;
	background-image: url(images/home_aft.png), -ms-linear-gradient(top, #8fffac, #b8fff2) !important;
	background-image: url(images/home_aft.png), -o-linear-gradient(top, #8fffac, #b8fff2) !important;
	background-image: url(images/home_aft.png), -webkit-gradient(linear, center top, center bottom, from(#8fffac), to(#b8fff2)) !important;
	background-image: url(images/home_aft.png), -webkit-linear-gradient(top, #8fffac, #b8fff2) !important;
	background-image: url(images/home_aft.png), linear-gradient(top, #8fffac, #b8fff2) !important;
	background-repeat: no-repeat;
	background-position: center;
	text-indent:-10000px;
}

.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10000;
}

#fixedBox li a:hover{
position : relative;
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8fffac', endColorstr = '#b8fff2');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8fffac', endColorstr = '#b8fff2')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #8fffac, #b8fff2);
background-image: -ms-linear-gradient(top, #8fffac, #b8fff2);
background-image: -o-linear-gradient(top, #8fffac, #b8fff2);
background-image: -webkit-gradient(linear, center top, center bottom, from(#8fffac), to(#b8fff2));
background-image: -webkit-linear-gradient(top, #8fffac, #b8fff2);
background-image: linear-gradient(top, #8fffac, #b8fff2);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}


/*----------------------------------------------------------
各種情報サイト
----------------------------------------------------------*/
.sitelink_td1 {
    width:20px;
}
.sitelink_td2 {
    width:270px;
    vertical-align:top;
    border-left: #E95295 2px solid;
}
.sitelink_td2btm {
    width:270px;
    border-left:#E95295 2px solid;
    border-bottom:#E95295 2px solid;
}
.sitelink_td3 {
    width:330px;
    color:#999999;
}
.sitelink_td3btm {
    width:330px;
    border-bottom:#E95295 2px solid;
}

/*----------------------------------------------------------
写真
----------------------------------------------------------*/
/* ポップアップ画像の枠線 */
#lightboxImage {
    border:10px solid #ffffff;
}
/* ■会場風景■サムネイル設定 */
.landscape {
    margin-left:70px;
}

.landscape li {
    display:inline-block;
    margin-left :0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.landscape li img {
    border: 0px solid #ffffff;
}

.landscape li a{
    overflow: hidden;
}
.landscape li a:hover img{
    margin: -5px;
    border: 5px solid #00bfff;
}

/*----------------------------------------------------------
活動報告
----------------------------------------------------------*/
#activityreport a {
  text-decoration: none;
}

/* 見出し（年度） */
#activityreport h3{
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 2.8em;
  border-bottom: 2px solid #BF6766;
  color: #BF6766;
  width: 50%;
}

#activityreport h3:before{
  content: "□";
  font-size: 200%;
  position: absolute;
  color: #D7C4BB;
  top: 0.1em;
  left: 0.3em;
  height: 12px;
  width: 12px;
}

#activityreport h3:after{
  content: "□";
  font-size: 200%;
  position: absolute;
  color: #1E88A8;
  top: 0.3em;
  left: 0;
  height: 12px;
  width: 12px;
}

/* カテゴリー見出し */
#activityreport h2 {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 10px;
  color: #a0522d;
  background: linear-gradient(transparent 70%, #ffdab9 70%);
}

/* カテゴリーリスト部分 */
#activityreport .listback {
  width:100%;
  font-size: 16px;
}
#activityreport .listback ul {
  margin-top: 8px;
}
#activityreport .listback ul li {
  list-style: none;
  line-height: 1.8em;
  margin-left: 20px;
  padding:5px 10px;
  border-top:1px solid #f1f6fc;
  border-bottom:1px solid #CA7A2C;
  width: 85%;
}
#activityreport .listback ul li:before {
  font-family: FontAwesome;
  content: '\f101';
  font-size: 1.3333333333333333em;
  color: #CA7A2C!important;
  width: 1.2857142857142858em;
  text-align: center;
  position: absolute;
  left: -1.26em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
}
#activityreport .listback li:first-child{
  border-top:0px;
}
#activityreport .listback li:last-child{
  border-bottom:0px;
}

#activityreport .listback ul li .listmmdd {
  display: inline-block;
  width: 50px;
  text-align:left;
}
#activityreport .listback ul li .listtitle {
  margin-left:15px;
}

/*----------------------------------------------------------
 フォーム
----------------------------------------------------------*/

form , input , select , option , textarea , button , fieldset {
	font-size:15px;
	color:#474143;
    line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
input , select , option , textarea {
	padding:0 2px;
    border-color: #999999;
    background-color: #f9f9f9;
	}
.evform table.outer {
    width: 680px;
}
.evform table.outer td {
    vertical-align: top;
    min-width: 330px;
    max-width: 380px;
}
.evform table.outer td.head {
    text-align: left;
    /*max-width: 380px;*/
    padding-right: 20px;
}
/*一行テキストのボーダーを消して下線だけにする*/
#centercol .evform table.outer td input[type="text"] {
/*	max-width:200px;*/
    border: none;
    outline: none;
    border-bottom: solid 1px #999999;
}
