/*===============================================*/
/*画面の横幅が768px以下（スマホ用）のCSS*/
@media screen and (max-width: 768px){
/*===============================================*/

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

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝全体の枠組み構造＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
	background-color:#000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝全体の枠組み構造ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/* スライダー画像レイアウト
===================================*/

.bxslider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

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

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


/* ページャー
===================================*/

.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: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

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





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝TOPページ中央の設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#main{
	background-color:#fff;
	width:100%;
	/*width:100%;*/
}


h1 img{
	 width:100%;
}


#categoryV{
	width:100%;
	margin:0 auto;
}/*各ページヘッダーロゴ下帯の部分*/

#mainP{
	width:90%;
	/*margin:20px;*/
	margin:0px auto;
	padding:20px 0 ;
}


#mainP h2{
	font-weight:bolder;
	font-size:20pt;
	/*font-size:3.0rem;*/
	text-align:center;
	margin-top:10px;
	color:#8e01b4;
}

#mainP p{
	font-size:10px;
	margin-bottom:40px;
}


#comentBnr{
	width:80%;
	margin:50px auto 40px auto;
}

#comentBnr img{
	width:100%;
}



#gNav{
	width:90%;
	margin:0 auto;
	height:40px;
	line-height:38px;
}


#gNav a{
	color:#fff;
	text-decoration:none;
	font-size:2vw;
	font-weight:bold;
}

#gNav a:hover{
	text-decoration:underline;
	color:red;
}

#gNav li{
	float:left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width:24%;
	height:auto;
	white-space:nowrap;
}


#gNav li+ li{
  border-left: 0;
  border-right: 1px solid #333;
}




#speccialcontents{
	width:100%;
	height:auto;
	background:url(../img/contentbackground.jpg) no-repeat center center;
	margin:0 auto;
}

#speccialcontents2{
	width:100%;
	height:auto;
	background:url(../img/contentbackground_2.jpg) no-repeat center center;
	margin:0 auto;
}

.titleImg {width:90%; margin:0 auto; }
.titleImg img{width:100%; margin-top:10px; margin-bottom:10px;}

#speccialcontents h2{
	color:#FFF;
	font-family:impact,sans-serif;
	text-align:center;
	font-size:25px;
	padding-top:20px;
}

#contentmenu{
	width:90%;
	/*margin:20px;*/
	padding-bottom:10px;
}

.setsumei{text-align:left;}

.setsumei2{text-align:left; margin-bottom:20px;}
.setsumei3{text-align:center; font-size:12px; color:#DF772B; font-weight:bold;}
.setsumei4{text-align:left; font-size:12px; font-weight:bold;}
.setsumei5{text-align:right; font-size:7px;}

#syuku01{
	width:100%;
	float:left;
	text-align:center;
	border-width: 2px 2px 2px 2px; /* 太さ1px */
	border-color:white;   /* 線色を白色に */
	border-style: solid; /* 線種を破線に */
	margin:20px 0;
	padding:10px 0;
}

#syuku02{
	width:100%;
	float:left;
	text-align:center;
	border-width: 2px 2px 2px 2px; /* 太さ1px */
	border-color:white;   /* 線色を白色に */
	border-style: solid; /* 線種を破線に */
	margin:10px 0;
	padding:10px 0;
}

#syuku03{
	width:100%;
	float:left;
	text-align:center;
	border-width: 2px 2px 2px 2px; /* 太さ1px */
	border-color:white;   /* 線色を白色に */
	border-style: solid; /* 線種を破線に */
	margin:10px 0 30px 0;
	padding:10px 0;
}

#syuku04{
	width:100%;
	text-align:center;
	border-width: 2px 2px 2px 2px; /* 太さ1px */
	border-color:white;   /* 線色を白色に */
	border-style: solid; /* 線種を破線に */
	margin:10px auto;
	padding:5px 0;
	box-sizing:border-box; /* CSS3 IE8 Opera8 */
    -moz-box-sizing: border-box; /* Mozilla系 */
    -webkit-box-sizing: border-box; /* Safari Chrome系 */
}


#ga{
	width:100%;
	height:auto;
	background-color:#000;
	padding-bottom:30px;
	padding-top:30px;
}


#gain{
	width:90%;
	/*margin:20px;*/
	padding-bottom:20px;
}

#gain h2{
	color:#8e01b4;
	font-family:impact,sans-serif;
	text-align:center;
	font-size:20px;
	padding-top:40px;
	font-weight:bolder;
}

#gain h3{
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	font-weight:bold;
}

#gain .s1{
	width:100%;
	margin:20px 0 0 0;
}
#gain .s1 img{
	width:100%;
}
#gain .s2{
	width:100%;
	margin: 0 auto;
}
#gain .s2 img{
	width:100%;
}

#gain .s3{
	width:100%;
	margin:0px 0 0 0;
}
#gain .s3 img{
	width:100%;
}

#ga2{
	width:100%;
	height:auto;
	background-color:#333;
}

#gain2{
	width:90%;
	/*margin:20px;*/
	padding-bottom:20px;
}

#gain2 h2{
	color:#FFF;
	font-family:impact,sans-serif;
	text-align:center;
	font-size:25px;
	padding-top:40px;
}

#mag{
	width:100%;
	float:left;
	margin-right:30px;
}

#mag img{
	max-width:100%;
}

/*ギャラリーの定義*/

#galleryPhoto {width:100%; margin:10px 0;}
.gImg {width:46%; height:auto; float:left; margin-bottom10px; margin-right:0px;}
.gImg img{max-width:100%; height:auto;}
.gImg2 {width:46%; height:auto; float:right; margin-bottom:10px; margin-right:0px;}
.gImg2 img{max-width:100%; height:auto;}
.gTxt {font-size:13px;}


#r1_box{
	width:100%;
	margin:0 auto;
}

#r2{
	width:100%
	margin:0 auto;
}

#r3{
	width:100%
	margin:0 auto;
}

#acc1 h2{
	font-family:impact,sans-serif;
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
	padding-top:0px;
}


#lg1{
	/*margin-right:20px;*/
	clear:both;
}

#lg2,#lg3{
	padding-top:5px;
	/*margin:10px;*/
	clear:both;
}

#lg1 img{
	width:100%;
	margin:0 auto;
	height:auto;
	
}

#lg2 img{
	width:100%;
	height:auto;
	}

#lg3 img{
	width:100%;
	height:auto;
}

#acc{
	background-color:#333;
	padding-bottom:0px;
}

#acc1{
	padding-top:30px;
	width:95%;
}



#leftcontent{
	width:100%;
	margin:0 auto;
	height:auto;
	/*float:left;*/
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#rightcontent{
	width:100%;
	margin:10px auto;
	height:auto;
	border-width: 1px 0px 0px 0px; /* 太さ1px */
	border-color:gray;   /* 線色を灰色に */
	border-style: solid; /* 線種を破線に */
	padding-top:10px;
	/*float:right;*/
}

.add{
	text-align:left;
	font-size:13px;
}

.add1{
	text-align:left;
	font-size:20px;
	font-weight:200;
}

.add2{
	text-align:center;
	font-size:18px;
	margin-left:0px;
}

#r2_left{
	float:left;
}

#r2_left img{
	width:100%;
	height:auto;
}

#r2_right{
	float:left;
	margin-left:20px;
}


#r3_left{
	float:left;
	
}

#r3_right{
	float:left;
	margin-left:20px;
}

#r3_left img{
	width:100%;
	height:auto;
}

/* サイズ表 ----------------------------------------------------------------- */
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

table.size_table {
    width: 700px;
    border-collapse: collapse;
    margin:50px 0;
    font-size: 10px;
}

tr.size_header {
    line-height:1.5em;
    font-size: 10px;
    height: 40px;
}

td.size_header1A {
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    background: #333;
    text-align: left;
    width: 100px;
    padding: 2px 2px 2px 10px;
}
td.size_header1B {
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    background: #333;
    text-align: left;
    width: 100px;
    padding: 2px 2px 2px 10px;
}
td.size_header1C {
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    background: #333;
    text-align: left;
    width: 500px;
    padding: 2px 2px 2px 10px;
}
td.size_header1D {
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    background: #333;
    text-align: left;
    width: 100px;
    padding: 2px 2px 2px 10px;
}

td.size_header2 {
    border-left: #666 1px solid;
    border-bottom: #666 1px solid;
    border-right: #666 1px solid;
    text-align: left;
    padding: 2px 2px 2px 10px;
}



/* COMPANY ----------------------------------------------------------------- */

table.company_table {
    width: 100%;
    border-collapse: collapse;
    margin:50px 0;
}



tr.company_header {
    line-height:1.5em;
    font-size: 13px;
    height: 40px;
}

td.company_header1 {
    border-top: #c9c9c9 1px solid;
    border-bottom: #c9c9c9 1px solid;
    border-left: #c9c9c9 1px solid;
    border-right: #c9c9c9 1px solid;
    background: #000;
    text-align: left;
    width: 30%;
    padding: 2px 2px 2px 10px;
    color:#fff;
}

td.company_header2 {
    border-top: #c9c9c9 1px solid;
    border-bottom: #c9c9c9 1px solid;
    border-right: #c9c9c9 1px solid;
    text-align: left;
    width: 70%;
    padding: 2px 2px 2px 10px;
    
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝#footerの設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer{
	background:#000;
	width:100%;
	text-align:center;
}

#fNav{
	display: inline-block;
	/*padding:80px;*/
}

#sns{
	margin:40px auto;
	width:130px;
}
#sns .sns1{
	width:50px;
	margin-right:30px;
	float:left;
}
#sns .sns2{
	width:50px;
	float:left;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝#footerの設定ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* トップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* ロールオーバーで画像ホワイト */
a.overwhite{
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}


/* ------------------スペシャルニュース情報-------------------- */

#news2_title {
	color: #ff0000;
	font-weight:bold;
	font-size:16px;
}

#newslistBox {
	width:100%;
	height:15px;
}


#news_date {
	color: #ff009c;
	font-weight:bold;
	font-size:10px;
}


#news_text2 {
	color: #ff0000;
	line-height:1.0em;
	font-size:10px;
}

#news_textBox {
	color: #fff;
	line-height:2.5em;
	border-bottom:solid #666 1px;
}

#contents_text{
	font-size:12px;
	line-height:1.5em;
}

#gallery2{width:100%; float:left; margin:20px 0;}
#gallery2 img{
width:100%;
height:auto;
}



#spTable{width:100%; height:auto; float:left; margin:20px 20px 0px 0; text-align: center; }

#sptables table {
width:100%;
height:auto;
background-color: #000;
}

#spTable img {
width:auto;
height:auto;
vertical-align: middle;/*IE7*/
}


#news_next_button {
    width: 30%;
    margin: 0 auto;
    margin: 30px 0 50px 0;
    text-align:center;
}

/*ニュース更新の定義*/
#newsZone {
	position: relative;
    width: 100%;
    padding:calc(115 / 560 * 100%) 0 0;
	
	height:100px;
	}
	
#newsZone iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

#newsZ2 {width:100%; 
	height:100%; 
}
#newsZone2 {
	position: relative;
    width: 100%;
    padding:calc(115 / 560 * 100%) 0 0;
	
	height:100px;
	}
	
#newsZone2 iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

#news_title h2{font-size:14px;}

#news_text {height:500px;}

.infoImg {width:100%; margin:10px 0;}
.infoImg img {width:100%; height:auto; margin-left: auto;
	margin-right: auto;}
	
#snsL{display:none;}
#snsR{width:100%;}
.spbImg{width:100%; margin-top:10px;}
.spbImg2{width:100%; margin-top:10px;}

.spbImg3{width:49%; margin-top:10px; float:left;}
.spbImg4{width:49%; margin-top:10px; float:right;}

.topL{
	width:100%;
	height:150px;
	float:none;
	margin:0 auto;
	padding:20px 0;
	clear:both;
	overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
}
.topL iframe{
	width:100%;
	height:100%;
	border:none;
      display:block;
}

.leftBox{
	width:100%;
	height:auto;
	float:left;
}
.leftBox img{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}
.rightBox{
	width:100%;
	float:none;
	margin-top:20px;
	font-size:12px;
}

/*===============================================*/
}
/*画面の横幅が768px以下（スマホ用）のCSS*/
/*===============================================*/

