@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}


a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #333;
	background: #e70b55;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #fff;
	text-decoration:underline;
}

a:hover{
	color: #f9f9f9;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.pink{
	color: #ff528b;
}


/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	width:1000px;
	margin:0 auto;
}

#header,
#cv{
	margin:0 auto;
	position: relative;
}

.h-btn{
	text-align: center;
	padding: 10px 0;
	position: absolute;
	bottom: 14px;
	left: 296px;
 }
 
 .h-btn2{
	text-align: center;
	padding: 10px 0;
	position: absolute;
	bottom: 14px;
	left: 166px;
 }

.h-btn img,
.h-btn2 img{
	width: 250px;
	height: 85px;
 }


 #txt-area{
	padding:10px;
	text-align:left;
	font-size: 14px;
}

 #txt-area p{
	margin-bottom: 16px;

}

 .txt-con{
	background:#fff;
	margin: 0 auto;
	padding:20px;
}


#title{
	padding:20px 0;
	background: #e70b55;
	text-align:center;
	font-size: 18px;
	color: #fff;
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	padding:20px 0 0;
	background: #e70b55;
	text-align:center;
	font-size: 14px;
	color: #fff;
}

#footer ul{
	width: 800px;
	margin: 0px auto;
}

#footer li{
	float: left;
	width: 200px;

}


#footer a{
	display: block;
}

address {
	margin:0px auto;
	padding:20px 0;
}


}

