/*---------------------------------
add css standard start
--------------------------------*/
 
img {
    max-width: 100%;
}
 
table {
    width: 100%;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both {
    clear: both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
#jemcci_head {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F27C00;
	padding-top: 10px;
	padding-bottom: 5px;
}
header h1 {
	margin-bottom: 10px;
}
header {
	text-align: center;
}
section h2 {
	text-align: center;
	background-color: #E7260C;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
aside h2 {
	text-align: center;
	background-color: #E7260C;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom:0px;
}

section p {
	line-height:1.6em;
}
.contBox {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-size:14px;
}
.aboutTxt {
	padding-right: 80px;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 72px;
}
.btn_img {
	width: 100%;
	text-align: center;
}
.contListBox {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size:14px;
}
/* サムネイルつき矢印リスト */
.contListBox ul{
	margin-bottom:20px;
}
.contListBox ul li{
	display:table;
	width:100%;
}
.contListBox ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8D7D;
}
.contListBox ul li a{
	display: block;
	padding: 7px;
	position: relative;
	color: #000;	
}
.contListBox ul li figure{
	display: table-cell;
	vertical-align: top;
	width: 110px;
	padding-right: 10px;
	line-height: 0.1em;
	font-size: 1px;
}

.contListBox ul li figure img{
	width:110px;
	height:auto;
}
.contListBox ul li div{
	display: table-cell;
	vertical-align: top;
}
.listcontent p {
	margin: 0px;
}
.omolistTtl {
	background-color: #ffe0dc;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: 0.5em;
}
.omolistCopy {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	padding-top:4px;
	padding-left:6px;
	font-size:13px;
	font-weight: bold;
}
.omolistTxt {
	padding-top:4px;
	padding-left:6px;
	font-size:12px;
}
.newsListBox {
	background-color: #FFEBE8;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9788;
	font-size: 14px;
	padding-top: 10px;
}
.newsListBox ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.newsListBox li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height:1.6em;
}
.newsListBox li:last-child{
	border-bottom-style: none;
}
.newsListBox li span{
	font-size: 12px;
	color: #666;
}
.linkarrow {
	padding-left: 10px;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
#pagetop {
	text-align: center;
	background-color:#fb7600;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fd9830', endColorstr = '#fb7600');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fd9830', endColorstr = '#fb7600')";
	background-image: -moz-linear-gradient(top, #fd9830, #fb7600);
	background-image: -ms-linear-gradient(top, #fd9830, #fb7600);
	background-image: -o-linear-gradient(top, #fd9830, #fb7600);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fd9830), to(#fb7600));
	background-image: -webkit-linear-gradient(top, #fd9830, #fb7600);
	background-image: linear-gradient(top, #fd9830, #fb7600);
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#pagetop a {
	display:block;
	color: #FFF;
	text-shadow: 1px 1px 1px #c55d00;
	font-size:14px;
}
#pagetop p {
	display: inline-block;
	background-image: url(../images/pagetoparrow.png);
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 20px;
	background-position: left 2px;
}
footer p {
	font-size:12px;
	margin-left:10px;
	line-height:1.4em;
}
footer dt {
	float:left;
	width:5.5em;
}
footer dt p{
	font-weight:700;
}
footer dd {
	clear:right;
	margin-left:5em;
}
address {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* ページ送り
------------------------------------------------------------------------------------------*/
#list_navi {
	margin: 40px 0;
	text-align: center;
}
#list_navi a {
	border: 1px solid #eee;
	padding: 7px 10px;
	background-color: #cde1f6;
}
#list_navi span {
		background: #cde1f6;
		border: 1px solid #eee;
		padding: 7px 10px;
}
#list_navi span.current_page {
	border: 1px solid #eee;
	color: #ffffff;
	padding: 7px 10px;
	background-color: #0058b4;
}
#list_navi span a {
			background: none;
			border: none;
			padding: 0;
}
.bnrM10 {
	margin-top:10px;
}