@charset "UTF-8";
 
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
 
html,body{
    font: 16px/20px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ','Meiryo','Helvetica','Arial','Sans-Serif';
    color: #666;
    height: 100%;
}
a{ color: #69c;}
    a:hover{color:#069;}
 
#inHeight {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    background-image: url("img/panf1_notitle.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

/* 全体 */
#projects{
    width: 670px;
    margin: 0 auto;
    padding: 5px;
}
/*吹き出し*/
#projects h1{
    font-size: 125%;
    color: #191970;
    font-family: "游ゴシック","Yu Gothic",ＭＳ 明朝;
    margin-top: 0;
    padding: 0.5em 0;/*上下の余白*/
    border-bottom: solid 1px #4682b4;/*下線*/
}
#projects p{
    font-size: 110%;
    margin-top: 10px;
    padding: 4px;
    line-height: 1.5;
}
#projects ul{
    overflow: hidden;
    margin-top: 10px;
}
#projects li{
    margin: 5px 10px 120px 0;
    list-style-type: none;
    margin-bottom: 2px;
    color: #000;
    font-family: "游ゴシック","Yu Gothic",ＭＳ 明朝;
    font-size: 110%;
}
/*  秘書のお手伝い(画像)・見出し  */
#projects h4{
	color: #000;
	font-size: 200%;
	margin-top: 8px;
	font-family: 'ＭＳ 明朝','Meiryo';
	position: absolute;
	text-shadow: 1px 0 2px #555;
	-moz-box-shadow: 1px 0 2px #555;
	-o-box-shadow: 1px 0 2px #555;
	-ms-box-shadow: 1px 0 2px #555;
}
table.table1{
	text-align: left;
	line-height: 1.5;
}
table.table1 th{
	width: 300px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}
table.table1 th h1{
	position: relative;
	padding: 0.6em;
	margin-left: 3px;
	background: #e0edff;
	border-radius: 12px;
	-webkit-border-radius: 12px;/* for Safari and Chrome */
	-moz-border-radius: 12px; /* for Firefox */
	-o-border-radius: 12px; /* for opera */
}

table.table1 th h1:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent; /*吹き出し部分 */
	border-top: 15px solid #e0edff; /*吹き出し部分 */
	width: 0;
	height: 0;
}

table.table1 td{
	width: 800px;
	padding: 2px;
	vertical-align: top;
	font-family: "游ゴシック","Yu Gothic",ＭＳ 明朝;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}
table.table1 td li{
	text-indent: -1em;
	padding-left: 1em;
}

/*吹き出し*/
#msg {
	display: inline-block.
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
}
#msg:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
}
#msg p {
	margin: 0;
	padding: 0;
}


a{ color: #69c;}
    a:hover{color:#069;}
 
#wrapper{
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    display: block;
    background: #fff;
}
/* ヘッダー */
#header{
    overflow: hidden;
}

.bsnw_rogo img{vertical-align:middle;}

/*タグ固定 */
nav{
	width: 90%;
	margin: 0 auto;
	font-size: 100%;
	list-style: none;
	overflow: hidden;
	display: block;
	text-align: center;
}
    nav li{
	float: left;
	border-right: 1px solid #ddd;
	width: 150px;
    }
    nav li font{
	color: #4682b4;
	text-align: center;
    }
    nav li a{
        text-decoration: none;
        font-weight: bold;
	padding: 5px 15px;
	display: block;
    }
    nav li a span{
	display: block;
	margin: 2px 0 0 0;
        color: #dcdcdc;
        font-size: 70%;
        text-decoration: none;
        text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
    }
    nav li a:hover{
    background: #eee;
    text-decoration: none;
    }
    nav li a.active a{
    background: #333; /* 選択したページのタブ色 */
    color: #555;
    text-decoration: none;
}



