@charset "utf-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both;}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
	}
	
.navbar-brand {
  float:none;
  padding: 0px;
  line-height: 0px;
	}	

.form-control {
  height: auto;
  padding: 14px;  
	}

textarea.form-control {
  height:150px;
  width:100%;
	}

.btn i{ margin-right:5px;}
@media (min-width: 768px) {.btn{ padding:10px;}}

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

/* 全体構造
---------------------------------------------------- */
html, body, 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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}

.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
	}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
	}

.clear{clear:both !important;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
	}

body{
	font-size:95%;/* 基本のフォントサイズ */
	line-height:1.7em;/* 基本の行間 */
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	overflow-x: hidden;
	}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#333}
.imglink a:hover img{
    opacity: 0.6;
    transition: all 0.6s ease 0s;
    -webkit-transition: 0.6s ease-in;
    filter: alpha(opacity=60);
	}

/* index.html
---------------------------------------------------- */
.part01{padding:0}
@media (min-width: 768px) {.part01{padding:0}}
@media (min-width: 992px) {.part01{padding:0}}

#header{}
.main img{ margin: 0; padding: 0;}
.bg1{background:url(../images/bg.jpg) no-repeat scroll 50% 0% / cover}

/* main js
---------------------------------------------------- */
#top_scroll {
	width: 100%;
	height:100px;
	position: relative;
}
#top_scroll{ height:170px;}
@media (min-width: 768px) {
	#top_scroll{ height:540px;}
}
@media (min-width: 992px) {
	#top_scroll{ height:540px;}
}
@media (min-width: 1200px) {
	#top_scroll{ height:540px;}
}

.naviarea .col-xs-6{
	margin:0;
	padding:0;
	}

/* index
---------------------------------------------------- */
.bg1{ background:url(../images/bg1.jpg) no-repeat scroll 50% 0% / cover}
.bg2{ background:url(../images/bg2.jpg) no-repeat scroll 50% 0% / cover}
.bg3{ background:url(../images/bg3.jpg) no-repeat scroll 50% 0% / cover}


/* jquery
---------------------------------------------------- */
.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}

.cb-header .col-xs-6{
	margin:0;
	padding:0;
	}

/* スクロールでナビ表示
---------------------------------------------------- */
#navibar{
	background:#fff;/*ナビ背景色*/
	width: 100%;
	height: 30px;
	z-index: 100;
}
@media (min-width: 768px) {
	#navibar{
		background:#fff;/*ナビ背景色*/
		width: 100%;
		height: 55px;
		overflow:hidden;
		z-index: 100;
	}
}
@media (min-width: 992px) {
	#navibar{
		background:#fff;/*ナビ背景色*/
		width: 100%;
		height: 55px;
			overflow:hidden;	
		z-index: 100;
	}
}
.scroll-header {
	position: fixed; /* 固定 */
	top: 0; /* 上から0の位置に固定 */
	left: 0; /* 左から0の位置に固定 */
	display: none; /* 非表示 */
}

/* pagetop
---------------------------------------------------- */
#pagetop {position: fixed; bottom:20px; right:20px; z-index:100; }