@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2014-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/
.attention {color:#ed2e2e;}
h3 span.attention {font-size:84.6%;}

.new {
	margin-left:10px;
	background:#ff0000;
	padding:2px 2px 0px 2px;
	color:#ffffff!important;
	border-radius: 4px;
	font-size:80%;
}
ul.link02_pr { margin:0; padding:0; }  
.link02_pr li {
	background: url(/wp-content/themes/ktc/images/common/icon_arrw_02.png) no-repeat 12px .4em;
	padding: 2px 14px 1px 22px;
	margin-bottom:10px;
}
.link02_pr a {
	display:block;
}
.link02_pr li:hover {
	background:url(/wp-content/themes/ktc/images/common/icon_arrw_02.png) no-repeat 12px .4em #f7c7ca;
}
.listBlank {
background: url(/wp-content/themes/ktc/images/common/link_blank.png) no-repeat 100% .2em;
padding-right: 18px;
}
.download {font-weight:bold; font-size:100%!important;}
#pdfList {
	margin-top: 5px;
}
.flyer ul {
	clear:both;
	margin-left: -8px;
}
.flyer #pdfList > li,
.flyer #pdfList-en > li{
	display: block;
	width: 168px;
	float: left;
	border: 1px solid #999;
	text-align: center;
	margin: 0 0 15px 8px;
	color: #000;
	position:relative;
	background-color: #fff;
}


.flyer #pdfList > li a,
.flyer #pdfList-en > li a{
	display:block;
	padding: 6px;
	background-color: #fff;
}
.flyer #pdfList > li a:hover,
.flyer #pdfList-en > li a:hover {
	display:block;
	text-decoration:none;
}
.flyer #pdfList > li > a:hover,
.flyer #pdfList-en > li > a:hover {
	background-color:#fdd;
}
.flyer #pdfList > li img,
.flyer #pdfList-en > li img {
	margin-bottom: 5px;
}

.flyer #pdfList > li p,
.flyer #pdfList-en > li p {
	margin-bottom:4px;
}
.flyer #pdfList-en > li > .flyer_name-en > ul > li {
	text-align: left!important;
	margin-bottom: 10px;
	list-style-type: none;
}
.flyer #pdfList.enpage p {
	margin: 0px 0px 4px 2px;
}

.flyer_name {
	font-weight:bold;
	margin-bottom:5px;
	display: block;
}
.flyer_name-en {
	margin-bottom:5px;
	display: block;
}
.flyer_description {
	background:#e3e3e3;
	padding:4px;
	margin-bottom:6px;
	display: block;
}


@media screen and (max-width:1024px){
	.flyer_description_note {
		display:none;
		text-align:left
	}
	.flyer ul {
		margin-left: -1%;
	}
	.flyer li {
		margin-left: 1%;
		width: 23%;
		font-size: 14px;
	}
}

/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#keyVisualSec:after,
.topSec01:after,
.topSec02:after,
.itemList:after,
.flyer ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#keyVisualSec,
.topSec01,
.topSec02,
.itemList,
.flyer ul {
	*zoom: 1;
}