@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;
}

.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: auto;
	padding: 48px 0px 18px 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: 176px;
	height: 36px;
	background: url(../images/logo-sub.png);
	background-size: contain;
	background-clip: padding-box;
	background-repeat: no-repeat;
	position: relative;
}
.header.sub .logo::after {
	display: block;
	position: absolute;
	content: "®";
	font-size: 8px;
	width: 8px;
	height: 8px;
	right: -6px;
	bottom: 8px;
}

.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/logo-top.png);
	background-size: contain;
	width: 640px;
	height: 110px;
	position: relative;
}
.header.top .logo::after {
	display: block;
	position: absolute;
	content: "®";
	font-size: 16px;
	width: 16px;
	height: 16px;
	right: -16px;
	bottom: 2px;
}
.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: 15px;
	font-weight: normal;
	line-height: 2.25em;
	text-align: center;
	margin: 0px auto;
	padding: 42px 0 35px 0;
	width: 960px;
	height: auto;
}
.description .triallink {
	font-family: "游ゴシック","YuGothic";
	font-weight: bold;
	color: rgba(214,38,49,1);
}

#trial {
	display: none;
}
#trial:checked ~ #trialContent{
	display: block;
}
#trialContent {
	display: none;
}
.trial {
	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;
}

.trialtitle {
	font-family: "游ゴシック","YuGothic";
	font-weight: bold;
	font-size: 16px;
	color: rgba(214,38,49,1);
}

.announce {
	font-family: "游明朝","YuMincho";
	font-size: 20px;
	font-weight: normal;
	line-height: 2.0em;
	text-align: center;
	margin: 0px auto;
	padding: 42px 0 35px 0;
	width: 960px;
	height: auto;
}

.messages {
	width: 960px;
	margin: 0px auto;
}

.boxes {
	width: 960px;
	margin: 60px auto;
        height: 228px;
}

.box {
	width: 220px;
	height: 228px;
	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;
	margin: 0px 14px;
	color: rgba(180,180,180,1);
}

.box.center {
	margin: 0px 20px;
}

.box.left {
	margin: 0px 0px 0px 20px;
}

.box.right {
	margin: 0px 20px 0px 0px;
}

.box .button {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: 18px;
	margin-left: 88px;
	background: url(../images/menu.png);
	background-size: contain;
}

.box .button:hover {
	background: url(../images/menu-active.png);
	background-size: contain;
}

.news {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 15px 15px 15px 15px;
	border-collapse: separate;
	background-color: rgba(251,237,228,1);
}

.news .title {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	white-space: nowrap;
	margin: 0;
	max-width: 20%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Meiryo, メイリオ, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 30px;
	padding: 4px 40px 4px 4px;
	line-height: 26px;
	border: none;
	text-align: center;
}
.news .news-items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border: none;
	border-top: solid 1px rgba(192,192,192,1);
	padding: 0px;
	max-width: 80%;
}
.news .news-items .news-item {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Meiryo, メイリオ, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
	border: none;
	border-bottom: solid 1px rgba(192,192,192,1);
	padding: 4px;
	display: flex;
	flex-direction: row;
}
.news .news-items .news-item time {
	display: inline-block;
	min-width: 11em;
}
.news .news-items .news-item a {
	display: inline-block;
}
.news .news-items .news-item:hover {
	background-color: white;
}
.news .notice {
	font-size: 14px;
        font-weight: bold;
        color: #FB0207;
        margin: 0em 0.2em;
}

.menu {
	width: 960px;
	margin: 40px auto 0 auto;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px 0px;
}
.menu .menu-item {
	float: left;
	height: 120px;
	padding: 0px;
	margin: 0 20px 0 0;
	text-align: center;
	background-color: rgba(255,255,255,1);
	width: 220px;
	border: solid 1px rgba(180,180,180,1);
}
.menu .menu-item .button {
	display: block;
	width: 44px;
	height: 44px;
	margin-top: 10px;
	margin-left: 88px;
	background: url(../images/menu.png);
	background-size: contain;
}
.menu .menu-item:last-child {
	margin-right: 0;
}
.menu .menu-item .button:hover {
	background: url(../images/menu-active.png);
	background-size: contain;
}
.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 .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: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.2em;
	margin-left: 1em;
}
ul li {
	text-indent: -1.0em;
}
ul li:before {
	margin-left: 0em;
	content: "-";
	margin-right: 0.5em;
}
table {
	border-collapse: collapse;
	margin: 1em 0em;
}
table tr td {
	border: none;
	border-bottom: solid 1px rgba(66,66,66,1);
	text-align: left;
	padding: 4px 1em 4px 1em;
}
table tr .firstCell {
	padding: 4px 1em 4px 0em;
}

.footer {
	width: 960px;
	height: 160px;
	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;
}
.postscript::after {
	content: "\AProjDepot は株式会社ＳＲＡの登録商標です。";
	white-space: pre;
	font-size: 10px;
	line-height: 18px;
}

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

.verticalMarginThin {
	margin: 30px 0;
}

.release h2 {
        border-bottom: solid 1px #e89d60;
        padding: 4px 0px 4px 8px;
}

.release ul {
        list-style-type: square;
        margin-left: 2em;
}

.release ul ul {
        list-style-type: circle;
        margin-left: 2em;
}

.release ul li {
        margin: 0.2em 0em;
        font-size: 16px;
}

.release ul li:before {
	margin-right: 1em;
        content: "";
}

.release ul.hlist {
        list-style: none outside none;
        margin: 0.5em 0em 0.5em 2em;
}

.release ul.hlist li {
        font-size: 16px;
        display: inline-block;
        margin: 1px 16px 1px 1px;
}

.release ul.hlist li:before {
	margin-right: 0em;
        content: "";
}

.release ul.hlist li .name {
        color: #77bb88;
        margin-right: 4px;
}

.release .warn {
        font-weight: bold;
        color: #ff0000;
        margin: 0em 0.2em;
}

.usecase.username {
        color: #ff0000;
        padding-bottom: 10px;
        border-bottom: 2px solid #000080;
}

.usecase.title {
        padding: 10px;
        margin-left: 10px;
        font-family: sans-serif;
        font-size: 20px;
        color: #6666FF;
        font-wight: bold;
        width: 720px;
}

.usecase.body {
        margin-left: 10px;
        padding: 10px;
        width: 720px;
}

.usecase.body p {
        font-size: 18px;
        text-indent: 1em;
        margin: 10px 0px;
}

.usecase.body p b {
        color: #800080;
}

.usecase.download {
        margin: 40px auto;
        text-align: center;
        width: 100%;
}

.usecase.download a {
        display: inline-block;
        color: #0000ff;
        padding: 20px 40px;
        border: 1px solid #ccc;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
        font-size: 20px;
}

span.new {
        background-color: yellow;
        padding: 2px 2px;
        margin-left: 8px;
        color: red;
        font-size: 70%;
        border: 1px solid #ccc;
}

