@charset "UTF-8";
/*=====================================

共通基本設定

=====================================*/

#contentalign {
	word-break: normal;/* Chrome用禁則 */
	word-wrap: break-word;/* Chrome用禁則 */
}

#content {
	text-align: left !important;
	width: 950px;
	font-size: 14px;
	line-height:1.5;
}

p{margin: 0px 0px 10px 0px !important;}

h2,h3{font-weight: normal;}

a:link,
a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
	color: #3FC6FF !important;
}

a:hover img{
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

img {border-style: none;}
small{color: #999999;font-size: small;}

.bold-red{
	color: #ff0101;
	font-weight: bold;}
.bold{font-weight: bold;}
.normal{font-weight: normal;}
.tuto-img{
	border: 5px solid #E3E3E3;
	text-align: center;
	margin: 0 10px;
}
.tuto-img img{width: 100%;}

.cB {clear: both;}
.fL {float: left;}
.fR {float: right;}

.mB10{margin-bottom: 10px;}
.mB20{margin-bottom: 20px;}
.mB30{margin-bottom: 30px;}
.mB40{margin-bottom: 40px;}
.mB50{margin-bottom: 50px;}

.mR10{margin-right: 10px;}
.mR15{margin-right: 15px;}
.mR20{margin-right: 20px;}
.mL10{margin-left: 10px;}
.mL20{margin-left: 20px;}
.mL125{margin-left: 125px;}


/*=====================================

基本ワイヤー

=====================================*/

.left-box{
	width: auto;
	margin:0 0 10px 0;
}
.right-box2{
	width: auto;
	background-color: #f1f1f1;
	border-radius: 6px;
	margin:0 10px;
	padding: 15px 15px 5px 15px;
}
.txtlink{
	padding: 0 0 0 18px;
	background-image: url(../images/tut_txtlink-btn.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*=====================================

リスト表示方法一覧

=====================================*/

.list-disc{
	list-style-type: disc !important;
	margin:0 0 0 24px;
}

.list-num{
	list-style-type: decimal !important;
	margin:0 0 0 24px;
}

/*-- リスト表示 赤丸ナンバー--*/
.list-num_01{
	margin: 0 6px 0 0;
	color: #ffffff;
	line-height: 22px;
	height: 22px;
	width: 22px;
	background-color: #ff0101;
	border-radius: 12px;
	font-weight: bold;
	text-align: center;
}

.list-num_Rbox{
	width: auto;
	margin: 0 0 0 28px;
}


/*=====================================

左カラム見出し

=====================================*/

/*-- 大見出し --*/
.ttl-bar {
	height: 50px;
	width: auto;
	margin: 0 0 20px 0;
	background-color: #1c94ce;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}

/*-- 中見出し --*/
.sbttl-bar_icon {
	height: 50px;
	line-height: 50px;
	width: 50px;
	margin: 0 0 10px 0;
	background-color: #1c94ce;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 6px;
}

.sbttl-bar {
	min-height: 50px;
	width: auto;
	margin: 0 4px 10px 4px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 6px;
	padding:0;
}

.sbttl-bar_txt {
	min-height: 20px;
	line-height: 22px;
	width: auto;
	margin: 0 0 10px 54px;
	background-color: #d9d9d9;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 6px;
	padding:14px 10px;
}

/*-- 小見出し --*/
.sbsbttl-bar {
	background-color: #d9d9d9;
	height: 35px;
	line-height: 35px;
	margin: 0 4px 10px 4px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 6px;
}

.sbsbttl-bar_icon {
	height: 35px;
	width:10px;
	background-color: #1c94ce;
	margin: 0 10px 0 0;
	border-top-left-radius: 6px;    /* 左上 */
	border-bottom-left-radius: 6px; /* 左下 */
}


/*=====================================

左カラムその他アイテム

=====================================*/
.sbtxt-box{
	padding:0 10px;
}

/*-- 左カラム　グレーボックス --*/
.hint-box{
	color: #949494;
	background-color: #f1f1f1;
	border-radius: 6px;
	padding:10px;
	margin:4px 0 0 0;
	font-size: small;
}