<style>
@charset "UTF-8";
/* --------------------------------------------------
	micro clearfix hack by Nicolas Gallagher
	http://nicolasgallagher.com/micro-clearfix-hack/
-------------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


html,
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	color:#333333;
}

a,a:link {
	text-decoration:none;
	color:#4087AF;
}

a:hover {
	color:#FF9933;
}



.article_body p {
	line-height:16px;
}

h3 {
	clear:both;
	padding:2px 5px;
	margin-bottom:15px;
	font-size:28px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#2889d3;
	color:#333333;
}

h4 {
	clear:both;
	font-size:20px;
	padding:4px 4px 4px 8px;
	margin-bottom:15px;
	border-width:2px;
	border-style:solid;
	border-color:#2889d3;
	background-color:#2889d3;
	background-image:url('http://www.fitlife.co.jp/wp/wp-content/themes/RakutokuBasic/img/tinymce_h4bg.png');
	background-position:-3px 0;
	background-repeat:repeat-y;
	color:#FFFFFF;
}

h5 {
	clear:both;
	font-size:18px;
	margin-bottom:15px;
	padding:4px;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
}

h6 {
	clear:both;
	font-size:16px;
	margin-bottom:15px;
	padding:4px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
}

.article_body ul{
	margin-left:25px;
	margin-bottom:14px;
}

.article_body ul li {
	margin:3px 0;
}

.article_body ol {
	margin-left:50px;
	margin-bottom:14px;
}

.article_body ol li {
	margin:3px 0;
}

.alignleft {
	left:auto;
}

.aligncenter {
	margin:auto;
	display:block;
}

.alignright {
	float:right;
}

img.alignleft {
	padding:0 15px 10px 0;
}

img.center {
	padding:15px 0 10px 0;
}

img.alignright {
	padding:0 0 10px 15px;
}

.tbl_width_full {
	width:100%;
}

.mceContentBody p {
	display:block;
	width:100%;
}


/* editor_plugin.phpで吐き出すHTML用スタイル
-------------------------------------------------- */
.SpBlock2clm:before,.SpBlock2clm:after,
.SpBlock3clm:before,.SpBlock3clm:after,
.SpBlockImgR:before,.SpBlockImgR:after,
.SpBlockImgL:before,.SpBlockImgL:after {
    content:"";
    display:table;
}

.SpBlock2clm:after,
.SpBlock3clm:after,
.SpBlockImgR:after,
.SpBlockImgL:after {
    clear:both;
}


/* 画像+テキストブロック（2列） */
.SpBlock2clm {
	margin-bottom:14px;
}
.SpBlock2clm .leftside,
.SpBlock2clm .rightside {
	width:320px;
	float:left;
	border:1px solid #999999;
}

.SpBlock2clm .rightside {
	margin-left:4px;
}

.SpBlock2clm img {
	margin:auto;
}


/* 画像+テキストブロック（3列） */
.SpBlock2clm {
	margin-bottom:14px;
}
.SpBlock3clm .leftside,
.SpBlock3clm .centerblock,
.SpBlock3clm .rightside {
	width:211px;
	float:left;
	border:1px solid #999999;
}

.SpBlock3clm .rightside,
.SpBlock3clm .centerblock {
	margin-left:4px;
}

.SpBlock3clm img {
	margin:auto;
}

.leftside p,
.rightside p,
.centerblock p {
	padding:5px 10px 10px;
}


/* 画像右寄せ */
.SpBlockImgR,SpBlockImgL {
	margin-bottom:14px;
}

.SpBlockImgR img {
	float:right;
	padding:0 0 10px 15px;
}

/* 画像左寄せ */
.SpBlockImgL img {
	float:left;
	padding:0 15px 10px 0;
}

.tbl_itemlist {
	table-layout: fixed;
	width:96%;
	margin:auto;
}

.tbl_itemlist,
.tbl_itemlist tr,
.tbl_itemlist th,
.tbl_itemlist td {
	border:none !important;
}

.tbl_itemlist td {
	vertical-align:middle;
}

.tbl_itemlist td img {
	max-width:100%;
	max-height:200px;
	width:auto;
	height:auto;
}

.tbl_oem_itemlist {
	table-layout: fixed;
	width:96%;
	margin:auto;
}

.tbl_oem_itemlist,
.tbl_oem_itemlist tr,
.tbl_oem_itemlist th,
.tbl_oem_itemlist td {
	border:none !important;
}

.tbl_oem_itemlist th {
	width:100px;
	vertical-align:top;
	text-align:center;
}

.tbl_oem_itemlist td {
	vertical-align:top;
}

.tbl_oem_itemlist th img {
	max-width:100%;
	max-height:150px;
	width:auto;
	height:auto;
}