@charset "UTF-8";
/****************
 wysiwyg
*****************/

/*エディタの中のみ*/
body.wysiwygCom {
	padding: 10px;
	background-color: #FFF;
}
.wysiwygCom ul {
	padding-left: 20px;
	list-style: disc;
	margin-top:10px;
	/*回り込み画像時にリストが出ない問題を解決*/
	overflow:hidden;
}
* html .wysiwygCom ul {
	display:inline-block;
}
.wysiwygCom ol {
	/*IE7 100の位まで対応*/
	padding-left: 50px;
	list-style: decimal;
	margin-top:10px;
	/*回り込み画像時にリストが出ない問題を解決*/
	overflow:hidden;
}
* html .wysiwygCom ol {
	display:inline-block;
}
.wysiwygCom p {
	margin-top:10px;
	padding-right: 10px;
	padding-left: 10px;
}
.wysiwygCom table {
    border: 1px solid #eee4cb;
    border-collapse: collapse;
    margin: 10px 0 0;
}
.wysiwygCom table td, .wysiwygCom table th {
    width: 5%;
    border: 1px solid #eee4cb;
    border-collapse: collapse;
    padding: 5px 10px;
    color: #000;
}
.wysiwygCom table th {
    background-color: #fecc53;
}
.wysiwygCom table caption {
	text-align:left;
	font-weight:bold;
    color: #000;
}
.wysiwygCom div {
	line-height: 150%;
	margin-top: 10px;
}

h2.headCom, .wysiwygCom h2 {
    position: relative;
    font-size: 125%;
    margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-color: #fff;
    color: #444;
}
h2.headCom:before, .wysiwygCom h2:before {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 690px;
	height: 3px;
	z-index: 0;
	background-color: #279636;
	content: '';
}
.faqMod h2 {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-image: url(../img_sub/h1_faq_com.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

/*IE6の画像回り込みの際のバーが突き抜ける対策*/
* html h2.headCom, * html .wysiwygCom h2 {
	display:inline-block;
}

h3.headCom, .wysiwygCom h3 {
	background-image: url(../img_sub/bg_icon_h3.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #393;
	font-size: 94%;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 23px;
	margin-top: 20px;
    color: #fff;
}
/*IE6の画像回り込みの際のバーが突き抜ける対策*/
* html h3.headCom, * html .wysiwygCom h3 {
	display:inline-block;
}

h4.headCom, .wysiwygCom h4 {
	background-image: url(../img_sub/bg_icon_h4.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 87%;
	padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 23px;
	margin-top: 20px;
	border-bottom: 2px dashed #41a041;
    background-color: #fff;
}
/*IE6の画像回り込みの際のバーが突き抜ける対策*/
* html h4.headCom, * html .wysiwygCom h4 {
	display:inline-block;
}

h5.headCom, .wysiwygCom h5 {
	border-left: 3px solid #ccc;
	border-bottom: 1px dotted #aaa;
	font-size: 100%;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 20px;
}
/*IE6の画像回り込みの際のバーが突き抜ける対策*/
* html h5.headCom, * html .wysiwygCom h5 {
	display:inline-block;
}

h6.headCom, .wysiwygCom h6 {
	border-left: 3px solid #ccc;
	font-size: 100%;
	padding-left: 7px;
	margin-top: 20px;
}
/*IE6の画像回り込みの際のバーが突き抜ける対策*/
* html h6.headCom, * html .wysiwygCom h6 {
	display:inline-block;
}




.wysiwygCom .col {
	width:700px;
	overflow:hidden;
}
.wysiwygCom .L {
	width:330px;
	float:left;
}
.wysiwygCom .R {
	width:330px;
	float:right;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwygCom .text_, .cke_panel_list .text_ {
	color: #c00;
}
.wysiwygCom .text2_, .cke_panel_list .text2_{
	color: #00c;
}

/* 20151323　横並び画像の補足文表示修正 */
.colMod .wysiwygCom p{
	margin-top:0 ;
}
.colMod .wysiwygCom p:first-child{
	margin-top:10px;
}
