﻿﻿@charset "utf-8";

body {
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    margin:0;
    padding:0;
}

#dSorry{
	width: auto;
	padding:30px 30px;
	margin:50px;
	border: 2px solid #D2691E;
	line-height:2em;
	border-radius: 10px;
}
@media screen and (max-width:640px){
	#dSorry{
		padding: 15px 20px;
		margin: 25px;
	}
}
@media screen and (max-width:480px){
	#dSorry{
		padding: 10px;
		margin: 10px;
	}
}
#dSorry h1{
	color:#555;
	font-size:1.8em;
	margin-bottom: 30px;
}
@media screen and (max-width:640px){
	#dSorry h1{
		margin-bottom: 0;
	}
}

.bold {
        font-weight: bold;
}

/*----------------------------------------------*/
/*                                              */
/* base                                         */
/*                                              */
/*----------------------------------------------*/
body {
	color: #333333;
	background-color: #FFFFFF;
}

/*----------------------------------------------*/
/*                                              */
/* main                                         */
/*                                              */
/*----------------------------------------------*/
div#dMain {
	background: url(../image/common/bg_line_dotted_length.gif) repeat-y 671px top;
	margin-bottom: 30px;
}

/*----------------------------------------------*/
/*                                              */
/* contents                                     */
/*                                              */
/*----------------------------------------------*/
div#dContents {/* iewin56.css */
	margin-left:auto;
	margin-right:auto;
}

/*----------------------------------------------*/
/*                                              */
/* 以下、teiden.cssからコピー                   */
/*                                              */
/*----------------------------------------------*/
body#teiden{
	border: 1px none;
	color: #222222;
	text-align: center;

}
#teiden_wrapper {
	background-image: none;
	margin:0 auto;
	text-align: left;
	width: 100%;
	max-width: 950px;
}
#header_t {
	height: 120px;
	width: 100%;
}
#header_t_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#header_t #top {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    float: left;
    margin-top: 14px;
    margin-bottom: 13px;
    width: 179px;
    height: 0;
    padding-top: 60px;
    background: url(../img/layouts/logo.png) 0 0 no-repeat;
    background-size: 100%; }
#l-footer {
  background-color: #c11920;
  color: #FFF; }
  .l-footer > * {
    padding: 15px 20px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center; }
  .l-footer small {
    font-size: 0.66667rem; }
#footer_t_inner {
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
	width: 950px;
}

