﻿


/*--------------------------------
 body
---------------------------------*/
body {
	margin: 0;
	background-color: #836137;
	font-family: メイリオ;
	text-align: center;
}



/*--------------------------------
 div_nav
---------------------------------*/
.div_nav {
	width: 100%;
	background-color: #42311C;
	position: fixed;
}

.div_nav_table {
	width: 400px;
	height: 32px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.div_nav_table_cell {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.div_nav_table_cell a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding: 16px;
	
	border-radius: 8px;
	background-color: #836137;
	box-shadow: 4px 8px #21190E;
}

.div_nav_table_cell a:hover {
	color: #99FF33;
}



/*--------------------------------
 div_header
---------------------------------*/
.div_header {
	background-color: #42311C;
}

.div_header img {
	width: 1024px;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下で適応 */
	
	.div_header img {
		width: 100%;
	}
}



/*--------------------------------
 div_space
---------------------------------*/
.div_space {
	height: 60px;
}



/*--------------------------------
 div_title_var
---------------------------------*/
.div_title_var {
	padding: 8px;
	margin: 24px;
	background-color: #42311C;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	border-radius: 0px;
}



/*--------------------------------
 div_news
---------------------------------*/
.div_news {
}

.div_news_list {
	display: inline-block;		/* インラインブロック */
	padding: 0px;
	margin: 0px;
	width: 1200px;
	background-color: #42311C;
	border-radius: 0px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_news_list {
		width: 80%;
	}
}

.div_news_list_element {
	padding: 10px;
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 80%;
}

.div_news_list_element_date {
	font-size: 12px;
	text-align: left;
	color: #CCCCCC;
}

.div_news_list_element_text {
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
}

.div_news_list_element hr {
	height: 2px;
	background-color: #C0D480;
}



/*--------------------------------
 div_works
---------------------------------*/
.div_works {
}

.div_works_list {
	display: inline-block;		/* インラインブロック */
	text-align: center;			/* 子要素を左右中央揃えにする */
	padding: 0px;
	margin: 0px;
	width: 1200px;
	background-color: #42311C;
	border-radius: 0px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_works_list {
		width: 80%;
	}
}

.div_works_list_element_image {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 500px;
	margin: 20px;
}

@media screen and (max-width: 800px) {
	/* 800px以下で適応 */
	
	.div_works_list_element_image {
		width: 80%;
	}
}

.div_works_list_element_image img {
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	background-color: #836137;
	box-shadow: 4px 8px #21190E;
}

.div_works_list_element_info {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 500px;
	margin: 20px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
}

.div_works_list_element_info hr {
	height: 2px;
	background-color: #C0D480;
}

@media screen and (max-width: 800px) {
	/* 800px以下で適応 */
	
	.div_works_list_element_info {
		width: 80%;
	}
}

.div_works_list_element_info_tag_table {
	display: table;
}

.div_works_list_element_info_tag {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	text-align: center;
	font-size: 12px;
}

.div_works_list_element_info_tag_android {
	width: 80%;
	border-radius: 4px;
	background-color: #248D24;
}

.div_works_list_element_info_tag_iphone {
	width: 80%;
	border-radius: 4px;
	background-color: #444444;
}

.div_works_list_element_info_tag_steam {
	width: 80%;
	border-radius: 4px;
	background-color: #233B6C;
}

.div_works_list_element_info_tag_text {
	color: #FFFFFF;
	font-weight: bold;
}



/*--------------------------------
 div_update
---------------------------------*/
.div_update {
}



/*--------------------------------
 div_contact
---------------------------------*/
.div_contact {
}

.div_contact_list {
	display: inline-block;		/* インラインブロック */
	padding: 0px;
	margin: 0px;
	width: 1200px;
	border-radius: 0px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_list {
		width: 80%;
	}
}

.div_contact_list_element {
	display: inline-block;		/* インラインブロック */
	margin: 20px;
	background-color: #42311C;
	border-radius: 0px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_list_element {
		width: 80%;
	}
}

.div_contact_list_element_info {
	display: inline-block;		/* インラインブロック */
	width: 640px;
	margin: 20px;
	padding-top: 20px;
	border-radius: 0px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_list_element_info {
		width: 100%;
	}
}

.div_contact_list_element_image {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 480px;
	margin: 0px;
	padding-top: 20px;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_list_element_image {
		width: 80%;
	}
}

.div_contact_list_element_image img {
	width: 25%;
}

.div_contact_list_element_text {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 400px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.div_contact_sns_list_element_info {
	display: inline-block;		/* インラインブロック */
	width: 800px;
	margin: 32px;
	border-radius: 0px;
	background-color: #42311C;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_sns_list_element_info {
		width: 80%;
	}
}

.div_contact_sns_title {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	width: 800px;
	margin: 0px;
	padding-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

@media screen and (max-width: 1600px) {
	/* 1600px以下で適応 */
	
	.div_contact_sns_title {
		width: 80%;
	}
}

.div_contact_sns_table_element_image {
	display: inline-block;		/* インラインブロック */
	vertical-align: top;		/* ベースラインあわせによるズレの修正 */
	padding: 0px 16px;
}

.div_contact_sns_table_element_image img {
	width: 28px;
	padding: 12px;
	border-radius: 8px;
	background-color: #836137;
	box-shadow: 4px 8px #21190E;
}

/*--------------------------------
 div_footer
---------------------------------*/
.div_footer {
	padding: 0px;
	margin: 0px;
	background-color: #42311C;
	text-align: center;
}

.div_footer_copyright {
	padding: 16px;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
