/*========== ▼html5reset.css▼ =========*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font: 100%/1.5 Arial, Calibri, 'ヒラギノ角ゴ Pro W3',  sans-serif;
	font-size: 16px;	/* 100% = 16px */
    vertical-align:baseline;
    background:transparent;
    text-align: left;
    color: #333;
	}

body {
/*	background: #e5d2f7;*/
	background: #f0e5f7;
	-webkit-text-size-adjust: none;
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:normal;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #999;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong {
	font-weight: bold;
}

p {margin-bottom: 1em;}

a:link, a:visited {color: #666;}
a:hover, a:active {color: #008cff;}



address {
	float: right;
	width: 460px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 0.5em;
}

/* -----------------------
ワイヤーフレーム
------------------------- */
div#container {
	margin: 0 auto;
	width: 960px;
	border: 1px solid #999;
	background: #fff url(../share_img/header_bg.jpg) no-repeat;
	}

/* HOME　headerttl */
div#container.homettl {
	background: #fff url(../index_img/header_bg.jpg) no-repeat;
}

div#header {
	height: 120px;
	text-align: left;
	}

div#navpad {
	height: 40px;
	background: #383232 url(../share_img/navpad_bg.jpg) repeat-x;
	text-align: left;
	}
	ul#nav1 {margin: 0;}
	ul#nav1:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

	#container ul#nav1 li {
		width: 191px;
		height: 40px;
		float: left;
		}
	#container ul#nav1 li a {
		display: block;
		float: left;
		width: 190px;
		height: 38px;
		border-right: 1px solid #666;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 38px;
		}
	#container ul#nav1 li a:link,
	#container ul#nav1 li a:visited {
		color: #fff;
		background: #333 url(../share_img/navpad_bg.jpg) repeat-x;
		}
	#container ul#nav1 li a:hover,
	#container ul#nav1 li a:active,
	#container ul#nav1 li a.now {
		background: #ccc url(../share_img/navon.jpg) repeat-x;
		color: #333;
		}
.open {
	display: none;
	float: left;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	background: url(../share_img/menu.png) center center no-repeat #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
}



div#conwrap {padding: 2em;}
	div#conwrap div#mainwrap {
		text-align: left;
		}

div#footer {
	clear: both;
	padding: 0.5em 2em;
	background: url(../share_img/foot_bg.png) repeat-x;
	}


/* -----------------------
見出し
------------------------- */
h1 {
	margin-left: 12px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	}
/* site title */
div#header h1#headtitle {
	margin-top: 30px;
	margin-left: 12px;
	font-size: 2.5em;
	font-weight: bold;
	color: #1266ab;
	text-shadow: 2px 2px 3px #fff;
	}
/* page title */
h1#pttl {
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
	color: #666;
	background: #fff url(../share_img/p_ttl_bg.png) no-repeat right bottom;
	}
	
h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 12px;
	height: 30px;
	/*background: #e5e1da url(../share_img/h2_bg2.jpg) repeat-x;*/
	background-color: #eae5e1;
	font-weight: bold;
	line-height: 30px;
	border-left: 3px solid #153c67;
	border-right: 1px solid #153c67;
	border-bottom: 1px solid #bbb;
	}
h3 {
	margin-bottom: 1em;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	}

/* ページ上部の概要部分 */
#head_description {
	display: block;
	width: 100%;
	height: 1.5em;
	overflow: hidden;
}
#head_description_contents {
	display: inline-block;
	line-height: 1.5em;
	padding-left: 100%;
	white-space: nowrap;
	animation: animate-banner 20s linear infinite;
}
@keyframes animate-banner {
	0% { transform:translateX(0); }
	100% { transform:translateX(-100%); }
}
#head_description　h1 {
	display:inline-block;
}

/* -----------------------
リストなど
------------------------- */
ul {list-style: none;}

ol.num {
	padding-left: 4em;
	list-style: decimal;
	}
ol.num li {
	margin-bottom: 0.5em;
	}

/* -----------------------
囲み
------------------------- */
/* 囲み罫線付き　淡グレー塗りつぶし */
.gry_kakomik {margin-bottom: 1em;border: 1px solid #999;}
.gry_kakomik .gry_nuri {margin: 2px;background-color: #e5e5e5;}

/* テーブル（お問い合わせフォーム、会社概要で使用） */
.tbl1{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.tbl1 th, .tbl1 td {
	padding: 10px;
	border: 1px solid #fff;
	}
.tbl1 th {
	background-color: #ddd;
	}
.tbl1 td {
	background-color: #f4f4f4;
	}
/* 製品ページth幅固定 */
.tbl1 th.product {
	font-size: 0.9em;
	width: 7em;
	vertical-align: middle;
	}

/* headcopy(HOME) */
#headcopy {
	margin: 2em 2em 0;
	padding: 2em;
	border: 1px solid #666;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .5);
	}
#headcopy p {
	margin: 0;
	font-size: 1.5em;
	color: #202020;
	}

/* -----------------------
HOME
------------------------- */
p.usp {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 1.75em;
	font-weight: bold;
 	color: #666;
	}


/* -----------------------
product
------------------------- */
.prd_ttl {
	margin-bottom: 0;
	color: #1266ab;
	font-weight: bold;
	}
.prd_ttl_comm {
	margin-left: 1em;
	margin-bottom: 0;
	}

/*　PC2段組み　*/
.pc_left {
	padding: 0 auto;
	width: 50%;
	float: left;
	}

/* -----------------------
contct
------------------------- */
.pc_50 {
	margin-bottom: 0.5em;
	width: 50%;
	}

dl.form dt {
	font-weight: bold;
	color: #999;
	}
dl.form dd {
	margin-left: 2em;
	}



/* -----------------------
文字装飾・余白など
------------------------- */
.clr {clear: both;}
.fltr {float: right;}

.mt0 {margin-top: 0;}
.mb0 {margin-bottom: 0;}
.mlr5p {margin: 0 5px;}
.mlr1 {margin: 0 1em;}

.corpblue {color: #1266ab;}
.fred {color: #f00;}

.txtc {text-align: center;}
.txtl {text-align: left;}
.txtr {text-align: right;}
.f12 {font-size: 12px;}
.f09 {font-size: 0.9em;}
.fx125 {font-size: 1.25em;}
.txtuline {
	text-decoration:underline;
	}

.vtop {vertical-align: top;}

/* ///////// PC-SM表示切替 ///////// */

.pcvis {display: block;}
.pcinvis {display: none;}



/*################ 480px以下で表示した場合 ################*/

@media screen and (max-width: 479px) {
	img {max-width: 100%;height: auto;}


	div#container {width: 100%;}

	div#header {width: 100%}

	#contents {width: 100%;}

	div#conwrap div#mainwrap {
		width: 100%;
		float: none;
		text-align: left;
		}
	div#conwrap div#rightwrap {
		margin-left: 0px;
		width: 100%;
		float: none;
		text-align: left;
		}

	/* PC-SM 表示非表示切替 */
	.pcvis {display: none;}
	.pcinvis {display: block;}


	/* pageslide */
	#navpad {
		clear: both;
		border: none;
		background: #333;
		height: 31px;
		}
	#container ul#nav1 { display: none; }
	.open { display: block; }
	#pageslide { width: 180px; }
		#pageslide #nav1 li {
				padding: 10px 0;
				border-bottom: 1px solid #666;
				border-right: none;
				float: none;
				}
		#pageslide #nav1 li a {
			color: #FFF;
			border: none;
			text-decoration: none;
			}
		#pageslide #nav1 li a:hover, #pageslide #nav1 li a:active, #pageslide #nav1 li a.now {
			text-decoration: underline;
			background-image: none;
			background-color: transparent;
			color: #29cc95;
			}

	/* product 2段組み解除 */
		.pc_left {
			clear: both;
			width: 100%;
			float: none;
			}
	/* contact */
		.pc_50 {
			width: 100%;
			}
	
	address {
		text-align: right;
	}



}