#main_img {
	border-top: #bca33f 5px solid;
	border-bottom: #bca33f 5px solid;
	background-image: url(../images/sub_cloud_left.png), url(../images/sub_cloud_right.png);
	background-repeat: no-repeat;
	background-position: bottom left, top right;
	width: 100%;
	height: 190px;
	margin: 40px 0 0;
	overflow: hidden;
}

#main_img_inner {
	width: 1024px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

#main_img_inner #main_logo {
	position: absolute;
	top: 0;
	left: 65px;
	z-index: -1;
}

#main_img_inner #nagoya_castle {
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: -1;
}

#main_img_sp {
	display: none;
}

@media screen and ( max-width:767px ){
	
#main_img {
	background: none;
	width: 100%;
	height: auto;
	margin: 40px 0 0;
}

#main_img_inner {
	display: none;
}

#main_img_inner #main_logo {
	position: absolute;
	top: 60px;
	left: 75px;
}

#main_img_inner #nagoya_castle {
	position: absolute;
	bottom: 0;
	right: -110px;
}
#main_img_sp {
	display: block;
	height: auto;
}

#main_img_sp img {
	width: 100%;
	height: auto;
}

}

.content_ttl {
	font-size: 124%;
	color: #fff;
	background: #000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.gold_frame {
	box-shadow: inset 1px 1px 0 0 #dbdbdb, inset -1px -1px 0 0 #dbdbdb;
}

.gold_frame:hover {
    box-shadow: inset 5px 5px 0 0 #bca33f, inset -5px -5px 0 0 #bca33f;
}

.border_outer img {
	z-index: -1;
	position: relative;
}

#new_article_list .gold_frame_c {
	box-shadow: inset 0 1px 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
}

#new_article_list .gold_frame_c:hover {
    box-shadow: inset 5px 5px 0 0 #bca33f, inset -5px -5px 0 0 #bca33f;
}

#back_article_list .gold_frame_b {
	box-shadow: inset 1px 1px 0 0 #dbdbdb, inset 0 0 0 1px #dbdbdb;
}

#back_article_list .gold_frame_b:hover {
    box-shadow: inset 5px 5px 0 0 #bca33f, inset -5px -5px 0 0 #bca33f;
}

@media screen and ( max-width:767px ){

.gold_frame {
	box-shadow: none;
}

.gold_frame:hover {
    box-shadow: none;
}

.border_outer {
	border: #dbdbdb 1px solid;
}

}

#article_list {
	width: 960px;
	margin: 70px auto 160px;
}

#article_list .article_list_ttl_1 {
	font-size: 170%;
}

#article_list .article_list_ttl_2 {
	font-size: 170%;
}

#article_list_left {
	width: 670px;
	margin: 0 70px 0 0;
	float: left;
}

#new_article_list .border_inner {
	width: 670px;
	height: 190px;
	margin: 30px 0 0;
}

#new_article_list .border_inner .new_article_img {
	float: left;
}

#new_article_list .border_inner img {
	width: auto;
	height: 190px;
}

.border_outer:hover a .article_ttl {
	color: #bca33f !important;
}

#new_article_list .border_inner .content {
	width: 366px;
	padding: 25px 20px 20px 30px;
	float: left;
	line-height: 1.4;
}

#new_article_list .border_inner .content .article_ttl {
	font-size: 154%;
	font-weight: bold;
	padding: 0 0 20px;
}

#new_article_list .border_inner .content .date {
	padding: 0 0 10px;
}

#new_article_list .border_inner .content .category .blue {
	color: #1d95c7;
}

#pager { margin: 35px 0 0; }
#single_pager { margin: 75px 0 0; }

#single_article .category_list {
	margin: 0;
}

#single_article .category_list ul li {
	background: #ededed;
	border-bottom: #c7c7c7 1px solid;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	float: left;
	line-height: 24px;
}

#single_article .category_list ul li.samurai {
	background: #cfbe7a;
	border-bottom: #675e3c 1px solid;
}

#single_article_content {
	border: #dbdbdb 1px solid;
	height: 500px;
}

#single_article {
	border-bottom: #dbdbdb 1px solid;
}

#writer_content {
	background: #efefef;
	margin: 30px 0 55px;
	padding: 15px;
	line-height: 1.4;
}

#writer_img {
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}

#writer_txt {
	width: 555px;
	float: left;
}

#writer_name {
	font-size: 124%;
	padding: 0 0 10px;
}

#article_list .recommend_list_ttl {
	font-size: 170%;
	margin: 80px 0 0;
}

#back_article_list_outer {
	width: 960px;
	margin: 0 auto;
}

.back_list_ttl {
	font-size: 170%;
	margin: 80px 0 0;
}

#back_article_list {
	margin: 0 0 120px;
}

#back_article_list li {
	width: 308px;
	margin: 0 18px 0 0;
	float: left;
}

#back_article_list li.last {
	margin: 0;
}

#back_article_list .border_inner {
	width: 278px;
	height: auto;
	margin: 30px 0 0;
	padding: 15px;
}

#back_article_list .border_inner .new_article_img {
	margin: 0 15px 0 0;
	float: left;
}

#back_article_list .border_inner img {
	width: auto;
	height: 90px;
}

.border_outer:hover a .article_ttl {
	color: #bca33f !important;
}


#back_article_list .border_inner .content {
	width: 143px;
	float: left;
	line-height: 1.4;
}

#back_article_list .border_inner .content .article_ttl {
	font-size: 116%;
	font-weight: bold;
	padding: 0 0 10px;
	text-decoration: underline;
}

#back_article_list .gold_frame_b:hover a .article_ttl {
	text-decoration: none !important;
}

#back_article_list .border_inner .content .category .blue {
	color: #1d95c7;
}

@media screen and ( max-width:767px ){

#article_list_outer {
	width: 100%;
	margin: 10px auto 20px;
	padding: 0 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#article_list {
	width: 100%;
	margin: 30px auto 60px;
}

#article_list_left {
	width: 100%;
	margin: 0 0 40px;
	float: inherit;
}

#article_list .article_list_ttl_1 {
	font-size: 124%;
	padding: 0 10px;
}

#article_list .article_list_ttl_2 {
	font-size: 124%;
	padding: 0;
}

#new_article_list .pickup_outer {
	margin: 10px 0;
	padding: 0 10px;
}

#new_article_list .border_inner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px;
}

#new_article_list .border_inner .new_article_img {
	float: inherit;
}

#new_article_list .border_inner img {
	width: 100%;
	height: auto;
}

#new_article_list .border_inner .content {
	width: 100%;
	padding: 15px 10px 0;
	float: inherit;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#new_article_list .border_inner .content .article_ttl {
	font-size: 108%;
	font-weight: bold;
	padding: 0 3px 13px;
}

#new_article_list .border_inner .content .date {
	padding: 0 0 15px;
}

#new_article_list {
	width: 100%;
	margin: 10px 0 0;
}

#new_article_list ul {
	overflow: hidden;
}

#new_article_list ul li {
	width: 50%;
	margin: 0;
	float: left;
	line-height: 1.4;
}

#new_article_list ul li.last {
	margin: 0;
	padding: 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#new_article_list ul li img {
    height: auto;
    max-width: 100%;
    width: auto;
}

#new_article_list ul li .article_ttl {
	font-size: 108%;
	font-weight: bold;
	padding: 15px 13px 15px;
}

#new_article_list ul li .date {
	padding: 0 10px 10px;
}

#new_article_list .gold_frame_c {
	box-shadow: none;
}

#new_article_list .gold_frame_c:hover {
    box-shadow: none;
}

#pager { margin: 20px 0 0; }
#single_pager { margin: 40px 0 0; }

#pager img, #single_pager img, #comment img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#writer_content {
	background: #efefef;
	width: 100%;
	margin: 30px 0 55px;
	padding: 15px;
	line-height: 1.4;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

#writer_img {
	width: 20%;
	margin: 0 15px 15px 0;
	float: left;
}

#writer_img img {
	width: 100%;
	height: auto;
}

#writer_txt {
	width: 100%;
	float: left;
}

#writer_name {
	font-size: 124%;
	padding: 0 0 10px;
}

#back_article_list .gold_frame_b {
	box-shadow: inset 0 1px 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
}

#back_article_list .gold_frame_b:hover {
    box-shadow: inset 0 1px 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
}

#article_list .recommend_list_ttl {
	font-size: 124%;
	margin: 40px 0 0;
}

.back_list_ttl {
	font-size: 124%;
	margin: 40px 0 0;
}

#back_article_list_outer {
	width: 100%;
	padding: 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#back_article_list li {
	width: 50%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

#back_article_list li.second {
	margin: 0;
}

#back_article_list .border_inner {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	padding: 10px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#back_article_list .border_inner .new_article_img {
	margin: 0;
	float: inherit;
}

#back_article_list .border_inner img {
	width: 100%;
	height: auto;
}

.border_outer:hover a .article_ttl {
	color: #bca33f !important;
}

#back_article_list .border_inner .content {
	width: 100%;
	line-height: 1.4;
}

#back_article_list .border_inner .content .article_ttl {
	font-size: 108%;
	font-weight: bold;
	padding: 10px 0 10px;
}

#back_article_list .border_inner .content .date {
	padding: 0;
}

#back_article_list .border_inner .content .category .blue {
	color: #1d95c7;
}

#back_article_list .border_outer {
	border: none;
}

}

#search_box_1_outer {
	width: 1024px;
	height: 720px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#search_box_1 {
	position: absolute;
	top: 21px;
	right: 0;
	background: #fff;
	line-height: 1.4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#search_box_1 input#search_frame {
	background: #fff;
	width: 210px;
	height: 24px;
	padding: 2px 10px 3px 8px;
	border:solid 1px #5d5120;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#search_box_1 input#search_btn {
	border: 0;
	background: url(../images/search_btn.png) no-repeat;
	width: 64px;
	height: 24px;
}