/*
Theme Name: micro mim japan (taisei kogyo)
Author: 
Author URI: 
Description: micro mim japan web site
Version: 1.0
*/

@import url("./search.css");

/*--------------------------------------------------------------
	common
--------------------------------------------------------------*/
html {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color:#444445;
	line-height:1.785em;
	background-color: #F7F7F7;
	font-weight: normal;
}
html {
	margin-top: 80px;
}
@media screen and (min-width: 992px) {
	html {
		margin-top: 104px;
	}
}

body {
}

h1{ font-size:24px; font-weight:normal; }
h2{ font-size:18px; font-weight:normal; }
h3{ font-size:16px; font-weight:normal; }
h4{ font-size:14px; font-weight:normal; }

p{
	margin:0; padding:0;
	font-size:14px;
}
p.small{
	font-size:12px !important;
}
ul,ol{
	margin:0; padding:0;
	list-style: none;
}
a, a:link{
	text-decoration: none;
	color:#444445;
}
a:hover{
	opacity: 0.7;
}

.container{
	max-width:1140px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.ta-l{ text-align:justify !important; }
.ta-c{ text-align:center !important; }
.ta-r{ text-align:right !important; }

.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pc{display:none;}
.sp{display:block;}



/*--------------------------------------------------------------
	header
--------------------------------------------------------------/
/*header*/
header {
	background-color: #E20F1C;
}
header .container{
	position: relative;
	min-height: 80px;
	padding: 5px;
	overflow: visible;
}

header h1.logo{
	display: inline-block;
	margin-top: 30px;
	margin-left: 15px;
	
}
header h1.logo img {
	width: auto;
	max-width: 150px;
}
header nav.sp{
	margin-top:0px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
header nav.sp button{
	position:absolute;
	right: 15px;
	top: 36px;
}
header nav.sp button span{
	color:#fff;
}

header nav.sp ul{
	width: 100%;
	margin-top: 80px;
	background-color: #E20F1C;
}
header nav.sp ul li:first-child{
	border-top: solid 1px #fff;
}
header nav.sp ul li{
	width: 100%;
	padding: 10px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
header nav.sp ul li a{
	display: block;
	color: #fff;
	text-align: center;
}
	header nav.sp ul li.li-child{
		font-size: 18px;
		padding: 0;
		font-weight: normal;
	}

header .btn{
    width: 60px;
    padding: 0.2em;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
}
@media screen and (min-width: 370px) {
	header .btn {
		width: 80px;
		font-size: 12px;
	}
	header h1.logo img {
		width: auto;
		max-width: none;
	}
}

	header .btn.ja,
	header .btn.ja a{
		color: #fff;
	}
	header .btn.en{
		color: #c50d1b;
	}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
	border-radius: 2px;
	padding: 2px 3px;
}
.navbar-toggler-icon {
	width: 1.3em;
	height: 1.3em;
}
.navbar-toggler {
	padding: .25rem .5rem;
	font-size: 1.5rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 0;
}

/* btn-area */
.btn-area{
	float: right;
	/*margin-right: 10px;*/
}

/* search form */
.search{
	position: absolute;
	top: 45px;
	right: 15px;
}
	.searchform{
		margin-right: 0;
		width: 250px;
	}
	.form-icon{
		display: none !important;
	}
	.search-btn {
    position: absolute;
    top: 35px;
    right: 102px;
    background-color: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
		z-index: 10;
	}
	.s{
		width: 100%;
		border: solid 1px #D6D6D6;
		margin: 45px 0 0;
		padding: 0.5em 10px;
		box-sizing: border-box;
		height: 36px;
		border-radius: 4px;
		font-size: 13px;
		transform: translateY(-500%);
		position:relative;
		z-index: 999;
	}
	.s.input-show{
		transform: translateY(0);
	}
	.searchsubmit{
		display: none;
	}
.search a:link,
.search a:hover{
	color: #E20F1C;
	background-color: transparent;
	opacity: 1;
}
.bs-icon {
	display: none;
}


/* contact-btn */
.contact-btn{
	position: absolute;
	top: 35px;
	right: 59px;
	background-color: #fff;
	display: block;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
	z-index: 999;
}
.contact-btn a{
	color:#E20F1C;
	font-size: 1.5em;
}

@media screen and (min-width: 768px) {
/* 768px以上 */
	.pc{display:block;}
	.sp{display:none;}
	
	.btn-area{
		margin-right: 0;
	}
	/*header*/
	header {
		background-color: #E20F1C;
	}
	header .container{
		position: relative;
		padding: 5px 15px;
	}
	header h1.logo{
		margin-top: 5px;
		margin-left: 0;
	}
	header .btn{ 
		height: 26px;
		margin-top: 5px;
		margin-left: 10px;
	}
	header nav.pc{
		float: right;
	}
	header nav.pc ul{
		margin-bottom: 15px;
		/*overflow: hidden;*/
	}
	header nav.pc ul li{
		font-size: 14px;
		font-weight: 500;
		float: left;
		border-right: solid 1px #fff;
	}
	header nav.pc ul li a {
		padding: 0 8px;
		box-sizing: border-box;
		display: inline-block;
		color:#fff;
	}
	header nav.pc ul li.contact{
		border-right: none;
	}
	header nav.pc ul li.contact a{
		padding-right: 0;
	}
	header nav.pc ul li.contact a i {
		margin-left: 5px;
	}
	
	/* nav dropmenu -----------------*/
	header nav #normal li ul.child{
		margin-top: 0;
		background-color: #E20F1C;
	}
	header nav #normal li ul.child li a:hover{
		opacity: 0.7;
	}

	header nav #normal li ul.child .internal-link:before {
			color: #fff;
	}
	header nav .dropmenu li ul.child,
	header nav .dropmenu li ul.child li,
	header nav .dropmenu li ul.child li a{
		margin: 0; padding: 0;
	}
	header nav .dropmenu li ul.child li,
	header nav .dropmenu li ul.child li a{
		width: 100%;
		height: auto;
		line-height: 1.0em;
	}
	header nav .dropmenu li ul.child li{
		width: 200px;
		white-space: nowrap;
		border-right: none;
	}
	header nav .dropmenu li ul.child li a{
		display: block;
		padding: 10px 5px;
	}

	/*--*/
		header nav .dropmenu{
			zoom: 1;
			list-style-type: none;
			padding: 0;
		}
		header nav .dropmenu:before,
		header nav .dropmenu:after{
			content: "";
			display: table;
		}
		header nav .dropmenu:after{
			clear: both;
		}
		header nav .dropmenu li{
			position: relative;
			float: left;
			text-align: center;
		}
		header nav .dropmenu li ul{
			list-style: none;
			position: absolute;
			z-index: 9999;
			top: 100%;
			left: 0;
			margin: 0;
			padding: 0;
		}
		header nav .dropmenu li ul{
			float: none;
		}
		header nav .dropmenu li ul li{
			float: none;
			width: 200px;
			padding: 10px 10px;
			line-height: 1.0em;
			text-align: left;
		}
		header nav #fade-in li ul{
			visibility: hidden;
			opacity: 0;
			transition: 0s;
		}
		header nav #fade-in li:hover ul{
			visibility: visible;
			opacity: 1;
		}
		header nav #fade-in li ul li a{
			visibility: hidden;
			opacity: 0;
			transition: .5s;
		}
		header nav #fade-in li:hover ul li a{
			visibility: visible;
			opacity: 1;
		}

		header nav #normal > li ul{
			display: none;
			background-color: #333;
		}
		header nav #normal > li ul a {
			color: #fff;
		}
		header nav #normal > li:hover ul{
			display: block;
		}
	/*-------------------------------*/
	
	/* search form */
	.search{
		position: absolute;
		top: 10px;
		right: 207px;
	}
		.searchform{
			width: 250px;
			margin-right: 0;
		}
	
	.form-icon{
		display: block !important;
	}
	/*.form-icon {*/
		 .bs-icon {
			 display: block !important;
			position: absolute;
			top: 0;
			right: 4px;
			padding: 5px;
			border: none;
			background-color: transparent;
			color: #E20F1C;
			z-index: 999;
		}
		.search-btn {
			display: none !important;
		}
		.s{
			width: 100%;
			border: solid 1px #fff;
			margin: 0;
			padding: 0.5em 10px;
			box-sizing: border-box;
			height: 26px;
			border-radius: 4px;
			font-size: 14px;
			transform: translateY(0);
		}

}
@media screen and (min-width: 992px) {
	/* 992px以上 */
	.pc{display:block;}
	.sp{display:none;}
	
	/*header*/
	header {
		background-color: #E20F1C;
	}
	header h1.logo{
		display: inline-block;
		float: left;
	}
	header nav.pc{
		float: right;
	}
	header nav.pc ul{
		margin-top: 15px;
	}
	header nav.pc ul li{
		font-size: 18px;
		font-weight: bold;
		float: left;
		border-right: solid 1px #fff;
	}
	header nav.pc ul li a{
		padding: 0 10px;
		box-sizing: border-box;
		display: inline-block;
		color:#fff;
	}
	header nav.pc ul li.contact{
		border-right: none;
	}
	header nav.pc ul li.contact a{
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
	kv
--------------------------------------------------------------/



/*--------------------------------------------------------------
	main
--------------------------------------------------------------/

/* 共通 */
body {
	color: #434343;
}
a:link, a:hover{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
img{width: 100%;}

/*flexslider override*/
.flexslider {
	border: none;
}

/*kv*/
#kv {
	min-height: 100px;
	margin: 0 auto 50px;
}

.bg-gray{
	background-color: #fbfbfb;
}


/* section 
------------------------------------*/
section {
	padding-top: 30px;
	padding-bottom: 30px;
}
section p{font-size: 14px;}
section h2
section h3{
	font-family: corbel;
	font-weight: bold;
}

.bg {
	background-image: url(images/h2_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
section h2{
	font-size: 25px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-image: url(images/t_logo.png);
	background-repeat: no-repeat;
	background-size: 40px;
	position: relative;
}
section h2:after,
section.bg-gray h2:after{
	position: absolute;
	bottom:-0.35em;
	right:10px;
}
section h2:after{
	content: url(images/bd_wave_w.png);
}
section.bg-gray h2:after{
	content: url(images/bd_wave_g.png);
}
section .news h2,
section .contact h2{
	font-size: 22px;
	padding-left: 0;
	color: #f03b3b;
	background-image: none;
}
section .news h2:before,
section .contact h2:before,
section .news h2:after,
section .contact h2:after{
	content:none;
}
section h3{
	font-size: 24px;
	text-align: center;
}

/*sec01*/
#sec01 {padding-top: 0;}
#sec01 h3{font-size: 20px;}
#sec01 p{font-size: 16px;}
#sec01 .p-img{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
#sec01 .messege{
	position: absolute;
	bottom:15px;
	right:0;
	color: #fff;
	text-shadow: 0 0 1px #000;
}
#sec01 .messege p{
	margin-bottom: 0;
	line-height: 1.5em;
}

/*sec02*/
#sec02 dl{
	padding: 15px;
	box-sizing: border-box;
	border: solid 1px #aaaaaa;
	background-color: #fff;
}
#sec02 dt{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #737373;
}
#sec02 dd{
	font-size: 18px;
}

/*sec03*/
#sec03 h3{
	border: solid 1px #aaaaaa;
	margin-bottom: 0;
	padding: 10px;
	box-sizing: border-box;
}
#sec03 dl{
	padding: 20px 5px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #aaaaaa;
	border-top: none;
}
#sec03 dt,#sec03 dd{
	font-size: 20px;
}
#sec03 dt{
	font-weight: bold;
	line-height: 1.0em;
}
#sec03 dd{
	font-weight: normal;
	line-height: 1.4em;
}

/*sec04*/
#sec04 h3{
	padding-bottom: 10px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
#sec04 p{
	font-size: 22px;
}
#sec04 dt{
	font-size: 20px;
	margin-bottom: 10px;
	text-indent: -0.9em;
	padding-left: 1.0em;
}
#sec04 dd.address{
	font-size: 16px;
	margin-bottom: 30px;
}

/*sec05*/
#sec05 .news{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 0 0 20px;
	text-align: center;
	border: solid 1px #4d4d4d;
}
#sec07 .news h2,
#sec07 .news p,
#sec05 .contact h2,
#sec05 .contact p{
	padding: 5px 15px;
	box-sizing: border-box;
	text-align: left;
}
#sec07 .news h2,
#sec05 .contact h2{
	border-bottom: solid 1px #4d4d4d;
	text-align: center;
}
#sec05 p,
#sec07 p{
	font-size: 20px;
}
#sec05 button,
#sec07 button,
.post .btn-randd {
	width:90%;
	margin: 0 auto;
	text-align: center;
	background-color: #4d4d4d;
}
#sec05 button a,
#sec07 button a,
.post .btn-randd a{
	font-size: 20px;
	padding: 15px;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
}
#sec05 button a:link,#sec05 button a:visited,
#sec07 button a:link,#sec07 button a:visited,
.post  .btn-randd a:link,.post  .btn-randd a:visited{
	color: #fff;
}
#sec07 .news,
#sec07 .twitter{
	margin-left: 15px;
	margin-right: 15px;
}
#sec07 .news,
#sec07 .twitter{
	margin-bottom: 30px;
	box-sizing: border-box;
	border: solid 1px #4d4d4d;
}
#sec07 .news button{
	margin: 0 auto 20px;
	width: 100%;
}
#sec07 .news button a{
	font-size:15px;
}

#sec05 .contact{
	padding: 0 0 20px;
	text-align: center;
	border: solid 1px #4d4d4d;
}
#sec05 .contact img{
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
}


/* footer
------------------------------------*/
footer nav ul{
	width: 100%;
	text-align: center;
	padding: 50px 0 10px;
}
footer nav ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
footer nav ul li:after{
	content: " / ";
}
footer nav ul li:last-child:after{
	content: none;
}
footer nav ul li a,
footer nav ul li a:link,
footer nav ul li a:visited{
	color:#000;
}
footer .f-logo{
	width: 100%;
	/*height: 100px;*/
	padding: 25px 0;
	box-sizing: border-box;
	background: #be0611; /* Old browsers */
	background: -moz-linear-gradient(top, #be0611 1%, #d8050d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #be0611 1%,#d8050d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #be0611 1%,#d8050d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0611', endColorstr='#d8050d',GradientType=0 ); /* IE6-9 */
	text-align: center;
}
footer .f-logo img{
	width: auto;
	height: auto;
}
.copyright{text-align: center;}


.toTop{
	position: fixed;
	bottom: 130px;
	right: 20px;
	font-size: 50px;
	display: inline-block;
}
.toTop a{
	color: #d0050f;
}


@media screen and (min-width: 576px) {
/* 576px以上 */
	section p{font-size: 16px;}
	section h2:after,
	section.bg-gray h2:after{
		position: absolute;
		bottom:-0.35em;
		left:250px;
	}
	
	/*sec01*/
	#sec01 h3{font-size: 20px;}
	#sec01 p{font-size: 20px;}
	#sec01 .p-img{
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}
	#sec01 .messege{
		position: absolute;
		bottom: 40px;
		right: 20px;
		color: #fff;
		text-shadow: 0 0 1px #000;
	}
	#sec01 .messege p{
		margin-bottom: 0;
		line-height: 1.5em;
	}
	#sec01 .messege p.on{
		padding-right: 50px;
	}
	#sec01 .messege p.down{
		padding-left: 50px;
	}
	
	footer nav{
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (min-width: 768px) {
	
	/*sec01*/
	#sec01 h3{font-size: 20px;}
	#sec01 p{font-size: 20px;}
	#sec01 .p-img{
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}
	#sec01 .messege{
		position: absolute;
		bottom: 70px;
		right: 20px;
		color: #fff;
		text-shadow: 0 0 1px #000;
	}
	#sec01 .messege p{
		margin-bottom: 0;
		line-height: 1.5em;
	}
	#sec01 .messege p.on{
		padding-right: 50px;
	}
	#sec01 .messege p.down{
		padding-left: 50px;
	}
	
	/*sec05*/
	#sec05 .contact button,
	.post .contact button{
		width: 30%;
	}
	#sec05 .contact img{
		padding-left: 35px;
		padding-right: 0;
		box-sizing: border-box;
	}
	/*sec07*/
	#sec07 .news-box{
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	#sec07 .news{
		max-width: 50%;
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 30px;
		padding: 0 0 20px;
		text-align: center;
		border: solid 1px #4d4d4d;
		float: left;
	}
	#sec07 .news button{
		width: 90%;
		margin: 0 auto;
	}
	#sec07 .news button a{
		font-size:20px;
	}
	#sec07 .twitter{
		max-width: 48%;
		margin-left: 1%;
		margin-right: 0;
		float: right;
	}	
}
@media screen and (min-width: 1200px) {
	
	/* section 
	------------------------------------*/
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section p{font-size: 18px;}
	section h2{
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 70px;
		padding-bottom: 10px;
		background-image: url(images/t_logo.png);
		background-repeat: no-repeat;
		background-size: 60px;
		position: relative;
	}
	section h2:after,
	section.bg-gray h2:after{
		position: absolute;
		bottom: -0.39em;
		left: 400px;
	}
	section h2:after{
		content: url(images/bd_wave_w.png);
	}
	section.bg-gray h2:after{
		content: url(images/bd_wave_g.png);
	}
	section .news h2,
	section .contact h2{
		font-size: 22px;
		padding-left: 0;
		color: #f03b3b;
		background-image: none;
	}
	section .news h2:before,
	section .contact h2:before,
	section .news h2:after,
	section .contact h2:after{
		content:none;
	}
	section h3{
		font-size: 24px;
		text-align: center;
	}

	/*sec01*/
	#sec01 h3{font-size: 28px;}
	#sec01 p{font-size: 24px;}
	#sec01 .p-img{
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}
	#sec01 .messege{
		position: absolute;
		bottom: 150px;
		right: 150px;
		color: #fff;
		text-shadow: 0 0 1px #000;
	}
	#sec01 .messege p{
		margin-bottom: 0;
		line-height: 1.5em;
	}
	#sec01 .messege p.on{
		padding-right: 100px;
	}
	#sec01 .messege p.down{
		padding-left: 100px;
	}

	/*sec02*/
	#sec02 dl{
		padding: 15px;
		box-sizing: border-box;
		border: solid 1px #aaaaaa;
		background-color: #fff;
	}
	#sec02 dt{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: bold;
		text-align: center;
		border-bottom: solid 1px #737373;
	}
	#sec02 dd{
		font-size: 18px;
	}

	/*sec03*/
	#sec03 h3{
		border: solid 1px #aaaaaa;
		margin-bottom: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	#sec03 dl{
		padding: 20px 5px;
		box-sizing: border-box;
		text-align: center;
		border: solid 1px #aaaaaa;
		border-top: none;
	}
	#sec03 dt,#sec03 dd{
		font-size: 20px;
	}
	#sec03 dt{
		font-weight: bold;
		line-height: 1.0em;
	}
	#sec03 dd{
		font-weight: normal;
		line-height: 1.4em;
	}

	/*sec04*/
	#sec04 h3{
		padding-bottom: 10px;
		text-align: left;
		border-bottom: solid 1px #ccc;
	}
	#sec04 p{
		font-size: 22px;
	}
	#sec04 dt{
		font-size: 20px;
		margin-bottom: 10px;
		text-indent: -0.9em;
		padding-left: 1.0em;
	}
	#sec04 dd.address{
		font-size: 16px;
		margin-bottom: 30px;
	}
	
}

/*newslist Whats New*/
.newslist dl{
	overflow: hidden;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}
#sec06 h2 .more {
	/*display: block;*/
	float: right;
	font-size: 14px;
	color: #df0c1f;
}
	#sec06 h2 .more a{
		/*display: inline-block;*/
	}
.newslist dt{
	margin: 10px 20px 10px 0;
	float: left;
}
.newslist dd.categories{
	width: 110px;
	margin-top: 10px;
	display: block;
	float: left;
	border-radius: 3px;
	background-color: #888;
	color:#fff;
	text-align: center;
}

.newslist dd.text{
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 15px;
	display: block;
	float: left;
	border-bottom: solid 1px #dbdbdb;
}
.newslist dd.text:last-child{
	border-bottom: none;
}

.event,
.newsletter,
.design-tips{
	width: 110px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}
.event{
	background-color: #df0c1f;
}
.newsletter{
	background-color: #4f4f4d;
}
.design-tips{
	background-color: #3d7dcc;
}


@media screen and (min-width: 768px) {
	.newslist dl{
		overflow: hidden;
		border-top: solid 1px #dbdbdb;
		border-bottom: solid 1px #dbdbdb;
	}
	.newslist dt{
		margin-right: 20px;
		float: left;
	}
	.newslist dd.categories{
		display: block;
		float: left;
	}
	.newslist dd.text{
		display: block;
		width: 100%;
		float: left;
	}
}

/*page common*/
.topic_title{
	max-height: 350px;
	padding-top: 15%;
	padding-bottom: 15%;
	background: url(images/img_title.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
.topic_date{
	font-weight: 700;
}
.topic_cate{
	width: 110px;
	margin-top: 10px;
	display: block;
	border-radius: 3px;
	color:#fff;
	text-align: center;
}
.topic_cate.event,
.newslist dd.categories.event{
	background-color: #e20f1c;
}
.topic_cate.newsletter,
.newslist dd.categories.newsletter{
	background-color: #888;
	display: block;
  border-radius: 3px;
}

.breadcrumb {
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff !important;
}
.breadcrumb li:first-child {
	margin-left: 0;
}
.breadcrumb li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #aaaaab;
}


/*post*/
section.post{
	padding-top: 0;
}
.post h1{
	font-size:24px;
	font-weight: 700;
}
.post h2{
	padding-top:20px;
	margin-bottom:40px;
	background-position: left center;
}
.post img{
	width: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.post .btn-randd {
	width:50%;
}


/*sidebar*/
.sidebar{
	padding-top: 50px;
}
.sidebar h3,
.sidebar h4{
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	border-bottom: solid 1px #e00b1e;
}
.sidebar h3 {
	margin-bottom: 25px;
}
.sidebar h4,
.sidebar h4 a,
.sidebar h4 a:link{
	color: #df0c1f !important;
	border-bottom: none;
}
.sidebar ul.list,
.sidebar ul.arc_list{
	margin-bottom: 40px;
}
.sidebar ul.list li,
.sidebar ul.arc_list li{
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
}
.sidebar ul.list li:first-child,
.sidebar ul.arc_list li:first-child{
	border-top: solid 1px #ccc;
}

.tags a {
	margin-right: 10px;
	padding: 5px 10px;
	white-space: nowrap;
	background-color: #4f4f4d;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
}
/*.tags a::before {
	content: '#';
}*/

/* pager */
.pager_links{
	width: 100%;
	margin: 50px auto;
	padding-top: 50px;
	background: url(images/bg_boder_single.png) repeat-x left top;
	text-align: center;
}
.pager{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #e50003;
	border-radius: 5px;
	text-align: center;
}
	.pager a{
		padding: 15px 50px;
		box-sizing: border-box;
		display: block;
		font-size: 14px;
		font-weight: 700;
		color: #fff !important;
	}
	.pager a:hover{
		opacity: 0.7;
	}

@media screen and (min-width: 1200px) {
	.sidebar h3,
	.sidebar h4{
		font-size: 24px;
	}
	.sidebar li{
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.post h1{
		font-size: 48px;
		font-weight: 700;
	}

	.archivePage {
		margin-top: 83px;
	}
}

.post.page {
	padding-top: 0;
}
.post.page h3 {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
}
.post.page h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.page .sec_cont img {
	max-width: 100%;
	width: auto;
}

.page .sec_cont img.aligncenter {
	margin-top:25px;
	margin-bottom: 25px;
}

.contact-table {
	width: 100%;
}
.contact-table-news {
	width: 100%;
	font-size: 120%;
}
.contact-table th span {
	display: inline-block;
	border-left: 5px solid #ccc;
	padding-left: 5px;
}
.contact-table th,
.contact-table td,
.contact-table-news th,
.contact-table-news td {
	display: block;
}
.contact-table th { margin-bottom: 10px; }
.contact-table td { margin-bottom: 25px; }
.contact-table-news th { margin-bottom: 10px; }
.contact-table-news td { margin-bottom: 25px; }
.contact-table th br { display: none; }
@media screen and (min-width: 768px) {
	.contact-table th,
	.contact-table td,
	.contact-table-news th,
	.contact-table-news td {
		display: table-cell;
		padding: 1em;
		vertical-align: top;
	}
	.contact-table th br { display: inline; }
}
.contact-table th span.required {
	border-left-color: #E20F1C;
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table textarea {
	width: 100%;
}

.contact-form input[type="submit"] {
	border: 0;
	border-radius: 4px;
	background: #e20f1c;
	color: #fff;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	padding: 0 2em;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.contact-table input.input-medium { width: 75%; }
	.contact-table input.input-small { width: 25%; }
}

/* application-item */
.application-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
.application-item:last-child,
.application-item:nth-child(3) {
	border-bottom: none;
}
.application-item img{
	width: 100%;
}
.application-item h3{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #df0c1f;
}
.application-item tr td:first-child,
.application-dtl tr td:first-child{
	font-weight: 700;
	padding-right: 30px;
}

/* application-dtl */
.application-dtl #slider1{
	margin-bottom: 0;
}
.application-dtl .slides li img{
	width: 100%;
}
.application-dtl #carousel1{
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.slides.thumb li {
    margin-left: 10px !important;
}
.application-dtl #carousel1 ul li:last-child{
	margin-right: 0;
}
.application-dtl table{
	width: 100%;
	padding-top: 40px;
	margin-bottom: 30px;
}

/*---*/
.slides.thumb li {
	width: 50px !important;
	margin-right: 10px !important;
	opacity: .4 !important;
}
.slides.thumb li.flex-active-slide {
	opacity: 1 !important;
}
/*---*/



@media screen and (min-width: 768px) {
	/* application-item */
	.application-item {
		overflow: hidden;
	}
	.application-item figure{
		width: 30%;
		float: left;
	}
	.application-item div{
		width: 70%;
		padding-left: 50px;
		float: left;
	}
	.application-item h3{
		text-align: left;
	}
	
	/* application-dtl */
	.application-dtl #slider1{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.application-dtl #carousel1 {
		width: 50%;
		margin: 0 auto;
	}
	.slides.thumb li {
			width: 50px !important;
			margin-left: 5px !important;
			margin-right: 5px !important;
			opacity: .4 !important;
	}	
}

.toTop a{font-size: 40px;}
