@charset "utf-8";

/* --------------------------------------------------------- */
/* ポップアップ - popup.css
------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
	border: 0;
}
a {
	outline: none;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #338ADF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #DE1208;
	text-decoration: none;
}

/* レイアウト
------------------------------------------------------------ */
.popupBox {
	max-width: 660px;
	_width: 660px;
	margin: 0 auto;
}
.popupBox .section {
	padding: 20px;
}

/* タイトル
------------------------------------------------------------ */
h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 0px #FFF;
	-moz-box-shadow: 1px 1px 0px #FFF;
	background: url(../img/common/contents/tit_default.png) no-repeat right bottom;
	border-top: solid 1px #DADADA;
	border-left: solid 1px #DADADA;
	padding: 10px 15px;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 20px 0;
}

/* フォーム
------------------------------------------------------------ */
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
th {
	text-align: left;
	background-color: #F5F5F5;
	border: solid 1px #DADADA;
	white-space: nowrap;
	width: 150px;
	padding: 10px;
}
td {
	border: solid 1px #DADADA;
	padding: 10px;
}
td input {
	width: 90%;
	padding: 5px;
	margin: 2px 0;
}

/* アクションボタン
------------------------------------------------------------ */
.actionBtn {
	font-size: 11px;
	text-align: center;
	padding: 20px 0 10px 0;
}
.actionBtn ul {
	padding-bottom: 10px;
}
.actionBtn li {
	display: inline;
	margin: 0 5px;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */
.cAlg { text-align: center; }
.rAlg { text-align: right; }
.lAlg { text-align: left; }
.red  { color: #DE1207; }
