@charset "utf-8";
load Noto Sans JapaneseCSS

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
    text-decoration: none;
	list-style-type: none;
}


body {
	margin-right: auto;
	margin-left:auto;
	width: 1200px;
    color: #323232;
}

img {
    border-style:none;
	margin:0;
	padding: 0;
	text-decoration: none;
}

a {
	margin:0;
}

li {
margin-left:0px;
list-style-type: none;
}

/* ヘッダー見出し */
.head {
    float: left;
}
/* ヘッダー会社説明 */
h1 {
    font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN",  "Noto Sans Japanese", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ; 
    font-size: 12px ;
    transform: rotate(0.05deg);
	letter-spacing:1px;
	margin-top: 10px;
    font-weight: 400;
}
/* ヘッダーTRUSTロゴ */
h2 {
    margin-top: -5px;
}

/* ヘッダーTEL */
.tel {
    float: right;
    margin-top: 12px;
    font-size: 30px;
    font-weight: 600;
    font-family: "Myriad Web", "Myriad Pro", "Gill Sans / Gill Sans MT", "Trebuchet MS", "Helvetica", sans-serif;
    color: #005ae6;
    line-height: 20px; 
}

#telnum {
    margin-left: 7px;
    letter-spacing: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #005ae6), color-stop(0.50, #003ca0), color-stop(0.49, #005ae6), color-stop(0.00, #3282FF));
    background-image: -webkit-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: -moz-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%); 
    background-image: -o-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: -ms-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: linear-gradient(to bottom, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

/* ナビゲーション */
#top-nav {
	width:1200px;
	padding:0;
	margin:0;
	list-style-type: none;
    clear: both;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN",  "Noto Sans Japanese", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;  
}

#top-nav li {
	width:20%;
	float:left;
	padding:0;
	margin:0 0 0 0;
	text-align:center;
}

#top-nav li a {
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN",  "Noto Sans Japanese", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ; 
    width:auto;
	color:#fff;
	font-size:18px;
    letter-spacing:5px;
	font-weight:normal;
    text-shadow:0 -1px 0px #003ca0,0 1px 0px #3282ff;
    margin-top: -15px;
    padding:7px 0;
	text-decoration:none;
    transform: rotate(0.05deg);
	display:block;
	background:#005ae6;    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #005ae6), color-stop(0.50, #003ca0), color-stop(0.49, #005ae6), color-stop(0.00, #3282FF));
    background-image: -webkit-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: -moz-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%); 
    background-image: -o-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: -ms-linear-gradient(top, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    background-image: linear-gradient(to bottom, #3282FF 0%, #005ae6 49%, #003ca0 50%, #005ae6 100%);
    border-top: 1px solid #94beFF;
    border-left:1px solid #4b8aed;
    border-right: 1px solid #12469c;
    border-bottom: 1px solid #003ca0;
}

#top-nav li a:hover {
	background:#005ae6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0005B9), color-stop(0.50, #00005D), color-stop(0.49, #0000BB), color-stop(0.00, #003BDC));
    background-image: -webkit-linear-gradient(top, #003BDC 0%, #005ae6 49%, #003ca0 50%, #0005B9 100%);
    background-image: -moz-linear-gradient(top, #003BDC 0%, #0000BB 49%, #00005D 50%, #0005B9 100%); 
    background-image: -o-linear-gradient(top, #003BDC 0%, #0000BB 49%, #00005D 50%, #0005B9 100%);
    background-image: -ms-linear-gradient(top, #003BDC 0%, #0000BB 49%, #00005D 50%, #0005B9 100%);
    background-image: linear-gradient(to bottom, #003BDC 0%, #0000BB 49%, #00005D 50%, #0005B9 100%);
    border-top: 1px solid #4d85dc;
    border-left:1px solid #0050d3;
    border-right: 1px solid #000097;
    border-bottom: 1px solid #000058;
}
/* ナビゲーション ここまで */

h3 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans Japanese",  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 7px;
    margin-bottom: -15px;
    margin-top: 150px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    letter-spacing: 7px;
    font-family: "Myriad Web", "Myriad Pro", "Gill Sans / Gill Sans MT", "Trebuchet MS", "Helvetica", sans-serif;
}

p{
    text-align: center;
}

/* 屋外｜屋内　見出し */
#kind {
    width: 1100px;
    height:500px;
    margin: 30px auto;
    padding: 0;
}

/* 屋外 */
.left {
    display: inline-block;
    width: 549px;
    height: 500px;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0;
}

.center {
    width:0;
    height:500px;
    border: solid 1px #323232;
}

/* 屋内 */
.right {
    display: inline-block;
    width: 549px;
    height: 500px;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* 屋外｜屋内 */
p.okunaigai {
    text-align: center;
    font-size: 60px;
    margin-top: 15px;
    font-weight: 500;
    vertical-align: top;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 大英字 */
p.out-or-in {
    font-size: 16px;
    margin-top: -70px;
    letter-spacing: 4px;
    height: ;
    vertical-align: top;
    font-family:"Myriad Web", "Myriad Pro", "Gill Sans / Gill Sans MT", "Trebuchet MS", "Helvetica", sans-serif;
}

/* 業務内容 */
p.works {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    vertical-align: top;
    vertical-align:top;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




hr {
    margin: auto;
    padding: auto;
}

#outtop,#intop {
    margin-top: 150px;
    text-align: center;
}

/* 小英字 */
#outtop p,#intop p{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 60px;
    font-family:"Myriad Web", "Myriad Pro", "Gill Sans / Gill Sans MT", "Trebuchet MS", "Helvetica", sans-serif;
    text-align: center;
}

/* 小アイコン */
#outtop img,#intop img{
    padding: 0;
    margin-bottom: -25px;
    margin-top: 80px;
}

.pictures img{
    display: inline-block; 
    box-shadow: 3px 4px 15px -5px rgb(200, 200, 200)
}

/* 掲載写真は・・・ */
p.excuse {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 100px;
    font-family:"游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ページTOPに戻る */
.go-top {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transform: rotate(0.05deg);
    font-family:"游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.go-top:hover {
    color: #005ae6;
    text-decoration: none;
    font-weight: bolder;
}

.pictures{
    margin-bottom: 150px;
}

/* フッター */
.footer {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003ca0), color-stop(0.00, #005ae6));
    background: -webkit-linear-gradient(#005ae6, #003ca0);
    background: -moz-linear-gradient(#005ae6, #003ca0);
    background: -o-linear-gradient(#005ae6, #003ca0);
    background: -ms-linear-gradient(#005ae6, #003ca0);
    background: linear-gradient(#005ae6, #003ca0);
    width:1200px;
    height: 130px;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
}

.footer ul {
    list-style-type: none;
    text-decoration:none;
	text-align: center;
    margin: 0 auto 0 0;
	padding: 10px 0 0 0;
    height:30px;
}

.footer li  {
	display: inline;
    margin: 0px 20px 0 20px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:1px;
    transform: rotate(0.05deg);
    text-decoration:none;
    font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN",  "Noto Sans Japanese", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ; 
    
}

.footer ul li a{
    color: white;
    text-decoration:none;
}

.footer ul li a:hover {
    color: white;
    text-shadow: white 0px 0px 10px;
    text-decoration:none;
}

#ft-bottom {
    clear: both;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 3px;
}

#cr {
    color: white;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    margin-top: 5px;
    transform: rotate(0.05deg);
}