@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	font-size:0.8em;
	line-height:1.5em;
	background:url(img/page1_01.gif) left top repeat-x #ffedbf;
}
body#contact {
	background:url(img/contact_01.gif) left top repeat-x #ffedbf;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {color:#ccc;}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td,
th {
	vertical-align: top;
	text-align: left;	
	font-weight: normal;
}
img {
	display: block;
}

p {
	font-size:12px;
	margin:10px 0;
}

p.info01 {
	font-weight:bold; font-size:18px;
}

#wrap {
	width:800px;
	margin:0 auto;
}
#contact #wrap {
		background:url(img/contact_02.gif) center top repeat-y;
}
.text_box {
	padding: 0 50px;
	background:url(img/contact_04.gif) center top no-repeat;
}
.box {
	font-size:0.8em;
	line-height:1.5em;
	padding: 0 50px;
}
.text_box p {margin-bottom:15px;}
.text_box p b {
	font-size:1.0em;
	font-weight:bold;
}
#contact h3 {margin-top:30px;}
#contact h4 {
	font-weight:bold;
	margin-top:20px;
	padding:5px 15px;
	background: url(img/contact_22.gif);
	border-left: 3px solid #060;
}
.text_box table,
.box table {
		margin-top:15px;
}
.text_box table th,
.text_box table td {padding:5px 10px;}
.text_box table.form_table th,
.text_box table.form_table td {
	border:1px solid #ccc;
	vertical-align:middle;
}
.text_box table.form_table th {
	background:url(img/contact_21.gif);
	width:33%;
}
.center {
	text-align:center;
	margin-top:20px;
}
.center input[type="reset"],
.center input[type="submit"],
.center input[type="button"]{
    padding: 5px 10px;
}
#footer {
	width:750px;
	margin:0 auto 10px;
}
.f_name {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}

  @media screen and (max-width: 768px) { 

div.line_pc {
	display:none !important;
}

div.line_sp {
	display:block;
}

}

@media print, screen and (min-width: 769px) {

div.line_pc {
	display:block;
}

div.line_sp {
	display:none !important;
}

}