@charset "Shift_JIS";

/*---------------------------------------------------------------
	各要素のリセット
---------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h3, pre, form,
fieldset, input, textarea, p, blockquote, span, font {
	padding: 0;
	line-height: 1em;
}

h3{
	font-size: 100%; 
	font-weight: normal;
	text-align: left;
	border:none;
}

ol, ul{
	list-style:none;
}

fieldset, img{
	 border:0;
}

caption, th{
	text-align: left;
}

a img {
	border: none;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style: normal; 
	font-weight: normal;
}

a {
	outline: none;
}

/*---------------------------------------------------------------
	ClearFIX
---------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*---------------------------------------------------------------
	経営改善オンデマンド講座
---------------------------------------------------------------*/

div#ondemand {
	width:100%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}

div.large {
	width: 450px;
	margin: 0 auto;
}

div.small {
	width: 425px;
	margin: 0 auto;
}

p.text {
	/*font-size: 13px;*/
	line-height: 1.3em;
	text-align:left;
}

div.new_movieArea{
	margin-bottom: 20px;
}

div.new_movie01_img {
	width: 320px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	margin-bottom: 10px;
}

div.new_movie01_img div.img{
	margin-bottom: 5px;
}
h3.ondemand {
	margin: 0 auto 10px;
	padding: 0;
}

div.new_movie01_btn {
	margin: 0 auto 15px;
}

div.cautionArea div.caution_txt p.text,
div.new_movie01_img p.text.small {
	margin-left: 1em;
	text-indent: -1em;
}

div.new_movie01_img p.text.small {
	margin-bottom: 2px;
}

div.new_movie01_img p.red {
	color: #FF0000;
}

div.ondemand_copyright{
	text-align: right;
	margin-bottom:20px;
}

div.blue div.large h3.ondemand {
	text-indent: -9999px;
	background: url("blue_large_title01.gif") no-repeat;
	width: 450px;
	height: 30px;
}

div.blue div.small h3.ondemand {
	text-indent: -9999px;
	background: url("blue_small_title01.gif") no-repeat;
	width: 425px;
	height: 30px;
}

div.gray div.large h3.ondemand {
	text-indent: -9999px;
	background: url("gray_large_title01.gif") no-repeat;
	width: 450px;
	height: 30px;
}

div.mincho div.large h3.ondemand {
	text-indent: -9999px;
	background: url("mincho_large_title01.gif") no-repeat;
	width: 450px;
	height: 30px;
}

div.blue div.large div.new_movieArea {
	width: 450px;
	/*height: 380px;*/
	background: url("blue_large_bg01.gif") no-repeat;
}

div.blue div.small div.new_movieArea {
	width: 425px;
	/*height: 380px;*/
	background: url("blue_small_bg01.gif") no-repeat;
}

div.gray div.large div.new_movieArea,
div.mincho div.large div.new_movieArea {
	width: 450px;
	/*height: 380px;*/
	background: none;
}

div.gray div.new_movie01_img,
div.mincho div.new_movie01_img {
	margin-bottom: 20px;
}

div.gray div.large div.new_movie01_txt,
div.mincho div.large div.new_movie01_txt {
	width: 420px;
	margin: 0 auto;
}

div.blue div.small div.new_movie01_txt {
	width: 395px;
	margin: 0 auto;
}

div.blue div.large div.new_movie01_txt {
	width: 450px;
	background: url("blue_large_bg02.gif") no-repeat center bottom;
	padding-bottom: 20px;
}

div.blue div.small div.new_movie01_txt {
	width: 425px;
	background: url("blue_small_bg02.gif") no-repeat center bottom;
	padding-bottom: 20px;
}

div.blue div.large div.new_movie01_txt p.text {
	width: 420px;
	margin: 0 auto;
}

div.blue div.small div.new_movie01_txt p.text {
	width: 395px;
	margin: 0 auto;
}

div.blue p.text.small,
div.gray p.text.small,
div.mincho p.text.small {
	font-size: 10px;
	line-height: 1.4em;
}

div.blue div.cautionArea {
	background-color: #FFECDF;
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
}

div.small div.cautionArea {
	padding: 10px 10px;
}

div.gray div.cautionArea,
div.mincho div.cautionArea {
	border-top:2px dotted #CCCCCC;
	padding: 10px 15px;
}

div.blue div.large div.cautionArea div.caution_txt,
div.gray div.large div.cautionArea div.caution_txt,
div.mincho div.large div.cautionArea div.caution_txt {
	width: 320px;
	float: left;
}

div.blue div.small div.cautionArea div.caution_txt {
	width: 315px;
	float: left;
}

div.cautionArea div.caution_img {
	width: 88px;
	float: right;
	margin-top: 5px;
}

div.blue p.btn {
	width: 150px;
	margin: 10px auto 0;
}

div.blue p.btn_ipad {
	text-align: center;
	font-size: 13px;
}

div.blue p.btn a {
	background: url("blue_btn01.gif") no-repeat 0 0;
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999px;
}

div.blue p.btn a:hover {
	background-position: 0 -30px;
}

div.gray p.btn,
div.mincho p.btn {
	width: 174px;
	margin: 10px auto 0;
}

div.gray p.btn a,
div.mincho p.btn a {
	background: url("gray_btn01.gif") no-repeat 0 0;
	display: block;
	width: 174px;
	height: 38px;
	text-indent: -9999px;
}

div.gray p.btn a:hover,
div.mincho p.btn a:hover {
	background-position: 0 -38px;
}

div.gray p.btn_ipad,
div.mincho p.btn_ipad {
	text-align: center;
	font-size: 13px;
}

#wmp_on p.ondemand_kakudai {
	margin: 5px 0 0;
}

/* バックナンバーのスタイル */
div.blue div.large h3.ondemand_backnumber {
	text-indent: -9999px;
	background: url("blue_large_title_back.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: auto;
}

div.blue div.small h3.ondemand_backnumber {
	text-indent: -9999px;
	background: url("blue_small_title_back.gif") no-repeat;
	width: 425px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: auto;
}

div.gray div.large h3.ondemand_backnumber {
	text-indent: -9999px;
	background: url("gray_large_title_back.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: auto;
}

div.mincho div.large h3.ondemand_backnumber {
	text-indent: -9999px;
	background: url("mincho_large_title_back.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: auto;
}

div.ondemand_bk_thumb {
	float: left;
	width: 140px;
	padding: 20px 20px 0 20px;

}

div.large div.ondemand_bk_txt {
	text-align: left;
	float: left;
	width: 250px;
	padding:20px 10px 0 0;
}

div.small div.ondemand_bk_txt {
	text-align: left;
	float: left;
	width: 225px;
	padding:20px 10px 0 0;
}

div.ondemand_bk_txt p.onBkTx {
	margin: 0 !important;
	padding-top: 15px;
	padding-bottom: 0;
	text-align: right;
	font-weight: bold;
}

div.ondemand_bk_txt p.text {
	margin: 0;
}

div.ondemand_bk_btn {
	float: right;
	padding-right: 20px;
}

div.ondemand_bk_btn div.new_movie01_btn {
	margin: 0 auto 0;
}

div.ondemand_bk_btn .btn_ipad {
	margin-top: 10px;
	text-align: left;
}

/* ブルー用バックナンバーの設定 */
div.blue div.large div.ondemand_backnumberArea {
	width: 450px;
	height: 130px;
	background: url("blue_large_back_bg01.gif") no-repeat;
	padding: 0;
	margin: 0;
}

div.blue div.small div.ondemand_backnumberArea {
	width: 425px;
	height: auto;
	background: url("blue_small_back_bg01.gif") no-repeat;
	padding: 0;
	margin: 0;
}

div.blue div.large div.ondemand_bk_bottom {
	width: 450px;
	height: 20px;
	background: url("blue_large_back_bg02.gif") no-repeat center bottom;
	margin: 0 0 20px 0;
}

div.blue div.small div.ondemand_bk_bottom {
	width: 425px;
	height: 20px;
	background: url("blue_small_back_bg02.gif") no-repeat center bottom;
	margin: 0 0 20px 0;
}

/* ブルー用バックナンバーの設定 */

div.gray div.large .ondemand_bk_bottom {
	margin-bottom: 20px;
}

div.mincho div.large .ondemand_bk_bottom {
	margin-bottom: 20px;
}


/*---------------------------------------------------------------
	追加はここを編集
---------------------------------------------------------------*/
/* 2012年1月版 */
div.blue div.large h3.ondemand201201 {
	text-indent: -9999px;
	background: url("blue_large_title02.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.blue div.small h3.ondemand201201 {
	text-indent: -9999px;
	background: url("blue_small_title02.gif") no-repeat;
	width: 425px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}
div.gray div.large h3.ondemand201201 {
	text-indent: -9999px;
	background: url("gray_large_title02.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.mincho div.large h3.ondemand201201 {
	text-indent: -9999px;
	background: url("mincho_large_title02.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}


/* 2013年1月版 */
div.blue div.large h3.ondemand201302 {
	text-indent: -9999px;
	background: url("blue_large_title03.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.blue div.small h3.ondemand201302 {
	text-indent: -9999px;
	background: url("blue_small_title03.gif") no-repeat;
	width: 425px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}
div.gray div.large h3.ondemand201302 {
	text-indent: -9999px;
	background: url("gray_large_title03.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.mincho div.large h3.ondemand201302 {
	text-indent: -9999px;
	background: url("mincho_large_title03.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}


/* 2014年2月版 */
div.blue div.large h3.ondemand201402 {
	text-indent: -9999px;
	background: url("blue_large_title04.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.blue div.small h3.ondemand201402 {
	text-indent: -9999px;
	background: url("blue_small_title04.gif") no-repeat;
	width: 425px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}
div.gray div.large h3.ondemand201402 {
	text-indent: -9999px;
	background: url("gray_large_title04.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}

div.mincho div.large h3.ondemand201402 {
	text-indent: -9999px;
	background: url("mincho_large_title04.gif") no-repeat;
	width: 450px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0;
}










/*---------------------------------------------------------------
	アドバンス用
---------------------------------------------------------------*/

div#ondemand.advance {
	margin-top: 15px;
	font-size: 13px;
}