@charset "UTF-8";
/* CSS Document */

html,body,footer,header,table,thead,th,td,nav,h1,h2,h3,div,span,p,a,img,dl,dd,dt {
	margin    : 0;
	padding   : 0;
	border    : 0;
	outline   : 0;
	font-size: 100%;
  	vertical-align: baseline;
  	background: transparent;
}
	
footer,header {
	display: block;
}

body {
  line-height: 1; }

img {
	border: 0;
	vertical-align: bottom;
	padding:0;
	width:100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
	
#wrapper {
	margin:0 auto;
	max-width:960px;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline; }

a:link,a:visited {
  color: #CCC;
  text-decoration: none;
}

a:hover,a:active {
  text-decoration: underline;
}



/*	Header
-------------------------------------------------- */
header {
  height: 80px;
}

.header_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.header_inner img{
 width :80%;
}
	
h1 {
  left: 0px;
  position: absolute;
  top: 20px;
}

/*	CTA Area
------------------------------------------------- */

.cta01 {
	position:relative;
}

img.btn_cta01 {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 4%;
}

img.btn_cta01:hover {
	opacity:0.7;
}

a img {
	transition: opacity 0.3s ease-out;
 }
	

/*	Attention Area
------------------------------------------------- */

.attention {
 margin: 0em auto 2em auto;
 padding: 1em;
 width: 80%;
 font-size: 90%;
 line-height:160%;
 color:#d20558;
 background-color: #fff;
 border: 1px solid #d20558;
}

.underline{ text-decoration: underline}

.attention li:before { content: "・";}

.item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 24px;
}


	
/*	Tabel Area
------------------------------------------------- */
table { 
	width: 100%; 
	border-collapse:collapse; 
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}

th,td { padding: 10px; border: 1px solid #ddd; }
th { background: #f4f4f4; }
.common_detail { font-size: 90%; line-height: 160%; padding-bottom: 30px; }
.common_detail th  { width: 25%; text-align: left; }

.common_detail text {
	display: block;
    margin-top: 10px;
}
.common_detail li { list-style:none; }
.common_detail li:before { content:"※" }

@media only screen and (max-width:767px){
    .common_detail { margin: 0 30px; }
    .common_detail th,
    .common_detail td{
    width: 95%;
    display: block;
    border-top: none;
    }
	.common_detail tr:first-child th { border-top: 1px solid #ddd; }
}

/* Footer Area
-----------------------------------------*/
	#footerArea {
		width: 100%;
  		position: relative;
		margin: 0 auto;
  		background: #222;
	}

  	#footerArea {
	    text-align: center;
  	}
	
	#footerArea .logo img {
  		width: 61px;
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	#footer01 .logo a {
  		display: inline-block;
	}

	#footerArea ul{
  		list-style-type: none;
  		margin:  0;
  		padding: 0;
	}
	
	#footerArea li {
		font-size: 90%;
  		display: inline-block;
		line-height: 160%;
  		padding: 0 10px;
  		color: #ccc;
	}

	#footerArea ul li a {
    	color: #ccc;
	}

	#footerArea p{
		color:#ccc;
		padding: 20px;
	}

	