#mainimage {
	background-image: url(../image/mainimage.jpg);
	background-position: center top;
	background-size:cover;
}
#mainimage .body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
}
#mainimage h2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	width: 80%;
}
#mainimage p {
	color: #FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 15px;
}


#top {
}
#top .body {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top .body_h1 {
	font-size: 14px;
	line-height: 1.7em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 20px;
	text-align: center;
}
#top h3 {
	font-size: 14px;
	line-height: 1.7em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 20px;
	text-align: center;
}
#top ul.bt {
	display: table;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top ul.bt li {
	text-align: center;
	display: table-cell;
}
#top ul.bt li a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}


#detail {
	background-color: #001e38;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
}
#detail .body {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#detail h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	letter-spacing: 0em;
	line-height: 1.5em;
	text-align: center;
}
#detail p.copy {
	font-size: 14px;
	color: #14578b;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: 0em;
	line-height: 1.5em;
	text-align: center;
}
#detail p.name {
	font-size: 16px;
	line-height: 1.5em;
	color: #4c4948;
	text-align: center;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	margin-top: 10px;
}
#detail p.name b {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	display: block;
}

#detail .unitbt {
	margin-top: -35px;
	margin-bottom: 40px;
}
#detail .unitbt .point {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #039;
	top: 30px;
	right: -78%;
}
#detail .unitbt .point span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0em;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#detail .unitbt a {
	font-size: 12px;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
	background: #e9faff;
	background-image: -webkit-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -moz-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -ms-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -o-linear-gradient(top, #e9faff, #82d5ff);
	background-image: linear-gradient(to bottom, #e9faff, #82d5ff);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	border: solid #05a8ff 2px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 90%;
	padding-top: 0.8em;
	padding-bottom: 0.7em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detail .unitbt a b {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #0e3056;
}
#detail .unitbt p {
	font-size: 13px;
	line-height: 1.5em;
	color: #F60;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#detail .movie {
	border: 2px solid #7f89b6;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px;
}
#detail .movie ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#detail .movie li {
	text-align: center;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#detail .movie .icon {
	display: block;
	position: absolute;
	z-index: 2;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 35%;
	top: 25%;
}
#detail .movie img {
	position: relative;
	z-index: 1;
}
#detail .movie a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5em;
}
#detail .movie a:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#detail .image {
}


#detail #memory_unit:before {
	content: "";
	margin-top: -80px;
	height: 80px;
	display: block;
	visibility: hidden;
}
#detail #memory_unit ul {
	border: 4px solid #7f89b6;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detail #memory_unit ul li {
}
#detail #memory_unit h4 {
	font-size: 20px;
	line-height: 1.2em;
	color: #0e3056;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#detail #memory_unit p {
	font-size: 13px;
	line-height: 1.5em;
	color: #231815;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#detail #memory_unit li.image {
	padding-top: 5px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 70%;
	padding-bottom: 10px;
}


#detail ul#type {
	width: 100%;
	text-align: center;
	display: flex;
flex-flow: wrap;
justify-content: space-between;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	align-items: center;
}
#detail ul#type li {
	text-align: center;
	width: 48%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#detail #outline {
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detail #outline h3 {
	font-size: 18px;
	font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
#detail #outline .box {

}
#detail #outline > .box > table tr td,
#detail #outline > .box > table tr th {
  border: 1px solid #ccc;
}
#detail #outline .box p {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
#detail #outline h4 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #231815;
	padding-bottom: 5px;
	padding-top: 15px;
}
#detail #outline table {
	background-color: #CCC;
	letter-spacing: 0em;
}
#detail #outline table th {
	background-color: #eeeeef;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 4px;
	padding-left: 2%;
	font-weight: normal;
	width: 100%;
	display: block;
}
#detail #outline table td {
	background-color: #FFF;
	text-align: left;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	font-size: 14px;
	line-height: 1.5em;
	display: block;
	width: 100%;
}
#detail #outline .box table td p {
	font-size: 14px;
	line-height: 1.5em;
}
#detail #outline table .light:after {
	content:"軽い!";
	font-size: 11px;
	color: #FFF;
	background-color: #00b8ee;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	line-height: 1em;
	width: 3rem;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	text-align: center;
}
#detail #outline table .save:after {
	content:"省エネ!";
	font-size: 11px;
	color: #FFF;
	background-color: #A9CE52;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	width: 3rem;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
}
#detail #outline p.caption {
	font-size: 12px;
	clear: both;
	padding-top: 10px;
}
#interview {
	margin-top: 35px;
}
#interview h3 {
	font-size: 18px;
	font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
}
#interview .body {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#interview .box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#interview .box .left {
	text-align: left;
	float: left;
	width: 70%;
}
#interview .box h4 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#interview .box p.item {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#interview .box p.copy {
	font-size: 14px;
	line-height: 1.5em;
	color: #005ea2;
	background-color: #e9f8ff;
	padding: 10px;
	margin-bottom: 5px;
}
#interview .box p.des {
	font-size: 13px;
	line-height: 1.7em;
	letter-spacing: 0em;
	display: none;
}
#interview .box .bt {
	padding-top: 10px;
}
#interview .box .bt a {
	background: #e9faff;
	background-image: -webkit-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -moz-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -ms-linear-gradient(top, #e9faff, #82d5ff);
	background-image: -o-linear-gradient(top, #e9faff, #82d5ff);
	background-image: linear-gradient(to bottom, #e9faff, #82d5ff);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 2px #8f8f8f;
	-moz-box-shadow: 0px 0px 2px #8f8f8f;
	box-shadow: 0px 0px 2px #8f8f8f;
	color: #0d0084;
	font-size: 14px;
	border: solid #05a8ff 1px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
}
#interview .box .bt a:hover {
	background: #e6c45f;
	background-image: -webkit-linear-gradient(top, #e6c45f, #de781f);
	background-image: -moz-linear-gradient(top, #e6c45f, #de781f);
	background-image: -ms-linear-gradient(top, #e6c45f, #de781f);
	background-image: -o-linear-gradient(top, #e6c45f, #de781f);
	background-image: linear-gradient(to bottom, #e6c45f, #de781f);
	color: #FFF;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
}
#interview .box .photo {
	float: right;
	width: 25%;
}
