@charset "utf-8";
/* CSS Document */
/**
 * common
 */
html {
	height:100%;
}

body{
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:180%;
	text-align:center;
	margin:0px auto;
	font-size:10pt;
	letter-spacing: 0.1em;
	height:100%;
}

td,div,li{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:180%;
	letter-spacing: 0.1em;
	font-size:10pt;
}

br {
	letter-spacing: normal;
}

img {
	border:0px;
}

a {
	text-decoration:none;
}

div.wrapper {
	width:100%;
	height:100%;
	min-height: 100%;
}

div.wrapper2 {
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
}

body > div.wrapper {
	height: auto;
}

form {
	margin:0px;
	padding:0px;
}

span.attention {
	color:#FF0000;
}

/**
 header
 */
div.header{
	width:100%;
	border-bottom:1px solid #454545;
	box-shadow:0px 4px 5px -2px #828282;
	-moz-box-shadow:0px 4px 5px -2px #828282;
	-webkit-box-shadow:0px 4px 5px -2px #828282;
}
div.logo{
	width:1000px;
	text-align: left;
	margin:0 auto;
}
h1.logo {
	display:block;
	width:380px;
	height:45px;
	text-indent:-9999px;
	background-image:url(../../images/logo_cl.png);
	background-repeat:no-repeat;
	background-size: contain;
}

/* contents */
div.notice{
	width:1000px;
	margin:30px auto;
	padding:15px;
	border:1px solid #454545;
	text-align: left;
}

.con1 {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	border-bottom: 1px dotted #454545;
	padding: 30px;
}

.con1 h2 {
	font-size: 14px;
	border-left: 3px solid #454545;
	text-indent: 10px;
}

.con1 a {
	display: block;
}

.con1 a.pdf{
	background-color: #46b95a;
	color: #FFFFFF;
	width: 150px;
	text-align: center;
	margin: 5px 0 5px 0;
}

.con1 a.pdf:hover{
	background-color: #99eca7;
}
