@charset "utf-8";
/* CSS Document */

/* 基本
------------------------------------------ */
body {
	width: 100%;
	font-size:14px;
	word-wrap: break-word;
	}

/* page_header
------------------------------------------ */
header#page_header {
	text-align: left;
	}

header#page_header > h1 {
	padding: 10px;
	line-height:1.5em;
	}
	
header#page_header > img {
	vertical-align:bottom;
	}
	
header#page_header > img#image_pc {
	display: none;
	}

/* Navi
------------------------------------------ */	
nav#nav_pc {
	display: none;
	}

/* section
------------------------------------------ */
section {
	clear: both;
	margin: 0 0 20px 0;
	}

section > h2 {
	padding: 10px;
	font-weight: normal;
	}
	
section > article {
	margin: 10px 0 0 0;
	padding:0 10px;
	line-height: 1.5;
	}
	
section > article > a.bunner {
	display: block;
	margin: 1em 0 0 0;
	}
	
section > article > header {
	margin: 20px 0 0 0;
	}
	
section > article > header > p {
	padding: 0 0 4px 0;
	font-weight: bold;
	}
	
section > article > p {
	margin: 10px 0 0 0;
	padding: 0 auto;
	}
	
section > article > footer {
	margin: 10px 0 0 0;
	text-align: right;
	}

/* section contact
------------------------------------------ */
section#contact {
	position: absolute;
	top: 10px;
	right: 0;
	}
	
section#contact > a {
	padding: 10px 15px;
	background: rgb(102,102,102);
	color: rgb(255,255,255);
	border-radius: 0 0 0 6px;
	text-decoration: none;
	}
	
section#contact > a:hover {
	background: rgb(51,51,51);
	}

/* footer
------------------------------------------ */
footer {
	margin: 20px 0 0 0;
	}

footer#page_footer > p {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	}
