/*==== 共通 の スタイル ====*/
a{
    text-decoration: none;
}
a:visited{
    color: #444;
}
a:hover{
    opacity: 0.6;
    filter: alpha(opacity=40);
}
.clear{
    height: 0px !important;
    line-height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    clear: both;
}
.inner{
    width:1004px;
    margin:0 auto;
    padding:0px;
}
.inner2{
    width:856px;
    margin:0 auto;
    padding:0px;
    overflow:hidden;
}
/*----[ ヘッドライン ]----*/
#header{
    width:100%;
    height:35px;
    margin:0px auto;
}
#headerL{
    width:160px;
    height:45px;
    margin:0px;
    float:left;
}
.logo{
    width:120px;
    height:45px;
    margin:0px 0px 0px 5px;
    float:left;
}
#headerL2{
    width:410px;
    height:45px;
    margin:0px;
    float:left;
}
#headerL2 h1{
    font-size: 11px;
    color:#808080;
    margin:19px 0px 0px 0px;
    font-weight:normal;
    font-family: sans-serif;
}
#headerR{
    width:auto;
    height:45px;
    margin:0px;
    float:right;
}
#headerR h1{
    font-size: 12px;
    color:#808080;
    margin:17px 5px 0px 0px;
    font-weight:normal;
    float:right;
}
.mail{
    width:40px;
    height:45px;
    margin:0px;
    float:right;
}
.tel{
    width:180px;
    height:45px;
    margin:0px;
    float:right;
}
/*----[ ナビ ]----*/
#nav {
    width:100%;
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    white-space: nowrap;
    display: table;
}

#nav li {
    display: inline;
    font-size: 15px;
    color: #444;
    font-weight:bold;
    padding: 0px 60px;
    border-right: solid 1px #d8d8d8;
    display: table-cell;
    vertical-align: middle;
}
.end{
    border-right: none !important;
}
#nav a{
    display: inline-block;
    display: inline; zoom: 1;
    margin: 0px;
    padding: 0px;
    color:#444;
}
.home{
    width:40px;
    height:40px;
    margin:0px;
    padding:0px;
}
/*----[ メイン ]----*/
#main{
    width:100%;
    height:352px;
    margin:0px;
    background:url("background.jpg");
}
#main2{
    width:100%;
    height:650px;
    margin-bottom:20px;
    background:url("background.jpg");
}
#main3{
    width:100%;
    height:350px;
    margin:0px;
}
.mainburner{
    width:1002px;
    height:350px;
    margin:0px;
    position: absolute;
    border:solid 1px #ddd;
}
.mainburner2{
    width:1004px;
    height:650px;
    margin:0px;
    position: absolute;
}
#slider {
    position: relative;
    margin: 0px 0px 35px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 990px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    border:solid 7px #0053ff;
}
#slider a:focus {
    outline: 0;
}
.slider-view {
    position: relative;
    margin: 0px;
    width: 990px;
    height: 350px;
    overflow: hidden;
}
.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}
.slider-container div {
    position: relative;
    float: left;
    width: 990px;
    height: 350px;
}
.slider-container div a {
    display: block;
}
.slider-container div a:hover {
    color: #600;
}
#slide-prev, #slide-next {
    position: absolute;
    top: 156px;
    color: #ddd;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
}
#slide-prev {
    left: 15px;
}
#slide-next {
    right: 15px;
}
#slide-prev:hover,
#slide-next:hover {
    color: #ddd;

}
.slider-pagination {
    position: absolute;
    bottom: 5px;
    margin-left: 452px;
    width: 100px;
}
.slider-pagination a {
    float: left;
    margin: 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background: #fff;
    text-indent: -9999px;
    vertical-align: middle;
}
.slider-pagination a:hover {
    background: #fff;
}
.slider-pagination a.current {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    background: #ddd;
}

/*----[ コンテンツ ]----*/
#contentsTOP{
    width:1004px;
    height:170px;
    margin-top:30px;
    background:url("top_plan.jpg");
}
#contentsTOP h1{
    font-size:35px;
    color:#df1010;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contentsTOP h2{
    font-size:50px;
    color:#ff0;
    margin:0px;
    text-align:center;
    padding:35px 0px 0px 0px;
    font-weight:bold;
}
#contentsTOP01{
    width:1004px;
    height:1025px;
    margin:0px;
    background:url("topplan001.jpg");
}
#contentsTOP01 h1{
    font-size:35px;
    color:#fff;
    text-align:center;
    margin:0px;
    padding:30px 0px 0px 0px;
}
#contents01{
    width:1004px;
    height:245px;
    margin-top:30px;
    background:url("top_plan01.jpg");
}
#contents01 h1{
    font-size:35px;
    color:#df1010;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents01 h2{
    font-size:50px;
    color:#fff;
    margin:0px;
    padding:30px 0px 0px 220px;
    font-weight:normal;
}
#contents01 h3{
    font-size:40px;
    color:#ff0;
    margin:0px;
    padding:20px 0px 0px 310px;
    font-weight:bold;
}
#contents02{
    width:1004px;
    height:85px;
    margin:0px;
    background:url("top_plan02.jpg");
}
#contents02 h1{
    font-size:35px;
    color:#fff;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents03{
    width:1004px;
    height:1167px;
    margin:0px;
    background:url("top_plan03.jpg");
}
#contentsTB{
    width:805px;
    margin:0px auto;
    padding-top:0px;
}
#contentsTB img.burnerL{
    width: 259px;
    height: 361px;
    margin:30px 0px;
    padding:0px;
    border:solid 1px #888;
    float:left;
}
#contentsTB img.burnerC{
    width: 259px;
    height: 361px;
    margin:30px 11px;
    padding:0px;
    border:solid 1px #888;
    float:left;
}
#contentsTB img.burnerR{
    width: 259px;
    height: 361px;
    margin:30px 0px;
    padding:0px;
    border:solid 1px #888;
    float:right;
}
.TB{
    width: 805px;
    margin:0px;
    border-collapse: collapse;
}
.TB th{
    padding:15px 0px;
    width: 200px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    font-weight:bold;
    border: 1px solid #df1010;
    background:#df1010;
}
.TB td{
    padding:15px 0px;
    width: 200px;
    font-size:18px;
    color:#df1010;
    font-weight:bold;
    text-align:center;
    border:1px solid #df1010;
    background:#fff;
}
.TB .td01{
 padding:15px 0px;
 width: 200px;
 font-size: 16px;
 color: #444;
 font-weight:bold;
 text-align: center;
 border: 1px solid #df1010;
 }

#contents04{
    width:1004px;
    height:245px;
    margin-top:30px;
    background:url("top_plan04.jpg");
}
#contents04 h1{
    font-size:35px;
    color:#df1010;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents04 h2{
    font-size:50px;
    color:#fff;
    margin:0px;
    padding:15px 0px 0px 220px;
    font-weight:normal;
}
#contents04 h3{
    font-size:40px;
    color:#ff0;
    margin:0px;
    padding:20px 0px 0px 310px;
    font-weight:bold;
}
#contents05{
    width:1004px;
    height:85px;
    margin:0px;
    background:url("top_plan05.jpg");
}
#contents05 h1{
    font-size:35px;
    color:#fff;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents06{
    width:1004px;
    height:1350px;
    margin:0px;
    background:url("top_plan06.jpg");
}
#contents07{
    width:1004px;
    height:245px;
    margin-top:30px;
    background:url("top_plan07.jpg");
}
#contents07 h1{
    font-size:35px;
    color:#df1010;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents07 h2{
    font-size:50px;
    color:#fff;
    margin:0px;
    padding:30px 0px 0px 220px;
    font-weight:normal;
}

#contents08{
    width:1004px;
    height:85px;
    margin:0px;
    background:url("top_plan08.jpg");
}
#contents08 h1{
    font-size:35px;
    color:#fff;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents09{
    width:1004px;
    height:385px;
    margin:0px;
    background:url("top_plan09.jpg");
}
#contents10{
    width:1004px;
    height:245px;
    margin-top:30px;
    background:url("top_plan10.jpg");
}
#contents10 h1{
    font-size:35px;
    color:#df1010;
    text-align:center;
    margin:0px;
    padding:25px 0px 0px 0px;
}
#contents10 h2{
    font-size:75px;
    color:#ff0;
    margin:0px;
    text-align:center;
    padding:95px 0px 0px 0px;
    font-weight:bold;
}
#contents11{
    width:1004px;
    height:656px;
    margin:0px;
    background:url("top_plan11.jpg");
}
#contents11 h1{
    font-size:35px;
    color:#fff;
    text-align:center;
    margin:0px;
    padding:30px 0px 0px 0px;
}
.contentsinner{
    width:100%;
    margin-top:30px;
}
.contentsbanner{
    width:854px;
    height:300px;
    margin:0px auto;
    display: block;
}
.contentsburner1{
    width:250px;
    height:250px;
    margin:0px 0px 50px 70px;
    float:left;
    border:solid 1px #d8d8d8;
}
.contentsburner2{
    width:250px;
    height:250px;
    margin:0px 54px 50px 54px;
    float:left;
    border:solid 1px #d8d8d8;
}
.contentsburner3{
    width:250px;
    height:250px;
    margin:0px 70px 50px 0px;
    float:left;
    border:solid 1px #d8d8d8;
}
.contentsburner4{
    width:1004px;
    height:2340px;
    margin-bottom:20px;
}
.contentsburner5{
    width:1004px;
    height:762px;
    margin-bottom:20px;
}
.contentsburner6{
    width:1004px;
    height:788px;
    margin-bottom:20px;
}
.contentsburner7{
    width:1004px;
    height:856px;
    margin-bottom:20px;
}

#contents h1{
    font-size:30px;
    color:#444;
    font-weight:normal;
    margin:20px 0px 30px 0px;
    text-align:center;
}
#contents h2{
    font-size:23px;
    color:#df0101;
    font-weight:bold;
    margin:0px 0px 20px 0px;
    text-align:center;
}
#contents h3{
    font-size:15px;
    color:#444;
    font-weight:normal;
    margin:0px;
    line-height:1.7;
}
.contentsL{
    width:442px;
    height:140px;
    margin:0px 0px 30px 0px;
    padding:0px 30px;
    float:left;
}
.contentsR{
    width:442px;
    height:140px;
    margin:0px 0px 30px 0px;
    padding:0px 30px;
    float:left;
}
.contentsL2{
    width:442px;
    height:140px;
    margin-bottom:50px;
    padding:0px 30px;
    float:left;
}
.contentsR2{
    width:442px;
    height:140px;
    margin-bottom:50px;
    padding:0px 30px;
    float:left;
}
.yumetirashi{
    width:854px;
    height:300px;
    margin:0px auto;
    display: block;
    border:solid 1px #d8d8d8;
}
.mousikomi{
    width:450px;
    height:100px;
    margin:0px auto;
    margin-top:829px;
    display: block;
}
.mousikomi2{
    width:450px;
    height:100px;
    margin:0px auto;
    margin-top:30px;
    display: block;
}
.mousikomi3{
    width:450px;
    height:100px;
    margin:0px auto;
    margin-top:466px;
    display: block;
}
.mousikomi4{
    width:450px;
    height:100px;
    margin:0px auto;
    margin-top:1252px;
    display: block;
}
.mousikomi5{
    width:450px;
    height:100px;
    margin:0px auto;
    margin-top:289px;
    display: block;
}
/*----[ 制作の流れ ]----*/
#contents_pro{
    width:842px;
    margin:0px;
    padding:0px;
}
#contents_pro h1{
    color:#444;
    font-size:20px;
    font-weight:bold;
    margin:50px 0px 10px 30px;
    text-align:left;
}
#contents_pro h2{
    color:#444;
    font-size:15px;
    font-weight:normal;
    margin:40px 0px 0px 80px;
    text-align:left;
    line-height:1.6;
}
.seisaku{
    width:200px;
    height:160px;
    margin:0px 30px;
    float:left;
}

.yajirushi{
    width:70px;
    height:50px;
    margin:100px 4px;
    float:left;
}
.center{
    text-align:center;
}
.info{
    width:714px;
    height:150px;
    margin:50px 0px 20px 0px;
}
.info2{
    width:1004px;
    height:210px;
    margin:0px;
}
.info3{
    width:1004px;
    height:210px;
    margin-top:20px;
}

/*----[ 料金プラン ]----*/
#price{
    width:100%;
    margin-bottom:20px;
}
#price h1{
    color:#444;
    font-size:25px;
    margin:0px 0px 10px 20px;
    text-align:left;
}
#price h2{
    color:#444;
    font-size:15px;
    margin:0px 0px 0px 40px;
    text-align:left;
}
#price h3{
    color:#444;
    font-size:15px;
    margin:0px;
    padding:0px;
    text-align:center;
    line-height:1.4;
}
.table_plan{
    width:854px;
    table-layout: auto;
    margin-top:50px;
    border-collapse:collapse;
    position:relative;
}
.table_plan2{
    width:854px;
    table-layout: auto;
    margin:0px;
    border-collapse:collapse;
    position:relative;
}
.table_plan3{
    width:854px;
    table-layout: auto;
    margin-bottom:30px;
    border-collapse:collapse;
    position:relative;
    border:solid 3px #000;
}
.td_01{
    width:175px;
    height:110px;
    margin:0px;
    padding:0px;
}
.td_02{
    width:241px;
    height:110px;
    margin:0px;
    padding:0px;
}
.td_03{
    width:219px;
    height:110px;
    margin:0px;
    padding:0px;
}
.td_04{
    width:175px;
    height:90px;
    margin:0px;
    padding:0px;
}
.td_05{
    width:240px;
    height:90px;
    margin:0px;
    padding:0px;
    background:#eee;
    border-right:dashed 1px #808080; 
}
.td_06{
    width:218px;
    height:90px;
    margin:0px;
    padding:0px;
    background:#eee;
    border-right:dashed 1px #808080;
}
.td_07{
    width:217px;
    height:90px;
    margin:0px;
    padding:0px;
    background:#eee;
    border-right:solid 1px #ddd;
}
.td_08{
    width:175px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#ff0;
}
.td_09{
    width:241px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#f00;
}
.td_10{
    width:219px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#0f0;
}
.td_11{
    width:219px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#00f;
}
.td_12{
    width:241px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#fd0;
}
.td_13{
    width:219px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#0ff;
}
.td_14{
    width:219px;
    height:60px;
    margin:0px;
    padding:0px;
    background:#f0f;
}
.td_ace{
    width:241px;
    height:110px;
    margin:0px;
    padding:0px;
}
.td_free{
    width:219px;
    height:70px;
    margin-top:40px;
    padding:0px;
}
.td_plan{
    width:175px;
    height:90px;
    margin:0px;
    padding:0px;
}
.td_plan2{
    width:175px;
    height:120px;
    margin:0px;
    padding:0px;
}
/*----[ 会社概要 ]----*/
#profile{
    width:100%;
    margin-top:30px;
}
#profile table{
    width:854px;
    border-collapse: collapse;
    border-spacing: 0px;
}
#profile th,
#profile td{
    height:50px;
    padding:5px 0px;
    white-space: nowrap;
    border: solid 1px #999;
    font-size: 15px;
    color:#444;
    font-weight: normal;
}
#profile th{
    width: 200px;
    padding:0px;
    text-align: center;
    background-color: #eee;
}
#profile td{
    width:auto;
    padding-left:20px;
    line-height:1.6;
    text-align: left;
}
#profile p{
    font-size: 15px;
    color:#444;
    padding:0px;
    font-weight: normal;
    text-align: left;
}
/*----[ アクセス ]----*/
#access{
    width:834px;
    height:auto;
    padding:30px 0px;
    margin:30px 0px;
    border:solid 10px #ddd;
}
#access h1{
    font-size:18px;
    color:#444;
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
}
#access h2{
    font-size:15px;
    color:#444;
    font-weight:normal;
    text-align:center;
    margin-top:20px;
}
#access h3{
    font-size:18px;
    color:#444;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
}
/*----[ フッター ]----*/
#footer_bottom{
    width:1004px;
    height:50px;
    padding:10px 0px;
    margin:0px 0px 0px 0px;
}
#footer_bottom h1{
    font-size:13px;
    color:#808080;
    font-weight:normal;
    margin:20px 0px 0px 0px;
    text-align:center;
}
/*----[ フッター ]----*/
#footer{
    width:100%;
    margin-top:50px;
    padding:40px 0px;
    background:#eee;
}
#footerL{
    width:250px;
    margin:0px;
    float:left;
}
.logo2{
    width:160px;
    height:120px;
    margin:0px auto;
    display:block;
}
#footerC{
    width:350px;
    margin:0px;
    float:left;
}
#footerC h1{
    color:#444;
    font-size:15px;
    font-weight:bold;
    margin:0px 0px 15px 0px;
}
#footerC h2{
    color:#444;
    font-size:18px;
    font-weight:bold;
    margin:0px 0px 0px 30px;
    font-family: sans-serif;
}
#footerC h3{
    color:#444;
    font-size:15px;
    font-weight:normal;
    margin:10px 0px 0px 40px;
}
#footerC h4{
    color:#444;
    font-size:15px;
    font-weight:normal;
    margin:10px 0px 0px 40px;
}
#footerC h5{
    color:#444;
    font-size:15px;
    font-weight:bold;
    margin:30px 0px 15px 0px;
}
#footerR{
    width:359px;
    margin:0px;
    padding:0px 45px 0px 0px;
    float:left;
}
#footerR h1{
    color:#444;
    font-size:15px;
    font-weight:bold;
    margin:0px 0px 15px 30px;
}
#footerR h2{
    color:#444;
    font-size:15px;
    font-weight:normal;
    margin:10px 0px 0px 50px;
}

/*====[ Back to top button ]====*/
#back-top {
    position: fixed;
    bottom: 5px;
    margin-left: 88%;
}
#back-top a {
    width: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
/* background color transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover {
    color: #444;
}
/* arrow icon (span tag) */
#back-top span {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #eae5e3 url(pagetop.gif) no-repeat center center;
}
#back-top a:hover span {
    background-color: #f2f2f2;
}

