@charset "utf-8";
/* ---------------------------------------------------------
common
----------------------------------------------------------*/


.release span {
	padding: 6px 10px 4px;
	color: #F00;
	font-weight: bold;
	border: #F00 1px solid;
}


/* ---------------------------------------------------------
navi_page
----------------------------------------------------------*/

ul.navi_page li {
	border-right: 1px solid #333;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 20px;
}
ul.navi_page li em {
	margin: 0 5px;
	padding: 3px 6px 3px 3px;
	color: #000;
	font-size: 0.8em;
	border: #000 1px solid;
	vertical-align: middle;
}
ul.navi_page li a {
	color: #333;
}
ul.navi_page li a:hover {
	color: #999;
	text-decoration: none;
}
ul.navi_page li:first-child {
	border-left: 1px solid #333;
}
 @media only screen and (max-width:640px) and (max-device-width:1280px) {
ul.navi_page {
	width: 100%;
	padding: 0 10px;
}
ul.navi_page li {
	border-right: none;
	display: inline-block;
	margin: 0 0 0px;
	padding: 0 20px 0 30px;
	line-height: 1.8;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
ul.navi_page li a {
	color: #333;
	text-decoration: none;
}
ul.navi_page li:first-child {
	border-left: none;
}
ul.navi_page li a:before {
	padding: 0 5px 0 0;
	color: #666;
	content: " \f107";
	font-size: 17px;
	font-family: FontAwesome;
}
}

.r_image {
	margin: 15px auto 10px;
}

sup {
	font-size: small !important;
}

.onlyPc {
	display: block;
}

.onlySp {
	display: none;
}

.button {
	margin: 15px auto 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.button {
		margin: 15px auto 50px;
		text-align: center;
	}

	.onlyPc {
		display: none;
	}
	
	.onlySp {
		display: block;
	}
}

.m10 {
	margin-top: 10px;
}
.m15 {
	margin-top: 15px;
}

.ex_hikari {
	width: 100px;
	height: auto;
}

.ex_hikari img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.mod_headerbar_in_nav_category ul.halfUL{
    width: 44%;
}

/* セクション上部余白 */
#k,#l {
	margin-top: 0px !important;
	padding-top: 30px;
}

#sectionContents .ex_marginB0{
	margin-bottom:0px!important;
   }
   #sectionContents .ex_marginBS{
	margin-bottom:10px!important;
   }
   #sectionContents .ex_marginBM{
	margin-bottom:20px!important;
   }
   #sectionContents .ex_marginT0{
	margin-top:0px!important;
   }
   #sectionContents .ex_marginTSS{
	margin-top:5px!important;
   }
   #sectionContents .ex_marginTS{
	margin-top:10px!important;
   }
   #sectionContents .ex_marginTM{
	margin-top:20px!important;
   }
   #sectionContents .ex_marginTL{
	margin-top:30px!important;
   }
   
.mod_section .title-number {
	margin-bottom: .8em;
	padding: 4px;
	font-size: 1.5em;
	font-weight: bold;
	background: #e7e7e7;
}

.mod_section .title-number .number,
.mod_section .title-number .text {
	display: table-cell;
	vertical-align: middle;
}

.mod_section .title-number span {
	padding: .3em .6em;
}


/* layout(contents) ----------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.ratio1-1 .left,
.ratio1-1 .right {
	width: 463px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	.ratio1-1 .left,
	.ratio1-1 .right {
		width: 100%;
	}
}

/* ex_clearfix
-----------------------------------------*/
.ex_clearfix:after {
	content: "";
	clear: both;
	display: block;
 }

 #sectionContents p {
	line-height: 1.5;
 }