/* CSS Document */


/* ===== 基本設定 ===== */
body{
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #333;
	line-height:1.4;
	text-align:center;
	background:url(../images/common/site_bg.jpg) center top repeat-x;
}

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;   
	font-weight:normal;
	margin:0;
	padding:0; 
}

h1 {
	font-size:10px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:right;
	width: 100%;
  max-width: 900px;
	height:15px;
	margin-bottom:10px;
	padding-top:5px;
}

h2 {
}

h3 {
}

h4 {  
}

h5 {  
}

h6 {  
}

p {
	padding:0 0 10px;
}



/* ----- clearfix ----- */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{ display:inline-block;}
/* HIdes from IE-mac */
*html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* End hide from IE-mac */

.clear {
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* ----- 文章装飾 ----- */
strong {
	font-weight:bold;
}
.txtRed {
	color:#FF0000;
}
.outTxt {
	text-indent: -99999px;
}


/* ----- リンク色 ----- */
a:link,a:visited {
	color:#0099CC;
	text-decoration:none;
}
a:hover,a:active {
	color:#FF6600;
	text-decoration:none;
}


/* ----- 著作権 ----- */
address {
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	letter-spacing:1px;
	text-align:right;
}


/* ----- その他 ----- */
#topicPath {
	font-size:11px;
	color:#999999;
	line-height:14px;
	width: 100%;
  max-width: 900px;
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:1px dotted #CCC;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.txtCenter{
	display:block;
	margin:auto;
}
@media screen and (max-width: 767px) {
.pc_view {
	display: none;
}
}
@media screen and (min-width: 768px) {
.sp_view {
	display: none;
}
}
/* ===== 外枠 ===== */
#wrap {
	text-align:left;
	width: 100%;
  max-width: 900px;
	margin:0 auto;
}


/* ===== ヘッダー ===== */
#header {
	width: 100%;
  max-width: 900px;
	height:420px;
	background:url(../images/common/main_img.jpg) top center no-repeat;
}
#header
#logo {
	width:120px;
	height:65px;
}
#header
#h-box {
	color:#FFFFFF;
	line-height:1.6;
	letter-spacing:1px;
	width: 100%;
	max-width:450px;
	height:110px;
	margin:35px 0 10px 25px;
}
#header
#h-btn {
	width:100%;
	max-width: 450px;
	height:45px;
	margin:0 0 10px 20px;
}


/* ===== コンテンツ枠 ===== */
#Column {
	width: 100%;
  max-width: 900px;
	margin-bottom:20px;
	background:url(../images/index/contents_bg.jpg) top center no-repeat;
}
#index #Column .contents-box {
	width: 100%;
  max-width: 900px;
	margin-bottom:100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#menu #Column .contents-box {
	width: 100%;
  max-width: 900px;
	margin-bottom:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#Column .contents-box
.contents-left {
	width:34%;
}
#Column .contents-box
.contents-right {
	width:62%;
}

.pageTop {
	clear:both;
	font-size:12px;
	text-align:right;
	margin:0 0 100px;
	padding-top:10px;
	border-top:1px dashed #CCC;
}
#pageTop {
	margin:10px 0;
	width: 98%;
}
#pageTop a {
	max-width: 155px;
	display: block;
	margin: 0 0 0 auto;
}

/* ===== フッター ===== */
#footer-wrap {
	clear:both;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.4;
	text-align:left;
	width:100%;
	height:200px;
	background:url(../images/common/footer_bg.gif) top center repeat-x;
}
#footer {
	width: 100%;
  max-width: 900px;
	margin:0 auto;
	padding:20px 0 10px;
}
#footer #footer-left {
	float:left;
}
#footer #footer-right {
	float:right;
}
