@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */


* {
    
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
    
	font-size: 80%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS UI Gothic";
	padding: 0;
	margin: 0;
	text-align: center; /* IE 向けセンタリング指定 */
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
}

a.lang:link {
    
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
}

a.lang:visited {
    
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
}

a.lang:hover {
    
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
    
	text-align: left;
	margin: 1em auto 0;
	width: 860px;
	border: 1px solid #cccccc;
}

#header {
    
	padding: 20px 20px 10px;
	border-bottom: 1px solid #cccccc;
}

#container {
    
	float: left;
	width: 650px;
}

#contents {
    
	float: right;
	width: 440px;
	padding: 1em 17px 4em 17px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#left-sidebar {
    
	float: center;
	width: 160px;
	padding: 1em 5px;
}

#right-sidebar {
    
	float: left;
	width: 160px;
	padding: 1em 5px;
}

#footer {
    
	clear: both;
	padding: 0.5em 0 1em;
	border-top: 1px solid #cccccc;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */

h1 {
    
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	margin: 0px;
	color: #ffffff;
}

/* -- 企業名 ショップ名 サイト名 -- */

.logo {
    
	font-size: 1.5em;
	margin-bottom: 0.5em;
	color: #ff8040;
}

.logo a {
    
	text-decoration: none;
	background-color: #ffffff;
	color: #0099ff;
}

.logo a:hover {
    
	text-decoration: none;
	background-color: #ffffff;
	color: maroon;
}

/* -- 概要 -- */

.description {
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */

h2 {
    
	font-size: 1.2em;
	padding: 5px 0px 5px;
	border-bottom: none;
	color: blue;
	clear: both;
}

H3 {
    
	font-size: 18px;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid green;
	border-bottom: 1px solid green;
	color: blue;
	clear: both;
}

h4 {
    
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid green;
	border-bottom: 1px solid green;
	color: blue;
	clear: both;
}

h5 {
    
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid green;
	border-bottom: 1px solid green;
	color: blue;
	clear: both;
}

h6 {
    
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid green;
	border-bottom: 1px solid green;
	color: blue;
	clear: both;
}

h3 {
    
	margin-top: 2.5em;
}

h4 {
    
	margin-top: 2.5em;
}

h5 {
    
	margin-top: 2.5em;
}

h6 {
    
	margin-top: 2.5em;
}

h3,h4,h5,h6 {
    
	margin-top: 2.5em;
}

/* -- 文字 -- */

#contents p {
    
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */

#contents .topic-path {
    
	line-height: 1em;
	margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */

#contents dl {
    
	margin: 1em 0;
}

#contents dt {
    
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

#contents dd {
    
	margin-bottom: 2em;
}

#contents ul {
    
	margin: 1em 0 1em 20px;
}

#contents ol {
    
	margin: 1em 0 1em 30px;
}

#contents li {
    
	margin-bottom: 0.5em;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */

.sidetitle {
    
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
	width: 150px;
	background-color: #e4f8f9;
}

/* -- リスト -- */

.localnavi {
    
	list-style-type: none;
	margin-bottom: 2em;
	font-size: 13px;
}

.localnavi li {
    
	display: inline;
}

.localnavi a {
    
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 0.5em 5px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
    
	text-decoration: none;
	background-color: #ffffb9;
	border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */

#footer p {
    
	text-align: center;
}

/* 以下 CSSデザインサンプルクレジット部分 */

#cds {
    
	display: none;
}

.discrition {
    
	background-color: #bbffbb;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	font-size: 14px;
}

.red {
    
	font-size: 75%;
	color: #ff0000;
	line-height: 100%;
	text-align: center;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.green {
    
	font-size: 100%;
	color: green;
}

.center {
    
	font-size: 13px;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	line-height: 20px;
}

.H2coment {
    
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	width: auto;
}

.info-img {
    
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
	margin-top: 10px;
	float: left;
}

.info-line {
    
	color: black;
	width: 215px;
	border-width: 0.25px 1px 1px 1px;
}

.info-title {
    
	line-height: 1em;
	padding-top: 10px;
	color: green;
}

.info-coment {
    
	background-color: white;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 35px;
	height: 120px;
	font-size: 14px;
	line-height: 20px;
}

.info-coment2 {
    
	background-color: white;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 35px;
	height: 80px;
	font-size: 14px;
	line-height: 20px;
}

.info2-coment {
    
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 0;
	margin-top: 10px;
	float: left;
}

.info2-text {
    
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.info3-coment {
    
	background-color: white;
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

.info3-text {
    
	background-color: white;
	font-size: 12px;
	width: 205px;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	height: 150px;
}

.info4-coment {
    
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	margin-left: 5px;
	float: right;
	width: 350px;
}

.info5-coment {
    
	font-size: 14px;
	margin-left: 10px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.info5-text {
    
	font-size: 14px;
}

.info-1 {
    
	background-color: white;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.info-img1 {
    
	text-align: right;
	width: 200px;
}

.info {
    
	background-color: white;
	margin-left: 1px;
	padding-right: 0px;
	margin-right: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.info-click {
    
	text-align: right;
	width: 54px;
	float: right;
	margin-left: 100px;
	clear: both;
	padding-left: 10px;
	bottom: inherit;
}

.info-img2 {
    
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}

.info-1-left {
    
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: green;
	width: 319px;
	float: left;
}

.info-1-right {
    
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	width: 230px;
	float: right;
}

.info-3-left {
    
	margin-right: 10px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: green;
	width: 123px;
	height: 85px;
	float: left;
}

.info1-coment {
    
	background-color: #ffffff;
	margin-top: 10px;
	border-bottom-style: none;
	right: auto;
	font-size: 14px;
	height: 110px;
	float: left;
	clear: none;
}

.info3-list {
    
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

li {
    
	right: auto;
}

.info4-title {
    
	font-size: 13px;
}

.info5-title {
    
	font-size: 20px;
}

.info-img4 {
    
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	padding-right: 10px;
}

.info-img3 {
    
	margin-left: 12px;
	margin-right: 25px;
	border-right-style: none;
	float: left;
}

.sidebanner {
    
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #b9eaff;
}

a.title:link {
    
	font-size: 16px;
	color: #70B02B;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.title:visited {
    
	font-size: 13px;
	color: #70B02B;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.title:hover {
    
	font-size: 13px;
	color: #FF8000;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a:link {
    
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a:visited {
    
	font-size: 14px;
	color: navy;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a:hover {
    
	font-size: 14px;
	color: blue;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.bottom:link {
    
	font-size: 13px;
	color: #0080FF;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.bottom:visited {
    
	font-size: 13px;
	color: #0080FF;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.bottom:hover {
    
	font-size: 13px;
	color: teal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

.sep {
    
	font-size: 13px;
	color: #aaaaaa;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: none;
	line-height: 150%;
}

a.lnk:link {
    
	font-size: 14px;
	color: #0080FF;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.lnk:visited {
    
	font-size: 14px;
	color: #0080FF;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.lnk:hover {
    
	font-size: 14px;
	color: green;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

.info2-coment {
    
	width: 150px;
	height: 60px;
	float: left;
	font-size: 18px;
	margin-right: 10px;
}

.info2-right {
    
	float: left;
	height: 60px;
	width: 250px;
}

.right {
    
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(http://www.sk-co-ltd.com/img/dot_darkgreen.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 320px;
}

a.new {
    
	font-size: 14px;
	color: #086d3f;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.new:link {
    
	font-size: 14px;
	color: #086d3f;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.new:visited {
    
	font-size: 14px;
	color: navy;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

a.new:hover {
    
	font-size: 14px;
	color: blue;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
}

A.osusume {
    
	font-size: 11px;
	color: #086d3f;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
	height: 25px;
}

A.osusume:link {
    
	font-size: 11px;
	color: #086d3f;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
	height: 25px;
}

A.osusume:visited {
    
	font-size: 11px;
	color: navy;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
	height: 25px;
}

A.osusume:hover {
    
	font-size: 11px;
	color: blue;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック";
	text-decoration: underline;
	line-height: 150%;
	height: 25px;
}

.small-text {
    
	white-space: nowrap;
	font-size: 11px;
}

.info-img6 {
    
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.info-img6-text {
}

.info-img6-text {
    
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
}

.small-text6 {
    
	font-size: 11px;
	height: 60px;
}

.top-click {
    
	padding-left: 50px;
	margin-top: 10px;
	margin-left: 400px;
}

.info-cont1 {
    
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.line-green-top {
    
	border-bottom-style: dotted;
	border-bottom-color: green;
	clear: both;

  padding-bottom : 2px;

  padding-top : 2px;
}

.info-cont2 {
    
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.recomend-cont1 {
    
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.info2-list {
    
	list-style-type: disc;
}

.center-text1 {
    
	font-size: 13px;
	margin-top: 3px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: left;
}

.line-green-top {
    
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

