@charset "utf-8";


/* HTML5 display definitions */

section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
    display: block;
}
video, audio, canvas {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

/* The root element */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Sections */
body {
    font-family: sans-serif;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    margin: 0;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
    margin: 0;
}
hr {
    color: inherit;
    height: auto;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
}
pre {
    font-family: monospace, sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}
ol, ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}

/* Text-level semantics */
a{
	text-decoration:none;
	color: #948A1C;
	}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
	text-decoration:none;
}
strong, b {
    font-weight: bold;
}
small {
    font-size: 0.83em;
}
q {
    quotes: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
code, samp, kbd {
    font-family: monospace, sans-serif;
}
mark {
    color: black;
    background-color: yellow;
}
sub, sup {
    font-size: 0.83em;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
br {
    letter-spacing: 0;
}

/* Embedded content */
img {
    border: 0;
	padding:0;
	margin:0;
	vertical-align:middle;	
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}

/* Tabular data */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    padding: 0;
    text-align: left;
}
th, td {
    text-align: left;
    vertical-align: baseline;
    padding: 0;
}


/* Forms */
form {
    margin: 0;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
legend {
    border: 0;
    *margin-left: -7px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}
input, button {
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type="search"]:focus {
    outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
select {
    background-color: inherit;
    line-height: normal;
}
textarea {
    vertical-align: top;
    overflow: auto;
    *font-family: sans-serif;
}



/* clearfix */
.clear{
	clear:both;
	display:block;
	height:0;
	}
.clearfix:after {
	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: ",";
  	clear: both;
  	height: 0;
	}
/* IE6 */* html .clearfix { zoom: 1;}
/* IE7 */*:first-child+html .clearfix { zoom: 1;}







/* フォントの設定 */
h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-size:12px;
	line-height:1em;
	font-weight:400;
	letter-spacing:0.01em;
	}
	
	

.maxWidth{
	width:980px;
	height:auto;
	margin:0 auto 0;
	display:block;
	}
.bigheight{
width:100%;
height:200px;
display:block;
}
/* コンテナ */
div#container  {
  width: 100%;
  height:auto;
  margin: auto 0;
  }


	
	
/* ヘッダー */
div#header{
	padding:20px 0;
	}
	
	
div#header h1 a{
	float:left;
	width:320px;
	height:85px;
	text-indent:-9999px;
	display:block;
	background-image: url(icon/mei-logo.png);
	}
	
/* 検索 */	
div#header #search{
	float:right;
	margin-top:0px;
	margin-top:30px;
	}
#searchform label{
    display: none;
    }
input#s{
	width:200px;
	height:30px;
	border:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	padding:0 10px;
	color:#D2D2D2;
  }
#s:hover, #s:focus{
    }
#searchsubmit{
	width:33px;
 	height:33px;
  	border:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
  	background-color:#fff;
	text-indent:-9999px;
	background-image:url(icon/search-button.png);
 	}
#searchsubmit:hover{
	background-color:#D2D2D2;
	cursor:pointer;
    }	
/* 検索ここまで */



#nav-head-menu	ul{
	float:left;
	}	
#nav-head-menu	ul li{
	float:left;
	}
#nav-head-menu	ul li a{
	width:105px;
	border-left:solid 1px #0A0F1A;
	text-align:center;
	font-size:12px;
	line-height:22px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
}
#nav-head-menu	ul li:last-child a{
	border-right:solid 1px #0A0F1A;
	}	
	
	
#sns-head ul{
	float:right;
	text-align:right;
	display:block;
	margin:0px 0 10px;
	}	
#sns-head ul li{
	display: inline;
	}
#sns-head ul li a{
	font-size:12px;
	line-height:22px;
	color:  #0A0F1A;
	margin-left:15px;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	}
#sns-head ul li:first-child a span{
	color: #948A1C;
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	}	
#sns-head ul li:nth-child(2) a span{
	color: #428A87;
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	}	
#sns-head ul li:last-child{
	margin-left:5px;
	margin-right:0px;
	}
#sns-head ul li:last-child iframe{
width: 70px!important;
}

	


#nav-head-category ul{
	width:980px;
	height:auto;
	}
#nav-head-category ul li{
	float:left;
	}	
#nav-head-category ul li a{
	width:325px;
	border-left:solid 1px #0A0F1A;
	border-top:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	text-align:center;
	font-size:12px;
	line-height:37px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	}
#nav-head-category ul li a span{
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	}
#nav-head-category ul li:last-child a{
	border-right:solid 1px #0A0F1A;
	}	



#slideshow{
	width:978px;
	height:450px;
	border:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	margin-top:10px;
	}	

	
	
	
		
	
/* コンテンツ */
#content{
	margin-bottom:40px;
	}	
#nav-con-menu ul li{
	float:left;
	width:320px;
	height:auto;
	margin-right:10px;
	margin-bottom:20px;
	}
#nav-con-menu ul li:last-child{
	margin-right:0;
	}
#nav-con-menu ul li span.menu-sub{
	font-size:12px;
	line-height:27px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	text-align:left;
	}
#nav-con-menu ul li span.menu-title{
	font-size:25px;
	line-height:28px;
	color:#0A0F1A;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:right;
	}
#nav-con-menu ul li span.menu-img{
	width:318px;
	height:200px;
	border:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	display:block;
	text-indent:-9999px;
	}
#nav-con-menu ul li span.menu-info{
	font-size:12px;
	line-height:24px;
	color:#0A0F1A;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	float:left;
	}
#nav-con-menu ul li span.menu-submit{
	font-size:12px;
	line-height:24px;
	color:#0A0F1A;
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	float:right;
	}

#nav-con-menu ul li:first-child span.menu-img{
	background-image:url(icon/nav-1.jpg);
	}
#nav-con-menu ul li:nth-child(2) span.menu-img{
	background-image:url(icon/nav-3.jpg);
	}
#nav-con-menu ul li:last-child span.menu-img{
	background-image:url(icon/nav-2.jpg);
	}








#nav-con-work ul li{
	float:left;
	width:320px;
	height:auto;
	margin-right:10px;
	margin-bottom:20px;
	}
#nav-con-work ul li:last-child{
	margin-right:0;
	}
#nav-con-work ul li span.menu-sub{
	font-size:12px;
	line-height:27px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	text-align:left;
	}
#nav-con-work ul li span.menu-title{
	font-size:25px;
	line-height:28px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	text-align:left;
	}
#nav-con-work ul li span.menu-img{
	width:318px;
	height:370px;
	border:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	display:block;
	text-indent:-9999px;
	}
#nav-con-work ul li span.menu-submit{
	font-size:12px;
	line-height:24px;
	color:#0A0F1A;
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	text-align:left;
	}


#nav-con-work ul li:first-child span.menu-img{
	background-image:url(icon/nav-work-f.jpg);
	}
#nav-con-work ul li:nth-child(2) span.menu-img{
	background-image:url(icon/nav-work-b.jpg);
	}
#nav-con-work ul li:last-child span.menu-img{
	background-image:url(icon/nav-work-m.jpg);
	}






#nav-con-others ul{
	width:980px;
	height:auto;
	margin-bottom:10px;
	}
#nav-con-others ul li{
	float:left;
	width:50%;
	}	
#nav-con-others ul li a{
	border-left:solid 1px #0A0F1A;
	border-top:solid 1px #0A0F1A;
	border-bottom:solid 2px #0A0F1A;
	text-align:center;
	font-size:12px;
	line-height:37px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	}
#nav-con-others ul li a span{
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	}
#nav-con-others ul li:last-child a{
	border-right:solid 1px #0A0F1A;
	}	

	


/* フッター */
#footer{
	clear:both;
	background-color:#F0F0F0;
	border-top:solid 1px #D2D2D2;
	}
#notice{
	background-color: #F0F0F0;
	padding:20px 0;
	background-image:url(icon/chip-notice.png);
	background-repeat:no-repeat;
	background-position:center;
	}
#notice h3{
	font-size:12px;
	line-height:27px;
	color:#0A0F1A;
	display:block;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	text-align:center;
	}
#notice p{	
	color:#0A0F1A;
	display:block;
	text-align:center;
	padding:0 80px;
	}
#notice p.eng{
	font-size:12px;
	line-height:15px;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	margin-bottom:5px;
	}
#notice p.eng span{
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	}
#notice p.ja{
	font-size:10px;
	line-height:15px;
	margin-bottom:5px;
	}
	
	
#footinfo{
	background-color: #0A0F1A;
	padding:20px 0;
	border-top:solid 1px #D2D2D2;
	}
#nav-foot-menu ul li{
	float:left;
	}	
#nav-foot-menu ul li a{
	width:70px;
	border-left:solid 1px #5F5F5F;
	text-align:center;
	font-size:12px;
	line-height:15px;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	color: #5F5F5F;
	display:block;
	}
#nav-foot-menu ul li:last-child a{
	border-right:solid 1px #5F5F5F;
	}
	
	
#smallInfo{
	float:right;
	display:inherit;
	}
#smallInfo p{
	float:left;
	font-size:12px;
	line-height:15px;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	color: #5F5F5F;
	margin-left:15px;
	}
#smallInfo p span{
	font-family: 'Cousine', sans-serif;
	font-weight:700;
	font-style:italic;
	color: #888;

	}	
#smallInfo p.develope span{
	color:  #428A87;
	}	
	
	
	
	
/* パンくずリスト */

div#breadcrumb  {
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	margin-bottom: 30px;
	font-size: 12px;
	}

div#breadcrumb a  {
	display: inline;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	font-size: 12px;
	}	



/* ギャラリー */
div.gallery{
margin-bottom:10px;
}
.gallery-item {
  width: 20%;
  float: left;
  margin-top: 0;
  text-align: center;
}

.gallery img {
  border:dotted 1px #aaaaaa;
  padding: 5px;
margin-bottom:30px;
}

.gallery a:hover img  {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}

.gallery dd  {
  margin: 0;
  font-size: 14px;
}

.gallery br+br  {
  display: none;
}


#overlay {
    filter: alpha(opacity=50)!important;
    -moz-opacity:0.5!important;
    opacity:0.5!important;
}
span#numberDisplay{
	display: none!important;
}




/* aboutページ */
#aboutcon{
	padding:40px 0 10px 50px;
	border:solid 1px #5F5F5F;
	border-bottom:solid 2px #5F5F5F;
	}
#aboutcon ul li h6{
	float:left;
	width:70px;
	font-size:12px;
	line-height:15px;
	font-family: 'Cousine', sans-serif;
	font-weight:400;
	text-align:right;
	font-weight:300;
	margin-right:15px;
	}
#aboutcon ul li .aboutdetail{
	float:left;
	padding:0 0 15px 15px;
	}
#aboutcon ul li .aboutdetail p{
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
	}



/* お問い合わせ */
#contactform{
	padding:40px 50px 0;
	border:solid 1px #5F5F5F;
	border-bottom:solid 2px #5F5F5F;
	}
#contactform p#contactsubinfo{
	margin-bottom:15px;
	}
#contactform p#contactsubinfo span{
	font-weight:700;
	text-decoration:underline;
	}
.wpcf7-form p{
	line-height:26px;
	margin-bottom:15px;
	}

.wpcf7-form span.req	{
	color: #948A1C;
	font-size: smaller;
	}

.wpcf7-form input{
	width: 50%;
	height:26px;
	}

.wpcf7-form textarea{
	width: 100%;
	}

.wpcf7-form p.submit{
	text-align: center;
	}

.wpcf7-form .wpcf7-submit  {
	width:60px;
	height:35px;
	font-family:sans-serif;
	font-size:14px;
	line-height:14px;
	color:#FFF;
	display:block;
	padding:8px 0 7px;
	margin:20px 0 0;
	text-align:center;
	background-color: #0A0F1A;
	border:none;
	}
.wpcf7-submit:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}



p.title{
margin-bottom:10px;
}
p.titlelast{
margin-bottom:30px;
}



#imageDetails{
display:none!important;
}