@charset "UTF-8";


/*--- base
--------------------------------------------------------------------------*/
html {
  font-size: 14px;
}

body {
  margin: 0;padding: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

#stmg-html {
	height:100%;
	font-size: 14px;
} 

.stmg-body {
	background:#f5f5ef;
	font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN ", Meiryo, sans-serif;
	font-size: 14px;
	height:100%;
	line-height: 1.5;
	/* */
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	max-width: 732px;
	margin: auto;
	/* */
}

.stmg-container {
	margin:0 auto;
	height:auto;
	min-height:100%;
	position:relative;
	width:717px;
}

.stmg-wrap{
	margin:0 auto;
	width:717px;
}


/*--- bulitin
--------------------------------------------------------------------------*/
/* from reset.css */
.stmg-body h1,
.stmg-body h2,
.stmg-body h3,
.stmg-body h4,
.stmg-body h5,
.stmg-body h6 {
  font-weight: normal;
}
.stmg-body table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.stmg-body address,
.stmg-body caption,
.stmg-body cite,
.stmg-body code,
.stmg-body dfn,
.stmg-body em,
.stmg-body th,
.stmg-body var {
  font-style: normal;
  font-weight: normal;
}
/* .stmg-body ol, */
.stmg-body ul {
  list-style: none;
}
.stmg-body caption,
.stmg-body th {
  text-align: left;
}
.stmg-body q:before,
.stmg-body q:after {
  content: '';
}
.stmg-body abbr,
.stmg-body acronym {
  border: 0;
}

/* img */
.stmg-body img {
  vertical-align: baseline;
}

/*- link color */
.stmg-body a:link { color:#000; text-decoration:none;}
.stmg-body a:link.underline { border-bottom:#000 1px solid; color:#000;}

.stmg-body a:visited { color:#000; }
.stmg-body a:hover,
.stmg-body a:link.underline:hover  { color:#393; }
.stmg-body a:active { color:#000; }

.stmg-body .stmg-text-link,
.stmg-body a.stmg-text-link {
    color: #056b49;
}
.stmg-body .stmg-text-link:hover,
.stmg-body a.stmg-text-link:hover {
    color: #393;
}


/* 外部リンクボタン */
.stmg-body a.stmg-btn_link_blank {
	display: inline-block;
	padding: 10px 25px 10px 40px;
	border-radius: 5px;
}

.stmg-body a.stmg-btn_link_blank {
	background: #333 url(./images/ico_blank_off.png) no-repeat 25px 15px;
	color: #FFF;
}

.stmg-body a.stmg-btn_link_blank:hover {
	background: #87B828 url(./images/ico_blank_off.png) no-repeat 25px 15px;
	color: #FFF;
}

/*--- header
--------------------------------------------------------------------------*/
#stmg-header{
	background: #87b828;/* rgb(142,186,29)*/
	border-left:solid 5px #fff;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #fff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin:0 0 20px;
	padding:15px 20px 15px;
	overflow:hidden;
	zoom:1;
}
	
#stmg-header .stmg-logo{
	float:left;
}

#stmg-monthlylogo-box {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 80px;
    color: #FFFFFF;
    height: 80px;
    width: 80px;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
}

#stmg-monthlylogo-box * {
    line-height: 1;
    white-space: nowrap;
}
#stmg-monthlylogo-year {
    letter-spacing: 1px;
    margin-top:20px;
    font-size:18px;
    font-weight: bold;
}
#stmg-monthlylogo-month {
    letter-spacing: 0;
    font-size:14px;
    margin-top:5px;
    margin-bottom:20px;
}

#stmg-description-box {
	position:absolute;
	color: #FFFFFF;
	top: 70px;
    font-size:12px;
}

#stmg-monthly-decoration {
	position:absolute;
	top: 20px;
	width:100px;
	height:50px;
	right: 230px;
}


/*--- footer
--------------------------------------------------------------------------*/
#stmg-footer {
	background: #87b828;/* rgb(142,186,29)*/
	border-top:solid 5px #fff;
	min-height: 200px;
	padding-bottom: 10px;
	bottom:0;
	width:100%;
}
#stmg-footer-back {
	background: #ffffff;/* rgb(0,0,0)*/
    margin-top:15px;
	width:100%;
}
#stmg-footer ul {
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0;
zoom:1;
}
#stmg-footer ul li {
    float: left;
    margin: 0 0 10px;
}
#stmg-footer ul li.secon-li {
    margin-left: 3px;
}
	#stmg-footer .stmg-blogBox{
		margin: 10px;
		min-height:106px;
		background:#fff;
	}
	#stmg-footer .stmg-blogBox a{
		display: block;
		padding:12px;
	}
	#stmg-footer .stmg-blogBoxR{
		width:350px;
		height:106px;
		background:#fff;
		float:right;
	}
	#stmg-footer .stmg-footer-menu{
		color:#fff;
		text-align:center;
		margin:5px 0 0 0;
	}
	#stmg-footer .stmg-footer-menu a{
		color:#fff!important;
	}
	#stmg-footer .stmg-footer-menu a:hover{
		color:#002B13!important;
	}

	#stmg-footer .stmg-copyright{
		color:#fff;
		text-align:center;
		margin:25px 0 0 0;
		font-size:12px;
		font-size:0.9rem;
	}


/*--- TOP
--------------------------------------------------------------------------*/
#stmg-indexWrap{
	font-size:14px;
	font-size:1rem;
	margin:0 -10px 0 0;
	overflow:hidden;
	zoom:1;
}

.stmg-boxTtl{
	margin:0 0 5px;
}
.stmg-boxThum{
	margin:0 0 5px;
}

/* content links block (in TOP and NEWS etc) */
.stmg-catHead {
    box-sizing: border-box;
    min-height: 24px;
    widht: 100%;
    font-size: 12px;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.5em 0.2em 0.4em 0.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border: 2px solid #d7d7c2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 2px;
    background-color: #ffffff;
}
.stmg-newsBox .stmg-catHead { min-width: 12em;}

.stmg-boxLink {}

.stmg-content-alias-sp .stmg-catHead { border-color: #986a98; background-color: #faf5f5;}
.stmg-content-alias-sp .stmg-boxLink { display: none; }
.stmg-content-alias-kitchen .stmg-catHead {letter-spacing: 0px;}
.stmg-content-alias-styleblog .stmg-catHead {letter-spacing: 0px;}
.stmg-content-alias-kyoto .stmg-catHead {letter-spacing: 0px;}

/*--- contents
--------------------------------------------------------------------------*/
#stmg-contents {
	padding:0 0 40px;
	overflow:hidden;
	zoom:1;
}

p.stmg-author {
	text-align: right;
	margin-bottom: 10px!important;
}

.stmg-p-articleSource {
	text-align: right;
	margin-top: 5px;
}


/*--- Box
--------------------------------------------------------------------------*/
/* TOP用 1/3サイズボックス（枠色なし） */
.stmg-box01{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	float:left;
	margin:0 7px 10px 0;
	padding:10px;
	width:336px;
}

/* TOP用 フルサイズボックス（枠色なし） */
.stmg-box02{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	width:697px;
}

/* TOP用 1/2サイズボックス（枠色なし） */
.stmg-box03{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	width:333px;
}

/* プレゼントラインナップ */

.stmg-boxRed {
	display: block;
	padding: 0.5em;
	border: 2px solid #E50011;
	background-color:#FFF;
}

#stmg-indexWrap .stmg-boxRed {
	margin-right:10px;
	padding:12px;
}

.stmg-headingRed {
	display: block;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.9rem;
	margin-bottom: 1em;
	padding: 0.5em;
	font-weight: bold;
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 2px;
	background-color: #E50011;
	color: #FFF;
}

.stmg-linkBox {
	display: block;
	float: left;
	width: 23.5%;
	float: left;
	border: 1px solid #d7d7c2;
	position: relative;
}

.stmg-linkTxt {
	width: 75%;
	font-size: 90%;
	text-align: left;
	word-wrap: break-word;
}

.stmg-linkBtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.stmg-linkBox a {
	display: block !important;
	height: 100%;
}

.stmg-boxRed .stmg-linkBox:not(:last-child) {
	margin-right: 10px;
}

.stmg-boxRed .stmg-linkBox:last-child {
	margin-right: 0;
}

.stmg-linkBtn a:link {
	color: #FFF !important;
	text-decoration: none !important;
}

.stmg-linkBtn a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

.stmg-linkBtn a:active {
	color: #FFF !important;
	text-decoration: none !important;
}

.stmg-linkBtn :hover {
	color: #FFF !important;
	text-decoration: none !important;
}

/*--- 個別ページ用
--------------------------------------------------------------------------*/
/* ページ共通背景 */
.stmg-page_base{
	background:#fff;
	border-radius:10x;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	font-size:15px;
	font-size:1.1rem;
	padding:30px 0;
}
	.stmg-page_base h1{
		position: relative;
		background:#f3f3f3;
		font-size:22px;
		font-size:1.6rem;
		margin:0 0 30px;
		padding:12px 0 5px 28px;
		padding-left: 168px;
		text-indent: -158px;
	}
		.stmg-page_base h1 .ico{
			margin:0 10px 4px 0;
		}
		.stmg-page_base h1 .ico-pia{
			position: absolute;
			top: 10px;
			right: 15px;
		}
		.stmg-page_base h1 > span.stmg-catHead {
			display: inline-block;
			font-size: 12px;
			font-size: 0.9rem;
			margin-right: 7px;
			text-indent: 0;
			min-width: 12em;
			position: relative;
			top: -4px;
		}

	.stmg-page_base .stmg-post{
		padding:0 30px;
		/*overflow:hidden;*/
		zoom:1;
	}
		.stmg-page_base .stmg-post h3{
			font-size:17px;
			font-size:1.2rem;
			font-weight:bold;
			margin:0 0 10px;
		}
		.stmg-page_base .stmg-post h4{
			font-weight:bold;
			margin:0 0 5px;
		}
		
		.stmg-page_base .stmg-post p{
			margin:0 0 20px 0;
		}
		
		.stmg-page_base .stmg-post p.stmg-date,
		.stmg-page_base .stmg-post p.date{
			font-size:14px;
			font-size:1rem;
			float:right;
			margin-right:20px;
		}
		
		.stmg-page_base .stmg-post img.stmg-fleft,
		.stmg-page_base .stmg-post img.fleft{
		margin:0 20px 20px 0;
		}

		.stmg-page_base .stmg-post img.stmg-fright,
		.stmg-page_base .stmg-post img.fright{
		margin:0 0 20px 20px;
		}
		
		.stmg-page_base .stmg-post img.stmg-center,
		.stmg-page_base .stmg-post img.center{
		margin:0 auto;
		}
		
		.stmg-page_base .stmg-post img.stmg-cinema,
		.stmg-page_base .stmg-post img.cinema{
		padding:0 30px;
		font-size:12px;
		font-size:0.9rem;
		color:#666666;
		text-align:center;
		zoom:1;
		margin:15px 0;
		}
		

.stmg-page_base ul,
.stmg-page_base ol {
	margin: 0 0 0 2em;
	padding: 0;
}

.stmg-page_base ul {
	list-style: disc;
	margin-bottom: 20px;
}

.stmg-page_base ol {
	list-style: decimal;
	margin-bottom: 20px;
	padding: 10px 10px 10px 50px;
	border-radius: 5px;
	border: 2px solid #ccc;
}

.stmg-page_base ol li {
	margin: 12px 0;
	font-size: 16px;
	font-size: 1.1rem;
}

.stmg-page_base .stmg-post specialArea {
	margin: 0px 20px;
	/* font-size: 87%;*/
	letter-spacing: 1px;
}

.stmg-page_base .stmg-post .specialArea p {
	line-height: 1.6;
}

.stmg-page_base div.stmg-fix,
.stmg-page_base div.fix{
		clear: both;
}

.stmg-page_base div.stmg-fix > h3,
.stmg-page_base div.fix > h3 {
	color: #996699;
	font-size: 14px!important;
	font-size: 1.2rem!important;
}


/*--- News
--------------------------------------------------------------------------*/
.stmg-post .stmg-news{
	clear: both;
	padding:50px 0;
	overflow:hidden;
	zoom:1;
}
	.stmg-post .stmg-news h2{
		border-bottom:#000 1px dotted;
		font-size:22px;
		font-size:1.6rem;
		font-weight:normal;
		margin:0 0 20px;
		padding:0 0 5px 2px;
	}
	.stmg-post .stmg-news h3{
		margin:0 0 5px;
	}
	.stmg-post .stmg-news .stmg-newsBox{
		width:280px;
		float:left;
		margin: 0 20px;
	}
	.stmg-post .stmg-news .stmg-newsBox ~ .stmg-newsBox{
		float:right;
	}
	.stmg-post .stmg-news p{
		font-size:12px;
		font-size:0.9rem;
		margin:10px 0 20px 10px;
	}
	.stmg-post .stmg-news a{
		background:url(../img/ico_arrow01.png) no-repeat left 0.3em;
		display:block;
		padding:0 0 0 5px;
	}
		.stmg-post .stmg-news a:hover{
			background:url(../img/ico_arrow02.png) no-repeat left 0.3em;
		}


/* --- UL
--------------------------------------------------------------------------*/
ul.stmg-dotList{
	list-style:initial;
	margin:0 0 20px 25px;
}
.stmg-body .stmg-list-styled {
  margin-left: 1em;
}
.stmg-body .stmg-list-styled > li {
  list-style: disc;
}
.stmg-body .stmg-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.stmg-body .stmg-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.stmg-body .stmg-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* --- DL
--------------------------------------------------------------------------*/
.stmg-dl-horizontal dt {
	font-weight: bold;
	line-height: 1.42857143;

	float: left;
	width: 160px;
	clear: left;
	/* text-align: right; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: normarl;
}

.stmg-dl-horizontal dd {
	line-height: 1.42857143;

	margin-left: 180px;
}

.stmg-dl-horizontal .stmg-dl-horizontal-block {
  float:none;
  clear: both;
  width: 100%;
  margin-left: 0;
}

.stmg-dl-horizontal-lg dt {width: 240px;}
.stmg-dl-horizontal-lg dd {margin-left: 260px;}
.stmg-dl-horizontal-sm dt {width: 120px;}
.stmg-dl-horizontal-sm dd {margin-left: 140px;}
.stmg-dl-horizontal-xs dt {width: 80px;}
.stmg-dl-horizontal-xs dd {margin-left: 100px;}

.stmg-dl-horizontal-2em dt {width: 2em;}
.stmg-dl-horizontal-2em dd {margin-left: 3em;}
.stmg-dl-horizontal-3em dt {width: 3em;}
.stmg-dl-horizontal-3em dd {margin-left: 4em;}
.stmg-dl-horizontal-4em dt {width: 4em;}
.stmg-dl-horizontal-4em dd {margin-left: 5em;}
.stmg-dl-horizontal-5em dt {width: 5em;}
.stmg-dl-horizontal-5em dd {margin-left: 6em;}
.stmg-dl-horizontal-6em dt {width: 6em;}
.stmg-dl-horizontal-6em dd {margin-left: 7em;}
.stmg-dl-horizontal-7em dt {width: 7em;}
.stmg-dl-horizontal-7em dd {margin-left: 8em;}
.stmg-dl-horizontal-8em dt {width: 8em;}
.stmg-dl-horizontal-8em dd {margin-left: 9em;}
.stmg-dl-horizontal-9em dt {width: 9em;}
.stmg-dl-horizontal-9em dd {margin-left: 10em;}
.stmg-dl-horizontal-10em dt {width: 10em;}
.stmg-dl-horizontal-10em dd {margin-left: 11em;}
.stmg-dl-horizontal-11em dt {width: 11em;}
.stmg-dl-horizontal-11em dd {margin-left: 12em;}
.stmg-dl-horizontal-12em dt {width: 12em;}
.stmg-dl-horizontal-12em dd {margin-left: 13em;}

.stmg-dl-horizontal dd:before,
.stmg-dl-horizontal dd:after {
	content: " ";
	display: table;
}
.stmg-dl-horizontal dd:after {
	clear: both;
}


/* --- table
--------------------------------------------------------------------------*/
.stmg-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.stmg-table > thead > tr > th,
.stmg-table > tbody > tr > th,
.stmg-table > tfoot > tr > th,
.stmg-table > thead > tr > td,
.stmg-table > tbody > tr > td,
.stmg-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.stmg-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  font-weight: bold;
}
.stmg-table > caption + thead > tr:first-child > th,
.stmg-table > colgroup + thead > tr:first-child > th,
.stmg-table > thead:first-child > tr:first-child > th,
.stmg-table > caption + thead > tr:first-child > td,
.stmg-table > colgroup + thead > tr:first-child > td,
.stmg-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.stmg-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.stmg-table .stmg-table {
  background-color: #ffffff;
}
.stmg-table-condensed > thead > tr > th,
.stmg-table-condensed > tbody > tr > th,
.stmg-table-condensed > tfoot > tr > th,
.stmg-table-condensed > thead > tr > td,
.stmg-table-condensed > tbody > tr > td,
.stmg-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.stmg-table-bordered {
  border: 1px solid #dddddd;
}
.stmg-table-bordered > thead > tr > th,
.stmg-table-bordered > tbody > tr > th,
.stmg-table-bordered > tfoot > tr > th,
.stmg-table-bordered > thead > tr > td,
.stmg-table-bordered > tbody > tr > td,
.stmg-table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.stmg-table-bordered > thead > tr > th,
.stmg-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.stmg-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.stmg-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.stmg-table > thead > tr > td.stmg-active,
.stmg-table > tbody > tr > td.stmg-active,
.stmg-table > tfoot > tr > td.stmg-active,
.stmg-table > thead > tr > th.stmg-active,
.stmg-table > tbody > tr > th.stmg-active,
.stmg-table > tfoot > tr > th.stmg-active,
.stmg-table > thead > tr.stmg-active > td,
.stmg-table > tbody > tr.stmg-active > td,
.stmg-table > tfoot > tr.stmg-active > td,
.stmg-table > thead > tr.stmg-active > th,
.stmg-table > tbody > tr.stmg-active > th,
.stmg-table > tfoot > tr.stmg-active > th {
  background-color: #f5f5f5;
}
.stmg-table-hover > tbody > tr > td.stmg-active:hover,
.stmg-table-hover > tbody > tr > th.stmg-active:hover,
.stmg-table-hover > tbody > tr.stmg-active:hover > td,
.stmg-table-hover > tbody > tr:hover > .stmg-active,
.stmg-table-hover > tbody > tr.stmg-active:hover > th {
  background-color: #e8e8e8;
}
.stmg-table > thead > tr > td.stmg-success,
.stmg-table > tbody > tr > td.stmg-success,
.stmg-table > tfoot > tr > td.stmg-success,
.stmg-table > thead > tr > th.stmg-success,
.stmg-table > tbody > tr > th.stmg-success,
.stmg-table > tfoot > tr > th.stmg-success,
.stmg-table > thead > tr.stmg-success > td,
.stmg-table > tbody > tr.stmg-success > td,
.stmg-table > tfoot > tr.stmg-success > td,
.stmg-table > thead > tr.stmg-success > th,
.stmg-table > tbody > tr.stmg-success > th,
.stmg-table > tfoot > tr.stmg-success > th {
  background-color: #dff0d8;
}
.stmg-table-hover > tbody > tr > td.stmg-success:hover,
.stmg-table-hover > tbody > tr > th.stmg-success:hover,
.stmg-table-hover > tbody > tr.stmg-success:hover > td,
.stmg-table-hover > tbody > tr:hover > .stmg-success,
.stmg-table-hover > tbody > tr.stmg-success:hover > th {
  background-color: #d0e9c6;
}
.stmg-table > thead > tr > td.stmg-info,
.stmg-table > tbody > tr > td.stmg-info,
.stmg-table > tfoot > tr > td.stmg-info,
.stmg-table > thead > tr > th.stmg-info,
.stmg-table > tbody > tr > th.stmg-info,
.stmg-table > tfoot > tr > th.stmg-info,
.stmg-table > thead > tr.stmg-info > td,
.stmg-table > tbody > tr.stmg-info > td,
.stmg-table > tfoot > tr.stmg-info > td,
.stmg-table > thead > tr.stmg-info > th,
.stmg-table > tbody > tr.stmg-info > th,
.stmg-table > tfoot > tr.stmg-info > th {
  background-color: #d9edf7;
}
.stmg-table-hover > tbody > tr > td.stmg-info:hover,
.stmg-table-hover > tbody > tr > th.stmg-info:hover,
.stmg-table-hover > tbody > tr.stmg-info:hover > td,
.stmg-table-hover > tbody > tr:hover > .stmg-info,
.stmg-table-hover > tbody > tr.stmg-info:hover > th {
  background-color: #c4e3f3;
}
.stmg-table > thead > tr > td.stmg-warning,
.stmg-table > tbody > tr > td.stmg-warning,
.stmg-table > tfoot > tr > td.stmg-warning,
.stmg-table > thead > tr > th.stmg-warning,
.stmg-table > tbody > tr > th.stmg-warning,
.stmg-table > tfoot > tr > th.stmg-warning,
.stmg-table > thead > tr.stmg-warning > td,
.stmg-table > tbody > tr.stmg-warning > td,
.stmg-table > tfoot > tr.stmg-warning > td,
.stmg-table > thead > tr.stmg-warning > th,
.stmg-table > tbody > tr.stmg-warning > th,
.stmg-table > tfoot > tr.stmg-warning > th {
  background-color: #fcf8e3;
}
.stmg-table-hover > tbody > tr > td.stmg-warning:hover,
.stmg-table-hover > tbody > tr > th.stmg-warning:hover,
.stmg-table-hover > tbody > tr.stmg-warning:hover > td,
.stmg-table-hover > tbody > tr:hover > .stmg-warning,
.stmg-table-hover > tbody > tr.stmg-warning:hover > th {
  background-color: #faf2cc;
}
.stmg-table > thead > tr > td.stmg-danger,
.stmg-table > tbody > tr > td.stmg-danger,
.stmg-table > tfoot > tr > td.stmg-danger,
.stmg-table > thead > tr > th.stmg-danger,
.stmg-table > tbody > tr > th.stmg-danger,
.stmg-table > tfoot > tr > th.stmg-danger,
.stmg-table > thead > tr.stmg-danger > td,
.stmg-table > tbody > tr.stmg-danger > td,
.stmg-table > tfoot > tr.stmg-danger > td,
.stmg-table > thead > tr.stmg-danger > th,
.stmg-table > tbody > tr.stmg-danger > th,
.stmg-table > tfoot > tr.stmg-danger > th {
  background-color: #f2dede;
}
.stmg-table-hover > tbody > tr > td.stmg-danger:hover,
.stmg-table-hover > tbody > tr > th.stmg-danger:hover,
.stmg-table-hover > tbody > tr.stmg-danger:hover > td,
.stmg-table-hover > tbody > tr:hover > .stmg-danger,
.stmg-table-hover > tbody > tr.stmg-danger:hover > th {
  background-color: #ebcccc;
}


/* --- .btn, .label, .badge, .alert, .triangle, .arrowbox
--------------------------------------------------------------------------*/
.stmg-body .stmg-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stmg-body .stmg-btn:focus,
.stmg-body .stmg-btn:active:focus,
.stmg-body .stmg-btn.stmg-active:focus,
.stmg-body .stmg-btn.stmg-focus,
.stmg-body .stmg-btn:active.stmg-focus,
.stmg-body .stmg-btn.stmg-active.stmg-focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.stmg-body .stmg-btn:hover,
.stmg-body .stmg-btn:focus,
.stmg-body .stmg-btn.stmg-focus {
  color: #333333;
  text-decoration: none;
}
.stmg-body .stmg-btn:active,
.stmg-body .stmg-btn.stmg-active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.stmg-body .stmg-btn.stmg-disabled,
.stmg-body .stmg-btn[disabled],
.stmg-body fieldset[disabled] .stmg-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stmg-body a.stmg-btn.stmg-disabled,
.stmg-body fieldset[disabled] a.stmg-btn {
  pointer-events: none;
}
.stmg-body .stmg-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #87b828;
}
.stmg-body .stmg-btn-default:focus,
.stmg-body .stmg-btn-default.stmg-focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #3a4f11;
}
.stmg-body .stmg-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #62861d;
}
.stmg-body .stmg-btn-default:active,
.stmg-body .stmg-btn-default.stmg-active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #62861d;
}
.stmg-body .stmg-btn-default:active:hover,
.stmg-body .stmg-btn-default.stmg-active:hover,
.stmg-body .stmg-btn-default:active:focus,
.stmg-body .stmg-btn-default.stmg-active:focus,
.stmg-body .stmg-btn-default:active.stmg-focus,
.stmg-body .stmg-btn-default.stmg-active.stmg-focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #3a4f11;
}
.stmg-body .stmg-btn-default:active,
.stmg-body .stmg-btn-default.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-default.stmg-disabled,
.stmg-body .stmg-btn-default[disabled],
.stmg-body fieldset[disabled] .stmg-btn-default,
.stmg-body .stmg-btn-default.stmg-disabled:hover,
.stmg-body .stmg-btn-default[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-default:hover,
.stmg-body .stmg-btn-default.stmg-disabled:focus,
.stmg-body .stmg-btn-default[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-default:focus,
.stmg-body .stmg-btn-default.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-default[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-default.stmg-focus,
.stmg-body .stmg-btn-default.stmg-disabled:active,
.stmg-body .stmg-btn-default[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-default:active,
.stmg-body .stmg-btn-default.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-default[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-default.stmg-active {
  background-color: #ffffff;
  border-color: #87b828;
}
.stmg-body .stmg-btn-default .stmg-badge {
  color: #ffffff;
  background-color: #333333;
}
.stmg-body .stmg-btn-primary {
  color: #000000;
  background-color: #67bf64;
  border-bottom: 2px solid #489c45;
  border-color: #55b852 #55b852 #489c45;
}
.stmg-body .stmg-btn-primary:focus,
.stmg-body .stmg-btn-primary.stmg-focus {
  color: #ffffff;
  background-color: #49aa46;
  border-color: #2a6228;
}
.stmg-body .stmg-btn-primary:hover {
  color: #ffffff;
  background-color: #49aa46;
  border-color: #3f913c;
}
.stmg-body .stmg-btn-primary:active,
.stmg-body .stmg-btn-primary.stmg-active {
  color: #ffffff;
  background-color: #49aa46;
  border-color: #3f913c;
}
.stmg-body .stmg-btn-primary:active:hover,
.stmg-body .stmg-btn-primary.stmg-active:hover,
.stmg-body .stmg-btn-primary:active:focus,
.stmg-body .stmg-btn-primary.stmg-active:focus,
.stmg-body .stmg-btn-primary:active.stmg-focus,
.stmg-body .stmg-btn-primary.stmg-active.stmg-focus {
  color: #ffffff;
  background-color: #3f913c;
  border-color: #2a6228;
}
.stmg-body .stmg-btn-primary:active,
.stmg-body .stmg-btn-primary.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-primary.stmg-disabled,
.stmg-body .stmg-btn-primary[disabled],
.stmg-body fieldset[disabled] .stmg-btn-primary,
.stmg-body .stmg-btn-primary.stmg-disabled:hover,
.stmg-body .stmg-btn-primary[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-primary:hover,
.stmg-body .stmg-btn-primary.stmg-disabled:focus,
.stmg-body .stmg-btn-primary[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-primary:focus,
.stmg-body .stmg-btn-primary.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-primary[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-primary.stmg-focus,
.stmg-body .stmg-btn-primary.stmg-disabled:active,
.stmg-body .stmg-btn-primary[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-primary:active,
.stmg-body .stmg-btn-primary.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-primary[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-primary.stmg-active {
  background-color: #67bf64;
  border-color: #55b852;
}
.stmg-body .stmg-btn-primary .stmg-badge {
  color: #67bf64;
  background-color: #ffffff;
}
.stmg-body .stmg-btn-blue {
    color: #000000;
    background-color: #4489e3;
    border-bottom: 2px solid #286ec9;
    border-color: #4f91e6 #4f91e6 #286ec9;
}
.stmg-body .stmg-btn-blue:hover {
    color: #ffffff;
    background-color: #4489e3;
    border-color: #4489e3;
}
.stmg-body .stmg-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.stmg-body .stmg-btn-success:focus,
.stmg-body .stmg-btn-success.stmg-focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.stmg-body .stmg-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.stmg-body .stmg-btn-success:active,
.stmg-body .stmg-btn-success.stmg-active {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.stmg-body .stmg-btn-success:active:hover,
.stmg-body .stmg-btn-success.stmg-active:hover,
.stmg-body .stmg-btn-success:active:focus,
.stmg-body .stmg-btn-success.stmg-active:focus,
.stmg-body .stmg-btn-success:active.stmg-focus,
.stmg-body .stmg-btn-success.stmg-active.stmg-focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.stmg-body .stmg-btn-success:active,
.stmg-body .stmg-btn-success.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-success.stmg-disabled,
.stmg-body .stmg-btn-success[disabled],
.stmg-body fieldset[disabled] .stmg-btn-success,
.stmg-body .stmg-btn-success.stmg-disabled:hover,
.stmg-body .stmg-btn-success[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-success:hover,
.stmg-body .stmg-btn-success.stmg-disabled:focus,
.stmg-body .stmg-btn-success[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-success:focus,
.stmg-body .stmg-btn-success.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-success[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-success.stmg-focus,
.stmg-body .stmg-btn-success.stmg-disabled:active,
.stmg-body .stmg-btn-success[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-success:active,
.stmg-body .stmg-btn-success.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-success[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-success.stmg-active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.stmg-body .stmg-btn-success .stmg-badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.stmg-body .stmg-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.stmg-body .stmg-btn-info:focus,
.stmg-body .stmg-btn-info.stmg-focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.stmg-body .stmg-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.stmg-body .stmg-btn-info:active,
.stmg-body .stmg-btn-info.stmg-active {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.stmg-body .stmg-btn-info:active:hover,
.stmg-body .stmg-btn-info.stmg-active:hover,
.stmg-body .stmg-btn-info:active:focus,
.stmg-body .stmg-btn-info.stmg-active:focus,
.stmg-body .stmg-btn-info:active.stmg-focus,
.stmg-body .stmg-btn-info.stmg-active.stmg-focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.stmg-body .stmg-btn-info:active,
.stmg-body .stmg-btn-info.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-info.stmg-disabled,
.stmg-body .stmg-btn-info[disabled],
.stmg-body fieldset[disabled] .stmg-btn-info,
.stmg-body .stmg-btn-info.stmg-disabled:hover,
.stmg-body .stmg-btn-info[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-info:hover,
.stmg-body .stmg-btn-info.stmg-disabled:focus,
.stmg-body .stmg-btn-info[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-info:focus,
.stmg-body .stmg-btn-info.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-info[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-info.stmg-focus,
.stmg-body .stmg-btn-info.stmg-disabled:active,
.stmg-body .stmg-btn-info[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-info:active,
.stmg-body .stmg-btn-info.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-info[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-info.stmg-active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.stmg-body .stmg-btn-info .stmg-badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.stmg-body .stmg-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.stmg-body .stmg-btn-warning:focus,
.stmg-body .stmg-btn-warning.stmg-focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.stmg-body .stmg-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.stmg-body .stmg-btn-warning:active,
.stmg-body .stmg-btn-warning.stmg-active {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.stmg-body .stmg-btn-warning:active:hover,
.stmg-body .stmg-btn-warning.stmg-active:hover,
.stmg-body .stmg-btn-warning:active:focus,
.stmg-body .stmg-btn-warning.stmg-active:focus,
.stmg-body .stmg-btn-warning:active.stmg-focus,
.stmg-body .stmg-btn-warning.stmg-active.stmg-focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.stmg-body .stmg-btn-warning:active,
.stmg-body .stmg-btn-warning.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-warning.stmg-disabled,
.stmg-body .stmg-btn-warning[disabled],
.stmg-body fieldset[disabled] .stmg-btn-warning,
.stmg-body .stmg-btn-warning.stmg-disabled:hover,
.stmg-body .stmg-btn-warning[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-warning:hover,
.stmg-body .stmg-btn-warning.stmg-disabled:focus,
.stmg-body .stmg-btn-warning[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-warning:focus,
.stmg-body .stmg-btn-warning.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-warning[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-warning.stmg-focus,
.stmg-body .stmg-btn-warning.stmg-disabled:active,
.stmg-body .stmg-btn-warning[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-warning:active,
.stmg-body .stmg-btn-warning.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-warning[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-warning.stmg-active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.stmg-body .stmg-btn-warning .stmg-badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.stmg-body .stmg-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.stmg-body .stmg-btn-danger:focus,
.stmg-body .stmg-btn-danger.stmg-focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.stmg-body .stmg-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.stmg-body .stmg-btn-danger:active,
.stmg-body .stmg-btn-danger.stmg-active {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.stmg-body .stmg-btn-danger:active:hover,
.stmg-body .stmg-btn-danger.stmg-active:hover,
.stmg-body .stmg-btn-danger:active:focus,
.stmg-body .stmg-btn-danger.stmg-active:focus,
.stmg-body .stmg-btn-danger:active.stmg-focus,
.stmg-body .stmg-btn-danger.stmg-active.stmg-focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.stmg-body .stmg-btn-danger:active,
.stmg-body .stmg-btn-danger.stmg-active {
  background-image: none;
}
.stmg-body .stmg-btn-danger.stmg-disabled,
.stmg-body .stmg-btn-danger[disabled],
.stmg-body fieldset[disabled] .stmg-btn-danger,
.stmg-body .stmg-btn-danger.stmg-disabled:hover,
.stmg-body .stmg-btn-danger[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-danger:hover,
.stmg-body .stmg-btn-danger.stmg-disabled:focus,
.stmg-body .stmg-btn-danger[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-danger:focus,
.stmg-body .stmg-btn-danger.stmg-disabled.stmg-focus,
.stmg-body .stmg-btn-danger[disabled].stmg-focus,
.stmg-body fieldset[disabled] .stmg-btn-danger.stmg-focus,
.stmg-body .stmg-btn-danger.stmg-disabled:active,
.stmg-body .stmg-btn-danger[disabled]:active,
.stmg-body fieldset[disabled] .stmg-btn-danger:active,
.stmg-body .stmg-btn-danger.stmg-disabled.stmg-active,
.stmg-body .stmg-btn-danger[disabled].stmg-active,
.stmg-body fieldset[disabled] .stmg-btn-danger.stmg-active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.stmg-body .stmg-btn-danger .stmg-badge {
  color: #d9534f;
  background-color: #ffffff;
}
.stmg-body .stmg-btn-link {
  color: #67bf64;
  font-weight: normal;
  border-radius: 0;
}
.stmg-body .stmg-btn-link,
.stmg-body .stmg-btn-link:active,
.stmg-body .stmg-btn-link.stmg-active,
.stmg-body .stmg-btn-link[disabled],
.stmg-body fieldset[disabled] .stmg-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stmg-body .stmg-btn-link,
.stmg-body .stmg-btn-link:hover,
.stmg-body .stmg-btn-link:focus,
.stmg-body .stmg-btn-link:active {
  border-color: transparent;
}
.stmg-body .stmg-btn-link:hover,
.stmg-body .stmg-btn-link:focus {
  color: #42983f;
  text-decoration: underline;
  background-color: transparent;
}
.stmg-body .stmg-btn-link[disabled]:hover,
.stmg-body fieldset[disabled] .stmg-btn-link:hover,
.stmg-body .stmg-btn-link[disabled]:focus,
.stmg-body fieldset[disabled] .stmg-btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.stmg-body .stmg-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.stmg-body .stmg-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.stmg-body .stmg-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.stmg-body .stmg-btn-block {
  display: block;
  width: 100%;
}
.stmg-body .stmg-btn-block + .stmg-btn-block {
  margin-top: 5px;
}
.stmg-body input[type="submit"].stmg-btn-block,
.stmg-body input[type="reset"].stmg-btn-block,
.stmg-body input[type="button"].stmg-btn-block {
  width: 100%;
}
.stmg-body .stmg-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.stmg-body a.stmg-label:hover,
.stmg-body a.stmg-label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.stmg-body .stmg-label:empty {
  display: none;
}
.stmg-body .stmg-btn .stmg-label {
  position: relative;
  top: -1px;
}
.stmg-body .stmg-label-default {
  background-color: #777777;
}
.stmg-body .stmg-label-default[href]:hover,
.stmg-body .stmg-label-default[href]:focus {
  background-color: #5e5e5e;
}
.stmg-body .stmg-label-primary {
  background-color: #67bf64;
}
.stmg-body .stmg-label-primary[href]:hover,
.stmg-body .stmg-label-primary[href]:focus {
  background-color: #49aa46;
}
.stmg-body .stmg-label-success {
  background-color: #5cb85c;
}
.stmg-body .stmg-label-success[href]:hover,
.stmg-body .stmg-label-success[href]:focus {
  background-color: #449d44;
}
.stmg-body .stmg-label-info {
  background-color: #5bc0de;
}
.stmg-body .stmg-label-info[href]:hover,
.stmg-body .stmg-label-info[href]:focus {
  background-color: #31b0d5;
}
.stmg-body .stmg-label-warning {
  background-color: #f0ad4e;
}
.stmg-body .stmg-label-warning[href]:hover,
.stmg-body .stmg-label-warning[href]:focus {
  background-color: #ec971f;
}
.stmg-body .stmg-label-danger {
  background-color: #d9534f;
}
.stmg-body .stmg-label-danger[href]:hover,
.stmg-body .stmg-label-danger[href]:focus {
  background-color: #c9302c;
}
.stmg-body .stmg-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.stmg-body .stmg-badge:empty {
  display: none;
}
.stmg-body .stmg-btn .stmg-badge {
  position: relative;
  top: -1px;
}
.stmg-body .stmg-btn-xs .stmg-badge {
  top: 0;
  padding: 1px 5px;
}
.stmg-body a.stmg-badge:hover,
.stmg-body a.stmg-badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.stmg-alert {
	border-width: 4px;
	border-style:solid;
}
.stmg-alert-default { color:#333; background: #fff; border-color: #87b828;}
.stmg-alert-primary { color:#000; background: #67bf64; border-color: #489c45;}
.stmg-alert-success { color:#4cae4c; background: #5cb85c; border-color: #4cae4c;}
.stmg-alert-info { color:#fff; background: #5bc0de; border-color: #46b8da;}
.stmg-alert-warning { color:#fff; background: #f0ad4e; border-color: #eea236;}
.stmg-alert-danger { color:#fff; background: #d9534f; border-color: #d43f3a;}
.stmg-alert-blue { color:#333; background: #fff; border-color: #5691de;}

.stmg-triangle{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	position: relative;
}
.stmg-triangle-top    {margin:0 auto 0 auto;}
.stmg-triangle-right  {margin:0 auto 0 0;}
.stmg-triangle-bottom {margin:0 auto 0 auto;}
.stmg-triangle-left   {margin:0 0 0 auto;}
.stmg-triangle-default.stmg-triangle-top    { border-bottom-color:#87b828;}
.stmg-triangle-default.stmg-triangle-right  { border-left-color:  #87b828;}
.stmg-triangle-default.stmg-triangle-bottom { border-top-color:   #87b828;}
.stmg-triangle-default.stmg-triangle-left   { border-right-color: #87b828;}
.stmg-triangle-primary.stmg-triangle-top    { border-bottom-color:#489c45;}
.stmg-triangle-primary.stmg-triangle-right  { border-left-color:  #489c45;}
.stmg-triangle-primary.stmg-triangle-bottom { border-top-color:   #489c45;}
.stmg-triangle-primary.stmg-triangle-left   { border-right-color: #489c45;}
.stmg-triangle-success.stmg-triangle-top    { border-bottom-color:#4cae4c;}
.stmg-triangle-success.stmg-triangle-right  { border-left-color:  #4cae4c;}
.stmg-triangle-success.stmg-triangle-bottom { border-top-color:   #4cae4c;}
.stmg-triangle-success.stmg-triangle-left   { border-right-color: #4cae4c;}
.stmg-triangle-info.stmg-triangle-top    { border-bottom-color:#46b8da;}
.stmg-triangle-info.stmg-triangle-right  { border-left-color:  #46b8da;}
.stmg-triangle-info.stmg-triangle-bottom { border-top-color:   #46b8da;}
.stmg-triangle-info.stmg-triangle-left   { border-right-color: #46b8da;}
.stmg-triangle-warning.stmg-triangle-top    { border-bottom-color:#eea236;}
.stmg-triangle-warning.stmg-triangle-right  { border-left-color:  #eea236;}
.stmg-triangle-warning.stmg-triangle-bottom { border-top-color:   #eea236;}
.stmg-triangle-warning.stmg-triangle-left   { border-right-color: #eea236;}
.stmg-triangle-danger.stmg-triangle-top    { border-bottom-color:#d43f3a;}
.stmg-triangle-danger.stmg-triangle-right  { border-left-color:  #d43f3a;}
.stmg-triangle-danger.stmg-triangle-bottom { border-top-color:   #d43f3a;}
.stmg-triangle-danger.stmg-triangle-left   { border-right-color: #d43f3a;}


.stmg-arrowbox {
	position: relative;
	border-width: 4px;
	border-style:solid;
}
.stmg-arrowbox:after,
.stmg-arrowbox:before {
	border: 30px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display:block;
}
.stmg-arrowbox:after  { border-width: 30px;}
.stmg-arrowbox:before { border-width: 36px;}

.stmg-arrowbox-arrowtop:after,
.stmg-arrowbox-arrowtop:before    { bottom: 100%; left: 50%;}
.stmg-arrowbox-arrowtop:after     { margin-left: -30px;}
.stmg-arrowbox-arrowtop:before    { margin-left: -36px;}
.stmg-arrowbox-arrowright:after,
.stmg-arrowbox-arrowright:before  { left: 100%; top: 50%;}
.stmg-arrowbox-arrowright:after   { margin-top: -30px;}
.stmg-arrowbox-arrowright:before  { margin-top: -36px;}
.stmg-arrowbox-arrowbottom:after,
.stmg-arrowbox-arrowbottom:before { top: 100%; left: 50%;}
.stmg-arrowbox-arrowbottom:after  { margin-left: -30px;}
.stmg-arrowbox-arrowbottom:before { margin-left: -36px;}
.stmg-arrowbox-arrowleft:after,
.stmg-arrowbox-arrowleft:before   { right: 100%; top: 50%;}
.stmg-arrowbox-arrowleft:after    { margin-top: -30px;}
.stmg-arrowbox-arrowleft:before   { margin-top: -36px;}

.stmg-arrowbox-default { color:#333; background: #fff; border-color: #87b828;}
.stmg-arrowbox-default.stmg-arrowbox-arrowtop:after     { border-bottom-color: #fff;}
.stmg-arrowbox-default.stmg-arrowbox-arrowtop:before    { border-bottom-color: #87b828;}
.stmg-arrowbox-default.stmg-arrowbox-arrowright:after   { border-left-color: #fff;}
.stmg-arrowbox-default.stmg-arrowbox-arrowright:before  { border-left-color: #87b828;}
.stmg-arrowbox-default.stmg-arrowbox-arrowbottom:after  { border-top-color: #fff;}
.stmg-arrowbox-default.stmg-arrowbox-arrowbottom:before { border-top-color: #87b828;}
.stmg-arrowbox-default.stmg-arrowbox-arrowleft:after    { border-right-color: #fff;}
.stmg-arrowbox-default.stmg-arrowbox-arrowleft:before   { border-right-color: #87b828;}

.stmg-arrowbox-primary { color:#000; background: #67bf64; border-color: #489c45;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowtop:after     { border-bottom-color: #67bf64;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowtop:before    { border-bottom-color: #489c45;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowright:after   { border-left-color: #67bf64;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowright:before  { border-left-color: #489c45;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowbottom:after  { border-top-color: #67bf64;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowbottom:before { border-top-color: #489c45;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowleft:after    { border-right-color: #67bf64;}
.stmg-arrowbox-primary.stmg-arrowbox-arrowleft:before   { border-right-color: #489c45;}

.stmg-arrowbox-success { color:#4cae4c; background: #5cb85c; border-color: #4cae4c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowtop:after     { border-bottom-color: #5cb85c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowtop:before    { border-bottom-color: #4cae4c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowright:after   { border-left-color: #5cb85c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowright:before  { border-left-color: #4cae4c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowbottom:after  { border-top-color: #5cb85c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowbottom:before { border-top-color: #4cae4c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowleft:after    { border-right-color: #5cb85c;}
.stmg-arrowbox-success.stmg-arrowbox-arrowleft:before   { border-right-color: #4cae4c;}

.stmg-arrowbox-info { color:#fff; background: #5bc0de; border-color: #46b8da;}
.stmg-arrowbox-info.stmg-arrowbox-arrowtop:after     { border-bottom-color: #5bc0de;}
.stmg-arrowbox-info.stmg-arrowbox-arrowtop:before    { border-bottom-color: #46b8da;}
.stmg-arrowbox-info.stmg-arrowbox-arrowright:after   { border-left-color: #5bc0de;}
.stmg-arrowbox-info.stmg-arrowbox-arrowright:before  { border-left-color: #46b8da;}
.stmg-arrowbox-info.stmg-arrowbox-arrowbottom:after  { border-top-color: #5bc0de;}
.stmg-arrowbox-info.stmg-arrowbox-arrowbottom:before { border-top-color: #46b8da;}
.stmg-arrowbox-info.stmg-arrowbox-arrowleft:after    { border-right-color: #5bc0de;}
.stmg-arrowbox-info.stmg-arrowbox-arrowleft:before   { border-right-color: #46b8da;}

.stmg-arrowbox-warning { color:#fff; background: #f0ad4e; border-color: #eea236;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowtop:after     { border-bottom-color: #f0ad4e;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowtop:before    { border-bottom-color: #eea236;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowright:after   { border-left-color: #f0ad4e;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowright:before  { border-left-color: #eea236;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowbottom:after  { border-top-color: #f0ad4e;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowbottom:before { border-top-color: #eea236;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowleft:after    { border-right-color: #f0ad4e;}
.stmg-arrowbox-warning.stmg-arrowbox-arrowleft:before   { border-right-color: #eea236;}

.stmg-arrowbox-danger { color:#fff; background: #d9534f; border-color: #d43f3a;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowtop:after     { border-bottom-color: #d9534f;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowtop:before    { border-bottom-color: #d43f3a;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowright:after   { border-left-color: #d9534f;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowright:before  { border-left-color: #d43f3a;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowbottom:after  { border-top-color: #d9534f;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowbottom:before { border-top-color: #d43f3a;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowleft:after    { border-right-color: #d9534f;}
.stmg-arrowbox-danger.stmg-arrowbox-arrowleft:before   { border-right-color: #d43f3a;}

/*--- Link
--------------------------------------------------------------------------*/
.stmg-link01{
	background:url(../img/ico_arrow01.png) no-repeat left 0.3em;
	padding:0 0 0 15px;
}
	.stmg-link01:hover{
		color:#12502D;
		background:url(../img/ico_arrow02.png) no-repeat left 0.3em;
	}
	.stmg-link01:hover a{
		color:#12502D;
	}
	

/* --- fix
--------------------------------------------------------------------------*/
.stmg-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.accessibility { display: none; }

/* --- 汎用スタイル
--------------------------------------------------------------------------*/
/*
 * GRID
 */
/*  ROW  */
.stmg-l-row {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.stmg-l-col {
	display: block;
	float:left;
	margin: 0% 0% 0% 0%;
}
.stmg-l-col:first-child { margin-left: 0; }

/*  GROUPING  */
.stmg-l-row:before,
.stmg-l-row:after { content:""; display:table; }
.stmg-l-row:after { clear:both;}
.stmg-l-row { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
/*  for PC  */
.stmg-l-6_6 { width: 100%;}
.stmg-l-5_6 { width: 83.33%;}
.stmg-l-4_6 { width: 66.66%;}
.stmg-l-3_6 { width: 50%;}
.stmg-l-2_6 { width: 33.33%;}
.stmg-l-1_6 { width: 16.66%;}
/*  for PC important  */
.stmg-l-pc-6_6 { width: 100% !important;}
.stmg-l-pc-5_6 { width: 83.33% !important;}
.stmg-l-pc-4_6 { width: 66.66% !important;}
.stmg-l-pc-3_6 { width: 50% !important;}
.stmg-l-pc-2_6 { width: 33.33% !important;}
.stmg-l-pc-1_6 { width: 16.66% !important;}
/*  for SP  */
/*
.stmg-l-6_6 { width: 100%;}
.stmg-l-5_6 { width: 100%;}
.stmg-l-4_6 { width: 100%;}
.stmg-l-3_6 { width: 100%;}
.stmg-l-2_6 { width: 100%;}
.stmg-l-1_6 { width: 100%;}
*/
/*  for SP important  */
/*
.stmg-l-sp-6_6 { width: 100% !important;}
.stmg-l-sp-5_6 { width: 83.33% !important;}
.stmg-l-sp-4_6 { width: 66.66% !important;}
.stmg-l-sp-3_6 { width: 50% !important;}
.stmg-l-sp-2_6 { width: 33.33% !important;}
.stmg-l-sp-1_6 { width: 16.66% !important;}
*/

/* img */
.stmg-body .stmg-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.stmg-body .stmg-img-rounded {
    border-radius: 6px;
}
.stmg-body .stmg-img-center {
    margin-left: auto;
    margin-right: auto;
}
.stmg-body .stmg-img-right {
    margin-left: auto;
    margin-right: 0;
}
.stmg-body .stmg-img-left {
    margin-left: 0;
    margin-right: auto;
}

/* margin・padding */
.stmg-mt0 { margin-top: 0 !important; }
.stmg-mt05 { margin-top: 0.5em !important; }
.stmg-mt1 { margin-top: 1em !important; }
.stmg-mt2 { margin-top: 2em !important; }
.stmg-mt3 { margin-top: 3em !important; }
.stmg-mt5 { margin-top: 5px !important; }
.stmg-mt10 { margin-top: 10px !important; }
.stmg-mt15 { margin-top: 15px !important; }
.stmg-mt20 { margin-top: 20px !important; }
.stmg-mt30 { margin-top: 30px !important; }
.stmg-mt40 { margin-top: 40px !important; }
.stmg-mt50 { margin-top: 50px !important; }

.stmg-mr0 { margin-right: 0 !important; }
.stmg-mr05 { margin-right: 0.5em !important; }
.stmg-mr1 { margin-right: 1em !important; }
.stmg-mr2 { margin-right: 2em !important; }
.stmg-mr3 { margin-right: 3em !important; }
.stmg-mr5 { margin-right: 5px !important; }
.stmg-mr10 { margin-right: 10px !important; }
.stmg-mr15 { margin-right: 15px !important; }
.stmg-mr20 { margin-right: 20px !important; }
.stmg-mr30 { margin-right: 30px !important; }
.stmg-mr40 { margin-right: 40px !important; }
.stmg-mr50 { margin-right: 50px !important; }

.stmg-mb0 { margin-bottom: 0 !important; }
.stmg-mb05 { margin-bottom: 0.5em !important; }
.stmg-mb1 { margin-bottom: 1em !important; }
.stmg-mb2 { margin-bottom: 2em !important; }
.stmg-mb3 { margin-bottom: 3em !important; }
.stmg-mb5 { margin-bottom: 5px !important; }
.stmg-mb10 { margin-bottom: 10px !important; }
.stmg-mb15 { margin-bottom: 15px !important; }
.stmg-mb20 { margin-bottom: 20px !important; }
.stmg-mb30 { margin-bottom: 30px !important; }
.stmg-mb40 { margin-bottom: 40px !important; }
.stmg-mb50 { margin-bottom: 50px !important; }

.stmg-ml0 { margin-left: 0 !important; }
.stmg-ml05 { margin-left: 0.5em !important; }
.stmg-ml1 { margin-left: 1em !important; }
.stmg-ml2 { margin-left: 2em !important; }
.stmg-ml3 { margin-left: 3em !important; }
.stmg-ml5 { margin-left: 5px !important; }
.stmg-ml10 { margin-left: 10px !important; }
.stmg-ml15 { margin-left: 15px !important; }
.stmg-ml20 { margin-left: 20px !important; }
.stmg-ml30 { margin-left: 30px !important; }
.stmg-ml40 { margin-left: 40px !important; }
.stmg-ml50 { margin-left: 50px !important; }

.stmg-pd10 { padding: 10px !important; }
.stmg-pd15 { padding: 15px !important; }
.stmg-pd20 { padding: 20px !important; }

.stmg-pt0 { padding-top: 0 !important; }
.stmg-pt05 { padding-top: 0.5em !important; }
.stmg-pt1 { padding-top: 1em !important; }
.stmg-pt2 { padding-top: 2em !important; }
.stmg-pt3 { padding-top: 3em !important; }
.stmg-pt5 { padding-top: 5px !important; }
.stmg-pt10 { padding-top: 10px !important; }
.stmg-pt15 { padding-top: 15px !important; }
.stmg-pt20 { padding-top: 20px !important; }
.stmg-pt30 { padding-top: 30px !important; }
.stmg-pt40 { padding-top: 40px !important; }
.stmg-pt50 { padding-top: 50px !important; }

.stmg-pr0 { padding-right: 0 !important; }
.stmg-pr05 { padding-right: 0.5em !important; }
.stmg-pr1 { padding-right: 1em !important; }
.stmg-pr2 { padding-right: 2em !important; }
.stmg-pr3 { padding-right: 3em !important; }
.stmg-pr5 { padding-right: 5px !important; }
.stmg-pr10 { padding-right: 10px !important; }
.stmg-pr15 { padding-right: 15px !important; }
.stmg-pr20 { padding-right: 20px !important; }
.stmg-pr30 { padding-right: 30px !important; }
.stmg-pr40 { padding-right: 40px !important; }
.stmg-pr50 { padding-right: 50px !important; }

.stmg-pb0 { padding-bottom: 0 !important; }
.stmg-pb05 { padding-bottom: 0.5em !important; }
.stmg-pb1 { padding-bottom: 1em !important; }
.stmg-pb2 { padding-bottom: 2em !important; }
.stmg-pb3 { padding-bottom: 3em !important; }
.stmg-pb5 { padding-bottom: 5px !important; }
.stmg-pb10 { padding-bottom: 10px !important; }
.stmg-pb15 { padding-bottom: 15px !important; }
.stmg-pb20 { padding-bottom: 20px !important; }
.stmg-pb30 { padding-bottom: 30px !important; }
.stmg-pb40 { padding-bottom: 40px !important; }
.stmg-pb50 { padding-bottom: 50px !important; }

.stmg-pl0 { padding-left: 0 !important; }
.stmg-pl05 { padding-left: 0.5em !important; }
.stmg-pl1 { padding-left: 1em !important; }
.stmg-pl2 { padding-left: 2em !important; }
.stmg-pl3 { padding-left: 3em !important; }
.stmg-pl5 { padding-left: 5px !important; }
.stmg-pl10 { padding-left: 10px !important; }
.stmg-pl15 { padding-left: 15px !important; }
.stmg-pl20 { padding-left: 20px !important; }
.stmg-pl30 { padding-left: 30px !important; }
.stmg-pl40 { padding-left: 40px !important; }
.stmg-pl50 { padding-left: 50px !important; }


.mt0 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5em !important; }
.mt1 { margin-top: 1em !important; }
.mt2 { margin-top: 2em !important; }
.mt3 { margin-top: 3em !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 0.5em !important; }
.mr1 { margin-right: 1em !important; }
.mr2 { margin-right: 2em !important; }
.mr3 { margin-right: 3em !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5em !important; }
.mb1 { margin-bottom: 1em !important; }
.mb2 { margin-bottom: 2em !important; }
.mb3 { margin-bottom: 3em !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 0.5em !important; }
.ml1 { margin-left: 1em !important; }
.ml2 { margin-left: 2em !important; }
.ml3 { margin-left: 3em !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }

.pt0 { padding-top: 0 !important; }
.pt05 { padding-top: 0.5em !important; }
.pt1 { padding-top: 1em !important; }
.pt2 { padding-top: 2em !important; }
.pt3 { padding-top: 3em !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr05 { padding-right: 0.5em !important; }
.pr1 { padding-right: 1em !important; }
.pr2 { padding-right: 2em !important; }
.pr3 { padding-right: 3em !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 0.5em !important; }
.pb1 { padding-bottom: 1em !important; }
.pb2 { padding-bottom: 2em !important; }
.pb3 { padding-bottom: 3em !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl05 { padding-left: 0.5em !important; }
.pl1 { padding-left: 1em !important; }
.pl2 { padding-left: 2em !important; }
.pl3 { padding-left: 3em !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

/* text indent */
.stmg-text-ind-1em {
    padding-left: 1em !important;
    text-indent: -1em !important;
}

/* font-size */
.stmg-fs09{ font-size:0.9rem;}
.stmg-fs9{ font-size:9px;}
.stmg-fs10{ font-size:10px;}
.stmg-fs12{ font-size:12px;}
.stmg-fs14{ font-size:14px;}
.stmg-fs16{ font-size:16px;}
.stmg-fs18{ font-size:18px;}
.stmg-fs20{ font-size:20px;}

/* font-weight */
.stmg-fNormal { font-weight: normal;}
.stmg-fBold { font-weight: bold;}
.stmg-fItalic { font-style: italic;}
.fNormal { font-weight: normal;}
.fBold { font-weight: bold;}
.fItalic { font-style: italic;}



/* float */
.stmg-flL { display: inline; float: left;}
.stmg-flR { display: inline; float: right;}
.stmg-ft { overflow: hidden; zoom: 1;}
.stmg-flImgL { float: left; margin: 0; }
.stmg-flImgR { float: right; margin: 0; }
.stmg-fleft { float: left;}
.stmg-fright { float: right;}
.stmg-fclear { clear: both;}
.flL { display: inline; float: left;}
.flR { display: inline; float: right;}
.ft { overflow: hidden; zoom: 1;}
.flImgL { float: left; margin: 0; }
.flImgR { float: right; margin: 0; }
.fleft { float: left;}
.fright { float: right;}
.fclear { clear: both;}

.stmg-pull-left { float: left !important;}
.stmg-pull-right { float: right !important;}

/* text-align */
.stmg-taLeft { text-align: left;}
.stmg-taRight { text-align: right;}
.stmg-taCenter { text-align: center;}
.taLeft { text-align: left;}
.taRight { text-align: right;}
.taCenter { text-align: center;}

.stmg-left { text-align: left;}
.stmg-center { text-align: center;}
.stmg-right { text-align: right;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}

/* etc */
.stmg-clear { clear: both;}
.stmg-block { display: block;}
.stmg-inline { display: inline;}
.stmg-hide { display: none;}
.stmg-noBg { background: none !important;}
.stmg-underLine { text-decoration: underline;}
.stmg-noLine { text-decoration: none;}
.stmg-noBd { border: none !important;}
.stmg-noBdT { border-top: none !important;}
.stmg-noBdR { border-right: none !important;}
.stmg-noBdB { border-bottom: none !important;}
.stmg-noBdL { border-left: none !important;}
.stmg-positionR { position:relative !important;}
.stmg-partitionWrap {
	overflow: hidden;
	zoom:1;
}
.stmg-none { display: none;}

.clear { clear: both;}
.block { display: block;}
.inline { display: inline;}
.hide { display: none;}
.noBg { background: none !important;}
.underLine { text-decoration: underline;}
.noLine { text-decoration: none;}
.noBd { border: none !important;}
.noBdT { border-top: none !important;}
.noBdR { border-right: none !important;}
.noBdB { border-bottom: none !important;}
.noBdL { border-left: none !important;}
.positionR { position:relative !important;}
.partitionWrap {
	overflow: hidden;
	zoom:1;
}
.none { display: none;}

/*--- listArticles
--------------------------------------------------------------------------*/
.stmg-listArticles {
	clear: both;
	padding: 20px 20px 0;
	border-top: #CCCCCC solid 1px;
}



/*--- coupon
--------------------------------------------------------------------------*/
#stmg-contents-inner {
	margin-left: -15px;
}

#stmg-contents-inner h2 {
	font-size: 18px;
	font-size: 1.3rem;
	color: #87b828;
	font-weight: bold;
	margin-bottom: 5px;
}

/*#stmg-contents-inner .coupon-main-box h2 {
	font-size: 24px !important;
	font-size: 1.4rem !important;
}
*/

#stmg-contents-inner p {
	font-size: 12px;
	font-size: 0.9rem;
}

#stmg-contents-inner > p {
	margin: 15px 15px 25px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 14px;
	font-size: 1rem;
}


.stmg-coupon-box {
	width: 657px;
	float: left;
	margin: 25px 15px 0px;
}

.stmg-coupon-box > h2 + p { min-height: 54px;}

.stmg-coupon-box-inner {
	border: #C00000 solid 4px;
	margin: 0px;
	padding: 15px 20px;
	min-height: 256px;
	font-size: 12px;
	font-size: 0.9rem;
}

.stmg-coupon-box-inner a { color: #F3602A !important;}
.stmg-coupon-box-inner a:link,
.stmg-coupon-box-inner a:visited { text-decoration: underline;}

.stmg-coupon-box-inner a:hover,
.stmg-coupon-box-inner a:active { text-decoration: none;}

.stmg-coupon-box-inner h3{
	color: #06527e;
	font-weight: normal;
	font-size: 13px;
}

.stmg-coupon-box-inner p.stmg-coupon-info {
	color: #0070C0;
	border-left: none;
	margin-top: 5px;
}

.stmg-coupon-main-box{ margin: 0px 15px 0px;}

.stmg-coupon-main-box-l {
	/* width: 405px; float: left;*/
}
.stmg-coupon-main-box-r {
	width: 430px; float: right;
}
.stmg-coupon-main-box-r img { float: left; margin: 10px;}
.stmg-coupon-box-container {width:687px; float:left;}


/*--- faq
--------------------------------------------------------------------------*/
#stmg-faq-inner {
	margin-left: 5px;
}

dl.stmg-faq{
	margin-bottom: 30px;
	padding: 0px 0px 24px;
	border-bottom: #DDDDDD solid 1px;
}
dl.stmg-faq dt{
	padding : 2px 0 6px 33px ;
	margin : 0 0 15px ;
	background : url("../img/ico_q.gif") 0 0 no-repeat ;
	font-weight : bold ;
}
dl.stmg-faq dd{
	padding : 2px 0 6px 33px ;
	background : url("../img/ico_a.gif") 0 0 no-repeat ;
        font-size: 90% ;
	line-height : 160% ;
}
dl.stmg-faq dd p{
	margin : 0 0 10px ;
}
dl.stmg-faq dd a,
a.a-underline{
	text-decoration: underline;
}

#stmg-backnumber-inner {
	margin-left: 5px;
}

dl.stmg-backnumber{
	margin-bottom: 10px;
}
dl.stmg-backnumber dd{
	padding : 2px 0 6px 25px ;
	background : url("../img/arrow.gif") 0 0 no-repeat ;
        font-size: 90% ;
	line-height : 160% ;
}

/*--- ranking
--------------------------------------------------------------------------*/
/* ランキング外枠*/
.stmg-ranking-box{
	width: 100%;
	text-align: center;
}
	
.stmg-ranking{
	max-width:600px;
	min-width: 314px;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	text-align: left;
	display: inline-block;
}

/* ランキングタイトル */
.stmg-ranking > h3,
.stmg-ranking > h4,
.stmg-ranking > h5,
.stmg-ranking > h6{
	border-top:solid 2px #C0599D;
	border-left:solid 2px #C0599D;
	border-bottom:0;
	border-right:solid 2px #C0599D;
	border-radius: 30px 30px 0 0; 
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	background-color:#C0599D;
	font-weight:bold;
	text-align:center;
	margin:0px !important;	
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}

/* ランキングリスト */
.stmg-ranking ol{
	margin: 0;
	padding:10px;
	border-top:solid 2px #C0599D;
	border-left:solid 2px #C0599D;
	border-bottom:solid 2px #C0599D;
	border-right:solid 2px #C0599D;
	border-radius: 0 0 30px 30px; 
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
}

.stmg-ranking ol li{
	margin:0;
	padding:5px 7px 2px 3em;
	border-bottom:2px dotted #F4C024;
	list-style-type:decimal;
	list-style-position:inside;
	text-indent: -2em;
}

.stmg-ranking ol li span{
	padding-left: 10px;
	padding-left: 0\9; /* ~IE10 */
}

/*ランキング1位用*/
.stmg-ranking ol li.stmg-ranking-crown-gold{
	background:url(../img/oukan.gif) 0 0 no-repeat;
	padding-bottom: 5px;
}

/*ランキング末尾用*/
.stmg-ranking ol li.stmg-ranking-last,
.stmg-ranking ol li:last-child {
	border-bottom: 0 none;
}

/* IE10,IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.stmg-ranking ol li span:not(:target) {
		padding-left: 0;
	}
}

/*--- comment
--------------------------------------------------------------------------*/
/* コメント枠*/
.stmg-comment {
width: 270px;
padding: 30px 15px 10px;
background: #fff;
position: relative;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
border-radius: 6px;
}

/* 押しピン*/
.stmg-pin {
position: absolute;
margin:-38px 105px;
}

/*--- only each document
--------------------------------------------------------------------------*/
/* stmg-doc-present-201509 */
.stmg-body .stmg-doc-present-201509-items {
	border: 4px solid /*#F66 #bc63bf #996699 #d7d7c2 #bf6367 #c0504d*/ #c0504d;	
	padding:12px;
	margin-bottom:16px;
	min-height:148px;
	background-color:#FAFAFA;
}
.stmg-body .stmg-doc-present-201509-items h3 {
	font-size: 24px;
	color: #333; 
}
.stmg-body .stmg-doc-present-201509-items .stmg-l-row {
	margin-right:-1px\9; /* IE8 */
}
.stmg-body .stmg-doc-present-201509-items .stmg-stmg-doc-present-201509-items-ancbox {
	margin-top: -24px;	
}
.stmg-body .stmg-doc-present-201509-items .stmg-btn.stmg-btn-lg {
	min-height: 42px;	
	padding-top: 28px; 
	margin-left: 10px;
	display: block;
}

/* 吹き出し*/
.stmg-baloon-up-right{
	padding:10px;
	border-radius:10px;
	position:relative;
	height:auto;
	border: 1px solid #d7d7c2;
}
.stmg-baloon-up-right:before{
	position: absolute;
	right: 10%;
	top: -40px;
	content:" ";
	border-bottom: 20px solid #d7d7c2;
	border-right: 10px solid transparent;	
	border-top: 20px solid transparent;	
	border-left: 10px solid transparent;		
}
.stmg-baloon-up-right:after{
	position: absolute;
	right: 10%;
	top: -38px;
	content:" ";
	border-bottom: 20px solid #fff;
	border-right: 10px solid transparent;	
	border-top: 20px solid transparent;	
	border-left: 10px solid transparent;
}