/*
Theme Name: team-m
Theme URI: http://team-m.co.jp/
Author: megumi
Version: 0.1.0
*/


/*==================================================================
	reset styles
===================================================================*/

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;
	text-align:left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width: 1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}
iframe {
	border: none;
	max-width: 100%;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
}
a:hover, a:active {
  outline: 0;
}
a {
    /*\*/
	overflow: hidden;/**/
}
a img {
    border:none;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*==================================================================
	common styles
===================================================================*/

/*------------------------------------------------------------------
	padding
-------------------------------------------------------------------*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}

/*------------------------------------------------------------------
	margin
-------------------------------------------------------------------*/

.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb05 {
	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;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
/*------------------------------------------------------------------
	 color styles
-------------------------------------------------------------------*/
.red {
    color: #C00;
}

.gray {
    color:#666;
}

.brown {
    color:#993300;
}
/*------------------------------------------------------------------
	 fontsize styles
-------------------------------------------------------------------*/
.f0 {
	font-size:10px;
}
.f1 {
	font-size:12px;
}
.f2 {
	font-size:13px;
}
.f3 {
	font-size:14px;
}
.f4 {
	font-size:16px;
}
.f5 {
	font-size:22px;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
/*------------------------------------------------------------------
	 background
-------------------------------------------------------------------*/
.bg-white{
	background:#FFF;
}
.bg-gray{
	background:#F2F2F2;
}
.bg-orange{
	background:#FFF1E3;
}
.bg-pink{
	background:#FFE1F0;
}
.bg-blue{
	background:#E6F2FF;
}
.bg-yellow{
	background:#FFE1F0;
}

.bg-dot{
	background: url(./img/common/bg_dot.gif);
}

.gra01{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
}

.bg02{
	background: url(img/bg02.png) repeat-x;
}
.bg04{
	background: #94CFDA;
}
.bg06{
	background: #eee;
}
.bgpink{
	background: #EB6FA5;
	height:90px;
}




/*------------------------------------------------------------------
	 button
-------------------------------------------------------------------*/
a.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
a.button:hover {
	text-decoration: none;
}
a.button:active {
	position: relative;
	top: 1px;
}

a.btn-bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
a.btn-medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
a.btn-small {
	font-size: 11px;
	padding: .2em 1em .275em;
}



/* color styles
---------------------------------------------- */

/* black */
a.btn-black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
a.btn-black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
a.btn-black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
a.btn-gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
a.btn-gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
a.btn-gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
a.btn-white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
a.btn-white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
a.btn-white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*------------------------------------------------------------------
	 box setting
-------------------------------------------------------------------*/
.box-solid{
	background:#FFF;
	padding:20px 20px 10px 20px;
	border:1px solid #CCC;
	margin-bottom:20px;
}
.box-double{
	background:#FFF;
	padding:20px 20px 10px 20px;
	border:3px double #CCC;
	margin-bottom:20px;
}
.box-dotted{
	background:#FFF;
	padding:20px 20px 10px 20px;
	border:1px dotted #999;
	margin-bottom:20px;
}

/*------------------------------------------------------------------
	 list setting
-------------------------------------------------------------------*/
ul.disc {
    padding:0 2.5em;
    margin:1em 0px;
    list-style:disc;
}

ul.circle {
    padding:0 2.5em;
    list-style:circle;
    margin:1em 0px;
}

ol.decimal {
    padding:0 2.5em;
    list-style:decimal;
    margin:1em 0px;
}

/*------------------------------------------------------------------
	 effect1 setting
-------------------------------------------------------------------*/
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.effect2{
  position: relative;
}
.effect2:before, .effect2:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*------------------------------------------------------------------
	 blockquote setting
-------------------------------------------------------------------*/
	blockquote{
		background:#FFF;
		padding:20px 20px 10px 20px;
		border:1px dotted #999;
	}
/*------------------------------------------------------------------
	 icon setting
-------------------------------------------------------------------*/
.i-blog{
	background:url(./img/common/i-blog.png) no-repeat 0 0;
	display:block;
	padding:3px 0 3px 70px ;
}
.i-staffblog{
	background:url(./img/common/i-staffblog.png) no-repeat 0 0;
	padding:3px 0 3px 70px ;
}
.i-news{
	background:url(./img/common/i-news.png) no-repeat 0 0;
	padding:3px 0 3px 70px ;
}
.i-column{
	background:url(./img/common/i-column.png) no-repeat 0 0;
	padding:3px 0 3px 70px ;
}

/*------------------------------------------------------------------
	 hacks setting
-------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*==================================================================
 *  wp Styles
===================================================================*/
strong{
	font-weight: bold;
}
em{
	font-style: italic;}
blockquote{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
}
img.alignright {
	margin: 0 10px 10px 0;
}
.alignleft { float: left; }
img.alignleft {
//	margin: 0 10px 10px 0;

}
img.alignright  {
	margin: 0 0 10px 10px;

}
.layout-center{
	margin:0 auto;

}
.layout-center p,
.layout-center th,
.layout-center td,
.layout-center li,
.layout-center dt,
.layout-center dd{
	line-height:200%;
}
.layout-center p{
	margin-bottom:10px;
}

/*contents-sec style*/
.contents-sec ul {
    padding-left:2.5em;
    margin:1em 0px;
    list-style:disc;
}
.contents-sec ol{
    padding-left:2.5em;
    list-style:decimal;
    margin:1em 0px;
}
.contents-sec h1{
	font-size:32px;
	line-height:150%;
	margin-bottom:20px;
}
.contents-sec h2{
	font-size:24px;
	line-height:160%;
	margin-bottom:15px;
}
.contents-sec h3{
	font-size:18px;
	line-height:160%;
	margin-bottom:15px;
}
.contents-sec h4{
	font-size:16px;
	line-height:160%;
	margin-bottom:10px;
}
.contents-sec h5{
	font-size:12px;
	line-height:160%;
	margin-bottom:10px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
    height: auto;
}

/*==================================================================
 *  Base Styles
===================================================================*/

body {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:13px;


}

h1, h2, h3{
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


/*img style*/
img{
	vertical-align:bottom;
}
img {
	max-width: 100% !important;
	height: auto !important;
	width /***/: auto;
}

a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
.layout-center{
	width:1000px;
}
.keyv-bg{
	background:url(./img/keyv-bg.png) repeat-x bottom;
}

.keyv{
	position:relative;
	width:1200px;
	margin-right:auto;
	margin-left:auto;
}
.keyv-btn{
	position:absolute;
	top:205px;
	right:110px;
}

.contact{
	position:relative;
}
.contact-btn{
	position:absolute;
	top:320px;
	right:378px;
}
.contact-btn2{
	position:absolute;
	top:320px;
	right:65px;
}

.wide{
	width:960px;
	margin:0 auto;
}

table.sheet th{
	position:relative;
	vertical-align:middle;
}
.linePink{
	background:#F9C;
	color:#FFF;
	padding:5px ;
	position:absolute;
	top:8px;
	right:10px;
}


#head{
	position:relative;
}
#head h1{
	position: absolute;
	top:10px;
	left:140px;
}

#head .logo{
	position: absolute;
	top:45px;
	left:140px;
}

#head .btn01{
	position: absolute;
	top:10px;
	right:120px;
	width:266px;
}

.kuchikomi{
	position:relative;
}
.btn-kuchikomi1{
	position:absolute;
	top:130px;
	left:370px;
	width:404px;
}

#pr01 {
    background: url(./img/img08.png) no-repeat fixed center center;
	background-size:cover;
    height: 288px;
	line-height: 150px;
	text-align:center;

}

/*------------------------------------------------------------------
	sheet style
-------------------------------------------------------------------*/
table.sheet {
    border-collapse:collapse;
    border-spacing:0px;
    border: 1px solid #CCC;
    border-bottom: none;
    margin-bottom:10px;
	width:100%;
	background:#FFF;
}
.sheet th, .sheet td {
    border: 1px solid #CCCCCC;
	padding: 8px 10px;
    text-align: left;
}

.sheet th {
	background: #e7e7e7;
    font-weight: normal;
		width:30%;
}

.sheet td img {
    vertical-align:middle;
}

.sheet thead th {
    background-color: #0060BE;
    padding:5px;
    font-weight:bold;
    line-height:100%;
    color:#FFF;
    background-image:none;
    width:auto;
}


/*------------------------------------------------------------------
	Nav Styles
-------------------------------------------------------------------*/


#nav  {
	display:block;
	background: url(./img/gn-line.png) repeat-x 0 100%;
	height:76px;
}


#nav .layout-center  {
	width:1000px;
	margin: 0 auto;

}


#nav ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	line-height:none;
	background: url(./img/gn-line2.png) no-repeat 0 50%;
//	padding-left:10px;
}

#nav ul li{
	float:left;
	position: relative;
	z-index:100;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;

}
#nav ul li a {
	display:block;
	text-align:center;
	color:#fff;
	padding:25px 31px;
	background: url(./img/gn-line2.png) no-repeat 100% 50%;
	text-decoration:none;
}
#nav ul li a img {
	vertical-align:middle;
}
#nav ul li a :hover{


}
#nav ul li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;

	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:200;
}

#nav ul li:last-child ul{
  left: -100%;
  width: 100%
}
#nav ul li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  background:none;
}

#nav ul li  ul li a{
  padding: 10px 15px;
  background:none;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  display:block;
  border-top:1px solid #FFF;
  font-size:11px;
	font-weight:bold;
	line-height: normal;
  height:auto;
	color: #000;
  text-decoration:none;

 	background:#B19A65;
}
#nav ul li  ul li a:hover{

 	background: #DACD97;
}
#nav ul li:hover > a{
}
#nav ul > li:hover > a{
}
#nav ul li:hover ul li{
  overflow: visible;
  height: 38px;
}
#nav ul li:hover ul li:first-child{
  border-top: 0;
}
#nav ul li:hover ul li:last-child{
  border-bottom: 0;
}
#nav ul li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*==================================================================
 *  page-top Styles
===================================================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background:url(./img/btn-pagetop.png) no-repeat 0 0;
	width:80px;
	height:72px;
	display:block;
	text-indent:-5000px;
	margin:0 0 0 auto;
}

#page-top a:hover {
	background:url(./img/btn-pagetop-o.png) no-repeat 0 0;
}
/*------------------------------------------------------------------
ヘッダー上部固定
-------------------------------------------------------------------*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*
電話番号テキスト追加*/
.keyv_tel{
	position: absolute;
	top: 148px;
	right: 122px;
	background: #fff;
	padding:10px 25px;
}
.keyv_tel .material-icons{
	vertical-align: bottom;
	color: #295c78;
}
.keyv_tel a{
	font-size: 24px;
    color: #295c78;
    text-decoration: none;
    letter-spacing: -1px;
}
.tel02{
	position: absolute;
	top: 353px;
	left: 462px;
}
.tel02 a{
	background: #f89428;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.parent{
	position: relative;
}
.tel03{
	position: absolute;
	top: 155px;
	left: 388px;
}
.tel03 a{
	font-size: 17px;
    background: #eee;
    color: #333;
    text-decoration: none;
		font-weight:500;
		font-family: "メイリオ";
}
