
/*pc_css*/
@media screen and (min-width:751px){
	
	#about #header ul li.nabout a{
		font-weight: bold;
	}
	
	#about .more{
		display: none;
	}
	
	#about .abouttl01{
		border-top:3px solid #212943;
		border-bottom:3px solid #212943;
		padding:3px 0;
		margin:0 0 20px 0;
		line-height: 1.5em;
	}
	
	#about .abouttl01 .inbox{
		border-top:1px solid #212943;
		border-bottom:1px solid #212943;
		padding:10px 0;
		text-align: center;
		color:#212943;
		font-size:1.2em;
		font-weight: bold;
	}
	
	#about .aboutwoman{
		border-top:3px solid #f2cecd;
		border-bottom:3px solid #f2cecd;
		padding:3px 0;
		margin:0 0 20px 0;
		line-height: 1.5em;
	}
	
	#about .aboutwoman .inbox{
		border-top:1px solid #f2cecd;
		border-bottom:1px solid #f2cecd;
		padding:10px 0;
		text-align: center;
		color:#cc2222;
		font-size:1.2em;
		font-weight: bold;
	}
	
	#about .morebtn{
		width:100%;
		padding:17px 10px;
		text-align: center;
		background:#e1e4e7;
		box-sizing: border-box;
		cursor: pointer;
    	transition:all 0.3s;
		margin:1em 0 0 0;
	}
	
	#about .morebtn:hover{
		color:#fff;
		background:#212943;
	}
	
	#about .morebtn.woman{
		width:100%;
		padding:17px 10px;
		text-align: center;
		background:#f2cecd;
		box-sizing: border-box;
		cursor: pointer;
    	transition:all 0.3s;
		margin:1em 0 0 0;
	}
	
	#about .morebtn.woman:hover{
		color:#fff;
		background:#cc2222;
	}
	
	#about .morebtn:after{
		margin:0 0 0 5px;
    	content:"+";
    	display:inline-block;
	}
}

@media screen and (max-width:750px){
	#about #header ul li.nabout a{
		font-weight: bold;
	}
	
		
	#about .maincontainer{
		margin:60px 0 0 0;
	}
	
	#about .abouttl01{
		border-top:3px solid #212943;
		border-bottom:3px solid #212943;
		padding:3px 0;
		margin:0 0 20px 0;
		line-height: 1.5em;
	}
	
	#about .abouttl01 .inbox{
		border-top:1px solid #212943;
		border-bottom:1px solid #212943;
		padding:10px 0;
		text-align: center;
		color:#212943;
		font-size:1.2em;
		font-weight: bold;
	}
	
	#about .aboutwoman{
		border-top:3px solid #f2cecd;
		border-bottom:3px solid #f2cecd;
		padding:3px 0;
		margin:0 0 20px 0;
		line-height: 1.5em;
	}
	
	#about .aboutwoman .inbox{
		border-top:1px solid #f2cecd;
		border-bottom:1px solid #f2cecd;
		padding:10px 0;
		text-align: center;
		color:#cc2222;
		font-size:1.2em;
		font-weight: bold;
	}
	
	#about .more{
		display: none;
	}
	
	#about .morebtn{
		width:100%;
		padding:17px 10px;
		text-align: center;
		background:#e1e4e7;
		box-sizing: border-box;
		cursor: pointer;
    	transition:all 0.3s;
		margin:1em 0 0 0;
	}
	
	#about .morebtn:hover{
		color:#fff;
		background:#212943;
	}
	
	#about .morebtn.woman{
		width:100%;
		padding:17px 10px;
		text-align: center;
		background:#f2cecd;
		box-sizing: border-box;
		cursor: pointer;
    	transition:all 0.3s;
		margin:1em 0 0 0;
	}
	
	#about .morebtn.woman:hover{
		color:#fff;
		background:#cc2222;
	}
	
	#about .morebtn:after{
		margin:0 0 0 5px;
    	content:"+";
    	display:inline-block;
	}
}
	