@charset "UTF-8";

/*======================================

	page-header
	
=======================================*/
#page-header {
    width: 100%;
	height: 160px;
	padding: 20px 0;
	background-image:url(../img-frame/bg_pagehead_body.png), url(../img-frame/bg_pagehead.png);
	background-position: center, center;
	background-repeat: repeat-x, no-repeat;
}
#page-header .inner {
    width: 1000px;
    margin: 0 auto;
	text-align: center;
}
#page-header h1 {
	font-size: 30px;
	line-height: 1;
	margin-top: 50px;
	letter-spacing: 0.1em;
	text-indent:0.1em;
}
#page-header p {
	font-size: 16px;
	color: #f39618;
	line-height: 1;
	margin: 20px 0;
	font-weight: bold;
}

/*======================================

	breadcrumb
	
=======================================*/

.breadcrumb {
  margin-left:0;
  padding-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
	font-size: 13px;
	font-weight: bold;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 10px;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  content: url(../img-frame/breadcrumb_home.png);
  font-weight: normal;
	padding-right: 6px;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*==========　見出し h1　==========*/
.sec h1 {
	font-size: 18px;
	text-align: left;
	padding-bottom: 8px;
	margin: 30px 0 40px 0;
	position: relative;
	border-bottom: 2px solid #515151;
}
.sec h1 span{
	font-size: 18px;
	font-weight:normal;
	padding-right: 8px;
}
.sec h1::after{
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #f39618;
}

/*==========　見出し h2　==========*/
.sec h2{
	color: #ca5219;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 20px;
}

/*==========　見出し h3　==========*/
.sec h3{
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	background: url(../img-frame/bg_midashi_h3.png);
	font-weight: normal;
	padding: 10px 15px;
	margin: 20px 0;
}

/*==========　見出し h4　==========*/
.sec h4{
	font-size: 22px;
	line-height: 1.5;
	color: #424242;
	font-weight: normal;
	margin: 20px;
}

/*==========　本文　==========*/
.sec p {
	font-size: 90%;
	line-height: 2;
	margin: 20px;
}

/*==========　本文　センター揃え　==========*/
.txt-center {
	text-align: center;
}

/*==========　画像回り込み　==========*/

.img-left{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 60px;
	margin-bottom: 30px;
}

.img-right{
	display: block;
	float: right;
	margin-right: 10px;
	margin-left: 60px;
	margin-bottom: 30px;
}

