﻿/*----------------------------------------------------------
   株式会社CLASTY（クラスティ）
-----------------------------------------------------------*/
@charset "utf-8";
/* setting
------------------------------------*/

body{
line-height: 150%;
height:100%;
color: #111;
margin: 0;
padding: 0;
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 12px;
}

html{
height:100%;
}

a { outline: none; }

a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}

ul li{
list-style: none;
}
table, table td, table th{
border: 0;
}

* html #header img,
* html #footer img,
* html #outline,
.iepngfix{
behavior: expression(IEPNGFIX.fix(this));
}

.pre{
white-space: pre;
}
/* common
------------------------------------*/
input, textarea{
font-size: 12px;
}


/* Link Color
--------------------------------*/
a:link {/*未訪問のリンク*/
color:blue;
}
a:visited {/*訪問後のリンク*/
color:blue;
}
a:hover {/*マウスをのせたとき*/
color:red;
}
a:active {/*クリック中*/
color:red;
}

/* 
--------------------------------*/

dl{
margin-bottom: 5px;
}
dt{
}
dd{
margin: 0 0 10px 0;
}


h2.common{
margin: 0 0 5px 0;
background: url('/images/common/bg_h2.jpg') left top no-repeat;
padding: 8px 0 0 50px;
height: 26px;
color: #222244;
}

h3.common{
margin-bottom: 5px;
border-bottom: 1px solid #cccccc;
border-left: 5px solid #11339d;
color: #11339d;
font-weight: bold;
padding: 3px;
padding-left: 10px;
font-size: 14px;
margin-top: 3px;
margin-bottom: 8px;
}

h4.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
margin-top: 10px;
color: #555555;
}
h5.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
color: #555555;
}

ul.common{
margin: 0;
padding: 0;
}
ul.common li{
background: url('/images/common/bg_li.gif') left top no-repeat;
padding: 2px 0 0 21px;
margin-bottom: 4px;
}




/* header
------------------------------------*/

#header{
width: 971px;
margin: 0 auto;
position: relative;
height: 74px;
}

#header h1{
position: absolute;
top: -5px;
left: 10px;
font-size: 11px;
line-height: 12px;
font-weight: normal;
}

#header #logo{
position: absolute;
top: 26px;
left: 10px;
}
#header #textsize{
position: absolute;
top: 9px;
left: 870px;
width: 120px;
}

#header #tel{
position: absolute;
top: 20px;
left: 510px;
}
#header #mail{
position: absolute;
top: 20px;
left: 720px;
}

/* gnavi
------------------------------------*/
#gnavi{
position: relative;
top: -30px;
width: 971px;
z-index: 3;
}

#gnavi img{
float: left;
margin: 0;
border: 0;
}

/* content
------------------------------------*/

#content{
width: 971px;
margin: 0 auto;
}

/* main
------------------------------------*/
#main{
width: 750px;
float:left;
margin-left: 10px;
}

/* side
------------------------------------*/
#side{
width: 190px;
float: right;
}


#side_menu ul{
margin: 5px 10px 10px 12px;
}

#subnavi{
border-left: 1px solid #e1dfd7;
border-right: 1px solid #e1dfd7;
border-bottom: 1px solid #e1dfd7;
margin-bottom: 10px;
margin-top: -20px;
padding-bottom: 5px;
}

#subnavi ul{
margin: 18px 0 0;
padding: 0;
}


#subnavi li{
margin: 5px 0 0 5px;
padding: 0 0 0 20px;
background: url('/images/common/side/li_subnavi.jpg') left 5px no-repeat;
}

#contact_box{
width: 190px;
height: 111px;
background: url('/images/common/side/bg_contact.jpg') center top no-repeat;
position: relative;
}
#contact_box img{
position: absolute;
top: 80px;
left: 10px;
}

/* footer
------------------------------------*/
#footer{
background: url('/images/common/bg_footer.jpg') bottom center repeat-x;
height: 295px;
}
#footer_outline{
width: 971px;
margin: 0 auto;
position: relative;
}

#footer #footer_menu{
position: absolute;
top: 70px;
left: -10px;
}
#footer #footer_menu li{
float: left;
margin-left: 18px;
font-size: 11px;
}

#copyright{
position: absolute;
top: 265px;
left: 244px;
}
#footer_bn{
width: 200px;
position: absolute;
top: 20px;
left: 770px;
}
#footer_bn img{
margin-top: 10px;
}

/* table
-----------------*/
td,th{
border: 0 white;
}
table.common{
margin: 0 auto;
}

table.common th {
border: solid 1px #e3e2db;
background: #f3f2eb;
font-weight: bold;
padding: 15px 10px;
}
table.common td {
border: solid 1px #e3e2db;
background: #fdfdfa;
padding: 15px 10px;
}

table.common { 
border-collapse: collapse;
width:100%;
}
table.common thead th, table.common thead th{
font-weight: bold;
color: #163399;
border-top: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(1) th {
border-top: #050124 4px solid;
}
table.common tbody tr:nth-child(odd) th {
background: #e4e4e3;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) th {
background: #f1f1f0;
border-bottom: #e3e3e3 1px dotted;
}

table.common tbody tr:nth-child(1) td {
border-top: #001DA9 4px solid;
}
table.common tbody tr:nth-child(odd) td {
background: #f8f8f8;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) td {
background: white;
border-bottom: #e3e3e3 1px dotted;
}

/* width
-----------------*/

.w50px{
width: 50px;
}
.w100px{
width: 100px;
}
.w170px{
width: 170px;
}
.w200px{
width: 200px;
}
.w225px{
width: 225px;
}
.w230px{
width: 230px;
}
.w270px{
width: 270px;
}
.w300px{
width: 300px;
}
.w330px{
width: 330px;
}
.w380px{
width: 380px;
}
.w400px{
width: 400px;
}
.w500px{
width: 500px;
}
.w600px{
width: 600px;
}

.w10per{
width: 10%;
}
.w20per{
width: 20%;
}
.w25per{
width: 25%;
}
.w30per{
width: 30%;
}
.w33per{
width: 33%;
}
.w40per{
width: 40%;
}
.w50per{
width: 50%;
}
.w75per{
width: 75%;
}
.w100per{
width: 100%;
}


.center{
text-align: center;
margin: 0 auto;
}
span.red{
color: #aa1133;
}
span.pink{
color: #ff336d;
}
span.lightblue{
color: #4c9dde;
}

.no_border{
border: 0 white;
}

p{
padding: 2px 10px 2px;
margin: 3px 0;
}



.textalign_center{
text-align: center;
}
.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}

img.photo{
padding: 3px;
background: #ffffff;
border: 1px solid #cccccc;
}

p.clear{
clear: both;
height: 10px;
}
div.clear{
clear: both;
height: 0px;
padding: 0;
margin: 0;
}
.clear{
clear: both;
}

strong{
font-weight: normal;
}

.small{
font-size: 10px;
}
.big{
font-size: 14px;
}
.fs_14{
font-size: 14px;
}
.fs_16{
font-size: 16px;
}
.fs_18{
font-size: 18px;
}
.fs_20{
font-size: 20px;
}
.fs_22{
font-size: 22px;
}
.fs_24{
font-size: 24px;
}

.border{
border: 1px solid #dddddd;
}

.float_left{
float: left;
}
.float_right{
float: right;
}



.notice{
color: #2272aa;
font-size: 10px;
}

.top_10{
position: relative; top: 10px;
}

.mb_5{
margin-bottom: 5px;
}
.mb_10{
margin-bottom: 10px;
}
.mb_20{
margin-bottom: 20px;
}
.mb_30{
margin-bottom: 30px;
}
.ml_5{
margin-left: 5px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_5{
margin-top: 5px;
}
.mt_10{
margin-top: 10px;
}
.mt_15{
margin-top: 15px;
}
.mt_20{
margin-top: 15px;
}
.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pl_10{
padding-left: 10px;
}
.pl_15{
padding-left: 15px;
}
.pl_20{
padding-left: 20px;
}
.pl_30{
padding-left: 30px;
}
.pr_10{
padding-right: 10px;
}
.pr_15{
padding-right: 15px;
}
.pr_20{
padding-right: 20px;
}
.pr_30{
padding-right: 30px;
}
.lh_30{
line-height: 30px;
}



p.indent {
  text-indent:-1.0em;
  padding-left:2.0em;
}

.linkbn{
border: 3px solid #efefe0;
}

.product_box{
width: 160px;
height: 130px;
padding: 20px;
border: 3px solid #efefe0;
float: left;
margin: 8px 20px;
text-align: center;
}

.btn_legal{
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    color: #001DA9 !important;
    cursor: pointer;
}