
div.contents p.description {
	margin-top: 20px;
}

div.contents h1 {
	margin-top: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url('/img/h2_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

div.contents h2 {
	margin-top: 0;
}
div.about_contents h2 {
	margin-top: 0;
}
div.contents h3 {
	margin-top: 20px;
}
div.contents h4 {
	margin-top: 10px;
	margin-bottom: -10px;
}
div.history {
	border: 1px #BBBBBB dotted;
	margin-top: 10px;
}
div.contents ul.description {
	margin-top: 10px;
}
div.contents ul.description li {
	margin-left: 30px;
	list-style-type: circle;
}
div.contents ul.history li {
	margin-left: 30px;
	list-style-type: circle;
}
div.contents ol.description {
	margin-top: 10px;
}
div.contents .inner {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.contents ol > li {
	margin-left: 30px;
	list-style-type: decimal;
}
ol.description.alpha > li {
	list-style-type: lower-alpha;
}
ol.inner.number {
	margin-left: 2em;
}
ol.inner.number > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ol.inner.number > li:before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
div.contents dl.description dt {
	margin-top: 40px;
	font-size: large;
	font-weight: bold;
	padding-left:40px;
}
div.contents dl.description dd {
	padding-left:80px;
	font-size: larger;
}

div.contents ul.inline-menu{
	margin-top: 10px;
	list-style:none;
}

div.contents ul.inline-menu li{
	/*--float:left;--*/
	display:inline;
	margin-left:15px;
	font-weight: bold;
	font-size: large;
}

div.contents.privacy-contents ul > li {
	margin-left: 30px;
	list-style-type: disc;
}

/*	div.block {
	width: 640px;
	height: auto;
	margin-bottom: 31px;
}*/

.second_work {
	width: 145px;
	height: auto;
	margin-right: 20px;
	float: left;
}

.second_work h3 {
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.second-work h2 span {
	font-size: 19px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 22px;
}

.second-work h2 img {
	vertical-align: bottom;
	margin-right: 7px;
}

.second_work dt {
	font-weight: bold;
	line-height: 1.4;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.second_work dd {
	width: 100%;
	height: auto;
}

.second_work li {
	line-height: 1.4;
	width: 100%;
	height: auto;
	padding-bottom: 2px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.second_work li img {
	vertical-align: middle;
	margin-right: 4px;
}

.end-margin-none {
	margin-right: 0;
}

.list-thumb-small {
	width: 145px;
	height: auto;
	margin-bottom: 8px;
}

.list-thumb-small.list-thumb-small-fixed-height {
	height: 145px;
}

.list-thumb-small a {
	text-align: center;
	width: 145px;
	height: auto;
	padding: 5px;
	border: #D9E0E6 solid 1px;
	display: inline-block;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.list-thumb-small.list-thumb-small-fixed-height a {
	height: 145px;
	position: relative;
}

.list-thumb-small.list-thumb-small-fixed-height a img {
	display: block;
    margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.list-thumb-small a img:hover {
	filter: alpha(opacity = 70);
	opacity: 0.7;
}

#contest-first-box {
	text-align: center;
}

#contest-first-box h3 {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

#contest-first-box h3 img {
	vertical-align: text-top;
	margin-right: 4px;
}

#contest-first-img a {
	width: 486px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	border: #D9E0E6 solid 1px;
	display: inline-block;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

#contest-first-img a img {
	width: 100%;
	height: auto;
}

#contest-first-box dl {
	text-align: left;
	width: 486px;
	height: auto;
	margin: 0 auto;
}

#contest-first-box dt {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: auto;
	margin: 8px 0;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#contest-first-box ul {
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}

#contest-first-box li {
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#contest-first-box li img {
	vertical-align: middle;
	margin-right: 4px;
}

.show-more {
	width: 640px;
	height: auto;
	text-align: right;
}

.show-more img {
	vertical-align: bottom;
	margin-left: 4px;
}

/** simple page header */
.simple-page-header {
  width: 100%;
  height: 60px;
  margin: 0 0 31px 0;
  background-color: #262729;
}

.simple-page-header-inner {
  width: 100%;
  height: 60px;
  margin: 0 0;
  padding: 0 0;
  background-color: #262729;
}

.simple-page-header-left {
  width: 130px;
  height: 60px;
  margin: 0;
  padding: 0;
  float: left;
}
.simple-page-header-right {
  width: auto;
  height: 60px;
  margin: 0 10px 0 0;
  padding: 0 0;
  float: right;
}

/** about upload */
.about_upload_html,
.about_cloud_html {
 	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x : hidden;
}

.about_upload_body,
.about_cloud_body {
  	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x : hidden;
}

.about_upload_wrapper,
.about_cloud_wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.about_upload_contents_outer,
.about_cloud_contents_outer {
  width: 100%;
	margin: 0;
	padding: 0;
}

.about_upload_contents,
#aboutUpload-text {
	margin:0;
	padding:0 0 10px 0;
}

.about_cloud_contents {
	margin:0;
	padding:0;
}

.about_upload_contents h2,
#aboutUpload-text h2,
.about_cloud_contents h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.25;
  width: 100%;
  height: 56px;
  margin-bottom: 31px;
  border-top: 1px solid #D9E0E6;
  border-bottom: 1px solid #D9E0E6;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.about_upload_contents h2 span:first-child,
#aboutUpload-text h2 span:first-child,
.about_cloud_contents h2 span:first-child {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url('/img/icon/h_img.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
  display: table-cell;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.about_upload_contents ul,
#aboutUpload-text ul,
.about_cloud_contents ul,
.about_cloud_contents p {
	padding: 0;
	margin: 0 5px 5px 5px;
}

.about_upload_contents h3,
#aboutUpload-text h3 {
	margin-top: 20px;
}

.about_upload_contents ul li,
#aboutUpload-text ul li,
.about_cloud_contents ul li {
  	font-size: 12px;
	margin: 0 0 0 24px;
	padding: 4px;
	list-style-position:outside;
	list-style-type: disc;
}

div.simple-copyright-back {
	bottom: 0;
	margin-top: auto;
	margin-bottom: 0px;
	height: 62px;
	width: 100%;
	background-color: #000;
}

div.simple-copyright {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: auto;
	padding: 20px 12px 24px 0;
	text-align: right;
	background-color: #000;
	background-image: url('/img/line_color.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}