
/****************************
HTMLの共通の設定
****************************/
body 	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	}

BODY,TR,TD,TH {
	font-size : 12.5px;
	color : #555555;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
a {
	text-decoration : none;
	color: #555555;
	}
img {
	max-width:98%;
	}
iframe {
	max-width:98%;
	}
h1 {
	font-size:18px;
	margin:0;
	padding: 0.3em;
	display:inline;
	}
h2 {
	font-size:16px;
	margin:0;
	padding: 0.2em;
	display:inline;
	}
h3 {
	font-size:14px;
	margin:0;
	padding: 0.1em;
	display:inline;
	}
.listmark{
	vertical-align: middle;
	}
.break{
	clear:both;
	}

.textin {
	max-width: 98%;
	}
/********** 入力部品 ************/
input[type='text'],input[type='password']{
	max-width: 400px;
	padding: 5px;
	margin:2px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
input[type="radio"],input[type="checkbox"]{
	margin:2px;
	width: 1.3em;
	height: 1.3em;
	vertical-align:middle;
}
textarea{
	padding: 5px;
	margin:2px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
select{
	padding: 5px;
	margin:2px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}

/********** 文字サイズ **********/
.commenttop {
	font-size:15.5px;
	font-weight:bold;
	}
.prevbox .comment {
	padding:0px 0px 0px 14px;
	font-size:12px;
	}
span.price {
	font-size:16px;
	font-weight:bold;
	color:#ff3333;
	}
span.del {
	font-size:16px;
	text-decoration-line: line-through;
	text-decoration-style:double;
	text-decoration-color: red;
}
.commentred {
	font-size:16px;
	color:#ff3300;
	}

/********** ボタン・リンク **********/
.BT {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 13.5px;
	letter-spacing: 0.3em;
	color: rgba(50,90,150,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(50,90,150,0.3);
}
.BT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.KLINK {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 13.5px;
	letter-spacing: 0.2em;
	color: rgba(50,90,150,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(50,90,150,0.3);
	}
.KLINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.toplink {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color:#003399;
	border : 1px solid #ffffff;
	border-width : 0px 0px 1px 0px;
	}
.toplink:hover {
	color:#3399aa;
	border : 1px solid #003399;
	border-width : 0px 0px 1px 0px;
	}

.BACK {
	line-height:300%;
	font-size : 14px;
	padding: 5px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
.BACK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	font-weight: bold;
	}

#return-top {
	height: 40px;
	line-height: 40px;
	background-color: #0099FF;
	border-radius: 30%;
	bottom: 11px;
	color: #fff;
	font-size: 14px;
	outline: 0;
	position: fixed;
	right: 10px;
	text-decoration:none;
	text-align: center;
	width: 50px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#return-top:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.orderbox {
	width:100%;
	margin:0px;
	padding:30px 0px 30px 0px;
	text-align:center;
	}
.ORDERBT {
	line-height:140%;
	cursor:pointer;
	font-size : 15px;
	font-weight:bold;
	padding: 5px;
	margin: 5px;
	color     :#FF9900;
	transition: all 0.7s ease-out;
	border-radius:10px;
	background-color: #FFF1DD;
	border: 8px double #FF9900;
	}
.ORDERBT:hover {
	color     :#FFFFFF;
	background-color: #FF9900;
	border: 8px double #FFF1DD;
	}

/******** エフェクト ********/
.transitonbtn {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: rgba(50,90,150,0.7);
	border-radius: 0;
	padding: 5px 30px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 3px;
	width:250px;
	border: none;
	border: 1px solid rgba(50,90,150,0.3);
}
.transitonbtn:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.shadow_image {
	display: inline-block;
	transition: all .4s ease-in-out;
}
.shadow_image img {
	display: block;
}
.shadow_image:hover {
	box-shadow: 1px 1px 12px rgba(90,150,50,.65);
}
/********** TABLE **********/
.TITLETD {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
.INTDM {
	background-image:linear-gradient(#FFFFFF,#EEEEEE);
	text-align:left;
	}
.INTD {
	background-color: #FFFFFF;
	text-align:left;
	}
/********** HEADER **********/
@media(min-width:960px){
	#header {
		left:0;
		line-height:1;
		position:fixed;
		margin-top: 0px;
		margin-bottom: 1px;
		padding: 0px;
		width: 100%;
		height: 70px;
		text-align:center;
		vertical-align:middle;
		background-color: #FFFFFF;
		border:1px solid #003399;
		border-width : 5px 0px 5px 0px;
		z-index: 9000;
	}
	#headerlist {
		float: center;
		display: inline-block;
		margin-bottom: 0px;
		padding: 5px 0px 0px 0px;
		width: 100%;
		height: 50px;
		vertical-align:middle;
		background-color: #FFFFFF;
		clear: both;
		z-index: 9010;
		}
	#header #headerlist ul li {
		float: left;
		display: block;
		color: #555555;
		line-height: normal;
		vertical-align:middle;
		font-size:12px;
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 9020;
		}
	#korakulogo{
		display:none;
		}
	#headerleft{
		float: right;
		width: 40%;
		margin:0px;
		padding: 0px;
		}
	#headercenter{
		float: center;
		text-align:center;
		width: 40%;
		margin:0px;
		padding: 0px;
		font-size:15px;
		}
	#upmenu {
		float: left;
		margin: -5px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		vertical-align:middle;
		width: 20%;
		}
}
/***  ***/ 
@media(max-width:960px){
	#header {
		left:0;
		line-height:1;
		position:fixed;
		margin-top: 0px;
		margin-bottom: 1px;
		padding: 0px;
		width: 100%;
		height: 70px;
		text-align:center;
		background-color: #FFFFFF;
		border:1px solid #003399;
		border-width : 5px 0px 5px 0px;
		z-index: 9000;
	}
	#headerlist {
		float: center;
		display: inline-block;
		margin-bottom: 0px;
		padding: 5px 0px 0px 0px;
		width: 98%;
		height: 55px;
		background-color: #FFFFFF;
		clear: both;
		z-index: 9010;
		}
	#header #headerlist ul li {
		float: left;
		display: block;
		color: #555555;
		font-size:12px;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 9020;
		}
	#headerleft{
		float: left;
		display: block;
		width: 80%;
		padding: 0px;
		text-align:left;
		line-height: normal;
		}
	#header #headerlist #headercenter{
		display:none;
		}
	#upmenu {
		float: left;
		margin: -5px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		vertical-align:middle;
		width: 20%;
		}
}
/********** 画面全体の構成 **********/
#contents {
	padding: 90px 0px 5px 0px;
	margin: 0px;
	width: 100%;
	text-align:center;
	background-color: #FFFFFF;
	box-sizing: border-box;
	}
#maincontents {
	float: center;
	display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 960px;
	max-width:98%;
	box-sizing: border-box;
	}
section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1%;
	box-sizing: border-box;
}
@media(min-width:960px){
	section div {
		width: 49%;
		margin: 3px 0px 0px 0px;
		padding: 0;
		text-align:center;
		box-sizing: border-box;
		background: #ffffff;
		}
	}
/*** Move ***/ 
@media(max-width:960px){
	section div {
		width: 100%;
		margin: 3px 0px 0px 0px;
		padding: 0;
		text-align:center;
		box-sizing: border-box;
		background: #ffffff;
		}
	}
.movebox {
	opacity: 0;
	transition: all 1.5s ease;
	text-align:left;
	font-size:16px;
	border:none;
	}
.movebox.appear {
	opacity: 1;
	transform: none;
	}
.moveboxw {
	float: center;
	display: inline-block;
	opacity: 0;
	transition: all 1.5s ease;
	margin:1px 0px 0px 0px;
	text-align:left;
	width: 100%;
	font-size:16px;
	color:#CC9966;
	background: #FFFFFF;
	border:1px solid #CC9966;
	border-width : 1px 1px 1px 1px;
	border-radius:3px;
	}
.moveboxw.appear {
	opacity: 1;
	transform: none;
	}
.moveup {
	transform: translate(0, 100px);
	}
.movex {
	transform: rotate(180deg);
	}
/*** 左メニュー ***/ 
@media(min-width:960px){
}
@media(max-width:1260px){
	#leftmenu {
		display:none;
	}
	#rightmenu {
		display:none;
	}
}
/*** 見出し ***/
#midashi{
	float: left;
	width:100%;
	text-align:left;
	margin: 2px;
	color : #555555;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:3px;
	box-sizing: border-box;
	}
#midashi ul li {
	float: left;
	margin: 1px;
	}
.plleft {
	padding:1px;
	width: 15%;
	box-sizing: border-box;
	}
.plright {
	width: 80%;
	padding:3px;
	box-sizing: border-box;
	}
/********** ボックス **********/
.titlebox{
	float: center;
	display:inline-block;
	width:98%;
	font-size:16px;
	text-align:left;
	margin:5px;
	padding:5px;
	background:#EDF5FF;
	border : 1px solid #AACCFF;
	border-width:0px 0px 0px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.50);
	box-sizing: border-box;
	}
.pagetitle {
	float: center;
	display:inline-block;
	width:98%;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:5px;
	padding:5px;
	background:#EDF5FF;
	border : 1px solid #AACCFF;
	border-width:0px 0px 0px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.50);
	box-sizing: border-box;
	}
.listbox{
	width:99%;
	text-align:left;
	padding:1px;
	margin: 2px;
	color : #555555;
	}
.listbox ul li {
	padding: 0px;
	margin: 1px;
	}
.prevbox{
	width:99%;
	text-align:left;
	padding:1px;
	margin: 2px;
	color : #555555;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:3px;
	}
.prevbox ul li {
	padding: 0px;
	margin: 1px;
	}
.spacebox {
	width:100%;
	height:5px;
	margin:0px;
	display:inline-block;
	}
.centerbox {
	margin:3px;
	text-align: center;
	width: 100%;
	}
.imagebox{
	float: left;
	display:block;
	vertical-align: top;
	text-align:right;
	width:45%;
	}
/*** TOP image LINK ***/
#topdesign {
	margin:-10px 0px 0px 0px;
	padding:40px;
	width: 100%;
	text-align:center;
	vertical-align: middle;
	background-image: url("../img/keyboad2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #999999;
	box-sizing: border-box;
	}
.topinner {
	float: center;
	display:inline-block;
	box-sizing: border-box;
	}
.toplinkBT {
	line-height:220%;
	width: 140px;
	padding: 3px;
	margin:2px;
	border-radius: 5px;
	color:#555555;
	font-size:16px;
	background-color: #ffffff;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
	}
.toplinkBT:hover {
	color:#5599ff;
	background-color: #cfdfff;
	}

/*** PCサイズ ***/ 
@media(min-width:960px){
	.topword {
		font-size:28px;
		color:#f9f9f9;
		}
	.topsubword {
		font-size:18px;
		color:#f5f9ff;
		}
	}
/*** タブレットサイズ ***/
@media(max-width:960px) and (min-width: 540px){
	.topword {
		font-size:22px;
		color:#f9f9f9;
		}
	.topsubword {
		font-size:16px;
		color:#f5f9ff;
		}
	}
/*** スマホサイズ ***/
@media(max-width:540px){
	.topword {
		font-size:19px;
		color:#f9f9f9;
		}
	.topsubword {
		font-size:12px;
		color:#f5f9ff;
		}
	}
.floatlist{
	float: center;
	width:100%;
	text-align:center;
	}
.floatlist ul li {
	float: center;
	display:inline-block;
	margin: 1px;
	}
.flfull {
	text-align: center;
	width: 100%;
	}
.flfullleft {
	text-align: left;
	width: 100%;
	}
.flbox{
	width: 240px;
	height: 80px;
	text-align:left;
	padding:2px;
	margin: 0px;
	color : #555555;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:3px;
	}
.flhalf2 {
	text-align: left;
	width: 100%;
	}
@media screen and (max-width: 568px){
	.flhalf {
		text-align: center;
		margin: 0px;
		width: 33%;
		}
	}
@media screen and (max-width: 568px){
	.flhalf {
		text-align: center;
		width: 100%;
		}
	}
/****************************
画面最下部
****************************/
#lastarea {
	width:100%;
	background-color:#FFFFFF;
	margin:0px;
	padding:3px 0px 0px 0px;
	text-align: center;
}
.lastarea {
	width:100%;
	background-color:#FFFFFF;
	margin:0px;
	padding:3px 0px 0px 0px;
	text-align: center;
}
/*** PCサイズ ***/ 
@media(min-width:960px){
	#lastlist {
		float: center;
		display: inline-block;
		width:960px;
		background-color:#FFFFFF;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: center;
	}
	/*** 最下部左 ***/
	#lastleft {
		float: left;
		width:410px;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: left;
		display: inline-block;
	}
	/*** 最下部中央 ***/
	#lastcenter{
		float: left;
		width:210px;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: left;
		display: inline-block;
	}
	/*** 最下部右 ***/
	#lastright{
		float: right;
		width:210px;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: right;
		display: inline-block;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:960px) and (min-width: 540px){
	#lastlist {
		float: center;
		display: inline-block;
		width:100%;
		background-color:#FFFFFF;
		margin:0px;
		padding:3px 0px 0px 0px;
		text-align: center;
	}
	/*** 最下部左 ***/
	#lastleft {
		float: left;
		width:45%;
		background-color:#FFFFFF;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: left;
		display: inline-block;
	}
	/*** 最下部中央 ***/
	#lastcenter{
		float: left;
		width:22%;
		background-color:#FFFFFF;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: left;
		display: inline-block;
	}
	/*** 最下部右 ***/
	#lastright{
		float: right;
		width:22%;
		background-color:#FFFFFF;
		margin:0px;
		padding:3px 0px 0px 5px;
		text-align: right;
		display: inline-block;
	}
}

/*** スマホサイズ ***/ 
@media(max-width:540px){
	.lastarea {
		display:none;
		}
	#lastlist {
		display:none;
	}
}
/*** 最下部共通 ***/
.lasttitle{
	font-size:18px;
	border : 1px solid #EEaa99;
	border-width : 0px 0px 2px 0px;
	margin:0px 0px 20px 0px;
}
.lastlogo{
	margin:5px 0px 0px 0px;
}
#lastcenter a {
	float: right;
	display: inline-block;
	text-decoration: none;
	text-align:left;
	color: #333333;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: auto;
	font-size:14px;
	font-weight: normal;
	background-color: #FFFFFF;
}
#lastcenter a:hover {
	color: #FFAA33;
}
#lastright a {
	float: right;
	display: inline-block;
	text-decoration: none;
	text-align:left;
	color: #333333;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: auto;
	font-size:14px;
	font-weight: normal;
	background-color: #FFFFFF;
}
#lastright a:hover {
	color: #FFAA33;
}
hr.lastline{
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
#lastspace {
	float: center;
	display: inline-block;
	width:100%;
	height:300px;
	background-color:#FFFFFF;
	}
