@charset "UTF-8";
/* tags
----------------------------------------------- */
.display-none{
	display:none;
}
#ContentQ{
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; 
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	width:200px;
	height:25px;
	font-size:150%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 17px 17px 17px 17px;
	padding: 5px;
}
#ContentC{
	margin-right: 15px;
}

/* Page
----------------------------------------------- */
/* Header
----------------------------------------------- */
/* Footer
----------------------------------------------- */
/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
	padding:40px auto 40px 0;
}
#GlobalMenus ul{
	padding:0;
	margin:0;
}

#GlobalMenus li {
    background: url("../img/sidebox/ico_home.png") no-repeat scroll 20px center transparent;
    border-bottom: 1px double #EDEDED;
    float: left;
    height: 60px;
    line-height: 60px;
    list-style: none outside none;
    width: 212px;
}

#GlobalMenus li.menu01{
    background: url("../img/icons/icons_ico_squ_01.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu02{
    background: url("../img/icons/icons_ico_squ_02.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu03{
    background: url("../img/icons/icons_ico_squ_03.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu04{
    background: url("../img/icons/icons_ico_squ_04.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu05{
    background: url("../img/icons/icons_ico_squ_05.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu06{
    background: url("../img/icons/icons_ico_squ_06.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu07{
    background: url("../img/icons/icons_ico_00.png") no-repeat scroll 20px center transparent;
}


#GlobalMenus li.last{
	border-bottom:none;
}

#GlobalMenus li a{
	font-size:1.2;
    margin-left: 20px;
    padding-left: 40px;
	text-decoration:none;
}
/* Navigation
----------------------------------------------- */
#Navigation {
	font-size:12px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 10px;
    min-height: 20px;
	padding:10px 10px 8px;
}
/* clearfix
----------------------------------------------- */
/* .pagination
---------------------------------------------------*/
.pagination {
	text-align: right;
	margin-bottom: 10px;
}
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
}

.search-box input[type="text"] {
}
.search-box .submit_button{
	border-radius: 16px 16px 16px 16px;
	text-indent: -9999px;
	box-shadow:none;
    cursor: pointer;
    border: none;
    color: #fff;
    height: 34px;
    width:34px;
    background-image: url(../img/icons_search.png);
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0;
    vertical-align: top;
}

.search-result {
	text-align: right;
}

/*Header serch
----------------------------------------------- */
#Header .search-box {
	float: right;
	text-align: center;
	padding-top: 25px;
	padding-right:0;
	margin-bottom: 0;
}
/*ContentsBody
----------------------------------------------- */

/* sidebox
----------------------------------------------- */

#sidebox-bnr{
    padding: 10px 0;
    text-align: center;
}
#sidebox-bnr2{
    padding: 0 0 10px;
    text-align: center;
}
#sidebox-bnr3{
	margin-top:10px;
    text-align: center;
}
#sidebox-bnr4{
    text-align: center;
}

#sidebox-txt{
    padding: 5px 0;
    text-align: center;
    width: 214px;
}

.sidebox-telfax{
	font-size:15px;
	font-weight:bold;
	color:#868686;
    line-height: 1.5;
    padding-top: 5px;
}
.sidebox-text{
	font-size:12px;
	color:#868686;
}

.fb-like-box{
	background:#FFFFFF;
	margin-top:10px;
}

div.fb_iframe_widget span {
	height:440px!important;
}

div.fb_iframe_widget iframe {
	height:441px!important;
}

/* widget
----------------------------------------------- */
/*
.widget{
	padding: 10px;
	font-size: 12px;
}
.widget h2 {
	font-size:small;
}
.widget img{
	max-width: 100%;
}
*/
table.blog-calendar{
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	border-spacing: 0;
	margin: 0 auto;
	width: 190px;
}
table.blog-calendar tr{
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar th{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
	font-weight:normal;
}
table.blog-calendar td{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar .sunday{
	color: #FF0000;
}
table.blog-calendar td.today{
	font-size: 110%;
	font-weight: bold;
	color: #6DAE0F;
}
.blog-widget h2{
	margin-top: 5px;
}
.blog-widget ul{
	list-style: none;
}
.blog-widget .depth-2 {
	padding-left:10px;
}
.blog-widget .depth-3 {
	padding-left:20px;
}

/*TopPage
----------------------------------------------- */
/*
#new{
	overflow:auto;
}
#new-title{
	max-width:200px;
	float:left;
}
#new-more{
	max-width:200px;
	float:right;
}

#new-new01{
	max-width:50%;
	float:left;
}
#new-new02{
	max-width:50%;
	float:right;
}
*/


/*会社概要map
----------------------------------------------- */
#map{
	margin:0 auto;
}
table.row-table-01{
	width: 100%;
}

/* slider
----------------------------------------------- */
#mainimgArea span{
	display: none;
}
#mainimgArea .bx-pager{
    height: 15px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
#mainimgArea .pager-link{
  background: url(../img/slider/slide_pointer_off.png) left top;
  height:12px; width:12px;
  display: block;
  float:left;
  margin: 0 5px 0 0
}
#mainimgArea .pager-active{
  background: url(../img/slider/slide_pointer_on.png) left top;
}
#mainimgArea .bx-prev , #mainimgArea .bx-next{
	display:none;
}


/*Blog
----------------------------------------------- */

.more{
	margin-top: 10px;
	font-size: 12px;
}
#BlogComment{
	padding:20px;
	border: 1px #ccc solid;
	margin: 10px;
    border-radius: 4px 4px 4px 4px;
}
#BlogCommentList{
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}
#BlogComment h4{
    font-size: 16px;
}
#BlogComment .submit{
    text-align: center;
}


/*to-top
----------------------------------------------- */
/*about
----------------------------------------------- */
/*
.row-table-01 firstChild lastChild{
    width: 585px;
    margin: 0 auto;
}
.row-table-01 firstChild lastChild th,.row-table-01 firstChild lastChild td{
    font-weight:normal;
    border-bottom: 1px #EDEDED solid;
    line-height: 3;
}
*/
/*sitemap
----------------------------------------------- */
/*
#ContentsBody ul.sitemap , ul.section{
	list-style-image:url(../img/icons_sankaku.png);
	line-height:2.4;
	margin: 0 20px;
}
*/

/*contact
----------------------------------------------- */
.row-table-01 input,
.row-table-01 select,
.auth-captcha input,
.auth-captcha select {
    font-size: 16px;
}
.row-table-01 input,
.row-table-01 textarea,
.auth-captcha input {
	padding:5px;
}
.row-table-01 textarea {
    font-size: 16px;
}
.auth-captcha{
    text-align: center;
}
.auth-captcha-image{
    vertical-align:middle;
}
#contentsPage.Contact .submit{
	text-align:center;
}
#contentsPage.Contact .required{
	color: #AC2025;
}
#flashMessage {
	color: #FF0000;
	border:5px solid #FF0000;
	padding:15px;
	margin-bottom: 30px;
}
.form-error{
	background: #FFCCCC;
}
.error-message{
	font-size: 16px;
	color: #FF0000;
}
div.submit {
	margin-top: 30px;
}
table.row-table-01 th {
	text-align: right;
}
table.row-table-01 th, 
table.row-table-01 td{
	padding:10px;
}
table.row-table-01 tr.odd th,
table.row-table-01 tr.odd td {
	background-color:#EFEFEF;
}
.submit .button {
	color:#333;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
	margin:10px;
	padding:3px 40px;
	font-weight: bold;
	font-size: 1.0em;
	white-space: nowrap;
	line-height: 24px;
}
.submit .button:hover {
	border:1px solid #CCC;
	text-decoration:none;
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active {
	border:1px solid #CCC;text-decoration:none;
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
.submit .button[disabled] {
	opacity:.5
}
.submit a.button {
	padding-top:5px;
	padding-bottom:5.5px;
}
*:first-child+html .submit a.button {
	position:absolute;
	top:1px;
	padding-top:3px;
	padding-bottom:3px;
}
