@charset "UTF-8";
/* CSS Document */

.box {
	background-color:#000;
	width:1000px;
	height:auto;}

.box2 {
	background-color:#fff;
	width:800px;
	height:auto;
	margin:0 auto;
	padding-bottom: 20px;}
	
h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:16px;
	padding:20px 20px 10px;
	display: block;}

h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-size:18px;
	display: block;}

.box .box2 ul {
	overflow: hidden;
}

.distributeimg {
	margin-top: 20px;
}

.description {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:16px;
	padding-left:20px;}

.Dismantling_img {
	margin-left: 100px;}

.Dismantling_img ul li {
	float: left;
	margin-bottom: 20px;}

.Dismantling_img ul li:nth-child(2),.Dismantling_img ul li:nth-child(3) {
	margin-left: 40px;}
	
.info {
	clear:both;
	color:#000;
	font-size:16px;
	text-align:center;
	padding-top: 20px;}

.modaloverlay {
    z-index:2; 
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} 

a.modalopen:hover {cursor:pointer}

.modalcontent {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; 
    margin:10px;
    padding:15px;
    border-radius:10px;
    background:#fff}

.modalcontent img {
	width:auto;
	max-height:75vh}

.modalcontent h5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	margin-bottom:0.5em}

.modalcontent p {
	max-width:565px;
	text-align:left}

a.modalclose { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:0;
    right:10px;
    color:#000;
    font-size:35px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}

a.modalclose:hover {
	cursor:pointer} /*カーソルをポインタに*/
