@charset "UTF-8";
/* Button */
.button {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	padding: 0 30px;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	background-color: #fff;
	cursor: pointer;
}
.button + .button {
	margin-left: 8px;
}
.button + .desc {
	margin-top: 30px;
}
.desc + .button {
	margin: 0 0 15px;
}
.button[disabled] {
	/* disabled */
}
._S .button {
	height: 32px;
	padding: 0 14px;
	font-size: 11px;
	line-height: 30px;
}
._S .button + .desc {
	margin-top: 10px;
}
/* Button Type */
.button-type01 {
	height: 50px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 48px;
}
.button-type02 {
	height: 60px;
	padding: 0 40px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 58px;
}
.button-type03 {
	position: relative;
	padding: 0 24px;
	border-color: #d6d6d6;
	color: #666;
	background-color: #f4f4f4;
}
.button-type03 + .button-type03 {
	margin-left: -3px;
}
.button-type03.current {
	z-index: 1;
	border-color: #003964;
	color: #003964;
	background-color: #fff;
}
._S .button-type01 {
	height: 35px;
	font-size: 12px;
	line-height: 33px;
}
._S .button-type02 {
	height: 40px;
	font-size: 12px;
	line-height: 38px;
}
/* Button color */
[class*=button-color] {
	border-color: transparent;
	color: #fff;
}
.button-color01 {
	background-color: #003964;
}
.button-color02 {
	background-color: #3e9bae;
}
.button-color03 {
	background-color: #263e82;
}
.button-color04 {
	background-color: #959595;
}
.button-color05 {
	background-color: #aaa;
}
.button-color06 {
	background-color: #555;
}
/* Button colorL */
.button-colorL01 {
	border-color: #3e9bae;
	color: #3e9bae;
}
.button-colorL02 {
	border-color: #aaa;
	color: #444;
}
.button-colorL03 {
	border-color: #ccc;
	color: #888;
}
/* button size */
.button-sizeM {
	min-width: 190px;
}
.button-sizeL {
	min-width: 300px;
}
._S .button-sizeM {
	min-width: 97px;
	padding: 0;
}
._S .button-sizeFull {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
._S .button-sizeFull + .button {
	margin-top: 10px;
}
._S .desc .button-sizeFull {
	margin-top: 10px;
}
/* button icon */
.button-icon {
	padding: 0 20px;
}
/* button accordion */
.button-detail {
	border: 0;
	font-size: 16px;
}
.button-detail > span {
	position: relative;
	padding-right: 20px;
}
.button-detail > span:before,
.button-detail > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 2px;
	border-radius: 10px;
	background-color: #666;
	transition: all .3s ease-in;
}
.button-detail > span:before {
	right: 0;
	transform: rotate(-45deg);
}
.button-detail > span:after {
	right: 5px;
	transform: rotate(45deg);
}
.active .button-detail > span:before {
	background-color: #003964;
	transform: rotate(45deg);
}
.active .button-detail > span:after {
	background-color: #003964;
	transform: rotate(-45deg);
}
._IE8 .button-detail > span:before {
	display: none;
}
._IE8 .button-detail > span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 7px;
	margin: -3px 0 4px 10px;
	background: url(../../img/common/spr_icon.png) -180px 0 no-repeat;
}
._IE8 .active .button-detail > span:after {
	background-position: -259px 0;
}
/* button down */
[class*=button-down],
.button-listen {
	position: relative;
}
[class*=button-down]:after,
.button-listen:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(../../img/common/spr_icon.png) no-repeat -18px -17px;
}
.button-down-book:after {
	height: 18px;
	margin-top: -9px;
	background-position: 0 -52px;
}
.button-down-doc:after {
	background-position: -36px -17px;
}
._S  [class*=button-down]:after {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	background: url(../../img/common/m_spr_icon.png) no-repeat -16px -15px;
	background-size: 250px;
}
._S .button-down-book:after {
	height: 14px;
	margin-top: -7px;
	background-position: 0 -137px;
}
._S .button-down-doc:after {
	background-position: 0 0;
}
/* button listen */
.button-listen:after {
	width: 14px;
	height: 15px;
	margin: -7.5px 0 0 -7px;
	background-position: 0 -35px;
}
._S .button-listen:after {
	width: 12px;
	height: 13px;
	margin: -6.5px 0 0 -6px;
	background: url(../../img/common/m_spr_icon.png) no-repeat 0 -31px;
	background-size: 250px;
}
/* button wrap */
.btnWrap {
	margin-top: 30px;
	text-align: center;
}
.btnWrap.alignL {
	text-align: left;
}
.btnWrap.alignR {
	text-align: right;
}
.btnWrap + .desc,
.btnWrap + .tab,
.btnWrap + .box {
	margin-top: 70px;
}
.desc + .btnWrap {
	margin-top: 30px;
}
.heading-depth01 + .btnWrap {
	margin-top: -20px;
}
._S .btnWrap {
	margin-top: 10px;
}
._S .btnWrap.justify .button {
	float: right;
	width: 49%;
	margin: 0;
	text-align: center;
}
._S .btnWrap.justify .button:first-child {
	float: left;
}
._S .btnWrap + .desc,
._S .btnWrap + .tab,
._S .btnWrap + .box {
	margin-top: 30px;
}
/* button col */
[class*=button-col] {
	text-align: left;
}
[class*=button-col] .button + .button {
	margin-left: 0;
}
.button-col03 {
	width: 102%;
	margin-left: -1%;
}
.button-col03 ul:after {
	content: '';
	display: block;
	clear: both;
}
.button-col03 li {
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
	text-align: center;
}
.button-col03 li a {
	width: 94%;
}
._S .button-col03 {
	width: 100%;
	margin-left: 0;
}
._S .button-col03 li {
	width: 100%;
	margin-bottom: 10px;
}
._S .button-col03 li a {
	width: 100%;
}
/* paging */
.paging + .btnWrap.alignL,
.paging + .btnWrap.alignR,
.paging + .btnWrap.justify {
	clear: both;
	position: relative;
	min-height: 0;
	margin-top: -40px;
}
.paging + .btnWrap.alignL {
	float: left;
}
.paging + .btnWrap.alignR {
	float: right;
}