@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */


div.label {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.pagetitle{
	background-image:-moz-linear-gradient(top, #0064D3, #0206A5);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0064D3), to(#0206A5), color-stop(1,#0206A5));

	padding: 8px 10px 8px 24px;

	/*font-family: 'Noto Sans Japanese', serif;*/
	font-size:18px;
	color:#fefefe;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
}

div.msgbord{
	padding: 8px 10px 8px 24px;
	background-color:#e0e0e0;
}

div.label {
	/*margin: 0 auto;*/
	/*width:611;*/
	/*padding: .25em 0 .5em .75em;*/
	padding: 4px 10px 0px 8px;
	font-size:20px;
	border-right: 4px solid #ccc;
	border-left: 13px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*バージョン表示*/
.ver td,
.ver th {
	border: 0 none;
}

.verinfo{
	text-align:center;
	font-size:15px;
}

/*更新履歴*/
table.updreport{
	border: 0 none;
	width:100%;
	margin : -10px 0px 0px 0px;
}
.updreport td,
.updreport th{
	border: 0 none;
}

/*共通　小文字サイズ*/
.stdTextSml{
	font-size:14px;
}
