@charset "UTF-8";

/*
	news_editor.css
*/


/* 基本ボタンのスタイル
================================================ */

/* editor_style
------------------------------------------------ */
.editor_style strong
{
	font-weight:		bold;
}


/* ================================================
	管理画面側との共通部分ここから
================================================ */

/* editor_style
================================================ */
.editor_style
{
	padding-bottom:		64px;
}

/* p
================================================ */
.editor_style p
{
	color:				#333;
	font-size:			1.4em;
	line-height:		1.6;
}
.editor_style p p	/* bug fix */
{
	font-size:			inherit;
	line-height:		inherit;
}


/* 見出しパターン
================================================ */
.editor_style .st_type2
{
	background-image:	url(../../../img/news/ns_mk_bbox.png);
	background-repeat:	no-repeat;
	background-position:left 7px;
	color:				#333;
	font-size:			2.0em;
	font-weight:		bold;
	line-height:		1.4;
	clear:				both;
	margin-bottom:		16px;
	padding:			0px 0px 0px 20px;
}

.editor_style .st_type3
{
	border-left:		3px solid #03358c;
	color:				#333;
	font-size:			1.8em;
	font-weight:		bold;
	line-height:		1.4;
	clear:				both;
	margin-bottom:		12px;
	padding-left:		8px;
}

.editor_style .st_type4
{
	background-image:	url(../../../img/news/ns_mk_bdisc.png);
	background-repeat:	no-repeat;
	background-position:left 9px;
	color:				#333;
	font-size:			1.6em;
	font-weight:		bold;
	line-height:		1.4;
	clear:				both;
	margin-bottom:		12px;
	padding-left:		13px;
}


/* txt
================================================ */
.txt
{
	color:				#333;
	font-size:			1.4em;
	line-height:		1.6;
}
.bold
{
	font-weight:		bold;
}
.red
{
	color:				#C00;
}

.kome_note
{
	font-size:			1.4em;
	line-height:		1.6;
	text-indent:		-1em;
	padding-left:		1em;	
}

.fs13
{
	font-size:			1.3em;
}


/* 1枚画像
================================================ */
.w1_cont
{
	clear:				both;
}
.w1_cont p
{
	margin:				0;
	padding:			0;
}
/* w600rp
================================================ */
.w600rp
{
	width: 				62.5%;
	margin-left:		auto;
	margin-right:		auto;
}


/* w2ff_cont 5:5box
================================================ */
.w2ff_cont
{
	clear:				both;
	overflow:			hidden;
}
.w2ff_cont .col1
{
	display:			inline-block;
	float:				left;
}
.w2ff_cont .col2
{
	display:			inline-block;
	float:				right;
}


/* w2_cont
================================================ */
.w2_cont
{
	width: 				100%;
	clear:				both;
}
.w2_cont .col1
{
	float:				left;
	padding-right:		5px;
}
.w2_cont .col2
{
	float:				right;
	padding-left:		5px;
}
.w2_cont img
{
	width: 				100%;
	height:				auto;
}

/* w360rp
================================================ */
.w360rp
{
	width: 				40%;
}

/* w432rp
================================================ */
.w432rp
{
	width: 				46%;
}

/* w540rp
================================================ */
.w540rp
{
	width: 				58%;
}

/* ii
================================================ */
.ii .col1
{
	padding-right:		1%;
}
.ii .col2
{
	padding-left:		1%;
}

/* w3_cont
================================================ */
.w3_cont
{
	
}
.w3_cont .col1
{
	float:				left;	
}
.w3_cont .col2
{
	float:				left;
}
.w3_cont .col3
{
	float:				left;
}



/* [img] | [text] 回り込みキャプション付き
-------------------------------------------------------------------------------- */
.w2r_cont
{
	clear:				both;
}

.w2r_cont .img_cont
{
	display:			block;
	margin:				0px 20px 10px 0px;
	padding:			0;
}
.w2r_cont .alignleft
{
	display:			block;
	float:				left;
	margin:				0px 20px 10px 0px;
}
.w2r_cont .alignright
{
	display:			block;
	float:				right;
	margin:				0px 0px 10px 20px;
}
/*.w2_cont .img_cont img
{
	margin-bottom:		4px;
}*/
.w2r_cont .img_cont p
{
	color:				#333;
	font-size:			1.4em;
	line-height:		1.4;
	margin-bottom:		0;
	padding:			0;
}
.w2r_cont .txt_cont
{
	width:				auto;
	color:				#333;
	line-height:		1.5;
	text-align:			left;
	/*display:			inline;*/
	margin:				0;
	padding:			0;
}

/* wXXX %シリーズ
------------------------------------------------ */
.bbox
{
	border:				1px solid #666!important;
	padding:			2%;
	margin:				0px auto;
}
.bbox img
{
	width:				100%;
	height:				auto;
}


/* layout_tb
------------------------------------------------ */
.layout_tb1
{
	border-collapse:	collapse;
	font-size:			1.0em;
}
.layout_tb1 th,
.layout_tb1 td
{
	font-size:			1.4em;
	line-height:		1.4;
	text-align:			left;
	vertical-align:		top;
	padding:			4px 8px 4px 0px;
}
.layout_tb1 .sep1
{
	width:				1em;
}
.layout_tb1 p
{
	font-size:			1.0em;
}

.layout_tb1 .lb
{
	white-space:		nowrap;
}



/* wXXX %シリーズ
------------------------------------------------ */
.w100ps
{
	width:				100%!important;
}
.w95ps
{
	width:				95%!important;
}
.w90ps
{
	width:				90%!important;
}
.w85ps
{
	width:				85%!important;
}
.w80ps
{
	width:				80%!important;
}
.w75ps
{
	width:				75%!important;
}
.w70ps
{
	width:				70%!important;
}
.w65ps
{
	width:				65%!important;
}
.w60ps
{
	width:				60%!important;
}
.w55ps
{
	width:				55%!important;
}
.w50ps
{
	width:				50%!important;
}
.w45ps
{
	width:				45%!important;
}
.w40ps
{
	width:				40%!important;
}
.w35ps
{
	width:				35%!important;
}
.w30ps
{
	width:				30%!important;
}
.w25ps
{
	width:				25%!important;
}
.w20ps
{
	width:				20%!important;
}
.w15ps
{
	width:				15%!important;
}
.w10ps
{
	width:				10%!important;
}
.w5ps
{
	width:				5%!important;
}


/* ================================================
	aaaa
================================================ */

/* aaaa
================================================ */

/* ================================
	aaaa
================================ */

/* aaaa
================================ */

/* ======== aaaa ======== */


/* ------------------------------------------------
	aaaa
------------------------------------------------ */

/* aaaa
------------------------------------------------ */

/* --------------------------------
	aaaa
-------------------------------- */

/* aaaa
-------------------------------- */

/* -------- aaaa -------- */

/* ---- aaaa ---- */

/* -- aaaa -- */

/* aaaa */
