html, body{
	margin:0;
	padding:0;
	border:0;
	background-color:#fff;
	font-size: 16px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	letter-spacing: 0.1em;
	line-height: 1.5em;
	letter-spacing: 1pt;
	color: #333;
}


/*　　ヘッダ
------------------------------------------------------*/

.header_bg {
	width: 100%;
	background-color: #CCECFB;
	height: 100px;
}


.header_bg_in {
	width: 100%;
	background-color: #CCECFB;
	height: 100px;
	border-bottom:  #0078B3 6px solid;
}


.header_con {
	width: 1100px;
	margin: 0 auto;
}

.h1bg {
	width: 100%;
	background-color: #0078B3;
}
	
.slide_catch {
	position: absolute;
	z-index: 9999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1100px;
	height: 400px;
}


/*　　いろいろ見た目
------------------------------------------------------*/


.highlight a:hover *{
	 filter: alpha(opacity=60);
	 -moz-opacity:0.6;
	 opacity:0.6;
	 }
	 
img {
	border: none;
}



/*　　h
------------------------------------------------------*/


h1 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
	width: 1100px;
	margin: 0px auto;
}



h2 {
	font-size: 22px;
	font-weight: normal;
	padding: .3em .75em;
	background-color: #F0ECE8;
	border-left: 6px solid #A78F76;
}


/*　　h （内部タイトル）
------------------------------------------------------*/

.ttl {
	width: 1100px;
	text-align: center;
	margin: 60px auto;
}

h3 {
	position: relative;
	line-height: 1.4;
	padding:0.15em 2em;
	display: inline-block;
	top:0;
	font-size: 1.7em;
	margin: 0 auto;
	text-align: center;
	color: #0078B3;
	}

h3:before, h3:after{
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
	}
	
h3:before{
	border-left: solid 2px #0078B3;
	border-top: solid 2px #0078B3;
	border-bottom: solid 2px #0078B3;
	left: 0;
	}
	
h3:after{
	content: '';
	border-top: solid 2px #0078B3;
	border-right: solid 2px #0078B3;
	border-bottom: solid 2px #0078B3;
	right: 0;
	}


/*　　フッタ
------------------------------------------------------*/


.footer_back {
	width: 100%;
	margin-top: 15px;
    background: #CCECFB;
	border-top: #0078B3 6px solid;
}

.footer {
	height: 50px;
	padding-top: 15px;
	color: #666;
	text-align: center;
	font-size: 12px;
}




/*　　フォント
------------------------------------------------------*/

.tx10 {font-size: 10px;}
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx14 {font-size: 14px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}
.tx26 {font-size: 26px;}
.tx28 {font-size: 28px;}
.tx30 {font-size: 30px;}

.red {color: #C30;}
.blue {color: #336699;}
.green {color: #696;}
.orange {color: #F90;}
.pink {color:#FF6699;}
.brown {color: #624628;}
.gray {color: #999;}


.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }



/* 　　点滅
------------------------------------------------------*/

.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/*　　内部ページの編集可能範囲
------------------------------------------------------*/

.contents {
	width: 1100px;
	margin: 0 auto;
	padding: 10px;
}






/*　　内部ページのヘッダ画像
------------------------------------------------------*/


#cover_box {
		width: 100%;
		min-width: 1100px;
		height: 280px;
		overflow: hidden;
		position: relative;
		}


#cover_box img{
	position: inherit;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}





/*　　内部ページのボタン
------------------------------------------------------*/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a {
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 15px 15px;
	outline: none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.2em;
}

nav a:hover,
nav a:focus {
	outline: none;
	color: #D52B62;
}

/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #333;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}




/*　　会社概要テーブル
------------------------------------------------------*/


#company table {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}

#company th.t_top {
    border-top: #0078B3 4px solid;
}

#company th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px 15px;
	font-weight: normal;
	text-align: center;
}

#company td.t_top {
	border-top: #0078B3 4px solid;
}

#company td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}




/*　　取扱商品
------------------------------------------------------*/

#product {
	width: 1100px;
	margin: 0 auto;
}


#product .item {
	width: 1000px;
	margin: 0 auto;
	padding: 0.7em 0.5em 0.5em 0.5em;/*文字周りの余白*/
	color: #333;/*文字色*/
	background: #eaf3ff;/*背景色*/
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	}


#product .product-list {
    float: left;
    width: auto;
    padding-left: 15px;
	font-size: 16px;
}


#product a:link{ color: #666; text-decoration: underline;}
#product a:visited{ color: #666; text-decoration: underline;}
#product a:hover{ color: #06C; text-decoration: underline;}



#product .product-list li {
    display: block;
    background-position: left center;
    padding-left: 10px;
    list-style-type: none;
    font-size: 1em;
    line-height: 1.8em;
}

#product .product-list li:before {
  font-family: FontAwesome;
  content: '\f046'; /* アイコンのunicode */
  color: #0078B3;
  margin-right: 5px;
}


#product .product-list2 {
    float: left;
    width: auto;
    padding-left: 15px;
	font-size: 16px;
	margin-top: -1em;
}

#product .product-list2 li {
    display: block;
    background-position: left center;
    padding-left: 10px;
    list-style-type: none;
    font-size: 1em;
    line-height: 1.8em;
}

#product .product-list2 li:before {
  font-family: FontAwesome;
  content: '\f046'; /* アイコンのunicode */
  color: #0078B3;
  margin-right: 5px;
}



#product table {
	width: 1000px;
	border-collapse: collapse;
	font-size: 16px;
	margin-bottom: 80px;
	border: #e3e3e3 1px solid;
}

#product th.t_top {
    border-top: #0078B3 4px solid;
}

#product th {
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	text-align: center;
}


#product th.t_under {
	background-color: #FFF;
	text-align: left;

}


#product td.t_top {
	border-top: #0078B3 4px solid;
}

#product td {
	text-align: left;
	padding: 5px 0px 5px 5px;
}




#product .maker {
	position: relative;/*相対位置*/
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #333;/*文字色*/
	border-bottom: dotted 1px gray;
	font-weight: bold;
	}

#product .maker:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.5em;/*アイコンの位置*/
	color: #0078B3; /*アイコン色*/
	}

#product .maker_list {
	padding: 10px 20px 10px 20px;
	line-height: 2em;
}




/*　　メールフォーム
------------------------------------------------------*/


.outer_top
	{
	width: 800px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #CCC dashed 1px;
	border-top: #CCC dashed 1px;
	}
	
.outer
	{
	width: 800px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #CCC dashed 1px;
	}

.button
	{
	width: 650px;
	text-align: center;
	margin: 15px auto 0 auto;
	}

.koumoku
	{
	float: left;
	width: 250px;
	padding: 8px 8px 8px 20px;
	text-align: right;
	}

.input
	{
	float: left;
	width: 500px;
	padding: 5px 5px 5px 10px;
	font-size: 18px;
	letter-spacing: 0.1em;
	}
	
.clears{
  clear:both;
}

.small_tx {font-size: 10px;}

input, select, textarea {
font-size: 100%;
}

textarea {border: solid 1px gray; padding: 3px;}
p#button input {background-color: #CCCCCC;}

input2 {border: solid 1px gray; padding: 3px;}





/*　　個人情報保護方針
------------------------------------------------------*/


.privacy {
	width: 950px;
	margin: 10px auto;
	padding: 5px;
}

.privacy ul {
	margin: 5px auto;
}

.privacy li {
	margin-top: 20px;
}




