@charset "utf-8";
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "メイリオ","Meiryo",verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	color: #333333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

li {
	list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
	text-decoration: none;
	color: #0066FF;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

a:hover{
  text-decoration: underline;
}


a img {
	border: none;
}

a:hover img {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#head {
	border-bottom: solid 2px #f19ec2;
}

#head_in {
	width: 960px;
	margin: 0 auto;
}

#main {
	width: 960px;
	height: 641px;
	margin: 0 auto;
}

#top_title {
	background: #f56b7a;
}

#top_title_inbox {
	width: 960px;
	margin: 0 auto;
}

.form_bt {
	background: #fba3ac;
	height: 100px;
}

.form_bt_inbox {
	width: 558px;
	padding-left: 402px;
	margin: 0 auto;
	height: 100px;
	background: url(img/form_bt.png);
	overflow: hidden;
}

.form_bt_tel {
	float: left;
}

.form_bt_tel a {
	width: 280px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.form_bt_mail {
	float: left;
}

.form_bt_mail a {
	width: 278px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.contents {
	width: 960px;
	margin: 0 auto;
}

.contents img {
	margin: 0;
	padding: 0;
}

#img2 {
	background: url(img/08_bg.jpg) repeat-x;
	height: 405px;
}

#img2_inbox {
	width: 960px;
	margin: 0 auto;
}

#formbox {
	width: 800px;
	margin: 20px auto;
	padding: 20px;
	box-shadow: 1px 1px 10px #666;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 14px;
	color: #333333;
}

#formbox p {
	margin-bottom: 20px;
}

span.red {
	font-size: 12px;
	color: #FF0000;
}

.mailform {
	overflow: hidden;
}

#privacy {
	width: 778px;
	height: 100px;
	padding: 10px;
	border: solid 1px #999999;
	font-size: 10px;
	overflow: auto;
	margin-bottom: 20px;
}

.mfp_buttons {
	padding: 15px 0;
	background: #fbe6e8;
}

.copy {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
}

#topback a {
	padding: 6px 12px;
	color: #fff;
	background: #fa6171;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
}

#topback a:hover {
	background: #d83d4d;
}
.line-link {
    width: 300px;
    margin: 10px auto;
    display: block;
    line-height: 0;
}