@charset "UTF-8";
/* CSS Document */

html {
	font-size: 12px;
	color: #424242;
	font-family: 'Questrial', 'Helvetica Neue', 'Helvetica', 'Arial',
				 'dnp-shuei-gothic-kin-std', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'sans-serif';
	font-weight: 400, 500;
	font-style: normal;
}

body {
	margin: 0;
	line-height: 230%;
	background-color: #F2F2F2;
}	
	
p {
	margin: 0px;
}	

p.header {
	line-height: 230%;
}

a {
	color: #424242;
	text-decoration: underline;
}

a.title {
	font-size: 13px;
	text-decoration: none;
}

a.title:hover {
	text-decoration: none;
	color : #424242;
}

a:hover {
	background-color: #424242; /*背景色*/;
	transition: color 0.3s;
}

a.anchor {
    display: block;
	text-decoration: none;
    padding-top: 60px;
    margin-top: -60px;
}

a.anchor:hover {
    text-decoration: none;
	color : #424242;
	background-color: transparent;
}

a.anchor-cv {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
	text-decoration: none;
	background-color: transparent;
}

a.anchor-cv:hover {
    text-decoration: none;
	color : #424242;
	background-color: transparent;
}

@media screen and (min-width: 800px) {

.lf {
	display: block;
	float: left;
   	width: calc(30%);
	margin-top: 30px;
	margin-right: 0px;
	padding-left: 30px;
	position: fixed; 
	}

.rg {
	display: block;
	float: right;
	width: calc(70%);
	margin-top: 30px;
	margin-bottom: 100px;
	padding-left: 30px; 
	position: relative;
	}	
}

@media screen and (max-width: 801px) {

.lf {
	margin-top: 30px;
	margin-left: 30px;
	width: 100%;
	}

.rg {
	margin-bottom: 60px;
	margin-left: 30px;
	width: 100%;

	}	
}
	
