﻿/**********************************/
/*2015-06-17 基本セレクタ 11行目*/
/*2015-06-17 共通 110行目あたり*/
/**/
/**/
/**/
/**/
/**/
/**********************************/
body {
	-webkit-print-color-adjust: exact;
}
/*基本セレクタ*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color: #15284a;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 120%;
}


*, *::before, *::after {
	box-sizing: border-box;
}


ul {
	list-style: none;
}

div {
	display: block;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
	display: block;
}

h1, h2, h3 {
	display: block;
}
/* formBaseDesign */
input.blueborder, textarea.blueborder, select.blueborder {
	border: 1px solid #7faec4;
	padding: 1px;
}
/* 基本リンクカラー */
a:link, a:visited, a:active {
	color: #0c60c8;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* IE8用 */
	display: block;
}

dl, dt, dd, ul, a {
	margin: 0;
	padding: 0;
}
/* タグ要素の変更 */
body {
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;
}



.onepage {
	position: relative;
	height: 961px;
	width: 650px;
	border: 1px solid #CCC;
	page-break-after: always;
}

.onepage_container {
	width: 650px;
	height: 836px;
	overflow: hidden;
}



div#printCenter {
	margin: 0 auto;
	text-align: left;
	width: 650px;
}

div.printNotice {
	background-color: #1d2985;
	border: 1px solid #dddddd;
	color: #ffffff;
	margin-top: 30px;
	padding: 4px;
	text-align: left;
	width: 650px;
	font-size: 14px;
}




th, td{
	border:1px solid #000;
	padding:3px;

}

.block_title, .section_title {
	font-size: 20px;
	font-weight: bold;
}

@media print {
	div .printNotice {
		display: none;
	}


	div.screenspace {
		display: none;
	}
}
