@charset "UTF-8";

/* =========================================================
layout
========================================================= */
header .inner,
footer .inner,
main{
	width:960px;
	margin:0 auto;
}

header,footer
{
	background-color: #ffffff;  
    background-image: url(../images/back.png);  
    background-repeat: repeat-x;  
	height:250px;
}
header
{
    background-position: center left;
}
footer
{
    background-position: top left;
	padding-top:70px;
}
main section{margin-bottom: 50px;}


/*  header */
header .rogo{
	padding-top:50px;
}
header .contents{
	text-align:center;
	position:absolute;
	right:50px;
	bottom:0px;
	width:300px;
}
header .contents h1{
	font-size:14px;
}
header .contents h1 span{
	font-size:30px;
	margin-right:10px;
}
header .inner{
	position:relative;
}

/*  nav */
nav ul{
	position:absolute;
	top:20px;
	right:20px;
}
nav ul li{
  display: inline-block;
  width: 100px;
  margin: 1em;
  text-align:right;
}

/*見出し*/
.headline1{
	color:#E6003E;
	border-bottom:#E6003E 1px solid;
	text-align: center;
	font-size: 28px;
	margin-top: 3em;
	margin-bottom: 1em;
}
.headline2 {
	font-size: 22px;
	margin-bottom:0.5em;
	background: #FCF4EB;
	padding: 5px 0 5px 15px;
	font-weight:normal;
}


/* =========================================================
home 
========================================================= */
.home #contact .btn{
	font-size:20px;
	text-align:center;
}
.home .emphasis{
color:#E6003E;
}
/* =========================================================
お問い合わせ contact
========================================================= */
.contact .table{
  width: 700px;
  vertical-align: middle;
  margin:0 auto;
}

.contact .table th {
  width: 30%;
  vertical-align: middle;
}

.contact .table th span {
	font-size: 0.9em;
	color: #F00;
}
.contact #mailform .formshort {
	width: 20%;
}
.contact #mailform .formmiddle {
	width: 50%;
}
.contact #mailform .formlong {
	width: 100%;
}

.contact #mailform td input{
	height: 25px;
}

.contact #mailform input[type=submit] {
	width: 170px;
	border-style: none;
  	font-size: 20px;
}

/* =========================================================
プライバシーポリシー
========================================================= */
.contents .headline2 {
	margin-top: 3em;
}