/* ---------------------
base overerite
--------------------- */
H1, H2, H3, H4, H5 {
	margin:8px 0 8px 0;
	padding: 0;
	line-height: 1.2em;
	letter-spacing: -0.008em;
}
H1, H2 {
	font-size: 28px;
	font-weight: normal;
}
H3 {
	font-size: 21px;
	font-weight: bold;
}
H4, H5, h6 {
	font-size: 16px;
	font-weight: bold;
}
.sn-heading.sn-l {
	font-size: 28px !important;
	font-weight: normal !important;
}
.sn-heading.sn-m {
	font-size: 21px !important;
	font-weight: bold !important;
}
.sn-heading.sn-s {
	font-size: 16px !important;
	font-weight: bold !important;
}
.sn-heading.sn-min {
	font-size: 14px !important;
	font-weight: normal!important;
	padding: 0;
	letter-spacing: -0.021em;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup {
	vertical-align: top;
}/* IEでの見切れ防止 */
p, li, dt, dd, th, td {
	font-size: 14px;
	line-height: 1.4em;
}
p {
	margin: 0;
	padding: 0;
	letter-spacing: -0.021em;
}
a {
	text-decoration: none;
	zoom: 1;
	color: #007DCE;
}/* IEでのリンクズレ防止 */
a[href*="/"]:hover {
	text-decoration: underline;
}
a img {
	border: none
}
a:hover img {
	text-decoration: none;
}
ul, ol {
	margin-bottom: 0.4em;
	padding: 0;
}
li {
	margin: 0 0 0.4em 1.8em;
	padding: 0;
	list-style-position: outside
}
ul ul {
	margin-top: 0.4em
}
ul ul li {
	margin-left: 1.3em;
	font-size: 100%
}
html>body ul ul {
	margin-left: 1.6em
}
ol ul {
	margin-top: 0.4em
}
ol ul li {
	margin-left: 1.3em;
	font-size: 100%
}
html>body ol ul {
	margin-left: 1.6em
}
ol ol {
	margin-top: 0.4em
}
ol ol li {
	margin-left: 1.3em;
	font-size: 100%
}
html>body ol ol {
	margin-left: 1.6em
}
dl {
	margin-bottom: 0.4em;
	padding: 0
}
dt {
	margin-bottom: 0.5em;
	padding: 0
}
dd {
	margin-bottom: 0.5em;
	padding: 0
}
/* ---------------------
PC
--------------------- */
@media screen and (min-width: 768px) {

}

/* ---------------------
スマホ
--------------------- */
@media screen and (max-width: 767px) {
	H1, H2 {
	font-size: 21px;
	font-weight: bold;
	}
	H3 {
		font-size: 21px;
		font-weight: normal;
	}
	H4, H5, h6 {
		font-size: 16px;
		font-weight: bold;
	}
	.sn-heading.sn-l {
		font-size: 21px !important;
		font-weight: bold !important;
	}
	.sn-heading.sn-m {
		font-size: 21px !important;
		font-weight: normal !important;
	}
	.sn-heading.sn-s {
		font-size: 16px !important;
		font-weight: bold !important;
	}
}



/* ---------------------
予約済みオプション

.sn-l	大
.sn-m	中
.sn-s	小

.sn-high	強
.sn-mid		中
.sn-low		弱

.main		メイン
.sub		サブ

.success	成功
.error		失敗
.required	必須
.loading	ローディング中

.active		アクティブ状態
.disable	不可状態
.current	選択中

.default	標準
.primary	プライマリ

--------------------- */

/*ボーダー付きボックス*/
.sn-box-border-high{
	border:1px solid #888;
}
.sn-box-border-mid{
	border:1px solid #bbb;
}
.sn-box-border-low{
	border:1px solid #eee;
}

/*パディング*/
.sn-padding-high{
	padding: 32px;
}
.sn-padding-mid{
	padding: 16px;
}
.sn-padding-low{
	padding: 8px;
}

/*背景色*/
.sn-bg-blue{
	background-color:#AAE3F9;
}
.sn-bg-success{
	background-color:#E6FFF2;
}
.sn-bg-error{
	background-color:#ffebee;
}

/*文字色*/
.sn-txt-attribute{
	color:#888;
}
.sn-txt-error{
	color:#A30000;
}


/*リンク*/
.sn-href{
	color:#007DCE;
}

.sn-href.sn-high{
	margin: 24px auto;
	text-align: center;
    display: block;
}
.sn-href.sn-high:before,
.sn-href.sn-mid:before{
	color:#007DCE;
	content:"\025B6";
	font-size: 80%;
    letter-spacing: 4px;
}


/* ---------------------
単独オプション
--------------------- */
.sn-center{
	text-align: center;
}

/*ホワイトスペース*/
.sn-wsp-active{
	padding: 2em 0;
}

/*警告*/
.sn-txt-alert{
	color: #A30000;
}
.sn-txt-alert:before{
	content:"";
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	width:16px;
    height:16px;
    background:url("%7e/media/Images/sc/exchange/icon_alert?w=64");    
    background-size:contain;
}

.sn-txt-success{
	color: #000;
}
.sn-txt-success:before{
	content:"";
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	width:16px;
    height:16px;
    background:url("%7e/media/Images/sc/exchange/icon_success?w=64");    
    background-size:contain;
}
.sn-txt-success:before{
}
