@charset "utf-8";
/* CSS Document */

/**{
	outline: 1px solid red;
}*/

html {
	font-size: 100%;
}

body {
	font-size: 0.75rem;/*12px*/
	font-family: "Raleway", sans-serif;
	color: #333;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.7;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.container{
	width: 800px;
	margin: 0 auto;
}

th {
	font-weight: normal;
}


/*============== header ==============*/

#header {
	padding-top: 45px;
	padding-bottom: 28px;
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 50px;
}

#header h1 {
	line-height: 1;
	margin-bottom: 30px;
}

#header h1 a {
	display: block;
	text-align: center;
}

#header h1 img {
	width: 100px;
}

#header nav {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}

#header .nav_menu {
	display: flex;
}

#header .nav_menu li {
	margin-right: 15px;
}

#header .nav_signin {
	display: flex;
}

#header .nav_signin li {
	margin-left: 15px;
}



/*============== main ==============*/

#main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}


.img_goods img {
	width: 400px;
}

.section_goods {
	width: 340px;
}

.goods_title {
	font-size: 1rem;
	font-weight: bold;
	padding: 23px 0 ;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 20px;
}

.goods_text {
	line-height: 1.83;
	margin-bottom: 30px;	
}

.goods_price {
	margin-bottom: 30px;
}

table.goods_order,
table.goods_size {
	width: 100%;
	text-transform: capitalize;
}

table.goods_order tr {
	border-bottom: 1px solid #C3C3C3;
	height: 35px;
	line-height: 35px;
	text-align: center;	
}

table.goods_order tr:last-child {
	border-bottom: none;
}


table.goods_order tr th:first-child {
	width: 15%;
	border-right: 1px solid #c3c3c3;
	text-align: center;
}

table.goods_order tr th:nth-child(2) {
	text-align: center;
	width: 15%;
	border-right: 1px solid #c3c3c3;
}

table.goods_order tr td:first-child {
	border-right: 1px solid #c3c3c3;
}

table.goods_order tr td:nth-child(2) {
	border-right: 1px solid #c3c3c3;
}

table.goods_order select {
	width:90%;
	height: 20px;
	border: 1px solid #c3c3c3;
	text-align: left;
	appearance: auto;
	line-height: 18px;
	padding-left: 20px;
}

p.order_btn {
	margin-top: 20px;
	margin-bottom: 30px;
}

p.order_btn a {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0;
	display: block;
	background-color: #4B4B4B;	
}


table.goods_size {
	border: 1px solid #c3c3c3;
	text-align: center;
}

table.goods_size tr {
	border-bottom: 1px solid #C3C3C3;
	height: 35px;
	line-height: 35px;		
}

table.goods_size tr:first-child {
	background-color: #E4E4E4;
}



table.goods_size tr th:first-child {
	width: 15%;
	border-right: 1px solid #c3c3c3;
	text-align: center;
}

table.goods_size tr th:nth-child(2) {
	text-align: center;
	width: calc( 85%/3 );
	border-right: 1px solid #c3c3c3;
}

table.goods_size tr th:nth-child(3) {
	text-align: center;
	width: calc( 85%/3 );
	border-right: 1px solid #c3c3c3;
}

table.goods_size tr th:nth-child(4) {
	text-align: center;
	width: calc( 85%/3 );
}

table.goods_size tr td {
	border-right: 1px solid #c3c3c3;
}

/*============== footer ==============*/



#footer p {
	text-align: center;
	font-size: 0.625rem;
	padding-top: 12px;
	padding-bottom: 12px;
}



/*============ スマホ表示 ============*/
@media screen and ( max-width : 896px ) {
	
	.wrapper {
		width: 100%;
		padding: 0 4%;
	}
	
	.container{
	width: 100%;
}
	
	#header {
	padding-top: 35px;
	padding-bottom: 18px;
		border-bottom: none;
		margin-bottom: 0;
}
	

	#header .nav_menu {
		justify-content: space-between;
		margin-right: 0;
	}
	
	#header nav {
		overflow-x: scroll;
	}
	
	#main {
		flex-direction: column;
	}
	
	.img_goods img {
	width: 100%;
}

.section_goods {
	width: 100%;
	padding: 0 4%;
}

	.img_goods {margin-bottom: 10px;}

	
	
	
}/*/media*/

