@charset "UTF-8";

/* カスタムCSS */



/* body */
body {
  color: #333;
  background: url("./pattern/images/shared/bg01.jpg") 0 0 repeat;
}
a {
  color: #333;
}



/* グローバルヘッダー */
.gHeader {
  border-top: #30496f 3px solid;
  background: #fff;
}
.gHeader_inner .gHeader_tel {
  background: #c61c17;
}
.gHeader_inner .gHeader_tel dd{
  border: 2px #c61c17 solid;
  background: #fff;
}



/* グローバルナビ */
nav {
  background: url(./pattern/images/shared/gnav_line_btm.png) bottom center repeat-x, url(./pattern/images/shared/gnav_line_top.png) top center repeat-x;
}
.toggleMenu {
  background:url(./pattern/images/shared/bg03.jpg) 0 0 repeat;
  color: #fff;
}
.toggleMenu:before {
  color: #fff;
}
.nav a{
  color: #fff;
}
.nav > li > a:hover,
.nav > li > a.active {
  color: #fceaea;
}
.nav li li a {
  background: #c51c17;
}
.nav li li a:hover {
  background: #da302b;
}
.nav li li a:before {
  color: #fff;
}



/* グローバルフッタ */
.gFooter {
  background: #fef8e0;
}
.gFooter_link li a{
  color: #333;
}
.gFooter_link li a:before{
  color: #19345f;
}
.gFooter_copyright {
  color: #fff;
  background: #19345f;
}



/* サイド */
#side .inner {
  background:url(./pattern/images/shared/bg03.jpg) 0 0 repeat;
}
#sideTitle {
  color: #fff;
  border-top: #75859f dashed 1px;
  border-bottom: #75859f dashed 1px;
}
#sideMenu {
  border: #ee2722 2px solid;
}
#sideMenu li{
  border-bottom:#fff 1px solid;
  background: #fef8e0;
}
#sideMenu li a{
  color: #333;
  background:url(./pattern/images/shared/sidemenu_arrow.png) 10px center no-repeat;
}
#sideMenu li .acMenu dd li {
  background:url(./pattern/images/shared/sidemenu_link_arrow.png) right center no-repeat #fff;
}
#sideMenu li .acMenu dd li a{
  color: #333;
}
#sideMenu li .acMenu dt span{
  background:url(./pattern/images/shared/sidemenu_plus.png) 0 0 no-repeat;
}
#sideMenu li .acMenu dt span.active{
  background:url(./pattern/images/shared/sidemenu_minus.png) 0 0 no-repeat;
}



/* 見出し */
.headLine1 {
  background: #63c5d2;
  color: #fff;
}
.headLine2 {
  color: #333;
  border-left: #c01b16 6px solid;
  border-bottom: #c01b16 1px solid;
}
.headLine3 {
  border-bottom: #ffe25a 1px dashed;
}



/* ボタン */
.btn {
  color: #fff;
  background: #c01b16;
  box-shadow: 0 -3px 0 #9b130f inset;
}



/* ページャー */
.pager_item a {
  background: #fef8e0;
  color: #333;
}
.pager_item a:hover {
  background: #ffe25a;
  color: #fff;
}
.pager_item-active a {
  background: #ffe25a;
  color: #fff;
}
.pager_item-prev a,
  .pager_item-prev a:hover, .pager_item-next a,
  .pager_item-next a:hover {
  background: none;
  color: #333;
}



/* メインビジュアル */
.mainArea {
  background: none;
  border-bottom: 5px #ff7713 solid;
}



/* 新着情報一覧 */
#newsList {
  background: #fff;
  border: 1px #ccc solid;
}
#newsList dt {
  border-bottom: solid 1px #ccc;
}

#newsList dd {
  border-bottom: solid 1px #ccc;
}



/* 新着情報 */
#news {
  background: #fff;
  border: 3px #19345f solid;
}
#news #newsTitle{
  background:url(./pattern/images/shared/line.png) 0 bottom repeat-x;
}
#news dt {
  border-bottom: solid 1px #ccc;
}

#news dd {
  border-bottom: solid 1px #ccc;
}



/* 引用 */
blockquote{
  background-color:#cdeff4;
}
blockquote:before{
  color:#63c5d2;
}
blockquote:after{
  color:#63c5d2;
}


/* オレンジボタン */
.btn-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
