









@charset "UTF-8";

@import url('common/css/normalize.css');
@import url('common/css/style-t-shirt.css');
@import url('common/css/gallary.css');

/*Facebookボタン*/
.fb-btn {
	margin-left: 335px;
}

.guide_text {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.guide_text h3 {
	font-size: 22px;
	color: #4e3b1c;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2A64AF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A64AF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.guide_text h4 {
	font-size: 16px;
	color: #4e3b1c;
	padding-left: 20px;
	margin: 0;
	padding-bottom: 5px;
}
.guide_text p {
	padding-left: 20px;
	padding-bottom: 15px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}
/*お問い合せ*/
.mailform  table{
	margin-right: auto;
	margin-left: auto;
}
.mailform td, .mailform th {
	padding: 5px;
}
/*見積フォーム*/
.estimateform table {
	width: 600px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.conteiner_button input {
	height: 45px;
	width: 150px;
	font-size: larger;
	color: #060;
}
.estimateform th {
	padding-left: 15px;
	background-color: #F0F0F0;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	width: 200px;
	margin: 0px;
}
.estimateform td {
	padding-left: 15px;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;

}

.print_price {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left:30px;
}
.print_price th {
	color: #FFF;
	background-color: #06C;
}
.print_price th,
.print_price td {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*ページング*/
#navi4 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	width: 200px;
}
#navi4 .next,
#navi4 .prev
 {
	display: block;
	height: 25px;
	width: 80px;
	background-color: #2A64AF;
	color: #FFF;
	font-size: small;
	text-align: center;
	padding-top: 8px;
	float: left;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi4 .next a , #navi4 .prev a,
#navi4 .next a:active , #navi4 .prev a:active
{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#navi4 .next a:hover ,
#navi4 .prev a:hover

{
	display: block;
	color: #FF0;
	text-decoration: none;
}
#navi4 .next:hover{
	background-color: #3375CE;
}