@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.1em;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
}
textarea{
	width:90%;
}
input.submit{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}


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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #022f59;
}

a:visited {
	color: #022f59;
}

a:active {
	color: #022f59;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
	background-image: url(../../../../kts_comp/css/common/img/header_bk.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
}

/*------------------------------------------------------------
	ヘッダー | TOP
------------------------------------------------------------*/



/*------------------------------------------------------------
	ヘッダー | 下層
------------------------------------------------------------*/
#kasou #gHeader {
	margin-bottom: 15px;
	min-height: 265px;
	position: relative;
}



#kasou #gHeader .pageTitle {
	padding-left: 70px;
	position: absolute;
	top: 69px;
	left: 50%;
}

#kasou #gHeader .scroll {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#kasou #gHeader .scroll .title {
	margin-top: -5px;
	padding: 10px 0 0 8px;
	height: 40px;
	background: url(../../../../kts_comp/img/common/scroll_open.png) no-repeat right 9px, url(../../../../kts_comp/img/common/scroll_obi.png) no-repeat center 5px, url(../../img/common/scroll.png) repeat-x;
	-webkit-background-size: 79px 34px, 32px 43px, 13px 50px;
	background-size: 79px 34px, 32px 43px, 13px 50px;
}

#kasou #gHeader .scroll .title.open {
	background: url(../../../../kts_comp/img/common/scroll_close.png) no-repeat right 8px, url(../../img/common/scroll.png) repeat-x;
	-webkit-background-size: 79px 34px, 13px 50px;
	background-size: 79px 34px, 13px 50px;
}

#kasou #gHeader .scroll #gNavi {
	margin: 0 0 -5px auto;
	padding: 15px 0 20px;
	background: url(../../../../kts_comp/img/common/scroll_bg_left.png) no-repeat, url(../../../../kts_comp/img/common/scroll_bg_right.png) no-repeat right top, url(../../img/common/scroll_bg.png);
	-webkit-background-size: 125px 100px, 170px 207px, 160px 160px;
	background-size: 125px 100px, 170px 207px, 160px 160px;
	display: none;
}

#kasou #gHeader .scroll #gNavi .guide {
	margin: 0 auto;
	width: 90%;
	float: none;
}

#kasou #gHeader .scroll #gNavi .guide li {
	padding: 0;
	width: 20%;
	text-align: center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding-top: 0px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10px 0 0;
	background: #161616;
	border-top: 1px solid #161616;
	position: relative;
	color: #fff;
}

#gFooter:before {
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#gFooter .mode {
	padding: 14px 0 10px 15px;
	height: 30px;
	float: left;
}

#gFooter .pageTop {
	padding-right: 15px;
	float: right;
}

#gFooter .pageTop a {
	padding: 14px 15px 0;
	width: 110px;
	height: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.15);
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

#gFooter .pageTop a:before {
	margin-top: -4px;
	width: 10px;
	height: 8px;
	background: url(../../img/common/sprite_icon.png) no-repeat 0 -88px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 13px;
	content: "";
}

#gFooter .copyright {
	padding: 5px;
	background: #000;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1rem;
}
