@charset "UTF-8";

/**********************************************
	Primary style
**********************************************/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************
　Body
**********************************************/
body {
	font-size: 100%;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #000;
	background-color: white;
}

body, html {
	/* important */
	height: 100%;
}

/**********************************************
　Access Analisis
**********************************************/
#access{
	float:right;
}

/**********************************************
　Link
**********************************************/
a {
	color:navy;
   text-decoration:underline;
}

a:visited {
	color:#800000;
   text-decoration:underline;
}

a:hover {
   color:#C94C00;
}

a:active {
	color: #C94C00;
}

/**********************************************
　Grobal
**********************************************/
img {
   border:0;
   vertical-align:bottom;
}

/**********************************************
　Container
**********************************************/
.container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 96%;
	max-width: 900px;
	overflow : hidden;
	margin: 0 auto;
	padding:0;
   border:0px solid brown;
}

.container_50 {
	float:left;
	width: 48%;
	margin:0 4% 0 0;
   border:0px solid brown;
}

.container_50r {
	float:left;
	width: 48%;
	margin:0;
   border:0px solid brown;
}

.container_30 {
	float:left;
	width: 28%;
	margin:0 4% 10px 0;
   border:0px solid brown;
}

.container_70 {
	float:left;
	width: 68%;
	margin:0;
   border:0px solid brown;
}

/***　3列用　***/
.container_33 {
	float:left;
	width: 30.6%;
	min-width:220px;
	margin:0 4% 20px 0;
   border:0px solid brown;
}

.container_33r {
	float:left;
	width: 30.6%;
	min-width:220px;
	margin:0 0 20px 0;
   border:0px solid brown;
}

.container_logo {
	float:left;
	width: 48%;
	margin:0 2% 0 0;
   border:0px solid brown;
}

.container_menu {
	float:left;
	width: 50%;
	padding-top:10px;
	margin:0;
   border:0px solid brown;
}

/**********************************************
　Main
**********************************************/
#main {
	/* you need to assign a min-height to the main content so that the children can inherit it*/
	height: 100%;
	position: relative;
	z-index: 1;
}

/**********************************************
　Header
**********************************************/
#header {
	position: relative;
	overflow : hidden;
	padding: 20px 0 10px 0;
	background-color: #E4E9ED;
	z-index: 2;
   border:0px solid brown;
}

#header h1 {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	padding: 0;
	margin:0 0 5px 0;
}

#header h1 a{
	color: #405160;
   text-decoration:none;
}

#header h1 a:hover{
	color: #F22C5A;
}

#header h2 {
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding: 0;
	margin-bottom: 10px;
   border:0px solid brown;
}

#header p {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 0;
	margin:0 0 5px 0;
}


/**********************************************
　Menu
**********************************************/
#menu {
	width:100%;
	padding:0;
	z-index:10;
	overflow:hidden;
   border:0px solid #888888;
}

#menu ul {
	width:100%;
   border:0px solid red;
}

#menu li {

}

#menu li a {
	position: relative;
   float:left;
   display:block;
   list-style-type:none;
	width:25%;
	padding:5px 15px;
	margin:0;
   font-size:18px;
   text-align:center;
	color: #405160;
   text-decoration:none;
   border:0px solid red;
}

#menu li a:hover, #menu li.active a {
	font-weight:600;
	background-color: #eef1f4;
   border-bottom:3px solid #b1bfcb;
}

#menu li a span {
	font-size:11px;
}

/**********************************************
　Fixed Background
**********************************************/
.fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	z-index: 1;
   border:0px solid brown;
}

.iphone .fixed-bg {
	background-attachment: local;
}

.ipad .fixed-bg {
	background-attachment: local;
}

.fixed-bg.bg-1 {
	background-image: url("../images/01.jpg");	/***トップページのヘッダ***/
	min-height: 90%;
}
.fixed-bg.bg-2 {
	background-image: url("../images/02.jpg");	/***トップページの中間画像***/
	min-height: 50%;
}
.fixed-bg.bg-3 {
	background-image: url("../images/03.jpg");	/***トップページのフッタ***/
	min-height: 50%;
}

.fixed-bg.bg-4 {
	background-image: url("../images/04.jpg");	/***サブページのヘッダ/フッタ***/
	min-height: 60%;
}
.fixed-bg.bg-5 {
	background-image: url("../images/05.jpg");	/***Serviceの中間画像***/
	min-height: 50%;
}
.fixed-bg.bg-6 {
	background-image: url("../images/06.jpg");	/***Serviceの中間画像***/
	min-height: 50%;
}
.fixed-bg.bg-7 {
	background-image: url("../images/07.jpg");	/***Contactの中間画像***/
	min-height: 50%;
}

.fixed-bg h2 {
	position: absolute;
	left: 10%;
	top: 8%;
	bottom: auto;
	right: auto;
	text-align: left;
	font-size: 2.8vw;
	font-weight: 600;
	color:#4d6374;
	margin:0;
	padding:0;
	line-hight:1.0;
}

.fixed-bg p {
	left: 10%;
	top: 27%;
	position: absolute;
	bottom: auto;
	right: auto;
	text-align: left;
	font-size: 2vw;
	font-weight: 600;
	color:#4d6374;
	line-height:1.6;
	margin:0;
	padding:0;
	line-hight:1.0;
}

.fixed-bg img{
	display: none;
}

/**********************************************
　Scrolling Background
**********************************************/
.scrolling-bg {
	position: relative;
	min-height: 20%;
	overflow : hidden;
	padding: 30px 0;
	line-height: 1.5;
	z-index: 2;
}

.scrolling-bg.color-home {
	background-image: url("../images/ita.jpg");	
	background-size: 100%;
	background-repeat:repeat-y;
}

.scrolling-bg.color-footer {
	background-color: #bbc8d2;
}
.scrolling-bg.color-white {
	background-color: #fff;
}
.scrolling-bg.color-black {
	background-color: #000;
}

.scrolling-bg h3 {
   font-size:15px;
   font-weight:600;
   padding:3px 15px;
	margin:0 0 20px 0;
   background: #E4E9ED;
   border-bottom:2px solid #888888;
   border-right:2px solid #888888;
	z-index: 2;
}

.scrolling-bg h4{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	color: #333;
   font-size:15px;
	font-weight:600;
   line-height:1.4;
	border-left:5px solid #008899;
	z-index: 2;
}

.scrolling-bg h5{
	font-size: 15px;
	color: #222;
	font-weight: 600;
	lineheight:1.5;
	padding:0;
	margin:0 0 5px 0;
	z-index: 2;
}

.scrolling-bg p{
	font-size: 14px;
	color: #000;
	line-height:1.6;
   margin:0 0 15px 0;
	padding: 0;
	z-index: 2;
}

.scrolling-bg p.ads{
	padding: 20px 0 15px 3%;
	z-index: 2;
}

.scrolling-bg p.small{
	font-size: 13px;
	line-height:1.4;
	padding: 0 0 7px 3%;
	z-index: 2;
}

.scrolling-bg hr{
   clear:both;
	color:#999;
   margin:0 0 10px 0 ;
	padding:0;
	z-index: 2;
}

/***フッタ用***************/
.scrolling-bg p.logo{
	font-size: 18px;
	font-weight:600;
	line-height:1;
	padding: 15px 0 0 0;
	z-index: 2;
}

.scrolling-bg p.logo span{
	font-size: 14px;
	font-weight:400;
	padding: 0;
	z-index: 2;
}

.scrolling-bg p.logo a{
	color: #32404b;
   text-decoration:none;
}

.scrolling-bg p.logo a:hover{
	color: #F22C5A;
}

.scrolling-bg p.copyright{
	font-size: 12px;
	line-height:1.5;
	padding: 15px 0 20px 0;
	z-index: 2;
}

.scrolling-bg .copyright a{
	color: #32404b;
   text-decoration:none;
}

.scrolling-bg p.copyright a:hover{
	color: #F22C5A;
}

/***************************
　Scrolling BG List
***************************/
.scrolling-bg ul {
   margin:0 0 10px 0;
   padding:0;
	font-size:14px;
	border:0px solid #ddd;
}

.scrolling-bg li {
   padding:0;
   line-height:1.8;
   list-style:none;
}

.scrolling-bg li a {
   padding-left:10px;
	font-weight:normal;
   display:block;
	color:#333;
   text-decoration:none;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

.scrolling-bg li a:hover {
   color:#C94C00;
}

.scrolling-bg ul li ul {
   margin:0 0 10px 3%;
}

.scrolling-bg ul li ul li a{
   padding-left:10px;
	font-weight:normal;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

/***************************
　Scrolling BG Image
***************************/
.scrolling-bg img{
	width:100%;
	margin-bottom:2px;
}

.l_box{
	float:left;
	margin:0 3% 15px 0;
	padding:0;
	min-width:80px;
	font-size:12px;
	line-height:1.2;
}

.r_box{
	float:right;
	min-width:120px;
	margin:0 0 15px 3%;
	padding:0;
	font-size:12px;
	line-height:1.2;
}

.w_30{
	width:30%;
}
.w_40{
	width:40%;
}
.w_47{
	width:47%;
}
.w_100{
	width:100%;
}

/***************************
　Scrolling BG Table
***************************/
.scrolling-bg table{
	width:96%;
	margin:0 auto 20px;
	font-size:14px;
   text-align:left;
   border-collapse:collapse;
}
.scrolling-bg table th {
	vertical-align:middle;
   padding:3px 2%;
   border:1px solid #888;
   background:#E4E9ED;
}
.scrolling-bg table td {
	vertical-align:middle;
   padding:3px 2%;
   border:1px solid #888;
}


.scrolling-bg table.t30 th{
	width:30%;
}


/**********************************************
　Return
**********************************************/
div.return{
   clear:both;
   padding:10px 10px 20px 0;
   text-align:right;
}

div.return a{
	text-decoration:none;
	color:#800000;
   padding-left:12px;
   font-size:12px;
   background:url("../images/bg_top.gif") 0 6px no-repeat;
}

/**********************************************
　Clear both
**********************************************/
div.clear{
   clear:both;
}




