﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:	style.css
 Author:	u_coba
 date:	2019/07/02
 Style Info:	デフォルトとプリント指定以外全て
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table,th,td {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

caption,th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background-color: #FFF;
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.3;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

#osirase h2 {
	font-size: 120%;
	color: #fff;
	background-color: #f00;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.btn {
	text-align: center;
}

.cont_all {
	width: 910px;
	clear: both;
}

.cont_left {
	width: 450px;
	float: left;
}

.cont_right {
	width: 450px;
	float: right;
}

.cont_leleft {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.cont_leright {
	width: 220px;
	float: right;
}

.clearboth {
	clear: both;
}

.cont_center {
	clear: both;
	text-align: left;
}

#x4 h2 {
	font-size: 120%;
	border-bottom: 2px solid #339999;
}

#x4 {
	width:910px;
	clear: both;
}

#x4 ul {
	width: 920px;
	margin-right: -10px;
	overflow: hidden;
	_zoom: 1;
}

#x4 li {
	width: 220px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}


.topbn {
	margin-top: 0px;
	margin-bottom: 0px;
}

.topbn_leleft {
	margin-bottom: 7px;
}

.goods {
	width: 910px;
}

.goods tr {
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}

.goods td {

}

.goods_pic {
	width: 250px;
	padding: 10px 0;
	vertical-align: top;
}

.goods_pic_w {
	width: 300px;
	padding: 10px 0;
	vertical-align: top;
}

.goods_copy {
	padding: 10px 10px;
	vertical-align: top;
}

.goods_ex {
	width: 160px;
	padding: 10px 0;
	vertical-align: top;
}

.goods_cart {
	width: 100px;
	padding: 10px 0;
	vertical-align: bottom;
}

a[href$=".pdf"] {   
    background: url(../images/icon/icon_pdf.png) no-repeat 100% 50%;
	padding-right: 18px;
}

#no_icon a[href$=".pdf"] {
	background: #FFFFFF;
	padding: 0;
}

.info_table,
.cari_table,
.payc_table,
.payb_table {
	margin-top: 5px;
}

.cari_table th,
.payc_table th,
.payb_table th {
	background: #DFEFFF;
}

.info_left {
	width: 100px;
	padding: 5px 10px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
	background: #DFEFFF;
}

.info_right {
	padding: 5px 10px;
	border-bottom: 1px dotted;
}

.cari_left {
	width: 40px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
	background: #DFEFFF;
}

.cari_center {
	width: 290px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.cari_right {
	padding: 3px 8px;
	border-bottom: 1px dotted;
}

.payc_left {
	width: 80px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.payc_center {
	width: 200px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.payc_right {
	padding: 3px 8px;
	border-bottom: 1px dotted;
}

.payb_left {
	width: 80px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.payb_center {
	width: 90px;
	padding: 3px 8px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}

.payb_right {
	padding: 3px 8px;
	border-bottom: 1px dotted;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	body (default設定を上書き)
----------------------------------------------------*/

body {
	background: #666;
}


/*----------------------------------------------------
	#wrap
----------------------------------------------------*/

#wrap {
	background: #fff;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	position: relative;
	width: 910px;
	height: 50px;
	margin-bottom: 5px;
	border-top: 8px solid #336699;
	border-bottom: 8px solid #336699;
}

#logo h1 , #logo a{
	height: 50px;
	width: 210px;
	display: block;
	text-indent: -9999px;
	background: url(../images/cis-j_logo.png) no-repeat;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 5px;
	margin-left: 220px;
	margin-top: 16px;
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
}

#header #helpnav {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 26px;
	font-size: 130%;
}

#header #helpnav li {
	display: inline;
	margin-left: 4px;
}

#header #helpnav li a {
	padding-left: 26px;
}

#header #helpnav li:nth-child( 1 ){
  position: relative;
}

#header #helpnav li:nth-child( 1 )::before {
  content: "";
  background-image: url(../images/navicon/cart.png);
  background-size: 24px, 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -5px;
  left: 0px;
}

#header #helpnav li:nth-child( 2 ){
  position: relative;
}

#header #helpnav li:nth-child( 2 )::before {
  content: "";
  background-image: url(../images/navicon/info.png);
  background-size: 24px, 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -5px;
  left: 0px;
}

#header #helpnav li:nth-child( 3 ){
  position: relative;
}

#header #helpnav li:nth-child( 3 )::before {
  content: "";
  background-image: url(../images/navicon/cont.png);
  background-size: 24px, 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -5px;
  left: 0px;
}

#header #helpnav li a {
	color: #3366CC;
}

#header #helpnav li a:hover {
	color: #aabbcc;
	text-decoration: underline;
}




/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 910px;
	margin-top: 10px;
}

#contents a {
	color: #3366CC;
}

#contents a:hover {
	color: #aabbcc;
	text-decoration: underline;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

.cont_all h3,
.cont_center h3,
.cont_left h3,
.cont_right h3 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #339999;
	padding: 3px 6px;
	margin-bottom: 5px;
}

.cont_center h4,
.cont_left h4,
.cont_right h4 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	border-left: 10px solid #3366CC;
	border-bottom: 2px solid #3366CC;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 10px;
}

.goods_copy h3 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #339999;
	padding: 3px 6px;
	margin-bottom: 5px;
}


/*----------------------------------------------------
	#slider
----------------------------------------------------*/

#slider .mask {
	margin:0 auto;
	width:450px;
	height:450px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
#slider ul{
	list-style:none;
	height:450px;
	width:450px;
	margin: 0;
	padding: 0;
	position:relative;
}
#slider li {
	margin:0;
	padding: 0;
	height:450px;
	width:450px;
	top:0;
	left:100%;
	position:absolute;
	overflow:hidden;
	-moz-animation:slide 18s 0s infinite;
	-webkit-animation:slide 18s 0s infinite;
	animation:slide 18s 0s infinite;
	-moz-animation-play-state:running;
	-webkit-animation-play-state:running;
	animation-play-state:running;
}
#slider li:nth-of-type(1) {
	-moz-animation-delay:0s;
	-webkit-animation-delay:0s;
	animation-delay:0s;
}
#slider li:nth-of-type(2) {
	-moz-animation-delay:6s;
	-webkit-animation-delay:6s;
	animation-delay:6s;
}
#slider li:nth-of-type(3) {
	-moz-animation-delay:12s;
	-webkit-animation-delay:12s;
	animation-delay:12s;
}
#slider a {
	height:450px;
	width:450px;
	display:block;
}
#slider h2 {
	position:absolute;
	padding:0.5em 1em;
	background:rgba(10,120,160,0.8);
	color:#fff;
	font-size: 120%;
	top:15px;
	left:-110%;
	opacity:0;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
#slider .mask:hover h2 {
	left:15px;
	opacity:1;
}
#slider .mask:hover .progress-bar,
#slider .mask:hover li{
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}

/* keyframes for slide */
@-moz-keyframes slide {
	0% {left:100%;opacity:0.5;z-index:10;}	/*フレームイン開始*/
	10% {left:0%;opacity:1;}		/*(a)全体の1/10秒でフレームイン終了*/
	33.3% {left:0%;opacity:1;/*z-index:-10;*/}	/*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
	43.3% {left:-100%;top:0%;opacity:0.5;}	/*(c)フレームアウト終了（c = a） */
	50% {left:-100%;top:100%;}		/* 迂回 */
	70% {left:100%;top:100%;}
	80% {left:100%;top:0%;}
}
@-webkit-keyframes slide {
	0% {left:100%;opacity:0.5;z-index:10;}	/*フレームイン開始*/
	10% {left:0%;opacity:1;}		/*(a)全体の1/10秒でフレームイン終了*/
	33.3% {left:0%;opacity:1;}	/*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
	43.3% {left:-100%;top:0%;opacity:0.5;}	/*(c)フレームアウト終了（c = a） */
	50% {left:-100%;top:100%;}		/* 迂回 */
	70% {left:100%;top:100%;}
	80% {left:100%;top:0%;}
}
@keyframes slide {
	0% {left:100%;opacity:0.5;z-index:10;}	/*フレームイン開始*/
	10% {left:0%;opacity:1;}		/*(a)全体の1/10秒でフレームイン終了*/
	33.3% {left:0%;opacity:1;}	/*(b)ここまで停止して、フレームアウト開始（b = 100 / スライド数） */
	43.3% {left:-100%;top:0%;opacity:0.5;}	/*(c)フレームアウト終了（c = a） */
	50% {left:-100%;top:100%;}		/* 迂回 */
	70% {left:100%;top:100%;}
	80% {left:100%;top:0%;}
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: right;
	width: 300px;
}

#sub dl {
	margin: -10px 0 50px;
}

#sub dl dt {
	margin-top: 20px;
	font-weight: bold;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	clear: both;
	margin-top: 10px;
	width: 910px;
	padding: 5px 0;
	text-align: center;
	background-color: #336699;
	color: #aabbcc;
}

#footer #footnav {

	font-size: 90%;
}

#footer #footnav li {
	display: inline;
	margin-left: 10px;
}

#footer #footnav li a {
	color: #ddeeff;
}

#footer #footnav li a:hover {
	color: #aabbcc;
	text-decoration: underline;
}

#footer #footnav li + li {
	padding-left: 10px;
	border-left: 1px solid #999;
}