@charset "Shift_JIS";

/* [携帯へURL送信]用スタイルシート * http://chankaz.net/php/ */

/* 初期化(これらの項目は変更不可) */
*{
	margin	: 0;
	padding	: 0;
}
html{
	direction	: ltr;
	border		: 0;
}
body{
	text-align	: left;
	font-weight	: normal;
	font-style	: normal;
	font-size	: 100%;
	border		: 0;
	line-height	: 1;
	//	font-family: "MS Pゴシック", "Hiragino Maru Gothic Pro", "Osaka", sans-serif;
	font-family: 'メイリオ',　'Meiryo',　'Hiragino Kaku Gothic Pro',　'ヒラギノ角ゴ Pro W3',　'Osaka',　'ＭＳ Ｐゴシック',　'MS UI Gothic',　sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #333333;
}
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, object, param, q, samp, small, span, strong, sub, sup, tt, var{
	display	: inline;
}
address, blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, map, ol, p, pre, ul{
	display	: block;
}
li{
	display	: list-item;
}
ol{
	list-style-type	: decimal;
}
table, thead, tbody, tr, th, td{
	text-align	: left;
}
caption{
	caption-side	: top;
	text-align		: center;
}
code, pre, samp, var, kbd, textarea{
	/* 'ＭＳ ゴシック','Osaka−等幅' */
	font-family	: '\00ff2d\00ff33\000020\0030b4\0030b7\0030c3\0030af','\00004f\000073\000061\00006b\000061\00ff0d\007b49\005e45',monospace;
}
/* ----- (初期化ここまで) ---------------------------------------- */

/* (見た目を変更したい時は、ここ以降を適宜変更・追記して下さい) */
/* 装飾 */
body{
	background	: #fff;
	color		: #666;
}

/* 大見出し */
h1{
	margin		: 2em 0 1em;
	text-align	: center;
	font-weight	: bold;
	font-size	: 150%;
	color		: #066;
}

/* BLOCK要素 */
ul, ol, dl, p{
	margin	: 1em;
}
p, li, dd{
	line-height	: 1.3;
}
hr{
	display	: none;
}
address{
	margin		: 3em 1em 1em;
	text-align	: right;
	font-style	: italic;
	font-size	: 90%;
}

/* ANCHOR */
a{
	text-decoration	: underline;
	font-weight		: inherit;
	font-style		: inherit;
}
a:link{		/* 未訪問リンク */
	color	: #c3c;
}
a:visited{	/* 既訪問リンク */
	color	: #669;
}
a:hover{	/* マウスを乗せた時 */
	color	: #f66;
}
a:active{	/* クリックした時 */
	color	: #cc6;
}

/* FORM */
form{
	width	: 80%;
	margin	: 1em auto;
}
fieldset{
	padding		: 0.5em;
	border		: 0 ;
	font-size	: 90%;
}
legend{
	padding		: 0 3px;
	background	: #fff;
	font-weight	: bold;
}

/* 入力画面 */
p.summary{		/* 説明文 */
	text-align	: center;
}
p.attention{	/* 注意書き */
	font-size	: 90%;
}
p.root{			/* パンくずリスト */
	margin		: 0.5em;
	font-size	: 90%;
}

/* 対応端末 */
p.terminal{
	text-align	: center;
}
span.kind{
	font-weight	: bold;
}

/* 送信結果 */
#success, #failed{
	margin	: 1em;
}


