@charset "utf-8";



/*--------------------------------------------------
  reset
--------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: bottom;
}



/*--------------------------------------------------
  body
--------------------------------------------------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0 auto; 
	font-size:14px;
	line-height:1.1;
	color: #333;

}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.text-hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height:0;
}

body {

}

body a {
  text-decoration:none;
  color:#222222;
}

body li {
  list-style:none;
}

.conBox{
	width:1200px;
	margin:0 auto;
}

.conBox a:hover img {
	filter: alpha(opacity=85); /*IE6～7*/
    -ms-filter: "alpha( opacity=85 )"; /*IE8*/
    opacity:0.85;
}

.cvBox{
	width:1200px;
	position:relative;
}
.cvBox .btn{
	position: absolute;
	top: 720px;
	left: 148px;
}


/*--------------------------------------------------
cont05
--------------------------------------------------*/

.seibunBox {
	margin : 40px auto;
	padding: 0;
	width:870px;
	background:#fff;
}

.seibunBox p{
	text-align: left;
	padding-top: 8px;
	padding-bottom: 4px;
	line-height: 1.2;
}

.composition {
	margin:0 auto;
	padding:0 auto;
	width:840px;
	text-align:left;
	font-size:14px;
	background:#fff;
	color:#000;
}

.composition table {
	width:100%;
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.composition th {
	padding:8px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
	line-height: 150%;
}
.composition td {
	padding:8px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	line-height: 150%;
}

.w15 {width:40%;}
.w35 {width:60%;}
.w100 {width:100%;}



/* ------------------- */
.footer {
	margin: 30px auto 0;
	padding:0 auto;
	font-size:14px;
	color:#333333;
	text-align: center;
	padding-bottom: 10px;
	border-top:1px solid #333333;
}

.footer_copy {
	margin:0 auto;
	padding: 10px 0 0 0;
	text-align:center;
}

.footer_copy ul {
	width: 820px;
	margin: 20px auto 0;
} 

.footer_copy li {
	font-size:14px;
	display: inline;
}

.footer_copy a {
	color:#333333;
	text-decoration:none;
	font-size:14px;
	line-height: 40px;
}
.footer_copy a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.f_border {
	padding-right: 20px;
	margin-right: 10px;
	border-right: solid 1px #333333;
}

.f_borde01 {
border: none;
}

.copy {
  padding: 2px 0 15px 0;
  width: 870px;
  margin: 0 auto;
 }

/* --------------------  common */
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb16 {margin-bottom:16px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}

.mr8 {margin-right:8px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr16 {margin-right:16px;}
.mr20 {margin-right:20px;}
.mr23 {margin-right:23px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}

.pt10 {padding-top:10px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb60 {padding-bottom:60px;}
.pb100 {padding-bottom:100px;}

.pl5 {padding-left:5px;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}



.s10{
	font-size:60%;
}

/* size */
.w68 {width:680px;}
.w77 {width:770px;}

/* line-height */
.lh14 {line-height:140%;}

/* テキストリンク系＆カラー */
.red {color:#dd0000;}
.green {color:#bc0000;border-bottom:4px solid #ffff00;}

/* テキストインデント */
.ind {text-indent:-2em;padding-left:2em;}
.size11 {font-size:11px;line-height:15px;}



