@charset "utf-8";
/* CSS Document */

/*web font*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Global Styles */
html { width: 100%; height: 100%; font-size: 62.5%;}
body { width: 100%; height: 100%; font-size: 14px; line-height: 175%; color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; margin: 0px; padding: 0px;}
h1 { font-size: 28px; line-height: 120%;}
h2 { font-size: 30px; line-height: 120%;}
h3 { font-size: 26px; line-height: 150%;}
h4 { font-size: 22px; line-height: 125%;}
h5 { font-size: 20px; line-height: 125%;}
h6 { font-size: 16px; line-height: 125%;}
.minchou {font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.float-clear {clear: both;}
.font-arial {font-family: Arial, Helvetica, sans-serif;}
.font-gosic {font-family: "メイリオ", Meiryo, Osaka, sans-serif;}
.kyocho{ font-size:160%;}
.aline-right{text-align: right;}
.aline-center{text-align: center;}

.nomal-table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.nomal-table tr th  {
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	padding: 3px;
}
.nomal-table tr td {
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFF;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

/*スペース*/
.bt-sp10 {margin-bottom: 10px!important;}
.bt-sp20 {margin-bottom: 20px!important;}
.bt-sp30 {margin-bottom: 30px!important;}
.bt-sp40 {margin-bottom: 40px!important;}
.bt-sp80 {margin-bottom: 80px!important;}

/*bootstarp上書き*/
.container-fluid {
	padding-right:-15px!important;
    padding-left:-15px!important;
}
.btn-primary {
    color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
}

/*文字を消して画像にしたいときのクラス*/
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*際限なく拡大する画像*/
.max-img {
	width:100%;
	height:auto;
}

/*グリッドシステムのガター調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:0px;
	}
.row-10 {
	margin-left:-5px;
	margin-right:-5px;
}
.row-10 > div{
		padding-right:5px;
		padding-left:5px;
		padding-bottom:5px;
	}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div{
		padding-right:10px;
		padding-left:10px;
		padding-bottom:20px;
	}
.row-30 {
	margin-left:-15px;
	margin-right:-15px;
}
.row-30 > div{
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
	}
.row-40 {
	/*margin-left:-20px;
	margin-right:-20px;*/
}
.row-40 > div{
		padding-right:20px;
		padding-left:20px;
		padding-bottom:20px;
	}

/*---------------------------------------------*/
/*追加グリッド                                 */
/*---------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
}

.col-xs-15 {
width: 20%;
float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}

/*比率を保って拡大・縮小処理*/
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.ratio-7_3:before {
    content: "";
    display: block;
    padding-top: 30%; /* 7:3 */
}
.ratio-8_2:before {
    content: "";
    display: block;
    padding-top: 20%; /* 8:2 */
}
.ratio-1_2:before {
    content: "";
    display: block;
    padding-top: 200%; /* 1:2 */
}
.ratio-4_3:before {
    content: "";
    display: block;
    padding-top: 75%; /* 4:3 */
}
.ratio-16_9:before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.ratio-8_5:before {
    content: "";
    display: block;
    padding-top: 62.5%; /* 8:5 ≒ 黄金比 */
}

/*------------------------------------------------------------------*/
/*   上に戻るボタンスタイル                                         */
/*------------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index: 5;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*---------------------------------------------*/
/*印刷時リンクが出るのを消す                   */
/*---------------------------------------------*/
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  #float-menu,
  #second-menu {
	  display:none!important;
  }
	nav {
		display: none;
	}
}