<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 18_ashouse
 * pc.css
 */

.title {
	background-image: url("/contents/event/15_tools_expendables/images/250529/title.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 870px;
	height: 200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.title h1 {
	color: #FFFFFF;
	text-align: left;
	font-weight: 700;
	font-size: 37px;
	margin-left: 10px;
	/* padding-top: 60px; */
	text-shadow: 1px 1px 2px rgba(10, 10, 10, 0.7);
	line-height: 1.5;
	/* letter-spacing: -0.07em; */
	font-feature-settings: "palt" 1;
}

.title h1 span{
    background: #333;
    padding: 0px 20px 5px;
    margin: 10px 0;
}
#main .topBtn ul li a{display: flex;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#menu {
	margin-bottom: 40px;
}

#main .w100 {
	width: 100%;
}

#main .pc-only {
	display: inline-block;
}
#main .h01P {
	font-weight:bold; 
	font-size:large; 
	margin:10px;
}

#main .box2 {
	border: 1px solid #CCC;
	clear: both;
	margin-top: 15px;
	text-align: left;
	width: 100%
}

#main a.btnRadius02 {
	height: 30px;
}

#main .pd5 {
	padding: 5px;
}

#main .w60 {
	width: 60%;
}
#main .slideTable img{
	width: 870px
}
#main .v50{
		width: 60%;
	}</pre></body></html>