@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
}

body {
	width: auto;
	height: 100%;
	margin: 0px auto;
	border: solid 0px black;
	background: rgba(255,255,255,1);
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a:link, 
a:active, 
a:visited {
	color: #203030;
	text-decoration: none;
}

.sraheader {
	width: 960px;
	height: 59px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: solid 1px rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}

.sraheader .logo {
	display: block;
	float: left;
	margin: 21px 0px 0px 0px;
	padding: 0px;
	width: 163px;
	height: 38px;
	background: url(../images/sralogo.png);
	background-size: contain;
}

.logo50th {
	marging:30px 0px 0px 10px;
}

.sraheaderlink {
	float: right;
	height: 25px;
	margin: 0px;
	padding: 30px 4px 4px 4px;
	font-size: 12px;
	line-height: 14px;
}

.header {
	width: 960px;
	margin: 0px auto;
	background-color: rgba(255,255,255,1);
}

.header.top {
	border: none;
	height: 223px;
	padding: 78px 0px 79px 0px;
	text-align: center;
}

.header.sub {
	height: 40px;
	padding: 0px;
	border-bottom: solid 1px #4c4c4c;
}

.header.sub .logo {
	float: left;
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 159px;
	height: 36px;
	background: url(../images/codedepotL.png);
	background-size: contain;
	background-clip: padding-box;
	background-repeat: no-repeat;
}

.header.sub .contact {
	float: right;
	line-height:1.2em;
	font-size: 9px;
	margin: 5px 3px 0px 3px;
	padding: 0px;
}

.header.top .title {
	font-size: 25px;
	margin: 0px;
	height: 25px;
	padding: 4px;
	line-height: 25px;
}
.header.top .logo {
	margin: 21px auto 25px auto;
	background: url(../images/codedepotR.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 110px;
}
.header.top .copy {
	font-family: "游明朝","YuMincho";
	font-weight: bold;
	font-size: 26px;
	margin: 0px;
	line-height: 26px;
	padding: 4px;
}

.description {
	font-family: "游明朝","YuMincho";
	font-size: 14px;
	font-weight: normal;
	line-height: 2.25em;
	text-align: center;
	margin: 0px auto;
	padding: 42px 4px 35px 4px;
	width: 952px;
	height: auto;
}
.triallink {
	font-family: "游ゴシック","YuGothic" !important;
	font-weight: bold !important;
	color: rgba(214,38,49,1) !important;
}
.trial {
	display: none;
	width: 630px;
	height: auto;
	padding: 2em 3em 3em 3em;
	margin: 0px auto 4em auto;
	font-size: 14px;
	line-height: 1.5em;
	background-color: rgba(255,255,255,1);
}
.trial div {
	margin: 1em 0px 0px 0px;
}
.trial ul {
	font-size: 14px;
}
.trial a {
	font-weight: bold;
}

.boxes {
	width: 960px;
	height: 210px;
	margin: 90px auto;
}
.box {
	width: 298px;
	height: 208px;
	border: solid 1px rgba(180,180,180,1);
	position: relative;
	float: left;
	background-color: rgba(255,255,255,1);
}
.box .title {
	text-align: center;
	padding: 4px;
	margin: 0px;
	font-size: 18px;
	line-height: 46px;
	font-family: "游ゴシック","YuGothic";
	font-weight: bold;
	color: rgba(0,0,0,1);
}
.box .content {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	width: 210px;
	margin: 0px 44px;
	color: rgba(180,180,180,1);
}
.box.center {
	margin: 0px 30px;
}
.box .button {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: 21px;
	margin-left: 129px;
	background: url(../images/menu.svg);
	background-size: contain;
}
.box .button:hover {
	background: url(../images/menu-active.svg);
	background-size: contain;
}

.news {
	clear: both;
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 37px 30px 37px 53px;
	border-collapse: separate;
	background-color: rgba(251,237,228,1);
}
.news .title {
	margin: 0px;
	width: 105px;
	height: 26px;
	font-family: "游明朝","YuMincho";
	font-weight: bold;
	font-size: 26px;
	padding: 4px;
	line-height: 26px;
	border: none;
}
.news .news-items {
	border: none;
	border-top: solid 1px rgba(192,192,192,1);
	padding: 0px;
	max-width: 764px;
	width: 700px;
}
.news .news-items .news-item {
	font-family: "游明朝","YuMincho";
	font-size: 14px;
	line-height:14px;
	font-weight:normal;
	border: none;
	border-bottom: solid 1px rgba(192,192,192,1);
	padding: 4px 4px 4px 28px;
}

.menu {
	width: 990px;
	margin: 40px auto;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px 0px;
}
.menu .menu-item {
	float: left;
	height: 120px;
	padding: 0px;
	margin: 0px 15px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	width: 298px;
	border: solid 1px rgba(180,180,180,1);
}
.menu .menu-item .button {
	display: block;
	width: 44px;
	height: 44px;
	margin-left: 127px;
	background: url(../images/menu.svg);
	background-size: contain;
}
.menu .menu-item .button:hover {
	background: url(../images/menu-active.svg);
	background-size: contain;
}
.menu .menu-item {
	background-clip: padding-box;
}
.menu .menu-item.selected {
	color: #ffffff;
	background-color: #4c4c4c;
	border: solid 1px #4c4c4c;
}
.menu .menu-item .label {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px;
	margin-top: 1em;
}
.menu .menu-item.selected .label {
	margin-top: 48px;
}

.main {
	margin: 30px auto;
	padding: 1px 80px 40px 63px;
	width: 817px;
	height: auto;
	background-color: rgba(255,255,255,1);
}

.abstract {
	width: 820px;
	font-size: 18px;
	color: rgba(66,66,66,1);
	padding: 34px;
	margin: 0px auto 0px auto;
}

.entry {
	margin-top: 33px;
	padding: 0px;
	height: auto;
	width: 817px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.entry .headline {
	float: left;
	padding: 4px;
	font-size: 32px;
	font-weight: bold;
	width: 322px;
	line-height: 32px;
	background-color: rgba(33,33,33,1);
	color: rgba(255,255,255,1);
}

.entry .headline.concept {
	background-color: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
}

.entry .headline.feature {
	background-color: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
}

.entry .headline.composite {
	background-color: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
}

.entry .headline.consulting {
	background-color: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
}

.entry .question {
	float: left;
	margin: 0px 0px 0px 41px;
	padding: 4px;
	font-size: 22px;
	text-indent: -57px;
	font-weight: bold;
	width: 281px;
	line-height: 1.2em;
	background-color: rgba(255,255,255,1);
	color: rgba(66,66,66,1);
	text-align: left;
}

.entry .content {
	float: left;
	margin: 0px 0px 0px 37px;
	width: 442px;
	padding: 4px;
	color: rgba(66,66,66,1);
}

.entry .content img {
	width: 442px;
}

p {
	margin: 0px;
	font-size: 18px;
	text-align: left;
	line-height: 1.2em;
}
ul {
	list-style: none;
	list-style-position: outside;
	margin: 4px 0em 0em 0em;
	padding: 0px;
	font-size: 18px;
	line-height: 1.2em;
	margin-left: 1em;
}
ul li {
	text-indent: -1.0em;
	margin: 4px 0px;
}
ul li:before {
	margin-left: 0em;
	content: "-";
	margin-right: 0.5em;
}
table {
	border-collapse: collapse;
	margin: 1em 0em;
	width: 100%;
}
table tr td {
	border: none;
	border-bottom: solid 1px rgba(66,66,66,1);
	text-align: left;
	padding: 4px 1em 4px 1em;
	font-size: 13px;
	line-height: 13px;
}
table tr .firstCell {
	padding: 4px 1em 4px 0em;
}

.footer {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	border: none;
	border-collapse: collapse;
	background-color: rgba(255,255,255,1);
	border-top: solid 1px rgba(0,0,0,1);
	border-bottom: solid 1px rgba(0,0,0,1);
}

.footer.top {
	border-top: none;
	border-bottom: solid 1px rgba(0,0,0,1);
}

.footer .contact-label {
	width: 184px;
	padding: 0px 0px 0px 267px;
	border-bottom: none;
}

.footer .contact-label div {
	text-align: right;
	display: table-cell;
	width: 165px;
	height: 0px;
	border: none;
	border-right: solid 1px rgba(192,192,192,1);
	padding: 22px 19px 22px 4px;
	font-size: 26px;
	line-height: 26px;
	font-family: "游明朝","YuMincho";
	font-weight: bold;
}

.footer .contact {
	padding: 4px 4px 4px 20px;
	font-size: 12px;
	line-height:1.2em;
	font-family: "游ゴシック","YuGothic";
	border-bottom: none;
}

.contact a:hover {
	background-color: #ccc;
}

.postscript {
	margin: 0px auto;
	padding: 8px 4px 8px 4px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	background-color: rgba(255,255,255,1);
	width: 952px;
}

.flexbox {
	min-width: 960px;
	margin: 0px auto;
	background-color: rgba(251,237,228,1);
	overflow: hidden;
}

.headlineWide {
	padding: 4px;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	background-color: rgba(255,255,255,1);
	color: rgba(33,33,33,1);
	margin: 30px 0px;
}
.contentWide {
	margin: 20px 20px 20px 37px;
	padding: 4px;
	color: rgba(66,66,66,1);
}
.contentWide p {
	margin: 1em 0em 0em 0em;
	font-size: 16px;
}
.contentWide ul {
	margin: 0.5em 0em 0em 2em;
	font-size: 16px;
}
.headlineWide.mini {
	margin: 0px;
	font-size: 16px;
}
.contentWide.mini {
	margin: 0px 0px 0px 37px;
}
.contentWide.mini ul {
	margin: 0px;
	font-size: 12px;
}
.contentWide.mini p {
	font-size: 12px;
}
