@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
body#index .mainVisual {
	margin-bottom: 20px;
}

body#index .mainVisual .ttl {
	margin: -16px 0 0 -123px;
	position: absolute;
	left: 50%;
	top: 50%;
}

body#index #pagePath {
	display: none;
}

body#index #main {
	margin-bottom: 0;
}

body#index #mainBox {
	margin-bottom: 0;
}

body#index #main .h2Ttl {
	margin-bottom: 4px;
	text-align: center;
}

body#index #main .newsDl {
	margin-bottom: 17px;
}

body#index #main .newsDl dt {
	color: #858585;
}

body#index #main .newsDl dd {
	margin-bottom: 5px;
	padding-bottom: 10px;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom: 1px dotted #CCC;
}

body#index #main .newsDl dd a {
	text-decoration: underline;
}

body#index #main .btn {
	margin-bottom: 20px;
	text-align: center;
}

body#index #main .btn img {
	width: 62%;
}

body#index #main .blueBox {
	margin: 0 -15px;
	padding: 20px 15px 25px;
	background: url(../images/index/blue_bg.png) repeat-x top center;
	background-size: 190px auto;
}

body#index #main .blueBox .subBox {
	margin-bottom: 15px;
}

body#index #main .blueBox h2 img {
	width: 100%;
}

body#index #main .blueBox .txtBoxBg {
	padding-bottom: 30px;
	background: url(../images/index/txt_box_bg.png) no-repeat left bottom;
	background-size: 1500px 30px;
}

body#index #main .blueBox .txtBox {
	padding: 15px 0 33px;
	background-color: #FFF;
	text-align: center;
	position: relative;
}

body#index #main .blueBox .txtBox .link {
	margin-left: -50px;
	width: 100px;
	position: absolute;
	bottom: -12px;
	left: 50%;
}

body#index #main .blueBox .txtBox .link img {
	width: 100px;
}

body#index #main .yellowBox {
	padding-top: 10px;
	margin: -10px -15px 0;
	background: url(../images/index/yellow_box_bg.png) repeat-x top center;
	background-size: 20px 10px;
}

body#index #main .yellowBox .yellowBoxBg {
	padding: 20px 15px 65px;
	background-color: #FFEB6C;
}

body#index #main .yellowBox .textImg {
	margin: 0 -10px -2px;
}

body#index #main .yellowBox .textImg img {
	width: 100%;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/topics.html
------------------------------------------------------------*/
body#topics #main .h4Tt {
	letter-spacing: -1px;
}

body#topics #main .text {
	margin-bottom: 14px;
}

body#topics #main .photo {
	margin-bottom: 14px;
}

body#topics #main .photo img {
	width: 100%;
}

body#topics #main .post {
	margin-top: 22px;
}

body#topics #main p {
	margin-bottom: 22px;
}

body#topics #main .date {
	margin-bottom: 3px;
	color: #2BA3DF;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.1;
}

body#topics #main li a {
	text-decoration: underline;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/company.html
------------------------------------------------------------*/
body#company #main .headLine01 {
	margin-bottom: 14px;
}

body#company #main .map {
}

body#company #main .map iframe {
	width: 100%;
	height: 230px;
}

body#company #main .link {
	margin-bottom: 4px;
	text-align: right;
}

body#company #main .link a {
	text-decoration: underline;
}

body#company #main .txtDl dt {
	padding: 11px 0 0 6px;
	float: left;
}

body#company #main .txtDl dd {
	padding: 11px 0 6px 58px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #CCC;
}

body#company #main .txtDl dd span {
	margin-top: -4px;
	display: block;
	font-weight: bold;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/service.html
------------------------------------------------------------*/
body#service #main #dubbing,
body#service #main #movie {
	margin-bottom: 30px;
}

body#service #main .headLine02 {
	margin-bottom: 10px;
}

body#service #main p {
	margin-bottom: 13px;
}

#main .movie {
	margin-bottom: 16px;
}

#main .advertising {
	margin-bottom: 30px;
}

body#service #main .serviceArea > section {
	margin-bottom: 25px;
}

body#service #main .serviceArea > section:last-child {
	margin-bottom: 0;
}

body#service #main .photo {
	margin: 15px 15.5% 0;
}

body#service #main .photo img {
	width: 100%;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/faq.html
------------------------------------------------------------*/
body#faq #main p {
	margin-bottom: 25px;
}

body#faq #main .faqDl dt {
	margin-bottom: 1px;
	padding: 8px 10px 6px 52px;
	min-height: 30px;
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	background-color: #FAFAFA;
}

body#faq #main .faqDl dt:before {
	width: 40px;
    height: 100%;
	background: #7BCCF9 url(../images/faq/icon_q.png) no-repeat center 10px;
	background-size: 21px auto;
    position: absolute;
    top: 0;
	left: 0;
  
    content: ""; 
}

body#faq #main .faqDl dd {
	margin-bottom: 25px;
	padding: 10px 5px 10px 55px;
	position: relative;
	background-color: #F0F0F0;
}

body#faq #main .faqDl dd:before {
	width: 40px;
    height: 100%;
	background: #FF7270 url(../images/faq/icon_a.png) no-repeat center 13px;
	background-size: 22px auto;
    position: absolute;
    top: 0;
	left: 0;
  
    content: ""; 
}

/*------------------------------------------------------------
	◆読み込みHTML
	/recruit.html
------------------------------------------------------------*/
body#recruit #main .text {
	margin-bottom: 14px;
}

body#recruit #main .comTable {
	margin-bottom: 28px;
}

body#recruit #main .comTable th {
	font-weight: normal;
}

body#recruit #main .comTable td p {
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------
	◆読み込みHTML
	/contact.html
------------------------------------------------------------*/
body#contact #main p {
	margin-bottom: 22px;
}

body#contact #main .text {
	margin-bottom: 24px;
}

body#contact #main .text span {
	color: #D72626;
}
body#contact #main .caution {
	color: #D72626;
	margin-bottom:5px;
	font-size: 0.85em;
}

body#contact #main form .comTable {
	margin-bottom: 20px;
}

body#contact #main form .comTable th span {
	color: #D72626;
	font-weight: normal;
}

body#contact #main form .comTable td {
	padding: 8px 2% 6px;
}

body#contact #main form .comTable td input {
	padding: 0 3px;
	margin: 0 auto;
	width: 100%;
	height: 28px;
	font-size: 0.85em;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#FFF));
	box-sizing: border-box;
}



body#contact #main form .comTable td span {
	margin-top: 5px;
	display: block;
	font-size: 0.85em;
}

body#contact #main form .comTable td select {
	width: 100%;
	height: 30px;
	font-size: 0.85em;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

body#contact #main form .comTable td textarea {
	width: 100%;
	height: 90px;
	font-size: 0.85em;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#FFF));
	line-height: 1.3;
	box-sizing: border-box;
}

body#contact #main form .comTable td li {
	padding-top: 10px;
}

body#contact #main .mailForm td input#fZip,
body#contact #main .mailForm td input#fZip02 {
	width: 100px;
}
body#contact #main .mailForm td #fMunicipalities,
body#contact #main .mailForm td #fApartment{
	margin-top: 5px;
}
body#contact #main .mailForm td .notes01 {
	margin-bottom: 10px;
}



body#contact #main .mailForm .submit {
	text-align: center;
}

body#contact #main .mailForm .submit li {
	display: inline;
}
body#contact #main .mailForm .submit li input{
	display: inline-block;
	border: 0;
	width: 180px;
	height: 40px;
	background:url(../images/contact/btn_conf.png) no-repeat;
	background-size:180px 40px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius: 0;
}
body#contact #main .mailForm .submit li.send input{
	background:url(../images/contact/btn_send.png) no-repeat;
	background-size:180px 40px;
}
body#contact #main .mailForm .submit li.back input{
	background:url(../images/contact/btn_back.png) no-repeat;
	background-size:180px 40px;
	margin-bottom:10px;
}

body#contact #main .contactFix{
	text-align:center;
	padding:20px;
	margin-top: 20px;
	background:#fafafa;
}
body#contact #main .contactFix span{
	font-size: 1.14em;
	font-weight:bold;
	color: #1fa2e3;
}