/*---------reset css---------------*/

*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
}

a{
	font-weight: bold;
	text-decoration: underline;
	color: #f6791e;
}

/*---------header-------------------*/

header{
	width: 100%;
	background: #a6dec1;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
}

div.header_content{
	width: 60%;
	margin-left: 20%;
	overflow: hidden;
	position: relative;
}

div.header_side{
	width: 50%;
	float: left;
}

div.header_navi{
	width: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.navi{
	overflow: hidden;
	float: right;
}

ul.navi li{
	float: left;
}

ul.navi li a{
	display: block;
	padding: 10px 20px;
	background: #fff;
	margin-left: 10px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5) inset;
}

h1{
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}

p.description{
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}

p.description a{
	font-size: 30px;
}

div.header_under{
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

/*------------main_content---------------*/

div.iron_case{
	width: 60%;
	margin-top: 20px;
	margin-left: 20%;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.7);
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

div.main_img{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.8);
}

div.main_img > p > img{
	width: 100%;
	vertical-align: bottom;
}

div.pankuzu{
	width: 60%;
	margin-left: 20%;
	margin-top: 20px;
}

div.pankuzu > ul{
	overflow: hidden;
}

div.pankuzu > ul li{
	float: left;
}

div.pankuzu > ul li a{
	text-decoration: none;
}

div.pankuzu > ul li a:after{
	content: ">>";
	margin: 0 10px;
}

div.main_content{
	width: 50%;
	overflow: hidden;
	overflow: hidden;
}

div.content_box{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

div.text_box{
	width: 100%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}

h2{
	background: rgba(255,255,255,0.2);
	padding: 5px 10px;
	box-sizing: border-box;
	border-left: 5px solid #fff;
	color: #fff;
}

div.text_area{
	width: 100%;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	overflow: hidden;
}

div.text_area > p:nth-child(2){
	margin-top: 10px;
}

div.text_area > p{
	color: #fff;
}

p.img_area{
	width: 100%;
	margin-bottom: 20px;
}

p.img_area img{
	width: 100%;
	height: 100%;
}

/*------------content_box_side--------------*/

div.content_box_side{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	box-sizing: border-box;
}

div.side_box{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}

ul.side_list{
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
}

ul.side_list > li{
	margin-bottom: 10px;
}

/*------------footer------------------------*/

footer{
	width: 100%;
	background: #a6dec1;
	border-top: 1px solid rgba(0,0,0,0.2);
}

div.footer_content{
	width: 70%;
	margin-left: 15%;
}

p.copy{
	text-align: center;
	padding: 30px 0;
}

/*-----------sub-----------------------------*/

div.text_box_sub{
	width:90%;
	margin-left: 5%;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}

div.text_box_sub > div.text_area{
	float: none;
	width: 100%;
}

p.post_information{
	text-align: right;
	padding: 10px 10px 0 10px;
}

/*---------sitemap-----------------------------*/

div.text_area_sitemap > h2{
	font-size: 20px;
}

div.text_area_sitemap > h3{
	padding: 10px;
	color: #fff;
	box-sizing: border-box;
}

div.text_area_sitemap > ul{
	margin-left: 30px;
}

div.text_area_sitemap > ul li:first-child{
	margin-bottom: 10px;
}

div.text_area_sitemap > p{
	margin-left: 30px;
}

/*-------about-------------------------------*/

div.text_area_about > h2{
	font-size: 20px;
}

table{
	color: #fff;
	margin-top: 10px;
}

td{
	width: 60%;
	padding: 10px;
	box-sizing: border-box;
	word-break: break-all;
}

td:first-child{
	width: 35%;
}

td:nth-child(2){
	width: 5%;
}

/*------category-------------------------------*/

h2.category_h2{
	margin-bottom: 10px;
}

div.category_box{
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

div.category_box > h3{
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.2);
}

div.category_box > p{
	padding: 10px;
	box-sizing: border-box;
}

p.category_link{
	text-align: right;
}

/*---------resposive-----------------*/

@media screen and (max-width:1400px){

	div.header_content{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.iron_case{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	div.main_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	}

	div.pankuzu{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	div.header_under{
	float: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	}

}


@media screen and (max-width:980px){

	div.header_content{
		width: 100%;
		box-sizing: border-box;
	}
	
	div.iron_case{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	div.main_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

	div.header_under{
	width: 100%;
	margin-left: 0;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	}
	
}

@media screen and (max-width:900px){

	h1 a{
		font-size: 20px;
	}

	div.main_content{
		height: auto;
	}

	div.header_side{
	width: 100%;
	float: none;
	padding-left: 10px;
	box-sizing: border-box;
	}

	div.header_navi{
	width: 100%;
	overflow: hidden;
	position: static;
	}	

	ul.navi{
	overflow: hidden;
	float: none;
	}

	ul.navi li{
	float: none;
	text-align: center;
	}

	ul.navi li a{
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #fff;
	margin-left: 0;
	box-sizing: border-box;
	}

	div.content_box{
	width: 100%;
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
	float: none;
	}

	div.content_box_side{
	width: 100%;
	overflow: hidden;
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
	}

	div.text_area{
	width: 100%;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	}

	p.img_area{
	width: 100%;
	float: none;
	margin-bottom: 10px;
	}

	div.pankuzu{
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	div.main_img{
	width: 100%;
	margin-left: 0;
	}

	div.main_img > p > img{
	width: 100%;
	vertical-align: bottom;
	}

	div.content_box_side{
	width: 100%;
	overflow: hidden;
	margin-left: 0;
	padding: 10px 0;
	box-sizing: border-box;
	}

	div.side_box{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	float: none;
	}

}

@media screen and (max-width:730px){

	div.content_box_side{
	width: 100%;
	overflow: hidden;
	margin-left: 0;
	padding: 10px 0;
	box-sizing: border-box;
	}

	div.side_box{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	float: none;
	}

}

/*-------------color チェンジ--------------------*/
body{
	background: #e3f4a4;
}

a{
	color: #ca167e;
}

header, footer, div.iron_case{
	background: #ca6916;
}