@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 全ページ共通基本設定 */

body {
	background-color:#0066b5;
	text-align:center;
	padding:0;
	margin:0;
}

body,td,li,th{
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック","helvetica";
	color:#333333;
	font-size:10pt;
	line-height: 190%;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
img,
table, caption, th, tr, td,
hr,
form, input, button, label {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
img,
table, caption, th, tr, td,
hr,
form, button, label {
	border:0;
}

p{
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック","helvetica";
}

br {
	letter-spacing:0;
}

.clear{
	clear: both;
}

a:link {
	color: #005abf;
	text-decoration: underline;
}
a:visited {
	color: #005abf;
	text-decoration: underline;
}
a:hover {
	color: #eb0000;
	text-decoration: underline;
}
a:active {
	color: #eb0000;
	text-decoration: underline;
}

/*--------------------------------------------------------------------*/
/* 背景関連 */
#bg_top {
	min-width:960x;
	background-image:url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	width:920px;
	text-align:left;
	padding:0;
	margin:0 auto;
	background-color:#ffffff;
}


/*--------------------------------------------------------------------*/
/* ヘッダー */
#header {
	width:960px;
	padding:0;
	margin:0 auto;
}

h1 {
	padding:0 0 20px 0;
	float: left;
	clear: left;
}

#h_right {
	padding:20px 0 0 0;
	float: right;
	clear: right;
}


/*--------------------------------------------------------------------*/
/* 本文 */
#contents {
	padding:50px 30px 50px 30px;
	margin:0 auto;
}

h2 {
	padding:0 0 30px 0;
}

p.p40 {
	padding:0 0 40px 0;
	margin:0;
}

.contents_c {
	padding:10px 0 0 0;
	margin:60px 0 0 0;
	border-top:1px dotted #c0c0c0;
	font-size:10pt;
	line-height: 140%;
}

dl.company dt {
	padding:0 3px 1px 10px;
	float:left;
	clear:left;
	color: #1f1f1f;
	font-weight: bold;
}
dl.company dd{
	padding:0 0 10px 12em;
	margin-bottom:10px;
	border-bottom:1px dotted #c0c0c0;
	color: #575757;
}

.box1{
	padding:0 60px 0 0;
	margin:0;
	float:left;
	line-height: 160%;
}

.box2{
	padding:0 60px 0 0;
	margin:0;
	float:left;
	line-height: 160%;
}

.box3{
	padding:0;
	margin:0;
	float:left;
	line-height: 160%;
}

.weight-bold {
	color: #1f1f1f;
	font-weight: bold;
}

.zu{
	float:left;
}

.banner{
	float:right;
}


/*--------------------------------------------------------------------*/
/* 全ページ共通フッター関連 */
#footer{
	width:960px;
	padding:25px 0 25px 0;
	margin:0 auto;
}

#footer .j10 a{
	font-size:8pt;
}
#footer .j10 a:link {
	color: #838383;
	text-decoration: none;
}
#footer .j10 a:visited {
	color: #838383;
	text-decoration: none;
}
#footer .j10 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer .j10 a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer .j10px {
	font-size:10px;
	line-height:120%;
	color: #dbdbdb;
}






/*************************************************************
Append
*************************************************************/
.privacy{ margin-bottom:20px;}
.privacy section{ margin-bottom:20px;}
.privacy section h4{margin-bottom:10px; color:#1f1f1f;}
.privacy section ul{}
.privacy section ul li{ line-height:140%; color:#575757; list-style-type:none;}
.privacy section ul li:before{ content:"・";}

.privacy section .kaiji li{list-style-type: decimal; margin-left: 20px;}
.privacy section .kaiji li:before{ content:"";}

.privacyLink{
  text-decoration:none !important;
}
.privacyLink div{
  padding:7px 0;
  font-weight:bold;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#308FC9;
  color:white;
  text-align:center;
  border-radius:5px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) ;
}
.privacyLink div:hover{
  background-color:#82C1E4;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) inset;
}
