@charset "UTF-8";

/* ãã­ã¹ãèª¿æ´ */
.txtSS {
	font-size: 12px;
}

.txtBold {
	font-weight: bold;
}

.widthVariableContent {
	width: 100%;
}

.mainImg,
.mainImg img {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

/* ãã¼ã¸ã³èª¿æ´ */
.mrgB10 {
	margin-bottom: 10px !important;
}

.mrgB15 {
	margin-bottom: 15px !important;
}

.mrgB20 {
	margin-bottom: 20px !important;
}

.mrgB25 {
	margin-bottom: 25px !important;
}

.mrgB40 {
	margin-bottom: 40px !important;
}

.mrgB50 {
	margin-bottom: 50px !important;
}

.mrgB60 {
	margin-bottom: 60px !important;
}

.mrgB70 {
	margin-bottom: 70px !important;
}

/* ç¢å°ã*/
.fordetails {
	position: relative;
    height: 16px;
}

.fordetails a {
    font-size: 18px;
    font-weight: bold;
    color: #2e75b6;
    text-decoration: underline;
    position: relative;
    top: 0px;
}

.fordetails a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    position: absolute;
    right: -12px;
    top: 8px !important;
    box-sizing: initial;
}