﻿@charset 'UTF-8';
/* CSS Document */

ul {
	margin:0;
	padding:0;
	list-style: none outside none;
}

li {
	list-style:none;
}

a {
	text-decoration: none;
}

div.image{
	position:relative;
	width:auto;
	height:auto;
}

span.guard_05{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/img_NG_ap_05.png);
	background-size:cover;
}

/***　float　***/
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/***　clearfix　***/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/**********背景色************/
#maincontents{
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #fff;
    background-size: 100%;
    margin-top: 110px;
    margin-bottom: 55px;
}

#and_maincontents{
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #fff;
    background-size: 100%;
    margin-top: 90px;
    margin-bottom: 55px;
}

/**********hタグ************/
h2 {
	width: 100%;
	padding: 0 0 0 3%;
	background: #99ffff;
	border-bottom: 3px solid #33ccff;
	color: #000;
	font-size: 110%;
	line-height: 1.8;
}

/****************************/
/*********キャプション*************/
.caption {
	width: 95%;
	position: relative;
	margin: 0px auto;
	padding: 1em 1em;
	color: #000;	/******文字色******/
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}

.red {
color: #ff0000;
font-size: 18px;
font-weight: bold;
}

.prekikan {
	width: 90%;
	position: relative;
	margin: 0px auto;
	padding: 1em 1em;
	color: #000;	/******文字色******/
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align:center;
    font-weight: bold;
}

.kiyaku {
	width: 98%;
	position: relative;
	margin: 0px auto;
	padding: 1em 1em;
	color: #000;	/******文字色******/
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height:130%;
}

/****************************/
/*********特集TOPへ戻る******/
.return_bana {
width: 100%;
}
.return_bana img {
margin: 0px auto;
width:100%;
height:auto
}

/***************************
****************************/