@charset "utf-8";


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;}

article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}

nav ul{list-style:none;}

blockquote,q{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}

a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

del{text-decoration:line-through;}

abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}

table{border-collapse:collapse;border-spacing:0;}

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

input,select{vertical-align:middle;}


body {
	background: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif , ArialMT ;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
a {
	color:#009999;
	text-decoration:underline;
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
img {
	vertical-align: top;
}

p, dl, ol, ul {
}
ol, ul {
	list-style:none;
}

.strong2{
	font-weight:bold;
	color:#333333;
}
.strong3{
	font-weight:bold;
	color:#333333;
}
p.notes {
	font-size:80%;
	padding-left: 1em;
	text-indent: -1em;
}
.chushaku{
	font-size:84%;
	color:red;
	padding:5px 0 5px 0;
}
.aL{
	text-align:left;
}
.aR{
	text-align:right;
}
.aC{
	text-align:center;
}

.fL{
	float:left;
}
.fR{
	float:right;
}
.red{color:#C00;}

.fL_img{
	float:left;
	margin:0 15px 15px 0;
}
.fR_img{
	float:right;
	margin:0 0 15px 15px;
}

.strong_orange{
	color:#ff8c00;
	font-size:112%;
	font-weight:bold;
}
.strong_red{
	color:#db0000;
	font-weight:bold;
}
.red_bg{
	color:#ffffff;
	font-weight:bold;
	background-color:#db0000;
	padding:2px;
}
.txt_small {
	line-height:17px !important;
	font-size:12px !important;
	padding: 3px;
}
.txt_small_03 {
	line-height:16px !important;
	font-size:12px !important;
}

.txt_small_02 {
	font-size:10px !important;
}

.txt_minimum {
	font-size:9px !important;
}

.mini_space {
	letter-spacing:-1px;
	padding-left:5px;
}

.mini_letter {
	letter-spacing:-1px;
}

.txt_middle {
	font-size:14px;
}

.txt_middle_button {
	font-size:12px;
}

img.list_img{
	padding-top: 10px;
	padding-right: 5px;
	float:left;
}

/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
	overflow: hidden;
	width:100%;
	margin: 0 auto;
	background: #fff;
}

/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
}


/*----------------------------------------------------
 header
----------------------------------------------------*/
header.global {
	position:relative;
}

header.global .mainphoto {
	margin:0 0 10px 0;
}

header.global #copy{
	padding:10px 0 10px 5px;
	width:100%;
	/* background:#07B1EC; */
	background:#000;
	color:#fff;
	font-size:10px;
}
header.global #logo {
	padding:0px 0;
	width:100%;
	background:#fff;
	text-align:center;
}
header.global #headsub {
	position:absolute;
	right:0;
	top:2px;
}
header.global #headsub li{
	margin-right:4px;
	float:left;
	display:inline-block;
}


.text {
	font-size: 80%;
}




.common_nav ul {
	border-top:1px solid #E2E3E3;
}

.common_nav ul li {
	float:left;
	width:33%;
	font-size:10px;
}
.common_nav ul li a:link,
.common_nav ul li a:visited,
.common_nav ul li a:hover,
.common_nav ul li a:active {
	text-decoration:none;
}
.common_nav ul li.wide {
	width:34%;
}

.common_nav ul li p {
	border-bottom:1px solid #E2E3E3;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #E2E3E3;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), color-stop(0.51, #F7F7F7), to(#F7F7F7));
	background:-moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F7F7F7 51%, #F7F7F7 );
	text-align:center;
	color:#333333;
	text-shadow:0px 0px 2px #BBBBBB;
	height:35px;
	line-height:35px;
	display:block;
}

.common_nav ul li p.last {
	border-right:0px;
}

.common_nav ul li p.nav_active {
	background:-webkit-gradient(linear, center top, center bottom, from(#EFEFF0), color-stop(0.5, #EFEFF0), color-stop(0.51, #E5E5E5), to(#DDDEDE));
	background:-moz-linear-gradient(top, #EFEFF0, #EFEFF0 50%, #E5E5E5 51%, #DDDEDE );
	border-bottom:1px solid #DCDDDD;
	color:#E60039;
	text-shadow:0px 0px 2px #BBBBBB;
}




/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer.global {
	padding:17px 0 20px;
	background:#000;
}

footer.global p.copyright {
	margin: 0;
	text-align: center;
	font-size:10px;
	color:#fff;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/
section#main{
	margin-top:6px;
	background:#ffffff;
}
section#main strong{
	color:#333333;
}
section#main .t_center{
	text-align:center;
	margin-bottom:10px;
}
section#main .linktxt{
	margin:12px 0 14px;
}
section#main .linktxt a{
	display:block;
	text-decoration:none;
	color:#333;
}
.pagetop {
	padding-bottom:10px;
	margin:8px 15px 0 15px;
}
.pagetop img{
	padding-right:6px;
	vertical-align:middle;
}
.pagetop span{
	vertical-align:middle;
}
.pagetop a{
	display:block;
	text-decoration:none;
	color:#333;
}
section#main .linktxt img{
	padding-right:6px;
	vertical-align:middle;
}
section#main .linktxt span{
	vertical-align:middle;
}




.imgarea{
	margin:0 auto 20px auto;
}

/* section column Style */
section#main .column{
	margin:0 10px 20px 10px;
}
section#main .column:first-child{
	margin-top:0;
}
section#main .column h2{
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:107%;
	color:#333333;
	border-bottom:1px solid #333333;
}

section#main p{
	padding-top: 5px;
	padding-bottom: 5px;
}

section#main .column h2 span{
	padding-left:6px; 
	border-left:4px solid #333333;
}

section#main h2#pagettl{
	margin:10px 0 14px 0;
	padding:8px 8px 8px 14px;
	font-weight:bold;
	font-size:116%;
	color:#333333;
	overflow:hidden;
	-moz-box-sizing: border-box;        /* Firefox */  
    -webkit-box-sizing: border-box;     /* Safari 3 */  
    box-sizing: border-box;             /* Opera */  

	/* Mozilla Firefox */ 
	background:  -moz-linear-gradient(top, #FFFFFF 50%, #eeeeee 100%) ;
	/* Webkit (Safari/Chrome 10) */ 
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.5, #FFFFFF), color-stop(1, #eeeeee)) ;
	/* Webkit (Chrome 11+) */ 
	background:  -webkit-linear-gradient(top, #FFFFFF 50%, #eeeeee 100%) ;
	-moz-box-shadow: 0 3px 4px #eeeeee;  
	-webkit-box-shadow: 0 3px 4px #eeeeee;
	box-shadow: 0 3px 4px #eeeeee;
	border-top:3px solid #333333;
	border-bottom:1px solid #cccccc;
}

section#main .column h3 {
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	font-size:107%;
	color:#333333;
	border-bottom:1px solid #eeeeee;
	border-left:5px solid #333333;
	background-color:#f5f5f5;
	
}

section#main .column h4 {
	margin-bottom:10px;
	padding-bottom:5px;
	color:#333333;
	border-bottom:1px solid #dddddd;
}



section#main .column .pointBox{
	margin:0 5px 10px;
	padding:10px;
	color:#818181;
	font-size:92%;
	background:#F6F6F6;
	border:1px solid #F2F2F2;
	-moz-box-sizing: border-box;        /* Firefox */  
    -webkit-box-sizing: border-box;     /* Safari 3 */  
    box-sizing: border-box;             /* Opera */  
}
section#main .column .pointBox li{
	background:url(../img/icon_pointlist.gif) 0 5px no-repeat;
	padding-left:18px;
	background-size:10px 10px;
}
section#main .column .txtarea{
	margin:0 5px 10px 5px;
}



section#main #submenu #casenav{
	clear:both;
	margin-top:10px;
	padding:2px 0 3px ;
	background-position: 0 0 , 0 bottom;
	background-size: auto 2px , auto 4px;
	background-repeat:repeat-x, repeat-x;
}
section#main #submenu #casenav li{
	display:block;
	line-height:50px;
	border-bottom:1px solid #F1F1F1;
	border-top:#aaa 1px solid;
	background-size:auto 40px;
	font-size:105%;
	border-right:1px solid #fff;
}
section#main #submenu #casenav li a{
	padding-left:10px;
	display:block;
	text-decoration:none;
	color:#333;
	background-size:23px auto;
}
section#main #submenu #casenav li a img{
	vertical-align:middle;
}

.sec_inner{
	margin:0 0 20px 0;
}
.img_c {
	padding:0 0 10px 0;
	width:100%;
	text-align:center;
}



/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clear { clear:both; }
.clearfix:after { content: ''; display: block; clear: both; }

.cf:after {
	clear:both;
	content:".";
	display:block;
	font-size:0.1em;
	height:0px;
	line-height:0px;
	visibility:hidden;
}

.cf {
	display:block;
}


/*パーツ
---------------------------------------------------------------------------*/


blockquote.reference {
	background: #dcdcdc;
	padding: 5px;
	box-shadow: 2px 2px 3px #808080;
}


h4 {
	background: #f5f5f5;
	border: 1px dotted #808080;
	padding: 5px 5px 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	background: #f5f5f5;
	border: 1px dotted #808080;
	padding: 5px 5px 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
  width: 99%;
}

/*------------------------------------------------------------
	会社概要エリア
------------------------------------------------------------*/

.about_area {
	border-top:2px solid #bca86b;
 }

.about_area h2 {
	background:url(../img/tit_bg.gif) ;
	padding: 5px;
	color: #96514d;
 }

.about_area p {
	padding: 10px;
 }

dl.common_dl{
	background:#ccc;
	margin-bottom:5px;
	overflow:hidden;
}
dl.common_dl dt{
	font-weight:bolder;
	padding:10px;
	float:left;
	clear:both;
}
dl.common_dl dd{
	margin-left:110px;
	padding:10px;
	background:#fdfcfb;
}

dl.contact_dl{
	font-size: 80%;
	background:#ccc;
	margin-bottom:5px;
	overflow:hidden;
}
dl.contact_dl dt{
	font-weight:bolder;
	padding:10px;
	float:left;
	clear:both;
}
dl.contact_dl dd{
	margin-left:110px;
	padding:10px;
	background:#fdfcfb;
}

/*	会社概要	*/
table#sumarry {
	margin: 20px auto;
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 13px;
}

table#sumarry th, table#sumarry td {
	padding: 10px 20px;
	border-style: none;
}

table#sumarry th {
	background-color: #8b0000;
	color: #ffffff;
}

table#sumarry td {
	background-color: #fff8dc;
}

table#sumarry td.second-td {
	background-color: #a52a2a;
	color: #ffffff;
}

/* contact */

.entry_content {
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;  
    text-align: left;  
    line-height: 25px;
}


.wpcf7 .wpcf7-not-valid {
  width: 95%;
    background: #8ad7ff;
}

.cate {
  line-height: 0.8em
}


.wpcf7-form-control-wrap,.wpcf7-form-control {
  width: 95%;
}


.wpcf7-form label {
  font-size: 24px;
  color: #333;
}

.wpcf7-form .required {
  font-size: 24px;
  color: red;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  background: #fff;
  height: 30px;
  font-size: 22px;
}

input[type="your-message"],
textarea {
  width: 100%;
  background: #fff;
  height: 200px;
}

input[type="submit"] {
  margin-top: 20px;
  width: 95%;
  height: 40px;
  background: #21df1d;
  color: #fff;
  font-size: 24px;
  line-height: normal;
}

input[type="submit"]:hover {
  background: #7fe67c;
  color: #fff;
  height: 40px;
}


.wpcf7 span.wpcf7-not-valid-tip {
    top: 0;
    left: 0;
    border: none;
    color: red;
}
