@charset "Shift_JIS";

@import url("//kamogawa.mag2.com/common/css/custom/mag2.css");


/* header部分
---------------------------------------------------------------------*/
div#container div#header {
	height: 50px;
}

div#container div#header img#mag2obj {
	top: 14px;
}

/* アンケート部分
---------------------------------------------------------------------*/
div#form {
	width: 760px;
	text-align: center;
}

body#houkoku h1,
body#houkoku h2 {
	margin: 15px auto 5px;
	padding-top: 4px;
	height: 25px;
	width: 570px;
	background: url(../img/title.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-indent: 10px;
	text-align: left;
}

body#houkoku h1 {
	background: url(../img/title.gif) no-repeat;
}

body#houkoku h2 {
	background: url(../img/title2.gif) no-repeat;
}

* html body#houkoku h2 {
	padding-bottom: 8px;
}

div#form dl {
	margin: 0 auto;
	width: 570px;
}

div#form dl dt {
	padding: 2px 4px;
	background-color: #cceeff;
	font-weight: bold;
	text-align: left;
	color: #4169e1;
}

div#form dl dt span {
	margin-left: 3px;
	color: #f00;
}

div#form dl dd {
	padding: 5px 4px;
	text-align: left;
}

div#form dl dd span {
	margin-left: 5px;
	font-weight: bold;
	color: #f00;
}

div#form ul {
	margin: 5px 10px;
	line-height: 1.5;
	text-align: left;
}

div#form input#RequiredMagazineId {
	margin-left: 10px;
	width: 150px;
	/*background-color: #f0ffff;*/
}

div#form input#MagazineTitle,
div#form input#Date {
	margin-left: 10px;
	width: 300px;
	/*background-color: #f0ffff;*/
}

div#form textarea {
	margin-left: 10px;
	width: 550px;
	height: 4em; 
	background-color: #f0ffff;
	font-size: 100%;
}

div#form p {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 93%;
	text-align: left;
}

/* 要望タイトル */
div#form p.title {
	margin-left: 95px;
	padding-left: 2px;
	border-bottom: 1px dotted #666;
	width: 570px;
}

* html div#form p.title {
	margin-left: 0;
}

*:first-child+html div#form p.title {
	margin-left: 0;
}

/* 説明文タイトル */
div#form p.title2 {
	margin-top: 10px;
	margin-left: 95px;
	margin-bottom: 10px;
	padding-left: 2px;
	width: 570px;
}

* html div#form p.title2 {
	margin-left: 0;
}

*:first-child+html div#form p.title2 {
	margin-left: 0;
}

div#form p.thanks {
	text-align: center;
}

/* 送信ボタン */
div#form p.submit {
	text-align: center;
}

div#form input#sub {
	width: 200px;
	background-color: #cacaca;
}

/* マガジンIDとは */

div#form dl.what-id {
	margin-bottom: 20px;
}

div#form dl.what-id dt {
	margin-bottom: 10px;
	background-color: #d4ffa9;
	color: #3c8514;
}

div#form dl.what-id dd {
	margin: 0;
	padding: 0;
}

div#form dl.what-id dd p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}

div#form dl.what-id dd p strong {
	color: #f00;
}

div#form dl.what-id dd p span.mail-font {
	font-weight: bold;
}

div#form dl.what-id dd.img {
	margin: 0;
	padding: 0;
	text-align: center;
}


