@charset "shift_jis";
/* style css */

body {
	-webkit-text-size-adjust : none; /* ΆΜgε³΅ */
	margin: 0;
	padding: 30px;
	font-size: 1em;
}

body a {
  -webkit-tap-highlight-color:rgba(125,125,125,0.3); /* ^bvΜ½]F */
}

body a:hover {
	text-decoration: none;
}

#wrap {
    margin: 0 auto;
	padding: 50px;
	max-width: 900px;
	background-color: #FFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* pΫ */
		-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
		-o-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
		-ms-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
		border-radius: 5px;
	/* {bNXVhE */
		-webkit-box-shadow: 0 0 5px #DDD;
		-moz-box-shadow: 0 0 5px #DDD;
		box-shadow: 0 0 5px #DDD;
	z-index: 0;
}

#wrap:after, #wrap header:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

hr {
	clear: both;
}

div.gotop {
	width: 50px;
	height: 50px;
	/* pΫ */
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-o-border-radius: 25px;
		-ms-border-radius: 25px;
	border-radius: 25px;
	background: #000;
	font-size: 2em;
	color: #CCC;
	text-indent:9px;
	line-height: 43px;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

div.gotop:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}



/*========================================
	@header@
========================================*/

#header {
	border-bottom: 1px solid #CCC;
}

#header .article {
	margin-bottom: 100px;
}

#wrap #header p {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
}

#wrap #header p.sub_title {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}



/*========================================
	@root_path@
========================================*/

#root_path {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	font-size: 0.8em;
	/* eLXgI[o[tE */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

#root_path span {
	margin: 0;
	padding: 0 10px;
}



/*========================================
	@main
========================================*/

#main {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}




/*========================================
	@main left@
========================================*/

#left {
	float: left;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#left dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#left dl:last-child {
	border-bottom: none;
}

#left dd {
	margin: 0 0 30px;
}

/*
#left dd.year-day-time {
	font-size: 0.8em;
	margin-top: 10px;
}

#left dd.year-day-time span {
	font-weight: bold;
}
*/

#left h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 40px 0px;
}




/*========================================
	@main right@
========================================*/

#right {
	float: right;
	width: 25%;
	height: auto;
	margin: 100px 0 0;
	padding: 0;
	font-size: 0.9em;
}

#right p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-indent: 10px;
	color: #666;
}

#right ul {
	margin: 0 0 50px;
	padding: 0;
}

#right ul li {
	margin: 0;
	padding: 0;
}

#right ul li:first-child {
	margin: 20px 0 0;
}

#right ul.ather {
	margin: 0;
}




/*========================================
	@footer@
========================================*/

#footer {
	clear: both;
	width: 100%;
	height: auto;
	padding: 50px 0 0;
	text-align: center;
	font-size: 0.8em;
}

#footer p {
	border-top: 1px solid #CCC;
	padding: 40px 0 0;
}





/*========================================
	@ipad@tablet@
========================================*/
/*
@media only screen and (max-width:800px) {

	body {
		padding: 30px;
	}

	#wrap {	
		max-width: 100%;
		padding: 30px;
		overflow: hidden;
	}
	
	#wrap header article, #wrap header section {
		width: 100%;
		float: none;
	}

	#wrap header article {
		float: left;
		width: 60%;
		margin-bottom: 50px;
	}
}
*/



/*========================================
	@iphone androido@
========================================*/

@media only screen and (max-width:800px) {

	body {
		padding: 10px;
	}

	#wrap {	
		max-width: 100%;
		padding: 20px;
		overflow: hidden;
	}
	
	#header .article, #header #div.section {
		width: 100%;
		float: none;
	}

	#header .article {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#header .article p {
		font-size: 1.6em;
	}



	#main {
		margin: 20px 0 0;
		padding: 0;
	}

	#left {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	#right {
		float: none;
		width: 100%;
		height: auto;
		margin: 50px 0 0;
		padding: 0;
	}

	#right ul li {
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		background: url(../img/icon_01.gif) no-repeat center right;
	}

	#right ul li a span {
		width: 80%;
		margin: 0px;
		padding: 10px;
	/* eLXgI[o[tE */
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	#right ul li a {
		text-decoration: none;
	}
/*
	#right ul li:first-child {
		border: none;
		border: none;
	}
	*/

	#right ul.ather li:first-child {
		background: none;
	}

	#right ul li:first-child {
		border: 1px solid #CCC;
	/* pΫ */
		-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
		-o-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
		-ms-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
	}

	#right ul li:last-child {
		border-top: none;
	/* pΫ */
		-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
		-o-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
		-ms-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
	}

	div.gotop {
		width: 30px;
		height: 30px;
		/* pΫ */
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			-o-border-radius: 15px;
			-ms-border-radius: 15px;
		border-radius: 15px;
		background: #000;
		font-size: 1em;
		color: #CCC;
		text-indent:7px;
		line-height: 28px;
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
}