@media screen and (min-width: 641px){

/****************************************

目次 
1,ベース
2,ヘッダー
3,フッター
4,トップページ
5.サブページ

*****************************************/


/****************************************


1,ベース


*****************************************/


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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
border: 0 none;
font-family: inherit;
font-size: 100%;
font-style: normal;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none outside none;
}

body {
	color: #454545;
	background-color: #FFFFFF;
	font-family:  メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 82%;
	line-height: 1.6;
	min-width: 960px;
	background:url("../img/bg.png") repeat;
	position:relative;
}

#graWrap{
	height:900px;
	background-image: url(../img/gra_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	position:absolute;
	z-index:1;
	}

#kumoWrap{
	height:400px;
	width: 100%;
	background-image: url(../img/kumo.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	z-index:2;
	}

#ieWrap{
	width: 100%;
	height:400px;
	background-image: url(../img/ie.png);
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
  	position:absolute;
	z-index:3;
}

.h3 {
	padding: .75em 1em;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #f16969;
	font-size: 120%;
	font-weight: bold;
}

.h4{
	font-size: 130%;
	color:#f16969;
		font-weight: bold;
	}


/****************************************


2,ヘッダー


*****************************************/


/* header */
#top-head {
	width: 960px;
	z-index: 999;
	height:190px;
	position:relative;	
	margin-left:auto;
	margin-right:auto;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {

}
#top-head #logo{
	position:absolute;
	top:16px;
	left:0px;
	z-index:999;
	}
	
#top-head .tel{
	position:absolute;
	top:17px;
	right:0px;
	z-index:999;
	}	

#global-nav ul {
	padding-top:126px;
}
#global-nav ul li {
    float: left;
	width:16%;
	text-align: center;
}

#global-nav ul li a {
	color:#333333;
	font-size:108%;
}

#global-nav .navBtn{
	background-color: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    width: 130px;
    text-align: center;
	}
	
#global-nav .navBtn:hover{
	background-color: rgba(255,255,255,0.5);
	color:#666666;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}





 
/* プルダウンメニュー */

ul.sub-menu{
	padding-top:0px!important;
	}

.sub-menu li{
	width:100%!important;
	}

/* 親メニュー - Parent nav */
nav > ul > li {
  position: relative;

}


/* 子メニュー - .sub-menu */
nav .sub-menu {
  position: absolute;
  width: 200px;
  background: #FFF;
  top: 40px;
  display: none;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow:hidden;
}
nav .sub-menu li {
	float:left;
	}

nav .sub-menu:hover {
	}

nav .sub-menu a {
  color: #fff;
  padding: 10px 15px;
  display: block;
    filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;

}

nav .sub-menu a:hover {
  color: #fff;
  	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
  display: block;
}
nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
  background: #EEEEEE;
}





 
/* Fixed */
#top-head .fixed {

}
#top-head .fixed #logo {
}
#top-head .fixed #global-nav ul li a {
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2e3192;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/****************************************


3,フッター


*****************************************/

footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:50px;
	position:relative;
	z-index:10;
	}

#foot{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	z-index:30px;
	position:relative;
	padding-top: 30px;
	padding-bottom: 50px;
	}
	
#footLogo{
	float:left;
	}

#footBne{
	float:right;
	}

.bne{
	color: #FFF;
	background-color: #a5a5a5;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 140px 8px;
	display: inline-block;
	font-size:85%;
	font-weight:bold;
	margin-right:10px;
	}
	

.profile{
	float:left;
	}

.footProfile{
	float:right;
	overflow:hidden;
		width:500px;
	}

.footProfile ul{
	overflow:hidden;
	float:right;
	display: inline-block;
	}

.footProfile p{
	float:right;
	display: inline-block;	
	}

.footProfile ul li{
	float:left;
	}

.footProfile ul li:after{
	content:"|";
	padding-left:5px;
	margin-right:10px;
	}
	
.footProfile ul li.last:after{
	content:none;
	margin-right:0px;
	}
	
.footProfile ul li a{
	color: #333333;
	text-decoration: none;
	}
	
.footProfile ul li a:hover{
	color: #333333;
	text-decoration: none;
	filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
	}


/****************************************


4,トップページ


*****************************************/


.topimgBox{
	position:relative;
	height: 344px;
	width: 960px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	}

.topimg2-1{
	position:absolute;
	height: 344px;
	width: 960px;
	background-image: url(../img/topImg1.png);
	background-repeat: no-repeat;
	z-index:10;
	}
.topimg2-2{
	position:absolute;
	height: 344px;
	width: 960px;
	background-image: url(../img/topImg2.png);
	background-repeat: no-repeat;
	z-index:10;
	}
.topimg2-3{
	position:absolute;
	height: 344px;
	width: 960px;
	background-image: url(../img/topImg3.png);
	background-repeat: no-repeat;
	z-index:10;
	}
.topimg2-4{
	position:absolute;
	height: 344px;
	width: 960px;
	background-image: url(../img/topImg4.png);
	background-repeat: no-repeat;
	z-index:10;
	}
.topimg2-5{
	position:absolute;
	height: 344px;
	width: 960px;
	background-image: url(../img/topImgTxt.png);
	background-repeat: no-repeat;
	z-index:10;
	}


.topRinen{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:30;
	margin-top:15px;
	}

.rinenWaku{
	background-image: url(../img/topHukidashi.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 267px;
	float:left;
	text-align: center;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

.topRinenTxt{
	margin-top:20px;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

.rinenImg{
	float:left;
	margin-right:30px;
	}

.rinenTxt{
	margin-top:30px;
	float:left;
	}


.topServiceTit{
	position:relative;
	z-index:30;
	width:211px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	}

.topServiceWrap{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	position:relative;
	margin-top:20px;
	z-index:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	}

.topService{
	width:29%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 2%;
	padding-left: 2%;
	overflow:hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	}

.topService.last{
	border:none;
	}
	
.topServiceImg{
	width:138px;
	margin-left:auto;
	margin-right:auto;
}
		
.topServiceTxt{
	width:210px;
	margin-left:auto;
	margin-right:auto;

	}

.topServiceTxt h4{
	line-height:1.3;
	color:#888888;
	}
	
.topServiceSubTit{
	font-size:139%;
	margin-bottom:10px;
	}
	
.nunberBne{
	color: #FFF;
	background-color: #a5a5a5;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 140px 8px;
	display: inline-block;
	font-size:85%;
	float:left;
	}
	
.nunverTxt{
	margin-left:10px;
	float:left;
	font-size:108%;
	}
	
.btnCenter{
	width:220px;
	margin-left:auto;
	margin-right:auto;
	}
	
.topServiceBtn{
	color: #FFF;
	background-color: #f27070;
	padding-top: 11px;
	padding-right: 50px;
	padding-bottom: 11px;
	padding-left: 50px;
	background-image: url(../img/icon1.gif);
	background-repeat: no-repeat;
	background-position: 200px 18px;
	display: inline-block;
	margin-top: 20px;
}


.topFoot{
	border:0px;
	margin-top:0px;
	}


/****************************************


5,サブページ


*****************************************/

#main{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	z-index:30;
	}

#side{
	width:213px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:left;
	margin-left:0;	/* margin-right:37px; */
	border: 5px solid #efedda;
	background-color:#FFFFFF;
	}


#contents{
	width:630px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;	/* float:left; */
	border: 5px solid #efedda;
	background-color:#FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}


#side a{
	text-decoration: none;
	color:#333;
		}

#side a:hover{
		color:#f16969;
		}

		


.sideBtnTit{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/icon2.jpg);
	background-position: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:108%;
}

.sideBtnNoLinkTit{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/icon3.jpg);
	background-position: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:108%;
	}

.sideBtnSubTit{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img/icon2.jpg);
	background-position: 17px;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:93%;
	}

.sideBtnSubSubTit{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 27px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:93%;
	}
	
.sideBtnSubNoLinkTit{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-position: 17px;
	padding-left: 35px;
	background-image: url(../img/icon3.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:93%;
	}

#side .last{
	border:0px;}


.tit{
	width:100%;
	font-size: 215%;
	background-image: url(../img/h2Line.png);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: bottom;
	margin-bottom:30px;
	}

.subTit{
	font-size: 139%;
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:43px;
	line-height: 2.5;
	padding-left: 20px;
	font-weight:bold;
	}


/****************************************


6,初めての方へ


*****************************************/

.mesLeft{
	width:25%;
	float:left;

	}

.mesRight{
	width:75%;
	float:right;
}

.beginnerLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:30px;
	padding-bottom:30px;
	}



/****************************************


7,訪問介護サービス


*****************************************/

.leftTxt{
	}

.listDisc {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.listDisc li {
	color: #ffae28;
}

.listDisc span {
    color: #333;
}

#visitcare #spaces {
    padding: 20px 0 20px 0;
}

#visitcare #leftTxt {
    width: 410px;
    float: left;
}

#visitcare #rightImg {
    width: 215px;
    float: right;
}


#visitcare #visitcare {
	padding:0 0 20px 0;
	line-height:1.6;
	width:625px;
}
#visitcare #leftTextBox {
	width:410px;
	padding:0 0 30px 0;
	float: left;
}
#visitcare #rightImageBox {
	width:215px;
	float: right;
}
#visitcare #rightTextBox {
	width:280px;
	float: left;
}
#visitcare #leftImageBox {
	width:340px;
	float: left;
}
#visitcare #serviceBox {
	padding:10px 0 20px 0;
}
#visitcare #visitcare #spaces{
	padding:20px 0 20px 0;
}
#leftTextBox span{
	 color: #333; 
}
#visitcare #line {
	background:url(../img/common_img_line.gif) repeat-x left;
	height:2px;
	width:629px;
	margin:0 0 5px 0;
}
#visitcare #inquiry{
	padding:10px 0 70px 0;
}






.clearfix,
#inner #contentIndex,
.box2Column,
#contentBody{
	display: block;
}




.clearfix:after, #inner #contentIndex:after, .box2Column:after, #contentBody:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}





/*  service ---------------------------------------------------------- */
#service #service {
	padding:20px 0 0 0;
	line-height:1.6;
}
#service #imageBox {
	width:245px;
	float: right;
}
#service #textBox {
	width:350px;
	float: left;
}
#service .headline{
	color: #f16969;
	font-weight: bold;
	padding:20px 0 5px 0;
}
#service #serviceList{
	padding:30px 0 0 0;
}
#service span{
	 color: #333; 
}
.textCenter{
	padding:50px 0 0 0;
	width:629px;
	line-height:1.6;
}


/*  visitcare ---------------------------------------------------------- */
#visitcare #visitcare {
	padding:0 0 20px 0;
	line-height:1.6;
	width:625px;
}
#visitcare #leftTextBox {
	width:410px;
	padding:0 0 30px 0;
	float: left;
}
#visitcare #rightImageBox {
	width:215px;
	float: right;
}
#visitcare #rightTextBox {
	width:280px;
	float: left;
}
#visitcare #leftImageBox {
	width:340px;
	float: left;
}
#visitcare #serviceBox {
	padding:10px 0 20px 0;
}
#visitcare #visitcare #spaces{
	padding:20px 0 20px 0;
}
#leftTextBox span{
	 color: #333; 
}
#visitcare #line {
	background:url(../img/common_img_line.gif) repeat-x left;
	height:2px;
	width:629px;
	margin:0 0 5px 0;
}
#visitcare  #inquiry{
	padding:10px 0 70px 0;
}


/*  homecare ---------------------------------------------------------- */
#homecare #homecare {
	padding:20px 0 0 0;
	line-height:1.6;
}
#homecare #imageBox {
	width:200px;
	float: left;
}
#homecare #textBox {
	width:420px;
	line-height:1.6;
	float: left;
}
#homecare #flow {
	padding:0 0 33px 0;
}
#homecare  #inquiry{
	padding:40px 0 70px 0;
}


/*  business ---------------------------------------------------------- */
#business #business {
	padding:20px 0 20px 0;
	line-height:1.6;
	width:625px;
}
#business #textBox {
	width:380px;
	padding:0 0 30px 0;
	float: left;
}
#business #imageBox {
	width:245px;
	float: right;
}
#business #main{

}
#business #textBox .listDisc span{
	color: #333;
}
#business #main span{
	 color: #f16969; 
}
#business #spaces{
	height:20px
}
#business  #inquiry{
	padding:20px 0 20px 0;
}


/*  handicapped ---------------------------------------------------------- */
#handicapped #handicapped {
	padding:20px 0 20px 0;
	line-height:1.6;
	width:625px;
}
#handicapped #leftTextBox {
	width:450px;
	padding:0 0 30px 0;
	float: left;
}
#handicapped #rightImageBox {
	float: right;
	margin-top:15px;
}
#handicapped #rightTextBox {
	width:410px;
	padding:0 0 30px 0;
	float: right;
}
#handicapped #leftImageBox {
	float: left;
}
#handicapped .main{
	line-height:1.6;
	width:620px;
}
#handicapped .text{
	padding:10px 0 0 0;
}
#handicapped #spaces{
	height:20px
}

#handicapped  #inquiry{
	padding:20px 0 0 0;
}
#handicapped #tblHandicapped { 
	width: 630px;
	border-collapse: collapse; 
	border: 1px #cccccc solid;
}
#handicapped #tdTop{ 
	font-weight: bold;
	font-size:130%;
	background-color:#eaeaea;
}
#handicapped #tdLeft{ 
	font-weight: bold;
	background-color:#fff9eb;
	vertical-align: center;
	width:70px;
}
#handicapped td{ 
	border: 1px #cccccc solid;
	padding: 10px 15px;
}


/*  inquiry ---------------------------------------------------------- */
#inquiry .text {
	padding:20px 0 30px 0;
	line-height:1.6;
}
#inquiry span{
	color: #f16969;
}
#inquiry #tblInquiry { 
	width: 625px;
	border-collapse: collapse; 
	border: 1px #cccccc solid;
}
#tblInquiry td {
	padding: 10px 15px;
	height:30px;
	line-height:1.6;
	border: 1px solid #E5E5E5;
}
#tblInquiry #tdLeft {
	width:30%;

}
#tblInquiry #tdRight{ 

}
.buttonBox{
	margin:30px 0 0 0;
	text-align:center;
}
#inquiry #spaces{
	height:20px
}

#confirmation table{
	width:100%;
	margin-bottom:30px;}

#confirmation td {
	padding: 10px 15px;
	height:30px;
	line-height:1.6;
	border: 1px solid #E5E5E5;
	width:50%;
}


/*  faq ---------------------------------------------------------- */
#faq #faq {
	padding:20px 0 0 0;
	line-height:1.6;
}
#faq #imageBox {
	float: left;
	padding:40px 0 0 40px;
}
#faq #textBox {
	width:480px;
	float: left;
}
#faq #textBox2 {
	width:620px;
}
#faq #question {
	line-height:1.6;
	padding:0 0 30px 0;
}

#faq .q {
position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #f16969;
	margin-bottom:15px;
	font-weight:bold;
	font-size:110%;
}
#faq .q::after  {
		position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
	}
#faq #question.last{
	padding-bottom: 0px;
	}
#faq #faq a{
	color:#7d4038;
	text-decoration:underline;
}
#faq #faq a:hover{
	color:#7d4038;
	text-decoration:underline;
}


/*  staff ---------------------------------------------------------- */
#staff #staff {
	padding:20px 0 30px 0;
	line-height:1.6;
}
#staff #imageBox {
	float: left;
}
#staff #textBox {

}
.tblStaff { 
	width: 625px;
	border-collapse: collapse; 
	border: 1px #cccccc solid;
} 
.tblStaff th { 
	border: 1px #cccccc solid;
	padding: 15px 15px;
	line-height:1.6;
	background-color: #fff9eb;
	width:20%;
}
.tblStaff td { 
	border: 1px #cccccc solid;
	padding: 15px 15px;
	line-height:1.6;
		width:80%;
}

.center{
	text-align:center;
	width:100%;
	margin-top:30px;
}

#recruit .center a {
    color: #7d4038;
    text-decoration: underline;
}

#recruit .center a:hover {
    color: #7d4038;
    text-decoration: underline;
}


/*  access ---------------------------------------------------------- */
#access #contentBody .address dt{
	margin:30px 0 0 0;
	font-weight: 800;
	line-height:1.4;
}
#access #contentBody .address dd{
	line-height:1.4;
}
#access #map{
	margin:20px 0 0 0;
	height:450px;
	line-height:1.6;
	font-size:85%;
	border: 1px solid #cccccc;
}


/*  link ---------------------------------------------------------- */
#link #link {
	padding:20px 0 30px 0;
	line-height:1.6;
	width:600px;
}
#link #link a{
	color:#7d4038;
	text-decoration:underline;
}
#link #link a:hover{
	color:#7d4038;
	text-decoration:underline;
}


/*  privacypolicy ---------------------------------------------------------- */
#privacypolicy #privacypolicy {
	padding:20px 0 0 0;
	line-height:1.6;
	width:625px;
}
#privacypolicy #textBox {
	width:480px;
}
#privacypolicy #privacypolicy div{
	padding:10px 0 0 0;
}
#privacypolicy #spaces{
	height:20px
}
#listDisc {
	list-style-type: disc;
	padding:0 0 0 20px;
}

#privacypolicy .h3{
	margin-bottom:20px;}


/*  clearfix ---------------------------------------------------------- */
#keyVisual:after,
#top #keyVisual ul:after;
#top #contentBody .left dl:after,
#inner.topmessage .imageBox:after,
#content.history dl:after,
#contentIndex.ir dl:after,
#contentIndex.aboutus .pdfDownload:after,
#content.library .list2Column:after,
#content.library .dList2Column:after,
#content #subNavi:after,
#content.individual #chronology dl:after,
#content.news dl:after,
#content.newsrelease dl:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#keyVisual,
#top #keyVisual ul,
#top #contentBody .left dl,
#inner.topmessage .imageBox,
#content.history dl,
#contentIndex.ir dl,
#contentIndex.aboutus .pdfDownload,
#content.library .list2Column,
#content.library .dList2Column,
#content #subNavi,
#content.individual #chronology dl,
#content.news dl,
#content.newsrelease dl{
	display: inline-block;
}

* html #keyVisual,
* html #top #keyVisual ul,
* html #top #contentBody .left dl,
* html #inner.topmessage .imageBox,
* html #content.history dl,
* html #contentIndex.ir dl,
* html #contentIndex.aboutus .pdfDownload,
* html #content.library .list2Column,
* html #content.library .dList2Column,
* html #content #subNavi,
* html #content.individual #chronology dl,
* html #content.news dl,
* html #content.newsrelease dl{
	height: 1%;
}

#keyVisual,
#top #keyVisual ul,
#top #contentBody .left dl,
#inner.topmessage .imageBox,
#content.history dl,
#contentIndex.ir dl,
#contentIndex.aboutus .pdfDownload,
#content.library .list2Column,
#content.library .dList2Column,
#content #subNavi,
#content.individual #chronology dl,
#content.news dl,
#content.newsrelease dl{
	display: block;
}




.topMargin20 {
    padding-top: 20px;
}



#handicapped .spaces {
    height: 20px;
}






.hissu {
    font-weight: bold;
    color: #FFF;
    margin-left: 15px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background-color: #e6212c;
    font-size: 90%;
}

.nini {
    font-weight: bold;
    color: #FFF;
    margin-left: 15px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background-color: #44a5ed;
    font-size: 90%;
}

/* input---------------------------------------------------------- */
.inputSize150{
	padding:2px 4px;
	width:150px;
}
.inputSize200{
	padding:2px 4px;
	width:200px;
}

.inputSize400{
	padding:2px 4px;
	width:400px;
}

table#tblInquiry{
    border-collapse: collapse;
}

input[type="text"],input[type="email"], input[type="url"] {
    background-color: #fff;
    color: #333;
    width: 70%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
}

textarea {
    background-color: #fff;
    color: #333;
    width: 95%;
    border: 1px solid #ddd;
    padding: 0.5em;
    border-radius: 4px;
}

.naiyou{
	   vertical-align: middle ;
}

#contactTxt{
	margin-top:30px;
	text-align:center;
	width:100%;
	}



input[type="button"] , input[type="submit"] {
    font-size: 100%;
    background: #f8c63d;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    border: none;
    font-weight: bold;
}








}







@media screen and (min-width: 1320px){
	
/*トップページサービス部分*/
	
.topService{
	width:29%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 2%;
	padding-left: 2%;
	overflow:hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	}

.topServiceTxt{
	width:230px;
	float:right;
	}

.topService.last{
	border:none;
	}
	
.topServiceImg{
	float:left;
	width:140px;
	}

.topServiceImg img{
	text-align: center;
	width:100%;
}
	
	}