/*
Theme Name: KYO-FUKUSHI
Theme URI:
Author: the WordPress team
Author URI:
Description:
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kyo-fukushi

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	color: black;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-size: 14px;
    line-height: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
p {
	font-size: 14px;
}

a {
    margin:0;
    padding:0;
    border:0;
    color: black;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.ar {
	text-align: right;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
span.general,
.bbox {
	background-color: #01A0C7;
}
span.active,
.gbox {
	background-color: #1EA711;
}
span.entire,
.rbox {
	background-color: #DD3232;
}
span.smile,
.obox {
	background-color: #FF6600;
}

body {
	border-top: 5px solid #01A0C7;
}

header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 980px;
	height: 99px;
}
header > h1 {
	margin-left: 1px;
	margin-top: 20px;
	margin-bottom: 6px;
}

nav#headnav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-top: 17px;
}
nav#headnav ul li {
}
nav#headnav ul li a {
	font-size: 14px;
	text-decoration: none;
}
nav#headnav ul li:nth-child(1) {
	margin-top: 23px;
	margin-bottom: 15px;
	padding-left: 14px;
}
nav#headnav ul li:nth-child(1) a:hover {
	font-weight: bold;
}
nav#headnav ul li:nth-child(2) {
	margin-top: 23px;
	margin-bottom: 15px;
}
nav#headnav ul li:nth-child(2) a {
	height: 25px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav#headnav ul li:nth-child(3) a:hover {
	color: white;
	background-color: #4BBCD7;
}
nav#headnav ul li:nth-child(3) {
	margin-top: 14px;
	margin-bottom: 15px;
}
nav#headnav ul li:nth-child(3) a {
	display: block;
	width: 116px;
	height: 43px;
	line-height: 43px;
	margin-top: 0;
	margin-left: 10px;
	background-color: #34B3D2;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav#headnav ul li:nth-child(3) a span {
	padding-left: 25px;
	color: white;
	background: url('./images/icon-lock2.png') no-repeat left top 2px;
}
nav#headnav ul li:nth-child(3) a.logout_btn {
	position: relative;
}
nav#headnav ul li:nth-child(3) a#logoutbox {
	display: none;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	color: white;
	border-top: 1px solid #85D2E4;
	position: absolute;
	text-decoration: underline;
	z-index: 100;
}
nav#headnav ul li:nth-child(3) a.logout_btn > span {
	padding-left: 0;
	background: none;
}
nav#headnav ul li.searchform {
	clear: both;
}
#gsearch input.textform {
	padding-left: 5px;
	width: 272px;
	height: 21px;
	border: 1px solid #c2c2c2;
}
nav#mainnav {
	clear: both;
	height: 50px;
	margin-bottom: 20px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #01A0C7;
}
nav#mainnav ul {
	display: block;
	margin: 1px auto 0;
	width: 980px;
	height: 49px;
}
nav#mainnav ul li {
	float: left;
	height: 49px;
	margin-right: 1px;
	line-height: 50px;
	background-color: white;
	text-align: center;
}
nav#mainnav ul li a {
	padding: 0 10px 0 35px;
	display: block;
	height: 49px;
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
nav#mainnav ul li:nth-child(1) a { background: url('./images/icon-gm01.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(2) a { background: url('./images/icon-gm02.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(3) a { background: url('./images/icon-gm03.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(4) a { background: url('./images/icon-gm04.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(5) a { background: url('./images/icon-gm05a.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(6) a { background: url('./images/icon-gm06.png') no-repeat left 10px center; }
nav#mainnav ul li:nth-child(6) a { padding: 0 10px 0 42px; }
nav#mainnav ul li a.current,
nav#mainnav ul li a:hover {
	color: white;
	background-color: #01A0C7;
}

div.brand-main     h2 { background-image: url('./images/brand-icon-main.png') }
div.brand-general  h2 { background-image: url('./images/brand-icon-general.png') }
div.brand-pickup   h2 { background-image: url('./images/brand-icon-pickup.png') }
div.brand-service  h2 { background-image: url('./images/brand-icon-service.png') }
div.brand-download h2 { background-image: url('./images/brand-icon-download.png') }
div.brand-faq      h2 { background-image: url('./images/brand-icon-faq.png') }
div.brand-link     h2 { background-image: url('./images/brand-icon-link.png') }
div.brand-contact  h2 { background-image: url('./images/brand-icon-contact.png') }

div#contents-wrapper {
	clear: both;
	margin: 40px auto 60px;
	width: 980px;
}

div#banarea {
	clear: both;
	height: 70px;
	padding: 10px 21px;
	margin-bottom: 60px;
	border: 1px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div#banarea li {
	float: left;
    list-style:none;
    margin-left: 16px;
}
div#banarea li:first-child {
    margin-left: 0;
}
a.bigbutton {
	clear: both;
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #DFF3F8;
}
a.bigbutton:hover {
	background-color: #4BBCD7;
}
a.bigbutton span {
	font-size: 16px;
	line-height: 18px;
	padding-left: 29px;
	background: url('./images/icon-arrow-right.png') no-repeat left top 2px;
}
a.bigbutton:hover span {
	color: white;
}
div#totop {
	clear: both;
	height: 45px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #11A6CB;
}
div#totop a {
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	background-color: #DFF3F8;
	cursor: pointer;
}
div#totop a > span {
	padding-left: 28px;
	font-size: 16px;
	background: url('./images/icon-arrow-up.png') no-repeat left;
}
div#totop a:hover {
	background-color: #4BBCD7;
}
div#totop a:hover span {
	color: white;
}

footer {
	padding-top: 18px;
	height: 90px;
	background-color: #01A0C7;
	border-bottom: 1px solid #11A6CB;
}
footer div {
	margin: 0 auto;
	width: 980px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
nav#footnav {
	margin-bottom: 20px;
}
nav#footnav ul {
}
footer p {
	color: white;
	text-align: center;
}
nav#footnav ul li {
	display: inline;
	line-height: 16px;
}
nav#footnav ul li a {
	color: white;
	font-size: 14px;
	padding-left: 13px;
	margin-right: 20px;
	text-decoration: none;
	background: url('./images/icon-arrow-r.png') no-repeat left;
}
nav#footnav ul li a:hover {
	font-weight: bold;
}


div#loginwindow {
	width: 333px;
	height: 370px;
	border: 10px solid #0BA4C9;
	padding: 31px 53px 77px 52px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div#loginwindow h3 {
	border: 0;
	padding: 0;
	margin: 40px 0 0 0;
	font-size: 24px;
}
div#loginwindow p {
	margin-top: 10px;
	line-height: 30px;
}
div#loginwindow input[type="text"],
div#loginwindow input[type="password"] {
	padding: 2px 10px;
	width: 311px;
	height: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c2c2c2;
}
div#loginwindow input[type="submit"] {
	margin: 30px 0;
	width: 333px;
	height: 30px;
	background-color: #FFC106;
	border: 0;
	border-bottom: 1px solid #D5D5D5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.popup {
	display: none;
	position: fixed;
	top: 120px;
	left: 50%;
	background-color: #fff;
	overflow: hidden;
	z-index: 101;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	z-index: 100;
}
div#pankuzu {
	clear: both;
	height: 56px;
	border-top: 1px solid #D3D3D3;
	background: #EFEFEF;
}
div#pankuzu ul {
	margin: 0 auto;
	width: 980px;
}
div#pankuzu ul li {
	padding-right: 45px;
	line-height: 56px;
	display: inline;
	list-style-type: none;
	background: url('./images/pankzu-line.png') no-repeat right 10px center;
}
div#pankuzu ul li span {
	font-weight: normal;
}
div#pankuzu ul li a {
	font-size: 14px;
	text-decoration: none;
}
div#pankuzu ul li a:hover {
	text-decoration: underline;
}
div#pankuzu ul li.current {
	font-size: 14px;
	font-weight: bold;
	color: #01A0C7;
	background: none;
}
div#left-block > p,
div#single-block > p,
div#contents-block > p {
	line-height: 24px;
}
div#left-block h3,
div#single-block h3,
div#contents-block h3 {
	clear: both;
	padding-top: 8px;
	padding-left: 38px;
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 20px;
	min-height: 29px;
	font-weight: bold;
	border-bottom: 2px solid #01A0C7;
	background: url('./images/cb-h3-head.png') no-repeat left top;
}
div#left-block h3:first-child,
div#single-block h3:first-child,
div#contents-block h3:first-child {
	margin-top: 0;
}

div#left-block h4,
div#single-block h4,
div#contents-block h4 {
	clear: both;
	padding-top: 1px;
	padding-left: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #01A0C7;
	background: url('./images/cb-h4-head.png') no-repeat left top;
}
div#left-block h5,
div#single-block h5,
div#contents-block h5 {
	clear: both;
	padding-top: 1px;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 15px;
	font-weight: bold;
	border-bottom: 1px solid #01A0C7;
	background: url('./images/cb-h5-head.png') no-repeat left top;
}

div#side-block h3 {
	padding-left: 22px;
	font-size: 16px;
	color: white;
	line-height: 55px;
	font-weight: bold;
	border-bottom: 1px solid white;
	background: #01A0C7 url('./images/sb-h3-head.png') no-repeat left 7px center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
div#side-block h4 {
	padding-left: 22px;
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	border-top: 2px solid #01A0C7;
	background: white url('./images/sb-h4-head.png') no-repeat left 7px center;
}
div#side-block h4:first-child {
	border-top: none;
}
div#side-block li {
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
}
div#side-block ul li a {
	display: block;
	padding: 20px 0 20px 22px;
	width: 194px;
	font-size: 14px;
	line-height: 16px;
	background: #FFFFFF url('./images/icon-arrow-r.png') no-repeat left 7px top 21px;
	border-bottom: 1px solid white;
}
div#side-block ul#infoside li a {
	padding-bottom: 10px;
}
div#side-block ul#infoside li a p {
	margin-top: 4px;
	color: #6D6D6D;
	line-height: 16px;
	text-align: right;
}
div#side-block ul li a.current,
div#side-block ul li a:hover {
	background-color: #DFF3F8;
}
#loginwindow p.error {
	color: red;
	text-align: center;
}




img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div#postpager {
	margin: 30px auto;
	text-align: center;
}
div#postpager ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px;
}
div#postpager ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #DFF3F8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
div#postpager ul li a:hover {
	text-decoration: none;
}
div#postpager ul li.first a {
	margin-right: 19px;
	color: #4BBCD7;
	font-weight: bold;
}
div#postpager ul li.last a {
	margin-left: 19px;
	color: #4BBCD7;
	font-weight: bold;
}
div#postpager ul li.current a {
	background-color: #4BBCD7;
	color: white;
	font-weight: bold;
}
td.expire input[type="text"] {
	width: 100px!important;
}