/*
 * iweb51-style10
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 10 / 30
 */


/**
*
* =contact-info
*
**/
.wrapper .container section .content-wrap #article table tbody tr th ,
.wrapper .container section .content-wrap #article table tbody tr td {
	padding: 10px;
	width: 10%;
	border-bottom: 1px #3F3F3F dashed;
	text-align: center;
}

.wrapper .container section .content-wrap #article table tbody tr th.name ,
.wrapper .container section .content-wrap #article table tbody tr td.name {
	width: 40%;
}

.wrapper .container section .content-wrap #article table tbody tr td#price1 ,
.wrapper .container section .content-wrap #article table tbody tr td#price2 ,
.wrapper .container section .content-wrap #article table tbody tr td#price3 {
	text-align: right;
}

.wrapper .container section .content-wrap #article table tbody tr td img {
	width: 50%;
}

.wrapper .container section .content-wrap #article table tbody tr td input {
	padding: 5px;
}

.wrapper .container section .content-wrap #article table tbody tr td input.Del ,
.wrapper .container section .content-wrap #article .button p input ,
.wrapper .container section .content-wrap #article .button p a {
	padding: 10px;
	display: inline-block;
	background: #ED1515;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
}

.wrapper .container section .content-wrap #article .button p input ,
.wrapper .container section .content-wrap #article .button p a {
	line-height: 20px;
}

.wrapper .container section .content-wrap #article table tbody tr td input.Del ,
.wrapper .container section .content-wrap #article .button p input:hover ,
.wrapper .container section .content-wrap #article .button p a:hover {
	opacity: 1;
}

.wrapper .container section .content-wrap #article .button {
	overflow: hidden;
	padding: 0 20px;
}

.wrapper .container section .content-wrap #article .button p {
	margin: 10px 0;
	float: left;
	width: 50%;
}

.wrapper .container section .content-wrap #article .button p.link {
	text-align: right;
}

.wrapper .container section .content-wrap #article .button p input {
	background: #8A700C;
}

.wrapper .container section .content-wrap #article .button p a {
	background: #2F3030;
}


/**
*
* =contact-form
*
**/
.wrapper .container section .content-wrap .contact-form {
	overflow: hidden;
}

.wrapper .container section .content-wrap .contact-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper .container section .content-wrap .contact-form fieldset p {
	margin: 0 0 25px;
	line-height: 190%;
	font-size: 18px;
	color: #2F2F2F;
}

.wrapper .container section .content-wrap .contact-form fieldset p label {
	margin: 0 0 5px;
	display: inline-block;
}

.wrapper .container section .content-wrap .contact-form fieldset p label strong {
	margin: 0 5px 0 0;
	display: inline-block;
	color: #F00;
}

.wrapper .container section .content-wrap .contact-form fieldset p input {
	padding: 5px;
	width: 100%;
	height: 35px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.wrapper .container section .content-wrap .contact-form fieldset p select {
	padding: 5px;
	width: 100%;
	height: 35px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.wrapper .container section .content-wrap .contact-form fieldset p textarea {
	padding: 0 5px;
	width: 100%;
	height: 130px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}

.wrapper .container section .content-wrap .contact-form fieldset p input.radio {
	width: 20px;
	height: 20px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn {
	overflow: hidden;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p {
	padding: 5px 5px 5px 10px;
	height: 40px;
	float: left;
	border-radius: 3px;
	line-height: 40px;
	color: #999;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p input {
	margin: -5px 5px 0;
	margin: -5px 5px 0 60px \9;
	width: 65px;
	height: 30px;
	line-height: 30px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p img {
	margin-top: -5px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p.send {
	padding: 0;
	width: 30%;
	height: 50px;
	background: none;
	line-height: 50px;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p.send input.btn-submit {
	margin: -4px 0 0 10px;
	padding: 7px 0;
	width: 90px;
	height: 45px;
	background: #d41815;
	background: -moz-linear-gradient(top,  #d41815 0%, #ae0200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d41815), color-stop(100%,#ae0200));
	background: -webkit-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: -o-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: -ms-linear-gradient(top,  #d41815 0%,#ae0200 100%);
	background: linear-gradient(to bottom,  #d41815 0%,#ae0200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41815', endColorstr='#ae0200',GradientType=0 );
	display: inline-block;
	box-shadow: 2px 2px 2px #CCC;
	border-radius: 3px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

.wrapper .container section .content-wrap .contact-form fieldset.btn p.send input.btn-submit:hover {
	background: #980d0d;
}


/**
*
* =infoItem
*
**/
.wrapper .container section .content-wrap .contact-form .infoItem h4 {
	padding-bottom: 5px;
	border-bottom: 1px #6B6868 dotted;
	font-size: 18px;
	font-weight: normal;
}

.wrapper .container section .content-wrap .contact-form .infoItem ul li {
	margin: 10px 0;
	font-size: 16px;
}

.wrapper .container section .content-wrap .contact-form .infoItem #gmap iframe {
	width: 100%;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 768px) {
	.wrapper .container aside #gmap {
		width: 100%;
		overflow: hidden;
	}
	.wrapper .container aside #gmap iframe {
		width: 100% !important;
		height: 500px !important;
	}
}

@media only screen and (min-width : 1024px) {
	.wrapper .container aside #gmap iframe {
		height: 700px !important;
	}
}

@media only screen and (min-width : 1280px) {
	.wrapper .container section .content-wrap .contact-info ,
	.wrapper .container section .content-wrap .contact-form fieldset p label {
		color: #000;
	}
}