@charset "Shift_JIS";

/* BASIC SETTING */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

ul, dl, div {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0 auto;
	padding-bottom: 1px;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
    font-size: 1rem;
}
h2 {
    font-size: 1rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 1rem;
}
a img {
    border: none;
}

a:link {
    color: #42413C;
    text-decoration: none;
}
a:visited {
    color: #6E6C64;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

.float_clear { clear: both; }


/* HEADER */
#head_container {
	background-color: #FFF;
}

#head_area {
	width: 950px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

#head_logo_block {
	float: left;
	width: 500px;
}

#head_btn_block {
	float: left;
	/*width: 450px;*/
	height: 60px;
	padding: 0;
	margin: 0;
	text-align:right;
}

#head_btn {
	margin: 0 0 0 auto;
	width: 450px;
	position: absolute;
	bottom: 0;
	text-align:right;
}

#head_btn img {
	margin-left: 10px;
	margin-right: 0;
	text-align: right;
}


/* MAIN MENU */
#mm_container {
	background-color: #036;
	height: 40px;
	border-bottom: solid 1px #999;
}

#mm_area {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#mm_area ul {
	width: 950px;
}

#mm_area li {
	width: 190px;
	float: left;
	list-style-type: none;
}

/* BREADCRUMBS */
#bc_area {
    font-size: 0.8rem;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 1200px;
    width: 100%;
    line-height: 1.2rem;
}

#bc_area p {
	white-space: nowrap;
	margin: 0;
}

#bc_area a:link, #bc_area a:visited {
	color: #036;
	text-decoration: none;
}

#bc_area a:hover { color: #C00; }




/* CONTENTS */
#cont_container {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding-bottom: 15px;
    /*background-image: url(../img/cont_mark_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: right bottom;
}


/* FOOTER */
#foot_container {
	width: 950px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px 0;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	font: Arial, Helvetica, sans-serif;
	font-size: 70%;
}


#foot_container p {
	margin: 0;
}

div.footermenu {
    font-size: 10px;
    list-style-position: inside;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}


/*---------- アクションアイコン -----------*/
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    float: left;
    width: 30px;
    margin-top: 4px;
    left: 2px;
}
.accordion_icon span {
    position: absolute;
    left: 3px;
    width: 50%;
    height: 2px;
    background-color: #5B5B5B;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋､−切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 製品情報インデックスボタン　全開く全閉じる */
.submenu02 {
    list-style-type: none;
    height: 40px;
    font-size: 1.3rem;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-right: 1%;
    margin-bottom: 15px;
    border-radius: 5px;
    text-indent: 10px;
    background-color: #3382FD;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    width: 48%;
    margin-left: 1%;
    display: block;
    cursor : pointer;
    font-weight: bold;
    padding-top: 11px;
}
.submenu02 a, .submenu02 a:link .submenu02 a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	width: auto;
	border-radius: 5px;
	color: #FFFFFF;
}
.submenu02 a:hover {
	display: block;
	height: 30px;
	width: auto;
	color: #FFFEFE;
	text-decoration: none;
	border-radius: 5px;
	background-color: #CCC;
}
/* 商品選定検索ボタン */
.submenu03 {
    list-style-type: none;
    height: 30px;
    font-size: 0.9rem;
    float: left;
    text-align: center;
    border-radius: 5px;
    background-color: #3382FD;
    color: #FFFFFF;
    text-shadow: 0px 0px;
    width: 160px;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.submenu03 a, .submenu03 a:link .submenu03 a:visited {
    color: #FFFFFF;
}
.submenu03 a:hover {
    color: #C3EFFF;
}
#baseww {
    width: 100%;
    background-color: #FFF;
    padding-right: 0px;
    height: 1000px;
}

.lead_02 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-top: 20px;
}
.lead_03 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
}
.lead_04 {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    margin-left: 1rem;
}
