@charset "utf-8";

/* -------------------------------------------- *
 *  見出し
 * -------------------------------------------- */

/* = ui-heading_bar_lv1
----------------------------------------------- *
 * 
----------------------------------------------- */
.ui-heading_bar_lv1 {
	position: relative;
	display: block;
	padding: .7em .7rem;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3852b), color-stop(100%,#ed6103));
	background: -webkit-linear-gradient(top, #f3852b 0%, #ed6103 100%);
	background:    -moz-linear-gradient(top, #f3852b 0%, #ed6103 100%);
	background:      -o-linear-gradient(top, #f3852b 0%, #ed6103 100%);
	background:         linear-gradient(to bottom, #f3852b 0%, #ed6103 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.33);
	        box-shadow: 0 1px 2px 0 rgba(0,0,0,.33);
	font-size: 1.8rem;
	font-weight: bold;
}
.ui-heading_bar_lv1.multipleLine {
	line-height: 1.2;
}

/* = ui-heading_bar_lv2
----------------------------------------------- *
 * 
----------------------------------------------- */
.ui-heading_bar_lv2 {
	position: relative;
	display: block;
	padding: .6em .7rem;
	line-height: 1.4;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#f9f9f9), color-stop(100%,#e6e9ea));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 4%, #e6e9ea 100%);
	background:    -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 4%, #e6e9ea 100%);
	background:      -o-linear-gradient(top, #ffffff 0%, #f9f9f9 4%, #e6e9ea 100%);
	background:         linear-gradient(to bottom, #ffffff 0%, #f9f9f9 4%, #e6e9ea 100%);
	-webkit-box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);
	        box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);
	font-size: 1.4rem;
	font-weight: bold;
}

/* = ui-heading_bar_lv2_2
----------------------------------------------- *
 * 
----------------------------------------------- */
.ui-heading_bar_lv2_2 {
	display: block;
	padding: .6rem .7rem .5rem;
	line-height: 1.3;
	color: #fff;
	background: #434343;
	font-size: 1.4rem;
	font-weight: bold;
}

/* = ui-heading_point_lv1
----------------------------------------------- *
 * 
----------------------------------------------- */
.ui-heading_point_lv1 {
	position: relative;
	padding: 1.4rem .7rem 1.4rem 1.8rem;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.6rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background:    -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background:      -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background:         linear-gradient(to bottom, #fefefe 0%, #ededed 100%);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
.ui-heading_point_lv1:before {
	content: "";
	position: absolute;
	top: 23%;
	bottom: 23%;
	left: .7rem;
	width: 6px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed6103), color-stop(100%,#f3852b));
	background: -webkit-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:    -moz-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:      -o-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:         linear-gradient(to bottom, #ed6103 0%, #f3852b 100%);
	-webkit-box-shadow: inset 0 0 3px 0 rgba(168,67,0,.6), 1px 1px 1px 0 #fff, 0 0 1px 0 #999;
	        box-shadow: inset 0 0 3px 0 rgba(168,67,0,.6), 1px 1px 1px 0 #fff, 0 0 1px 0 #999;
}

/* = ui-heading_point_lv2
----------------------------------------------- *
 * 
----------------------------------------------- */
.ui-heading_point_lv2 {
	position: relative;
	margin: 1.4rem 0;
	padding: .2rem .7rem .2rem 2rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.ui-heading_point_lv2:before {
	content: "";
	position: absolute;
	top: 0;
	left: .7rem;
	width: 6px;
	height: 100%;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed6103), color-stop(100%,#f3852b));
	background: -webkit-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:    -moz-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:      -o-linear-gradient(top, #ed6103 0%, #f3852b 100%);
	background:         linear-gradient(to bottom, #ed6103 0%, #f3852b 100%);
}
