@charset "utf-8";

/*****************************
page
******************************/
html{
}

body{
    background-color: #F5F5F5;
    font-family: "ヒラギノ角ゴ", "メイリオ", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 83%;
    color:#555555;
    background-color:#ffffff;
    margin:0;
    padding:0;
    /*overflow-x:hidden;*/
}

/*****************************
common
******************************/
p,h1,h2,h3,h4,h5,h6,hr{
    font-size:100%;
}

/*リンク画像マウスオーバー*/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter: "alpha( opacity=60 )";
background:none!important;
}

/*電話番号*/
.tel{
    color:#555555;
    text-decoration:none;
}

/*****************************
header
******************************/
#head{
    width:100%;
    height:auto;
    margin:0;
    padding:4 0;
    background:#152c88
}

#head h1{
    color:#dbdbdb;
    margin:0;
}

#head_inner{
    width:980px;
    height:auto;
    margin:0 auto;
}

header{
    width:980px;
    height:auto;
    margin:0 auto;
}

header img{
    margin:0;
}

header a{
    text-decoration:none;
}

header a:hover{
    text-decoration:underline;
}

header #right{
    margin:10 30 0 0;
    font-size:90%;
    float:right;
}

/*****************************
key visual
******************************/
#key_visual{
    width:100%;
    height:auto;
    *margin:0 auto;
    overflow-x:hidden;
}

#key_visual img{
    display:block;
    margin:0 auto;
}

/*****************************
global navi
******************************/
#gnav{
    width:100%;
    height:auto;
    background-color:#bdbdbd;
}

nav{
    width:980px;
	padding:0;
	margin:0 auto;
    background-color:#bdbdbd;
}

nav ul{
    margin:0;
    padding:0;
}

nav li{
    width:162;
    margin:0;
    display:block;
    float:left;
}

nav li:last-child{
    width:170;
}

nav li:last-child a{
    border-right:1px solid #fff;
}

nav li.current a{
    color:#555555;
    background-color:#ffffff;
    border-top:solid 1px #bdbdbd;
}

nav a{
    color:#555555;
    font-size:116%;
    font-weight:bold;
    background-color:#bdbdbd;
    display:block;
    line-height:2.5;
    border-left:1px solid #fff;
    text-align:center;
    text-decoration:none;
}

nav a:hover{
    background:#808080;
}

/*****************************
page
******************************/
#page{
    width:980px;
    height:auto;
    margin:0 auto;
}

#page a{
    text-decoration:none;
}

#page a:hover{
    text-decoration:underline;   
}

/*****************************
breadcrumb
******************************/
#breadcrumb{
    width:auto;
    height:auto;
    margin:0;
    padding:0;
}


/*****************************
content
******************************/
#content{
    width:900px;
    height:auto;
    margin:0;
    margin-top:3;
    padding:5 22 22 22;
    background-color:#ffffff;
}

#content .center{
    text-align:center;
    display:block;
}

#content hr{
    margin:0;
}

#content p{
    margin:0;
    margin-bottom:22px;
    font-size:100%;
}

#content h2{
    margin:5 0;
    font-size:135%;
}

#content em{
    color:#ffffff;
    background-color:#ff8100;
}

#content aside{
    margin:0;
    text-align:right;
    font-size:100%;
}

#content img{
    margin:4 15 22 0;
    float:left;
}

/* pdp clause
******************************/
.pdpclause{
    display:inline;
}
#content .pdpclause aside{
    font-size:80%;
}
.pdpclause a{
    color:#36c;
}

/* subtitle
******************************/
.subtitle{
    width:28%;
    height:2.5em;
    margin-bottom:16px;
    padding:0.4em 0px 0.4em 12px;
    text-align:left;
    border-top:solid 1px #152c88;
    border-left:solid 22px #152c88;
}

/*****************************
contact form
******************************/
.lisket-form-maker-form{
    width:900px;
}  /* テーブルの横幅をピクセルで指定 */

.lisket-form-maker-form td,.lisket-form-maker-form th{
    border: 1px solid #aaa;
}  /* テーブルの枠線のスタイルを指定 */

.lisket-form-maker-form th{
    background-color:#c9d0e6;
}  /* 見出しセルの背景色を指定 */

.lisket-form-maker-form span.example{
    color:#36c; 
}  /* 例テキストの文字色を指定 */

/** from http://app.lisket.jp/bundles/lisketformmaker/css/form.css
******************************/
.lisket-form-maker-form * {
    font-size: 1em;
}

.lisket-form-maker-form table {
    width: 100%;
    border-collapse: collapse;
}

.lisket-form-maker-form table tr td,
.lisket-form-maker-form table tr th {
    padding: 0.5em 0.5em;
}

.lisket-form-maker-form table tr th {
    font-weight: bold;
    text-align: center;
    width: 25%;
}

.lisket-form-maker-form th span {
    font-size: 0.8em;
    color: #e00;
    margin-left: 0.3em;
}
.lisket-form-maker-form span.example {
    font-size: 0.9em;
    margin-left: 0.5em;
}

.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'],
.lisket-form-maker-form textarea {
    border: 1px solid #aaa;
    height:25px;
}
.lisket-form-maker-form textarea {
    width: 100%;
    height: 100px;
}
.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'] {
    width: 70%;
}
.lisket-form-maker-form input[type='text'].full,
.lisket-form-maker-form input[type='email'].full {
    width: 100%;
}
.lisket-form-maker-form input[type='radio'],
.lisket-form-maker-form input[type='checkbox'] {
    margin-right: 0.3em;
    cursor: pointer;
}
.lisket-form-maker-form label {
    cursor: pointer;
    margin-right: 0.8em;
}
.lisket-form-maker-form input[type='submit'] {
    font-size:120%;
}

/*****************************
footer
******************************/
footer{
    height:auto;
    width:auto;
    margin:0;
    padding:0;
    position:relative;
    background-color:#bdbdbd;
    clear:both;
}

footer p{
    margin:0px 0px 0px 40px;
    color:#555555;
}

footer h2{
    margin:12px 0px 2px 0px;
}

#bottom_menu{
    width:980px;
    height:auto;
    margin:0 auto;
    padding:10 22 22 22;
}

#bottom_menu ul{
    margin:0;
    margin-left:22px;
    padding:0;
}

#bottom_menu li{
    width:auto;
    margin:0px 18px;
    display:block;
    float:left;
}

#bottom_menu ul a{
    color:555555;
    text-decoration:none;
}

#bottom_menu ul a:hover{
    text-decoration:underline;
}

/*****************************
address
******************************/
address{
    height:auto;
    width:auto;
    margin:0 auto;
    padding:5;
    color:#dcdcdc;
    font-size:80%;
    text-align:center;
    background-color:#152c88;
}

address a{
    color:#f8f8ff;
    margin:0;
    text-decoration:none;
}

address a:hover{
    text-decoration:underline;   
}

address p{
    margin:0;
    color:#dbdbdb;
}

/* end
******************************************/