﻿.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/* === clear float elements Start ============================================= */
body .service-flow:after {
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}

body .service-flow {
	*zoom : 1 ;
	_display : inline-block ;
	_height : 1em ;
}


/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; /*vertical-align:baseline;*/ background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 0.85em;
	line-height: 0.95em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	background: #ffffff;
	color: #555;
}

a {

	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

img {

/*
	width: 100%;
*/
}

header {

	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #888888;
	z-index: 9999;

}

#logo{

	margin: 4px;
	float: left;
	width: 270px;
	height: 72px;
	background: url(../img/logo.jpg) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 18px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #aaaaaa url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #888888;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 1px;

}

.current {

	color: #2262AD;

}

section {

	margin: 30px auto 30px;
	width:95%;
/*
	max-width: 970px;
	min-width: 320px;
*/
	position: relative;
	padding: 10px

}

h1 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

footer {

	background: #fff;
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #888888;
	z-index: 100;

}

copyright {
	font-size:8px;
	margin:10px;
	height:30px;
	display: block;
}
h1 {
  font-size: 160%;
  margin: 25px 0;
}

h2 {
  font-size: 140%;
  margin: 10px 0;
}

h3 {
  font-size: 120%;
  margin: 8px 0;
  padding-top: 10px;
}

h4 {
  font-size: 110%;
  margin: 5px 0;
  padding-top: 10px;
}


#content {
	width: 95%;
	float: left;
	padding: 10px;
	border: 1px solid #c47f00;
	background: url(../img/content-bg.png) repeat;
}
.side-images {
  margin-top: 75px;
}

.text-area {
	border: 1px solid #c47f00;
	margin-top: -9px;
	padding: 10px;
	font-size: 13px;
	line-height: 1.63;
}

.liststyle li{
	list-style: disc;
	margin-left: 20px;
}

.btn-entry {
  display: block;
  margin: 0 auto;
/*  height: 80px;*/
  width: 300px;
  margin-top: 20px;
  text-align: center;
  background: url(../img/entry-button.png) no-repeat;
}

.content-block {
	background:#FFF;
	width:95%;
	margin-top:30px;
}

h2 {
	padding-bottom:10px;
	padding-left:10px;
	padding-top:50px;
	border-bottom:3px #c47f00 solid;
	font-size:21px;
	line-height:25px;
	margin:0 0 15px 0;
}

.service-flow {
	margin-top:0;

}

.service-flow .flow-box {
	float:left;
/*	width:144px;*/
	margin: 10px;
}

.service-flow .flow-box p {
	border-left:dashed 1px #000;
	padding-left:9px;
	line-height:1.6em;
	font-size:12px;
	margin:15px 0 0 0;
}

/* カラム[type2] */

.column02 {
	width:95%;
	padding:15px 0 50px 30px;
	font-size:14px;
}

.column02 p {
	color:#333;
	line-height:2em;
	margin-top:30px;
	margin-bottom:30px;
}

.txt01 {
	margin:0 0 15px 0 !important;
}

.txt01 img {
	vertical-align:middle;
}

.txt01 span {
	font-size:17px;
	font-weight:bold;
}

.txt01 a:link {
	text-decoration:underline !important;
	color:#333;
}

.txt01 a:hover {
	text-decoration:underline !important;
	color:#333;color:#333;
}

.txt01 a:visited {
	text-decoration:underline !important;
	color:#333;color:#333;
}

.btn {
	text-align:center;
	margin:50px 0 0 0;
}





/*MEDIA QUERY*/
@media only screen and (max-width : 1100px) {

	header {

		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;

	}

	#menu-icon {

		display:inline-block;
		display: hidden;

	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 10px;
		background: #fff;
		border: 2px solid #aaaaaa;
		right: 10px;
		top: 60px;
		width: 140px;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		display:inline-block;
		float: left;
		font-size: 10pt;
		text-align: center;
		width: 20%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}


	footer {

		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;

	}

