﻿/*
Theme Name: customize
Theme URI: http://dreamgratuit.canalblog.com/archives/2009/11/17/15836058.html
Description: A theme presented by Dreamweaver Gratuit. FreeDream is a clean and simple theme using HTML5 and CSS3 properties. This theme works fine on every current versions of MSIE (6, 7 and 8), Firefox and Safari. 
Version: 1.3
Author: Caroline Monmerqué
Author URI: http://dreamgratuit.canalblog.com
Tags: brown, blue, fixed-width, two-columns

This theme was designed and built by Caroline Monmerqué,
whose blog you will find at http://dreamgratuit.canalblog.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* ******************************************************** */
/* VERY IMPORTANT : for HTML5 tags. Do NOT remove the code  */
/* below. All unknown tags are interpreted by default as    */
/* "display:inline"                                         */
/* ******************************************************** */
 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}
header, hgroup, section, footer, aside, nav, article {
	display: block;
}
ul, ol, h3 {
	font-size: 14px;
	letter-spacing: 1px;
}
p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
a:hover {
	text-decoration: underline;
}
#container {
	background: none;
	padding: 0 22px;
	margin: 0 auto;
	width: 980px;
	height: auto;
	max-width: 980px;
	min-width: 320px;
	min-width: 320px¥9; /* IE8 and below */
 *min-width: 320px; /* IE7 and below */
width:expression(document.body.clientWidth < 320? "320px" : "980"); /* IE6 and below */
}
#container:not(:target) {
	min-width: 320px¥9; /* IE9 and below */
}
/* The page header     */
/* ******************* */
/* applied to <header> */

#logo {
	padding-top:40px;
	text-align: left;
}
#logo h1 {
	text-align: left;
	font:bold 30px;
	margin: 0 20px 0 0;
}
#logo h1 a {
	color:#000;
	text-decoration: none;
}
#logo h2 {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 265px;
	text-align:left;
	color:#666;
}
.page-numbers {
	border-bottom: 1px #666 dotted;
	padding-bottom: 25px;
	width: 660px;
}
#navlist, #navlist ul {
	padding : 0;
	margin : 0;
	list-style : none;
	line-height : 21px;
	text-align : center;
}
#navlist {
	font-size : 11px;
	text-transform:uppercase;
	letter-spacing: 3px;
}
#navlist a {
	display : block;
	padding : 0;
	text-decoration : none;
	width : 110px;
	padding: 3px;
}
#navlist a:hover {
}
#navlist li {
	float : left;
	border-right : 1px solid #fff;
}
html>body #navlist li {
	border-right: 1px solid transparent;
}
#navlist li ul {
	position: absolute;
	width: 110px;
	left: -999em;
}
#navlist li ul li {
	border-top : 1px solid #fff;
}
html>body #navlist li ul li {
	border-top : 1px solid transparent;
}
#navlist li ul ul {
	margin : -22px 0 0 110px;
	border-left : 1px solid #fff;
}
html>body #navlist li ul ul {
	border-left : 1px solid transparent;
}
#navlist li:hover ul ul, #navlist li.sfhover ul ul {
	left: -999em;
}
#navlist li:hover ul, #navlist li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul {
	left: auto;
	min-height: 0;
}
/* Background content */
/* ****************** */
#content {
	background-color:#FFF;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	width: 980px;
}
/* Pages navigation */
/* *************** */
.left a, .right a {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #e04d88;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}
/* The posts */
/* ********* */
#left {
	float:left;
	width: 680px;
	margin: 2px 0 20px 0;
}
#titre pre {
	font: normal 11px "Courier New", Courier, monospace;
	letter-spacing: 3px;
	text-transform:uppercase;
	color: #e04d88;
	padding:10px 0 0 0;
	margin: 0 0 25px 0;
}
.main_contents .hyou01 {
	order-spacing: 0px;
	border-left: 1px dotted #B1AFAF;
	border-top: 1px dotted #B1AFAF;
}
.main_contents td, th {
	font-size: 14px;
	padding: 15px;
	border-right: 1px dotted #B1AFAF;
	border-bottom: 1px dotted #B1AFAF;
}
.main_contents td ul {
	margin: 0 0 0 25px;
}
.main_contents td ol {
	margin: 0 0 0 30px;
}
.main_contents th {
	background-color: #f2f1f1;
}
/* The comments */
/* ************ */

#respons .rounded {
	background-color:#eee;
	border: 1px solid #999;
	padding: 3px 6px;
}
#respons .rounded2 {
	background-color:#eee;
	border: 1px solid #999;
	padding: 3px 6px;
	width: 648px;
}

.commentlist .quote {
}
.commentlist li {
	list-style-type: none;
	padding: 18px;
	width: 628px;
	margin-top:15px;
	background:#eee;
	height: 100px;
}
html>body .commentlist li {
	height: auto;
	min-height: 70px;
}
.commentlist cite {
	display:block;
	margin-top: 10px;
	font-style:normal;
}
.commentlist cite a:hover, .commentlist cite a:active {
	text-decoration:underline;
}
.commentlist img.avatar {
	float:left;
	margin: 0 10px 5px 0;
	border: 4px solid #fff;
}
#comments {
	margin-top: 15px;
	list-style-type: none;
}
#respons {
	margin-bottom: 30px;
}
#respons h3 {
	margin: 15px 0 10px 0;
	padding-top: 10px;
}
/* The sidebar */
/* *********** */
#sidebar {
	width: 300px;
	float: left;
}
#sidebar p a:hover img{
	filter: Alpha(opacity=70);
    opacity:0.7;
	}

#sidebar ul li h2 {
	background: url(https://bbreport.nextbuilders.net/img/side_tit.jpg) no-repeat;
	width: 276px;
	height: 25px;
	font-size: 12px;
	padding: 9px 0 0 24px;
	margin-top: 15px;
}
#sidebar ul li ul {
	width: 282px;
	border: 1px solid #D3D1D1;
	border-top: none;
	padding: 0 8px 0 8px;
}
#sidebar ul li ul li {
	margin: 0 0 10px 0;
}
#sidebar ul li ul li a {
	line-height: 120%;
	color: #24350B;
	text-decoration: none;
	margin-left: 2px !important;
	margin-left: 10px;
	font-size: 12px;
}
#sidebar ul li ul li a wpp-post-title {
	line-height: 120%;
}
#sidebar ul li ul li a:hover {
	text-decoration:underline;
}
#searchform {
	text-transform:uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	position: relative;
	height: 30px;
	width: 282px;
	border: 1px solid #D3D1D1;
	border-top: none;
	padding: 10px 8px 0 8px;
}
header .field {
	text-align: left;
}
#searchsubmit {
	position: absolute;
	top: 0;
	right: -60px;
	right: -77px¥9; /* IE8 and below */
 *right: -77px; /* IE7 and below */
 *right: -77px; /* IE6 and below */
}
#searchsubmit:not(:target) {
	right: -77px¥9; /* IE9 and below */
}
#searchsubmit, x:-moz-any-link {
 right: -80px;
}
#sidebar #menu-menu {
	padding: 8px 8px 0 8px;
}
#sidebar #menu-menu li {
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar #menu-menu li a {
	font-size: 12px;
	background: url(https://bbreport.nextbuilders.net/img/more03.gif) no-repeat 0 4px;
	height: 15px;
	padding: 0 0 0 17px;
}
.widget_tag_cloud a {
	color: #5cb4bc;
	text-decoration: none;
}
#rss-img {    /* background image */
	width : 91%;
	height: 35px;
	background: url(images/rss.png) top center no-repeat;
	margin-top: 5px;
}
#zone1 {    /* link zone */
	width : 100%;
	height: 100%;
	float: left;
}
#twitter-img {    /* background image */
	width : 91%;
	height: 35px;
	background: url(images/twitter.png) top center no-repeat;
	margin-top: 5px;
}
#zone2 {    /* link zone */
	width : 100%;
	height: 100%;
	float: left;
}
/* footer */
#general {
	clear:both;
	background: url(https://bbreport.nextbuilders.net/img/footer.gif) repeat-x;
	font-size: 12px;
	height: 124px;
	border-top: #B1AFAF dotted 1px;
	width: 100%;
	min-width: 1024px;
}
#general #f_box {
	margin: 0 auto;
	width: 980px;
	padding: 16px 22px 0 22px;
}
#general #f_box ul li a{
	background: url(https://bbreport.nextbuilders.net/img/more03.gif) no-repeat 0 5px;
	padding: 0 8px 0 18px;
	font-size: 13px;
	text-decoration: underline;
}
#general .f_menu {
	letter-spacing: 2px;
	font-size: 12px;
	text-align: left;
	line-height: 180%;
}
#general .f_menu a {
	color: #000;
}
#general #copy {
	text-align: left;
	padding-left: 3px;
	font-size: 12px;
	margin-top: 5px;
}
#general li {
	display: inline;
	list-style-type: none;
	line-height: 220%;
}
/* others - do NOT delete, needed since wordpress 2.5 */
/* ************************************************** */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 20px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* customize CSS index*/
/* ************************************************** */
.top_pickup {
	height: auto;
	width: 660px;
	padding-bottom: 30px;
}
.top_pickup .pick_img {
	width: 260px;
	height: auto;
	float: left;
	padding: 0 15px 4px 0;
}
.top_pickup .img_box a {
	display: block;
}
.top_pickup .text_box {
	line-height: 140%;
	display: inline;
}
.top_pickup .text_box h3 {
	font-size: 18px;
	line-height: 160%;
	padding: 6px 0 20px 0;
}
#top_news {
	padding: 0 0 25px 0;
	width: 660px;
	list-style-type: none;
}
.news_dl {
	width: 100%;
	font-size: 14px;
	max-width: 656px;
	clear: both;
}
.news_dl:not(:target) {
}
.news_dl dt{
	padding: 8px 0 8px 0;
	float: left;
	width: 135px;
}
.news_dl dd{
	margin-bottom: 2px;
	padding: 8px 0 8px 135px;
	border-bottom: dotted 1px #B1AFAF;
}

#top_news div {
	float: left;
}
.cat_box {
	margin: 0 0 15px 0;
	width: 678px;
}
.cat_box section{
    padding-bottom: 15px¥9; /* IE8 and below */
    *padding-bottom: 15px; /* IE7 and below */
    _padding-bottom: 15px; /* IE6 */
	padding-right: 19px;
	width: 320px;
	float: left;
    _padding-right: 15px; /* IE6 */
}
.cat_box section:not(:target) {
    padding-bottom: 15px¥9; /* IE9 */
}

.cat_box span{
	font-size: 80%;
}

.cat_new h3 {
	margin-bottom: 6px;
}

.cat_img {
	width: 140px;
	height: 140px;
	position:relative;
	overflow: hidden;
	margin: 0 10px 15px 0;
	float: left;
}
.cat_img a img {
	width: 140px;
	height: auto;
	position:absolute;
　　top:0px;
　　left:0px
}
.cat_li {
	width: 170px;
	height: 140px;
	float: left;
}
.cat_li a {
	font-size: 13px;
}
.cat_box p {
	font-size: 11px;
	line-height: 160%;
}
.cat_more {
	text-align: right;
}
.cat_more a {
	font-size: 11px;
	background: url(https://bbreport.nextbuilders.net/img/more03.gif) no-repeat 0 4px;
	height: 9px;
	padding-left: 15px;
	width: 300px;
	color: #000;
}
.movie{
	padding-bottom: 20px;
}
.movie h2{
	margin-bottom: 6px;
	font-size: 14px;
}
.movie section{
	float: left;
	padding: 0 0 10px 0;
	margin: 0 19px 4px 0;
	width: 319px;
    _margin: 0 10px 4px 0; /* IE6 */
}
.movie section p{
	position: relative;
}
.movie section p a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(https://bbreport.nextbuilders.net/img/movie_btn.gif) no-repeat top left;
	width: 320px;
	height: 177px;
	z-index: 1;
}
.movie section p a:hover{
	background: url(https://bbreport.nextbuilders.net/img/movie_btn.gif) no-repeat bottom left;
}
.movie section p a img{
	z-index: 1;
}

.movie span{
	font-size: 13px;
}

#archive {
	list-style-type: none;
}
#archive li {
	float: left;
	padding: 0 10px 10px 0;
}
#archive li a {
	background: url(https://bbreport.nextbuilders.net/img/more03.gif) no-repeat 0 4px;
	padding-left: 15px;
	font-size: 12px;
}
/* category icon*/
/* ************************************************** */
.icon{
	margin: 4px 6px 0 0;
}
.icon a{
	margin-right: 4px;
}
icon2 a {
	margin: 0 !important;
}
.icon2 a + a {/*2番目のa。nth-child擬似クラスはIE8以下では使えないため+により子リストの表示を変えています。IE6は非対応*/
	margin-left: 1px;
}
.icon2 a + a + a {/*3番目のa*/
	margin-left: 1px;
}
.icon2 a + a + a + a {/*4番目のli*/
	margin-left: 1px;
}
.icon2 a + a + a + a + a {/*5番目のli*/
	margin: 1px;
}
.icon2 a + a + a + a + a + a {/*6番目のli*/
	margin-left: 0;
}
.icon2 a + a + a + a + a + a + a {/*7番目のli*/
	margin-left: 1px;
}


/* tag category*/
/* ************************************************** */
.post {
	width: 660px;
	max-width: 660px;
	min-width: 360px;
	height: auto;
	padding: 15px 0 15px 0;
	border-bottom: dotted 1px #B1AFAF;
}
.tag_new {
	width: 150px;
	height: 150px;
	position:relative;
	overflow: hidden;
	margin: 0 10px 0px 0;
	float: left;
}
.tag_new a img {
	width: 150px;
	height: auto;
	position:absolute;
　　top:0px;
　　left:0px;
}
.tag_text {
	width: 500px;
	float:left;
}
.archive_text {
	width: 470px;
}
.tag_text h3{
	margin-bottom: 5px;
}

.arch_text {
	font-size: 12px;
	margin: 0 0 0px 0;
}
.tag #left .entry-utility-prep a, .link_tag a {
	color: #333;
	font-size: 60%;
	padding: 2px 6px;
	background: #eee;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/* single*/
/* ************************************************** */
.entry_tit {
	background: url(https://bbreport.nextbuilders.net/img/entry_tit.jpg) no-repeat top left;
	border-bottom: 1px dotted #B1AFAF;
	padding: 17px 0 10px 0;
	width: 660px;
}
.entry_tit h1 {
	clear: both;
	color: #24350B;
	font-size: 20px;
}
.link_tag {
	clear: both;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 30px 0 0 0 !important;
}
.p_navi {
	text-align: center;
	padding-top: 20px;
}
.page-numbers {
	display: inline-block;
}
.p_navi strong {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.numbers {
	padding: 2px 9px 1px 9px;
	margin-left: 5px;
	background: #690;
	color: #FFF;
}
a .numbers {
	padding: 2px 9px 1px 9px;
	margin-left: 5px;
	background: #eee;
	color: #666;
}
/* customize CSS common*/
/* ************************************************** */
#primary {
	float:left;
	margin-bottom: 20px;
}
.main_contents {
	float:left;
	width: 660px;
	margin-bottom: 20px;
}
.wp-caption-text {
	padding-top: 10px;
	font-size: 13px;
}
.main_contents .date {
	font-size: 14px;
	margin: 0;
	float: left;
	margin-right: 10px;
}
.main_contents p {
	margin-bottom: 20px;

}
.main_contents h2 {
	font-size: 20px;
	padding-bottom: 30px;
	line-height: 180%;
}
.main_contents h3 {
	font-size: 16px;
	padding-bottom: 30px;
	color: #24350B;
	line-height: 180%;
}
.main_contents ul, .main_contents ol {
	margin: 15px 0 30px 25px;
}
#p_ol {
	list-style: none inside;
	margin: 0px;
}

.alignleft a {
	display: inline-block;
	float: left;
	background: url(https://bbreport.nextbuilders.net/img/next.jpg) no-repeat;
	width: 89px;
	height: 23px;
}
.alignleft a:hover {
	filter: Alpha(opacity=90);
	opacity:0.8;
}
.alignright a {
	display: inline-block;
	float: right;
	background: url(https://bbreport.nextbuilders.net/img/prev.jpg) no-repeat;
	width: 89px;
	height: 23px;
}
.alignright a:hover {
	filter: Alpha(opacity=90);
	opacity:0.8;
}
.left a {
	display: inline-block;
	float: left;
	background: url(https://bbreport.nextbuilders.net/img/next.jpg) no-repeat;
	width: 89px;
	height: 23px;
}
.left a:hover {
	filter: Alpha(opacity=90);
	opacity:0.8;
}
.right a {
	display: inline-block;
	float: right;
	background: url(https://bbreport.nextbuilders.net/img/prev.jpg) no-repeat;
	width: 89px;
	height: 23px;
}
.right a:hover {
	filter: Alpha(opacity=90);
	opacity:0.8;
}
.day {
	font-size: 12px;
}
.top_pickup .day {
	font-size: 14px;
}
p a .alignleft{
	float: left;
	
}
p a .alignright{
	float: right;
	
}
/* customize CSS header*/
/* ************************************************** */
header {
	padding: 0 22px;
	width: 980px;
	margin: 0 auto;
	max-width: 980px;
	min-width: 320px;
	min-width: 320px¥9; /* IE8 and below */
 *min-width: 320px; /* IE7 and below */
width:expression(document.body.clientWidth < 320? "320px" : "980"); /* IE6 and below */
}
header:not(:target) {
	min-width: 320px¥9; /* IE9 and below */
}
#toplogo {
	width: 445px;
	float: left;
}
#toplogo a:hover img {
 alpha: (opacity=80);
	opacity: 0.8;
}
#global {
	width: 100%;
	height: 56px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(https://bbreport.nextbuilders.net/img/nav_bk.png) repeat-x;
}
#global div {
	width: 980px;
	height: 56px;
	padding: 0 22px;
	margin: 0 auto;
	background: url(https://bbreport.nextbuilders.net/img/nav_bk.png) repeat-x;
}
#global ul {
	margin: 0 auto;
	list-style:none;
}
#global li {
	margin: 0;
	padding: 0;
	float: left;
}
#global a:hover img {
	filter: Alpha(opacity=60);
	opacity:0.6;
}
#head {
	padding: 25px 0 0 0;
}
#sec {
	width: 530px;
	float: left;
	background-image: url(https://bbreport.nextbuilders.net/img/nb_logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#top_sec {
	width: 464px;
	padding: 15px 0 0 56px;
	height: 20px;
	clear: both;
	position: relative;
}
#top_sec .catch {
	letter-spacing: 0;
	font-size: 14px;
	width: 464px;
	float: left;
	font-weight: normal;
	line-height: 160% !important;
}
#search {
	position: absolute;
	margin-left: 0px\9; /* IE8 and below */
	margin-left: 0px\9; /* IE7 and below */
	_margin-left: 0; /* IE6 and below */
}
#search:not(:target) {
	margin-left: 0px\9; /* IE9 and below */
}
.rss {
	background: url(https://bbreport.nextbuilders.net/img/rss.gif) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0 3px;
}
.pri {
	position:relative;
	float: left;
	clear: both;
	padding: 12px 0 20px 57px;
}
.pri p {
	float:left;
	font-size: 11px;
}
#head h2 {
	font-weight: normal;
	font-size: 10px;
}
/* customize CSS sidebar*/
/* ************************************************** */
#sidebar ul {
	list-style: none;
}
.side_pick {
	width: 282px;
	border: 1px solid #D3D1D1;
	border-top: none;
	padding: 3px 8px 0 8px;
	font-size: 12px;
	margin: 0;
}
.side_pick p {
	clear: both;
	font-size: 12px;
}
.side_pick li {
	padding: 5px 0;
	border-bottom: dotted 1px #B1AFAF;
}
.side_pick li + li + li + li + li {
	border-bottom: none;
}
.tit3 {
	background: url(https://bbreport.nextbuilders.net/img/side_tit.jpg) no-repeat;
	width: 276px;
	height: 25px;
	font-size: 12px;
	padding: 9px 0 0 24px;
	margin: 0;
}
.st-tag-cloud {
	width: 282px;
	border: 1px solid #D3D1D1;
	border-top: none;
	padding: 5px 8px 0 8px;
}
#wpp li {
	margin: 0 !important;
	background: url(https://bbreport.nextbuilders.net/img/no1.jpg) no-repeat left 2px;
	padding: 8px 0 8px 40px;
	border-bottom: dotted 1px #B1AFAF;
}
#wpp li + li {/*2番目のli。nth-child擬似クラスはIE8以下では使えないため+により子リストの表示を変えています。IE6は非対応*/
	background: url(https://bbreport.nextbuilders.net/img/no2.jpg) no-repeat left 2px;
	border-bottom: solid 1px #E0E0E0;
}
#wpp li + li + li {/*3番目のli*/
	background: url(https://bbreport.nextbuilders.net/img/no3.jpg) no-repeat left 3px;
	border-bottom: solid 1px #E0E0E0;
}
#wpp li + li + li + li {/*4番目のli*/
	background: url(https://bbreport.nextbuilders.net/img/no4.jpg) no-repeat left 3px;
	border-bottom: solid 1px #E0E0E0;
}
#wpp li + li + li + li + li {/*5番目のli*/
	background: url(https://bbreport.nextbuilders.net/img/no5.jpg) no-repeat left 3px;
	border: none;
}
#banner {
	width: 300px;
	padding: 15px 0;
}
#pagetop {
	float: right;
}
.breadcrumb {
	width: 980px;
	font-size: 12px;
	margin: 0 auto 20px auto;
}
/* customize CSS search*/
/* ************************************************** */



/* SNSボタン系
----------------------------------------------- */
#btn {
	width: 660px;
	height: 23px;
	margin: 0 0 20px 0 !important;
	padding: 10px 0;
	list-style-image: none !important;
	list-style-position: outside;
	list-style-type: none;
}
#btn li {
	float: left;
}
.mg_t7 {
	margin-top: 7px;
}
.mg_t8 {
	margin-top: 8px;
}
.mg_t10 {
	margin-top: 10px;
}
.mg_t15 {
	margin-top: 15px;
}
.mg_t19 {
	margin-top: 19px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t25 {

	margin-top: 25px;
}
.mg_t30 {
	margin-top: 30px;
}
.mg_t35 {
	margin-top: 35px;
}
.mg_t40 {
	margin-top: 40px;
}
.mg_tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mg_tb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mg_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg_tl15 {
	margin-top: 15px;
	margin-left: 15px;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_b7 {
	margin-bottom: 7px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b15 {
	margin-bottom: 15px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b50 {
	margin-bottom: 50px;
}
.mg_l50 {
	margin-left: 50px;
}
.mg_l40 {
	margin-left: 40px;
}
.mg_l30 {
	margin-left: 30px;
}
.mg_l20 {
	margin-left: 20px;
}
.mg_l15 {
	margin-left: 15px;
}
.mg_l10 {
	margin-left: 10px;
}
.mg_l4 {
	margin-left: 4px;
}
.mg_l5 {
	margin-left: 5px;
}
.mg_l1 {
	margin-left: 1px;
}
.mg_r15 {
	margin-right: 15px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r30 {
	margin-right: 30px;
}
.t_18 {
	font-size: 125%;
	line-height: 220%;
	letter-spacing: 2px;
}
.t_16 {
	font-size: 120%;
	line-height: 160%;
}
.t_14 {
	font-size: 100%;
	line-height: 160%;
}
.t_12 {
	font-size: 80%;
	letter-spacing: 160%;
}
.t_10 {
	font-size: 75%;
	letter-spacing: 0px;
}
.clr {
	clear: both;
	height: 0px !important;
}
img {
	border: 0;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.waku {
	clear:both;
	margin: 0 0 40px 0;
	border: dotted 1px #B1AFAF;
	padding: 15px 20px;
	background: #fbfbfb;
}
.f_like{
	margin-top: -1px;
}
.t_blue {
	color: #24350B;
}
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
cite a, a {
	color: #24350B;
}
.yajirushi {
	list-style-image: url(https://bbreport.nextbuilders.net/img/more03.gif);
	list-style-position: outside;
	padding: 0px 8px 0 8px;
}
.yajirushi li {
	padding-bottom: 8px;
	margin-left: 10px;

}
.yajirushi li {
	font-size: 12px;
}
.page {
	clear: both;
	width: 660px;
	padding: 20px 0 25px 0;
}
.tit,.tit2 {
	clear: both;
	color: #333;
	font-size:14px !important;
	padding: 11px 0 0 36px !important;
	width: 624px;
	height: 27px;
	background: url(https://bbreport.nextbuilders.net/img/midashi1.jpg) no-repeat;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.tit4 {
	clear: both;
	color: #333;
	font-size:14px !important;
	padding: 11px 0 0 36px !important;
	width: 624px;
	height: 27px;
	background: url(https://bbreport.nextbuilders.net/img/midashi1.jpg) no-repeat;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.midashi {
	font-size: 15px !important;
	background-color: #f2f1f1;
	padding: 4px 0px 2px 10px !important;
	margin: 0 0 15px 0;
}
.midashi2 {
	margin: 0 0 15px 0;
}
.t_green {
	color: #7ea145;
}


.wpcf7-form-control {
	padding: 3px 0;
}
.wpcf7-submit {
	margin-top: 30px;
	padding: 8px 10px;
}
.wpcf7-response-output {
	border: none !important;
	margin: 20px 0 0 0!important;
	background-color: #EDEDED;
	padding: 20px!important;
	font-size: 13px;
}
.large {
	width: 400px !important;
}
.mg_b5{
	margin-bottom: 5px;
}
.mg_b10{
	margin-bottom: 10px;
}
.mg_b15{
	margin-bottom: 15px;
}
.mg_b20{
	margin-bottom: 20px;
}
.list_n{
	list-style: none;
	margin-left: 0 !important;
}
.check_list{
	width: 468px;
}
.check_list .wpcf7-list-item{
	width: 210px;
	display: inline-block;
}
.t_red{
	color: #900;
}
