body {
 font-size:18px;
 margin: 0 auto;
 text-align:center;
 background-color:#ffffff;
}

#container {
 width:980px;
 margin-left:30px;
 text-align:left;
}

#header {
 
}

/*ページの形（ホーム）*/

#main-home {
 width:920px;
 clear:left;
 margin-left:10px;
}

#footer-home {
 width:100%;
 padding-bottom:10px;
 margin:30px 0px 0px 0px; 
}

/*ホーム以外のページの形*/

#main {
 width:450px;
 float:left;
 margin-left:10px;
}

#side {
 width:450px;
 padding-left:10px;
 float:right;
}

#footer {
 width:100%;
 clear:both;
 margin:0px 0px 150px 0px;
}


/*見出しh1〜*/

h1.headline1 {
 font-size:20px;
 color:#ffffff;
 font-weight:normal;
 padding:8px 0px 8px 15px;
 margin:35px 0px 25px 0px;
 background-color:#fc8332;
 border-radius: 10vh;
 clear:both;
}

/*headline2はホームで使用*/

h2.banner{
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 clear:both;
}

h2.headline2{
 font-size:16px;
 font-weight:normal;
 padding:5px 0px 3px 10px;
 margin:20px 0px 0px 0px;
 border-left:solid 4px #ff9955;
 background: linear-gradient(#ffffff,#ff9955 );
 clear:both;
}

h2.headline2-2{
 font-size:16px;
 font-weight:normal;
 padding:5px 0px 3px 10px;
 margin:20px 0px 12px 0px;
 border-left:solid 3px #e9e9e9;
 background: linear-gradient(#ffffff, #e9e9e9);
 clear:both;
}

h2.headline2-3{
 font-size:16px;
 font-weight:normal;
 padding:5px 0px 3px 10px;
 margin:20px 0px 12px 0px;
 border-top:solid 3px #e9e9e9;
 border-bottom:solid 3px #e9e9e9;
}

h3.headline3{
 font-size:16px;
 font-weight:normal;
 margin-top:8px;
 margin-bottom:-16px;
}

h3.headline3-2{
 font-size:16px;
 font-weight:normal;
 border-bottom:solid 3px #e9e9e9;
}

/*段落*/

p {
 font-size:18px;
 margin:10px 0px ;
 padding:5px 0px 5px 0px;
 line-height:28px;5px 0px
 letter-spacing:2px; 
 color:#333333;
}

p#copyright {
 font-size:18px;
 text-align:left;
 
}

p#contact {
 font-size:18px;
 text-align:left;
}

/*リンク*/

a.text{
 text-decoration: none;
}

a.text:hover{
 color: #fa2020;
}

a.button_footer { 
  width: 220px;                        
  height: 30px;
  font-size: 20px;
  color: #fff;
  background-color: #fa7720;
  border-radius: 100vh;
  padding: 8px 0px 5px 0px;
  margin: 5px 0px -15px 0px;
  border-bottom: 5px solid #e3610b ;
  text-align: center;
  text-decoration: none;
  display: block;
　
}
a.button_footer:hover { 
  color: #fff;
  background-color: #fa2020;
  border-bottom: 5px solid #d90b0b ;
}

/*リスト*/

nav#path{ 
 margin-left:10px;
}

li.bread { 
 list-style-type: none;
 letter-spacing:1px;
 display:inline;
 color:#333333;
}

/*画像*/
#main-home a.title:hover img{
 opacity:0.7;
}
img { 
 
}

/*BOX*/

div.logo {
 padding-top:20px;
 padding-bottom:15px;
}

div#contact{
 padding-top:20px;
}

div#footer-copyright {
 width:30%;
 text-align:left;
 float:right;
}

div#footer-contact {
 width:70%;
 text-align:left;
 float:left;
}

/*テーブル*/

table{
 
}

th {
 font-size:15px;
 letter-spacing:1px;
 color:#333333;
 text-align:center;
 font-weight:normal;
}

td {
 font-size:15px;
 letter-spacing:1px;
 color:#333333;
 text-align:center;
}


/*文中の文字色*/

span.inp {
 color:#ff0000;
}

/*強調*/

em {
font-style: normal;
font-weight: bold;
}

/*メールフォーム*/

#formWrap {  
        padding:30px 0px 20px 0px;   
	width:700px;
	
	line-height:120%;
	font-size:90%;
}
table.formTable{       
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*ハンバーガーメニュー*/

#nav-drawer {
　display: none;
}

#nav-content {
　display: none;
}

nav.ind {
　display: none;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

