/* CSS Document */


.movieBtn {
	text-align: center;
}
.movieBtn img {
	padding:0 10px;
}
/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.mListMainContent, .mSubListContents, .mSubListContents ul {
	overflow: hidden;
 *zoom: 1;
}
.mListMainContent:after, .mSubListContents:after, .mSubListContents ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;/*  content: ".";*/
}
/*---------  list.html  ---------*/

.mListMainContent {
	margin:20px 0;
	border-bottom:1px dashed #D1C09C;
	padding-bottom:20px;
}
.mListMainContent .movieLside {
	float:left;
	border:5px solid #DDD8CD;
}
.mListMainContent .textRside {
	float:right;
	width:440px;
	border-collapse: separate;
	border-spacing: 3px;
}
.mListMainContent .textRside th {
	background: #E4F5CB;
	color: #72A327;
	font-weight: bold;
	padding: 5px 5px;
	text-align: center;
	width:65px;
}
.mListMainContent .textRside td {
	padding: 5px 10px;
}
.mListMainContent .textRside td div p {
	font-weight:bold;
}
.mListMainContent .textRside td>p {
	text-align:right;
	font-size:90%;
}
.mListMainContent .textRside td>p a {
	text-decoration:underline;
}
.mSubListContents {
	border-bottom:2px solid #F1EDE2;
	margin:0 0 40px 0;
}
.mSubListContents ul {
	margin:40px -10px 0 0;
}
.mSubListContents li {
	float:left;
	width:470px;
	margin:0 10px 20px 0;
}
.mSubListContents .movieLside {
	float:left;
	border:5px solid #DDD8CD;
}
.mSubListContents .textRside {
	float:right;
	width:240px;
	border-collapse: separate;
	border-spacing: 3px;
}
.mSubListContents .textRside th {
	background: #E4F5CB;
	color: #72A327;
	font-weight: bold;
	padding: 5px 5px;
	text-align: center;
	width:65px;
}
.mSubListContents .textRside td {
	padding: 5px 10px;
}
.mSubListContents .textRside td div p {
	font-weight:bold;
}
.mSubListContents .textRside td>p {
	text-align:right;
	font-size:90%;
}
.mSubListContents .textRside td>p a {
	text-decoration:underline;
}
.moreSee {
	text-align:right;
	margin-bottom:20px;
}
/*---------  form.html  ---------*/


.mFormCaution {
	margin:20px 40px 10px;
}
.mFormContent {
	margin:10px 40px 30px;
}
.mFormContent table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	table-layout: fixed;
	margin-bottom:40px;
}
.mFormContent table th, .mFormContent table td {
	border: 1px solid #CCCCCC;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
}
.mFormContent table th {
	color: #333;
	background: #E4F5CB;
	font-weight: bold;
	padding: 20px 12px 20px 12px;
	width: 30%;
}
.mFormContent table th span {
	display:block;
	color: #FFF;
	background-color:#ce3425;
	float:right;
	width:36px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	padding:2px 0;
}
.mFormContent table td {
	color: #333;
	font-weight: normal;
	padding: 18px 0px;
}
.mFormContent table td p {
	margin:5px 0 5px 30px;
	width:90%;
}

.mFormContent table td p.password {
	width:45%;
}


.mFormContent table td p input[type="button"], .mFormContent table td p select {
	margin-right:5px;
}
.mFormContent table td p span {
	margin:0 10px 0 0;
	display:inline-block;
}
.mFormContent table td p span a {
	text-decoration:underline;
}
.mFormContent table td p.errorMsg {
	background-color:#f9d1d2;
	color:#ce3425;
	font-weight:bold;
	border:1px solid #ce3425;
	width:80%;
	margin:10px 0 0 30px;
	padding:5px 10px;
}
.mFormContent table input[type="text"], .mFormContent table textarea {
	color: #333;
	padding: 6px;
	vertical-align: middle;
	width:90%;
}
.mFormContent table select {
	color: #333;
	padding: 6px;
	vertical-align: middle;
}
.postComp {
	width:720px;
	background-color:#E4F5CB;
	border:1px solid #70A428;
	font-size:16px;
	font-weight:bold;
	padding:60px 0 40px;
	margin:20px auto 40px;
	text-align:center;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.postComp p{
	margin-bottom:20px;
}

.faxInfo {
    text-align: center;
	margin-bottom:40px;
}

.faxInfo dl {
    background: #f2ede3 none repeat scroll 0 0;
    border: 2px solid #e1dcd2;
    display: inline-block;
    padding: 40px 20px;
    width: 560px;
}

.faxInfo dl dt {
    color: #633;
    font-size: 1.2em;
    margin-bottom: 10px;
	font-weight:bold;
}

.faxInfo dl dd {
    text-align: left;
	padding-left:60px;
}

.faxInfo dl dd strong {
    font-weight: bold ;
}


#inline-content {
	padding:10px;
}
#inline-content p {
	margin:10px 0;
}
#inline-content ul li {
	font-weight:bold;
}



.mPolicyContent {
	margin:20px 0 40px;
}
.mPolicyContent h4 {
	background: url("../../img/common/bg_h4long.gif") no-repeat left bottom;
}
.fontRed {
	color:#CC0000;
}
.mPolicyContent p {
	text-indent:1em;
}
.mPolicyContent div.scroll-pane {
	overflow-y:scroll;
	height:270px;
	border:1px solid #F2EDE3;
	margin-bottom:20px;
}
.mPolicyContent div.scroll-pane .policyTxt {
	background:	#F6F6F6;
	padding:10px;
}
.mPolicyContent div.scroll-pane .policyTxt p {
	margin-bottom:10px;
}
.mPolicyContent div.scroll-pane .policyTxt h5 {
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
}
.mPolicyContent div.scroll-pane .policyTxt dl dt {
	margin-bottom:3px;
}
.mPolicyContent div.scroll-pane .policyTxt dl dd {
	margin-bottom:10px;
}
.mPolicyContent div.scroll-pane .policyTxt dl dd ol {
	padding:10px;
}
.mPolicyContent div.scroll-pane .policyTxt dl dd ol li {
	padding:5px 0 0;
}





/*---------  howto.html  ---------*/

.howToContent {
	margin:20px 0;
}
.howToContent h4 {
	background: url("../../img/common/bg_h4long.gif") no-repeat left bottom;
}
.howToContent p {
	margin-bottom:10px;
}
.howToContent .howtoExplan {
	margin-bottom:30px;
}
.howToContent ol {
	margin-bottom:40px;
}
.howToContent ol li {
	text-indent:-3em;
	padding-left:3em;
}
.howToContent ol ol {
	margin:10px;
}


.mPolicyNotes {
	margin:20px 0 40px;
}

.mPolicyNotes h4 {
	background: url("../../img/common/bg_h4long.gif") no-repeat left bottom;
}

.mPolicyNotes ul li {
	text-indent:-1.3em;
	padding-left:1.5em;
}