@import "reset.css";

body{
	font-family:serif;
}

html{
	font-size:16px;
	line-height:2rem;
}

.margintop50{
	margin-top:50px;
}

.paddingtop50{
	padding-top:50px;
}

header{
	display:flex;
	padding:25px 0 15px 0;
	justify-content:center;
	color:#fff;
	background-color:#000;
}

h1{
	width:275px;
	height:100px;
}

h1 img{
	width:250px;https://news.mynavi.jp/photo/article/20240820-3008612/images/102.jpg
	height:100px;
}

header nav{
	width:725px;
	margin:68px 0 0 0;
	font-size:1.2rem;
}

header nav ul{
	display:flex;
	justify-content:space-evenly;
}

header nav ul li a{
	display:block;
	padding:0 0 0 0;
	color:#fff;
	text-decoration:none;
}

header nav ul:last-of-type li a img{
	width:28px;
	margin-top:-7px;
}

header nav ul li a:hover{
	color:#777;
}

#contents_area{
	max-width:1010px;
	min-width:980px;
	margin:60px auto;
	display:flex;
	justify-content:space-between;
	font-size:1.1rem;
}

#contents_area p{
	margin:0 0 1em 0;
}

h2{
	margin:0 0 35px 0;
	font-size:1.4rem;
	padding:0 0 0 20px;
	border-left:10px solid #000;
}

aside {
	width:270px;
	padding:0 0 0 70px;
	border-left:1px solid #333;
}

aside li{
	margin-bottom:20px;
	padding:0 0 6px 0;
	border-bottom:1px solid #444;
	font-size:1rem;
}

aside a{
	text-decoration:none;
	color:#444;
}

footer{
	display:flex;
	margin:130px 0 0 0;
	padding:15px 0;
	justify-content:center;
	color:#fff;
	background-color:#000;
	border-top:2px solid #777;
}

#twitter{
	padding:0 0 0 40px;
}

#twitter img{
	width:41px;
	height:35px;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}


#topimage{
	width:100%;
	height:400px;
	background-image:url(img/topimage.jpg);
	background-position:top center;
	border-top:2px solid #fff;
	border-bottom:1px solid #000;
}

#top{
}

#profile section{
}

#profile section h2{
}

#profile h3{
	margin:30px 0 20px 0;
}

#profile .profile_cont{
	width:1000px;
	display:flex;
	justify-content: space-between;
}

#profile .profile_txt{
	width:730px;
}

#profile .profile_txt p{
	width:730px;
}

#profile h3 , #profile p , #profile dl{
	width:730px;
}

#profile .pimage {
	width:200px;
}

#profile .pimage2{
	display:none;
}

#profile .pimage img{
	width:200px;
	height:300px;
}

#profile dl{
	margin:1em 0;
}

#profile dl dd{
	padding:0.5em 0 0 10px;
}

#profile #h2repa{
	margin-top:58px;
}

#topics section article{
	margin:50px 0 0 0;
	padding:50px 0 0 0;
	border-top:1px solid #000;
	width:1000px;
}

#topics section article .title{
	font-weight:600;
	padding:0 0 0 0;
	float:left;
}

#topics section article .date{
	font-weight:400;
	font-size:0.8rem;
	color:#555;
	padding:0 0 30px 0;
	text-align:right;
	float:right;
}

#topics section article .text{
	clear:both;
}

#contact form{
	margin:30px 0 0 0;
}

#contact form label{
	display:block;
	margin:30px 0 0 0;
}

#contact form textarea{
	width:500px;
	height:230px;
}

#contact form div input,#contact form div textarea{
	padding:8px;
}

#contact form .warning_msg{
	color:red;
}

#contact form .last_msg{
	padding:40px 0 0 0;
}

#contact form #submit_bt{
	padding:10px 20px;
	margin:50px 0 0 0;
}

#contact form .return_txt{
	padding:5px 12px;
	background-color:#eee;
}

.clear{
	clear:both;
}


