/* 背景指定 他のCSSも効いているので注意 */
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

/* 全体指定 */
.img {
background: url(../images/loader.gif) no−repeat 50% 50%;
}

.imgBox {
background:url(../images/loader.gif) 50% 50% no-repeat;
}

hr#line{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #ccc; /* 線色 */
	height: 1px; /* 高さ */
	margin:0px;
	padding:0px;
}
hr#dot{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #333333; /* 線色 */
	height: 1px; /* 高さ */
	margin:10px 0px 10px 0px;
	padding:0px;
}
hr#dot_white{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #999; /* 線色 */
	height: 1px; /* 高さ */
	opacity:0.3;
    filter: alpha(opacity=30);
    -webkit-transition:opacity .2s linear;
    margin:10px 0px 10px 0px;
	padding:0px;
}
hr#line_gray{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #fcfcfc; /* 線色 */
	height: 1px; /* 高さ */
	opacity:0.3;
    filter: alpha(opacity=30);
    -webkit-transition:opacity .2s linear;
    margin:0px;
	padding:0px;
}

/* ヘッダー指定 */
#header {
  position:absolute;
  z-index: 2;
  width:100%;
  height:90px;
  background:url(../images/headder_background01.gif) no-repeat center top;
}
#header .inner {
  width:980px;
  height:90px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
#header .inner #logo {
  float:left;
  font-family: 'Dancing Script', cursive;
  margin:16px 0px 20px 0px;
}
/* ホバーエフェクト用CSS3 */
#header .inner #logo img {
    border: none;
    opacity:1.0;
    -webkit-transition:opacity .2s linear;
}
#header .inner #logo a:hover img {
    opacity:0.4;
    filter: alpha(opacity=40);
    -webkit-transition:opacity .2s linear;
}

/* トップページスライド画像指定 */
#slideshow {
   position:absolute;
   z-index: 1;
   width:100%;
   height:565px;
   margin:0px 0px 0px 0px;
   top:0px;
}
#slideshow li {
   position:absolute;
   height:565px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
}

/* トップページスライド上の表示指定 */
#top {
  padding: 200px 0px 0px 0px;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
}
#top h1 {
  position: absolute;
  z-index:3;
  background: #;
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transition:opacity .2s linear;
  width: 980px;
  height: 30px;
  margin: -80px 0px 0px 0px;
  padding:0px;
  font-family: 'Grand Hotel', cursive;
  font-weight: 400;
  font-size: 140px;
  line-height:110px;
  letter-spacing:2px;
  color:#fff;  
}
#top h1 small {
  margin: 0px 0px 0px 0px;
  padding-top:0px;
  font-weight: bold;
  font-size: 40px;
  line-height:50px;
  letter-spacing:6px;
  color:#fff;  
}
#top h1 span {
  position: absolute;
  z-index:4;
  top: 85px;
  width: 980px;
  left: 0px;
  text-align: center;
} 


/* ホワイト背景部分の表示指定 */
#contents_white {
  clear:both;
  border-top: #ccc 0px solid;
  background:url(../images/mainpict_oth01.jpg) no-repeat center bottom;
  height:400px;
  padding: 0px 0px 0px 0px;
}
#contents_white .inner {
  position: relative;
  padding: 50px 0;
  width:980px;
  margin:auto;
}
#contents_white #all {
  float:left;
  width: 980px;
  margin:0px 0px 0px 0px;
}
#contents_white .inner h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin:0 auto;
  z-index:3;
  background: #;
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transition:opacity .2s linear;
  width: 980px;
  height:30px;
  background-color:#;
  margin: 0px 0px 0px 0px;
  padding:0px;
  font-family: 'Grand Hotel', cursive;
  font-weight: 400;
  font-size: 50px;
  line-height:40px;
  letter-spacing:2px;
  color:#000;
  text-align: right;
}
#contents_white .inner h2 small {
  margin: 0px 0px 0px 0px;
  padding-top:0px;
  font-weight: bold;
  font-size: 14px;
  line-height:16px;
  letter-spacing:6px;
  color:#000;  
}




/* コンテンツ部分の表示指定 */
#content {
  background: #fefdef;
  border-top: #ccc 0px solid;
}
#content .inner {
  position: relative;
  padding: 50px 0;
  width: 980px;
  margin: auto;
}
.inner {
  width: 980px;
  margin: auto;
}

#content .inner h1 {
  width:253px;
  height:49px;
  background:url(../images/title_background01.png) no-repeat center top;
  margin:10px auto 10px auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height:48px;
  text-align: center;
  color:#333;
  /* border-bottom: #ffe300 4px solid; */
}
#content .inner h2 {
  width:253px;
  height:49px;
  margin:10px auto 0px auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height:48px;
  text-align: center;
  color:#333;
  /* border-bottom: #ffe300 4px solid; */
}
#content .inner p {
  float:left;
  font-size:14px;
  line-height: 22px;
  margin-bottom: 0px;
  color:#333;
  letter-spacing:1px;
}
#content .inner p a {
	color:#333;
    text-decoration:none;
}
#content .inner p a:hover {
	color:#ccc;
    text-decoration:underline;
}
#content .inner p#big_big {
  font-size:22px;
  line-height: 32px;
  font-weight:bold;
}
#content .inner p#big_mid {
  font-size:16px;
  line-height: 32px;
  font-weight:bold;
}
#content .inner p#big_rss {
  font-size:15px;
  line-height: 15px;
  font-weight:bold;
}
#content .inner p#small {
  font-size:13px;
  line-height:18px;
  font-weight:normal;
  font-family: 'Montserrat', sans-serif;
}
#content .inner p#small_rss {
  margin:4px 0px 0px 0px;
  font-size:12px;
  line-height:18px;
  font-weight:normal;
  font-family: 'Montserrat', sans-serif;
}
#content .inner p#small_small {
  font-size:12px;
  line-height:18px;
  font-weight:normal;
  font-family: 'Montserrat', sans-serif;
}
#content .inner p#small_text {
  font-size:10px;
  line-height:14px;
  font-weight:normal;
  letter-spacing:0px;
  text-align:center;
}
#content .inner p#box_rss{
  float:left;
  width:66px;
  font-size:12px;
  line-height: 12px;
  margin-bottom: 0px;
  text-align:center;
  color:#333;
  margin: 0px 10px 0px 0px;
  padding:6px 2px 6px 2px;
  background-color: #facc29;
  font-family: 'Montserrat', sans-serif;
}
#content .inner p#blog_box {
  width:253px;
  height:49px;
  background:url(../images/title_background01.png) no-repeat center top;
  margin:10px auto 10px auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height:48px;
  text-align: center;
  color:#fff;
  /* border-bottom: #ffe300 4px solid; */
}
#content .inner p#blog_genre {
  float:left;
  font-size:14px;
  line-height: 30px;
  margin-bottom: 0px;
  color:#333;
  letter-spacing:1px;
  margin:0px 0px 0px 10px;
  z-index:10;
}
#content .inner p#blog_genre a {
	color:#333;
    text-decoration:none;
}
#content .inner p#blog_genre a:hover {
	color:#ccc;
    text-decoration:underline;
}
#content .inner p#blog_text {
    float:left;
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    text-align:left;
    text-decoration:none;
    font-weight:normal;
    color:#333;
    font-size:14px;
    line-height:24px;
}
#content .inner p#blog_text a {
    color:#333;
    text-decoration:none;
}
.contents  p#blog_text a:hover {
    color:#cfa972;
    text-decoration:underline;
}



/* コンテンツ部分ulリストの表示指定 */
#content .inner ul#all {
  clear:both;
  width:980px;
  margin:0px auto 0px auto;
  padding: 0px;
}
#content .inner ul#all li {
  float:left;
  display:inline;
  list-style-type:none;
}

#content .inner ul#left {
  float:left;
  margin:0px auto 0px auto;
  padding: 0px;
}
#content .inner ul#left li {
  float:left;
  display:inline;
  list-style-type:none;
}

#content .inner ul#right {
  float:right;
  margin:0px auto 0px auto;
  padding: 0px;
}
#content .inner ul#right li {
  float:left;
  display:inline;
  list-style-type:none;
}


/* トップブログRSSの表示指定 */
#content .inner ul#right li#rss {
  float:left;
  width:100%;
  height:130px;
  margin:0px 0px 16px 0px;
  padding:0px;
  border-bottom: solid 1px #000;
}


/* 会社概要dt dd指定のCSS */
#content .inner ul#all dl#company {
	float:left;
	width:580px;
	margin:0px 0px 6px 0px;
	padding:3px 0px 0px 0px;
	background-color:#;
    text-align:center;
    color:#fff;
}
#content .inner ul#all dl#company dt{
  float:left;
  width:90px;
  margin: 0px 0px 6px 0px;
  padding:0px 0px 0px 0px;
  font-weight: normal;
  font-size: 15px;
  line-height:36px;
  letter-spacing:0px;
  color:#333;  
  text-align:left;
  border-bottom:dotted 1px #d2b48c; 
}
#content .inner ul#all dl#company dd{  
  float:left;
  width:480px;
  margin: 0px 0px 6px 0px;
  padding:0px;
  font-weight: normal;
  font-size: 15px;
  line-height:36px;
  letter-spacing:0px;
  color:#333;  
  text-align:left;
  border-bottom:dotted 1px #d2b48c; 
}
#content .inner ul#all dl#company dd a{  
  color:#ff6c54;  
  text-decoration:none;
}
#content .inner ul#all dl#company dd a:hover{  
  color:#333;
  text-decoration:underline;
}

/* Q&A部分のCSS */
#wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;   /*全体の中央寄せ*/
}
#container {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}
#container .item {
  width:316px;
  margin: 0px 4px 30px 4px;
  padding:0px 15px 15px 10px;
  font-weight: normal;
  font-size: 15px;
  line-height:36px;
  letter-spacing:0px;
  color:#333;  
  text-align:left;
  border: solid 6px #fbf5da; 
  background-color:#fff;
}
#content .inner ul#all dl#qa {
	float:left;
	width:300px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	background-color:#;
    text-align:center;
    color:#fff;
}
#content .inner ul#all dl#qa dt{
  float:left;
  width:52px;
  margin: 0px 0px 12px 0px;
  padding:0px 0px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  line-height:22px;
  letter-spacing:0px;
  color:#333;  
  text-align:left;
  border-bottom:dotted 0px #d2b48c; 
}
#content .inner ul#all dl#qa dd{  
  float:left;
  width:230px;
  margin: 0px 0px 12px 0px;
  padding:0px;
  font-weight: normal;
  font-size: 13px;
  line-height:22px;
  letter-spacing:0px;
  color:#333;  
  text-align:left;
  border-bottom:dotted 0px #d2b48c; 
}
#content .inner ul#all dl#qa dd a{  
  color:#ff6c54;  
  text-decoration:none;
}
#content .inner ul#all dl#qa dd a:hover{  
  color:#333;
  text-decoration:underline;
}



















/* ページトップボタン部分のCSS */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* フッター部分のCSS */
.footer {
    clear:both;
	width: 100%;
	height:230px;
	background-color: #373737;
	margin:0px 0px 0px 0px;
	padding: 0px;
}

/* ホバーエフェクト用CSS3 */
.footer img {
    border: none;
    opacity:1.0;
    -webkit-transition:opacity .2s linear;
}

.footer a:hover img {
    opacity:0.5;
    filter: alpha(opacity=70);
    -webkit-transition:opacity .2s linear;
}
/* ホバーエフェクト用CSS3※非対応ブラウザ用 */
.no-csstransitions .fadeButton a:hover{
    opacity:0;
}

.footer_contents {
	width: 980px;
	margin:0px auto 0px auto;
	padding: 0px;
}

.footer_contents ul#all {
	float:left;
	width: 980px;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.footer_contents ul#all li#logo {
	float:left;
	width:200px;
	height:180px;
	margin:-36px 0px 0px 390px;
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
}
.footer_contents ul#all li#sns {
	float:left;
	width:200px;
	margin:10px 0px 14px 420px;
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
}
.footer_contents ul#all li#copyright {
	float:left;
	width:980px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
    line-height:18px;
    text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
}

