@charset "utf-8";

/*----------------------------------------
for Body
----------------------------------------*/
html{height:100%;}
body{
	margin:0px auto;
	padding:0px;
	height:100%;

	background:#eee;

	font-size:16px;
	line-height:1.8em;
	text-align:left;
	color: #444;
	font-family: "ヒラギノ明朝 Pro W4","Hiragino Mincho Pro","メイリオ", "Meiryo", 'ＭＳ Ｐゴシック', 'MS P Gothic',serif;
	text-decoration: none; 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/*----------------------------------------
for title
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:1em 0em 1em 0em;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:bolder;
	letter-spacing:normal;
	font-family:Arial;
	letter-spacing:normal;
	line-height:1.2em;
	color:#444;
}
#container h1 {font-size:2em;}
#container h2 {font-size:1.7em;}
#container h3 {font-size:1.5em;}
#container h4 {font-size:1.3em;}
#container h5 {font-size:1.1em;}
#container h6 {font-size:1.0em;}
#container h1{
	text-align:center;
	margin: 0;
	background:#eee;
	border:solid 1px #ccc;
}
#container h2{
	padding-left:0.5em;
	border-left:solid 10px #48f;
	border-bottom:dashed 1px #aaa;
}
#container h3{
	padding-left:0.5em;
	border-left:solid 10px #4a8;
	border-bottom:dashed 1px #4a8;
}

/*----------------------------------------
for content
----------------------------------------*/
div{box-sizing:border-box;}
#container{
	max-width:900px;
	margin:0 auto;
	padding:24px;
	position:static;
	background:#fff;
	box-shadow: 0px 0px 10px 10px rgba(226,226,226,1.0);
}

div.content{
	margin:5px 0px 0px 0px;
	border: solid 0px #aaa;
}
div.level3{
	margin:5px 0px 0px 14px;
	border: solid 0px #aaa;
}
div.level4{
	margin:5px 0px 0px 28px;
	border: solid 0px #aaa;
}

article p
{
	margin:0px;
 	text-indent:1em;
	padding-left:28px;
}

article a {
    text-decoration:none;
}
ol li{
	list-style-type: decimal;
  font-weight:bold;
	line-height:1.5em;		
	padding-left:0em;
	margin:0.5em 0px 0px 0px;
}
ul li{
	line-height:1.5em;		
	padding-left:0em;
	margin:0.5em 0px 0px 0px;
}
dd{
line-height: 1.8em;
padding-left: 1em;
margin: 0.5em 0px 1.5em 0px;
}

div.yellowbox{

}
article div.yellowbox  p.item{
 	text-indent:0em;
  padding-left:0px;
  margin-left:1em;
	font-family:Arial;
  margin-top:1.5em;
  font-weight:bold;
  font-size:120%;
	border-bottom:dashed 1px #aaa;
}
/*------------------------------------------------------------
 * For tablet (Less than 768px screen width)
 * ("768px" is a typical "device-width" for Tablet)
 *------------------------------------------------------------*/
@media screen and ( max-width:768px ){
body{
	background:#ddd;
}
#container{ }
} /* End of media (768) */

/*------------------------------------------------------------
 * For smartphone (Less than 480px screen width)
 * ("480px" is a typical "device-width" for SmartPhone)
 *------------------------------------------------------------*/
@media screen and (max-width:480px)
{
body{
	margin:0px;
	background:#ccc;
}
h1, h2, h3, h4, h5, h6 { margin:0.5em 0em 0em 0em;}
#container{
	padding:4px;
}
div.content, div.level3, div.level4{ margin:5px 0px 0px 0px; }
article p { padding:0px 4px; }
}/* end of media(480px) */
