@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #f1f1f1;
	font-family: HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;

}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}

/*header*/

.h1{
	text-align:left;
	font-size: 22px;
    padding-top:12px;
	padding-bottom:6px;
	font-weight:bold;
	color:#777;
	margin:0px 0px 0px 50px;
	}
	
.h1_link{
	text-align: right;
	font-size: 22px;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #777;
	margin: 0px 350px 0px 0px;
	position: absolute;
	right: 6px;
	top: 0;
	height: 45px;
	width: 256px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	}
	
.h2_link{
	text-align: right;
	font-size: 22px;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #777;
	margin: 0px 10px 0px 0px;
	position: absolute;
	right: 6px;
	top: 0;
	height: 45px;
	width: 256px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
	}

.menu
{
	background: center center no-repeat transparent;
	display: block;
	padding-top: 10px;
	text-align: center;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 5px;
}		
	
.header,
.content,
.footer
{
	height: 45px;
	text-align: center;
}
.header,
.footer
{
    background: #f1f1f1;
	font-size: 16px;
	font-weight: bold;
	color: #777;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}


nav ul {
    list-style:none;
}
.menu_header{
	font-size: 20px;
	color:#777;	
	text-align:center;
	}
	
img{
max-width: 100%;
height: auto;
width:auto;
}

/*main*/
#main {
    background: #FFFFFF;
}

#contents h1 {
    font-size: 20px;
}

@media screen and (max-width: 800px){
.h1{
	font-size: 16px;
	padding-top:14px;
}
.h1_link{
	font-size: 16px;
	padding-top:14px;
	}
.h2_link{
	font-size: 16px;
	padding-top:14px;
	}
		}