@charset "utf-8";

/* ******************************************************************* */
/* 			common.css
* ******************************************************************** */

body{
	margin:0;
	font-size:1em;
	line-height:1.8em;
	overflow:hidden;
	min-width:1160px;
}

#wrapper {
	width: 1120px;
	margin: 0 auto;		/* 幅固定（960px）でセンタリング */
	background:#FFF;
}

/****************** ヘッダー *******************/

#header-wrap{
	position:relative;
	background:url(//www.1974.co.jp/fbdwp/wp-content/themes/fbd/images/common/header-bg.jpg) bottom repeat-x #FFF;
	-moz-box-shadow:0px 0.5px 2px 0px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow:0px 0.5px 2px 0px rgba(0, 0, 0, 0.57);
	box-shadow:0px 0.5px 2px 0px rgba(0, 0, 0, 0.57);
	z-index:10;
	margin-top:-9px;
}


#header {
	width: 1160px;
	margin: 0 auto;
	position:relative;
}

#header-logo{
	float:left;
}

#header-logo2{
	float:right;
}

#header-logo3{
	float:right;
}

#header .btn01{
	position:absolute;
	top:75px;
	right:5px;
}

#header-navi li{
	float:left;
}

/****************** メニュー *******************/
#sidebar {
	float: left;
	width: 200px;
	z-index:1;
	padding-top:4px;
}

#sidebar2 {
	float: left;
	width: 200px;
	z-index:1;	
	padding-top:712px;
}


#sidebar-menu {
	width:200px;
}

#sidebar-menu #main-menu {
	margin: 0 0 15px 0;
	list-style:none;
	position:relative;
	z-index:1;
}



#sidebar-menu ul .side_menu-sub{
	margin:0px 0 0px 10px;
	font-size:14px;
	line-height: 1.5em;
}

#sidebar-menu ul .side_menu-sub li{
	padding-left:15px;
	margin-bottom:14px;
	background:url(images/common/arrow.gif) top left no-repeat;
}


#sidebar-menu a{
	text-decoration:none;
} 

#sidebar-menu li#contact-s{
	position:relative;
	margin:15px 0;
}

#sidebar-menu li#contact-s .btn01{
	position:absolute;
	top:230px;
	left:15px;
}

#sidebar-menu li#privacy{
	font-size:14px;
	line-height: 1.5em;
	padding-left:8px;
	padding-bottom:9px;
}

#side_area{
	width:178px;
	border:1px solid #E8807D;
	border-top:none;
	padding:10px;
}

#side_area dl dt{
	font-weight:bold;
	margin-bottom:3px;
	margin-left:1em;
	text-indent:-1em;
}

#side_area dl dd{
	font-size:13px;
	margin-bottom:10px;
}


/****************** メインコンテンツ *******************/

#container{/* メニューとコンテンツを囲んでいるセレクタ */
	padding:0px 0px 0px 0px;
}
#main{
	float: right;
	width: 895px;
	z-index:10;
}

#area_contents{
	width:895px;
	padding:22px 15px 20px 8px;
	line-height:1.6em;
}

#contents-main {
	float: left;
	width: 680px;
}

#contents-main ul li{
	margin-bottom:5px;
}

#contents-main img{
	max-width:100%;
	height:auto;
}

.title-parent{
	margin:7px 0 10px;
	padding:0 0 5px 7px;
	font-size:20px;
	color:#513300;
	font-weight:bold;
}

.title-parent_date{
	margin:7px 0 10px;
	padding:0 0 5px 7px;
	font-size:16px;
	color:#513300;
	font-weight:bold;
}

#post_date{
	font-size:13px;
	margin-bottom:15px;
}

.post-category{
	font-size:15px;
	font-weight:normal;
	margin-bottom:20px;
	color:#333;
}

.top-text {
    width: 835px;
    padding: 10px 30px;
    font-weight: 700;
    background: none repeat scroll 0% 0% #F0F8D8;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

ul#privacy-list {
    padding: 20px 30px;
    border: 1px solid #ACAC9D;
	text-indent:1em;
}

#contents-main dl{
	font-size:15px;
	margin-top:10px;
}

#contents-main dl dt{
	font-weight:bold;
	background: url('images/common/bg_main.gif') no-repeat scroll left top transparent;
	padding-left:24px;
}

#contents-main dl dd{
	margin-bottom:10px;
}

#page-contents{
	width:895px;
}

#page-contents img{
	max-width:100%;
	height:auto;
}

.inline{
	width:680px;
	margin:0 0 0px 0;
}


#contents-navi {
	float: right;
	width: 194px;
}

#contents-navi ul{
	margin:10px 0 30px;
}

#contents-navi ul li{
	width:170px;
	padding-bottom:7px;
	padding-left:20px;
	margin-bottom:5px;
	line-height:1.6em;
	background:url(images/common/arrow02.gif) top left no-repeat;
	border-bottom:1px dotted #B4B4B4;
}


.topicPath{
	width:710px;
	margin-bottom:5px;
}

.lbox{
	margin-bottom:20px;
	width:710px;
}

#gotop{
	width:950px;
	text-align:right;
	padding:20px 10px 20px 0;
	clear:both;
}

.nav-previous{
	float:left;	
}

.nav-next{
	float:right;
}


.qa{
	background:#FBFAF9;
	padding:5px 3px 4px 10px;
	margin-top:-10px;
	border:3px solid #E0D5CB;
	border-style:none solid solid;
}

.map{
	margin-left:-15px;
	margin-bottom:5px;
}


/****************** フッター *******************/

#footer{
	position:relative;
	text-align:center;
	margin:0 auto;
	background:#EFF7FA;
	background-position:100px 50px;
	clear:both;		/* float をクリア*/
}

#footer-img{
	top:40px;
	left:-160px;
	position: absolute;
	z-index:-1;
}

#company{
	text-align:center;
	font-size:13px;
	background:#FFF;
	margin:0;
	padding-top:10px;
}

#copyright{
	text-align:center;
	font-size:12px;
	background:#0059B2;
	margin:0;
	color:#FFF;
}


#contact-b{
	position:relative;
	margin:5px 0px 50px 97px;
}

#contact-b .btn01{
	position:absolute;
	top:182px;
	left:64px;
}

#footer-menu div{
	width:170px;
	margin-left:95px;
	float:left;
}

#footer-menu{
	position:relative;
	z-index:4;
	width:1160px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:20px;
	clear:both;
}

#footer-menu ul:not(.menu-sub){
	width:170px;
	padding:3px;
	float:left;
}

#footer-menu ul li{
	font-size:13px;
	text-align:left;
	margin-top:6px;
	padding-top:6px;
	padding-left:3px;
	border-top:1px solid #A3C0DD;
}

#footer-menu ul li:last-child {
	border-bottom:1px solid #A3C0DD;
	padding-bottom:6px;
}


#footer-menu .menu-sub{
	margin:0 0px 5px 5px;
	border-bottom:1px solid #A3C0DD;
}


#footer-menu .menu-sub li{
	font-size:12px;
	text-align:left;
	margin-top:3px;
	padding-top:0;
	padding-bottom:2px;
	margin-left:1em;
	text-indent:-1em;
	border:none;
}

#footer-menu .menu-sub li:last-child {
	border:none;

}


#footer-menu ul li a{
	color:#000;
	text-decoration:none;
	z-index:1;
}


/**					タイトル
*********************************************** */
/* 見出し */
h1{
	font-size:0.8em;
	margin-top:5px;
	width:1150px;
	height:15px;
	text-align:right;
	z-index:3;
}

h2 {
	margin-bottom:20px;
}

#area_contents h3{
	margin-bottom:13px;
	padding:9px 0px 8px 46px;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
	background: url('images/common/bg_h3.gif')  no-repeat scroll left top #CAED97;
	border:3px solid #B0D779;
	color:#124800;
	margin-top:5px;
}

h4{
	padding:9px 0px 7px 36px;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:600;
	background: url('images/common/bg_h4.gif')  no-repeat scroll left top #E4EDFE;
	margin-top:10px;
	border-bottom:3px dotted #ACC1D4;
	color:#181F3C;
}

.qa-ttl{
	padding:5px 3px 4px 40px;
	margin-bottom:10px;
	font-size:1.25em;
	font-weight:700;
	background: url('images/common/bg_h4.gif')  no-repeat scroll left top #F5F3F1;
	border:3px solid #E0D5CB;
	margin-top:0;
}

h5{
	background: url('images/common/bg_h5.gif') no-repeat scroll left top transparent;
    padding: 5px 5px 7px 43px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3em;
	border-bottom: 1px dotted #AEAEAE;
	margin-top:10px;
	color:#001A66;
}

h6{
	font-weight: 700;
    font-size: 1.1em;
    padding: 5px 5px 5px 28px;
    background: url('images/common/bg_h6.gif') no-repeat scroll left top transparent;
    margin-bottom: 10px;
    line-height: 1.2em;
	border-bottom: 1px dotted #F395BD;
	margin-top:18px;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**			tinymce同期
*********************************************** */
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}

.alignright {
	float: right;
	margin:0 0 10px 10px;
}

.wp-caption {
	text-align: left;
	margin:0 auto;
	border:none;
	margin: 0;
	padding: 0;
}

.wp-caption-text{
	font-size:0.95em;
	padding:3px 3px 0 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/**		wp-tableプラグイン設定
*********************************************** */
/*	写真を並べる */
.table-image {
	width:100%;
	margin:0 auto;
	font-size:1em;
}
.table-image td{
	vertical-align:top;
	text-align:left;
}

/*	文章と写真を並べる */
.table-textimg{
	width:100%;
	font-size:1em;
}
.table-textimg td{
	padding:0 10px 0 0;
	vertical-align:top;
}

/* 一覧表を作る */
.table-list{
	font-size:1em;
	margin:0;
	border:solid 1px #aaa;
}
.table-list td,.table-list th{
	padding:3px;
	border:solid 1px #aaa;
}

/*	点線の表 */
.table-dotted{
	border-top:dotted 1px #999;
	font-size:1em;
}

.table-dotted td{
	vertical-align:top;
	border-bottom:dotted 1px #999;
	padding:3px;
}

/*	右にドットラインをつける */
.dot-right{
	border-right:dotted 1px #999;
}


/**					共通スタイル
*********************************************** */
.img-r{
	float:right;
	margin-left:20px;	
}

.img-l{
	float:left;
	margin-right:20px;	
}

.img-l02{
	float:left;
	margin-right:20px;
	margin-bottom:20px;	
}

.float-l{
	float:left;
}

.float-r{
	float:right;
}

.clear{
	clear:both;
}

.text{
	margin:10px 0;
}


.red{
	color:#FF0000;
}

.spacer30{
	margin-bottom:30px;
}

.spacer20{
	margin-bottom:20px;
}

.spacer15{
	margin-bottom:15px;
}

.spacer10{
	margin-bottom:10px;
}

.spacer10-2{
	margin-bottom:10px;
	margin-left:-233px;
	position:relative;
	z-index:0;
}

.spacer5{
	margin-bottom:5px;
}

.spacer2{
	margin-bottom:2px;
}

.indent10{
	padding-left:10px;
}

.gotop{
	text-align:right;
	clear:both;
	margin-top:-15px;
}

a{
	color:#7D3F00;
	text-decoration:underline;
}

a:hover{
	color:#008C23;
	text-decoration:underline;
}

a:visited{
	color:#4C6600;
}

/**					フロート対処 clear-fix hack
****************************************************************** */

.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-fix{
	display:inline-block;
}



/*	Mac IE を除く		\*/
* html .clear-fix{
	height:1%;
	

}
.clear-fix{
	display:block;
}

