@charset "UTF-8";
/* CSS Document */

html{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
}
body {
	line-height: 1.75;
}

.wrapper {
	/*width: 560px;*/
	/*height: 580px;*/
	height: auto;
	padding: 30px 20px 30px;
	/*background: #f1f1f1;*/
	background: #fff;
}
.header {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.header img {
	width: 200px;
	height: auto;
}
.header .product {
	margin-left: 30px;
	width:  calc(100% - 230px);
}
.header .product h1  {
	border-bottom: 1px solid #000;
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.25;
	font-size: 23px;
}
.header .product span {
	display: block;
	margin-top: 5px;
	line-height: 1.75;
	font-size: 17px;
	font-weight: 700;
}

.telpane {
    margin-top: 5px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
	line-height: 1.5;
}

.telpane table {
	border-collapse: collapse;
}
.telpane table th {
	background-color: #000;
  font-weight: 400;
	color: #fff;
	font-size: 13px;
	padding: 9px 9px 9px 10px;
    border: 1px solid #aaa;
    vertical-align: middle;
}

.telpane table td {
	width: 25%;
	padding: 9px 9px 9px 10px;
    border: 1px solid #aaa;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
	background: #fff;
}

.telpane .table1 {
	margin-bottom: 15px;
}
.telpane .table1 img,
.telpane .table2 img {
	width: 120px;
	height: auto;
}





body#colors #cboxContent #cboxLoadedContent {
    margin-bottom: 0;
}

@media screen and (max-width: 550px) {
	
	.wrapper {
		padding: 0 0 0;
		overflow: auto;
		width: 100%;
		text-align: center;
		/*height: auto;*/
	}
	.header {
		display: block;
		text-align: center;
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.header img {
	width: 100px;
	height: auto;
}
	.header .product {
	margin-left: 0;
	width:  100%;
	}
	.header .product h1  {
	padding-bottom: 7px;
	font-size: 20px;
}
.telpane {
		overflow: scroll;
	}
	.telpane table {
		min-width: 500px;
		margin-bottom: 15px;
	}
	.telpane table td:first-child {
		width: 15%;
	}
.telpane .table1 img,
.telpane .table2 img {
		width: 75px;
	}

}




