@charset "utf-8"; 








/*================================ entry_title ===============================*/

#contents .entry_title {
	background-image: url(../images/bg_entry_title.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	height:260px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:auto 260px;
	
}
.business #contents .entry_title {background-image: url(../images/bg_entry_title_business.jpg); background-size:cover; }
.privacy #contents .entry_title {background-image: url(../images/bg_entry_title_privacy.jpg);}
.contact #contents .entry_title {background-image: url(../images/bg_entry_title_contact.jpg); }

.business.is-printing #contents .entry_title {background-image: url(../images/bg_entry_title_business_printing.jpg); background-size:cover; }
.business.is-web #contents .entry_title {background-image: url(../images/bg_entry_title_business_web.jpg); background-size:cover; }
.business.is-movie #contents .entry_title {background-image: url(../images/bg_entry_title_business_movie.jpg); background-size:cover; }
.business.is-sales #contents .entry_title {background-image: url(../images/bg_entry_title_business_sales.jpg); background-size:auto 100%; background-repeat:repeat-x; }

#contents .entry_title h1 {
	font-size:3rem;
	font-weight:bold;
	margin:0;
	letter-spacing:0.1em;
}
.contact #contents .entry_title .bk {
	color:#000;
}




/*================================ パンくず ===============================*/

#bread {
	padding-left:0;
	font-size: 0.9em;
	line-height:2.2em;
	margin-bottom:20px;
}
#bread ol {
	text-indent: 0;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#bread ol > li {
	list-style: none;
	margin: 0;
	padding-left: 6px;
	padding-right:6px;
	font-weight: bold;
	color: #fff;
	float: left;
	position:relative;
	background: url(../images/bread_parts_feather.png) no-repeat 0px 0px;
}
#bread li::after {
	content:" ";
	display:block;
	width:6px;
	height:24px;
	background: url(../images/bread_parts_head.png) no-repeat 0px 0px;
	position:absolute;
	right:0;
	top:0;
}
#bread li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none!important;
	background: #3D3938;
	min-height: 24px;
	line-height:1.8em;
	text-align:center;
	width: auto;
	padding:0 30px 0 10px;
	display: block;
}
#bread li a:hover {
	text-decoration: underline!important;
}
#bread ol > li:first-child {
	width:106px;
	padding:0;
	background: url(../images/bread_parts_first.png) no-repeat 0px 0px;
}
#bread ol > li:first-child a {
	padding:0;
	background:none;
}
#bread ol > li:first-child::after {
	display:none;
}




/*================================ index menu full ==============================*/

.index_menu_full_wrap{
	height: auto;
	clear: both;
	margin-bottom: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
	border: 3px double #0084B4;
	background: #FCF9F3;
	padding: 15px 15px 1.5em;
}
.index_menu_full_wrap dl{
	text-align: left;
}
.index_menu_full_wrap  dt {
	text-decoration: none;
	display: block;
	font-size: 125%;
	font-weight: bold;
}

.index_menu_full_wrap dt a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #357141;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.index_menu_full_wrap dt a:hover{
	text-decoration: none;
}
.index_menu_full_wrap dd{
	min-height: 90px;
	padding: 20px 0px 0;
}





