@charset "Shift_JIS";
/* CSS Document */

/* reset /////////////////////////////////////////*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
hr {
	display: none;
}
/* /reset /////////////////////////////////////////*/

body {
	background-color: transparent;
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 77%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	letter-spacing: normal;
}
br {
	letter-spacing: normal;
}
#mainarea {
	width: 550px;
	margin: 0 auto;
}
#mainarea h3 {
	background: url(../../img/present_btn.gif) no-repeat left top;
}
#mainarea h3 a {
	text-indent: -9999px;
	display: block;
	width: 496px;
	height: 93px;
}
#mainarea dl {
	clear: both;
	width: 540px;
	padding: 15px 0 15px 10px;
	background: url(../../img/dt_image.gif) no-repeat 5px 20px;
	border-bottom: dotted 1px #5c574d;
}

#mainarea dl dd.lbl{
	padding:5px 0 0 0;
}
.mes {
	width: 540px;
	height: 110px;
	border-bottom: dotted 1px #5c574d;
}
.name1 {
	width: 540px;
	height: 80px;
	border-bottom: dotted 1px #5c574d;
}
#mainarea dl dd input.tel {
	width: 50px;
}
#mainarea dl dd input.name {
	width: 230px;
}
#mainarea dl dd textarea.message {
	width: 250px;
	height: 6em;
}
#mainarea dt {
	float: left;
	text-align: left;
	width: 190px;
	margin-left: 10px;
	margin-top:5px;
}
#mainarea dd {
	float: left;
	text-align: left;
	width: 340px;
}
#mainarea #btn {
	text-align: center;
	padding: 30px 0 30px 0px;
}
#mainarea .entry {
	clear: both;
}
#mainarea .entry_con {
	padding: 0;
}
#mainarea .entry_con2 {
	padding: 0;
}
#small {
	clear: both;
	font-size: 85%;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.small ul {
	list-style: circle;
}
#small li {
	list-style-image: url(../../img/icon2.gif);
	list-style-position: outside;
}
#small li A:link, A:visited, A:hover, A:active {
	color: #df1d1d;
	text-decoration: underline;
}
.cation {
	clear: both;
	color: #df1d1d;
	font-weight: bold;
	height: 17px;
	text-align: left;
	margin: 20px 0 10px 0;
}
/* フォント関係*/

.errMsg {
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top: 60px;
	color: #cc3333;
}
.jump A:link, A:visited, A:hover, A:active {
	color: #cc3333;
	text-decoration: underline;
}
.red {
	background: url(../../img/red_1.gif) no-repeat top left;
	padding-left: 20px;
	font-weight: bold;
}
.red2 {
	background: url(../../img/red_2.gif) no-repeat top left;
	padding-left: 20px;
	font-weight: bold;
}
.red3 {
	background: url(../../img/red_3.gif) no-repeat top left;
	padding: 10px 0 0 20px;
}
.text {
	text-align: left;
}
.yellow_text {
	color: #ece018;
}
.red_text {
	color: #cc3333;
}
.require {
	color: #cc3333;
}
.small_red {
	font-size: 85%;
	color: #b90b34;
}
.small_orange {
	font-size: 85%;
	color: #e97a27;
	text-align: center;
	height: 20px;
}
.large {
	font-size: 16px;
	line-height: 18px;
	color: #b90b34;
}
img {
	border: none;
}
.leftbox {
	float: left;
	margin-right: 10px;
}
.rightbox {
	float: right;
	margin-left: 10px;
}
.textRight {
	text-align: right;
}
dl dd input.tel {
	width: 50px;
	height:30px;
	ime-mode: disabled;
}
dl dd input.zip {
	width: 50px;
	height:30px;
	ime-mode: disabled;
}
dl dd input.mail {
	width: 240px;
	height:30px;
	ime-mode: disabled;
}
dl dd input.name, dl dd input.kana, dl dd input.rname, dl dd input.city {
	width: 240px;
	height:30px;
	ime-mode: active;
}

dl dd input.addr{
	width: 320px;
	height:30px;
	ime-mode: active;
}

dl dd textarea.message{
	width: 240px;
	height:60px;
	ime-mode: active;
}

dl dd input.age{
	width: 50px;
	height:30px;
	ime-mode: disabled;
}


/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* for ie5,6*/

/* contents clearfix */
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #contents {
	height: 1%;
}
#contents {
	display: block;
}
/* End hide from IE-mac */
/* /main clearfix */

/* description clearfix */
.description:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.description {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .description {
	height: 1%;
}
.description {
	display: block;
}
/* End hide from IE-mac */
/* /description clearfix */



/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/
