@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
html {
    overflow-y:scroll;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10.5pt;
	color: #333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	scrollbar-3dlight-color:    black;
	scrollbar-arrow-color:      #c7c8c8;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color:       #c70026;
	scrollbar-highlight-color:  black;
	scrollbar-shadow-color:     black;
	-webkit-text-size-adjust: 100%;
}

img {
    border-style:none;
}

/* ページの枠組み
---------------------------------------------------- */
#page {
	margin: 0 auto;
	width: 1000px;
}

section.photo_product {
	float:left;
	width:333px;
}
.award{
	margin: 0px 0px 5px -20px;
	z-index:500;
	width:194px;
	height:136p;
}
.award:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
section.text {
	width:998;
	margin-left:333px;
	margin-bottom:30px;
}

footer {
	clear: both;
}
footer section {
	float: left;
	width: 320px;
}
footer section:nth-child(2) {
	margin: 0 30px;
}
#copyright {
	clear: both;
}

/* ヘッダー
---------------------------------------------------- */

/*帯部分*/
#back_fixed_white {
	height:77px;
	width:100%;
	background-color:white;
	margin-top:-187px;
	position:fixed;
	z-index:8;
}
#back_fixed_black {
	height:90px;
	width:100%;
	background-color:black;
	margin-top:-110px;
	position:fixed;
	z-index:8;
}

header {
	position: fixed;
	z-index:10;
	top: 0px;
	left: auto;
}

#kaiselogo {
	margin: 20px 0px 30px 5px;
	float: left;
}	
#kaiselogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#header_englishlogo {
	margin: 47px 0px 30px 420px;
	float: left;
}

#header_englishlogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#header_chineselogo {
	margin: 47px 0px 30px 50px;
	float: left;
}

#header_chineselogo:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}	
#kaiselogo_japanese {
	margin: 49px 0px 30px 65px;
	float: left;
}
#kaiselogo_japanese:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* ナビゲーション【改】
---------------------------------------------------- */
nav.menubar_kai {
	margin: 0px 0px 20px 0px; /* メニューバー外側の余白 */
	padding: 0px; /* メニューバー内側の余白 */
	height: 50px; /* メニューバーの高さ */
	float: left;
}

#dropmenu{
	list-style-type: none;
	width: 998px;
	height: 50px;
	margin: 0px;
	padding: 0;
	background: -webkit-gradient(linear, center top, center bottom, from(#282828), to(#000000));
	/*background: #282828;*/
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	border-radius: 3px 3px 0 0;
}
#dropmenu li{
	position: relative;
	width: 14.2857%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 20px 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	z-index: 100;
}
#dropmenu li:last-child ul{
	left: -100%;
	width: 100%
}
#dropmenu li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	background: #288c8c;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover > a{
	background: #288c8c;
	color: #000000;
}
#dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #21b2b2;
	border-bottom: 1px solid #1a6a6a;
}
#dropmenu li:hover ul li:first-child{
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}

/* 製品名～アイコン
---------------------------------------------------- */
h1 {
	font-size: 22px;
	background-image: url("../material/icon_6.png");
	background-repeat: no-repeat;
	background-position: 0% 20%;
	line-height: 1;
	padding: 0 0 0 22px;
	font-weight:bold;
	clear:both;
	margin-top:20px;
}
h2 {
	font-size: medium;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}
h5 {
	font-size:11pt;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-top:10px;
	line-height:1.7;
}
h3 {
	font-size: 30px;
	margin: 0 0 0 0px;
	float:left;
	}
p.name2{
	font-size: medium;
	padding-top:14px;
	margin-bottom:-43px;
}
p.name3{
	font-size:10.5pt;
	padding-top:15px;
	margin-bottom:-50px;
}
#name_price{
}
p.price{
	font-size:10.5pt;
	text-align:right;
	padding-top:18px;
}
p.buy{
	text-align:right;
	margin-top:-3px;
	margin-bottom:-10px;
}
p.margin0000{
	margin: 0 0 0 0;
}
#name_price_line {
	float:none;
	margin-top:-13px;
	border-top:1px solid #ccc;
	padding-top:0px;
}
#icon{
	float:none;
	/*margin-top:2px;*/
	padding-top:10px;
}
#icon_download{
	margin-right:4px;
	margin-bottom:4px;
}
#icon_download:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#icon_onlineshop{
	float:right;
	margin:0 0 0 0px;
}
#icon_onlineshop:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#icon_onlineshop_nothover{
	float:right;
	margin:0 0 0 0px;
}
#icon_verup{
	float:none;
	margin-bottom:4px;
	/*padding-bottom:6;*/
}
#icon_verup:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#icon_user{
	float:none;
	/*margin-top:-1px;*/
	margin-left:5px;
	margin-bottom:4px;
	/*padding-bottom:6;*/
}
#icon_user:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#icon_video{
	float:none;
	margin-top:0px;
}
#icon_upgrade{
	float:none;
	margin-top:0px;
}
#icon_upgrade:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#icon_video:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.new:after { 
     content: "NEW !";
     margin-left: 5px;
     font-size: 12px;
     color: #c70026;
     vertical-align: text-top;
}
#truerms {
	margin: 9.5px 0px 0px 6px;
	float: left;
}

/* 購入する
---------------------------------------------------- */

/*ボタンのベース*/
.button {
	float:right;
	margin:0 0 0 0px;
    text-decoration: none;
    width: 120px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*ボタンの色*/
.red {
		background-color: #c70026;
}

/*文字*/
.buy {
		color: white;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		height: 37px;/*上下中央揃え*/
		line-height: 37px;/*上下中央揃え*/
		margin-left: 51px;
}
.user-pass {
	display:block;
	margin: 3px 0px 0px 0px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #f5f5f5;
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	height: 35px;
	width: 120px;
	text-align:center;
	height: 37px;/*上下中央揃え*/
	line-height: 37px;/*上下中央揃え*/
	font-weight: bold;
}
.pass {
	margin-top:-4px;
}
/*マウスオーバー時のボタンの色*/
.button:hover {
    background-color: #0073bc;
	text-decoration: none;
}

/*マウスオーバー前*/
.button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: url("../material/cart.png") no-repeat 0 46%;
    background-size: 32px 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*マウスオーバー時の背景画像*/
.button:hover::before {
    left: 78px;
}

/*マウスオーバー時の文字の移動スピード*/
.button span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*マウスオーバー時の文字*/
.button:hover span {
    margin-left: 10.5px;
}

/* 点滅
---------------------------------------------------- */

.blinking{ 
    -webkit-animation:blink 1s ease-in-out infinite alternate; 
    -moz-animation:blink 1s ease-in-out infinite alternate; 
    animation:blink 1s ease-in-out infinite alternate; 
	font-size: 14px;
	color: #c70026;
	vertical-align: text-top;
} 

@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 

@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 


/* リンク
---------------------------------------------------- */
a{/*リンクされた文字*/
    color: #0073bc;
    text-decoration: none;
}
a:hover{/*マウスをのせたとき*/
    color:#b7dbf2;
    text-decoration:underline;
}

/* 特長
---------------------------------------------------- */
h4 {
	font-size: 11pt;
	margin-top:16px;
	margin-bottom:-9px;
}
ul.strongpoint{
	line-height:1.7;
	list-style:none;
	margin-bottom:9px;
}
li.strongpoint{
	margin-left:-38px;
	text-indent:1em;
	background: url(../material/icon_3.png) no-repeat left 0px center;
}
li.strongpoint2l{
	margin-left:-38px;
	text-indent:1em;
}
p.strongpoint{
	text-indent:0px;
	font-size:0.9em;
	line-height:1.7;
	margin: 0 0 0 -24px;
}

/* 仕様
---------------------------------------------------- */
hr{
	border: none;
	margin: -5px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

#spec_line {
	float:none;
	margin:-2 0 -2 0px;
	border-top:1px solid #ccc;
	padding-top:0px;
}

#specleft{
	margin-top:0px;
	line-height:1.7;
	float:left;
	text-indent:1em;
	margin-left:-38px;
}
ul.specleft{
	list-style:none;
}
li.specleft{
	background: url(../material/icon_4.png) no-repeat left 0px center;
}

#specright{
	margin-top:0px;
	line-height:1.7;
}
ul.specright{
	list-style:none;
}
li.specright2l{
	text-indent:1em;
}
li.specright2l2{
	text-indent:2em;
}
li.specright3l{
	text-indent:38px;
}
li.specright4l{
	text-indent:24px;
}

#icon2{
	float:none;
	margin-top:0px;
	width:248px;
}
#icon2:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}


/* SK-2500セット販売
---------------------------------------------------- */
h6 {
	font-size: medium;
	border-bottom:1px solid #ccc;
	margin: 15px 0px 0px 0px;
}

table  {
	border: none;
	font-size: 10.5pt;
	line-height: 1.5;
}
th {
	border: none;
	border-bottom: 1px dotted #8f979a;
	text-align: left;
	padding: 10px 0px 10px 0px;
	width: 120px;
	font-weight: normal;
}
th.option {
	width: 400px;
}
th.price {
	width: 150px;
}
/* フッター
---------------------------------------------------- */
footer {
	border-top: 1px solid #ccc;
	margin-bottom:30px;
}
#copyright {
  padding-top: 20px;
  text-align: center;
  color: #999;
}