@charset "UTF-8";

*{
	margin: 0;padding:0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    background-color: transparent;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
	color:#00ada9;
}

img{max-width: 100%; }

body{
  width:100%;
  min-width: 1080px;
  /*background: #fff;*/
}

.btndkg {
  background: #ff3b83;
  background-image: -webkit-linear-gradient(top, #ff3b83, #eb1e81);
  background-image: -moz-linear-gradient(top, #ff3b83, #eb1e81);
  background-image: -ms-linear-gradient(top, #ff3b83, #eb1e81);
  background-image: -o-linear-gradient(top, #ff3b83, #eb1e81);
  background-image: linear-gradient(to bottom, #ff3b83, #eb1e81);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
	text-decoration: none;
}

.btndkg:hover {
	background: #ff54f1;
  background-image: -webkit-linear-gradient(top, #ff54f1, #ff24cc);
  background-image: -moz-linear-gradient(top, #ff54f1, #ff24cc);
  background-image: -ms-linear-gradient(top, #ff54f1, #ff24cc);
  background-image: -o-linear-gradient(top, #ff54f1, #ff24cc);
  background-image: linear-gradient(to bottom, #ff54f1, #ff24cc);
  text-decoration: none;
}

/*ウィザーズコンプレックス*/
.char1-2017o_bg{
	background-image: url("../img/char1-2017s/bg.png"); /* 全体の背景画像 */
	/*background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	/*background-size: 100%;*/
	min-width: 1080px;
	min-height: : 1080px;
	margin:0;
}

.dkgwin_bg{
	background-image: url("../img/2016_dkg_winter/bg.png"); /* 全体の背景画像 */
	/*background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	/*background-size: 100%;*/
	min-width: 1080px;
	min-height: : 1080px;
	margin:0;
}

.char1-2017s{
	background-image: url("../img/char1-2017s/char1-2017s_bg.jpg"); /* 全体の背景画像 */
	/*background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	/*background-size: 100%;*/
	min-width: 1080px;
	min-height: : 1080px;
	margin:0;
}


.char1-2017o_left{
	  max-width: 620px;
	  float:left;
	  margin-left:auto;
	  margin-right:auto;
}
.char1-2017o_right{
	  max-width: 620px;
	  float:right;
	  margin-left:auto;
	  margin-right:auto;
}

.char1-2017o_goods{
		padding-left: 10px ;
		padding-top: 30px ;
		/*padding-bottom: 30px ;*/
	  max-width: 620px;
		/*-height: 600px;*/

	  float:left;
		margin:0 auto;

}

.char1-2017o_goods-w{
  padding-left: 10px ;
  padding-top: 30px ;
  /*padding-bottom: 30px ;*/
  width: 1100px;
  /*-height: 600px;*/

  float:left;
  margin:0 auto;

}


hr{
    /*border:none;*/
    /*border-top:dotted 2px #293849;*/
    height:2px;
    color: #293849;;
    margin: 0;
}

.af16-gnav{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: #333;
    background: rgba(0,0,0,0.8);
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


	.char1-2017o-midashi{
    width: 50%;
    max-width: 1080px;
		margin:0 auto;
		padding: 15px;
		border: medium solid  #ec5e11;
		text-align: center;

		font-size: 2em;
		font-weight: 700;
		color: #ec5e11;

		background-color: rgba(255,255,255,0.8);


		text-shadow: 2px 2px 1px #fff,
								-2px 2px 1px #fff,
								2px -2px 1px #fff,
								-2px -2px 1px #fff;
  }


	table.char1-2017o-list{
	  width: 97%;
		/*max-height: 480px;*/

	  /*border:solid 1px #A08976;*/
	  border-collapse: collapse;
		/*margin-bottom: 20px;*/
	}

	table.char1-2017o-list th{
		width: 528px;
		height: 480px;

	  padding:5px 5px 5px 5px;
	  /*height:30px;*/
	  border-top:solid 2px #ec5e11;
	  border-bottom:solid 2px #ec5e11;
		border-left:solid 2px #ec5e11;
		border-right:solid 2px #ec5e11;
	  border-collapse: collapse;
	  text-align: center;
		margin:0 auto;

		background: rgba( 255, 255, 255, 0.3 );
		color: #3b3b3b;
	}
	table.char1-2017o-list td{
		width: 528px;

	  padding:5px 5px 5px 5px;
	  height:30px;
		border-top:solid 2px #ec5e11;
	  border-bottom:solid 2px #ec5e11;
		border-left:solid 2px #ec5e11;
		border-right:solid 2px #ec5e11;
	  text-align: center;
		margin:0 auto;

		background: rgba( 255, 255, 255, 0.6 );
		color: #3b3b3b;
	}

	h1.char1-2017o-list-h{

		margin:-4px -4px -4px -4px;
	  padding:10px 5px 10px 5px;
		/*border-top:solid 2px #ec5e11;
		border-bottom:solid 2px #ec5e11;
		border-left:solid 2px #ec5e11;
		border-right:solid 2px #ec5e11;*/
		font-size: 1.4em;
		font-weight: 700;

		background:  #ec5e11;
		color: #ffffff;
	}

	h1.char1-2017o-list-price{

	  padding:10px 5px 10px 5px;
		font-size: 1.4em;
		font-weight: 700;

		color: #f7146a;
	}

	p.new{
		text-align: left;
	  padding:0px 0px 0px 15px;
		font-size: 1.8em;
		font-weight: 700;

		color: #f7146a;
	}

	hr.char1-2017o-hr{
		color:#fff;
	}




	.char1-2017o_goods-img{
			width: 100%;
			/*height: 100%;*/
	}



  .char1-2017o-content{
    width: 100%;
    max-width: 1080px;
    margin:0 auto;
    /*border-bottom:solid #ccc 1px;*/
    padding:57px 0 44px;
  }

	.char1-2017o-botton{
		padding-top: 1240px;
		/*position: relative;*/
		text-align: center;
		width: 480px;
    max-width: 1080px;
    margin:0 auto;
    /*border-bottom:solid #ccc 1px;*/
    /*padding:30px 0 44px;*/
  }

  .char1-2017o-mac-img{
    display: block;
    margin: 0 auto;
    max-width: 1080px;
  }

.char1-2017o-lead--1st{
  font-size: 34px;
  text-align: center;
  line-height: 35px;
}

.char1-2017o-honbun{
  font-size: 1.3334em;
    line-height: 1.5715;
    color: #404040;
    margin:0 40px 15px;
    text-align: center;
}

.char1-2017o-link{
  color:#08c;
  font-size: 1em;
    line-height: 1;
}

.char1-2017o-nav__box{
  height: 300px;
  width:24.8%;
	/*width:33%;*/
  display: block;
  text-align: center;
  position: relative;
  background: #f2f2f2;
}

/*.char1-2017o-goods{
  background:#f2f2f2;
}
*/






.sub-head{
  max-width: 1080px;
  margin: 0 auto;

}

.sub-head--inner{
  width: 50%;
  float:left;
  min-height:400px;
  position:relative;
}

.center-img{
  position: absolute;
  margin: auto;
  bottom: 0; top:0; left:0; right:0;
}


.header{
  height:44px;
  background: #333;
  /*margin: 0 0 15px;*/
  position: fixed;
  width: 100%;
}

.header__inner{
  width:1080px;
  margin: 0 auto;
  height:100%;
}

.main-logo{
  height:auto;
  width: 50px;
  margin-top: 13px;
}

.global-nav{
  width:60%;
  float:right
}

.lp-gnav{
  top:0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  height: 100%;
}

.nav-li{
  display: block;
  float:right;
  height: 44px;
  text-align: center;
  /*text-indent: -9999px;*/
}

.nav-li a{
  display: block;
  height: 44px;
  width: 100%;
  line-height: 44px;
  font-size: 12px;
  color: #fff;
}

.nav-product{width:146px;background: url(../img/menu_product.png) no-repeat;background-position:center;}
.nav-info{width:172px;background: url(../img/menu_information.png) no-repeat;background-position:center;}
.nav-staff{width:100px;background: url(../img/menu_staff.png) no-repeat;background-position:center;}
.nav-blog{width:90px;background: url(../img/menu_blog.png) no-repeat;background-position:center;}
.nav-support{width:136px;background: url(../img/menu_support.png) no-repeat;background-position:center;}


.main_wrap{
	width: 1080px;
	margin:0 auto;
}

.main-slide{
  margin: 0 0 15px;
}

.navy-tape{
  padding:5px 15px;
  font-weight: bold;
  color:#fff;
  background-color: #293849;
  font-size: 14px;
}

.link-img{
  display: inline-block;
}

.top-info-wrap{
  width:75%;
  float:left;
}

.top-side-menu{
  width:25%;
  float:right;
  padding-left: 20px;
}

.top-information,.top-press{
  border:2px solid #293849;
  margin: 0 0 20px;
}

.top-information__article,
.top-press__article{
  position: relative;
  /*width:100%;*/
  padding: 15px 0 15px 110px;
  margin: 0 5px 10px;
  border-bottom: 2px dotted #293849;
}

.top-information__article:before{
 content:" ";
 display:inline-block;
 position: absolute;
 width:80px;
 height:18px;
 background:url(../img/news_update.png);
 background-size:contain;
 vertical-align:middle;
 left:5px;
 top:15px;
}
.top-press__article:before{
 content:" ";
 display:inline-block;
 position: absolute;
 width:80px;
 height:18px;
 background:url(../img/news_release.png);
 background-size:contain;
 vertical-align:middle;
 left:5px;
 top:15px;
}

.top-information--date{
  color:#ff2d55;
  font-weight: bold;
  position: absolute;
  left:10px;
  top:40px;
}

.top-press--date{
  color:#007aff;
  font-weight: bold;
  position: absolute;
  left:10px;
  top:40px;
}

iframe.twitter-share-button{
  position: absolute !important;
  bottom:20px;
  right:10px;
}

.top-information__article__tag{
  display: inline-block;
  background:#76D7C4;
  padding:0 10px;
  border-radius: 10px;
  color:#fff;
  font-size:10px;
}

.top-banner{
  padding:10px 0 0 ;
}

.top-banner__hot{
  width:400px;
}

.top-banner__blog{
  width:260px;
}

.lp-member__frame{
  padding:5px;
  border-bottom: 2px dotted #293849;
}

.lp-member__name{
  font-weight: bold;
  font-size:12px;
}

.lp-member__katagaki{
  font-size:14px;
  color:#ccc;
}

.lp-member__prof-img{
  display: block;
  float:left;
  margin-right:10px;
  width:128px;
}

.lp-member__info{
  line-height: 22px;
}

.lp-member__prof-img--sp{
  display: block;
  float:left;
  margin-right:10px;
  width:240px;
}

.lp-member__prof-box--sp{
	float:left;
}


.lp-product__frame{
  padding:5px;
  border-bottom: 2px dotted #293849;
}

.lp-product__frame p{
  margin: 6px 0;
}


.lp-product__name{
  font-weight: bold;
  font-size:14px;
}

.lp-product__link{
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
}

.lp-product__tag{
  display: inline-block;
  background:#76D7C4;
  padding:2px 10px;
  border-radius: 10px;
  color:#fff;
  font-size:10px;
  text-align: center;
  width:110px;
  margin-right: 12px;
}


div.twitter_widget_style {
  width: 250px;
}



footer{
	position: relative;
	background: #f2f2f2;
	text-align: center;
	padding:8px;
  color:#fff;
}

.footer-nav, .footer-nav li,.footer-nav li a{
  color:#fff !important;
  font-weight: bold;
}

.footer-nav{
  margin:0 auto;
  justify-content:center !important;
  -webkit-justify-content:center !important;
}

.footer-nav li{
  /*float:left;*/
}

.copy{
  color:#fff;
}

/*ラプラシアン通信*/
.lp-laplaciannews__name{
  font-weight: bold;
  font-size:16px;
}

.lp-laplaciannews__frame{
  padding:20px;
  border-bottom: 2px dotted #293849;
}

.lp-laplaciannews__prof-img{
  display: block;
  float:left;
  margin-right:20px;
  width:160px;
}
.lp-laplaciannews__prof-img--sp{
  display: block;
  float:right;
  margin-right:10px;
  width:180px;
}

.lap-laplaciannews__btn {
  background: #FF2D55;
  background-image: -webkit-linear-gradient(top, #FF2D55, #FF2D55);
  background-image: -moz-linear-gradient(top, #FF2D55, #FF2D55);
  background-image: -ms-linear-gradient(top, #FF2D55, #FF2D55);
  background-image: -o-linear-gradient(top, #FF2D55, #FF2D55);
  background-image: linear-gradient(to bottom, #FF2D55, #FF2D55);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
}
.lap-laplaciannews__btn:hover{
  background: #ff5e81;
  background-image: -webkit-linear-gradient(top, #ff5e81, #ff5e81);
  background-image: -moz-linear-gradient(top, #ff5e81, #ff5e81);
  background-image: -ms-linear-gradient(top, #ff5e81, #ff5e81);
  background-image: -o-linear-gradient(top, #ff5e81, #ff5e81);
  background-image: linear-gradient(to bottom, #ff5e81, #ff5e81);
  text-decoration: none;
}

/*ラプラシアンチャンネル*/
.lp-laplacianchannel__midashi{
  font-weight: ;
  font-size:16px;
}

.lp-laplacianchannel__title{
  font-weight: bold;
  font-size:24px;
}

.lp-laplacianchannel__community{
  display: block;
  float:right;
  margin-right:10px;
}

.lp-laplacianchannel__past{
  border:1px solid #F2F2F2;
	background-color: #FFFFFF;
  margin:10px;
	padding: 10px;
}


.lap-laplacianchannel-community__btn {
  background: #ff9900;
  background-image: -webkit-linear-gradient(top, #ff9900, #ff9900);
  background-image: -moz-linear-gradient(top, #ff9900, #ff9900);
  background-image: -ms-linear-gradient(top, #ff9900, #ff9900);
  background-image: -o-linear-gradient(top, #ff9900, #ff9900);
  background-image: linear-gradient(to bottom, #ff9900, #ff9900);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
	font-size: 16px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
}

.lap-laplacianchannel-community__btn:hover {
  background: #ffa929;
  background-image: -webkit-linear-gradient(top, #ffa929, #ffa929);
  background-image: -moz-linear-gradient(top, #ffa929, #ffa929);
  background-image: -ms-linear-gradient(top, #ffa929, #ffa929);
  background-image: -o-linear-gradient(top, #ffa929, #ffa929);
  background-image: linear-gradient(to bottom, #ffa929, #ffa929);
  text-decoration: none;
}

.lap-laplacianchannel-live__btn {
  background: #007AFF;
  background-image: -webkit-linear-gradient(top, #007AFF, #007AFF);
  background-image: -moz-linear-gradient(top, #007AFF, #007AFF);
  background-image: -ms-linear-gradient(top, #007AFF, #007AFF);
  background-image: -o-linear-gradient(top, #007AFF, #007AFF);
  background-image: linear-gradient(to bottom, #007AFF, #007AFF);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
	font-size: 16px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
}

.lap-laplacianchannel-live__btn:hover {
  background: #2e93ff;
  background-image: -webkit-linear-gradient(top, #2e93ff, #2e93ff);
  background-image: -moz-linear-gradient(top, #2e93ff, #2e93ff);
  background-image: -ms-linear-gradient(top, #2e93ff, #2e93ff);
  background-image: -o-linear-gradient(top, #2e93ff, #2e93ff);
  background-image: linear-gradient(to bottom, #2e93ff, #2e93ff);
  text-decoration: none;
}

/*エイプリルフール  */





/*ピリ辛なワサビコマンド*/

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}

.block{
	display: block;
}

.m-auto{
	margin: 0 auto;
}

.d-none{
  display: none;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.width-100{
  width:100%;
}

.width-90{
  width:90%;
}

.width-80{
  width:80%;
}

.width-60{
  width:60%;
}

.width-50{
  width:50%;
}

.width-48{
  width:48%;
}

.width-25{
  width:25%;
}

.width-20{
  width:20%;
}

.width-10{
  width:10%;
}

.height-100{
  height: 100%;
}

.height--09em{
  height:0.9em;
}

.height--1em{
  height:1em;
}
.bottom-100{
  margin-bottom: 100px;
}

.bottom-50{
  margin-bottom: 50px;
}

.bottom-30{
  margin-bottom: 30px;
}

.bottom-20{
  margin-bottom: 20px;
}

.bottom-15{
  margin-bottom: 15px;
}

.bottom-10{
  margin-bottom: 10px;
}

.top-10{
  margin-top: 10px;
}

.top-15{
  margin-top: 15px;
}

.top-20{
  margin-top: 20px;
}

.top-30{
  margin-top: 30px;
}

.top-50{
  margin-top: 50px;
}
.top-80{
  margin-top: 80px;
}


.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 10px;
}

.cell--lead{
	font-weight: bold;
}


.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	text-align: center;
}

.flex-center{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
