/*
Theme Name: ALI
*/


/* blog contents  ---------------------------------------- */

.blog_contents img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}
#nav-below {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 2em;
}

/* wordpress ---------------------------------------- */

h1,h2,h3,h4,h5,h6{

}

#subpage .wp-caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpage .alignleft {
	float: left;
}
#subpage .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#subpage img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#subpage .alignright {
	float: right;
}
#subpage .wp-caption-text{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7F7F7F;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}

/* contents meta ---------------------------------------- */
footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	color: #757575;
}

/* pageTop ---------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 60px;
  right: 0px;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 6px;
	width: 36px;
	background-color: #f34814;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 20px;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contents_line0 {
	background-color: #FF5A28;
}
.contents_line2 {

}
#subpage {
	background-repeat: repeat;
	background-image: url(common/bg4.jpg);
}
.subpage_main_ttl {
	background-color: #000000;
}


/* LFP Group Banner */


@media(min-width:768px) {
.sp_only_2 {
	display:none;
}
div.bnr_group_2 img{
	width:90%;
	max-width:800px;
}
}
@media(max-width:767px) {
div.bnr_group_2 img{
	width:90%;
	max-width:400px;
}
.pc_only_2 {
	display:none;
}
}
div.bnr_group_2 {
	text-align:center;
	padding:40px 0 20px;
}