@charset "UTF-8";

.layout_tbl a:link	{
	font-weight : normal; 
	text-decoration : none;
	color:#222;
	background: transparent; 
	}
.layout_tbl a:visited	{
	font-weight : normal; 
	text-decoration : none;
	color: #444;
	background: transparent; 
	}
.layout_tbl a:hover	{
	font-weight : normal; 
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}
.layout_tbl h3 a:link, #layouttbl.linklist h3 a:visited, #layouttbl.linklist h3 a:hover	{
	font-weight : bold; 
	}


/* PC サイト */
@media screen and (min-width: 768px){
	#sp_header, #sp_sidebar, #sp_footer, #elementgroup, #sp_imagelist {
		display:none;
	}

	.products_list {
		width:50%;float:left;
	}
}

/* SP サイト */
@media screen and (max-width: 767px){
	#pc_header, #pc_sidebar, #pc_footer, .nav_right_top, #skip_list, #title_hr, #pc_imagelist {
		display:none;
	}

	#main, #maincontent {
		width:100% !important;
	}

	.nav_item {
		width:100%!important;
	}

	h3 {
		width:100%!important;
	}

	ul {
		padding-left:40px;
		line-height: 1.4em;
	}

	ul li {
		margin-top: 0.4em;
	}

	.products_list {
		width:100%;float:left;
	}

	.sp_basicinfo dt {
		margin-left:0px !important;
	}

	#basicinfo2 ul li {
		list-style: none !important;
	}

	#basicinfo2 dd {
		margin-left: -15px !important;
	}

	#basicinfo2 dt img {
		margin-bottom: 30px !important;
	}
}

/* SP サイト */
@media screen and (max-width: 767px){

article,aside,canvas,details,figcaption,figure,header,footer,main,menu,nav,section,summary,img {
	display: block;
}


/*iPhoneサファリの初期設定が必要なければ設定して自動で調整しないように。*/
body {
	-webkit-text-size-adjust: 100%;
}

/*======================================================*/
/**/
/*======================================================*/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	voice-family: "\"}\"";
	voice-family: inherit;

	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Lucida, Verdana, Geneva, Helvetica, "Trebuchet MS", sans-serif!important;

}

/*html, body { height: 100%; }*/


html {
	font-size: calc(100% + 0.25vw)
}

body {
	background: #f0f0f0 url(/img/bg_body2.gif) top left repeat;
	color: #111;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Lucida, Verdana, Geneva, Helvetica, "Trebuchet MS", sans-serif!important;
	background: #FFF;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;

	padding-bottom: 15px;


	/* test */
	/*width: 767px;*/
	/*border: 1px solid #F00;*/
}

font {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Lucida, Verdana, Geneva, Helvetica, "Trebuchet MS", sans-serif!important;
}

header {
	margin: 0;
	padding: 0;
	border: 0;
	position:relative;
	width: 100%;
	text-align: center;
	margin: 0;
	overflow: auto;
}

footer ,
address {
	background: #FFF;
	font-size: 0.8em;
	margin: 0.5em 0 0 0;
	line-height: 2.4em;
	width: 100%;
}

footer {
	border-top: 1px solid #DDD;
}

img	{
	display: block;
	border: 0;
	}


/*======================================================*/
/* H */
/*======================================================*/
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}

/*======================================================*/
/**/
/*======================================================*/
.mainbgcolor{
	background: #004D8A;
}

.maintextcolor {
	color:#333;
}



#logo {
	margin: 0;
	padding: 0;
	margin: auto 0;
}


#menu {
	width: 100%;
	height: 35px;
	font-size: 1.2em
}



/*======================================================*/

/*======================================================*/
/*----- ヘッダー -----*/
/*======================================================*/
#header {
	line-height: 2.4em;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border: 0px solid #F00;
}

#logo img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	padding :5px 0 0 0 ;
	top: 7px;
	left: 7px;
	border: 0px solid #F00;
}

#tagline {
	position: absolute;
	/*top: 10px;*/
	margin: 0;
	padding: 0;
	top: 11px;
	left: 120px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	border: 0px solid #F00;
}

/*======================================================*/
/*  A  */

a:link,a:visited,a:hover,a:active {
	text-decoration : underline;
	background: transparent;
}

a:link {
	color:#0066FF;
}

a:visited {
	/*color: #6699cc;*/
	color: #551A8B !important;

}

a:hover {
	color: #999;
}


a:hover,a:active {
	/*color:#fff;*/
	/*background-color: #004d8a;*/
	/*text-decoration: none;*/
}



a.bgnone {
	color:#0066FF;
}

a.bgnone:hover {
	color:#0066FF;
	background-color: #FFF;
	text-decoration: underline;
}





/*======================================================*/
/*----- MENU -----*/
/*======================================================*/
#menu {
	margin: 0;
	padding: 0;
	/*background:#ccc;*/
	/*padding:20px 10px 0 10px;*/
	/*margin-bottom:20px;*/
	/*height: 2.4em;*/
	/*text-align: center;*/
	text-align: left;
	background-color: #ddd;

	min-height: 30px;
	height: auto !important;
	height: 30px;
}


#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	text-align: left;

	overflow:hidden;
	background-color:transparent;

	list-style-type: none;
	text-align: center;
	border: 0px solid #0FF;
	width: 100%;


	font-size: 0.6em;
}

#menu li {
display: inline-block;
	list-style-type:none;
	/*text-align: center;*/
	text-align: left;
	/*padding-left:20px;*//*セル間ガター*/
	/*margin-bottom:20px;*/
	float:left;
	padding: 0;
	margin: 0;
	border: 0px solid #F00;

}

ul.cols-5 li {
	/*width: 20%;*/
	width: 16.66%;
}

#menu ul li a  {
	background-color: #ddd;
	height: 3em;
	line-height: 3em;
	padding: 0;
	margin: -0.4px;
	color: #222 !important;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	/*border-left: 1px solid #CCC;*/
	border-bottom: 1px solid #CCC
}

/*.menuleftborder{
	border-left: 1px solid #ccc;
}*/


#menu ul li a:hover {
	color: #222 !important;
	background-color: #eee;
	}

body#sectionone header #menu li#one a, 
body#sectiontwo header #menu li#two a, 
body#sectionthree header #menu li#three a, 
body#sectionfour header #menu li#four a, 
body#sectionfive header #menu li#five a, 
body#sectionsix header #menu li#six a {
	background: #fff;
	/*border-bottom: 1px solid #FFF;*/
	border-bottom: 0px solid #FFF;
	/*border-bottom: 1px solid #CCC;*/
	color: #222 !important;
	font-weight: bold;
}


@media only screen and (max-width: 1500px) {
	ul.cols-5 li#one a {
	border: 0px solid #F00;
	}
}


@media only screen and (max-width: 767px) {
	ul.cols-5 li {
		width: 33.3%;
	}
	/*ul.cols-5 li:last-child,*/
	ul.cols-5 li:nth-last-child(2) ,
	ul.cols-5 li:nth-last-child(3) {
		border-top: 1px solid #CCC;
	}
	ul.cols-5 li:nth-last-child(4) {
		border-bottom: 0px solid #CCC;
	}

}




@media only screen and (max-width: 300px) {
	ul[class*='cols-'] > li{
		width: 100%;/*すべてを１列に*/
	}
}


/*======================================================*/
/* 検索 */
/*======================================================*/
#utility {
	margin: 0 auto;
	/*border: 1px solid #FFF;/
	width: 75%;
	display: inline-block; _display: inline;
	/*display: inline;*/
	text-align:center;
	vertical-align: middle;
}

#utility form{
/*display: inline-block;*/
/*float:left;*/
	margin: 2% auto;
	border: 0px solid #FFF;
	display: inline-block; _display: inline;
	vertical-align: middle;
}

#utility label {
	color:#FFF;
	font-size: 0.8em;
	vertical-align: middle;
}

#utility label:after {
	vertical-align: middle;
	content: url("/img/bg_search.gif");
	vertical-align: middle;
}

#utility p {
	border: 0px solid #F00;
	display: inline-block; _display: inline;
	vertical-align: middle;
}

/*input[type="text"] { width: 50%; }*/


#utility #searchFormSubmit {
	display: inline-block; _display: inline;
	vertical-align: top;
	border: 0px solid #F00;
}



/* Hidey-ho
----------------------------------------------- */
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
}


/*======================================================*/







/*======================================================*/
/* フッダー */
/*======================================================*/
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

footer ul  {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow:hidden;
	background-color:transparent;
	list-style-type: none;
	text-align: center;
	border: 0px solid #0FF;
	width: 100%;
	}

footer li {
	display: inline-block;
	list-style-type:none;
	text-align:center;
	/*padding-left:20px;*//*セル間ガター*/
	/*margin-bottom:20px;*/
	/*float:left;*/
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0px solid #00F;
}

footer ul.cols-footer li { width: 50%; }

footer ul li a {
	background-color: #ddd;
	width: 100%;
	/*border-top: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*border-right: none;*/
	padding: 0;
	margin: 0;
	color: #222;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	height: 3em;
	line-height: 3em;
	/*voice-family: "\"}\"";*/
	/*voice-family: inherit;*/
	font-size: 1.0em;
	border: 1px solid #ccc;
}

/*footer ul li.end {
	border-right:1px solid #ccc;
	padding:0 0.5em;
}*/


footer ul li a:hover {
	color: #222;
	background-color: #eee;
	}



@media only screen and (max-width: 767px) {
	ul.cols-footer li {
		/*width: 33%;*//*４列以上は３列に*/
		width: 50%;
	}
}

/*@media only screen and (max-width: 479px) {*/
@media only screen and (max-width: 300px) {
	ul.cols-footer li {
		width: 100%;/*すべてを１列に*/
	}
}


address {
	font-style: normal;
}

/*======================================================*/









/*======================================================*/
/* アコーディオンMENU */
/*======================================================*/
.submenulist {
	border: 0px solid #F00;
	margin: 0 0 20px 0;
}


.submenulist dl.acordion{
	margin: 1.0em 0 0 0;
	width: 100%;
	border: 1px solid #ccc;
	text-align: left;
	padding: 0;
	font-size: 0.8em;
}

.submenulist dt.trigger ,
.submenulist dt.trigger_none {
	border: 1px solid #ccc;
	/*line-height: 44px;*/
	line-height: 50px;
	height: 50px;
	margin: 0;
}

.submenulist dt.trigger a ,
.submenulist dt.trigger_none a ,
.submenu {
	color: #333 !important;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	line-height: 50px;
	height: 50px;
	border: 0px solid #00F;
}
.submenulist ul li{
	line-height: 4em;
}

.submenulist dt.trigger a::after ,
.submenulist dt.trigger_none a::after {
	content: url(/img/list_mark1.png);
	float: right;
}

.submenulist dt.trigger_none a:hover {
	background: #DDD;
	color: #FFF !important;
}

.submenulist dt.trigger_none a:hover::after {
	content: url(/img/list_mark2.png);
	float: right;
	margin-right: 0;
	border: 0px solid #00F;
}

.submenulist dt.active {
	background: #DDD;
	color: #FFF !important;
	border-bottom: 1px solid #666;
}

.submenulist dt.active a::after {
	content: url(/img/point_none.png);
	float: right;
}

.submenulist dt.trigger a:hover {
	background: #DDD;
	color: #FFF !important;
}
.submenulist dt.trigger a:hover::after {
	content: url(/img/list_mark2.png);
	float: right;
	margin-right: 0;
	border: 0px solid #00F;
}

.submenulist dt.active a:hover::after {
	content: url(/img/point_none.png);
	float: right;
	margin-right: 0;
	border: 0px solid #00F;
}

.submenulist dd.acordion_tree{
	padding:0 0 0 1.2em;
	border: 0px solid #00F;
}

.submenulist dd.acordion_tree ul {
	background: #DDD;
	margin: 0;
	list-style-type: none;
	border: 0px solid #F00;
}

.submenulist dd.acordion_tree ul li{
	background: #DDD;
	border-bottom: 1px solid #666;
	color: #666;
	/*width: 100%;*/
}
.submenulist dd.acordion_tree ul li a{
	/*margin: 0 0 0 5%;
	padding: 0 0 0 5%;*/
	margin: 0;
	padding: 0 0 0 5%;
	text-decoration: none;
	color: #666;
	border: 0px solid #00F;
}

.submenu:hover{
	border: 1px solid #00F;
	color: #222;
	background-color: #eee;
}

/*======================================================*/





/*======================================================*/
/* CLEAR */
/*======================================================*/
.clear {
	clear:both;
}

/*======================================================*/
/* 共通 */
/*======================================================*/
@media screen and (max-width: 767px){

#maincontents {
	margin: 0 auto;
	/*border: 1px solid #0F0;*/
	width:100%;
	padding:2%;
	text-align: left;
	line-height: 1.2em;
	/* 20160907追記　全体の文字サイズ */
	font-size: 0.8em;
}


#maincontents h2	{
	margin:1% auto;
	padding-left:2%;
	padding-bottom: 1%;
	border-bottom: 2px solid #004d8a;
	color: #004d8a;
	font-weight: bold;
	font-size: large;
	font-size: x-large;
	width: 100%;
	text-align: left;
	line-height: 1.2em;
}

#maincontents ul.firstlist  {
	list-style-position: inside;
}
#maincontents ul.firstlist li ,
#maincontents ul.firstlist li ul li {
	list-style: square;
	/*padding-left: 1em;
	text-indent: -1em;*/
	/*list-style-position: inside;*/

	/*list-style: none;*/
	list-style-position: outside;
	/*margin: 0 0 0 1.2em;*/
	/*margin: 0 0 0.4em 1.2em;*/
	margin: 0 0 0 1.2em;
}

#elementgroup ul li ,
#maincontents ul.firstlist li ,
#maincontents ul.firstlist li ul li {
	/*段落前後　下*/
	/*margin-top: 0.6em;*/
	/*20160907修正*/
	/*margin-top: 0.4em;*/
	margin-top: 0.6em!important;
	border: 0px solid #0F0;
}




#maincontents ul li ul.secondlist ,
#maincontents ul.firstlist li ul li {
	/*list-style-position: inside;*/
	list-style-position: outside;
	border: 0px blue solid;
}

#maincontents ul li ul.secondlist ,
#maincontents ul.firstlist li ul li {
	/*段落前後　上*/
	/*margin-top: 0.6em;*/
	/*20160907修正*/
	/*margin-top: 0.4em;*/
	margin-top: 0.6em!important;
	border: 0px solid #00F;
}


#maincontents p {
	text-align: left;
}





/*
#lead	{
	margin: 0;
	padding: 0 0 0 2%;
	background: transparent;
	color: #111;
	font-weight: normal;
	/*voice-family: "\"}\"";*/
	/*voice-family: inherit;*/
	font-size: 0.8em;
	text-align: left;
	}
*/
/* 注記 */
div.note strong ,
.note ,
#note {
	background: #f2f2f2;
	margin: 3% auto;
	padding: 2%;
	border: 1px solid #ccc;
	width:100%;
	font-size: 0.8em;
	text-align: left;
	color: #777 !important;
}




h3{
	font-size: large;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}

#basicinfo , 
/*#basicinfo dt , */
#basicinfo dd , 
#basicinfo ul li , 
ul.firstlist li {
	/*line-height: 1.8em;*/
	line-height: 1.2em;
	/*margin-bottom: 8px;*/

	border: 0px solid #F00;
}


#basicinfo dt {
	margin: 2px 0 5px 0;
}

#maincontents dt {
	margin: 20px 0 10px 0;
}

ul.firstlist li{
	margin-top: -0.4em;
}

#basicinfo {
	margin-top: 5%;
	text-align: left;
	/*line-height: 1.2em;*/
}

#basicinfo dt {
	/*margin-top: 0.5em;*/
	/*font-weight: bold;*/
	padding-top: 10px;
	border: 0px solid #F00;

}

#basicinfo dd {
	margin-left: 0.8em;
}

#basicinfo ul li {
	list-style: none;
}



/* SNSボタン */
.table-ul {
	 display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border: 0px solid #ccc;
}

.table-ul li {
	width: 35px;
	display: table-cell;
	vertical-align: middle;
	border: 0px solid #F00;
}

.table-ul li a img{
	margin: 0 auto 0 0;
}



dl {
	text-align: left;
	width: 100%;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

dt {
	margin-top: 0.8em;
	font-weight: bold;
}

dd{
	margin-top: -0.4em;
	/*text-indent:-1em;
	padding-left:1em;*/
}

/*行間*/

dd ul li{
	border: 0px solid #F00;
	margin: 0.6em 0 0 0;
	line-height: 1.2em !important;
}

table{
	width: 100%;
	border-bottom: 2px solid #ccc;
}

thead {
	font-weight: bold;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #DDD;
	line-height: 1.5em;
}

#notes li ,
#att-note li ,
#support li {
	list-style: square;
	text-indent:0.2em;
	margin: 0 0 0 10px;
	font-size: small;
	line-height: 1.5em;
	color: #777;
}
.attention 	{
	margin: 10px 0 5px 15px;
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #CCC;
	font-size: small;
	list-style-position: outside;
	text-indent:0.2em;
}


/*======================================================*/
/* PhotoSwipe */
/*======================================================*/
#img_slider ul li {
margin-left:-5px;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

#img_slider-thumb a.active img {
    border-color: #004d8a;
}

#img_slider-thumb a:hover img {
    border-color: #999;
}

#img_slider-thumb img {
    width: 50px;
    margin: 0 8px 8px 0;
    border: #c0c0c0 2px solid;
}




/*======================================================*/
/* TOPページ */
/*======================================================*/
.topimages1 {
	width: 100%;
	border: 0px solid #F00;
}

.topimages2 a img {
	display: block;
	margin: 0 auto;
	text-align: center;
	float:left;
	width: 33.3%;
	border: 0px solid #F00;
}

body#sectiontwo h3 {
	font-weight: bold;
}

/*h3.clearl , */
body#sectiontop h3 ,
body#sectionone h3 ,
body#sectionthree h3 ,
body#sectionfour h3 ,
body#sectionfive h3 ,
body#sectionsix h3 {
	background-color: #f7f7f7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-bottom: 1px solid #004d8a;
	border-left: 0.4em solid #004d8a;
	font-weight: bold;
	margin: 30px 0 10px 0;
	line-height:1.4em;
}

#elementgroup{
	text-align: left;
	margin: 0 0 20px;
	border: 0px solid #F00;
}

#elementgroup ul {
	float:right;
	width: 100%;
	list-style: square;
	list-style-position: outside;
	margin:0;
	padding-left:40px !important;
	line-height: 1.4em;
	border: 0px solid #F00;
}

#elementgroup p a {
	margin:0;
	padding-left:15px;
	border: 0px solid #F00;
}

#elementgroup dl dt {
	float:left;
	margin:0;
	padding:0;
	border: 0px solid #F00;
}


/*======================================================*/
/*  */
/*======================================================*/
#button_suport {
	float:left;
	margin:0;
	border: 0px solid #F00;
}

#button_suport_area {
	margin:0 0 20px 0;
	border: 0px solid #F00;
}


/*======================================================*/
/*リスト行間 */
/*======================================================*/

ul li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

p {
	/*margin-top: 0.8em;*/
}

/* カテゴリ一覧の見出し上 */
div.products_list h3 {
	margin-top: 1.2em;
	border: 0px solid #F00;
}


/**/
/**/

#navcategory li {

	border: 1px solid #F00;
}



/* Ainexについて　新製品情報・製品記事情報 */
/* 2016/12/17追記 */

.submenulist dd.acordion_tree ul li.yeraslist{
	border: 1px solid #F00 !important;


}





/* SP サイト */
/* @media screen and (max-width: 767px) END */
}








