/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
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;
		font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
		font-size: 14px;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ol,ul {
    list-style:none;
}

img {
	vertical-align: bottom;
}

p {
	/*line-height: 1.5;*/
}
 

blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

input[type=text],
input[type=email],
textarea {
		font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
		font-size: 14px;
}




/*=========================================================

common

=========================================================*/
body {
	background-color: #000;
}

sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.wrapper {
	margin: 0 auto;
	max-width: 640px;
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.4;
}

.btn_pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 50;
}


/*=========================================================

.header_common

=========================================================*/
header.header_common {
	position: relative;
	padding: 20px;
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

header.header_common:after {
  content: "";
  clear: both;
  display: block;
}

header.header_common .ttl {
	float: left;
	width: 85.1%;
}

header.header_common h1 {
}

header.header_common div.btn_menu {
	float: right;
	padding-top: 15px;
	width: 9%;
	cursor: pointer;
}


header.header_common nav.global_nav {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 30;
}

header.header_common nav.global_nav ul {
	background-color: rgba(0,0,0,0.85);
}

header.header_common nav.global_nav ul li {
	border-bottom: 1px solid #333;
	width: 100%;
}

header.header_common nav.global_nav ul li:last-child {
	border-bottom: none;
}

header.header_common nav.global_nav ul li a {
	display: block;
	padding: 20px 0 20px 40px;
	background: url(../images/ico_arw01.png) 15px center no-repeat;
	background-size: 8px auto;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.name {
	color:#fff;
	font-size:114.3%;
	padding:5px 0;
}




/*=========================================================

.footer_common

=========================================================*/
footer.footer_common {}

footer.footer_common div.footer_inner1 {
	padding: 15px 0;
	background-color: #4b4848;
}

footer.footer_common div.footer_inner1 p.business {
	margin: 0 auto;
	width: 86.7%;
}

footer.footer_common div.footer_inner1 p.management {
	margin: 10px auto 0;
	width: 65.1%;
}

footer.footer_common div.footer_inner2 {
	padding: 20px;
	background-color: #232323;
}

footer.footer_common div.footer_inner2 h3 {
	color: #fff;
	font-size: 85.7%;
	text-align: center;
	letter-spacing: 0.1em;
}

footer.footer_common div.footer_inner2 p.logo_ken {
	margin: 18px auto 0;
	width: 51.5%;
}

footer.footer_common div.footer_inner2 p.dial {
	margin: 18px auto 0;
	width: 76%;
}



footer.footer_common div.footer_inner2 p.logo_shinozaki {
	margin: 18px auto 0;
	width: 45.1%;
}

footer.footer_common div.footer_inner2 p.contact {
	margin-top: 10px;
	color: #fff;
	font-size: 85.7%;
	text-align: center;
}

footer.footer_common div.footer_inner2 hr {
	margin-top: 18px;
	border-color: #4b4848;
}

footer.footer_common div.footer_inner3 {
	padding: 20px 0;
}

footer.footer_common div.footer_inner3 p.logo_associa {
	margin: 0 auto;
	width: 30.7%;
}

footer.footer_common div.footer_inner3 p.copyright {
	margin-top: 10px;
	color: #fff;
	font-size: 71.4%;
	text-align: center;
}

/*=========================================================

.contents

=========================================================*/
.contents {
	position: relative;
}

.contents.second {
	padding: 30px 0;
	background-color: #fff;
}


.contents.second p.lead {
	margin-top: 20px;
	text-align: center;
}



/*.clearfix
----------------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}