@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	: 100%;
}
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;
}
ul,ol,dl,p{
	margin		: 1em 0;
}
table,thead,tbody,tr,th,td{
	text-align	: left;
	font-size	: 100%;
}
caption{
	caption-side : top;
	text-align	: center;
	font-size	: 100%;
}
code, pre, samp, var, kbd, input, select, textarea{
	font-family	: 'ＭＳ ゴシック','Osaka−等幅',monospace;
}
/* (初期化ここまで) */

/* 装飾 */
body{
	margin		: 1%;
	background-color : #fff;
	color		: #666;
}

/* 大見出し */
h1{
	padding		: 1em 0 0.5em;
	text-align	: center;
	font-weight	: bold;
	font-size	: 150%;
	color		: #066;
}

/* BLOCK要素 */
address{
	margin		: 1em;
	text-align	: right;
	font-style	: italic;
	font-size	: 90%;
}
hr{
	display		: none;
}
p, li, dd{
	line-height	: 130%;
}
p{
	margin		: 1em 0;
}

/* 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		: 1em;
	border: 3px dotted #ccc;
	font-size	: 90%;
}
legend{
	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;
}
