/**************************
property reset,tool
**************************/

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

ul, li {
	list-style-type: none;
}

img {
	border:0;
}

table,th,td {
	border:none;
}

form {
	display: inline;
}

br.clear,
p.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

#contents p.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	margin:0 1em 0;
}

.clear {
	clear:both;
}

#blockskip {
	height:3px;
	background:#033;
}

#blockskip a {
	height:1px;
	font-size:1px;
	text-decoration:none;
	color:transparent;
}

#blockskip a.show {
	font-size:90%;;
	height: 20px;
	width: 100%;
	background:#033;
	color:#FFF;
	padding:5px 5px 2px;
}

.caution {
	font-size:80%;
	background:#FFC;
	padding:2px;
}

a {
	overflow:hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}



/**************************
Top Page
**************************/
/* fot Mobile */
body {
	font-family: "UD新ゴ L", "UD Shin Go Light", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {font-family: "UD新ゴ B", "UD Shin Go Bold", "メイリオ", Meiryo, sans-serif;}
.bxslider{
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	overflow: hidden;
}
#slide1 {background-image: url(../slide/slide1.jpg);}
#slide2 {background-image: url(../slide/slide2.jpg);}
#slide3 {background-image: url(../slide/slide3.jpg);}
#slide4 {background-image: url(../slide/slide4.jpg);}

.bxslider .slide {
	background-size: cover;
	background-position: center;
	min-height: 650px;
}

#indexWrapper {
	position:absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}
#indexHeader {
  width: 80%;
  margin: auto;
  padding-top: 70px;
  text-align: center;
	min-height: 800px;
}
#indexHeader img {
  width: 100%;
  height: auto;
}
#topMenu {
  width: 100%;
  margin: 20px auto 10px;
}
#topMenu ul {
  overflow: hidden;
}
#topMenu ul li {
  float: left;
  width: 33%;
  padding: 5px;
  box-sizing: border-box;
}
#topMenu ul li:last-child {
  margin-right: 0;
}
#topMenu img {
  width: 100%;
  height: auto;
}

#topMnu2 {
	margin-bottom: 20px;
}
#topMenu2 ul {
	margin: 0 10px 10px 5px;
}
#topMenu2 ul li {
	text-align: left;
	background: #FFF;
	margin: 0 0 10px;
	border: 1px solid #CCC;
	border-radius: 16px;
	font-size: 12px;
}
#topMenu2 ul li a {
	background: url(images/liTriangle.png) no-repeat 10px center #FFF;
	border-radius: 16px;
	color: #333;
	display: block;
	padding: 4px 0 4px 25px;
	text-decoration: none;
}
#topMenu2 ul li a:hover {
	color: #A53E3E;
	background: url(images/liTriangle.png) no-repeat 10px center #EEE;
}


#searchBox {
  width: 90%;
  margin: auto;
}
#googleSearch {
	display: table;
	width: 100%;
}
#indexHeader #googleSearch p {
	display: table-cell;
	vertical-align: middle;
}
#placeholder {
	line-height: 17px;
	width: 91%;
  padding: 4px 2%;
  border-radius: 4px;
}
#submitButton {
	width: 68px;
}
/*#footerAddress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}*/
#footerAddress p {
  font-size: 14px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  padding: 4px 5px;
  text-align: center;
}
#footerAddress strong {
  display: block;
}
a img:hover {
  opacity: 0.8;
}

#adBanner {
	background: #F0F0F0;
	text-align: center;
}
#adBanner h2 {
	padding: 10px;
}
#adBanner h2 span {
	background: #000;
	color: #FFF;
	font-size: 16px;
	padding: 2px 10px;
	border-radius: 10px;
}
#adBanner ul {
	overflow: hidden;
	max-width: 825px;
	margin: 0 auto;
}
#adBanner ul li {
	float: left;
	padding: 0 5px 5px;
	width: 50%;
}

#footer {
  background: url(images/footerBack.png) repeat-x left top #D7D7D7;
  padding: 0 20px 10px;
}
#footerLeft {
	overflow-x: hidden;
}
#footerLogo {
	float: left;
}
#footerAbout {
	float: right;
	margin-top: 28px;
}
#footerAbout img {
	border-radius: 10px;
}
address {
	font-style: normal;
	font-size: 14px;
	margin: 5px 0 20px;
}
address strong {
	display: none;
}
address img {
	margin: 10px 0;
}
address span {
	display: block;
}
#footer #copyright {
	font-size: 12px;
	font-family: 'Lucida Grande', sans-serif;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 10px;
	color: #666;
}
address span.textSmall {
	font-size: 80%;
}

#translateWrap {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

#translate {
	position: relative;
	box-sizing: border-box;
	width: 142px;
	margin: 0 auto;
}
#translate * {
	box-sizing: border-box;
}
#translate p.toggleSwitch {
	height: 26px;
	line-height: 26px;
	font-size: 80%;
	float: none;
}
#translate p.toggleSwitch a:after {
	content: '▼';
	font-size: 80%;
	display: inline-block;
	margin-left: 8px;
}
#translate p.toggleSwitch a {
	display: block;
	background: url(images/iconEarth.svg) no-repeat 10px center #FFF;
	padding: 0 10px 0 40px;
	color: #666;
	text-decoration: none;
	border: 1px solid #CCC;
}
#translate ul.accBox {
	float: none;
	position: absolute;
	z-index: 999;
	top: 28px;
	left: 0;
	width: 100%;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
}
#translate ul.accBox li {
	float: none;
	text-align: left;
	font-size: 85%;
	line-height: 1;
}
ul.accBox li a {
	display: block;
	background: url(images/liSquare.gif) no-repeat 10px center;
	padding: 12px 10px 12px 25px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
ul.accBox li:last-child a {
	border-bottom: none;
}
ul.accBox li a:hover {
	background: url(images/liSquare.gif) no-repeat 10px center #daf2e6;
}
#translate p.open a,
#translate p a:hover {
	background: url(images/iconEarth2.svg) no-repeat 10px center #063;
	color: #FFF;
}
#translate p.open a:after {
	content: '▲';
}




/* for Landscape */
@media screen and (min-width: 568px){
  #indexHeader p {
    margin-top: 10px;
  }
	#indexHeader {
		width: 480px;
	}
	.bxslider .slide {
		background-size: cover;
		background-position: center;
		min-height: 700px;
	}
  #footerAddress strong {
    display: inline;
  }
	#adBanner ul li {
		width: 33% !important;
	}

}


/* for PC */
@media screen and (min-width: 736px){
	#indexWrapper {
		position: static;
	}
	#topMenu {
	  margin: 40px auto 10px;
	}
	#indexHeader {
	  position:absolute;
	  top:50%;
	  left:50%;
	  z-index:99;
	  width:380px;
	  margin-left:-190px;
	  margin-top:-240px;
	  background:none;
	  padding-top: 0;
	  }
	#indexHeader p {
	  margin-top: 8px;
	}
	#searchBox {
	  position: absolute;
	  top:145px;
	  left: 21px;
	  width: 334px;
	}

	.bxslider .slide {
		min-height: 600px !important;
	}

	#adBanner ul li {
		width: auto !important;
	}

	#footer {
		background:url(images/footerBack.png) repeat-x left top #D7D7D7;
		height:118px;
	}

	#footerWrap {
		width:920px;
		margin:0 auto;
		text-align:left;
	}

	#footerLeft {
		float:left;
		width:160px;
		margin-left:20px;
	}
	#footerAbout {
		float: none;
	}

	#footer address {
		text-align:left;
		font-weight:normal;
		font-style:normal;
		line-height:150%;
		font-size:85%;
		padding-top:20px;
	}

	#footer address img {
		vertical-align:middle;
		margin:0 10px 2px;
	}

	#footer #copyright {
			clear:both;
			text-align:right;
			font-size:75%;
			color:#666;
			margin-top:10px;
			font-family:Arial, Helvetica, sans-serif;
			border-top: none;
			margin-top: 0;
			padding-top: 0;
		}
		address {
			margin: 0 0 5px;
		}
		address span {
			display: inline;
		}
		address strong {
			display: inline;
		}


}
