@charset "UTF-8";
/*
Theme Name: ORANGE19.6ps
Author: ZoDDo.Inc
Description: 愛知、岐阜、三重を中心に看板デザインからホームページ制作までトータルデザイン事務所ゾッドのホームページです。。
*/
====================
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
*{
	font-family: "Hiragino Kaku Gothic Pro";
}
body {
	line-height: 1.5em;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
ol, ul,li {
list-style: none;
margin:0px;
padding:0px;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
============
/*------------マウスオーバーで白く---------------------*/
.fade_sample {
	/*変化にかかる時間とタイミング、進行具合を指定*/
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
 
/*オンマウス時に実行*/
.fade_sample:hover {
	/*透明度具合を指定*/
	opacity: 0.4;  
	filter: alpha(opacity=60);  
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* clearfix（任意で） */
*:after { display:block; clear:both; }
/*背景画像サイズ*/
.bg-size {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-size2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*マウスオーバーで背景変え*/
.beck {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    }
.beck:hover {
	background-color: #ffb6c1;
    }
/* パンくずリストCSS*/
.breadcrumbs {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #999;
	padding:5px 0 0 10px;
    float: left;
    margin: 0px;
}
.breadcrumbs a{
	color: #999;
	text-decoration:none;
}
/*スイッチ*/
.switch {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #000;
	overflow: hidden;
	width: 300px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.switch a{
	text-decoration:none;
	color:#000;
	}
.switch2 {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid;
	overflow: hidden;
	width: 200px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.switch2 a{
	text-decoration:none;
	color:#FFF;
	}
/*ページネーション*/
div.pagination {
	float:left;
	clear:right;
	width: 800px;
	height: 70px;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:50px 0 20px;
	vertical-align: middle;
    display: block;
    overflow: hidden;
}
div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}
/*=======共通CSSここから==========*/
/*位置CSS*/
.left{ 
    float:left;
}
.right{
    float:right;
}
.f-center{
    margin-left: auto;
    margin-right: auto;
}
.center{
	text-align: center;
    display: block;
    overflow: hidden;
}
/*位置CSSその２*/
.m-top0{
    margin-top: 0px;
}
.m-top30{
    margin-top: 30px;
}
.m-top50{
    margin-top: 50px;
}
.m-top80{
    margin-top: 80px;
}
.m-top120{
    margin-top: 120px;
}
.m-top120{
    margin-top: 180px;
}
.m-bottom0{
    margin-bottom: 0px;
}
.m-bottom30{
    margin-bottom: 30px;
}
.m-bottom50{
    margin-bottom: 50px;
}
.m-bottom80{
    margin-bottom: 80px;
}
.m-bottom120{
    margin-bottom: 120px;
}
.m-bottom150{
    margin-bottom: 150px;
}
.m-bottom180{
    margin-bottom: 180px;
}
.p-bottom100{
	padding-bottom: 100px;
}
.p-bottom200{
	padding-bottom: 200px;
}
.p-bottom300{
	padding-bottom: 300px;
}
.p-top80{
	padding-top: 80px;
}
/*背景カラー*/
.bg-gray{
    background-color: #180614;
}
.bg-snow{
    background-color:  #f5f5f5;
}
.bg-white60{
    background-color: rgba(255,255,255,0.8);
}
.bg-bade{
    background-color: #f8f8ff;
}
.bg-blue{
	background-color: #f0ffff;
}
/*背景イメージ*/
.bg-img1{
    background-image: url(img/common/background1.jpg);
}
.bg-img2{
    background-image: url(img/common/background2.jpg);
}
.bg-img3{
    background-image: url(img/common/background3.jpg);
}
.bg-img4{
    background-image: url(img/common/background4.jpg);
}
.bg-img5{
    background-image: url(img/common/background5.jpg);
}
.bg-img6{
    background-image: url(img/common/background6.jpg);
}
.bg-img7{
    background-image: url(img/common/background7.jpg);
}
.bg-img8{
    background-image: url(img/common/background8.jpg);
}
.bg-img9{
    background-image: url(img/common/background9.jpg);
}
.bg-img10{
    background-image: url(img/common/background10.jpg);
}
.bg-img11{
    background-image: url(img/common/background11.jpg);
}
.bg-img12{
    background-image: url(img/common/background12.jpg);
}
.bg-img13{
    background-image: url(img/common/background13.jpg);
}
.bg-img14{
    background-image: url(img/common/background14.jpg);
}
.bg-img15{
    background-image: url(img/common/background15.jpg);
}
.bg-img16{
    background-image: url(img/common/background16.jpg);
}
.bg-img17{
    background-image: url(img/common/background17.jpg);
}
/*コンテンツCSS*/
.box{
	display: block;
	overflow: hidden;
}
.box100{
    width: 100%;
    display: block;
    overflow: hidden;
}
.box50{
    width: 50%;
    display: block;
    overflow: hidden;
}
.box60{
    width: 60%;
    display: block;
    overflow: hidden;
}
.box40{
    width: 40%;
    display: block;
    overflow: hidden;
}
.box1280{
    width: 1280px;
    display: block;
    overflow: hidden;
}
.box1180{
    width: 1180px;
    display: block;
    overflow: hidden;
}
/*タイトル*/
.com-tittle1{
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
}
/*タイトル*/
.com-tittle2{
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}
.com-tittle3{
    font-size: 21px;
    line-height: 1.6em;
    font-weight: bold;
}
/*フォント*/
.font1{
    font-size: 18px;
    line-height: 1.8em;
	font-weight: lighter;
}
.font2{
    font-size: 16px;
    line-height: 1.8em;
	font-weight: lighter;
}
.font3{
    font-size: 14px;
	line-height: 1.8em;
	font-weight: lighter;
}
/*カラー*/
.white{
    color: #FFFFFF;
}
.yellow{
    color: #ffd700;
}
.pink{
	color: #F92F97;
}
/*下線レッド*/
.u_blue {
   text-decoration: none;
   border-bottom: 4px solid #306CD8;
   padding-bottom: 3px;
}
.u_red {
   text-decoration: none;
   border-bottom: 4px solid #cd5c5c;
   padding-bottom: 3px;
}
.u_white {
   text-decoration: none;
   border-bottom: 2px solid #FFFFFF;
   padding-bottom: 3px;
}
.u_yellow {
   text-decoration: none;
   border-bottom: 4px solid #ffd700;
   padding-bottom: 3px;
}
/* -------------------- */

/*コンテンツCSS*/
#wrapper{
}
header{
	width: 100%;
	height: 90px;
	border-top: 10px #F22A79 solid;
	border-bottom: 1px #6D6D6D solid;
	
	background-color: #FFFFFF;
}
#in-header1{
}
#in-header1 .header1{
	width: 1280px;
	display: block;
	overflow: hidden;
	margin: auto;
}
#in-header1 .header1 h1{
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5em;
	width: 900px;
	float: left;
}
#in-header1 .header1 .sub-menu{
	width: 270px;
	float: right;
}
#in-header1 .header1 .sub-menu li{
	width: 130px;
	height: 25px;
	float: left;
	background-color: #58F475;
	margin-left: 5px;
	font-size: 12px;
	text-align: center;
	display: block;
}
#in-header2{
	width: 1180px;
	height: 55px;
	margin: auto;
	margin-top: 5px;
}
#in-header2 .logo{
	width: 190px;
	height: 60px;
	display: block;
	float: left;
}
#in-header2 .menu-navi{
	width: 950px;
	height: 60px;
	float: left;
	margin-left: 40px;
}
#in-header2 .menu-navi li{
	width: 115px;
	height: 60px;
	float: left;
	display: block;
}
footer{
	background-color: #f5f5f5;
	border-top: 1px solid #BABABA;
	overflow: hidden;
}
footer a:link{color:#000;text-decoration:none;}
footer a:visited{text-decoration:none;color:#000;}
footer a:hover{text-decoration:none;}
footer a:active{text-decoration:none;}
footer #footer1{
	width: 100%;
}
footer #footer1 .in-footer1{
	width: 1280px;
	margin: auto;
}
footer #footer1 .in-footer1 .ft-ad{
	width: 320px;
	height: 100px;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 60px;
	margin-top: 30px;
}
footer #footer1 .in-footer1 .ft-nav{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer #footer1 .in-footer1 .ft-nav li{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
footer #footer2{
	background-color: #484848;
}
footer #footer2 .in-footer2{
	width: 1180px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer #footer1 .in-footer1 .site-img{
	width: 340px;
	height: 200px;
	float: right;
	margin-top: 30px;
}
#copyrightbox {
	height: 50px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
#copyrightbox .copy-righyleft {
	float: left;
	color: #FFF;
	padding-top: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	margin-left: 8px;
	line-height: 1.5em;
}
#copyrightbox .copy-center {
	float: left;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	margin-left: 54px;
	line-height: 1.5em;
	padding-top: 3px;
}
#cotante{
	padding-bottom: 90px;
}
.tittle-box{
	margin-top: 90px;
	margin-bottom: 90px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 40%;
	background-color: rgb(255,255,255, 0.6);
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 24px;
}
/*投稿CSS*/
.post1{
	width: 300px;
	height: 360px;
	margin-top: 30px;
	margin-left: 17px;
	float: left;
	display: block;
	overflow: hidden;
}
.post1 a{
	text-decoration: none;
	color: #020202;
}
.post1 .img{
	width: 300px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.post1 .img img{
	width: 300px;
	height: auto;
}
.post1 .tittle{
	font-size: 18px;
	border-bottom: dotted 2px #6C6C6C;
	margin-top: 4px;
	max-height: 40px;
	overflow: hidden;
}
.post1 .tagbox{
	margin-top: 4px; 
	clear: both;
}
.post1 .tagbox .area{
	font-size: 11px;
	background-color: #e95295;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	border-radius: 3px;
	display: block;
	float: left;
}
.post1 .tagbox .genre{
	font-size: 11px;
	background-color: #a9a9a9;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	border-radius: 3px;
	display: block;
	float: left;
	margin-left: 8px;
}
.post1 .intro{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5em;
	overflow: hidden;
	height: 70px;
}
.post2{
	width: 300px;
	height: 410px;
	margin-top: 20px;
	margin-left: 17px;
	float: left;
	display: block;
	overflow: hidden;
}
.post2 .img{
	width: 300px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.post2 .img img{
	width: 300px;
	height: auto;
}
.post2 .tittle{
	font-size: 16px;
	border-bottom: dotted 2px #6C6C6C;
	margin-top: 4px;
	height: 50px;
	overflow: hidden;
}
.post2 .tagbox{
	margin-top: 4px; 
	clear: both;
}
.post2 .tagbox .area{
	font-size: 11px;
	background-color: #e95295;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	border-radius: 3px;
	display: block;
	float: left;
}
.post2 .tagbox .genre{
	font-size: 11px;
	background-color: #dddcd6;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	border-radius: 3px;
	display: block;
	float: left;
	margin-left: 8px;
}
.post2 .intro{
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5em;
	overflow: hidden;
	height: 80px;
}
.post2 .auther{
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.5em;
	display: block;
	overflow: hidden;
	height: 25px;
	background-color: #a9a9a9;
	color: #FFFFFF;
	padding: 4px;
}
.post3{
	width: 620px;
	height: 100px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #A6A6A6;
}
.post3 .img{
	width: 120px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.post3 .img img{
	width: 120px;
	height: auto;
}
.post3 .tittle{
	width: 490px;
	height: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 14px;
	margin: 0px;
	font-weight: lighter;
	display: block;
	overflow: hidden;
}
.post3 .intro{
	width: 500px;
	height: 78px;
	padding-left: 10px;
	font-size: 13px;
	display: block;
	overflow: hidden;
}
.post4{
	width: 350px;
    height: 100px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
	margin-left: 5px;
	margin-top: 10px;
	border-bottom: 1px #989898 dotted;
}
.post4 .img{
	width: 120px;
	height: 100px;
	float: left;
	display: block;
	overflow: hidden;
}
.post4 .ing img{
	width: 120px;
	height: auto;
}
.post4 .tittle{
	font-size: 14px;
	line-height: 1.2em;
	margin: 0px;
}
.post4 .intro{
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 7px;
}
/*アドセンス*/
.ad336{
	width: 336px;
	height: 300px;
	display: block;
	margin-left: 70px;
}
/*top-css*/
.news1{
	width: 640px;
	height: 480px;
	float: left;
	border: 1px solid #6A6A6A;
	overflow: scroll hidden;
}
.facenews{
	width: 600px;
	height: 480px;
	float: right;
}
/*サイドバー*/
.side-colum{
    width: 360px;
    min-height: 1000px;
    background-color: #f3f3f3;
    float: right;
    display: block;
    overflow: hidden;
	margin-top: 40px;
	border-radius: 8px;
	font-family: "Hiragino Kaku Gothic Pro";
	padding-bottom: 80px;
}
.side-colum a{
    color: #000000;
    text-decoration: none;
}
.side-colum h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 5px;
}
.side-colum ul{
	width: 330px;
	padding: 30px;
}
.side-colum ul li{
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #484848 1px solid;
}
/* シングル*/
.single-box {
	float: left;
	width: 840px;
	min-height: 300px;
	display: block;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	margin-top: 40px;
	line-height:1.8em;
}
.single-box2 {
	float: left;
	width: 840px;
	display: block;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	font-family: "Hiragino Kaku Gothic Pro";
}
.single-box3 {
	float: left;
	width: 800px;
	min-height: 300px;
	display: block;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	margin-top: 60px;
	line-height:1.8em;
	font-family: "Hiragino Kaku Gothic Pro";
	border-radius: 10px;
}
.single-box img{
	max-width: 840px;
    height: auto;
}
.single-box2 img{
	max-width: 800px;
    height: auto;
}
.single-box .nomber {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: inline-table;
	height: 20px;
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}
.single-box .date {
	font-weight:bolder;
	display: block;
	height: 20px;
	width: 780px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	float: left;
	border-bottom: 1px dotted #AA1635;
}
.single-box .single-tittle {
	padding: 10px;
	width: 780px;
	display: block;
	overflow: hidden;
	font-size: 28px;
	font-weight: bolder;
	margin-top: 70px;
	line-height: 1.5em;
}
.single-box .blog{
	margin-top: 30px;
	line-height: 2.4em;
}
.single-box .auther-deta{
	width: 778px;
	height: 260px;
	display: block;
	overflow: hidden;
	margin-top: 180px;
	border: ridge 1px #7B7B7B;
	border-radius: 10px;
	padding: 10px;
	background-color: #f0ffff;
}
.single-box .auther-deta .tittle{
	width: 798px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	display: block;
	float: left;
	margin-left: 20px;
}
.single-box .auther-deta .face{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #C01316;
	float: left;
	display: block;
	overflow: hidden;
}
.single-box .auther-deta .name{
	width: 500px;
	float: left;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 12px;
}
.single-box .auther-deta .article{
    font-size: 17px;
    line-height: 1.5em;
	width: 630px;
	float: left;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 12px;
}
.about-tittle1{
	width: 790px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6em;
	background: #4169e1;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.about-tittle2{
	width: 790px;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6em;
	background: #4169e1;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.about-tittle3{
	width: 790px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.6em;
	background: #4169e1;
	color: #FFFFFF;
	border-top: 2px solid #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
/* よくある質問ページ*/
.q-table3 li{
	margin-bottom: 45px;
}
.q-table3 h3{
	margin:0;
	font-size: 18px;
	font-weight: bold;
}
.q-table3{
	width: 840px;
	margin: 80px auto;
	overflow: hidden;
	cursor : pointer;
}
.q-table3 .question3{
	width: 790px;
	margin: 0;
	padding: 20px 10px 10px 50px;
	display: inline-block;
	background-image: url(img/common/q-table2.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px dotted #e8d3ca;
	line-height: 1.6em;
	font-weight: lighter;
}
.q-table3 .answer{
	width: 790px;
	margin: 0;
	font-size: 16px;
	line-height: 2.0em;
	background-image: url(img/common/a-table2.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom:  2px solid #e8d3ca;
	padding: 40px 10px 20px 50px;
	display: none;
}
/* 会社概要*/
.profile tbody {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.profile tr th {
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	font-weight: normal;
    text-align: center;
}
.profile tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 800px;
}
.profile tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
    width: 980px;
}
/* --お問い合わせフォームCSS*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:130%;
	font-size:15px;
}
table.formTable{
	width: 800px;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table.formTable textarea,input,select, textarea{
	font-size: 16px;
    line-height: 1.6em;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:13px;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#f5f5f5;
	text-align:left;
    line-height: 1.6em;
}
table .check{
    font-size: 14px;
    padding: 4px;
    background-color: #E20003;
    color: #FDFDFD;
    margin-left: 4px;
}
.submit {
    width: 120px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
}
.contact-box{
	float: left;
	width: 800px;
	display: block;
	overflow: hidden;
	border: 1px solid #CCC;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 200px;
	margin-top: 60px;
	line-height:1.8em;
	font-family: "Hiragino Kaku Gothic Pro";
}
/*-----店舗情報single-----*/
.shop-tittle{
	background: #fffaf0;
}
.tittle-base{
	width: 1280px;
	height: 160px;
	display: block;
	margin: auto;
}
.tittle-base table tr th{
	padding: 5px 7px;
	font-size: 14px;
	font-weight: lighter;
}
.tittle-base table tr td{
	padding: 5px 7px;
	font-size: 14px;
}
.tittle-base .shop-name{
	font-size: 34px;
	margin-left: 30px;
	line-height: 1.3em;
}
.tittle-base .tellbox{
	width: 300px;
	height: 40px;
	display: block;
	background-image: url(img/common/tell-form.png);
	background-size: cover;
	float: right;
	padding: 10px 0px 10px 60px;
	font-size: 24px;
	box-sizing: border-box;
}
#shop_slider{
	width: 840px;
	height: 520px;
	display: block;
	overflow: hidden;
	background: #F2F2F2;
}
#shop_slider img{
	width: 840px;
	height: auto;
}
.deta-tittle1{
	width: 840px;
	padding: 10px 0px 10px 20px;
	background: #c9c9c2;
	box-sizing: border-box;
	color: #FFFFFF;
}
.sentence{
	line-height: 1.8em;
	font-size: 16px;
	padding-bottom: 50px;
}
.img-box3{
	width: 840px;
}
.img-box3 .img{
	width: 270px;
	height: 210px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.img-box3 .img img{
	width: 270px;
	height: auto;
}
.shop-deta{
	margin-top: 50px;
	box-sizing: border-box;
}
.shop-deta caption{
	width: 840px;
	padding: 10px 20px;
	text-align: left;
	background: #DDEAC5;
	box-sizing: border-box;
}
.shop-deta tbody{
	display: block;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	box-sizing: border-box;
}
.shop-deta tr{
	border-bottom: 1px solid;
}
.shop-deta tr th{
	width: 120px;
	padding: 20px;
	background-color: #f5f5f5;
	font-weight: normal;
    text-align: center;
}
.shop-deta tr td{
	width: 720px;
	padding: 20px;
}
.googlemap{
	width: 840px;
	height: 400px;
	display: block;
	margin-top: 30px;
}
.phone-box{
	width: 640px;
	height: 280px;
	padding: 20px;
	background: #d83473;
	display: block;
	margin: 30px auto;;
	box-sizing: border-box;
	border-radius: 10px;
}
.phone-box h4{
	font-size: 26px;
	text-align: center;
	color: #FFFAFA;
}
.phone-box .co-tell{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #FFFAFA;
}
.phone-box p{
	text-align: center;
	display: block;
	color: #FFFAFA;
}
/*----------求人情報 --------------*/
.job-box{
	width: 840px;
	height: 480px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 20px solid #6699DF;
	border-left: 1px solid #6699DF;
	border-right: 1px solid #6699DF;
	border-bottom: 1px solid #6699DF;
	border-radius: 7px;
	margin-bottom: 40px;
}
.job-box .img{
	width: 260px;
	height: 200px;
	margin: 10px;
	display: inline-block;
	background: #B1B1B1;
	float: left;
}
.job-box .img img{
	width: 260px;
	height: 200px;
}
.job-box .company{
	font-size: 14px;
	font-weight: lighter;
	float: left;
	padding: 5px;
	margin: 0px;
}
.job-box .job-tittle{
	width: 500px;
	font-size: 22px;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
	display: block;
	float: left;
}
.job-box .job-deta tbody{
	width: 600px;
	margin: 15px;
	display: block;
	overflow: hidden;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
}
.job-deta tr{
	border-bottom: 1px solid;
}
.job-deta th{
	width: 100px;
	padding: 10px;
	background-color: #f5f5f5;
	font-weight: normal;
    text-align: center;
}
.job-deta td{
	padding: 10px;
	width: 460px;
}
/* single-css*/
.blog-box{
	width: 840px;
	height: 180px;
	display: block;
	overflow: hidden;
	margin: 40px 0px;
	padding: 15px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.blog-box .day{
	font-size: 14px;
	line-height: 1.5em;
}
.blog-tittle{
	font-size: 28px;
	line-height: 1.5em;
}
.blog-contante{
	line-height: 1.6em;
}
.blog-contante img{
	max-width: 840px;
	height: auto;
}