@charset "UTF-8";

/*
Theme Name: JAM 2015
Theme URI: http://jam.codes
Version: 1.0
Author: JAM Community Desigh
Description: JAM Community Design Templete
*/

@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body,html{
height:100%;
}

body {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1 {
}
h2,
h3,
h4,
h5,
h6 {
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 16px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {
text-align: center;
}

.right {
text-align: right;
}


#menuBtn,
#spclose{
display:none;
}

hr.colored{
border-color: #fe9e1a;
width:50px;
}

/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}


/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
.toppage #header {
position:absolute;
width: 100%;
-webkit-transition: position 0.8s linear;
}

#header {
width: 100%;
}


#header_wrapper {
background:#fff;
opacity: 0.85;
position:relative;
z-index:9999;
}

#header.fixed {
background:#fff;
position: fixed;
top: 0;
left: 0;
z-index:9999;
opacity: 0.95;
-webkit-transition: background 0.4s linear;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#header.fixed #header_wrapper{
}


#siteTitle {
background: #fe9e1a;
}

@media screen and (min-width: 992px) {
#headerTitle {
width:1200px;
margin: 0 auto;
}
}

#siteTitle h1 {
color: #fff;
font-size:11px;
padding: 5px;
text-align:right;
margin:0;
}

#headerTitle {
padding:30px 0;
}


#headerAreaLogo {
float: left;
margin:1px 0;
}

#headerAreaLogo img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}

#headerAreaSub {
float: right;
text-align: right;
}

p#headerAddress {
}

/* メインメニュー + キャッチ画像 + メイン をラップ */
#mainBg {
margin: 0 auto;
padding: 0 ;
}


/* ========== キャッチ画像 ========== */
#catchArea {
width: 100%;
margin: 0 auto ;
}

.nivoSlider{
}

#slider{
max-height:800px;
}

#slider{
background: url(./cmn/images/loading.gif) no-repeat 50% 50%;
}

#slider img { display:none; }

.nivo-controlNav {
    text-align: center;
    padding: 15px 0 35px;
    margin-top: -35px;
}

/* セカンドエリア + コンテンツ をラップ */
#main {
margin-top:5px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}

@media screen and (min-width: 1200px) {
#main {
width: 1200px;
}
}

/* ========== メインメニュー ========== */
@media screen and (min-width: 640px) {
#mainMenu {
margin: 0 auto;
}
#mainMenu ul {
width:600px;
margin:0;
padding:0;
float:right;
}

/* メインメニュー */
div#mainMenu ul {
position: relative;
}
div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {
color:#111;
}
div#mainMenu ul li {
width:120px;
font-size:14px;
float:left;
line-height:42px;
text-align:center;
list-style-type: none;
border-bottom: 2px solid transparent;
padding: 0;
-webkit-transition: all .8s ease-out;
-moz-transition: all .8s ease-out;
-ms-transition: all .8s ease-out;
-o-transition: all .8s ease-out;
transition: all .8s ease-out;
}

div#mainMenu ul li:hover {
border-bottom: 2px solid #fe9e1a;
}


div#mainMenu ul a {
display: block;
text-decoration: none;
background-position: center;
width: 100%;
}

/* 背景画像読込使うとき */

div#mainMenu ul li#mainMenu1 {
}

div#mainMenu ul li#mainMenu2 {
}

div#mainMenu ul li#mainMenu3 {
}

div#mainMenu ul li#mainMenu4 {
}

div#mainMenu ul li#mainMenu5 {
}

div#mainMenu ul li#mainMenu6 {
}

div#mainMenu ul li#mainMenu7 {
}

/* ========== ドロップメニュー ========== */
div#mainMenu.drop ul li ul {
position: absolute;
width:300px;
top: 42px;
z-index: 100;
margin:0;
padding:0;
}
div#mainMenu.drop ul li ul li {
visibility: hidden;
overflow: hidden;
width: 300px;
float:none;
height: 0;
background:#fe9e1a;
text-align:left;
padding:0px 10px;
line-height:42px;
border-bottom: none;
}

div#mainMenu.drop ul li ul li a{
color:#fff;
}

div#mainMenu.drop ul li ul li:hover{
display:block;
border-bottom: none;
}

div#mainMenu.drop ul li ul li:hover{
  background:#222222;
}
div#mainMenu.drop ul li:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
div#mainMenu.drop * {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
div#mainMenu.drop ul li ul.big{
width: 100%;
left:0px;
}
div#mainMenu.drop ul li ul.big li{
}

}/* ========== 640pxメディアクエリ ========== */



/* ========== 2カラム 設定 ========== */
#secondArea {
display:none;
}
#contents {
}

/* ==================== コンテンツ ==================== */
#contents {
width: 100%;
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.5;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
margin-bottom: 15px;
}
#contents tr{
border-bottom: 1px solid #aaa;
}

#contents tr:nth-child(even) {
    background: #f3f3f3;
}

#contents td{
padding: 15px 10px;
}
#contents th{
color: #171b38;
font-weight:bold;
padding: 15px 10px;
}

#contents .aboutable th{
width:20%;
}

#contents thead th,
#contents tfoot th{
color: #fff;
background-color: #333;
}

#contents textarea {
width: 300px;
height: 8em;
}

/* ---------- mainBlock ---------- */
#contents .mainBlock {
margin-bottom: 10px;
}

/* ---------- 見出し ---------- */
#contents .mainTitle {
}
#contents h2{
font-size:21px;
}

#contents .mainTitle h2 {
color: #333333;
font-size:26px;
margin-bottom: 25px;
padding: 30px 15px;
border-top: 1px dotted #171b38;
border-bottom: 1px dotted #171b38;
}
#contents .mainTitle h2.rss {
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h3 {
font-size:18px;
color:#fe9e1a;
}

#contents h4 {
font-size:14px;
background: #fe9e1a;
color:#fff;
padding:10px;
}

/* ---------- ボディー ---------- */
#contents .mainContents {
padding: 10px;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("./cmn/images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
text-align: center;
line-height: 1;
font-size: 130%;
margin: 0 5px 0 0;
padding: 5px 8px;
border: 2px solid #efefef;
/* color */
color: #1C55FF;
border-color: #efefef;
background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
.pankuzu {
background:#f3f3f3;
padding:15px;
margin:15px 0;
color:#333;
}

.pankuzu p{
margin:0;
}

.pankuzu a{
color:#333;
}


#contents .pankuzu p {}
#contents .fontXLarge {font-size: large;}
#contents .fontLarge {font-size: medium;}
#contents .fontSmall {font-size: x-small;}
#contents .fontMedium {font-size: small;}
#contents .fontXSmall {font-size: xx-small;}
#contents input.text {
width: 200px;
}
#contents input.text_s {
width: 100px;
}
#contents input.text_xs {
width: 50px;
}

#contents p.nextPrevious {
clear: both;
text-align: center;
}

#contents p.linkBlock,
#contents p.anchorTop {
text-align: right;
padding-top: 15px;
}

#contents td.buttonArea {
border: none;
}

.social_block div {
margin-right: 15px;
float: left;
}

/* ==================== セカンドエリア ==================== */
#secondArea {
width: 250px;
}


/* ---------- 見出し ---------- */
#secondArea h2,
#secondArea h3,
#secondArea h4,
#secondArea h5,
#secondArea h6,
#secondArea td,
#secondArea th,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
}
#secondArea th,
#secondArea td,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
line-height: 150%;
}

/* ----- コンテンツの余白 ----- */
#secondArea p,
#secondArea select,
#secondArea .entryBody {
margin: 5px 10px;
}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu DIV.subMenu,
DIV#secondArea DIV#SideNews,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#qrcode {
margin: 0 0 25px;
}


DIV#secondArea DIV#freeSpace DIV.entryBod {
background: url("./cmn/images/second_area_hr.gif") center bottom no-repeat;
}
DIV#secondArea DIV#banners {
margin: 0 0 10px;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banners DIV.title {
overflow: hidden;
text-indent: -9999px;
height: 34px;
background-position: left top;
background-repeat: no-repeat;
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3 {
margin: 5px 10px;
}
/* ---------- サブメニュー ---------- */
/* title */
DIV#secondArea DIV#subMenu DIV.subMenu DIV.title,
DIV#secondArea DIV#SideNews DIV.title{
overflow: hidden;
display: none;
text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サブパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- List ---------- */
#customPartsCategory ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}

#subMenu ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#subMenu li,
.sideTitle li {
list-style-type: none;
width: 100%;/*IE6の表示バグのため、widthを設定*/
margin: 0;
padding: 0;
background: url("./cmn/images/second_area_hr.gif") center bottom no-repeat;
}
#subMenu li a,
.sideTitle li a {
position: relative;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 0 8px 34px;
background: url("./cmn/images/arrow_001.gif") 10px center no-repeat;
}
#subMenu li a,
#subMenu li a:visited {
color: #333;
}
#subMenu li a:hover {
color: #ddd;
}
/* ---------- バナー ---------- */
/*
 * バナーブロックは "/cmn/css/banner_side_link.css" で指定しています。
 * （※【サイドパーツ : バナー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- ブログパーツ・カスタムパーツ ---------- */
#secondAreaBlogParts,
#secondAreaFreeParts,
#secondAreaCustomParts {}

/* sideBlock */
#secondAreaBlogParts .sideBlock,
#secondAreaFreeParts .sideBlock,
#secondAreaCustomParts .sideBlock{
margin: 0 0 25px;
}
/* 見出し */
#secondAreaBlogParts .sideTitle,
#secondAreaFreeParts .sideTitle,
#secondAreaCustomParts .sideTitle {
}
#secondAreaBlogParts .sideTitle h3,
#secondAreaFreeParts .sideTitle h3,
#secondAreaCustomParts .sideTitle h3 {
text-align: center;
font-size: medium;
color: #171b38;
padding: 15px 5px;
background: #f3f3f3;
}
#secondAreaBlogParts .sideTitle a,
#secondAreaFreeParts .sideTitle a,
#secondAreaCustomParts .sideTitle a {
text-decoration: underline;
color: #fff;
}
#secondAreaBlogParts .sideTitle a:hover,
#secondAreaFreeParts .sideTitle a:hover,
#secondAreaCustomParts .sideTitle a:hover {
text-decoration: none;
}


/* ---------- コンテンツ ---------- */
#secondAreaBlogParts .sideContents,
#secondAreaFreeParts .sideContents,
#secondAreaCustomParts .sideContents {
}


/* ---------- LIST ---------- */
#secondAreaBlogParts .sideContents ul,
#secondAreaCustomParts .sideContents ul{
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#secondAreaBlogParts .sideContents li,
#secondAreaCustomParts .sideContents li{
list-style-type: none;
margin: 0;
padding: 5px 10px;
background: url("./cmn/images/second_area_hr.gif") center bottom no-repeat;
}

#secondAreaBlogParts .sideContents li a,
#secondAreaCustomParts .sideContents li a{
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 8px 0 8px 34px;
    background: url("./cmn/images/arrow_001.gif") 10px center no-repeat;
}

#secondAreaBlogParts .sideContents li li,
#secondAreaCustomParts .sideContents li li,
.sideContents ul#categorytree li li {
padding-left: 1em;
background: url("./cmn/images/li_bg.gif") 5px 12px no-repeat;
}


/* ========== フッター ========== */
DIV#footer {
background:  #fe9e1a;
clear: both;
color: #fff;
}
DIV#footer a {
color: #fff;
}

@media screen and (min-width: 992px) {
DIV#footerInner {
width: 1200px;
margin: 0 auto;
}
}

/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
float: left;
margin:30px 0;
}

#footerAreaLogo p{
font-size:12px;
line-height:1.4;
}

#footerAreaLogo p.address{
font-size:10px;
}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {
float:right;
width:750px;
margin-top:40px;
}
DIV#footer DIV#footerMenu ul {
width:240px;
float:left;
list-style:none;
margin:0 10px 0 0;
padding:0;
}

DIV#footer DIV#footerMenu ul.last{
margin-right:0;
}

DIV#footer DIV#footerMenu ul li {
margin:0;
padding:6px 0 6px 15px;
font-size:14px;
}
DIV#footer DIV#footerMenu ul li a {
padding:0;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 15px 0;
clear:both;
background:#e98700;
color:#fff;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:10px;
margin:0;
}

BR.clear {
clear: both;
}
.center {
text-align: center;
}

/* ==================== ブログ別 装飾 ==================== */

#contents ul.social{
    width: 250px;
    padding-top: 10px;
float:right;
}

#contents ul.social li{
float:left;
list-style:none;
}


/* ==================== トップページ ==================== */
#contents #categoryTop {}
#contents #categoryTop #topNews {
background-color:#ffffff;
}

@media screen and (min-width: 992px) {
#contents #categoryTop #topLatestBlog {
margin:100px auto;
}
#about{
margin:100px auto;
}


}


#contents #categoryTop #topContents {
}

#categoryTop .date {
list-style:none;
margin:0;
padding:0;
}
#categoryTop .date .dateTitle {
}

#categoryTop .date li {
padding: 12px 0 12px 0;
border-bottom:solid 1px #ddd;
}

#categoryTop .date li span.dateTime{
margin-right:15px;
background:#fe9e1a;
padding:1px 10px;
color:#fff;
}

/* ==================== 企業情報 ==================== */
#contents #topcategoryCompany {
background-color:#FFFFFF;
}
#contents #categoryCompany {
background-color:#FFFFFF;
}

#categoryCompany .accessText {
}
#categoryCompany table.accessTable {
float: right;
width: 360px;
}
#categoryCompany #googleMapsArea {
float: left;
margin-bottom: 10px;
width: 380px;
height: 340px;
}


/* ==================== 良くあるご質問 ==================== */
#categoryFaq {
background-color:#ffffff;
}

/* ショートカットメニュー */
#categoryFaq .shortCut dt {
font-weight: bold;
font-size: 100%;
margin: 0 0 .5em;
}
#categoryFaq .shortCut dd {
margin: 0 0 1.5em 10px;
padding-left: 15px;
border-left: 2px dotted #171b38;
}
#categoryFaq .shortCut a {
display: block;
width: 100%;
}
#categoryFaq .shortCut .even a {
background-color: #f3f3f3;
}
/*コンテンツ*/
#categoryFaq .entryOdd {
margin: 0 0 10px;
padding: 10px 10px 0;
}
#categoryFaq .entryEven {
margin: 0 0 10px;
padding: 10px 10px 0;
background-color: #f3f3f3;
}
#categoryFaq .faq_q {
line-height: 1.5;
color: #171b38;
padding: 2px 0 0 35px;
margin: 0 0 4px;
background: url("./cmn/images/faq_q.gif") left bottom no-repeat;
}
#categoryFaq .faq_a {
width: auto;
margin-bottom: 20px;
padding: 5px 0 0 35px;
background: url("./cmn/images/faq_a.gif") left 4px no-repeat;
border-top: 1px dotted #171b38;
}
#categoryFaq p.anchorTop {
margin-bottom: 50px;
}

#business p.imageleft{
float:left;
margin:0 15px 15px 0;
}

#business h4{
display:inline-block;
background:#fff;
color:#fe9e1a;
padding:0;
}