@charset "Shift_JIS";

/*
20150424_S.kawashima
	-- ファイル分割 --
*/


/******************************
▼▼▼全共通type別css▼▼▼
******************************/


/**====================
///// ボタン関連 /////
====================**/

#SubmitButton1 {
	display: block;
	width: 160px;
	background-color: #666;
	margin: 10px auto;
	padding: 2px;
	border: 2px outset #999;
	/* 曲線 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#SubmitButton1 span {
	display: block;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 0 1px #000;
	color: #fff;
	/* 曲線 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/**** =sold out用？= ****/

#SubmitButton1.SubmitDisabled {
	background-color: #f00;
	border-color: #c00;
}


/**** =マウスオン時の変更点= ****/

a#SubmitButton1:hover {
	text-decoration: none;
	background-color: #555;
	border-color: #888;
}

a#SubmitButton1:hover span {
	padding-top: 9px;
	padding-bottom: 11px;
	padding-right: 2px;
	text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 2px 1px #000;
}


/**** =クリック時の変更点= ****/

a#SubmitButton1:active {
	background-color: #444;
}

a#SubmitButton1:active span {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	text-shadow: 0 -1px 0 #333, -1px 1px 1px #333, 1px 0 1px #000;
}


/**====================
///// ボタンタイプ /////
====================**/


/* ===== btn_type_1 ===== */

a.btn_type_1 {
	display: block;
	background-color: #eee;
	border: 2px solid #999;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	/* アニメーション */
	transition-property: background-color, color;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	text-decoration: none;
}

a.btn_type_1 > span {
	vertical: middle;
}

a.btn_type_1:hover {
	text-decoration: none;
	background-color: #aaa;
	border-color: #777;
	color: #fff;
}


/* ===== btn_type_2 ===== */

a.btn_type_2 {
	background: #0b2265;
	border: 5px solid #0b2265;
	border-radius: 10px;
	color: #fff;
	display: block;
	line-height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 240px;
	z-index: 2;
	font-weight: bold;
	font-size: 20px;
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	text-decoration: none;
}

a.btn_type_2:hover {
	background: none;
	border: 5px solid #0b2265;
	color: #0b2265;
	text-decoration: none;
	box-shadow: 0 0 5px 0 #00f;
	letter-spacing: .2em;
}

a.btn_type_2:after,
a.btn_type_2:before {
	background: #0b2265;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 50%;
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
}

a.btn_type_2:after {
	left: 0;
	top: 0;
	z-index: -1;
}

a.btn_type_2:before {
	right: 0;
	top: 0;
	z-index: -1;
}

a.btn_type_2:hover:after,
a.btn_type_2:hover:before {
	width: 10px;
	background-color: #0b2265;
}


/* ===== btn_type_3 ===== */

a.btn_type_3 {
	display: block;
	font-size: 15px;
	background: -moz-linear-gradient(top, #BFD9E5, #3D95B7 50%, #0080B3 50%, #0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5, #3D95B7), color-stop(0.5, #0080B3), to(#0099CC));
	color: #fff!important;
	border-radius: 100px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	width: 100px;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
	letter-spacing: .5em;
	text-indent: .5em;
	text-decoration: none;
	text-decoration: none;
}


/* ===== btn_type_4 ===== */

.btn_type_4 {
	display: block;
	width :100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px auto;
	cursor: pointer;
	/* 背景 */
	background-color: #0b2265;
	background: linear-gradient(to bottom, #89c, #0b2265);
	background: -ms-linear-gradient(top, #89c, #0b2265);
	background: -moz-linear-gradient(top, #89c 0%, #0b2265);
	background: -webkit-gradient(linear, left top, left bottom, from(#89c), to(#0b2265));
	/* 文字 */
	color: #fff!important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
	padding: 10px;
	/* 枠影 */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	text-decoration: none;
}

.btn_type_4:hover {
	text-decoration: none;
	color: #fff;
	background-color: #89c;
	background: linear-gradient(to bottom, #89c, #cdf);
	background: -ms-linear-gradient(top, #89c, #cdf);
	background: -moz-linear-gradient(top, #89c 0%, #cdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#89c), to(#cdf));
}

.btn_type_4 > span:first-child {
	text-shadow: 1px 2px #000;
}

.btn_type_4 > span:nth-child(2) {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 0;
}

.btn_type_4.disabled {
	background-color: #ccc;
	background: linear-gradient(to bottom, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee 0%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	box-shadow: none;
}

.btn_type_4.disabled span {
	text-shadow: none;
	color: #999;
}


/* ===== btn_type_5 ===== */

.btn_type_5 {
	display: block;
	width:100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px auto;
	cursor: pointer;
	/* 背景 */
	background-color: #AF0000;
	background: linear-gradient(to bottom, #FF6161, #AF0000);
	background: -ms-linear-gradient(top, #FF6161, #AF0000);
	background: -moz-linear-gradient(top, #FF6161 0%, #AF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6161), to(#AF0000));
	/* 文字 */
	color: #fff!important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
	padding: 10px;
	/* 枠影 */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	text-decoration: none;
}

.btn_type_5:hover {
	text-decoration: none;
	color: #fff;
	background-color: #C88;
	background: linear-gradient(to bottom, #C88, #FCC);
	background: -ms-linear-gradient(top, #C88, #FCC);
	background: -moz-linear-gradient(top, #C88 0%, #FCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#C88), to(#FCC));
}

.btn_type_5 > span:first-child {
	text-shadow: 1px 2px #000;
}

.btn_type_5 > span:nth-child(2) {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 0;
}

.btn_type_5.disabled {
	background-color: #ccc;
	background: linear-gradient(to bottom, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee 0%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	box-shadow: none;
	cursor: default;
}

.btn_type_5.disabled span {
	text-shadow: none;
	color: #999;
}
.btn_type_5.disabled:before {
	content: attr(data-disabled);
	font-size: 0.6em;
	line-height: 2em;
	color: #f00;
	text-shadow: none;
	display:block;
}


/* ===== btn_type_6 ===== */

.btn_type_6 {
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px auto;
	cursor: pointer;
	/* 背景 */
	background-color: #8e8e8e;
	background: linear-gradient(to bottom, #8e8e8e, #5a5a5a);
	background: -ms-linear-gradient(top, #8e8e8e, #5a5a5a);
	background: -moz-linear-gradient(top, #8e8e8e 0%, #5a5a5a);
	background: -webkit-gradient(linear, left top, left bottom, from(#8e8e8e), to(#5a5a5a));
	/* 文字 */
	color: #fff!important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
	padding: 10px;
	/* 枠影 */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	text-decoration: none;
}

.btn_type_6:hover {
	text-decoration: none;
	color: #fff;
	background-color: #8e8e8e;
	background: linear-gradient(to bottom, #8e8e8e, #efefef);
	background: -ms-linear-gradient(top, #8e8e8e, #efefef);
	background: -moz-linear-gradient(top, #8e8e8e 0%, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#8e8e8e), to(#efefef));
}

.btn_type_6 > span {
	display: block;
}

.btn_type_6 > span:first-child {
	text-shadow: 1px 2px #000;
}

.btn_type_6 > span:last-child {
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 0;
}

/* ===== btn_type_NewMem ===== */

.btn_type_NewMem {
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px auto;
	/* 背景 */
	background-color: #AF0000;
	background: linear-gradient(to bottom, #FF6161, #AF0000);
	background: -ms-linear-gradient(top, #FF6161, #AF0000);
	background: -moz-linear-gradient(top, #FF6161 0%, #AF0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6161), to(#AF0000));
	/* 文字 */
	color: #fff!important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
	/* 枠影 */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	/* アニメーション */
	transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	text-decoration: none;
}

.btn_type_NewMem:hover {
	text-decoration: none;
	color: #fff;
	background-color: #C88;
	background: linear-gradient(to bottom, #C88, #FCC);
	background: -ms-linear-gradient(top, #C88, #FCC);
	background: -moz-linear-gradient(top, #C88 0%, #FCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#C88), to(#FCC));
}


/* ===== btn_type_simple ===== */

.btn_type_simple {
	border:1px solid #000;
	background:none;
	padding:10px 20px;
	margin:0 auto;
	display:block;
	cursor:pointer;
}
.btn_type_simple:hover {
	background-color:#ccc;
}


@media screen and (max-width: 768px) {
	/* =768px以下の場合= */
	/* 1カラム */
	#SubmitButton1 {
		width: 100%;
	}
}

/* ===== btn_type_simple2 ===== */
.btn_type_simple2 {
	display: table;
	table-layout:fixed;
	border: 2px solid var(--mainthema-background-color);
	border-radius: 6px;
	width: 100%;
	text-align: center;
	text-decoration: none!important;
	color: var(--mainthema-background-color);
	font-weight: bold;
}
.btn_type_simple2 *{
	vertical-align: middle;
	line-height: 34px;
	display: table-cell;
}

.btn_type_simple2 i {
	width: 50px;
	font-size: 20px;
	border-right: 1px dashed var(--mainthema-background-color);
}
.btn_type_simple2:hover {
	border-color: var(--main-link-hovercolor);
	color: var(--main-link-hovercolor);
}
.btn_type_simple2:hover i {
	border-right: 1px dashed var(--main-link-hovercolor);
}
.btn_type_simple2 span > i {
	display: inline;
	border: none!important;
	margin-left: 10px;
}

/* ===== btn_type_simple2_strong ===== */
.btn_type_simple2_strong {
	display: table;
	table-layout:fixed;
	border: 2px solid #f00;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	text-decoration: none!important;
	color: #f00;
	font-weight: bold;
}
.btn_type_simple2_strong *{
	vertical-align: middle;
	line-height: 34px;
	display: table-cell;
}

.btn_type_simple2_strong i {
	width: 50px;
	font-size: 20px;
	border-right: 1px dashed #f00;
}
.btn_type_simple2_strong:hover {
	border-color: var(--main-link-hovercolor);
	color: var(--main-link-hovercolor);
}

/* ===== btn_type_flat1 ===== */
.btn_type_flat1 {
	display: block;
    cursor: pointer;
	text-align: center;
	text-decoration: none!important;
	margin: auto;
	background-color: rgba(var(--mainthema-background-rgb),1);
	color: var(--mainthema-link-color);
	border-radius: 10px;
	padding: 15px 5px;
	position:relative;
	transition-property: background-color;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
}
.btn_type_flat1 span {
	display: block;
	line-height: 1.4em;
}
.btn_type_flat1 span:nth-child(1) {
	font-size: 1.2em;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 0;
	transition-property: letter-spacing;
	-webkit-transition-property: letter-spacing;
	-moz-transition-property: letter-spacing;
	-o-transition-property: letter-spacing;
	-ms-transition-property: letter-spacing;
}
.btn_type_flat1 span:nth-child(2) {
    font-size: 0.7em;
}
.btn_type_flat1 i {
	padding: 0 10px;
}
.btn_type_flat1:before {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border: 5px solid rgba(0,0,0,0.3);
	border-radius: 10px;
}
.btn_type_flat1:hover {
	color:#fff;
	background-color:rgba(var(--mainthema-background-rgb), 0.5);
}
.btn_type_flat1:hover span:nth-child(1) {
	letter-spacing:2px;
}

/* ===== btn_type_flat1_strong ===== */
.btn_type_flat1_strong {
	display: block;
    cursor: pointer;
	width: 100%;
	text-align: center;
	text-decoration: none!important;
	margin: auto;
	background-color: #f00;
	color: #fff;
	border-radius: 10px;
	padding: 15px 5px;
	position:relative;
	transition-property: background-color;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
}
.btn_type_flat1_strong span {
	display: block;
	line-height: 1.4em;
}
.btn_type_flat1_strong span:nth-child(1) {
	font-size: 26px;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 0;
	transition-property: letter-spacing;
	-webkit-transition-property: letter-spacing;
	-moz-transition-property: letter-spacing;
	-o-transition-property: letter-spacing;
	-ms-transition-property: letter-spacing;
}
.btn_type_flat1_strong span:nth-child(2) {
    font-size: 0.7em;
}
.btn_type_flat1_strong i {
	padding: 0 10px;
}
.btn_type_flat1_strong:not(.disabled):before {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border: 5px solid rgba(0,0,0,0.3);
	border-radius: 10px;
}
.btn_type_flat1_strong.disabled {
	background-color:#ccc;
	cursor:initial;
}
.btn_type_flat1_strong.disabled span{
	text-shadow:none;
}
.btn_type_flat1_strong.disabled:before {
	content: attr(data-disabled);
	font-size: 0.6em;
	line-height: 2em;
	color: #f00;
	display: block;
}
.btn_type_flat1_strong:hover:not(.disabled) {
	color:#fff;
	background-color:rgba(255,0,0,0.5);
}
.btn_type_flat1_strong:hover:not(.disabled) span:nth-child(1) {
	letter-spacing:2px;
}

