	/* ! ページ特有のCSSを設定する */
 
.uniq{
	color:#fff;
	background-color:#3366FF;
	text-align:center !important;
	position: relative;
	padding: 0.6em;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #318bd6 52%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e5799 0%,#318bd6 52%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e5799 0%,#318bd6 52%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.uniq2{
	color:#fff;
	background-color:#3366FF;
	text-align:center !important;
	position: relative;
	padding: 0.6em;
	background: #093; /* Old browsers */
	background: -moz-linear-gradient(left, #093 0%, #0C6 52%, #093 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #093 0%,#0C6 52%,#093 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #093 0%,#0C6 52%,#093 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093', endColorstr='#093',GradientType=1 ); /* IE6-9 */
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}

.uniq-s{
	color:#fff;
	background-color:#36F;
	font-size:2.4em;
	line-height:1.1em;
	text-align:center !important;
	position: relative;
	padding: 0.3em;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.uniq-s2{
	color:#fff;
	background-color:#093;
	font-size:2.4em;
	line-height:1.1em;
	text-align:center !important;
	position: relative;
	padding: 0.3em;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.center{
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */

	
}
h2.tyuui:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f071";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}


