/*

	シュガークラウドノサイト CSS 3.0
	
	Version 1.0

*/

/* ウェブフォント */
@font-face{
	font-family: 'IPAexG';
	src:url('https://drive.google.com/open?id=0B0SIakv0GD-iSENJelBYRV9zVFk');
}

/*	メイン(外装)	*/
body{
	background: #000000;
 	text-align:center;
 	margin:0; padding:0;
 	font-family: 'IPAexG';
}

pre.text{
	font-size: 16px;color: #333333; margin-left: 20px; line-height: 1.5em;
}

/* 内装 */
.outline {
	width:800px;
	text-align:left;
	margin:0 auto;padding: 0;
}

/* ナヴィゲーション */
nav{
	background-color: #333333;
	color: #CCCCCC;
	width:800px;
	height:50px;
	overflow: hidden;
    padding: 0;
    border: 0;
    text-indent: 0;
}


/* サイトロゴ */
h1{
	padding: 0;
	margin-top: 0px;
	background: url(image/sitelogo.png) no-repeat 0 0;
	width:200px;
	height:50px;
	font-size: 110px;
	display: block;
	float:left;
}

.imageReplace {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

ul.menu{
	width: 650px;
	height:50px;
    list-style-type: none;
}

ul.menu li{
	display: inline-block;
	overflow: hidden;
	margin-left:20px;

}

/* ページタイトル */
header{
	width: 800px;
	height: 200px;
	background: url(image/bg_header.jpg) no-repeat;
	position: static;
}
h2{
	font-weight: normal;
	position: relative;
	left: 50px;
	top:70px;
	font-size: 30px;
	margin: 0;
	color:#FFFFFF;
}
.hosoku{
	font-size: 20px;
	color:#CCCCCC;
	position: relative;
	left: 60px;
	top:70px;
	letter-spacing: 0.2em;
}

/* フッター */
footer {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	width:800px;
	height:120px;
	float:right;
	text-align:center;
	background: #333333;
	color: #EFEFEF;
	padding-top:14px;
	margin-bottom: 30px;
}
.fttext{ font-size: 14px; font-weight: normal; margin-top: 7px; margin-bottom:10px;}
.Adv{ text-align:left; float:left; margin-top:10px; padding-top:10px; margin-bottom:10px;}

/* メイン */
section{
	width:800px;
	margin-top: -40px;
	padding-bottom: 20px;
	background: #ECECEC url(image/bg_section.png) repeat-y;
	background-position: right;
}

 
ul.softview {
  list-style: none;
  top: 0;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  text-align: left;
  letter-spacing: -1em;
}
 
ul.softview li{
  width: 280px;
  height: 150px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 3px;
  letter-spacing: 0;
}


/* 説明 */
span.desc {
  width: 280px;
  height: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left:0px;
  top: 0;
  margin: 0;
  padding: 16px 16px;
  color: #fff;
  background: rgba(0,128,256,.9);
  text-align: left;
  font-size: 14px;
  line-height: 28px;
}

/* DLボタン */
span.download{
	width:50px;
	height:50px;
    display:block;
    background-image: url(image/DL.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;;
    border-radius:50px;
    border: 3px solid #fff;
    position: absolute;
    right:10px;
    bottom: 10px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
span.download:hover{
	background-image: url(image/DL2.png);
	background-color: rgba(255, 255, 255, .9);
}


/* type1 */
.type1 div.soft {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
}

.type1 div.name{ color : #FFFFFF; font-size:16px; position: absolute; bottom: 12px;left: 12px; }
.type1 div.ver { color : #00AAFF; font-size:15px; position: absolute; bottom: 12px;right:12px; }
.type1 div.date{ color : #FFAA00; font-size:12px; position: absolute; top:8px;right:8px; }
.type1:hover div {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}


/* 項目 */
h3{
	padding: 8px 15px;
	background-color: rgba(30,30,30,.9);
	font-size:18px;
	color:#00AAFF;
	height:30px;
}

strong{ color:#3300FF; margin: 0 8px; }
p.text{ color: #333333; margin-left: 20px; line-height: 1.5em;}

/* リスト */
ol{ line-height: 1.7em; list-style-type: disc;}

/* 段落 */
dt{ width:100px; height: 30px; background-color:#333333; color: #00AAFF; font-size: 16px; font-weight: bold; padding-left: 10px; padding-top: 12px;}
dd{ width: 460px; background-color: #CCCCCC; margin-bottom: 20px; padding: 10px; line-height: 1.5em; letter-spacing: 0.08em;}

/* テーブル */
table{ width: 580px; margin-left: 20px;}
caption { background-color: #333333; color:#00AAFF; width: 100%; height: 25px; padding-top: 6px;}
th{ background-color: #333333; color: #EFEFEF; width: 150px; height: 40px; text-align: center;}
td{ background-color: #CCCCCC; color: #333333; width: 430px; height: 40px; padding-left: 10px; line-height: 1.5em;}

/* ボタン */
.button { width:250px; height:50px; background-color:#333333; color: #CCCCCC; transition: all .3s; margin-left: 20px; text-align: center; padding-top:25px; font-size: 24px; font-weight: bold;}
.button:hover{ background-color: #00AAFF; color: #FFFFFF;}

/* リンク */
a { text-decoration: none; color:#00AAFF;}
a:hover { color: indianRed; }

iframe{ margin-left: 20px; }