@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
}

/* Clearfix */
section:after,
article:after,
aside:after,
div:after,
ul:after,
.clearfix:after {
	content: “”;
	display: none;
	clear: both;
}/* Clearfix */

/* Layout */
#wrapper {
	position: fixed;
	width: 860px;
	height: 100%;
	overflow: auto;
}

#contents {
	padding: 0;
	margin-bottom: 30px;
}

#sidemenu {
	position: fixed;
	top: 0;
	left: 860px;
	width: 240px;
	height: 100%;
	overflow: auto;
	border-left: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
}

#footer_area {
	border-top: dotted 1px #CCC;
	padding: 28px 0;
}
#footer_area address {
	font-size: 14px;
	text-align: center;
}

/* h1~h4 */

#contents h1 {
	height: 2em;
	line-height: 2em;
	padding: 0 14px;
	border-bottom: solid 1px #CCC;
	font-size: 260%;
	font-weight: bold;
}
#contents h2 {
	height: 2em;
	line-height: 2em;
	padding: 0 14px;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #CCC;
	font-size: 180%;
	font-weight: bold;
}
#contents h3 {
	height: 2em;
	line-height: 2em;
	padding: 0 14px;
	margin-bottom: 1.6em;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 160%;
	font-weight: bold;
}
#contents h4 {
	width: 95%;
	height: 2em;
	line-height: 2em;
	padding: 0 6px;
	margin-left: 14px;
	margin-bottom: 1em;
	margin-top: 3em;
	/*border-left: solid 3px #CCC;*/
	border-bottom: solid 2px #CCC;
	font-size: 160%;
	font-weight: bold;
}
#contents h5 {
	display: inline-block;
	line-height: 2em;
	margin-left: 1.5em;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	padding-right: 0.6em;
	font-size: 150%;
	font-weight: bold;
	border-bottom: dotted 1px #CCC;
}
#contents h5:before {
	font-family: FontAwesome;
	content: '\f0d7';
	font-weight: normal;
	font-size: 120%;
	margin-right: 0.3em;
}
#contents p {
	width: 90%;
	padding: 0 14px 0 24px;
	font-size: 140%;
	line-height: 1.8;
	margin-bottom: 1.2em;
}
#contents strong {
	font-weight: bold;
	color: #0033CC;
}
#contents em {
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

#contents pre {
	width: 90%;
	margin-bottom: 2em;
	margin-left: 1.5em;
	padding: 0.6em;
	font-size: 140%;
	font-family: "Source Code Pro", monospace;
	line-height: 1.8;
	border: double 3px #CCC;
	letter-spacing: 1px;
	overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
#contents pre strong,
#contents pre em {
	font-family: "Source Code Pro", monospace !important;
	font-weight: normal;
}

#contents .key {
	font-weight: bold;
	color: #9F1562;
}

#contents .caption {
	font-size: 70%;
	margin-top: 0.6em;
	margin-bottom: 1em;
	color: #B600DF;
}

#contents ul,
#contents ol {
	width: 90%;
	font-size: 140%;
	line-height: 1.6;
	margin-left: 3.5em;
	margin-bottom: 1em;
}
#contents ul li {
	list-style: disc;
}
#contents ol li {
	list-style: decimal;
}
#contents table {
	font-size: 140%;
	margin-left: 1.5em;
	margin-bottom: 2em;
	border: solid 1px #CCC;
}
#contents th,
#contents td {
	border: solid 1px #CCC;
	padding: 0.6em;
	vertical-align: top !important;
}
#contents th {
	font-weight: bold;
	text-align: center;
}

#contents .no_border {
	border: none;
}
#contents .no_border th,
#contents .no_border td {
	border: none;
}

#contents .bg_blue {
	background: #D2E9FF;
}
#contents .bg_pink {
	background: #FDDAFF;
}
#contents .bg_yellow {
	background: #FFF6DC;
}
#contents .bg_green {
	background: #EBFFD6;
}
#contents .ta_c {
	text-align: center;
}
#contents .ta_r {
	text-align: right;
}
#contents .ta_l {
	text-align: left;
}
#contents .va_t {
	vertical-align: top !important;
}
#contents .va_m {
	vertical-align: middle !important;
}
#contents .va_b {
	vertical-align: bottom !important;
}
/* sidemenu */
#sidemenu h2 {
	height: 2em;
	line-height: 2em;
	border-bottom: solid 1px #CCC;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

#sidemenu h3 {
	height: 2em;
	line-height: 2em;
	padding-left: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #CCC;
	font-size: 140%;
	font-weight: bold;
}
#sidemenu h4 {
	margin: 0 1em 0.6em;
	padding-left: 0.5em;
	line-height: 1.6;
	font-size: 130%;
	font-weight: bold;
	border-left: solid 3px #CCC;
	border-bottom: solid 1px #CCC;
}

#sidemenu ul {
	margin-left: 2.5em;
	margin-right: 1em;
	margin-bottom: 2em;
	font-size: 130%;
}
#sidemenu ul li {
	list-style: disc;
	line-height: 1.6;
}

/* 素材ダウンロードセクション */
.sect_dl {
	width: 45%;
	padding: 1.6em;
	margin-left: 24px;
	margin-bottom: 3em;
	background: #FFF6DC;
	border: solid 1px #CCC;
}
.sect_dl p {
	width: 100% !important;
	margin: 0 0 0.4em !important;
	padding: 0 !important;
}
.sect_dl p.txt_small {
	font-size: 100% !important;
	margin: 0 !important;
}


/* ワンポイントセクション */
.sect_point {
	width: 80%;
	padding: 1em 1.4em 0.6em;
	margin-left: 24px;
	margin-bottom: 3em;
	margin-top: 1em;
	background: #E1F0FF;
	border-radius: 5px;
}
.sect_point h6 {
	margin-bottom: 0.6em;
	font-size: 140%;
	font-weight: bold;
	color: #004688;
}
.sect_point h6:before {
	font-family: FontAwesome;
	content: '\f0eb';
	font-weight: normal;
	font-size: 120%;
	margin-right: 0.3em;
}
.sect_point p {
	width: 100% !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	font-size: 120% !important;
	line-height: 1.6 !important;
}

.sect_point table {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 1em !important;
	padding-left: 0 !important;
	font-size: 120% !important;
	line-height: 1.6 !important;
	background: #FFF !important;
}
.sect_point table th,
.sect_point table td {
	padding: 3px !important;
}

.sect_point ul {
	width: 100% !important;
	margin-left: 1.5em !important;
	font-size: 120% !important;
}
.sect_point li {
	margin-bottom: 0.5em;
}

/* 注意点セクション */
.sect_attention {
	width: 80%;
	padding: 1em 1.4em 0.6em;
	margin-left: 24px;
	margin-bottom: 3em;
	margin-top: 1em;
	background: #FDE4FF;
	border-radius: 5px;
}
.sect_attention h6 {
	margin-bottom: 0.6em;
	font-size: 140%;
	font-weight: bold;
	color: #DB115A;
}
.sect_attention h6:before {
	font-family: FontAwesome;
	content: '\f071';
	font-weight: normal;
	font-size: 120%;
	margin-right: 0.3em;
}
.sect_attention p {
	width: 100% !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	font-size: 120% !important;
	line-height: 1.6 !important;
}
.sect_attention table {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 1em !important;
	padding-left: 0 !important;
	font-size: 120% !important;
	line-height: 1.6 !important;
	background: #FFF !important;
}
.sect_attention table th,
.sect_attention table td {
	padding: 3px !important;
}

.sect_attention ul {
	width: 100% !important;
	margin-left: 1.5em !important;
	font-size: 120% !important;
}
.sect_attention li {
	margin-bottom: 0.5em;
}
/* icon font */
.ico_comment:before {
	font-family: FontAwesome;
	content: '\f27b';
	font-weight: normal;
	font-size: 140%;
	margin-right: 0.3em;
}

.ico_work:before {
	font-family: FontAwesome;
	content: '\f11c';
	font-weight: normal;
	font-size: 140%;
	margin-right: 0.3em;
}

.ico_check:before {
	font-family: FontAwesome;
	content: '\f05d';
	font-weight: normal;
	font-size: 140%;
	margin-right: 0.3em;
}

.ico_goal:before {
	font-family: FontAwesome;
	content: '\f11e';
	font-weight: normal;
	font-size: 140%;
	margin-right: 0.3em;
}
/* 共通マージン */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}

/* 操作手順の字下げ・ぶら下がり */
#contents .step {
	margin-left: 2.5em !important;
	text-indent: -3em !important;
}
#contents .nonstep {
	margin-left: 2.5em !important;
}