jquery.bxslider.css

/*↓多言語対応↓*/
<style type="text/css">
 /* === ラジオボタンは非表示 ================== */
#langChenge input[type="radio"]{display:none;}

 /* === 各ラジオボタンのラベルをボタンに変更 == */
#langChenge label{
  display    : inline-block;
  border     : 1px solid #ccc;
  box-shadow : 2px 2px #999;
  padding    : 2px 6px;
}
 
 /* === 選択されていない言語は非表示にする ==== */
#langJa:not(:checked) ~ * *:lang(ja) {
  display    : none;
}
#langEn:not(:checked) ~ * *:lang(en) {
  display    : none;
}
#langZh:not(:checked) ~ * *:lang(zh) {
  display    : none;
}
#langko:not(:checked) ~ * *:lang(ko) {
  display    : none;
}
 
 /* === 選択されている言語のラベル色を変更 ==== */
#langJa:checked ~ label[for="langJa"] {
  background : #ffa64d;
}
#langEn:checked ~ label[for="langEn"] {
  background : #ffa64d;
}
#langZh:checked ~ label[for="langZh"] {
  background : #ffa64d;
}
#langko:checked ~ label[for="langko"] {
  background : #ffa64d;
}
</style>

/* IE */
@font-face {
font-family:"PixelMplus12-Regular";
src: url(../font/PixelMplus12-Regular.ttf);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:"PixelMplus12-Regular";
src: url(../font/PixelMplus12-Regular.ttf) format("truetype");
}



/*↓index～汎用↓*/
*{
	box-sizing:border-box;
	font-family:"PixelMplus12-Regular","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:110%;
}


body{
	background-color:#000;
	background-image:url(../images/map.jpg);

}

#header{
	height:200px;
	background-image:url(../images/head_back.jpg);
	margin-bottom:10px;
}
#head_inner{
	margin:0 auto;
	width:960px;
	padding:10px;
	font-size:100%;
}

#mail{
	display:block;
	float:right;
}

/*SNS button*/
#socialbuttons div {
  margin-top:5px;
  float:left;
}
#socialbuttons{
	margin:0 0 0 0;
}

#head_navi{
	display:block;
	width:960px;
	height:70px;
	margin:0 auto 20px;
}
#head_navi li{
	float:left;
	margin:0 8px;
	display:inline-table;
	vertical-align:middle;
}

#head_navi a{
	display:table-cell;
	vertical-align:middle;
	height:70px;
	width:102px;
	text-align:center;
}

#head_navi a p{
	color:#fff;
	text-shadow:1px 1px 4px rgba(0,0,0,1);
	font-weight:bold;
	text-decoration:none;
	font-size:55%;
	margin:40px 0 0;
	background-color:rgba(0,0,0,0.5);
}

#navi_icon1 a{
	background-image:url(../images/icon_1.png);
}
#navi_icon2 a{
	background-image:url(../images/icon_2.png);
}
#navi_icon3 a{
	background-image:url(../images/icon_3.png);
}
#navi_icon4 a{
	background-image:url(../images/icon_4.png);
}
#navi_icon5 a{
	background-image:url(../images/icon_5.png);
}
#navi_icon6 a{
	background-image:url(../images/icon_6.png);
}
#navi_icon7 a{
	background-image:url(../images/icon_7.png);
}
#navi_icon8 a{
	background-image:url(../images/icon_8.png);
}


#head_navi a:hover{
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}



#head_navi a:hover{
}


#main{
	margin:0 auto;
	background-color:#000;
	text-align:center;
	width:1000px;
	padding:20px 20px;
}


#slider1{
	width:900px;

}

.dq_div{
	border:3px solid #fff;
	background-color:#000000;
	color:#FFFFFF;
	border-radius:10px;
	padding:20px;
	margin:20px 5px 5px 5px;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.8);
	text-align:left;
}

.dq_label{
	background-color:#000;
	padding:0 10px;
	position:relative;
	top:-33px;
	float:left;
	z-index:99;
	font-size:120%;
}

.dq_value{
	position:relative;
	z-index:100;
	clear:both;
	top:-20px;
}

a{
	text-decoration:none;
	font-size:100%;
}

#main .dq_div a:hover{
	text-decoration:none;
	color:#FFF;
	background-image:url(../images/cursor.png);
	background-position:left;
	background-repeat:no-repeat;
}

a img:hover{
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

#top_left{
	float:left;
	width:300px;
}
#top_right{
	float:right;
	width:600px;
}

#bottom_left{
	float:left;
	width:500px;
}

#bottom_right{
	float:right;
	width:400px;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.div_line{
	margin:30px 50px;
	border-bottom:3px double #ccc;
	clear:both;
}

.clear{
	clear:both;
}

.worning{
	color:red;
	font-weight:bold;
}

/*↓ギャラリーページ↓*/
#gallery{
	line-height:1em;
}

#gallery a{
	display:none;
}
#gallery a:hover{
	text-decoration:none;
	color:#FFF;
	background-image:none;
	
}

.gallery_left{
	float:left;
	width:600px;
}

.gallery_right{
	float:right;
	width:300px;
}

/*↑ギャラリーページ↑*/

/*↓スタッフページ↓*/
.staff_div{
	height:200px;
	margin-bottom:30px;
}
.staff_div img{
	margin:20px auto 0;
	display:block;
}
/*↑スタッフページ↑*/
	
/*↓コンテンツ～product↓*/

/*↓footer用↓*/
#footer{
}

#footer .container{
	width:960px;
	margin:0 auto;
}

#footer strong{
	font-size:120%;
	line-height:150%;
	color:#aa0000;
	
}
.foot_left{
	float:left;
	text-align:left;
	padding-left:5px;
}
.foot_right{
	float:right;
	padding:10px;
	background-color:#eeffcc;
	border:1px solid #aa0000;
	border-radius:20px;
}
.foot_center{
	float:right;
	padding-top:10px;
	padding-right:15px;
	font-size:110%;
	text-align:right;
}
.foot_center p{
	font-weight:bold;
	font-size:130%;
	
}