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

body {
	
	background-color: #F6F6F7;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	
	
}

a img:hover {
         opacity: 0.6;
         filter: alpha(opacity=60);
}


a  {
      border: none;
      text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.4s ease-in-out;


}




p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:10pt;
	font-weight:normal;
	line-height:18pt;
	color:#000000;
}


.title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size:13pt;
	font-weight:normal;
	line-height:18pt;
	color:#636363;
padding: .75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

}


.title2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size:13pt;
	font-weight:normal;
	line-height:pt;
	color:#636363;
padding: .5em .75em;
  background-color: #DBDBDB;
  border-radius: 6px;

}


.keyword{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:10pt;
	font-weight:normal;
	line-height:pt;
	color:#7A7A7A;
padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
}



.style1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:8pt;
	font-weight:normal;
	line-height:18pt;
	color: #FC5052;
}

.style2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:8pt;
	font-weight:normal;
	line-height:8pt;
	color: #676767;
}


.style3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:10pt;
	font-weight:normal;
	line-height:18pt;
	color:#000000;
}


.new {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:8pt;
	font-weight:normal;
	line-height:18pt;
	color:#FF7575;
}

.mini {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:8pt;
	font-weight:normal;
	line-height:18pt;
	color:#000000;
}



table{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size:10pt;
	font-weight:normal;
	line-height:18pt;
	color:#000000;
	
	
}


/*トップページFB*/
.fb{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}

.fb iframe{
  width: 100% !important;
}



/*ロゴのデザイン*/
.site-logo{
	margin:0;
	padding:16px 26px;
	background-color:#F6F6F7;

}

/* ロゴスマホサイズ*/
.site-logo img{
	display:block;
	height:auto;
}

/*ロゴタブレットサイズ*/
@media (min-width: 500px) {
	.site-logo img{
		height:auto;
	}
}

/*ロゴパソコンサイズ*/
@media (max-width: 500px) {
	.header{
		height:auto;
	}
}

/*ヘッダーデザイン*/
.header-container{
	max-width: 1200px;
	margin:0 auto;
}

@media (max-width:900px){
	.navbar-wrap{
		position:absolute;
		top:0;
		right:0;
		left:0;
	}
}


/*3*/

/*ナビゲーションメニューデザイン*/
.navbar-default{
	border-width:0;
	background-color: ##F6F6F7;
}

/*タブレット*/
@media (min-width:768px){
	.navbar-default{
		background-color: ##F6F6F7;
	}
}


/*メニューアイテムのフォント*/
.navbar-default .navbar-nav > li{ 
	font-family:"Times New Roman", Times, "serif";
	font-size:16px;
	letter-spacing:.025em;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li >
a{
	color:#000;
}

/*タブレット*/
@media (min-width:768px){
	.navbar-default .navbar-nav>li
	>a {
		line-height:30px;
	}
}
/*スマホ開閉ボタン*/
.navbar-default .navbar-toggle{
	margin-top:16px;
	margin-bottom:16px;
	background-color:#fff;
}


/*4*/

/*ナビゲーションメニューのデザイン*/
.menu-global{
	background-color:##F6F6F7;
}
/* タブレット*/
@media (min-width:768px){
	.menu-global{
		margin:20px 0 0;
	}
}
/*タブレット*/
@media (min-width:768px){
	.menu-global-min>li{
		position:relative;
	}

/*メニューアイテムのセパレータの作成*/
.menu-global-main>li:before{
	line-height:1;
	position:absolute;
	top:0;
	bottom:0;
	left:-.125em
 /* 各アイテムの手前にセパレータを表示*/
	display:block;
	width:1em;
	height:1em;
	margin:auto;
	content:"/";
	vertical-align:middle;

}

/*一つめのアイテムにはセパレータを表示しない*/
.manu-global-main>li:first-
child:before{
	display:none;
	content:"";
}
	
}
.menu-global-sns li{
	float:left;
}
/*フッター*/
.footer　{
	border-top:0px solid #604535;
}
/*トップに戻るボタン*/
.footer-totop{
	padding:12px 0;
}
/*コピーライトテキスト*/
.footer-copy{
	padding:18px 0;
	color:#fff;
	background-color: #604535;
}
.footer-copy p{
	margin:0 auto;
}


/*メインビジュアル*/

.container main{
	margin-right:auto;
	margin-left:auto;
}


@media(min-width:992px)and
	(max-width:1199px){
		.container main{
			padding-right:15px;
			padding-left:15px;
		}

}


.infomation{
	margin:0;
	padding:0px 10px 0px 10px;
}

.box{
	margin:0;
	padding:5px 5px 5px 5px;
}


.row feature{
	margin:0;
	padding:0px 0px;
}









/*トップページスライダー画像*/
#slide {
width:830px;
height:521px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}




/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}



