@charset "utf-8";

a.externalLnk {
	display: inline;
	}
#contentArea > div.title .date,
#contentArea > div.title .name {
	font-size: 1.076923076923077em;
	}
#contentArea > div.title .category {
	display: inline-block;
	padding: 3px 6px;
	margin-left: 10px;
	
	color: #fff;
	font-size: 10px;
	line-height: 1;
	vertical-align: middle;
	
	background: #d1ad5a;
	}

#contentArea > .entryBody {
	margin: 0 10px;
	}
#contentArea > .entryBody p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.8;
	}
 #contentArea strong {
   font-weight: bold; 
	}
#contentArea > .entryBody h3 {
	margin-bottom: 20px;
	
	font-size: 14px;
	font-weight: 500;
	}
    
.serviceTbl .icon {
	width: 80px;
	margin: auto;
	}
	.serviceTbl .icon img {
		display: block;
		width: 100%;
		}
.serviceTbl table {
	width: 100%;
	}
	.serviceTbl table tr {
		display: block;
		}
	.serviceTbl table th {
		display: block;
		padding: 10px 15px;
		margin: 10px 0 10px;

		font-size: 12px;
		font-weight: 500;
		background: #e6e6e6;
		}
	.serviceTbl table td {
		display: block;
		margin: 10px 0 30px;
		
		font-size: 12px;
		line-height: 1.5;
		word-wrap: break-word;
		}

ul.imageArea {
	width: 100%;
	
	letter-spacing: -0.4em;
	}
	ul.imageArea > li {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		padding: 0 10px;
		margin: 0 0 20px;
		
		letter-spacing: normal;
		}
		ul.imageArea > li img {
			display: block;
			width: 100%;
			}

ul.pdfLnk {
	margin: 20px auto 15px;
	}
	ul.pdfLnk > li {
		clear: right;
		float: right;
		margin-bottom: 5px;
		}
		ul.pdfLnk > li a {
			font-size: 14px;
			}
	ul.pdfLnk:after {
		content: "";
		display: block;
		clear: both;
		}

.btnArea {
	margin: 20px auto 15px;
	}
	.btnArea a.backBtn {
		margin: 20px auto;
		}
	.btnArea ul.entrysNav {
		margin: 20px 5px;
		}
		.btnArea ul.entrysNav > li {
			width: 50%;
			float: left;
			}
			.btnArea ul.entrysNav > li a {
				position: relative;
				display: block;
				padding: 15px 0;
				margin: 0 5px;
				
				font-size: 12px;
				text-align: center;
				background: #fcf2dc;
				}
			.btnArea ul.entrysNav > li.prev a {
				text-indent: 20px;
				}
			.btnArea ul.entrysNav > li.next a {
				text-indent: -20px;
				}
				.btnArea ul.entrysNav > li a:after {
					content: "";
                 position: absolute;
					top: 50%;
					display: block;
					width: 14px;
					height: 11px;
					margin-top: -6px;
					}
				.btnArea ul.entrysNav > li.prev a:after {
					left: 20px;
					background-image: url( "/common/images/arrow_left_d1ad5a_14x11.png" );
					}
				.btnArea ul.entrysNav > li.next a:after {
					right: 20px;
					background-image: url( "/common/images/arrow_right_d1ad5a_14x11.png" );
					}
	.btnArea:after {
		content: "";
		display: block;
		clear: both;
		}






/*
old common style
----------------------------------------------------------------------------------------------------*/
#contentArea > .entryBody .dispOnlyPc {display:none;}
#contentArea > .entryBody .clrF:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#contentArea > .entryBody .clrF{
  display:inline-table;
  min-height:1%;
}
#contentArea > .entryBody .fwBld{
font-weight: bold;
}
/* \*/
html #contentArea > .entryBody .clrF{ * height:1%; }
#contentArea > .entryBody .clrF{ display:block; }
#contentArea > .entryBody .mt30 { margin-top: 30px; }
#contentArea > .entryBody .taLeft{text-align:left !important;}
#contentArea > .entryBody .taCenter{text-align:center !important;}
#contentArea > .entryBody .taRight{text-align:right !important;}

/* new styles */
#contentArea > .entryBody .youtube {
width: 300px !important;
height: 225px !important;
}

/*
tbl
----------------------------------------------------------------------------------------------------*/
#contentArea > .entryBody table{
  width:100% !important;
  margin: 20px 0;
  margin-left: 0 !important;
  border-collapse:collapse;
  border:1px solid #ebebeb;
  border-width:1px 0 0 0;
}
#contentArea > .entryBody th,
#contentArea > .entryBody td {
  padding:8px 5px 7px;
  border-collapse:collapse;
  border:1px solid #ebebeb;
  border-width:0 1px 1px 0;
  text-align:left;
}
#contentArea > .entryBody th {
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  text-align:center;
  background:#f3f3f3;
  color:#777;
}
#contentArea > .entryBody td:last-child { border-right:1px solid #fff; }
/*tblDemount
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .tblDemount{
  display:block;
  margin-top:0.5em;
  margin-bottom:1em;
}
#contentArea > .entryBody .tblDemount tbody,
#contentArea > .entryBody .tblDemount thead,
#contentArea > .entryBody .tblDemount tr,
#contentArea > .entryBody .tblDemount th,
#contentArea > .entryBody .tblDemount td{
  display:block;
  text-align:left;
  width:auto;
}
#contentArea > .entryBody .tblDemount{
  width:100%;
  border-collapse:collapse;
  border:1px solid #ccc;
  border-width:1px 0 0 1px;
}
#contentArea > .entryBody .tblDemount th,
#contentArea > .entryBody .tblDemount td{
  padding:13px 9px 12px;
  border-collapse:collapse;
  border:1px solid #ccc;
  border-width:0 1px 1px 0;
  text-align:left;
}
#contentArea > .entryBody .tblDemount thead th{
  background:#a0aaaf;
  color:#fff;
}
#contentArea > .entryBody .tblDemount tbody th{
  background:#fff;
  color:#2d2d2d;
  text-align:center;
}
#contentArea > .entryBody .tblDemount tbody td{ background:#fff; }

#contentArea > .entryBody .tblDemount tbody th span.max-length{
  font-weight: normal;
  font-size: 95%;
}


/*
img
----------------------------------------------------------------------------------------------------*/
#contentArea > .entryBody img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
}
/*imgTFull580
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTFull580 .img100{width:100%;}
/*imgTLeftFloat140
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTLeftFloat140 .imgTPhoto{
  float:left;
  margin-right:10px;
  padding:0 15px 5px 0;
  width:140px;
}
/*imgTRightFloat140
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTRightFloat140 .imgTPhoto{
  float:right;
  margin-left:10px;
  padding:0 0 5px 15px;
  width:140px;
}
/*imgTLeft280
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTLeft280 .imgTTxt{margin:15px 0 0;}
/*imgTRight280
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTRight280 .imgTTxt{margin:15px 0 0;}
/*imgTLeft140
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTLeft140 .imgTPhoto{
  float:left;
  margin-right:10px;
  width:140px;
}
#contentArea > .entryBody .imgTLeft140 .imgTTxt{
  overflow:hidden;
  zoom:1;
}
/*imgTRight140
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .imgTRight140 .imgTPhoto{
  float:right;
  margin-left:10px;
  width:140px;
}
#contentArea > .entryBody .imgTRight140 .imgTTxt{
  overflow:hidden;
  zoom:1;
}


/*
text
----------------------------------------------------------------------------------------------------*/
/*txtNote
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .txtNote{
  padding:0 0 0 1em;
  text-indent:-1em;
  font-size:95%;
  color:#777;
  margin-top: 15px;
}
/*txtCaution
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .txtCaution{
  font-size:95%;
  color:#966;
}
/*txtCaption
--------------------------------------------------------------------------------*/
#contentArea > .entryBody .txtCaption{ font-size:95% }

.title > p {
	padding: 10px
}
.title .socialLink {
	padding-left: 10px;
	float: left;
}
.title .socialLink ul > li {
	height: 20px;
	float: left;
	margin-left: 5px;
}
.title .socialLink ul:after {
	content: "";
	display: block;
	clear: both;
}

.mixi-favorite {
	display: block !important;
	overflow: hidden;
	height: 24px;
	margin: 1em auto;
}