/**
 * ユーザー画面追加分スタイルシート
 *
 * @package jp.co.b-shock.carrot
 * @author 小石達也 <tkoishi@b-shock.co.jp>
 * @version $Id: user_optional.css 1135 2007-11-15 13:25:03Z pooza $
 */
@charset "UTF-8";

pre,textarea,code,tt {
	font-family: monospace;
}

input,textarea {
	ime-mode: active;
}

input.english,textarea.english {
	ime-mode: inactive;
}

.alert {
	color: red;
}

/* 以下、コモンズ追記	2010-05-18 22:30 */

.button-p input {
	margin: 20px 20px;
}

#main_in	hr {
	width: 100%;
	height: 1px;
}

#inquiryform01 #main .privacy-txt p {
	background: url(../img/li_08.gif) no-repeat 0 50%;
	margin-top: 20px;
	padding: 0 0 0 15px;
}

#inquiryform01 #main .privacy-txt ul {
	margin-top: 0px;
	linr-height: 120%;
}

#inquiryform01 #main .privacy-txt ul li {
	margin-bottom: 10px;
	linr-height: 120%;
}
