@charset "utf-8";
/* CSS Document */

a:link {
	color: #7f6052;
	text-decoration: underline;
}

a:visited {
	color: #7f6052;
	text-decoration: underline;
}

a:hover {
	color: #7f6052;
	text-decoration: underline;
}

/* ---------------------------------------- #その他の指定 */

/*テキスト関連*/

.fs_s {
	font-size:12px !important;
	line-height: 1.6em !important;
}

.fs_m {
	font-size:16px !important;
	line-height: 1.6em !important;
}

.fs_l {
	font-size:20px !important;
	line-height: 1.6em !important;
}

.fs_xl {
	font-size:24px !important;
	line-height: 1.4em !important;
}

.fs_xxl {
	font-size:26px !important;
	line-height: 1.4em !important;
}

.c_red {
	color: #8b0000 !important;
}

.c_brown {
	color: #4b2d1f !important;
}

.c_white {
	color: #fff !important;
}

.bold {
	font-weight:bold !important;	
}

.nwp {
	white-space: nowrap;
}

.txt_fix {
    overflow: hidden;
}

span.sup {
font-size: 70%;
vertical-align: top;
position: relative;
top: -0.5em;
}

p.kome {
	margin:0 0 0 0;
	padding: 0 0 0 20px;
	line-height:1.5;
	position:relative;
}

p.kome:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}


/* リスト */

li {
	list-style: none;
}

ul.disc li {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}

ol.decimal li {
	list-style: decimal;
	margin:0.5em 0 0.5em 25px;
}

li.disc {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}

li.decimal {
	list-style: decimal;
	margin:0.5em 0 0.5em 25px;
}

li.upper-alpha {
	list-style: upper-alpha;
	margin:0.5em 0 0.5em 25px;
}

ol.asterisk {
  counter-reset: number;
  list-style: none;
  color: #323232;
  margin-left: 25px;
}

ol.asterisk li {
  margin:0.5em 0 0.5em 25px;
  text-indent: -4.8em;
  line-height: 1.4em;
}

ol.asterisk li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
  margin-left: 35px;
  margin-right: 0.8em;
}


/* 画像系 */

img {
	 max-width: 100%;
	 height:auto;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

/* 配置系 */
.fll {
	float: left;
}
.flr {
	float: right;
}
.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}
.txt_c {
	text-align: center;
}

.valign_t {
	vertical-align: top;
}
.valign_m {
	vertical-align: middle;
}
.valign_b {
	vertical-align: bottom;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* スペース系 */
.mb0 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !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;
}
.mt60 {
	margin-top: 60px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml06 {
	margin-left: 6px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.mr05 {
	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;
}
.pt0 {
	padding-top: 0px !important;
}
.pt05 {
	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;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb05 {
	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;
}
.pl05 {
	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;
}
.pr05 {
	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;
}
