@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a{
	margin:0;
	padding:0;
	color: #444;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: normal;
}

body {
	background: #f7f8fa;
}

#header_menu_box {
		width: 100%;
		height: 60px;
		background:#ffffff;
}
	
#nav {
		float: left;
		height: 60px;
		margin: 0 left;
		padding:5px;
}

#nav_menu {
		color: #666666;
		float: right;
		height: 60px;
		padding-right:15px;
}

#nav_menu p {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: 100; 
}


#content_box p {
    margin-bottom: 5px;
    font-weight: 600; 
}

p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

p .minibox {
  text-align:center;
}

#content_mid p {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  font-weight:normal;
}

h1 {
  background-size: 80px 60px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 90px; /* 画像と重ならないように文字列を右に移動 */
}

h2 {
   margin-left: 1em;
   margin-top: 0.5em;
   margin-bottom: 0.2em;
}

h3{
   margin-left: 0.5em;
   font-weight:bold;
   font-size:1.2em;
}

ul .indent_right {
   margin-left: 2em;
}

.product_img {
	float: left;
    vertical-align: middle;
    margin-right: 30px;
}

.about {
  background-image: url("img/icon_about.jpg");
}
.product {
  background-image: url("img/icon_product.jpg");
}
.other {
  background-image: url("img/icon_other.jpg");
}
.contact {
  background-image: url("img/icon_contact.jpg");
}

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}


#title_box2 {
		width: 100%;
		min-width: 480px;
		height: 360px;
                background: url(img/kucho_cover.jpg) no-repeat;
		background-position: center center;
		background-size: 100%;
		position: relative;
}

#title_box {
		width: 100%;
		min-width: 480px;
		height: 360px;
                background: url(img/kucho_cover2.jpg) no-repeat;
		background-position: center center;
		background-size: 100%;
		position: relative;
}

.title_box2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

#title_box3 {
		width: 100%;
		min-width: 480px;
		height: 360px;
		background: url(img/33534127.jpg) no-repeat;
		background-position: center center;
		background-size: 100%;
		position: relative;
}

.title_box3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

#title_box4 {
		width: 100%;
		min-width: 480px;
		height: 360px;
		background: url(img/hesta.jpg) no-repeat;
		background-position: center center;
		background-size: 100%;
		position: relative;
}
	
#title_cover {
		width: 480px;
		height: 360px;
		margin: 0 auto;
		position: absolute;
		/*position: relative;*/
}
	
#title_cover h1 {
		position: absolute;
		left: 0;
		top: 170px;
}
	
#title_cover p {
		position: absolute;
		font-size: 20px;
		font-weight: 100; 
		top: 290px;
		left: 100px;
		color: black;
		/*text-shadow: 0 0 10px #fff;*/
}

/* button Config */

button.mysubmit {

    padding: 5px 20px;
    margin: 5px;

    /* 文字色 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;
    
    /* 背景色*/
    background-color: #00a0ff;

    /* 角丸の指定 */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

button.mysubmit:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}


/* Menu Bar Config */
/*#sticky-menubar*/ 
header {
    background: #CECECE;
    /*color: blue;
    font-size: 1.1em;
      */  
    text-align: center;
    width: 100%;
    position: absolute;
}
.globalmenu{
    margin: 0px;
    padding: 0px;
}
.globalmenu li {
    display: inline-block;
}
.globalmenu li a {
    display: block;
    text-decoration: none;
    min-width: 6em;
    padding: 0.7em;
    font-weight: lighter; 
}
.globalmenu li a:link,
.globalmenu li a:visited {
    color: #666;
}
.globalmenu li a.here {
    background-color: #00a0ff;
    color: white;
}
.globalmenu li a:hover {
    color: white;
    background-color: #00a0ff;
}


/* Content Config */

#content_small a {
    display: block;
    text-decoration: none;
}

#content_small a:link,
#content_small a:visited {
    color: #666;
}
#content_small a.here {
    background-color: #00a0ff;
    color: white;
}
#content_small a:hover {
    color: white;
    background-color: #00a0ff;
}

.content_img {
    text-align:left;
    float:left;
    margin: 10px;
    clear: both;
}

#content_box {
		width: 100%;
		margin: 0 0 10px 0;
}

#content_wide {
		width: 85%;
		margin: 10 auto;
		background:#FFF;
		padding: 20px;
		overflow: auto;
		max-width: 1020px;
}

#content_wide_block {
		width: 85%;
		margin: 10 auto;
		background:#FFF;
		padding: 10px;
		overflow: auto;
		max-width: 1020px;
}

#content_small {
		width: 200px;
		background:#FFFFFF;
		padding: 10px;
		margin: 5px;
		text-align:center;
		display: inline-block;
		/*overflow: visible;*/
}

#content_smallbox {
		width: 90%;
		margin: 0 auto;
		/* background:#EEFFEE; */
		padding: 10px;
		overflow: auto;
		text-align: center; 
		max-width: 1080px;
}

#content_mid {
		max-width: 800px;
		overflow: visible;
		background:#FFFFFF;
}

/* Footer Config */

#footer_box {
	width: 100%;
	background:#666;
	height: 100px;	
	padding: 10px 0px 0px 0px;
}
	
#footer_box footer_left {
	float: left;
	padding-left: 60px;
}

#footer_box footer_right {
	float: right;
	padding-right: 60px;
}

#footer_box a:link,
#footer_box a:visited {
	color:white;
}

#footer_box p {
	text-align: center;
	color:white;
	padding-top: 7px;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5588FF;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*   
 *  ContactForm Config
*/

#contact_table {
	margin:10px auto 39px auto;
	width:600px;
}
#contact_table p {
	margin:20px 0 16px 0;
}
#contact_table .comment {
	text-align:right;
	display:block;
	margin:0 13px 7px 0;
}
#contact_table .comment span {
	color:#ff0000;
}
#contact_table #btnarea {
	text-align:center;
}
table {
	border-spacing: 0;
	border-collapse:separate;
	margin-bottom:26px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-right:none;
	border-bottom:none;
}
table td {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #ccc #ccc #fff;
	padding: 20px 10px 20px 10px;
}
.hyphen {
	/position:relative;
	/top:-7px;
}
.bgwhite {
	background-color:#fff;
	border-color: #fff #fff #ccc #fff;
}
.formLeft {
	background-color:#ebebeb;
	width:145px;
}
.inputStyle {
	font-size: 12px;
	color: #666;
	padding: 6px;
	width:400px;
	border:1px solid #ccc;
	background:url(img/bg_input.png) repeat-x top #fff;
}
.inputStyle-s {
	font-size: 12px;
	color: #666;
	padding: 6px;
	width:80px;
	border:1px solid #ccc;
	background:url(img/bg_input.png) repeat-x top #fff;
}
.textAreaStyle {
	font-size: 12px;
	background:url(img/bg_textarea.png) repeat-x top #fff;
	color: #666;
	border:1px solid #ccc;
	padding: 4px;
	line-height: 150%;
	width:400px;
}
.label_padding {
	margin:10px 0 0 0;
	padding:0;
	display:block;
}
.nomark {
	padding:0 0 0 22px;
}
.dropdown {
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	font-size: 12px;
	border-left: #999 1px solid;
	color: #333;
	border-bottom: #999 1px solid;
	
}
.necessary{
	color: #c00;	
}
#btnarea {
	text-align:center;
}



