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

#header {
	/*border-bottom: 2px solid #E31B2B;*/
	height: 42px;
	background: url(https://www.kyocera.co.jp/s/images/header-bg.gif) repeat-x;
}


#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header h1 {
	float: left;
}

#header dl {
	float: right;
}

#header dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header dl dt {
	float: left;
	cursor: pointer;
}

#header dl dd {
	float: left;
	cursor: pointer;
}

#keyword {
	position: absolute;
	z-index: 1;
	top: 42px;
	display: none;
	width: 100%;
	text-align: center;
	background-color: #646464;
	padding: 20px 0;
	box-shadow: 0 8px 8px -8px #646464;
	-webkit-box-shadow: 0 8px 8px -8px #646464;
}

#keyword .close {
	width: 148px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D9D9D;
	cursor: pointer;
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#828282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
}

#keyword ul {
	width: 300px;
	margin: 0 auto 15px;
}

#keyword ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#keyword ul .search-input input {
	float:left;
	width: 230px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	font-size: 14px;

}


#keyword ul .search-btn input {
	float:left;
	width: 49px;
	height: 40px;
}

#keyword input {
	border-radius: 0;
	-webkit-border-radius: 0;
}


/* menu */
#menu {
	position: absolute;
	z-index: 1;
	top: 42px;
	display: none;
	width: 100%;
	background-color: #646464;
	padding: 20px 0;
	font-size: 14px;
	box-shadow: 0 8px 8px -8px #646464;
	-webkit-box-shadow: 0 8px 8px -8px #646464;
}

#menu a {
	display: block;
	padding: 10px 10px 10px 22px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	background: url(https://www.kyocera.co.jp/s/images/arrow-red-icon.png) 10px 50% no-repeat;
	background-size: 5px auto;
}

#menu .inner {
	margin: 0 10px;	
}

#menu .list {
	margin-bottom: 10px;
}

#menu .list li {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #DBDBDB;
}

#menu .close {
	width: 148px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D9D9D;
	cursor: pointer;
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#828282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
}

/* menu */

.top-line {
	border-top: 1px solid #DBDBDB;
}


#contents {
/*	padding-bottom: 10px;
	box-shadow: 0 -10px 10px -10px #C2C2C2 inset;
	-webkit-box-shadow: 0 -10px 10px -10px #C2C2C2 inset;*/
}

#page-section {
	padding: 13px 10px 10px;
	border-top: 1px solid #E5E5E5;
}

.fb-button {
	width: 100%;
	margin: 0 auto 13px;
	text-align: center;
	background: #7c92ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c92ba 1%, #546fa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7c92ba), color-stop(100%,#546fa4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c92ba 1%,#546fa4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c92ba', endColorstr='#546fa4',GradientType=0 ); /* IE6-9 */
}

.fb-button a {
	display: block;
	padding: 9px 0;
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}

.fb-button .icon {
    margin-right: 7px;
}

.fb-button .icon img {
	vertical-align: middle;
}

.column3-bnr {
	margin-bottom: 12px;	
}

.column3-bnr li {
	float:left;
	width: 32%;
	margin-right: 2%;
}

.column3-bnr li.last {
	margin-right: 0;	
}

.column3-bnr li img{
	width: 100%;
}

.column3-bnr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer-link .pagelist {
	margin-bottom: 15px;
	border-top: 1px solid #E5E5E5;
}

#footer-link .pagelist li {
	float:left;
	width: 50%;
	font-size: 12px;
	background: url(https://www.kyocera.co.jp/s/images/footer-icon.png) 10px 13px no-repeat;
	background-size: 5px auto;

}

#footer-link .pagelist li a {
	display: block;
	padding: 10px 0 10px 15px;
	padding-left: 22px;
	text-decoration: none;
	color:#333333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#footer-link .pagelist li a.odd {
	border-right: 0;
}

#footer-link .pagelist:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer-link .button {
	width: 210px;
	margin: 0 auto 17px;
	text-align: center;
	border-radius: 7px;
	border:1px solid #DDDDDD;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 1%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 1%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

#footer-link .button a {
	color:#333333;
    display: block;
	font-size: 14px;
    font-weight: bold;
	padding: 9px 0;
    text-decoration: none;
}

#footer-link .button .icon {
    margin-right: 7px;
}

#footer-link .button img {
	vertical-align: middle;
}

#footer {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}