﻿@charset "utf-8";

/**
	画像
**/
.figure.figure-01 .image{
	background-image: url(./detail-01.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-01 .image:before{
	padding-top: 78.13%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-01 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-02 .image{
	background-image: url(./detail-02.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-02 .image:before{
	padding-top: 81.25%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-02 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-03 .image{
	background-image: url(./detail-03.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-03 .image:before{
	padding-top: 81.25%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-03 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-04 .image{
	background-image: url(./detail-04.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-04 .image:before{
	padding-top: 81.25%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-04 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-05 .image{
	background-image: url(./detail-05.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-05 .image:before{
	padding-top: 81.25%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-05 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-06 .image{
	background-image: url(./detail-06.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-06 .image:before{
	padding-top: 81.25%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-06 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-07 .image{
	background-image: url(./detail-07.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-07 .image:before{
	padding-top: 133.13%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-07 .figcaption{
	display: none;
}

/**
	画像
**/
.figure.figure-08 .image{
	background-image: url(./detail-08.jpg);
	max-width: 320px;/* 画像実データの幅 */
}

.figure.figure-08 .image:before{
	padding-top: 133.13%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-08 .figcaption{
	display: none;
}


/**
	レイアウト調整
**/

.block-link{
	position: relative;
}

.block-link a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cadoc7000-caption {
	text-align:center;
	padding-top:5px;
}

.cadoc7000-frame {
	color:#757575;
	padding:10px 10px 0px 10px;
	margin-bottom:15px;
	background-color:#f4f4f4;
	border: solid 1px #e1e1e1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.cadoc7000-note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.cadoc7000-mark {
	font-size:75%;
}

.cadoc7000-normal {
	font-weight:normal;
}

.cadoc7000-bold {
	font-weight:bold;
	color:#3a87ab;
}