﻿/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

@charset "UTF-8";
/* CSS Document */

/* reset.css*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
ul, li, dl, dt {
    list-style-type: none;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

html{
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

/*==============================================================================
header
===============================================================================*/
/*#header{
	width:100%;
	min-width:980px;
	height:60px;
	border-bottom:1px solid #a0a0a0;
	padding:0;
}*/
/*#header{
	width:100%;
	min-width:980px;
	height:70px;
	border-bottom:1px solid #a0a0a0;
	padding:0;
    position:fixed;
    background:#fff;
    z-index:30000501;
}
#header>div{
	margin:0 auto;
	width:980px;
	background:transparent;
}

#header h1{
	float:left;
	padding-top:10px;
	text-align:left;
}
#header .btn{
	float:right;
	width:240px;
	text-align:right;
	padding-top:10px;
}
#header .btn p{
	display:inline-block;
	margin-left:15px;
}

#header .btn span{
    cursor:pointer;
}
#header .btn span:hover {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}*/
#header{
	width:100%;
	min-width:980px;
	height:70px;
	border-bottom:1px solid #a0a0a0;
	padding:0;
    position:fixed;
    background:#fff;
    z-index:30000501;
}
#header>div{
	margin:0 auto;
	width:980px;
	background:transparent;
}

#header h1{
	float:left;
	padding-top:10px;
	text-align:left;
}

#header .menubtn {
    float: left;
    margin: 36px 8px 0px;
}
#header .menubtn a:hover {
    color:#1111cc;
}


#header .imgbtn {
    float: right;
    margin: 20px 8px;
}

.imgbtn img:hover{
    cursor:pointer;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#header .btn{
	float:right;
	width:240px;
	text-align:right;
	padding-top:10px;
}
#header .btn p{
	display:inline-block;
	margin-left:15px;
}

#header .btn span{
    cursor:pointer;
}
#header .btn span:hover {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#introductionbody{
    background-color:#eeeeee;
    padding-top:40px;
}

.introduction-top-area {
	width:100%;
	min-width:980px;
}

.introduction-top-picture {
    padding-top: 30px;
   	text-align:center;
}

.introduction-body-top-link{
    width: 980px;
    margin: auto;
}

.top-pageback{
    position: relative;
    display: inline-block;
    padding: 40px 0;
    text-align: left;
    font-size:16px;
}

.systemselectopen {
    display: none;
}

.systemselectopen li{
    position:absolute;
    background: #ffffff;
    z-index:30000500;
    min-width:240px;
    height:40px;
    line-height:40px;
    text-align:left;
    padding:0 20px;
    cursor:pointer;
    border-bottom: 2px solid #8a8a8a;
    font-size: 16px;
}
.systemselectopen li:first-child{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.systemselectopen li:last-child{
    margin-top:42px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;  
}

.systemselectopen li a{
    color:#000000;
    text-decoration:none;
}

.systemselectopen li:hover{
    background-color:#EEEEEE;
    filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


/*==============================================================================
convエリア
===============================================================================*/
.conv_area {
    clear: both;
    width: 100%;
    min-width: 980px;
    background: #f0f2e1;
}
.conv_area ul{
	margin:0 auto;
	width:650px;
	padding:20px 0;
}
.conv_area li{
	float:left;
	width:280px;
	height:70px;
	text-align:center;
	margin-left:34px;
	font-size:15px;
}
    .conv_area li a {
        display: inline-block;
        color: #FFFFFF;
        background: #0480cc;
        width: 280px;
        height: 45px;
        border-radius: 50px;
        padding-top: 25px;
        font-size: 20px;
        text-decoration: none;
        line-height: 1.1;
    }

.doublebtn{
	padding-top:5px;
}

.conv_area li a:hover{
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
    cursor:pointer;
}

/*==============================================================================
convエリア
===============================================================================*/
.introduction-body-area{
    width: 100%; /* 任意の数値を */
    margin:0 auto;
}
.introduction-body-area ul{
    width: 100%;
    min-width: 980px;
    text-align: center;
}

.introduction-body-area li {
    margin:50px 12px 20px;
    display: inline-block;
}

.box00{
    width: 32%;
    text-align: center;
    background-color: #fff;
    height:300px;
    width:300px;
    border: solid;
    border-style: solid;
    border-width: 6px;
    border-color: #4DBF00;
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    -o-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.box-img{
    width: 32%;
    text-align: center;
    height: 300px;
    width: 300px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 15px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.introduction-picture-area img{
    width: 80%; /* 任意の数値を */
    height: auto;
}

.introduction-picture-data img{
    margin-bottom: 20px;
}

.block-botton {
    display: block;
    height: 290px;
}

.block-img{
    display: block;
    height: 300px;
}

.block-botton:hover{
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=90);
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.block-i{
    height: 290px;
    display: block;
    width: 290px;
    padding-top: 10px;
    position:absolute;
}

.introduction-body-color {
    font-size: 20px;
    font-weight:600;
    color: #4DBF00;
}

.introduction-title {
    font-size: 20px;
}

.introduction-company {
    font-size: 20px;
}

.introduction-body-area a{
    text-decoration: none;
    color: #000;
}

.height90{
    height: 90px;
}

.height70{
    height: 70px;
}
/*==============================================================================
linkエリア
===============================================================================*/

.top-text {
    width: 100%;
    height: 550px;
	min-width: 980px;
	background: #D3D3D3;
    display: block;
}

/*.body-text {
    width: 100%;
    height: 1400px;
	min-width:980px;
	background:#fff;
    display: block;
}

.body-text2 {
    width: 100%;
    height: 1200px;
	min-width:980px;
	background:#fff;
    display: block;
}

.body-text3 {
    width: 100%;
    height: 1000px;
	min-width:980px;
	background:#fff;
    display: block;
}*/

.body-text {
    width: 100%;
    padding-bottom: 80px;
    min-width: 980px;
    background: #fff;
    display: block;
}
.detail-pr {
    width: 100%;
    height: 280px;
	min-width:980px;
	background:#fff;
    display: block;
}

.link-bar {
    width: 100%;
    height: 50px;
	min-width: 980px;
	background: #fff;
    display: block;
    text-align: center;
}

.link-back {
    color: #007FCC;
	font-size:17px;
}

.board1 {
    width: 980px;
    min-width:980px;
	margin:0 auto;
    padding-top:30px;
}

.board1 li{
    font-size: 34px;
    color: #4DBF00;
    font-weight:bold;
}

.board2 {
    width: 980px;
    min-width:980px;
	margin:0 auto;
    padding-top:10px;
    position: relative;
}

.introduction-panel-wrap{
    position: absolute;
    left: 360px;
    top: 110px;
}

.introduction-panel-wrap  li {
    list-style-type: disc;
}

.introduction-panel-point {
    font-size: 19px;
    width: 250px;
    display: inline-block;
    vertical-align: top;
}

.introduction-panel-wrap > .introduction-panel-point + .introduction-panel-point {
    margin-left: 80px;
    color: #fff;
}

.board3 {
    width: 980px;
    min-width:980px;
	margin:0 auto;
    padding-top:8px;
}

.board3 p{
    font-size:14px;
}

.board3 > .font-size3 {
    font-size:24px;
    font-weight:bold;
}

.company-detail {
    width: 980px;
    min-width:980px;
	margin:0 auto;
    padding-top:40px;
}

.d-title {
    font-size: 26px;
    color: #4DBF00;
    font-weight: bold;
}

.company-detail  p{
    font-size:19px;
}

.background1 {
    width: 980px;
    min-width:980px;
	margin:0 auto;
    padding-top:60px;
}

.title-left {
    float: left;
    position:relative;
}

.introduction-point {
    position: absolute;
    left: 28px;
    top: 32px;
    width: 90px;
    color: #4DBF00;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.introduction-title-line{
    position: absolute;
    left: 130px;
    top: 37px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.introduction-title-line2{
    position: absolute;
    left: 130px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.title-left2{
    color: #4DBF00;
    font-size: 25px;
    position: absolute;
    left: 50px;
}

.title-right {
    height: 130px;
    font-size: 30px;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
    padding-left: 10px;
}

.title-right p {
    color: #4DBF00;
    font-weight:bold;
}

.text-area {
    font-size:20px;
}

.text-area-img {
    padding-top: 35px;
    position: absolute;
    left: 0px;
}

.pr-box {
    width: 980px;
    min-width: 980px;
	margin: 0 auto;
    position: relative;
}

.absolute4 {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.absolute5 {
    position: absolute;
    left: 50px;
    top: 20px;
    color: #4DBF00;
    font-size: 18px;
}

.absolute6 {
    position: absolute;
    left: 50px;
    top: 40px;
    font-size: 26px;
}

.absolute7 {
    border-top:solid #4DBF00;
    position: absolute;
    left: 50px;
    top: 116px;
    font-size: 16px;
    width:600px;
    padding-top: 12px;
    line-height: 1.1;
}

.absolute8 {
    position: absolute;
    left: 340px;
    top: 110px;
    font-size: 20px;
    width: 270px;
}

.absolute9 {
    position: absolute;
    left: 680px;
    top: 110px;
    font-size: 20px;
    width: 270px;
}

.absolute10 {
    border-top:solid #4DBF00;
    position: absolute;
    left: 50px;
    top: 116px;
    font-size: 12px;
    width:600px;
    padding-top: 12px;
}

.fontsize24 {
    font-size: 24px;
}

/*==============================================================================
footer
===============================================================================*/
#footer{
	clear:both;
	width:100%;
	min-width:980px;
	padding:20px 0;
	position:relative;
}
#footer>p{
	text-align:center;
	font-size:10px;
}
#footer ul{
	text-align:center;
	padding:30px 0;
	border-bottom:1px solid #a0a0a0;
}

#footer ul li{
	display:inline-block;
	margin-left:20px;
}
#footer ul li:first-child{
	margin-left:0px;
}
/*#footer ul li a{
	text-decoration:underline;
}*/


#footer .cp{
	margin:0 auto;
	width:980px;
	padding:10px 0;
	position:relative;
}
#footer .cp p{
	text-align:center;
	padding-top:10px;
}
#footer small{
	color:#707070;
	font-size:10px;
}
#footer .cp img{
	position:absolute;
	left:0;top:10px;
}

.absolute3 {
    position:absolute;
	left:430px;
    top:-70px;
}

.position-relative {
    position: relative;
}

.display-table{
    display: table;
}

.text-middle-font{
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #4DBF00;
    font-weight: bold;
    padding-left: 10px;
}

.text-middle{
    vertical-align: middle;
    display: table-cell;
}

.link-bar-color{
    color: #000;
    font-size: 17px;
    text-decoration: none;
}