@charset "utf-8";

/* *******************************************************************************
   * トップページ
********************************************************************************** */

.newstitle{
	width:100%;
	text-align: center;
	padding:10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:38px;
	font-weight: bold;
	color:#000;
	background:;
}

/*--bxslider----------------------------------------*/
.bxslider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}

.bx-viewport {
    max-height: 500px;
}

/*--pager-------------------------------*/

.bx-pager {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 0px;
    outline: 0;
    border-radius:0px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}

.topbox {
	position: absolute;
	z-index: 100;
	top:200px;
	right:20px;
	width:760px;
}

.topbar {
	width:auto;
	height:50px;
	background:#fff;
	text-align:center;
}


.snsbox {
	max-width:650px;
	height:50px;
	background:;
	text-align:center;
	padding-top:10px;
	margin-left:auto;
    margin-right:auto;
}

