@import "https://";
@import "../../../js/shadowbox/shadowbox.css";

* {
	margin: 0;
	padding: 0;
}
/* フォント設定
-------------------------------------------------------------------- */
@font-face {
    font-family: "hiragana";/*任意のファミリー名*/
    src: url("https://ui32.net/font/hiragana.eot");/*for IE*/
    src: url("https://ui32.net/font/hiragana.eot?iefix") ,
	url("https://ui32.net/font/hiragana.woff") format('woff'),
	url("https://ui32.net/font/hiragana.ttf") format('truetype');
}
@font-face {
    font-family: "symbols";/*任意のファミリー名*/
    src: url("https://ui32.net/font/symbols.eot");/*for IE*/
    src: url("https://ui32.net/font/symbols.eot?iefix") ,
	url("https://ui32.net/font/symbols.woff") format('woff'),
	url("https://ui32.net/font/symbols.ttf") format('truetype');
}
.webFontClass {
    font-family: "symbols";/*上記で決めたファミリー名*/
    letter-spacing:0.1em;/*少しすきま*/
}

html, body {
    height: 100%;
	min-height: 100%;
	margin: 10px;
}
HTML {
	font-family: "hiragana";
	background:transparent;
}
BODY{
	color :#59564c;
	background-color :#FFF;
	font-size : 12px;
	line-height:22px;
	font-family: 'hiragana';
	border:0px solid #ccc;
	scrollbar-arrow-color: #B568CE;
	scrollbar-face-color: #222;
	scrollbar-highlight-color: #222;
	scrollbar-shadow-color: #222;
	scrollbar-3dlight-color: #222;
	scrollbar-darkshadow-color: #222;
	scrollbar-track-color: #333;
	background-image : url();
	background-repeat : repeat-x;
	background-attachment : fixed;
	overflow:auto;
	overflow-x : hidden;
	overflow-y: scroll;
/*	background-color: @@fromColor@@;
	background-image: -moz-linear-gradient(top, 
					rgba(244,244,244,0.7593582887700535) 14.83957219251337%, 
					rgba(226,224,221,1) 91.36363636363636%);
	background-image: -webkit-gradient(linear, left top, left bottom, 
					color-stop( 14.83957219251337%, rgba(244,244,244,0.7593582887700535) ), 
					color-stop( 91.36363636363636%, rgba(226,224,221,1)));
*/	}

* + html body {
	font-family: 'hiragana','メイリオ','Meiryo';
}


DIV#height {
    height: 100%;
	min-height: 100%;
	width: 100%;
	position:relative;
	margin: 0px auto;
	margin-bottom: -200px;
	overflow:hidden;
}
* html #height {		/* for IE6 and below */
	height: 100%;
}
body > #height {
height: auto;
}
IFRAME {
	border:#000;
}

A{
	color:#000;
	text-decoration:none;
	font-size : 12px; 
	line-height:16px;
}
A:visited{
	color:#000;
	text-decoration :none;
	font-size : 12px;
	line-height:16px;
	}
A:HOVER{  
	color:#888; 
	text-decoration:none;  
	font-size : 12px; 
	line-height:16px;
	}
A:HOVER img{
	opacity:0.7;
	progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	}
A:active{    
	text-decoration:none;
	color:#888;    
    font-size : 12px; 
    line-height:16px;
	}
SPAN {
	font-size: 12px;
	}
/* フォームタグ系スタイル */
input,textarea,select {
	font-family:;
}
input,textarea {
	border-top   :1px solid #000000;
	border-right :1px solid #000000;
	border-bottom:1px solid #000000;
	border-left  :1px solid #000000;
}

.nav {
	border: 0;
	background:transparent;
	color: #EEE;
	
}

/* select以外のフォームのボーダー*/


/* 記事に使うクラス */
.meinBox {
    max-width: 800px;
	font-size: 12px;
    margin: 20px auto;
    padding: 15px;
	padding-bottom:0px;
	display: block;
	border: 3px solid #888;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	position: relative;
	overflow:hidden;
	z-index: 5;
	}
.meinBoxR {
    max-width: 700px;
	font-size: 12px;
    margin: 20px;
    padding: 15px;
	padding-bottom:0px;
	display: block;
	background-color: #f8f8f8;
/*	border: 3px solid #BBB;
*/	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	overflow:hidden;
	}
.frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
}



/* フォームテーブル */


/* カタログ */
.frameC {
	width: 170px;
	min-width: 160px;
	margin: 5px auto;
	padding:5px;
	padding-top:12px;
	border: 2px solid #888;
	border-radius: 10px;
	min-height: 170px;
/*	overflow: hidden;
*/}
.textC {
	font-size:10px;
	margin-top:3px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
}

.grid > div.box {
  overflow: auto;
  min-width: 0;
  padding: 1em;
  margin-bottom:10px;
}

/* TABLE */





/*HR罫線*/
.hra {
	height:1px;
	border:1px;
	border-top:1px;
	border-color: #888;
	border-top-style: solid;
	margin: 10px;
      }

/*ボタン*/


.tuduki {
	text-align:right;
	margin-top:-25px;
}
@media only screen and (max-width: 768px) {
.meinBoxR {
    max-width: 700px;
	font-size: 12px;
	margin:5px;
	margin-bottom:10px;
    padding: 15px;
	padding-bottom:0px;
	display: block;
	background-color: #f8f8f8;
/*	border: 3px solid #BBB;
*/	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	}
.tuduki {
	text-align:right;
	margin-top:0px;
}
}




.button {
	color:#EEE;
	font-size:12px;
	font-family: Anton, Impact,'hiragana', fantasy, Verdana, sans-serif;
	border: 1px solid #101010;
	padding: 0px 10px;
	text-align: center; 
	text-decoration: none;
	min-width: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #CCC 0px 2px 3px;
	-moz-box-shadow: #CCC 0px 2px 3px;
	box-shadow: #CCC 0px 2px 3px;
	background: #ccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#333333));
	background: -webkit-linear-gradient(#333333, #333333);
	background: -moz-linear-gradient(#333333, #333333);
	background: -ms-linear-gradient(#333333, #333333);
	background: -o-linear-gradient(#333333, #333333);
	background: linear-gradient(#333333, #333333);
	-pie-background: linear-gradient(#333333, #333333);
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
}
.button:hover {
	color:#EEE;
	font-size:12px;
	font-family: Anton, Impact,'hiragana', fantasy, Verdana, sans-serif;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #CCC 0px 2px 3px;
	-moz-box-shadow: #CCC 0px 2px 3px;
	box-shadow: #CCC 0px 2px 3px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555555), to(#555555));
	background: -webkit-linear-gradient(#555555, #555555);
	background: -moz-linear-gradient(#555555, #555555);
	background: -ms-linear-gradient(#555555, #555555);
	background: -o-linear-gradient(#555555, #555555);
	background: linear-gradient(#555555, #555555);
	-pie-background: linear-gradient(#555555, #555555);
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
}
.button:active {
	position: relative;
	top: 1px;
}
.button A {
	color:#EEE;
	text-align: center; 
	text-decoration: none;
	background:transparent;
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
}
.button:hover A:hover{
	color:#EEE;
	text-decoration: none;
	background:transparent;
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
}
/*ナビの他のページ*/
.buttonO {
	color:#EEE;
	font-size:12px;
	font-family: Anton, Impact,'hiragana', fantasy, Verdana, sans-serif;
	border: 1px solid #101010;
	padding: 0px 10px;
	text-align: center; 
	text-decoration: none;
	min-width: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #CCC 0px 2px 3px;
	-moz-box-shadow: #CCC 0px 2px 3px;
	box-shadow: #CCC 0px 2px 3px;
	background: #ccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#333333));
	background: -webkit-linear-gradient(#333333, #333333);
	background: -moz-linear-gradient(#333333, #333333);
	background: -ms-linear-gradient(#333333, #333333);
	background: -o-linear-gradient(#333333, #333333);
	background: linear-gradient(#333333, #333333);
	-pie-background: linear-gradient(#333333, #333333);
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
	margin-left: 2px;
}
.buttonO:hover {
	color:#EEE;
	font-size:12px;
	font-family: Anton, Impact,'hiragana', fantasy, Verdana, sans-serif;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #CCC 0px 2px 3px;
	-moz-box-shadow: #CCC 0px 2px 3px;
	box-shadow: #CCC 0px 2px 3px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555555), to(#555555));
	background: -webkit-linear-gradient(#555555, #555555);
	background: -moz-linear-gradient(#555555, #555555);
	background: -ms-linear-gradient(#555555, #555555);
	background: -o-linear-gradient(#555555, #555555);
	background: linear-gradient(#555555, #555555);
	-pie-background: linear-gradient(#555555, #555555);
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
	margin-left: 2px;
}
.button:active {
	top: 1px;
	margin-left: 2px;
}
.buttonO A {
	color:#BBB;
	font-size:12px;
	text-align: center; 
	text-decoration: none;
	background:transparent;
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
	margin-left: 2px;
}
.buttonO:hover A:hover {
	color:#EEE;
	text-decoration: none;
	font-size:12px;
	background:transparent;
    behavior: url(/js/css3/PIE.htc) ;	      /* CSS3 PIE */
	margin-left: 2px;
}
