/*
 * iweb52-style28
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 06
 */


/* + contact
*----------------------------------------------------------------------------*/
aside #contInfo{ margin-top:0;}
aside #contInfo ul {
	margin-bottom: 15px;
}
.contInfo{
    border: 2px solid #d0dcdb;
    padding: 20px;
    text-align: center;
	margin-bottom: 50px;
}
.contInfo article{
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.contInfo >p{
    text-align: center;
    color: #6c6969;
}

#contact p {
	margin-bottom: 15px;
}

#contact p label {
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

#contact p label b {
	margin-right: 5px;
	color: #EB0003;
}

#contact p input ,
#contact p textarea {
	padding: 10px 1%;
	width: 97%;
	border: 1px #ddd solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #444;
}

#contact p input:focus ,
#contact p textarea:focus {
	border-color: #2eb1a5;
}

#contact p input#Checknum {
	margin-right: 10px;
	width: 150px;
}

#contact p a#btnOK ,
#order .button p a ,
#order .orderWrap .orderList p input[type="button"] {
	margin-left: 15px;
	padding: 7px 20px;
	background: #2eb1a5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 2px #258e84 solid;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}


/* + order
*----------------------------------------------------------------------------*/
#order .orderWrap {
	margin-bottom: 15px;
}

#order .orderWrap .orderList {
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px #dcd9d9 solid;
}

#order .orderWrap .orderList p {
	width: 15%;
	float: left;
}

#order .orderWrap .orderList p:first-child {
	width: 40%;
}

#order .orderWrap .orderList p label {
	padding-bottom: 5px;
	border-bottom: 2px #dcd9d9 solid;
	text-align: center;
	display: none;
}

#order .orderWrap .orderList:first-child p label {
	display: block;
}

#order .orderWrap .orderList p b {
	margin: 5px 0;
	display: block;
	line-height: 100px;
	text-align: center;
}

#order .orderWrap .orderList p:first-child b {
	text-align: left;
}

#order .orderWrap .orderList p b img {
	margin-right: 15px;
	height: 100px;
}

#order .orderWrap .orderList p input[type="text"] {
	padding: 0 10px;
	width: 30px;
	border: 1px #ddd solid;
	font-size: 16px;
}

#order .orderWrap .orderList p input[type="button"] {
	margin-left: 0;
	padding: 5px 10px;
	background: #ec3939;
	border-color: #901c1c;
	font-size: 14px;
	font-weight: normal;
}

#order .orderWrap .orderList p input[type="button"]:hover {
	background: #901c1c;
}

#order #orderTotal p {
	margin: 10px 0;
	text-align: right;
}

#order .button {
	margin: 15px 0 30px;
	text-align: center;
}

#order .button p.link {
	text-align: right;
}

#order .button p {
	width: 49%;
	display: inline-block;
}

#order .button p a {
	background: #555;
	border-color: #000;
	font-weight: normal;
}

#order .button p.link a {
	background: #39b3d7;
	border-color: #269abc;
}

#order .button p a i {
	vertical-align: initial;
}

#contact p a#btnOK:hover ,
#order .button p a:hover {
	background: #3bc7bb;
	border-color: #3bc7bb;
}



/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#order .orderWrap .orderList {
		border-bottom: 0;
	}
	#order .orderWrap .orderList p ,
	#order .orderWrap .orderList p:first-child {
		float: none;
		width: 100%;
		border-bottom: 1px #dcd9d9 solid;
	}
	#order .orderWrap .orderList p label ,
	#order .orderWrap .orderList:first-child p label ,
	#order .orderWrap .orderList p b {
		margin: 0;
		padding: 10px 0;
		width: 49%;
		display: inline-block;
		line-height: 33px;
		border-bottom: 0;
	}
	#order .orderWrap .orderList p:first-child label ,
	#order .orderWrap .orderList p:first-child b {
		width: 100%;
		text-align: center;
	}
	#order .orderWrap .orderList p:first-child label {
		border-bottom: 2px #dcd9d9 solid;
	}
	#order .orderWrap .orderList p b img {
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto;
		display: block;
	}
	aside > div {
		display: block;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
}