@charset "UTF-8";

/* 基本設定 */

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

/* Base */
html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}

/* Links */
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
abbr[title] {
	border-bottom: 1px dotted;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
p {
	margin: 0;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* Lists */
dl,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol,
nav dl,
nav dd {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/* Embedded content */
img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
	overflow: hidden;
}

/* Figures */
figure {
	margin: 0;
}

/* Forms */
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
button,
input,
select,
textarea {
	margin: 0; /* 2 */
	font-size: 100%; /* 1 */
	vertical-align: baseline; /* 3 */
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* 3 */
	-webkit-appearance: button; /* 2 */
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 2 */
	box-sizing: border-box; /* 1 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
Common Styles
--------------------------------------------------------------*/
html {
	overflow-y: scroll; /* Firefox */
}
body {
	padding: 0;
	background: #FFF url(../images/bg_body.gif) center top repeat-x;
	color: #333;
	font: 78%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .05em;
	text-align: center;
}
a {
	color: #0088CC;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}

.clear { clear: both; }

/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* overflow */
.of {
	overflow: auto;
}

/* img */
img { line-height: 0;vertical-align: bottom; }
img.t { vertical-align: top; }
img.m { line-height: 0;vertical-align: middle; }
img.xb { vertical-align: text-bottom; }

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.textL { text-align: left !important; }
.textC { text-align: center !important; }
.textR { text-align: right !important; }

/* margin */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb14 { margin-bottom: 14px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

/* テキスト */
.fontB { font-weight: bold; }
.indent { padding-left: 1em;text-indent: -1em; }

/* Font Color */
.gray { color: #666; }
.red { color: #F00; }

/* Link */
.link {
	background: url(../images/icon_arrow.gif) 0 4px no-repeat;
	padding-left: 13px;
}

/* Title */
h2 {
	margin-bottom: 12px;
}
h3 {
	margin-bottom: 10px;
	padding: 0 13px 4px;
	background: url(../images/bar_h3.gif) left bottom repeat-x;
	color: #005BAC;
	font-size: 148%;
	font-weight: bold;
}
section .box,
section p {
	margin: 0 15px;
}
section .box p {
	margin: 0;
}

/*--------------------------------------------------------------
Wrapper
--------------------------------------------------------------*/
#wrapperBox {
	background: url(../images/bg_wrapper.png) center top repeat-y;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.fontS { font-size: 80%; }
.fontM { font-size: 100%; }
.fontL { font-size: 120%; }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
	width: 100%;
	height: 91px;
}
h1 {
	position: absolute;
	top: 34px;
	left: 208px;
	margin: 0;
	font-size: 0;
}
#logo {
	position: absolute;
	top: 16px;
	left: 20px;
}
header .right {
	margin: 65px 25px 0 0;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/
#gNavi {
	background: url(../images/navi_bg.gif) repeat-x;
	width: 100%;
	height: 43px;
}
#gNavi ul {
	float: left;
}
#gNavi li {
	position: relative;
	float: left;
}
#gNavi li:hover ul {
	display: block;
}
#gNavi a {
	display: block;
	overflow: hidden;
	height: 34px;
}
#gNavi li:hover img,
#gNavi li.current img {
	margin-top: -34px;
}
#gNavi li ul {
	display: none;
	position: absolute;
	top: 34px;
	width: 100%;
}
#gNavi li li {
	float: none;
	background-color: #DAF0F7;
	border-bottom: 1px solid #96D3E6;
}
#gNavi li li a {
	height: auto;
	padding: 5px 5px 5px 15px;
	background: url(../images/navi_icon.gif) 5px 9px no-repeat;
	color: #0059A8;
	letter-spacing: .2em;
	text-decoration: none;
}
#gNavi li li:hover {
	background-color: #E9F8FD;
}

/* Font Size */
#fontsize {
	float: right;
	padding: 7px 21px 0 0;
	line-height: 0;
}
#fontsize dt, #fontsize dd {
	float: left;
}
#fontsize dt {
	padding-right: 3px;
}
#fontsize dd {
	cursor: pointer;
	overflow: hidden;
	width: 19px;
	height: 19px;
	margin-left: 5px;
}
#fontsize #fontS { margin-left: 0; }
#fontsize #fontM { margin-left: -19px; }
#fontsize #fontL { margin-left: -38px; }
#fontsize .current {
	margin-top: -19px;
}

/*--------------------------------------------------------------
Topic Pass
--------------------------------------------------------------*/
#topicpass {
	padding: 3px 20px 10px;
}
#topicpass a {
	background: url(../images/topicpass.gif) right center no-repeat;
	margin-right: .2em;
	padding-right: 1.4em;
	outline: none;
}

/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/
/* Contents Left */
#contents-left {
	float: left;
	width: 700px;
	margin-left: 16px;
}

/* Contents Right */
#contents-right {
	float: right;
	width: 213px;
	margin-right: 16px;
	padding-bottom: 40px;
}
#contents-right li {
	padding-top: 10px;
}

/* Contents Center */
#contents-center {
	width: 700px;
	margin-left: 130px;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
	padding: 20px 16px 38px;
}

/* pagetop */
.pageTop {
	position: relative;
	padding: 5px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #C2C5C7;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	behavior: url(css/PIE.htc);
}
.pageTop:hover {
	background-color: #CECECE;
}

/* footer */
#footer {
	padding: 25px 5px 5px 25px;
	border-bottom: 1px solid #004482;
}
#footer img {
	padding: 0 0 4px 10px;
}
#footer img:first-child {
	padding: 0;
}
#footer small {
	font-size: 100%;
	line-height: 29px;
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
#mailform form {
	margin-top: 14px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border: 1px solid #ABB8BE;
	background: #D0EFF2 url(../images/bg_line.gif) repeat;
}
#mailform dl {
	margin-bottom: 20px;
}
#mailform dt, #mailform dd {
	padding: 7px 0 5px;
	line-height: 25px;
}
#mailform dt {
	clear: both;
	float: left;
	width: 7.5em;
	letter-spacing: 0;
}
#mailform dt label {
	display: inline-block;
	width: 5.5em;
	margin-right: .5em;
	text-align: right;
}
#mailform dd {
	margin-left: 8.5em;
	line-height: 1;
}
#mailform #mail-name,
#mailform #mail-company,
#mailform #mail-mail,
#mailform #mail-textarea {
	width: 500px;
	padding: 5px;
	border: 1px solid #ABB8BE;
	background-color: #FFF;
}
#mailform #mail-file {
	height: auto;
}
#mailform dd input {
	height: 13px;
}
#mailform dd textarea {
	height: 176px;
}
#mailform .fileupText {
	width: 380px;
}
#mailform p {
	margin-top: 5px;
	line-height: 1.4;
}

/* 確認ページ */
#mailform #confirm {
	margin-bottom: 48px;
}
#confirm dd {
	padding-right: 30px;
	font-size: 120%;
	line-height: 25px;
}

/* 送信完了 */
#mailComplete {
	width: 36.5em;
	margin: 50px auto 0;
	font-size: 120%;
	line-height: 1.4;
}
#mailComplete p {
	margin-bottom: 30px;
}
#mailComplete p.textC {
	padding-top: 40px;
}

#mailform p.display_file_name {
	margin-top: 2px;
}

/*--------------------------------------------------------------
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
--------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow:none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for ../images, or javascript/internal links
	 */
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}
}
