<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("setting.css");  

/* ----------------------------------------
	header
---------------------------------------- */

#description {
	width: 980px;
	height: 45px;
	margin: auto;
	color: #FFF;
	font-size: 12px;
	line-height: 45px;
}

#header {
	width: 920px;
	height: 60px;
	margin: auto;
	padding: 5px 30px 50px 30px;
	background: url(../img/common/header_bg.png) no-repeat;
}

h1 {
	padding: 10px 0;
	float: left;
}

h1 a,
h1 img {
	display: block;
}


/* ----------------------------------------
	header_link
---------------------------------------- */

#header_link {
	margin-bottom: 18px;
	margin-top: 15px;
	float: right;
}

#header_link li {
	margin-left: 20px;
	float: left;
}

#header_link a {
	display: block;
	padding-left: 17px;
	background: url(../img/common/allow.gif) no-repeat left center;
	color: #787878;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

#header_link a:hover {
	color: #00a5c8;
}


/* ----------------------------------------
	search
---------------------------------------- */

#search {
	width: 245px;
	height: 30px;
	margin-left: 20px;
	clear: right;
	float: right;
}

.gsc-control-cse {
	padding: 0 !important;
	border: 0 !important;
}

.gsc-search-box {
	margin: 0 !important;
}

.gsc-input-box {
	height: 28px !important;
}

.gsc-input-box-hover,
.gsc-input-box-focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#gs_tti50 {
	padding: 0 8px !important;
}

#gsc-i-id1 {
	height: 28px !important;
	background: none !important;
	color: #787878;
	font-size: 14px;
	line-height: 28px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.gsib_b {
	display: none !important;
}

.gsc-search-button {
	display: block !important;
	margin: 0 !important;
}

.gsc-search-button input {
	padding: 9px 20px 8px !important;
	border: 0 !important;
}

.gsc-above-wrapper-area,
.gcsc-branding {
	display: none !important;
}

.gsc-result .gs-title {
	height: 1.5em !important;
}


/* ----------------------------------------
	fontsize
---------------------------------------- */

#fontsize {
	height: 30px;
	color: #a5a5a5;
	font-size: 12px;
	line-height: 30px;
	float: right;
}

#fontsize span {
	display: block;
	float: left;
}

#fontsize ul {
	margin-left: 5px;
	float: left;
}

#fontsize  li {
	width: 24px;
	height: 30px;
	margin-left: 5px;
	background: url(../img/common/fontsize_bg.gif) no-repeat;
	text-align: center;
	float: left;
}

#fontsize  li a {
	display: block;
	width: 24px;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
}

#fontsize_s {
	color: #a5a5a5;
	font-size: 12px;
}

#fontsize_m {
	color: #00a5c8;
	font-size: 14px;
	font-weight: bold;
}

#fontsize_l {
	color: #a5a5a5;
	font-size: 16px;
}


/* ----------------------------------------
	copy
---------------------------------------- */

#copy {
	width: 1004px;
	height: 70px;
	padding: 100px 0 100px;
	margin: auto;
}
#copy img {
	display: none;
}


/* ----------------------------------------
	nav
---------------------------------------- */

#nav {
	width: 980px;
	height: 50px;
	margin: auto;
	overflow: hidden;
}

#nav li {
	margin: 10px 10px 0 0;
	float: left;
}

#nav li.last {
	margin-right: 0;
}

#nav li a,
#nav li img {
	display: block;
}


/* ----------------------------------------
	subnav
---------------------------------------- */

#subnav {
	width: 980px;
	height: 60px;
	margin: auto;
	padding-top: 10px;
	background: #fff url(../img/common/subnav_bg.gif) no-repeat center 50px;
}

#subnav li {
	border-left: 1px solid #e1e1e1;
	float: left;
}

#subnav li a,
#subnav li img {
	display: block;
}


/* ----------------------------------------
	contents
---------------------------------------- */

#contents {
	width: 880px;
	margin: auto;
	padding: 20px 50px 80px;
	background: #fff;
}

h2 {
	margin-bottom: 35px;
}

h2 img {
	display: block;
}

h3 {
	color: #0099D5;
	margin: 25px 0 15px;
	border-left: 6px solid #0099D5;
	font-size: 24px;
	padding: 4px 0 0px 10px;
	line-height: 32px;
}

h4 {
	margin-bottom: 10px;
	color: #0099D5;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	margin: 10px 0;
	color: #0099D5;
	font-size: 16px;
}

.line {
	margin: 50px 0;
}

.line img {
	display:block;
}

.img_center {
	display: block;
	margin: auto;
}

.section {
	position: relative;
}


/* ----------------------------------------
	btn_radius
---------------------------------------- */

.btn_radius {
	display: block;
	width: 415px;
	margin-top: 20px;
	background: #EBEBEB;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	text-decoration: none;
}

.btn_radius:hover {
	opacity: 0.7;
}

.btn_radius span {
	background: url("../img/common/btn_radius_arrow.png") left 2px no-repeat;
	padding-left: 25px;
	font-size: 18px;
	color: #009AD6;
	text-align: left;
	line-height: 45px;
}


/* ----------------------------------------
	common table
---------------------------------------- */

#contents table {
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#contents table th,
#contents table td {
	padding: 5px 3px;
	border-right: 1px solid #d2d2d2;
}

#contents table thead td,
#contents table thead th {
	background: #787878;
	color: #FFFFFF;
}

#contents table tbody th {
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
}

#contents table tbody tr.odd th,
#contents table tbody tr.odd td {
	background: #ebebeb;
}


/* ----------------------------------------
	footer
---------------------------------------- */

#footer {
	width: 920px;
	height: 126px;
	margin: auto;
	padding: 30px 30px 24px;
	background: url(../img/common/footer_bg.png) no-repeat;
	position: relative;
}

#footer li {
	float: left;
}

#footer dl {
	min-height: 90px;
	margin-right: 15px;
	padding-right: 20px;
	border-right: 1px solid #dcdcdc;
}

#footer li.last dl {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#footer dt,
#footer dd {
	height: 18px;
}

#footer a {
	display: block;
	padding-left: 17px;
	color: #787878;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

#footer a:hover {
	color: #00a5c8;
}

#footer dt a {
	background: url(../img/common/allow.gif) no-repeat left center;
	color: #323232;
	font-weight: bold;
}

#logo_group {
	position: absolute;
	bottom: 24px;
	right: 30px;
}

#copyright {
	width: 980px;
	height: 50px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
}


/* ----------------------------------------
	pagetop
---------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: -10px;
}

/* ----------------------------------------
	media
---------------------------------------- */

#media_inner{
	padding:0 50px 100px 50px;
}

#media_inner h2{
	font-size:14px;
	font-weight: bold;
	margin:40px 0 20px 0;
}

#media_inner p{
	padding-bottom: 40px;
	border-bottom: #787878 dotted 1px;
}</pre></body></html>