@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.mb0{margin-bottom:0px !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}

.ml0{margin-left:0px !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml15{margin-left:15px !important}
.ml20{margin-left:20px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml35{margin-left:35px !important}
.ml40{margin-left:40px !important}
.ml45{margin-left:45px !important}
.ml50{margin-left:50px !important}

.mr0{ margin-right:0px !important}
.mr15{ margin-right:15px !important}

.floL{ float:left !important}
.floR{ float:right !important}

.alL{ text-align:left !important}
.alC{ text-align:center !important}
.alR{ text-align:right !important}

.fs18{ font-size:18px !important}

.m0{ margin:0px !important}

*{ box-sizing:border-box;}

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

/*reset*/

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

body{
	background-color:#C9C1BB;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
p{
	line-height:1.5;
	margin-bottom:2em;
	font-size:14px;}
.bxslider{
	height:626px;}
#wrapper{
	width:1200px;
	margin:0 auto;
	background:url(../old_images/bg_wrap.jpg) 0 0 repeat;
	position:relative
	}
	
#navi{
	background:url(../old_images/bg_nav.png) 0 0 repeat-x;
	height:85px;
	margin:0;
	width:1200px;}
	
*:first-child+html #navi {
	margin-left:-2px;
	}
#mainNav{
	margin-left:200px;}
#mainNav li{
	display:block;
	float:left}
#mainNav li a:hover img{	opacity:1;
	-ms-filter: "alpha( opacity=100 )";
filter: alpha( opacity=100 );}


#snsNavi{
	padding:16px 0px 0px 30px;
	display:block;
	float:left}
#snsNavi li{
	display:block;
	float:left;
	margin-right:29px}

h1{
	text-align:center;
	margin:47px 0px 98px 0}
h2{
	text-align:center;
	margin:0px 0px 54px 0px}
h2#h202{
	margin-bottom:42px}

#sec01{
	width:1152px;
	margin:0 auto 132px auto;
	min-height:364px;
	background:url(../old_images/ph_01.png) right 0 no-repeat;
	padding:20px 366px 0px 24px; }

*:first-child+html #sec01 { width:762px; } 

#serviceUl{
	width:801px;
	margin:0 auto 142px auto;
	display:block;}

#serviceUl li{
	display:block;
	float:left;
	margin-right:21px;
	margin-bottom:25px;}
.whats{
	width:1095px;
	margin:0 64px 23px 41px; }

h2#h204{
	margin-top:156px;}
#feature{
	width:1080px;
	margin-left:106px;
	background:url(../old_images/ph_02.png) 0 0 no-repeat;
	min-height:442px;
	padding:52px 0 0 366px;
	margin-bottom:164px}

#feature dt{
	margin-bottom:10px}
#feature dd{
	margin-bottom:20px}

#contact{
	width:792px;
	margin:0 44px 116px 364px;
	background:url(../old_images/ph_03.png) right 0 no-repeat;
	min-height:286px;}

#contact p{
	margin-left:89px;}
	#company ul{
		margin-left:350px;}
#company ul li{
	list-style:none;
	line-height:2}

#map{
	margin:16px 0 32px 0}

#btnZone{
	width:575px;
	margin:0 auto 295px auto;}

#foot{
	background:#000000;
	color:#FFFFFF;
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:45px;}

#totop{
	position:fixed;
	bottom:60px;
	margin-left:1067px;}

#h201,#h202,#h203,#h205,#h211,#h212,#wrapper{
	margin-top:-85px;
	padding-top:85px;}

.secMain{
	line-height:1;
	height:233px;}

#h211{
	margin:50px auto !important}

table#tokusho{
	width:650px;
	border:none;
	margin:0 auto 223px auto;
	font-size:18px;}

table#tokusho th,table#tokusho td{
	font-weight:normal;
	text-align:left;
	padding:5px;}
	
#pp{
	width:905px;
	margin:0 auto 312px auto;}

#pp p{
	margin-bottom:0px;
	font-size:18px;}

#pp a img{
	margin-top:88px;}