.entry {
	margin-top:15px;
}

.entry p{
	margin:0 0 15px 0;
}

.entry a{
	text-decoration:underline;
}

.entry a:hover{
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
	.entry {
		word-break: break-all;
	}
	.entry img{
		max-width: 100%;
		height: auto !important;
	}
	.entry table{
		max-width: 100%;
	}
	.entry iframe{
		width: 100%;
		height: auto;
	}
	.entry table{
		width:100%;
	}
	.entry .scroll{
		overflow: auto;　　　　/*tableをスクロールさせる*/
		white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.entry .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
	}
	.entry .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
	}
	.entry .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
	}
	.entry .responsive .scroll  {
		overflow: visible;
		white-space: normal;

	}
	.entry .responsive table {
		width: 100%;
		border: 2px solid #666;
		border-top: none;
	}
	.entry .responsive table th,.entry .responsive table td {
		display: block;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	.entry .responsive table tr > *:first-child {
		background-color: #e5e5e5;
		border-top: 2px solid #666;
		font-weight: bold;
        font-size:15px;
	}
}

.bg_2 .entry a{
	color: #fff;
	text-decoration: underline;
}

.bg_2 .entry a:hover{
	color: #fff;
	text-decoration: none;
}

.entry h3 {
	margin:0 0 20px 0;
	font-size:14px;
	background:url(../_img/master/h3_bg.gif) repeat-y;
	width:690px;
	padding:6px 0 4px 15px;
}
@media only screen and (max-width: 767px) {
	.entry h3 {
		box-sizing: border-box;
		width:100%;
		padding:6px 0 4px 15px;
	}
    .entry h3 span{
		background: none;
        color:#333;
	}
}

.bg_2 .entry h3 {
	background:url(../_img/master/h3_bg2.gif) repeat-y;
	padding:6px 0 4px 15px;
}

.entry h4 {
	margin:15px 0;
	border-bottom:1px solid #cccccc;
	font-size:108%;
	font-weight:bold;
	clear:both;
}
.entry h4 span{
	font-weight:bold;
}
.entry h5 {
	font-size:108%;
	font-weight:bold;
	margin-bottom:10px;
	color:#b5b5b5;
}

.bg_2 .entry h5{
	color: #fff;
}

.entry strong{
	color:#333;
	font-weight:bold;
}

.bg_2 .entry strong{
	color: #fff;
}

.entry strong span{
	font-weight:bold;
}

.entry em{
	font-style:italic;
	font-weight:normal;
}
.entry ul li{
	list-style-type:disc;
	margin:5px 0 0 26px;
}
.entry ol li{
	margin:5px 0 0 30px;
}

.entry h6.tableTitle{
    font-size:14px;
    font-weight: bold;
    padding:5px 0;
}

.entry table{
	width:100%;
    margin-bottom:20px;
}

.entry table caption{
	text-align:left;
	padding:5px;
}
.entry table th{
	background-color:#E7E7E7;
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:5px;
}

.entry table td{
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:5px;
}

.entry table.layout,
.entry table.layout td,
.entry table.layout th{
	border:none;
	padding:0;
}

@media only screen and (max-width: 767px) {
	.scroll{
		overflow: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}

/* For modern browsers */
.freeArea:before,
.freeArea:after {
    content:"";
    display:block;
    overflow:hidden;
}

.freeArea:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.freeArea {
    zoom:1;
}



.entry .specfunction01 {
	clear: both;
}


.entry .specfunction_image {
	width: 200px;
	float: left;
	overflow: hidden;
	padding: 0 20px;
	margin: 0 0 20px;
}

.entry .float_l{
	float:left;
	display:inline;
}


.et_leftImg{
	float:left;
	margin: 0 30px 30px 0;
}

.et_rightImg{
	float:right;
	margin: 0 0px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.et_leftImg{
		float:none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.et_rightImg{
		float:none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.et_leftImg img,.et_rightImg img{
		max-width: 100%;
		height: auto;
	}
}
.et_box01{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 0;
}

.et_ColBox{

}



.et_imgSideTxt{
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .et_leftImg{
    	float:none;
    	display: block;
    	margin: 0 auto 20px auto;
        text-align: center;
    }
    .et_rightImg{
        float:none;
    	display: block;
        text-align: center;
    	margin: 0 auto 20px auto;
    }
    .et_imgSideTxt{
    	overflow: auto;
    }
}

.et_cols{
	margin:0 -20px 30px 0;
	width: 690px;
}

.et_colsIn{
	width: 710px;
	overflow: hidden;
	_zoom: 1;
}

.bg_2 .et_colsIn{
	width: 650px;
}

.et_cols .col{
	float:left;
	display: inline;
	margin:0 20px 0 0;
}

.et_cols.col2 .col{
	width:305px;
}

.et_cols.col3 .col{
	width:196px;
}

.et_cols.col4 .col{
	width:142px;
}
@media only screen and (max-width: 767px) {
	.et_cols{
		margin:0 auto 20px auto;
		width: 100%;
	}
	.et_colsIn{
		width: 100%;
	}
	.bg_2 .et_colsIn{
		width: 100%;
	}
	.et_cols .col{
		float:none;
		display: block;
		margin:0 0 10px 0;
	}

	.et_cols.col2 .col{
		width:100%;
	}

	.et_cols.col3,.et_cols.col4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.et_cols.col3 .col,.et_cols.col4 .col{
		width:49%;
	}
}

.full .entry h3 {
	background:none;
	width:100%;
	padding:5px 0 3px 12px;
	border-left:7px solid #000;
}
@media only screen and (max-width: 767px) {
	.full .entry h3 {
		box-sizing: border-box;
		padding:5px 0 3px 12px;
	}
}


.full .et_cols{
	margin:0 -20px 30px 0;
	width: 960px;
}

.full .et_colsIn{
	width: 980px;
	overflow: hidden;
	_zoom: 1;
}

.full .bg_2 .et_colsIn{
	width: 950px;
}

.full .et_cols .col{
	float:left;
	display: inline;
	margin:0 20px 0 0;
}

.full .et_cols.col2 .col{
	width:470px;
}

.full .et_cols.col3 .col{
	width:306px;
}

/*写真を並べるレイアウト用に4Columnのみ特殊*/
.full .et_cols.col4{
	margin-bottom: 10px;
}

.full .et_cols.col4 .col{
	width:232px;
	margin-right: 12px;
}

/*232*/
@media only screen and (max-width: 767px) {
	.full .et_cols{
		margin:0 auto 20px auto;
		width: 100%;
	}

	.full .et_colsIn{
		width: 100%;
	}

	.full .bg_2 .et_colsIn{
		width: 100%;
	}

	.full .et_cols .col{
		float:none;
		display: block;
		margin:0 0 10px 0;
	}

	.full .et_cols.col2 .col{
		width: 100%;
	}

	.full .et_cols.col3 .col{
		width: 100%;
	}

	/*写真を並べるレイアウト用に4Columnのみ特殊*/
	.full .et_cols.col4{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.full .et_cols.col4 .col{
		width:49%;
		margin-right: 0;
	}
}
