@charset "utf-8";

/* 
@package WordPress
@subpackage マイベストサポート
@last modified 20151130
*/
 
/* ==================================
	リセットCSS
================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
 	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:active, a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}


/* ==================================
	共通スタイル/汎用クラス
================================== */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	color: #333;
	font-size:16px;
	font-size:1.6em;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
}
a {
	color: #c0a052;
	text-decoration: underline;
}
a:hover {
	background: #f7f4ea;
	text-decoration: none;
	cursor: pointer;
}
.em {
	color: #6e040c;
}
.font_bold {
	font-weight: bold;
}
#container {
	position: relative;
	height: auto !important;
	min-height: 100%;
}
#contents {
	width: 960px;
	height: auto;
	margin: 50px auto 80px;
}
#main {
	width: 750px;
	float: left;
}
#sidenavi {
	width: 180px;
	float: right;
	margin-left: 30px;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
	overflow: hidden;
}

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@font-face {
	font-family: 'aozora_mincho';
	src: url('http://www.mbs-con.com/wordpress/wp-content/themes/mbs/AozoraMinchoMedium.woff')  format('woff');
	/* 
	* IPA Font License Agreement v1.0
	* http://blueskis.wktk.so/AozoraMincho/
	*/
}

.font-mincho {
	font-family: 'aozora_mincho',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

/* ==================================
	スタイル
================================== */

/***** ヘッダー *****/
#header {
	width: 100%;
	min-width: 1000px;
}
.header_box {
	width: 960px;
	margin: 20px auto;
}
.header_box .main_logo {
	float: left;
}
.header_box .main_logo a {
	display: block;
	width: 345px;
	height: 50px;
}
.header_box .main_logo a:hover {
	background: #fff;
}
.header_box .mail_banner {
	float: right;
	width: 220px;
	height: 60px;
	text-indent: -9999px;
}
.header_box .mail_banner a {
	display: block;
	width: 220px;
	height: 60px;
	background: url("./images/mail_banner.png");
}
.header_box .mail_banner a:hover {
	background: url("./images/mail_banner2.png");
}

 /***** グローバルナビ *****/
.menu-globalnavi-container {
	width: 100%;
	min-width: 1000px;
}
#globalnavi  {
	width: 960px;
	margin: 0 auto 10px;
}
#globalnavi li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'aozora_mincho';
	color: #443c3b;
	text-align: center;
}
#globalnavi li:first-child {
	width: 130px;
}
#globalnavi li:nth-child(2) {
	width: 270px;
}
#globalnavi li:nth-child(3) {
	width: 170px;
}
#globalnavi li:nth-child(4){
	width: 120px;
}
#globalnavi li:nth-child(5) {
	width: 160px;
}
#globalnavi li:nth-child(6) {
	width: 110px;
}
#globalnavi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: #443c3b;
	line-height: 20px;
	text-decoration: none;
	border-right: 1px solid #c0a052;
}
#globalnavi li:first-child a {
	border-left: 1px solid #c0a052;
}
#globalnavi li a:hover {
	color: #696362;
	background: #fff;
	text-decoration: none;
}
#globalnavi li.current_menu_item a,
#globalnavi li.current_page_item a,
#globalnavi li.current-page-ancestor a,
.blog #globalnavi li.blog a,
.manual #globalnavi li.manual a {
	color: #c0a052;
}

/***** パンくず *****/
.bread_box {
	background: #fff;
}
#bread {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 5px auto 20px;
	padding: 3px 0 0 90px;
}
#bread li {
	font-size: 10px;
	font-size: 1.0rem;
	float: left;
	padding-right: 2px;
	line-height: 10px;
}
#bread li:first-child {
	background: url("./images/icon_home.png") no-repeat 0 50%;
	padding-left: 12px;
}
#bread li a {
	color: #696362;
	text-decoration: none;	
}
#bread li a:hover {
	background: #fff;
	text-decoration: underline;
}
#bread li:after {
	content: "＞";
}
#bread li:last-child:after {
	content: "";
}

/***** サイドナビ *****/
#sidenavi ul.contents-side-childpagelist {
	margin-bottom: 25px;
}
#sidenavi ul.contents-side-childpagelist li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px dotted #bbb;
	background: url("./images/icon_sidenavi.png") no-repeat 0 50%,#fff;
	line-height: 14px;
}
#sidenavi ul.contents-side-childpagelist li:first-child {
	border-top: 1px dotted #bbb;
}
#sidenavi ul.contents-side-childpagelist li:hover {
	background: url("./images/icon_sidenavi.png") no-repeat 0 50%,#fcf9f6;
}
#sidenavi ul.contents-side-childpagelist li a {
	display: block;
	color: #696362;
	text-decoration: none;
	background: transparent;
	padding: 10px 10px 10px 15px;
}
#sidenavi ul.contents-side-childpagelist li a:hover {
	color: #443c3b;
	text-decoration: underline;
}
#sidenavi ul.contents-side-childpagelist li.active a {
	color: #443c3b;
}
.banner_list .member:hover,
.banner_list .support:hover {
	opacity: 0.7;
}
.banner_list li {
	margin-bottom: 5px;
}
.banner_list li.mailmaga {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 150px;
	padding: 87px 10px 0;
	background: url("./images/banner_mailmaga.png");
}
.banner_list li.mailmaga form .text {
	height: 18px;
}
.banner_list li.mailmaga form .text input {
	width: 117px;
	height: 18px;
	border: 0;
	padding: 0 0 0 3px;	
}
.banner_list li.mailmaga form .submit {
	height: 18px;
	text-align: center;
}
.banner_list li.mailmaga form .submit input {
	width: 40px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	border: 0; 
	cursor: pointer;
	padding: 0;	
	background: #ad7276;
	background: -moz-linear-gradient(top,  #ad7276 0%, #6e040c 100%);
	background: -webkit-linear-gradient(top,  #ad7276 0%,#6e040c 100%);
	background: linear-gradient(to bottom,  #ad7276 0%,#6e040c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7276', endColorstr='#6e040c',GradientType=0 );
}
::-webkit-input-placeholder {
	color: #808080;
	font-size: 10px;
	font-size: 1.0rem;
}
:-ms-input-placeholder {
	color: #808080;
	font-size: 10px;
	font-size: 1.0rem;
}
::-moz-placeholder {
	color: #808080;
	font-size: 10px;
	font-size: 1.0rem;
}

/***** サブページリスト *****/
.subpage_list {
	width: 960px;
	height: auto;
	margin: 0 auto 0;
}
.subpage_list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 310px;
	height: 70px;
	margin: 0 15px 15px 0;
	background: #f5f5f5;
	border: 1px solid #443c3b;
}
.subpage_list li:nth-child(3n) {
	margin: 0 0 15px 0;
}
.subpage_list li a .thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	width: 110px;
	height: 70px;
}
.subpage_list li a .title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	width: 200px;
	height: 70px;
	padding: 0 10px;
	vertical-align: middle;	
	line-height: 22px;
}
.subpage_list li a {
	color: #171f39;
	font-weight: bold;
	text-decoration: none;
	background: none !important;
}
.subpage_list li a .title:hover {
	color: #6e040c;
	text-decoration: underline;
}

/***** 見出し・見出し下テキスト・テーブル・リスト *****/
.slogan {
	font-size: 24px;
	font-size: 2.4rem;
	color: #171f39;
	font-weight: bold;
	line-height: 34px;
}
.h1_box {
	background: #312927;
	width: 100%;
	min-width: 1000px;
}
h1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	/*font-weight: bold;*/
	width: 960px;
	height: 75px;
	margin: 0 auto;
	padding: 35px 0 0 90px;
	position: relative;
}
h1:before {
	position: absolute;
	top: 10px;
	left: 0;
}
h1:before {
	content: url("images/h1_other.png");
}
.member h1:before {
	content: url("images/h1_member.png");
}
.service h1:before {
	content: url("images/h1_service.png");
}
.course h1:before {
	content: url("images/h1_course.png");
}
.manual h1:before {
	content: url("images/h1_manual.png");
}
.report h1:before {
	content: url("images/h1_report.png");
}
.blog h1:before {
	content: url("images/h1_blog.png");
}
.info h1:before {
	content: url("images/h1_info.png");
}
.privacy h1:before {
	content: url("images/h1_privacy.png");
}
.commercial h1:before {
	content: url("images/h1_commercial.png");
}
.contact h1:before {
	content: url("images/h1_contact.png");
}
h2 {
	color: #171f39;	
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 13px;
	margin-bottom: 15px;
	background: url("images/h2_bg.png") no-repeat;
}
.h2_txt {
	margin-left: 13px;
}
h3 {
	color: #58524e;	
	font-size: 18px;
	font-size: 1.8rem;
	color: #443c3b;
	font-weight: bold;
	margin: 0 0 15px 13px;
	position: relative;	
}
h3:after {
	position: absolute;
	content: url("images/h3_bg.png");
	bottom: -8px;
	left: 0;
}
.h3_txt {
	margin-left: 15px;
}
h4 {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 10px;
	background: url("images/h4_bg.png") no-repeat 0 8px;
}
h4.number {
	padding-left: 0;
	background: none;
}
.h4_txt {
	margin-left: 25px;
}
ul.list_style01 {
}
ul.list_style01 li {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 3px 15px;
	background: url("./images/list_icon01.png") no-repeat 0 10px;
}
ol.list_style02 li {
	padding-left: 26px;
	padding-left: 2.6rem;
	text-indent: -26px;
	text-indent: -2.6rem;
}
ol.list_style02 li:nth-child(1):before {
	content: '1）';
}
ol.list_style02 li:nth-child(2):before {
	content: '2）';
}
ol.list_style02 li:nth-child(3):before {
	content: '3）';
}
ol.list_style02 li:nth-child(4):before {
	content: '4）';
}
ol.list_style02 li:nth-child(5):before {
	content: '5）';
}
ol.list_style02 li:nth-child(6):before {
	content: '6）';
}
ol.list_style02 li:nth-child(7):before {
	content: '7）';
}
ol.list_style02 li:nth-child(8):before {
	content: '8）';
}
ol.list_style02 li:nth-child(9):before {
	content: '9）';
}
.table_style01 {
	border-top: 1px solid #dcdcdc;
}
.table_style01 tr {
	border-bottom: 1px solid #dcdcdc;
}
.table_style01 th {
	background: #f5f5f5;
	padding: 15px 20px;
	text-align: left;
	line-height: 22px;
	border-left: 3px solid #171f39;
	border-right: 1px solid #bbb;
}
.table_style01 td {
	padding: 15px 20px;
	line-height: 22px;
	border-right: 1px solid #bbb;
}
.table_style02 {
	border-top: 3px solid #171f39;
	border-left: 1px solid #bbb;
}
.table_style02 tr {
}
.table_style02 th {
	background: #f2f3f7;
	padding: 15px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 22px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.table_style02 td {
	min-width: 80px;
	padding: 15px 20px;
	vertical-align: top;
	line-height: 22px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.button {
	text-align: center;
}
.button div,
.button input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background: #ad7276;
	background: -moz-linear-gradient(top,  #ad7276 0%, #6e040c 100%);
	background: -webkit-linear-gradient(top,  #ad7276 0%,#6e040c 100%);
	background: linear-gradient(to bottom,  #ad7276 0%,#6e040c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7276', endColorstr='#6e040c',GradientType=0 );
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 4px;
	padding: 10px;
}
.button div:after {
	content: url("images/btn_bg.png");
	margin-left: 3px;
}
.button div:hover {
	opacity: 0.7;
	cursor: pointer;
}
.button div a {
	color: #fff;
	text-decoration: none;
}
.button div a:hover {
	background: none;
}

/* ページネーション */
.pagenation {
}
.page-numbers {
	clear: both;
	position: relative;
	left: 50%;
	float: left;
}
.page-numbers > li {
	position: relative;
	float: left;
	list-style: none;
	left: -50%;
	margin: 0 3px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-numbers > li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #696362;
	padding-top: 3px;
	color: #696362;
	text-decoration: none;
}
.page-numbers > li span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #696362;
	padding-top: 3px;
}
.page-numbers > li span.current {
	border: 1px solid #696362;
	background:#696362;
	color: #fff;
}
.page-numbers > li .next,
.page-numbers > li .prev {
	border: 0;
	width: auto;
}
.page-numbers .prev {
	margin-right: 45px;
}
.page-numbers .prev:hover,
.page-numbers .next:hover {
	background: #fff;
	text-decoration: underline;
}

/***** コンテンツ *****/

/*サービス内容*/
.service .table_style01.h3_txt {
	width: 750px;
}
.service .table_style01.h3_txt th {
	width: 250px;
}

/*資金調達コンサルタント養成講座*/
.course .table_style02 {
	width: 737px;
}
.notice_box {
	padding: 15px 20px;
	border: 4px double #c0a052;
	background: url("images/course_img01.png") no-repeat 98% 50%;
}

/*資金調達マニュアル*/
.manual_archive_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 362px;
	height: 210px;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 15px;
	border: 1px solid #bbbbbb;
	background: #fcf9f6;
}
.manual_archive_box .manual_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
}
.manual_archive_box .manual_title a {
	color: #333;
	text-decoration: none;
}
.manual_archive_box .manual_thumb {
	float: left;
	margin-right: 10px;
}
.manual_archive_box .manual_thumb a:hover img {
	opacity: 0.7;
}
.manual_archive_box .manual_note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 8px;
}
.manual_archive_box .manual_price {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 8px;
}
.manual_archive_box .manual_price .yen {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #c1272d;
}
.manual_archive_box .manual_link {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
}

.manual_single_box .manual_note {
	margin-bottom: 20px;
}
.manual_single_box .manual_thumb {
	float: right;
	margin: 0 0 15px 15px;
}
.manual_single_box .manual_body,
.manual_single_box .manual_info,
.manual_single_box .manual_contents  {
	margin-bottom: 50px;
}
.manual_single_box .table_style01 {
	width: 737px;
}
.manual_single_box .table_style01 th {
	width: 250px;
}
.manual_single_box .table_style01 .price {
	color: #c1272d;
	font-weight: bold;
}
.manual_single_box .manual_cart {
	margin-top: 50px;
	text-align: center;
}

/*資金調達ノウハウ*/
.blog_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 750px;
	border: 1px solid #312927;
	padding: 60px 30px 50px;
	margin-bottom: 50px;
	background: url("images/blog_box_bg.png") no-repeat 700px 9px;
}
.blog_box .blog_title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #312927;	
}
.blog_box .blog_date {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 35px;
}
.blog_box .blog_body img {
	max-width: 400px;
	height: auto;
}
.foot_link {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.foot_link a {
	color: #696362;
	text-decoration: none;
}
.foot_link a:hover {
	background: #fff;
	text-decoration: underline;
}
.contents-side-archivelist,
#sidenavi p,
.category-list {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 35px;
	line-height: 20px;
}
.contents-side-archivelist dt,
#sidenavi p,
.category-list dt {
	font-weight: bold;
	color: #443c3b;
	text-align: center;	
	border-bottom: 1px solid #696362;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contents-side-archivelist dd,
.category-list {
	padding-left: 15px;
	margin-bottom: 10px;
}
.new-list dd {
	line-height: 18px;
}
.month-list dd {
	margin-bottom: 0;
}
.category-list li:last-child {
	margin-bottom: 35px;
}
.contents-side-archivelist dd a,
.category-list dd a {
	color: #696362;
	text-decoration: none;
}
.contents-side-archivelist dd a:hover,
.category-list dd a:hover {
	text-decoration: underline;
	background: none;
}
.year-list dd:after {
	content: "年";
}

/* 事務所案内 */
.info .table_style01 th {
	white-space: nowrap;
	vertical-align: top;
}

/* プロフィール */
.profile_book_list div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 170px;
	height: 240px;
	border: 1px solid #ccc;
	margin: 0 18px 18px 0;
}
.profile_book_list div img {
	width: 100%;
	height: auto;
}
.profile_book_list div:nth-child(4n){
	margin-right: 0;
}

/* お問い合わせ */
.hissu:after {
	content: "(必須)";
	color: #6e040c;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 3px;
}
.text-long {
	width: 100%;
	height: 25px;
	border: 1px solid #bbb;
	padding: 0 3px;
}
.text-short {
	width: 80px;
	height: 25px;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	padding: 0 3px;
}
.text_area .text-long {
	height: 150px;
}
.contactform .table_style01 {
}
.contactform .table_style01 th {
	width: 20%;
	white-space: nowrap;
	padding: 15px;
	vertical-align: top;
}
.contactform .table_style01 td {
	width: 80%;
	padding: 15px;
}
.contactform .button {
	margin-top: 40px;
	font-size: 20px;
	font-size: 2.0rem;
}
.contactform .button input {
	width: 100px;
	height: 35px;
	padding: 2px;
	cursor: pointer;
	border: 0; 
	color: #fff;
}
.wpcf7-list-item {
	display: block;
}

/***** ページトップ *****/
#go_pagetop {
	position: fixed;
	right: 20px;
	bottom: 280px;
	cursor: pointer;
}


/***** フッター *****/
#footer {
	margin-top: 100px;
	background: #fbfbfb;
	width: 100%;
	min-width: 1000px;
}
.footer_inner {
	width: 100%;
	min-width: 1000px;
	border-top: 1px solid #40210f;
	border-bottom: 1px solid #e6e6e6;
}
.footer_link {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
.footer_link li {
	float: right;
	margin-right: 10px;
}
.footer_link li:first-child {
	margin-right: 0;
}
.footer_link li:nth-child(1),.footer_link li:nth-child(2) {
    background: url("./images/icon_arrow.png") no-repeat 0 50%;
    padding-left: 15px;
}
.footer_link li:nth-child(3) {
    background: url("./images/icon_home.png") no-repeat 0 50%;
    padding-left: 12px;
}
.footer_link li a {
	color: #a38a77;
	text-decoration: none;
}
.footer_box_top {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
.footer_box_top .logo {
	float: left;
}
.footer_box_top .mail_banner {
	float: right;
	width: 220px;
	height: 60px;
	text-indent: -9999px;
}
.footer_box_top .mail_banner a {
	display: block;
	width: 220px;
	height: 60px;
	background: url("./images/mail_banner.png");
}
.footer_box_top .mail_banner a:hover {
	background: url("./images/mail_banner2.png");
}

.footer_box_top .company {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}

.footer_box_top .add {
	float: left;
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-left: 30px;
	padding-top: 5px;
}
.copyright {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	font-size: 1.0rem;
	color: #a38a77;
	text-align: center;
	padding :20px;
}

/***** 404 *****/
.notfound #main {
	padding-top: 50px;
}

/* ==================================
	テンプレート　（style.css用）※リスト等は別途設定
================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	margin-bottom: 10px;
	margin-left: 10px;
}
img.aligncenter {
	margin-bottom: 10px;
}
.imgleft_col .img {
	float: left;
	margin-right: 10px;
}
.imgleft_col .img img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgleft_col .text {
	overflow: hidden;
}
.imgright_col .img {
	float: right;
	margin-left: 10px;
}
.imgright_col .img img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgright_col .text {
	overflow: hidden;
}
.imgleft_row .img {
	float: left;
	margin-right: 20px;
}
.imgleft_row .img img {
	margin-bottom: 10px;
	display: block;
}
.imgleft_row .text {
	overflow: hidden;
}
.imgright_row .img {
	float: right;
	margin-left: 20px;
}
.imgright_row .img img {
	margin-bottom: 10px;
	display: block;
}
.imgright_row .text {
	overflow: hidden;
}
