@charset "utf-8";


/************* basic */
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
    font-style: normal;
}

p {
 font-style: normal;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

img {
    line-height: 1;
    max-width: 100%;
    height: auto;
    vertical-align:top;
}

address,em{
    font-style: normal;
}

i {
  padding: 0 5px 0 0;
}
blockquote{
    padding: 20px;
    margin: 0 0 30px 0;
    border: thin solid #E4E4E4;
}
blockquote a{
    font-size: 80%;
}
blockquote p{
    margin: 0 0 0 0!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
iframe{vertical-align:bottom;}

area {
    border: none;
    outline: none;
}

a img {
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	transform: scale(1.00);
}
a:hover img {
	transform: scale(1.00);
}


.pNor {
	margin: 0 0 30px 0;
	line-height: 200%;
}
.pNor.in {
	margin: 0 0 15px 0;
}
.pNor.end {
	margin: 0 0 80px 0;
}
.pNor span.m {
	font-size: 90%;
    font-weight: 100;
}

@media (max-width: 736px) { /* forSMP */
    .pNor {
        margin: 0 0 20px 0;
        line-height: 180%;
    }
}




/* image */
/**********************/
a:hover img {
	opacity:0.85;
	filter: alpha(opacity=85);
	ms-filter: "alpha( opacity=85 )";
}

/* imgHover */
.imgHover {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.imgHover span {
	font-size: 100%;
	text-align: center;
	color: #fff;
	padding:0 10px;
}
.imgHover p {
	width: 100%;
	height: 100%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0; /* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.imgHover:hover p {
	opacity: 1; /* マスクを表示する */
	padding-top: 30%; /* ホバーで下にずらす */
}


img.Right { 
	float: right;
    margin: 2px 2px 20px 20px;
    box-shadow: 0 0 5px #dadada;
}

img.RightNS { 
	float: right;
	margin:0 0 20px 20px;
}

img.Left { 
	float: left;
	margin:0 20px 20px 0;
	box-shadow: 0 0 5px #dadada;
}


img.L {
	width:45%;
	height:auto
}

img.M {
	width:38%;
	height:auto
}

img.S {
	width:20%;
	height:auto
}
img.SS {
	width:15%;
	height:auto
}

.imgCenter {
	text-align: center;
	margin-bottom: 20px;
}

.imgCenter img {
	height: auto;
	width: 100%;
}

.imgCenter img.w75 {
	height: auto;
	width: 75%;
}



@media (max-width: 736px) { /* forSMP */
	.imgCenter img {
	height: auto;
	width: 100%;
	}
	img.M {
	width:28%;
	height:auto
	}
	
    img.L {
        width:100%;
        height:auto;
        box-shadow: none;
    }

	img.Right { 
	    margin:0 0 10px 10px;
    }

    img.Left { 
        margin:0 10px 10px 0;
    }
    img.Right.L { 
	    margin:0;
    }
}

figure.right {
	margin: 0 0 20px 20px;
    text-align: left;
	font-size: 60%;
	color: #555;
	float: right;
}

figure.left {
	margin: 0 20px 20px 0;
    text-align: left;
	font-size: 60%;
	color: #555;
	float: left;
}

figure.right.S,
figure.left.S{
	width:20%;
}
figure.right.M,
figure.left.M{
	width:30%;
}


figure.right img,
figure.left img{
	width:100%;
	height: auto;
	margin: 0 0 10px 0;
	box-shadow: 0 0 10px #dadada;
}




/* bgBox */
.bgBox {
	background-color: #f7f5f1;
    padding: 15px;
}













/* caption */
/**********************/
.caption {overflow:hidden; zoom: 1;}
.caption:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}

.caption figure img {
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}

.caption figcaption {
	font-size:80%;
	color:#666;
}

.caption.Right figure {
	margin:0 0 20px 20px;
	width:35%;
	float:right;
}


.caption.Left figure {
	margin:0 20px 20px 0;
	width:35%;
	float:left;
}




/* sbox */
/**********************/
.sbox {width: 100%;}
.sbox article { display:block; float:left;}
.sbox article figure img {
	width: 100%;
    height: auto;
	margin: auto;
}

.sbox article a img {
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.sbox article a figure:hover img {
	transform: scale(1.02);
}
.sbox article a {
	text-decoration: none;
	color: inherit;
}




.sbox article figure { 
	display: block;
	margin: 0;
	position: relative;
}

.sbox .oberTit {
	position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    padding: 8px;
    font-size:80%;
}
.sbox .oberTit span {
	display:block;
	font-size:80%;
}


.sbox.c1 article {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}

.sbox.c2 article { width:49%; margin:0; }

.sbox.c3 article{ width:32%; margin: 0 0 2% 0; }
.sbox.c3 article:nth-child(3n-1){ margin: 0 2%; }

.sbox.c4 article { width:24%; margin-bottom:1.3%; }
.sbox.c4 article:nth-child(4n-2) { margin-left:1.3%; margin-right:1.3%; }
.sbox.c4 article:nth-child(4n-4) { margin-left:1.4%; }

.sbox.c5 article { width:19%; margin-bottom:1.2%; margin-left:1.2%; }
.sbox.c5 article:nth-child(5n+1) {margin-left:0; }

@media (max-width: 736px) { /* forSMP */
    .sbox.c2 article { width:49%; margin:0; }
    /*.sbox.c2 article:nth-child(even) { margin:0 0 0 2%; }*/

    .sbox.c3 article{ width:100%; margin: 0; }
	.sbox.c3 article:nth-child(2){ margin: 15px 0; }
     
    .sbox.c4 article,
	.sbox.c5 article
	 { width:48%; margin:1% !important; /*T,R,B,L*/ }
	 
	 .sbox.c3a article:nth-child(3n-1), 
	 .sbox.c4 article:nth-child(even),
	 .sbox.c5 article:nth-child(even)
	 { margin:1% !important; /*T,R,B,L*/ }
     
    .sbox article figure img {
    box-shadow: none;
}
     
     
}

.sbox h3 {
	
}

.sbox .img {
	margin:0 0 5px 0;
}

.sbox .text {
	padding: 0;
	margin:0 0 5px 0;
	font-size:90%;
}



/* column */
/**********************/
.col2,.col3 {
	text-align: left;
}

.col2 article {
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
.col2 article:nth-child(even) {
	margin: 0;
}

.col3 article {
	width: 32%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	margin: 0;
	vertical-align: top;
}
.col3 article:nth-child(2) {
	margin: 0 2%;
}












/* ul ol */
/**********************/
.ulNor li:last-child,
.ulkome li:last-child,
.ulcheck li:last-child,
.olNor li:last-child
{
	margin:0 0 0 0 !important;
}





.ulNor {
	margin-left: 18px;
	line-height: 180%;
	padding-left: 5px;
}

.ulNor li {
	list-style-type: disc;
	margin:0 0 10px 0;
}

.ulNor li:last-child {
     margin: 0 0 0 0;
}

.ulNor li p {
	font-size: 90%;
	color: #666;
}


.ulW50 {
	margin-left: 18px;
	line-height: 180%;
	padding-left: 5px;
}

.ulW50 li {
	list-style-type: disc;
	margin:0 0 10px 0;
    width: 50%;
    float: left;
}








.ulkome {
  margin: 0 0 0 30px;
  font-size: 80%;
  color: #444;
}

.ulkome li {
  list-style-type: none;
  text-indent: -1em;
  margin:0 0 10px 0;
}
.ulkome li:before {
  display: inline;
  content: "※";
}




.ulcheck {
	margin: 0 0 0 0;
	list-style-type: none;
	padding: 25px 50px;
}

.ulcheck li {
	margin:0 0 10px 0;
	position: relative;
	font-size: 108%;
}

.ulcheck li::after {
	display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: -1.5em;
    width: 15px;
    height: 10px;
    border-left: 5px solid #0e3573;
    border-bottom: 4px solid #0e3573;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


ul.ulInfo{
	font-size: 90%;
}
ul.ulInfo li {
	padding: 3px;
	margin:0 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
}
ul.ulInfo li:last-child {
	margin:0;
}

ul.ulInfo li time {
	float: left;
	font-weight: bold;
	width: 20%;
}

ul.ulInfo li p {
	float: right;
	width: 80%;
	font-weight: normal;
	line-height: 150%;
}




ol.num{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0 0.5em 0.5em;
}
ol.num li{
  position: relative;
  padding-left: 30px;
  line-height: 180%;
  padding: 0.5em 0.5em 0.7em 36px;
}

ol.num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #D0BFA2;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 26px;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}









/* ol nor */
.olNor {
	margin-left: 40px;
}

.olNor li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 130%;
	margin:0 0 10px 0;
}

ol.num{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0 0.5em 0.5em;
}
ol.num li{
  position: relative;
  padding-left: 30px;
  line-height: 180%;
  padding: 0.5em 0.5em 0.7em 36px;
}

ol.num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #D0BFA2;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 26px;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/* olRule */
.olRule .p {
	margin:0 0 10px 0;
	line-height: 170%;
	padding: 10px;
	font-size: 100%;
}

ol.olRule {
	margin:0 0 10px 0;
	line-height: 170%;
	padding: 10px;
	font-size: 100%;
}

ol.olRule li {
	list-style-type: decimal;
	margin: 0 0 15px 22px !important;
	padding:0 0 0 10px;
}

ol.olRule li ol {
	padding:10px 0 0 0;
}

ol.olRule li ol li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	font-size:90%;
	text-indent:-1.5em;
	padding-left:1.5em;
}

ol.olRule li ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

@media (max-width: 736px) { /* forSMP */
    ol.olRule li {
        margin: 0 0 10px 0px !important;
        padding:0 0 0 0px;
    }
}













ul.box,
ol.box {
	padding: 15px 30px 15px 40px;
    background-color: #f7f5f1;
    border-radius: 7px;
    margin: 0 -20px 0 0;
	width: 100%;
}






.ulblogtitle{
	
}
.ulblogtitle li{ 
	margin: 0 0 20px 0;
}

ul.ulblogtitle li:last-child {
	margin:0;
}

.ulblogtitle li a{ 
    font-size: 18px;
    text-decoration: underline;
    color: #292929;
}

.ulblogtitle li a:hover{ 
    color: #FF9A00;
}

.ulblogtitle li date{ 
    margin: 0 15px 5px 0;
    font-size: 14px;
}


@media (max-width: 736px) { /* forSMP */
   .ulblogtitle li date{ 
        margin: 0;
        font-size: 12px;
        display: block;
    }
}












/* dlName */
.dlName {
	width: 100%;
}
.dlName dt{
	float: left;
	width: 6em;
    padding: 0 0 5px 0;
}

.dlName dd{
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 10px;
    padding: 0 0 5px 0;
}





.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
  margin: 0 0 10px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd {
  margin: 0 0 30px 0;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}








/* table */
/**********************/
.table,
.tableNR,
.tableL,
.tableSP {
	width: 100%;
	margin:0 0 20px 0;
	line-height: 140%;
    font-size: 90%;
}

.table th,
.tableNR th,
.tableL th,
.tableSP th {
	padding:10px 7px;
	text-align: left;
	font-weight: bold;
	background-color: #fafafa;
}


/* table */
.table {
}

.table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.table th {
	padding: 23px 12px 20px;
}

.table td {
	padding: 23px 12px 20px;
	vertical-align: middle;
}


@media (max-width: 736px) { /* forSMP */
    .table tr {
        border: none;
    }
    .table th {
        text-align: left;
        background-color: #f7f7f7;
    }
    .table td {
	    padding: 23px 12px 40px!important;
    }
}









/* tableDL */
.tableDL {
}

.tableDL tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.tableDL th {
	background:none;
	padding: 10px;
}

.tableDL td {
	padding: 7px;
	vertical-align: top;
}










.tableL {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin:0 0 20px 0;
}

.tableL th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #EFEFEF;
}

.tableL td {
	padding: 10px;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}



/* tableDate */
.tableDate {
	font-size: 90%;
	width: 100%;
}

.tableDate tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.tableDate th {
	background:none;
	padding: 7px;
	font-weight: bold;
	background-color: #EFEFEF;
}

.tableDate td {
	padding: 7px;
	vertical-align: top;
}






/* tableSP */
.tableSP {
	border-spacing: 2px;
	border-collapse: separate;
}

.tableSP th {
	border: 1px solid #CCCCCC;
}

.tableSP td {
	padding: 7px;
	line-height: 140%;
	border: 1px solid #CCC;
}

@media (max-width: 736px) { /* forSMP */
	.table th,
	.tableL th,
	.tableSP th, 
	.table td,
	.tableL td,
	.tableSP td {
		width:100%;
		display:block;
		padding: 10px;
		}
	.tableL th{ padding: 20px 0 5px 0; }
	.tableL td{padding: 0 0 10px 0;}
}




/* tableその他設定 */
table td td {
	border: none !important;
}

table.even tr:nth-child(odd){
	background-color: #FAFAFA;
}

table.thM th {
	width:20%;
}








.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
  margin: 0 0 10px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd {
  margin: 0 0 30px 0;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}






















/* align */
.taC {	text-align: center !important;}
.taL {text-align: left !important;}
.taR {text-align: right !important;}





ul.topInfo {
    
}
ul.topInfo li {
    border-bottom: thin dotted #E7E7E7;
    margin: 0 0 8px 0;
    padding: 5px;
}

ul.topInfo date {
    float: left;
    width: 100px;
}

ul.topInfo .title {
    float: right;
    text-align: left;
    width: calc( 100% - 100px );
}

ul.topInfo .title a {
    color: #232323;
    text-decoration: none;
    transition : .5s;
}
ul.topInfo .title a:hover {
    transition : .5s;
    color: #000;
    text-decoration: underline;
}
ul.topInfo .title a time {
	font-size: 14px;
    color: #595959;
}


@media (max-width: 736px) { /* forSMP */
    ul.topInfo date {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        font-weight: 600;
        color: #B1B1B1;
    }
    ul.topInfo .title {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    ul.topInfo .title a {
        padding: 0;
        color: #0E427E;
    }
}






/* other */
/**********************/
/* tab */
.tab{overflow:hidden;}
.tab div{
	background:#ccc; 
	padding:5px 25px; 
	float:left; 
	margin-right:3px;
	cursor:pointer;
	border-radius:10px 10px 0 0;
}
.tab div.select{background:#eee;}
.tab div:hover {
	text-decoration: underline;
}

#tabIn{
	background: #fff;
	padding: 10px;
	border: 3px solid #eee;
	margin:0 0 20px 0;
}
.hide {display:none;}

ol .btnBoxR {
	padding:10px 0 30px 0;
}



/* opneclose */
.openBar a,
.closeBar a {
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #000;
	border-radius: 10px;
	border: 1px solid #FFF;
	width: 92%;
	margin: 0 auto 15px auto;
}

.openBar a:hover,
.closeBar a:hover {
	text-decoration: underline;
	color: #999;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/* zIndex */
.zIndex1 {
	z-index: 1;
	position: relative;
}

.zIndex2 {
	z-index: 2;
	position: absolute;
	width: 100%;
	background-image: url(/_share/bg-zindex1.png);
	background-repeat: repeat-x;
}

.zIndex3 {
	z-index: 3;
 	position: absolute;
}




























.nav-unshown {
  display:none;
}

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #274a02;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 70%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content ul {
    padding: 10px;
}
#nav-content ul li a {
    display: block;
    font-size: 16px;
    margin: 5px 5px 6px 5px;
    border-bottom: thin solid #E8E8E8;
    color: #646464;
    text-decoration: none;
    padding: 5px;
    font-weight: 500;
}
#nav-content ul li a i {
    font-size: 130%;
    margin: 0 7px 0 0;
}



.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.fw800{font-weight:800;}
.fw900{font-weight:900;}

.txKome{font-size:11px;
color: #777777;}


#contents.elements {
    background-color: #FFFFFF;
    padding: 50px 0;
}
#contents.elements hr {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
  margin: 100px;
}
#contents.elements h1 {background-color: #EDEDED; padding: 15px;}
#contents.elements h2 {padding: 15px;}


/* crearfix */
.clearfix,
.ulW50 {overflow:hidden; zoom: 1;}

.clearfix:after,
.ulW50:after
{content: "."; display: block; height: 0px; clear: both; visibility: hidden;}