@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body{
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    margin:0;
    color:#313131;
}
img{
	outline:none;
	border-style:none;
}
a{
	color:#545454;
}
a:visited{
	color:#545454;
}
a:hover{
    color:#545454;
}
a:active{
    color:#545454;
}

/**ヘッダー**/
#common-header{
	border-bottom: 1px #fc6736 solid;
	width: 100%;
}
.common-header-logo{
	margin-left: 32px;
	margin-top: 8px;
}
.common-header-logo img{
	width: 200px;
}

/**メイン*/
#common-main{
	margin: 8px 48px 8px;
	
}
@media screen and (max-width: 728px) {
	#common-main{
		margin: 8px 10px 8px;
		
	}
}
#common-main h1{
	border-left: #fc6736 solid 20px;
	padding-left: 4px;
	margin-top: 30px;

}
#common-main p{
	margin-top: 12px;
	margin-left: 8px;
}
.terms h2{
	font-size: 1.4em;
	margin-top: 16px;
}
.terms p{
	margin-left: 16px !important;
}
.terms ol{
	padding-left: 42px;
}
.termes-date{
	text-align: right;
	margin-top: 32px;
}
.company-info{
	margin-top: 12px;
}
.company-info table {
	width: 90%;
}
.company-info table tr th,td{
	border-bottom: dotted 1px #333333;
	padding: 4px 16px 8px;
}


/*****★★★FOOTER★★★*****/
.footer{
 margin-top: 40px;
 background-color: #fc6736;
 padding: 0px;
 width: 100%;
 bottom: 0;
}
.footer-container{
	height: 80px;
	padding-top: 24px;
	text-align: center;
}
.footer_logo{
	width: 200px;
}
.footer-link{
	text-align: center;
	margin-bottom: 20px;
}
.footer-link span{
	margin: 0 12px;
}
.footer a{
 font-size: small;
 text-decoration: none;
 color: #fff;
}
.footer a:hover{
 font-size: small;
 text-decoration: none;
 color: #fff;
}
.footer a:visited{
 font-size: small;
 text-decoration: none;
 color: #fff;
}
.siteowner{
 font-size: small;
 text-align: center;
 margin: 0 auto 0;
 padding-bottom: 8px;
 color: #fff;
}
.copyright{
 font-size: xx-small;
 text-align: center;
 margin: 0 auto 0;
 padding-bottom: 8px;
 color: #fff;
}