@charset "Shift_JIS";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================ */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, td
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0px;
 padding: 0px;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family:'ＭＳ Ｐゴシック',sans-serif;
}

.sotowaku{
width: 200px;
border:0px solid #E63C8C;
margin:0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
}

.daimoku{
width: 178px;
border:1px solid #E63C8C;
margin:0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
font-size: 13px;
font-weight: normal;
 color: #E63C8C;
height: 25px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
line-height: 25px;
	/*Firefox*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(238,238,238,0.6));
	/*Safari*/
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(238,238,238,0.6)));
	/*ie7〜9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#aaeeeeee, gradienttype=0);
	/* IE10〜*/
	background:linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(238,238,238,0.6));
}
.calfoottxt{
font-size: 14px;
font-weight: normal;
 color: #E63C8C;
}
