/* フォント */

@charset "Shift_JIS";

body {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
}


a:link{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: none;
}
.red12{
	font-size: 1.2em;
	color: #C70404;
}

.red{
	color: #C70404;
}
.red_b{
	color: #C70404;
	font-weight: bold;
}


.tel{
	font-size: 2.0em;
	font-weight: bold;
	color: #C70404;
}

.tel_center{
	font-size: 1.7em;
	font-weight: bold;
}


.gray_s{
	font-size: 11px;
	color: #666666;
}

.gray_s2{
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.red_s{
	color: #C70404;
	font-size: 11px;
}

.mar5{
	margin-bottom: 5px;
}


.mar10{
	margin-bottom: 10px;
	margin-top: 10px;
}

.at_buy{
	color: #C70404;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 750px;
}

.at_send{
	color: #C70404;
	font-size: 12px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.px13{
	font-size: 13px;
}

/* フォーム */

textarea{
	border: 1px solid #CCCCCC;
}

select {
	border: 1px solid #CCCCCC;
}
