@charset "utf-8";

/* reset
------------------------------------------- */
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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* structure
------------------------------------------- */
*{margin:0;padding:0;}
html{overflow-y:scroll;}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a{outline:none;}

body{font-size:85%;
line-height:1.7em;
font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;color:#333;}

/* link
------------------------------------------- */
a:link,a:visited{color:#3366ff;text-decoration:underline;}
a:hover,a:active{color:#3366ff;text-decoration:none;}

/* header
------------------------------------------- */
header{
	width:100%;
	padding:7px 0 12px 0;
	}

header .inr{
	width:1000px;
	margin:0px auto;}

h1{
	font-size:10px;
	margin-bottom:7px;
	font-weight:normal;
	color:#022251;
	}

#logo{
	float:left;
	width:540px;
	}

.info{
	margin-top:8px;
	float:right;
	}

#headnavi{
	clear:both;
	width:100%;
	height:30px;
	overflow:hidden;
	background:#f6f6f6;
	border-top:1px solid #ddd;
	}

#headnavi .inr{
	width:1000px;
	margin:0px auto;
	}

#hnavi{
	float:right;
	width:381px;
	height:30px;
	overflow:hidden;
	margin-right:20px;
	line-height:0;
	}

#hnavi li{
	float:left;
	height:30px;
	line-height:0;
	}

/* 文字サイズ
--------------*/
#fchange{
	float:right;
	width:200px;
	height:30px;
   line-height:0;
	overflow:hidden;
	background:#f6f6f6
	}

#fchange a {cursor:pointer;}
#fchange li{ list-style:none; float:left;   line-height:0;}
#fchange .fsize {float: left;}
#fmiddle a,
#flarge a {display: block;height:30px;}
#fmiddle a {
	margin:0;
	width: 45px;
	height:30px;
	background-image: url(../images/fontsize_m_o.jpg);
	background-repeat: no-repeat;
	}
#flarge a {
	margin:0;
	width: 45px;
	height:30px;
	background-image: url(../images/fontsize_l.jpg);
	background-repeat: no-repeat;
	}
#fmiddle a:hover{background-image: url(../images/fontsize_m_o.jpg);}
#flarge a:hover {background-image: url(../images/fontsize_l_o.jpg);}

/* navigation
------------------------------------------- */
nav{
	clear:both;
	width:100%;
	height:60px;
	overflow:hidden;
	background: url(../images/bg-navi.jpg) repeat-x #1d3e92
	}

nav ul{
	width:1000px;
	margin:0 auto;
	height:60px;
	overflow:hidden;
   line-height:0;
	}

nav li{
	float:left;
	height:60px;
	overflow:hidden;
   line-height:0;
	}

/* mainimg
-------------------------------------------- */
#mainimg{
	clear:both;
	width:100%;
	height:500px;
	background:#000;
	}

#mainimg .inr{
	margin:0 auto;
	width:1000px;
	height:500px;
	}

/* h2
-------------------------------------------- */
#h2img{
	clear:both;
	width:100%;
	height:100px;
	background:#000;
	}

#h2img .inr{
	margin:0 auto;
	width:1000px;
	height:100px;
	}


#sidenavi{
	margin-bottom:40px;
	line-height:0;
	}

/* #left  cl02
---------------*/
.cl{
	clear:both;
	border-bottom:1px solid #dfdfdf;
	width:240px;

	padding-bottom:15px;
	background:url(../images/mark.jpg) no-repeat 5px 50%;
	}

.cl a{
	padding:15px 0 15px 7px;
	text-decoration:none;
	display:block;
	}

.cl a:link,
.cl a:visited{
	color:#333;
	text-decoration:none;
	}

.cl a:hover,
.cl a:active{
	color:#333;
	text-decoration:underline;
	}

.cl div{
	width:80px;
	cursor:pointer;
	padding-left:3px;
	float:right;}

.cl div img
	{width:80px;
	height:auto;	}

.cl span{
	display:block;
	overflow:hidden;
	padding:17px 0 0 15px;
	font-size:100%;
	line-height:1.8em}


.w345{width:345px;}

/* pagebody
------------------------------------------- */
#pagebody{
	width:1000px;
	margin:0px auto;
	padding:0 0 40px 0;
	}

/* pagebody
------------------------------------------- */
#pagebody-top{
	width:1000px;
	margin:0px auto;
	padding:40px 0;
	}

/* 左右カラム
------------------------------------------- */
#main{
	float:right;
	width:720px;
	}

#sidemenu{
	float:left;
	width:240px;
	}

/* .button01
---------------*/
.button01{
	clear:both;
	width:720px;
	margin-bottom:20px;
	}

.button01 a{
	padding:15px;
	text-decoration:none;
	display:block;
	border:1px solid #bbb;
	box-shadow: 0px 10px 5px -5px #ccc;
	}

.button01 a:link,
.button01 a:visited{
	color:#333;
	text-decoration:none;
	background:url(../images/click.png) no-repeat right bottom	#fff
	}

.button01 a:hover,
.button01 a:active{
	color:#333;
	text-decoration:none;
	background:url(../images/click.png) no-repeat right bottom	#eee
	}

.button01 img{
	float:left;
	margin-right:20px;
	}

.button01 div{
	overflow:hidden;
	padding-right:70px
	}

.button01 h4{
	font-size:120%;
	color:#C00;
	font-weight:bold;
	margin-bottom:5px;
	}

.h4-1{
	background:url(../images/bn1.jpg) no-repeat;
	padding:5px 0 5px 120px;
	}

.h4-2{
	background:url(../images/bn2.jpg) no-repeat;
	padding:5px 0 5px 120px;
	}

/* .button02
---------------*/
.button02{
	clear:both;
	width:688px;
	padding:15px;
	text-decoration:none;
	display:block;
	border:1px solid #bbb;
	box-shadow: 0px 10px 5px -5px #ccc;
	margin-bottom:20px;
	}

.button02 img{
	float:left;
	margin-right:20px;
	}

.button02 div{
	overflow:hidden;
	padding-right:70px
	}

.button02 h4{
	font-size:120%;
	color:#C00;
	font-weight:bold;
	margin-bottom:5px;
	}

/* tab
---------------*/
.tab{
	clear:both;
	float:right;
	text-align:center;
	border-bottom:1px solid #dfdfdf;
	width:240px;
	background:url(../images/mark2.png) no-repeat 10px 50% #333;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
	}

.tab a{
	text-decoration:none;
	display:block;
	}

.tab a:link,
.tab a:visited{
	color:#fff;
	text-decoration:none;
	}

.tab a:hover,
.tab a:active{
	color:#fff;
	text-decoration:underline;
	}


.tab span{
	display:block;
	padding:10px;
	font-size:100%;
	line-height:1.8em
	}

/* footer
------------------------------------------- */
footer{	clear:both;}

#footer{
	clear:both;
	width:100%;
	font-size:90%;
	background: #333;
	color:#999;
	}

#footer .inr{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	}

#footer ul{
	list-style:none}

#footer li{
	line-height:1em;
	padding:9px 6px 9px 25px;
	background:url(../images/mark2.jpg) no-repeat 0 50%
	}

footer a:link,footer a:visited{
	color:#fff;
	text-decoration:none;
	}

footer a:hover,footer a:active{
	color:#fff;
	text-decoration: underline;
	}

#footer2{
	clear:both;
	width:100%;
	font-size:85%;
	line-height:1.5em;
	background:#111;
	color:#fff;
	}

#footer2 .inr{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	}

.footerbox{
	float:left;
	width:400px;
	}

.footerbox-1{
	float:right;
	width:195px;
	}

.footerbox-2{
	float:right;
	width:144px;
	}

.footerbox-3{
	float:right;
	width:153px;
	}

#footer3{
	clear:both;
	width:100%;
	font-size:85%;
	line-height:1.5em;
	background:#333;
	color:#999;
	text-align:center;
	}

#footer3 .inr{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	}

/* case.html
------------------------------------------- */
.p08-box1{
	text-align:center;
	margin-bottom:15px;
	}

.p08-box2{
	line-height:normal;
	margin-bottom:15px;
	}

.yohaku0-box01{
	width:720px;
	overflow:hidden
	}

.yohaku0-box02{
	width:740px;/* ↑より20px多い */
	overflow:hidden;
	*zoom:1
	}

.yohaku0-item div{
	width:228px;
	float:left;
	margin:0px 18px 0 0px;
	display:inline;
	}

.yohaku0-item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	}

.yohaku0-box01 img{
	margin-bottom:5px
	}

.yohaku0-box01 .lhn{
	line-height:normal
	}

.p08-box3{
	border-top:1px dashed #aaa;
	text-align:right;
	padding:15px 0;
	color:#36C;
	font-weight:bold
	}

/* voice.html
------------------------------------------- */
.box01{
	background:#d1e6fc;
	padding:20px;
	margin-bottom:30px;
	}

.p09-box1{
	border-top:5px solid #d1e6fc;
	text-align:center;
	background:#eef7ff;
	margin-bottom:15px;
	}

.p09-box1-in{
	padding:30px;
	}

.p09-box2{
	line-height:normal;
	margin-bottom:15px;
	}

.p09-box3{
	border-top:1px dashed #aaa;
	text-align:right;
	padding:15px 0;
	color:#36C;
	font-weight:bold
	}

.paging {
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	color:#fff;
	}

.paging span.current,
.paging span a.paging-text {
	background: #333;
	margin:0 4px;
	padding:2px 5px;
	text-decoration:none;
	color:#fff
	}

.paging span.current {
	color:#fff;
	background:#33C
	}

.paging span a.paging-text:hover {
	color:#fff;
	background:#33C
	}

/* contact
------------------------------------------- */
.need{background:url(../images/icon_need.gif) no-repeat 95% 50% #ffffcc}
.needinput{background-color:#fee;border:1px solid #ccc;}

.form-ss{width:30px;}
.form-s{width:70px;}
.form-m{width:150px;}
.form-l{width:300px;}

.form100{width:99%;}

input[type="checkbox"],input[type="radio"]{vertical-align:middle;}
input{font-size:100%;vertical-align:middle;padding:2px;}
input[type="text"],select{border:1px solid #ccc;}
input:focus[type="text"]{border:1px solid #06c;}
textarea{border:1px solid #ccc;width:99%;}

.con-ul{
	padding-bottom:20px;
	padding-left:30px;
	list-style:decimal
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}

/* faq-table
------------------------------------------*/
.qa-table{
	width:720px;
	border:1px solid #ccc;
	border-right:0px solid #ddd;
	border-bottom:0px;
	border-top:1px solid #ddd;
	background:#fff;
	}

.qa-table th{
	padding:12px 14px 11px 50px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:left
	}

.qa-th{
	background: url(../images/q.png) no-repeat 10px 50% #eee;
	font-weight:bold;
	}

.qa-table td{
	padding:12px 14px 11px 50px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	background: url(../images/a.png) no-repeat 10px 9px
	}

/* style
------------------------------------------- */
img{border:0;vertical-align:bottom;}
.imglink a:hover img {opacity:0.7;	filter:alpha(opacity=70);-moz-opacity: 0.7}

.clear{clear:both;}
.red{color:#c00;}
.blue{color:#2c5c8d}

.f-left{float:left;}
.f-right{float:right;}

.ctr{text-align:center;}
.rgt{text-align:right;}
.small{font-size:80%;line-height:normal;}

.fs80{font-size:80%}
.fs90{font-size:90%}
.fs110{font-size:110%}
.fs120{font-size:120%}
.fs140{font-size:140%}
.fs150{font-size:150%}
.fs200{font-size:200%}

.bold{font-weight:bold}

.btn a {
  width: 150px;
  background-color: #1066b3;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(35,43,104,1);
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px 5px;
  padding: 5px 0;
	}

.btn a:hover {
  box-shadow: 0 1px 0 rgba(35,43,104,1);
  margin: 12px 5px 8px 5px;
	}

#pankuzu{
	font-size:80%;
	color:#333;
	padding:10px 0 0 0;
	text-align:right;
	}

.oh{overflow:hidden}

/* table
-------------------------------------------- */
table{margin-top:1px;}

.table{
	width:100%;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	}

.table th{
	background:#d5e5f5;
	border:1px solid #bbb;
	padding:10px 7px;
	vertical-align:middle;
	text-align:center;
	}

.table td{
	border:1px solid #bbb;
	padding:10px 7px;
	vertical-align:middle;
	}

.table td span{
	color:#666;
	font-size:90%;
	}

.td01{
	background:#0066cc;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:120%;
	}

.td02{
	background:#e6eff7;
	font-weight:bold;
	text-align:center;
	}

.td03{
	background:#eee;
	font-weight:bold;
	text-align:center;
	}

.td04{
	background:#eee;
	font-weight:bold;
	}

.th15 th{width:15%}
.th20 th{width:20%}
.th22 th{width:22%}
.th25 th{width:25%}
.th30 th{width:30%}
.th35 th{width:35%}

.table .need{
	background:url(../images/icon_need.gif) no-repeat 90% center #cbd8e5;}

/* table2
-------------------------------------------- */
table2{margin-top:1px;}

.table2{
	width:100%;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	}

.table2 th{
	background:#eee;
	border:1px solid #bbb;
	padding:7px;
	vertical-align:middle;
	text-align:center;
	}

.table2 td{
	border:1px solid #bbb;
	padding:7px;
	vertical-align:middle;
	}

.table2 .need{
	background:url(../images/icon_need.gif) no-repeat 90% center #eee;}

/*-----------
width
----------- */
.w40{width:40px;}
.w60{width:60px;}
.w80{width:80px;}
.w90{width:90px;}
.w120{width:120px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w180{width:180px;}
.w190{width:190px;}
.w200{width:200px;}
.w210{width:210px;}
.w220{width:220px;}
.w230{width:230px;}
.w240{width:240px;}
.w250{width:250px;}
.w260{width:260px;}
.w270{width:270px;}
.w280{width:280px;}
.w285{width:285px;}
.w290{width:290px;}
.w300{width:300px;}
.w310{width:310px;}
.w320{width:320px;}
.w330{width:330px;}
.w340{width:340px;}
.w350{width:350px;}
.w370{width:370px;}
.w360{width:360px;}
.w380{width:380px;}
.w390{width:390px;}
.w400{width:400px;}
.w420{width:420px;}
.w430{width:430px;}
.w450{width:450px;}
.w460{width:460px;}
.w470{width:470px;}
.w480{width:480px;}
.w490{width:490px;}
.w500{width:500px;}
.w510{width:510px;}
.w520{width:520px;}
.w530{width:530px;}
.w540{width:540px;}
.w550{width:550px;}
.w560{width:560px;}
.w580{width:580px;}
.w600{width:600px;}
.w610{width:610px;}
.w620{width:620px;}
.w660{width:660px;}
.w670{width:670px;}
.w680{width:680px;}
.w700{width:700px;}
.w740{width:740px;}
.w750{width:750px;}
.w760{width:760px;}
.w820{width:820px;}
.w860{width:860px;}
.w900{width:900px;}
.w920{width:920px;}

.mb5{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}

.mr5{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}
.mr30{ margin-right:30px}

/*--------------
list
--------------*/
ul{list-style:none}

ul.ul_mark {list-style:none;}
ul.ul_mark li{
	padding:3px 0 3px 10px;
	padding-left:25px;}

ul.ul_none {list-style:none}
ul.ul_none li{padding:0}

ul.ul_disc{list-style: disc; }
ul.ul_disc li{margin-left: 20px}

ul.ul_decimal{list-style:decimal;padding-left:22px;}
ul.ul_decimal li{padding:3px 0px;
border-bottom:1px dotted #999;}

/*ol　数字　視覚的*/
ol.ol_number {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */

}
ol.ol_number li {
    position:relative; /* Create a positioning context */
    margin:0 0 1px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:12px 8px 8px 30px;
    border-top:1px solid #ccc;
}
ol.ol_number li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-1px;
    left:-2em;
    width:2em;
    padding:8px 6px;
    border-top:1px solid #3366ff;
    color:#fff;
	background:	#3366ff;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	}

/* title
------------------------------*/
h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
	clear:both
	}

.title01{
	font-size:120%;
	font-weight:bold;
	padding:0 0 8px 0;
	margin-bottom:20px;
	background:url(../images/bg-h3.jpg) no-repeat bottom
	}

.title02{
	font-size:120%;
	font-weight:bold;
	padding:8px 0 6px 0;
	margin-bottom:15px;
	border-bottom:1px dashed #ccc;
	border-top:	3px solid #0066cc;
	color:#0066cc;
	}

.title03{
	border-left:4px solid #0066cc;
	color:#0066cc;
	font-size:110%;
	font-weight:bold;
	margin-bottom:20px;
	padding:3px 0 2px 8px;
	}

.title04{
	background:#1164b3;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	margin-bottom:20px;
	padding:10px;
	}

.title05{
	border-top:3px solid #333;
	border-bottom:1px dashed #ccc;
	padding:7px 0;
	font-size:110%;
	font-weight:bold;
	margin-bottom:20px;
	}

.title06{
	background:#C00;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	margin-bottom:20px;
	padding:10px;
	}

.title07{
	border-left:4px solid #333;
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 0 0 8px;
	}

@media print {}
