@charset "utf-8";

@import url(../../css/default.css);
@import url(base.css);

	#mysosheader{
		background-color:#e5004f;
		padding-top:10px;
	}

	#mysosheader img{margin-bottom:-6px;}

	#contenttitle{
		width:100px;
		background-image:url(../mysos/images/mysos.png);
		background-repeat:no-repeat;
		background-size:30px auto;
		/*float:left;*/
		font-weight: bold;
		color: #fff;
		font-size: 160%;
		margin:5px auto 15px;
		padding:7px 0 5px 45px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#mysosheader p{
		color:#fff;
		text-align:center;
		line-height:160%;
	}

	#content{margin:15px 4% 30px;}

		article section dt{
			font-weight:bold;
			margin:20px 0 10px;
			padding-left:19px;
			font-size:120%;
			color:#369;
			background:url(../shared/mrk_brick-red.gif) no-repeat 2px 7px;
		}
		article section dt.firstchild{
			padding-left:0;
			background:none;
			color:#c30;
		}

		article section dl dd{margin-left:20px;}
		article section dl dd.firstchild{
			margin-left:0;
			color:#c30;
		}

		article section dl dd ul{margin-left:20px;}

		article section dd.spbox{
			background:#ffe6e6;
			padding:10px;
			color:#c00;
			margin:10px 0;
		}

	#shopnote{
		margin:20px 4%;
	}

		#shopnote h1{
			color:#ac2525;
			font-size:120%;
			margin:10px 0 0;
		}
		
		#shopnote p{
			font-weight:bold;
			font-size:110%;
			margin:10px 0 10px;
		}
		
		#shopnote img{
			margin-top:20px;
		}


	#otheros{display:none;}

		#sitelink{
			display:block;
			width:80%;
			background:#369;
			margin:10px 0 0;
			padding:12px 20px 10px;
			font-size:120%;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
			color:#fff;
			line-height:120%;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-moz-box-shadow:0px 1px 1px 0px #aaa;
			-webkit-box-shadow:0px 1px 1px 0px #aaa;
			box-shadow:0px 1px 1px 0px #aaa;
		}
		#sitelink:hover{background:#c30;}
