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

/* RESET */
html{color:#777777;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
/* clear */
.clear{zoom: 1;}.clear:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}
/* スクロールバーの有無によってずれるので常時表示させる */
html{ overflow-y: scroll;}
/* 一括で全ての要素の余白をゼロに指定 */
*{ padding: 0; margin: 0;}
body{
	background-color:#ececec;
	text-align: left;
	color:#333333;
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
}
#wrapper{
	margin: 0 auto;
	width: 950px;
}
h1{ 
	height: 128px;
	margin: 0 0 5px 0;
	padding: 30px 0 0 130px;
	font-weight: 600;
	font-size: 30px;
	background: url('../../../aboutme/img/128command.png') no-repeat;
}
.accordionBox1{
	width: 600px;
	margin: 0 0 50px 0;
}
.accordionBox1 .boxTitle{
	border: 1px solid #cccccc;
	border-bottom: 2px solid #e3297d;
	padding:10px 0 10px 50px;
	cursor: pointer;
	background: url('../img/48plusBlue.png') no-repeat;
}
.accordionBox1 .boxContents{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px  25px ;
}
