@charset "utf-8";

/* 全体の基本設定
------------------------------------------------ */
html { font-size: 6.25%; } /* 基本サイズを約1pxに設定 1rem=1px */

img { max-width: 100%; height: auto; }

body { -webkit-text-size-adjust: 100%; }

p { background-image: url(../images/1px-transparent.gif); } /* Android4バグ対策 */

h1, h2, h3 {
	font-weight: normal;
}

/* 構成
------------------------------------------------ */
body {
	color: #230A03;
	font-size: 18px; /* rem未対応ブラウザ用 */
	font-size: 18rem;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FBFBFB;
}

/* navigation
------------------------ */
.btn_menu {
	position: fixed;
	top: 11px;
	right: 12px;
	z-index: 200;
}

.btn_menu a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/btn_menu.png) top left no-repeat;
	background-size: 44px 44px;
}

.btn_menu a.peke {
	background: url(../images/btn_menu_peke.png) top left no-repeat;
	background-size: 44px 44px;
}

.pcbtn {
	width: 46px;
	position: fixed;
	top: 11px;
	right: 60px;
	z-index: 100;
}


/* トップページ
------------------------------------------------ */
#wrap {
	width: 100%;
	border-top: 5px solid #F6A41C;
	overflow: hidden;
	position: relative;
}

h1 img {
	width: 58%;
	margin: 17px 0 15px 5px;
}

#main {
	width: 96%;
	margin: 0 2% 15px;
}

.panel {
	font-size: 14px;
	font-size: 14rem;
	margin-bottom: 20px;
}

.panel span {
	display: block;
	font-size: 12px;
	font-size: 12rem;
	margin-top: 10px;
}

.panel li a.icon {
	padding-left: 85px;
	background-size: 60px 16px;
	line-height: 16px;
	background:url(../cgi-bin/bbs_info/img-cgi/icon_new.gif) 0px 0px no-repeat;
}

.panel li a.vol     { background:url(../../cgi-bin/bbs_main/img-cgi/icon_vol.gif) 0 0 no-repeat;}
.panel li a.event   { background:url(../../cgi-bin/bbs_main/img-cgi/icon_event.gif) 0 0 no-repeat; }
.panel li a.kaigo   { background:url(../../cgi-bin/bbs_main/img-cgi/icon_kaigo.gif) 0 0 no-repeat; }
.panel li a.yuai    { background:url(../../cgi-bin/bbs_main/img-cgi/icon_yuai.gif) 0 0 no-repeat; }
.panel li a.chiiki  { background:url(../../cgi-bin/bbs_main/img-cgi/icon_chiiki.gif) 0 0 no-repeat; }
.panel li a.recruit { background:url(../../cgi-bin/bbs_main/img-cgi/icon_recruit.gif) 0 0 no-repeat; }
.panel li a.hojin   { background:url(../../cgi-bin/bbs_main/img-cgi/icon_hojin.gif) 0 0 no-repeat; }
.panel li a.info    { background:url(../../cgi-bin/bbs_main/img-cgi/icon_info.gif) 0 0 no-repeat; }
.panel li a.saigai  { background:url(../../cgi-bin/bbs_main/img-cgi/icon_saigai.gif) 0 0 no-repeat; }
.panel li a.hukushi { background:url(../../cgi-bin/bbs_main/img-cgi/icon_hukushi.gif) 0 0 no-repeat; }
.panel li a.kyodo { background:url(../../cgi-bin/bbs_main/img-cgi/icon_kyodo.gif) 0 0 no-repeat; }
.panel li a.topics { background:url(../../cgi-bin/bbs_main/img-cgi/icon_topics.gif) 0 0 no-repeat; }

.bnr-area {
	margin: 15px 0;
}

.bnr-area p {
	width: 31%;
	margin: 0 1% 20px;;
	float: left;
}


/* フッター
------------------------ */
footer {
	clear: both;
	padding: 15px 5%;
	font-size: 12px;
	font-size: 12rem;
	color: #333;
	border-top: 1px solid #CCC;
	background: #FFF;
}

footer a {
	color: #666;
	text-decoration: none;
}

address {
	clear: both;
	padding-top: 5px;
}

.cp-f {
	font-size: 11px;
	font-size: 11rem;
	text-align: center;
	margin-top: 10px;
}


/* drawer menu
------------------------ */
.drawer {
	display: none;
	position: absolute;
	top: -10px;
	right: 0;
	color: #FFF;
	font-size: 14px;
	font-size: 14rem;
	font-weight: normal;
	width: 100%;
	height: 100%;
	padding: 10px 0 0;
	z-index: 100;
	background: #F6A41C;
}

.drawer h2 {
	font-size: 18px;
	font-size: 18rem;
	font-weight: bold;
	margin: 0;
	padding: 25px 0 20px 25px;
	border-bottom: 1px #FFF solid;
	background: #F6A41C;
}

.drawer li {
	padding: 0;
	height: 3.5em;
	vertical-align: middle;
	background: #F6A41C;
	border-bottom: 1px dotted #FFF;
	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;         /* ベンダープレフィックスなし */
}

.drawer li {
	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	-ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */
}

.drawer li {
	display: block;
	height: 3.5em;
	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;         /* ベンダープレフィックスなし */
	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	-ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */
}

.drawer a {
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: block;
}

.sub-nav li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #F7B13B;
}

.drawer li:before {
	content: " ";
	display: block;
	position: relative;
	line-height: 42px;
	height: 24px;
	width: 24px;
	background: url(../images/icon_arrow_p2.png) no-repeat 6px 5px;
}


/* 画像置換 */
.btn_menu a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/* ゆう＆あい */
.you-and-i {
  margin: 1em 0;
}
.you-and-i a,
.you-adn-i span {
  display: block;
  text-align: center;
}
.you-and-i a {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}
.you-and-i a img {
  display: block;
  width: 100%;
}
.you-and-i a > span > img {
  display: block;
  width: 80%;
  margin: .5em auto .25em;
}
.you-and-i a > span > img + cite {
  font-size: 80%;
  color: #555;
  text-shadow: 1px 1px 0 white;
  display: block;
  background-color: #eee;
  padding: .5em 0;
}
