@charset "Shift_JIS";


.listmark {
	padding: 0px 10px 0px 16px;
	list-style: disc　;
	text-align:left;
	font-size:11px;
	line-height:1.8;

}



/*--------------------
共通部分
--------------------*/
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:0px;
    padding:0px;
    border:0px;
    outline:0px;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img { 
	max-width: 100%; 
	height:auto;
}


body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;
	font-size:100%;
/*	min-width: 640px; */
}



a:link {
	color:#53CDB2;
	text-decoration:none;
}

a:visited {
	color:#808080;
	text-decoration:none;
}

a:hover {
	color:#53CDB2;
	text-decoration:underline;
}

a:active {
	color:#53CDB2;
	text-decoration:none;
}

ins {
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

hr {
	display:block;
	height:1px;
	border:0px;   
	border-top:1px solid #cccccc;
	margin:1em 0px;
	padding:0px;
}

input {
	vertical-align:middle;
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select {
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul,ol {
	list-style:none;
	margin-left:12px 12px 20px 12px;
	font-weight: bold;

}


li {
	line-height:2;
}
.Clear-Both {
	clear:both;
	font-size:1px;
}



/*--------------------
	wrapper
--------------------*/
#wrapper {
	margin: 0px auto;
	width:100%;
}


/*--------------------
	header
--------------------*/
#header{
	background-color: #3da28d;
}
#header .headerInner{
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width: 640px;
	overflow: hidden;
}
#header .headerInner h1{
	padding:15px 0px 0px 24px;
	float: left;
}



/*--------------------
	gNav
--------------------*/
#gNav{
	background-color: #53CDB2;
}
#gNav ul{
	margin: 0px auto;
	width: 640px;
	overflow: hidden;
	list-style: none;
}
#gNav ul li{
	padding: 6px 30px 6px 0px;
	float: left;
}
#gNav ul li a{
	color: #ffffff;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gNav ul li a:hover{
	color: #fff;
}


/*--------------------
	container
--------------------*/
#container{
	margin: 0px auto;
	padding-bottom: 50px;
	width: 640px;
}


/*--------------------
	mainArea
--------------------*/
#mainArea{
	margin: 0px auto;
	width: 640px;
}


/*--------------------
	contents
--------------------*/

/*
#contents-left{
	float: left;
	width: 240px;
	height:247px;
	margin: 5px 0x 0px 0px;
	margin-top: 5px;
} 
*/

#contents-right{
	float: right;
	width: 640px;
	margin-top: 5px;
	text-align:left;
	padding:0px;
}
#contents-right .productsBanner{
	margin-left: 0px;
	list-style: none;
}
#contents-right .productsBanner li{
	padding-left: 20px;
	float: left;
}
#contents-right .box1{
	margin: 20px 0px 2px 0px;
	width: 620px;
/* .box1Innerの部分をこちらに適応して、.box1Innerパートをhtmlからなくす */
	padding: 15px 0px 5px 15px;
	font-size:14px;
	color:#606060;
	text-align:left;
}
#contents-right .box1 h1{
	padding: 7px 0px 5px 15px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	border-left-style:solid;
	border-left-width:12px;
	border-left-color:#3da28d;
	color: #444444;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
}
#contents-right .box1 h2{
	padding: 7px 0px 5px 15px;
	background-color: #3da28d;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
}

#contents-right .box1 h3{
	padding: 0px 0px 2px 5px;
	background-color: #fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3da28d;
	color: #3da28d;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	text-align:left;
}

#contents-right .box1 .box1Inner{
	padding: 15px 0px 5px 15px;
	font-size:14px;
	color:#606060;
	text-align:left;
}



/*--------------------
	footer
--------------------*/
#footer{
	background-color: #53CDB2;
}
#footer #footerNav{
	margin: 0px auto;
	padding: 25px 0px 25px 0px;
	width: 640px;
	overflow: hidden;
}
#footer #footerNav dl{
	padding: 0px 0px 0px 30px;
	float: left;
	text-align:left;
}
#footer #footerNav dt{
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
#footer #footerNav dt a{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#footer #footerNav dd{
	padding-bottom: 5px;
	font-size: 11px;
}
#footer #footerNav dd a{
	color: #fff;
	font-size: 11px;
}
#footer .copyright{
	font-size: 10px;
	padding: 10px 0px;
	background-color: #3da28d;
	color: #fff;
	text-align: center;
}
#footer .copyright a{
	color: #fff;
	text-decoration: none;
}








.breadcrumb-list {
	font-size: 10px;
}

.list_link li {
	padding:10px 22px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	text-align:left;
	font-size:18px;
}

.list_link li:last-child{border-bottom:0;}

.list_link a {
	text-decoration:underline;
	display:block;
	background:url(../img/arrow.png) no-repeat 100% 50%;
}

.grd1 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfdfd), color-stop(0.00, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
background: -o-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
background: linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
}

.grd2 {
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f7f6));
background: -webkit-linear-gradient(top, #fff, #f6f7f6);
background: -moz-linear-gradient(top, #fff, #f6f7f6);
background: -o-linear-gradient(top, #fff, #f6f7f6);
background: -ms-linear-gradient(top, #fff, #f6f7f6);
background: linear-gradient(top, #fff, #f6f7f6);
}


.grd3 {
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f7f6));
background: -webkit-linear-gradient(top, #fff, #f6f7f6);
background: -moz-linear-gradient(top, #fff, #f6f7f6);
background: -o-linear-gradient(top, #fff, #f6f7f6);
background: -ms-linear-gradient(top, #fff, #f6f7f6);
background: linear-gradient(top, #fff, #f6f7f6);
}

.grd4 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.9, #fdfdfd), color-stop(0.6 #fdfdfd), color-stop(0.00, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 60%, #fdfdfd 90%, #dedede 100%);
background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 60%, #fdfdfd 90%, #dedede 100%);
background: -o-linear-gradient(top, #ffffff 0%, #fdfdfd 60%, #fdfdfd 90%, #dedede 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #fdfdfd 60%, #fdfdfd 90%, #dedede 100%);
background: linear-gradient(top, #ffffff 0%, #fdfdfd 60%, #fdfdfd 90%, #dedede 100%);
}

