@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Yu Mincho", "YuMincho", meiryo,  serif;
	letter-spacing: 0.1em;
}

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}

img { 
	max-width: 100%; 
	height: auto; 
}

input {
	outline: none;
}

.shadow {
	margin-top: 0px; /* 画像の上の余白*/
	display: inline-block; 
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.now-page-padding {
	padding: 5px 0px 5px 10px;
}

.box-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.text-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contents-text-padding {
	padding-top: 0px;
	padding-left: 5px;
}

.text-margin {
	margin-top: 8px;
	margin-bottom: 5px;
}

.link-style {
	height: 35px;
	padding-top: 15px;
	text-decoration: none;
	display: block;
}

.link-style:hover {
	height: 35px;
	padding-top: 15px;
	text-decoration: none;
	display: block;
}

.table-font {
	height: 35px;
	padding-top: 5px;
}

a:link,
a:visited {
	color: white;
	text-decoration:none;
}

a:hover,
a:active {
	color: red;
	transition: all  0.5s ease;
}

.a2:link,
.a2:visited {
	color: black;
	text-decoration:none;
}

.a2:hover,
.a2:active {
	color: orangered;
	transition: all  0.5s ease;
}

a img {
	border:none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 70%;
}

#page-top a {
    background: rgba(100,100,100,0.8);
    text-decoration: none;
    color: #fff;
    width: 100px;
	height: 15px;
    padding: 25px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: rgba(200,200,200,0.6);
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background: #8BE89E; /* Safari */
}

::-moz-selection {
	background: #8BE89E; /* Firefox */
}

/* ▽▽▽　PC用CSS START */
@media only screen and (min-width:960px){
	.text-size0 {
		font-size: 15px;
	}
	
	.text-size1 {
		font-size: 18px;
	}
	
	.text-size2 {
		font-size: 21px;
	}
	
	.text-s-size0 {
		font-size: 12px;
		line-height: 14px;
	}
	
	.text-s-size1 {
		font-size: 15px;
		line-height: 17px;
	}
	
	.text-s-size2 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.menu-size {
		margin-top: 0px;
		font-size: 15px;
	}
	
	.menu-size-long {
		font-size: 15px;
		line-height: 18px;
	}
	
	.text-color {
		color: white;
	}
	
	.text-color1 {
		color: black;
	}
	
	.text-color2 {
		color: black;
	}
	
	.width-size-capture {
		width: 100%;
		height: auto;
		/*background-color: #b0ffb0;*/
		background-color: black;
		float: left;
		word-break: normal;
		font-size: 15px;
	}
	
	.width-size-title {
		width: 100%;
		height: 75px;
		/*background-color: #d9ffd9;*/
		background-color: gray;
		float: left;
	}

	.top-title {
		width: 960px;
		height: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-img {
		width: 480px;
		height: 75px;
		background-image: url(../img/img_480x75.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	.top-sub {
		width: 480px;
		height: 65px;
		padding-top: 10px;
		/*background-image: url(../img/top-sub-box.png);*/
		background-repeat: no-repeat;
		float: left;
	}
	
	.contents-box {
		width: 960px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents-full {
		width: 960px;
		height: auto;
		float: left;
	}
	
	.contents-mid {
		width: 640px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-small {
		width: 320px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-small-box {
		width: 320px;
		height: auto;
		float: left;
	}
	
	.small-img {
		width: 120px;
		height: auto;
		float: left;
	}
	
	.small-text {
		width: 200px;
		height: auto;
		float: left;
	}
	
	.contents-half {
		width: 480px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-submenu-box {
		width: 192px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-submenu {
		width: 192px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-subcontents {
		width: 768px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}

	.width-size-foot {
		width: 100%;
		height: auto;
		background-color: gray;
		float: left;
		word-break: normal;
		font-size: 15px;
		font-weight: normal;
	}
	
	.width-size {
		width: 100%;
		height: auto;
		background-color: #f4fff4;
		float: left;
	}
	
	.main-title-size {
		width: 100%;
		height: auto;
	}
	
	.width-size-sepa {
		width: 16.666%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px gray;
		float: left;
	}
	
	.width-size-sepa:hover {
		width: 16.666%;
		height: 50px;
		/*
		height: 35px;
		padding-top: 15px;
		*/
		text-shadow:  1px 1px 1px white;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2 {
		width: 33.333%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px gray;
		float: left;
	}
	
	.width-size-sepa2:hover {
		width: 33.333%;
		height: 50px;
		/*
		height: 35px;
		padding-top: 15px;
		*/
		text-shadow:  1px 1px 1px white;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long {
		width: 16.666%;
		height: 44px;
		padding-top: 6px;
		text-shadow:  1px 1px 1px black;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px gray;
		float: left;
	}
	
	.width-size-sepa-long:hover {
		width: 16.666%;
		height: 44px;
		padding-top: 6px;
		text-shadow:  1px 1px 1px white;
		/*background-color: gray;*/
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
}
/* △△△　PC用CSS END */
/* ▽▽▽　Tablet用CSS START */
@media only screen and (max-width:960px){
	.text-size0 {
		font-size: 13px;
	}
	
	.text-size1 {
		font-size: 16px;
	}
	
	.text-size2 {
		font-size: 19px;
	}
	
	.text-s-size0 {
		font-size: 10px;
		line-height: 12px;
	}
	
	.text-s-size1 {
		font-size: 13px;
		line-height: 15px;
	}
	
	.text-s-size2 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.menu-size {
		margin-top: 0px;
		font-size: 15px;
	}
	
	.menu-size-long {
		font-size: 15px;
		line-height: 18px;
	}
	
	.text-color {
		color: white;
	}
	
	.text-color1 {
		color: black;
	}
	
	.text-color2 {
		color: black;
	}
	
	.width-size-capture {
		width: 100%;
		height: auto;
		/*background-color: #b0ffb0;*/
		background-color: black;
		float: left;
		word-break: normal;
		font-size: 14px;
	}
	
	.width-size-title {
		width: 100%;
		height: 120px;
		/*background-color: #d9ffd9;*/
		background-color: gray;
		float: left;
	}
	
	.top-title {
		width: 600px;
		height: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-img {
		width: 600px;
		height: 75px;
		background-image: url(../img/img_600x75.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	.top-sub {
		width: 600px;
		height: 40px;
		padding-top: 5px;
		/*background-image: url(../img/top-sub-box600.png);*/
		background-repeat: no-repeat;
		float: left;
	}
	
	.contents-box {
		width: 600px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents-full {
		width: 600px;
		height: auto;
		float: left;
	}
	
	.contents-mid {
		width: 400px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-small {
		width: 200px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-small-box {
		width: 200px;
		height: auto;
		float: left;
	}
	
	.small-img {
		width: 70px;
		height: auto;
		float: left;
	}
	
	.small-text {
		width: 130px;
		height: auto;
		float: left;
	}
	
	.contents-half {
		width: 300px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-submenu-box {
		width: 120px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-submenu {
		width: 120px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-subcontents {
		width: 480px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}
	
	.width-size-foot {
		width: 100%;
		height: auto;
		background-color: gray;
		float: left;
		word-break: normal;
		font-size: 14px;
		font-weight: normal;
	}
	
	.width-size {
		width: 100%;
		height: auto;
		background-color: #f4fff4;
		float: left;
	}
	
	.main-title-size {
		width: 100%;
		height: auto;
	}
	
	.width-size-sepa {
		width: 33.3%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa:hover {
		width: 33.3%;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2 {
		width: 66.6%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2:hover {
		width: 66.6%;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long {
		width: 33.3%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long:hover {
		width: 33.3%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
}
/* △△△　Tablet用CSS END */
/* ▽▽▽　Tablet用CSS START */
@media only screen and (max-width:600px){
	.text-size0 {
		font-size: 12px;
	}
	
	.text-size1 {
		font-size: 15px;
	}
	
	.text-size2 {
		font-size: 18px;
	}
	
	.text-s-size0 {
		font-size: 9px;
		line-height: 11px;
	}
	
	.text-s-size1 {
		font-size: 12px;
		line-height: 14px;
	}
	
	.text-s-size2 {
		font-size: 15px;
		line-height: 17px;
	}
	
	.menu-size {
		margin-top: 0px;
		font-size: 15px;
	}
	
	.menu-size-long {
		font-size: 15px;
		line-height: 18px;
	}
	
	.text-color {
		color: white;
	}
	
	.text-color1 {
		color: black;
	}
	
	.text-color2 {
		color: black;
	}
	
	.width-size-capture {
		width: 100%;
		height: auto;
		/*background-color: #b0ffb0;*/
		background-color: black;
		float: left;
		word-break: normal;
		font-size: 12px;
	}
	
	.width-size-title {
		width: 100%;
		height: 96px;
		/*background-color: #d9ffd9;*/
		background-color: gray;
		float: left;
	}
	
	.top-title {
		width: 480px;
		height: 96px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-img {
		width: 480px;
		height: 48px;
		background-image: url(../img/img_480x48.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	.top-sub {
		width: 480px;
		height: 38px;
		padding-top: 10px;
		/*background-image: url(../img/top-sub-box480.png);*/
		background-repeat: no-repeat;
		float: left;
	}
	
	.contents-box {
		width: 480px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents-full {
		width: 480px;
		height: auto;
		float: left;
	}
	
	.contents-mid {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-small {
		width: 160px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-small-box {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-img {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-text {
		width: 160px;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}
	
	.contents-half {
		width: 240px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-submenu-box {
		width: 96px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-submenu {
		width: 96px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-subcontents {
		width: 384px;
		height: auto;
		float: right;
		/*background-color: mediumaquamarine;*/
	}
	.width-size-foot {
		width: 100%;
		height: auto;
		background-color: gray;
		float: left;
		word-break: normal;
		font-size: 12px;
		font-weight: normal;
	}
	
	.width-size {
		width: 100%;
		height: auto;
		background-color: #f4fff4;
		float: left;
	}
	
	.main-title-size {
		width: 100%;
		height: auto;
	}
	
	.width-size-sepa {
		width: 33.3%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa:hover {
		width: 33.3%;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2 {
		width: 66.6%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2:hover {
		width: 66.6%;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long {
		width: 33.3%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long:hover {
		width: 33.3%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
}
/* △△△　Tablet用CSS END */
/* ▽▽▽　smartphone用CSS START */
@media only screen and (max-width:480px){
	.text-size0 {
		font-size: 12px;
	}
	
	.text-size1 {
		font-size: 15px;
	}
	
	.text-size2 {
		font-size: 18px;
	}
	
	.text-s-size0 {
		font-size: 6px;
		line-height: 8px;
	}
	
	.text-s-size1 {
		font-size: 9px;
		line-height: 11px;
	}
	
	.text-s-size2 {
		font-size: 12px;
		line-height: 14px;
	}
	
	.menu-size {
		margin-top: 15px;
		font-size: 15px;
	}
	
	.menu-size:hover {
		font-size: 15px;
	}
	
	.menu-size-long {
		font-size: 15px;
		line-height: 18px;
	}
	
	.text-color {
		color: white;
	}
	
	.text-color1 {
		color: black;
	}
	
	.text-color2 {
		color: black;
	}
	
	.width-size-capture {
		width: 100%;
		height: auto;
		/*background-color: #b0ffb0;*/
		background-color: black;
		float: left;
		word-break: normal;
		font-size: 10px;
	}
	
	.width-size-title {
		width: 100%;
		height: 96px;
		/*background-color: #d9ffd9;*/
		background-color: gray;
		float: left;
	}
	
	.top-title {
		width: 320px;
		height: 96px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-img {
		width: 320px;
		height: 48px;
		background-image: url(../img/img_320x48.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	.top-sub {
		width: 320px;
		height: 48px;
		/*background-image: url(../img/top-sub-box320.png);*/
		background-repeat: no-repeat;
		float: left;
	}
	
	.contents-box {
		width: 320px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents-full {
		width: 320px;
		height: auto;
		float: left;
	}
	
	.contents-mid {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-small {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-small-box {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-img {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-text {
		width: 160px;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}
	
	.contents-half {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-submenu-box {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-submenu {
		width: 160px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-subcontents {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.width-size-foot {
		width: 100%;
		height: auto;
		background-color: gray;
		float: left;
		word-break: normal;
		font-size: 10px;
		font-weight: normal;
	}
	
	.width-size {
		width: 100%;
		height: auto;
		background-color: #f4fff4;
		float: left;
	}
	
	.main-title-size {
		width: 100%;
		height: auto;
	}
	
	.width-size-sepa {
		width: 50%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa:hover {
		width: 50%;
		height: 50px;
		/*
		padding-top: 15px;
		*/
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2 {
		width: 100%;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2:hover {
		width: 100%;
		height: 50px;
		/*
		padding-top: 15px;
		*/
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long {
		width: 50%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long:hover {
		width: 50%;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
}
/* △△△　smartphone用CSS END */
/* ▽▽▽　old-device用CSS START */
@media only screen and (max-width:320px){
	.text-size0 {
		font-size: 12px;
	}
	
	.text-size1 {
		font-size: 15px;
	}
	
	.text-size2 {
		font-size: 18px;
	}
	
	.text-s-size0 {
		font-size: 6px;
		line-height: 8px;
	}
	
	.text-s-size1 {
		font-size: 9px;
		line-height: 11px;
	}
	
	.text-s-size2 {
		font-size: 12px;
		line-height: 14px;
	}
	
	.menu-size {
		margin-top: 0px;
		font-size: 15px;
	}
	
	.menu-size-long {
		font-size: 15px;
		line-height: 18px;
	}
	
	.text-color {
		color: white;
	}
	
	.text-color1 {
		color: black;
	}
	
	.text-color2 {
		color: black;
	}
	
	.width-size-capture {
		width: 320px;
		height: auto;
		/*background-color: #b0ffb0;*/
		background-color: black;
		float: left;
		word-break: normal;
		font-size: 10px;
	}
	
	.width-size-title {
		width: 320px;
		height: 96px;
		/*background-color: #d9ffd9;*/
		background-color: gray;
		float: left;
	}
	
	.top-title {
		width: 320px;
		height: 96px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-img {
		width: 320px;
		height: 48px;
		background-image: url(../img/img_320x48.png);
		background-repeat: no-repeat;
		float: left;
	}
	
	.top-sub {
		width: 320px;
		height: 48px;
		/*background-image: url(../img/top-sub-box320.png);*/
		background-repeat: no-repeat;
		float: left;
	}
	
	.contents-box {
		width: 320px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents-full {
		width: 320px;
		height: auto;
		float: left;
	}
	
	.contents-mid {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-small {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-small-box {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-img {
		width: 160px;
		height: auto;
		float: left;
	}
	
	.small-text {
		width: 160px;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}
	
	.contents-half {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.contents-submenu-box {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-submenu {
		width: 160px;
		height: auto;
		float: left;
		/*background-color: aquamarine;*/
	}
	
	.contents-subcontents {
		width: 320px;
		height: auto;
		float: left;
		/*background-color: mediumaquamarine;*/
	}
	
	.width-size-foot {
		width: 320px;
		height: auto;
		background-color: gray;
		float: left;
		word-break: normal;
		font-size: 10px;
		font-weight: normal;
	}
	
	.width-size {
		width: 320px;
		height: auto;
		background-color: #f4fff4;
		float: left;
	}
	
	.main-title-size {
		width: 320px;
		height: auto;
	}
	
	.width-size-sepa {
		width: 320px;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa:hover {
		width: 320px;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2 {
		width: 320px;
		height: 50px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa2:hover {
		width: 320px;
		height: 50px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long {
		width: 320px;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px black;
		background-image: url(../img/main-menu-img.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
	
	.width-size-sepa-long:hover {
		width: 320px;
		height: 45px;
		padding-top: 5px;
		text-shadow:  1px 1px 1px white;
		background-image: url(../img/main-menu-img-hover.png);
		background-repeat: repeat-x;
		border: solid 0px black;
		float: left;
	}
}
/* △△△　old-device用CSS END */