@charset "utf-8";

body{
 float: center; 
 color: #ffffff;
 background-color: #000000;
 text-align: center;
 font-family: sans-serif;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0px;
 padding: 0;
}

/* リンク色 */
a:link { color: #656254 }
a:active { color: #e60000 }
a:hover { color: #e60000 }
a:visited { color: #888888 }

/* 画像 */
img { border: 0px }

/* リスト */
ul{ list-style: none }


.container {
 max-width: 1040px;
 padding: 0px 20px;
 float: center; 
 margin-left: auto;
 margin-right: auto;
 }

/* ヘッダー*/

div#header {   
 width: 100%;
 background-color: #000;  
 }

.header_logo {
 text-align: left;
 padding: 23px 0px;
 background-color: #000;  
 }

/* 内容*/

.content {   
 width: 100%;
 background-color: #000;  
 }

.left {
 float: left;  
 width: 50%;
 text-align: center;
 margin-top: 30px;
 }

.right {
 float: right;  
 width: 50%;
 text-align: left;
 margin-top: 40px;
 }

.clear {
 clear: both;
 }

h1 {
 color: #656254;
 font-size: 52px;
 line-height: 1;
 text-align: left;
 font-family: 'Roboto Condensed', sans-serif;
 margin-bottom: 20px;
 }

h2 {
 color: #656254;
 font-size: 24px;
 line-height: 1;
 text-align: left;
 font-family: 'Zen Maru Gothic', sans-serif;
 margin-bottom: 20px;
 }

.txt01 {
 color: #656254;
 font-size: 14px;
 line-height: 1.5;
 text-align: left;
}

.menu {
 margin-left:-40px;
 margin-bottom: 20px;
 }

.menu > li {
 color: #656254;
 font-size: 20px;
 line-height: 2;
 text-align: left;
 font-family: 'Roboto Condensed', sans-serif;
 }

.menu li a {
 text-decoration: none;
 }


.btn {
 margin-bottom: 100px;
 }

.btn a {  
 color: #e60000;
 font-size: 18px;
 font-family: 'Roboto Condensed', sans-serif;
 line-height: 2;
 text-align: left;
 text-decoration-line: none;
 border: 1px solid #e60000;
 border-radius: 3px;
 padding: 6px 20px;
 background-color: #fff;
 }

.btn a:active { 
 color: #fff;
 background-color: #e60000;
 }

.btn a:hover {
 color: #fff;
 background-color: #e60000;
 }


/* ページトップへのリンク*/

div#to_top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 }

/* フッター*/

div#footer {
 width: 100%;
 background-color: #000;
 padding: 20px 0px 80px 0px;
 border-top: 1px solid #fff;
 }


.footer_txt {
 color: #dfdfdf;
 font-size: 12px;
 line-height: 1.5;
 text-align: right;
 }

.footer_txt a:link {
 color: #ffffff;
 }

.footer_txt a:active {
 color: #E26ED3;
 }

.footer_txt a:hover {
 color: #E26ED3;
 }

.footer_txt a:visited {
 color: #ffffff;
 }





.green {
 color: #277439;
}

.red {
 color: #ff0000;
}

.center {
 float: center; 
 font-size: 18px;
}

.left {
 float: left; 
}

.right {
 float: right; 
}

.s{ 
 font-size: 10px;
 line-height: 1.5;
}

.m{ 
 font-size: 14px;
 line-height: 1.5;
 }

.mb{ 
 font-size: 14px;
 line-height: 1.5;
 font-weight: bold; 
}

.l{ 
 font-size: 16px;
 line-height: 1.5;
 }

.lb{ 
 font-size: 16px; 
 line-height: 2;
 font-weight: bold;
 }

.l2{ 
 font-size: 18px;
 }

.ll{ 
 font-size: 24px;
 font-weight: bold;
 }

.xl{ 
 font-size: 40px;
 font-weight: bold;
 }

.b{ 
 font-weight: bold;
 }






