/* CSS Document */
/* ----- SUMAIAI ----- */



/* ============================================================
	Base
============================================================ */

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 {
	margin: 0;
	padding: 0;
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
    font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
	border: 0;
}
ul, ol {
	list-style-type: none;
}
:link, :visited {
    text-decoration: none;
}

table {
    font-size: inherit;
    font: 100%;
}
fieldset,
img,
abbr,
acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,
caption,
cite,
code,
dfn,
em,
strong,
b,
u,
s,
i,
th,
var {
    font-style: normal;
    /* font-weight: normal; */
}
caption,
th {
    text-align: left;
}
q:before,
q:after {
    content: '';
}

a:link { color: #CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:active { color: #CC0000; text-decoration: underline; }
a:hover { color: #CC0000; text-decoration: underline; }
a img,
:link img,
:visited img {
	border: none;
}

/* img ===================================== */

img,
a img {
	border: none;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}



/* ============================================================
	Contents
============================================================ */

body {
	background: url('../images/back.gif');
	color: #421;
	font-family: Verdana, Arial, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
		/*Firefox、Safari、Opera & Mac IE5*/
	*font-size: small;
		/*Win IE7 & Win IE6 standard mode*/
	*font: x-small;
		/*Win IE 5-5.5､6 interchangeablity mode*/
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	text-align: left;
}
@media print, screen and (min-width: 769px){	/* for PC */
	#container {
		width: 1000px;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#container {
		width: 100%;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#container {
		width: 100%;
	}
}

.inner-760 {
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.inner-950 {
	margin: 0 auto;
	padding: 20px 0 0 0;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.inner-760 {
		width: 760px;
	}
	.inner-950 {
		width: 950px;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.inner-760 {
		width: 760px;
	}
	.inner-950 {
		width: 100%;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.inner-760 {
		width: 100%;
	}
	.inner-950 {
		width: 100%;
	}
}

.linkSwitch {
}
	.linkSwitch:link {
	}
	.linkSwitch:active {
		filter:alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}
	.linkSwitch:visited {
	}
	.linkSwitch:hover {
		filter:alpha(opacity=70);	/* for IE */
		-moz-opacity: 0.7;			/* for Mozzila */
		opacity: 0.7;				/* for Other */
	}



/* Header ===================================== */

#header {
	padding: 6px 0 0 0;
	border-top: #C00 solid 5px;
	overflow: hidden;
}
@media print, screen and (min-width: 769px){	/* for PC */
	#header {
		margin: 0 25px;
		width: 950px;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#header {
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#header {
		margin: 0;
		width: 100%;
	}
}

#logo {
	padding: 0;
/*
	height: 55px;
	background: url('../images/logo.gif') no-repeat;
*/
}
#logo h1 {
	font-size: 0px;
	line-height: 0px;
/*
	text-indent: -9000px;
*/
}
@media print, screen and (min-width: 769px){	/* for PC */
	#logo {
		margin: 15px 0 0 0;
		width: 200px;
		float: left;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#logo {
		margin: 15px 0 0 0;
		width: 20%;
		float: left;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#logo {
		margin: 5px 0 0 0;
		width: 100%;
		text-align: center;
		float: none;
	}
}

#header-right {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@media print, screen and (min-width: 769px){	/* for PC */
	#header-right {
		width: 750px;
		height: 75px;
		float: right;
		position: relative;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#header-right {
		width: 78%;
		height: 65px;
		float: right;
		position: relative;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#header-right {
		width: 100%;
		height: auto;
		float: none;
	}
}

#logo-shizushin {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
/*
	width: 87px;
	height: 38px;
	text-indent: -9000px;
	float: right;
*/
}
#logo-shizushin a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
/*
	height: 38px;
	background: url('../images/logoshizushin.gif') no-repeat;
*/
}
#logo-shizushin a:hover {
/*
	background-position: 0 100%;
*/
}
#header-copy {
	font-size: 85%;
}
@media print, screen and (min-width: 769px){	/* for PC */
	#logo-shizushin {
		position: absolute;
		top: 0;
		right: 0;
	}
	#header-copy {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-top: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#logo-shizushin {
		position: absolute;
		top: 0;
		right: 0;
	}
	#header-copy {
		position: absolute;
		margin: 0;
		padding: 0;
		bottom: 0;
		left: 0;
		border-top: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#logo-shizushin {
		position: static;
		top: auto;
		right: auto;
		display: none;
	}
	#header-copy {
		margin: 10px 0 0;
		padding: 10px;
		position: static;
		bottom: auto;
		left: auto;
		border-top: #C00 solid 1px;
	}
}



/* Layout ===================================== */

#img-main {
	padding: 0;
/*
	height: 250px;
	background: url('../images/imgmain.jpg') no-repeat;
*/
}
@media print, screen and (min-width: 769px){	/* for PC */
	#img-main {
		margin: 10px 0;
		width: 1000px;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#img-main {
		margin: 10px 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#img-main {
		margin: 0;
		width: 100%;
	}
}



/* Footer ===================================== */

.pagetop {
	margin: 20px 15px 0 15px;
	padding: 0;
	text-align: right;
	font-size: 85%;
}
.pagetop a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../images/arw04.gif') left no-repeat;
}

#footer {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #A87;
	color: #FFF;
	font-size: 93%;
	text-align: center;
}
#footer a:link { color: #FFF; text-decoration: none; }
#footer a:visited { color: #FFF; text-decoration: none; }
#footer a:active { color: #FFF; text-decoration: underline; }
#footer a:hover { color: #FFF; text-decoration: underline; }

#footer-copy {
	margin: 0;
	padding: 5px;
	background: #FAF0DD;
	font-size: 85%;
	text-align: center;
}

@media print, screen and (min-width: 769px){	/* for PC */
	#footer span {
		display: inline;
	}
	#footer br,
	#footer-copy br {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#footer span {
		display: inline;
	}
	#footer br,
	#footer-copy br {
		display: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#footer span {
		display: none;
	}
	#footer br,
	#footer-copy br {
		display: block;
	}
}

#footer-logo {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
}
#footer-logo a {
	margin: 0;
	padding: 10px 0;
	display: block;
	text-align: center;
	border-top: 1px solid #A87;
}
@media print, screen and (min-width: 769px){	/* for PC */
	#footer-logo {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	#footer-logo {
		display: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	#footer-logo {
		display: inline;
	}
}



/* contents ===================================== */

.contentsTitle {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.contentsTitle .displayPC {
		display: inline;
	}
	.contentsTitle .displaySP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contentsTitle .displayPC {
		display: inline;
	}
	.contentsTitle .displaySP {
		display: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.contentsTitle .displayPC {
		display: none;
	}
	.contentsTitle .displaySP {
		display: inline;
	}
}

.contents {
	margin: 10px auto;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.contents li {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.contents {
	}
	.contents li {
		width: 49%;
		padding: 0;
	}
		.contents li:nth-child(1) {
			float: left;
		}
		.contents li:nth-child(2) {
			float: right;
		}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contents {
	}
	.contents li {
		width: 49%;
		padding: 0;
	}
		.contents li:nth-child(1) {
			float: left;
		}
		.contents li:nth-child(2) {
			float: right;
		}
}
@media screen and (max-width: 640px){	/* for SP */
	.contents {
	}
	.contents li {
		width: 95%;
		padding: 1.5% 2.5%;
	}
		.contents li:nth-child(1) {
			float: none;
		}
		.contents li:nth-child(2) {
			float: none;
		}
}

.contents li .contentsListTitle {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid;
}
	.contents li:nth-child(1) .contentsListTitle {
		color: #eb6000;
		border-color: #eb6000;
	}
	.contents li:nth-child(2) .contentsListTitle {
		color: #1c4fa1;
		border-color: #1c4fa1;
	}
@media print, screen and (min-width: 769px){	/* for PC */
	.contents li .contentsListTitle {
		padding: 1% 0;
		font-size: 150%;
	}
		.contents li .contentsListTitle br {
			display: none;
		}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contents li .contentsListTitle {
		padding: 1% 0;
		font-size: 150%;
	}
		.contents li .contentsListTitle br {
			display: none;
		}
}
@media screen and (max-width: 640px){	/* for SP */
	.contents li .contentsListTitle {
		padding: 1% 0;
		font-size: 130%;
	}
		.contents li .contentsListTitle br {
			display: block;
		}
}

.contents li .contentsListGlaf {
	margin: 0;
	padding: 0;
	text-align: center;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.contents li .contentsListGlaf .displayPC {
		display: inline;
	}
	.contents li .contentsListGlaf .displaySP {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contents li .contentsListGlaf .displayPC {
		display: inline;
	}
	.contents li .contentsListGlaf .displaySP {
		display: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.contents li .contentsListGlaf .displayPC {
		display: none;
	}
	.contents li .contentsListGlaf .displaySP {
		display: inline;
	}
}

.contents li .contentsListBack {
	margin: 0;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}
	.contents li:nth-child(1) .contentsListBack {
		background-image: url('../images/contents_back_01.png');
	}
	.contents li:nth-child(2) .contentsListBack {
		background-image: url('../images/contents_back_02.png');
	}
@media print, screen and (min-width: 769px){	/* for PC */
	.contents li .contentsListBack {
		padding: 2.5% 1%;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contents li .contentsListBack {
		padding: 2.5% 1%;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.contents li .contentsListBack {
		padding: 2.5% 0;
	}
}

.contentsInfo {
	font-size: 90%;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.contentsInfo {
		text-align: right;
	}
	.contentsInfo br {
		display: none;
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contentsInfo {
		text-align: right;
	}
	.contentsInfo br {
		display: none;
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.contentsInfo {
		margin: 0 2.5%;
		text-align: left;
	}
	.contentsInfo br {
		display: block;
	}
}

.contentsPriceTitle {
	margin: 15px auto 0;
	padding: 5px 0;
	text-align: center;
	background: #C00;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.contentsPriceButton {
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
@media print, screen and (min-width: 769px){	/* for PC */
	.contentsPriceTitle {
		font-size: 150%;
	}
		.contentsPriceTitle br {
			display: none;
		}
	.contentsPriceButton {
	}
}
@media screen and (max-width: 768px){	/* for Tablet */
	.contentsPriceTitle {
		font-size: 150%;
	}
		.contentsPriceTitle br {
			display: none;
		}
	.contentsPriceButton {
	}
}
@media screen and (max-width: 640px){	/* for SP */
	.contentsPriceTitle {
		font-size: 120%;
	}
		.contentsPriceTitle br {
			display: block;
		}
	.contentsPriceButton {
		margin: 10px;
	}
}



/* Font ===================================== */

.size3XS {/* 9px */
	font-size: 69%;
}
.size2XS {/* 10px */
	font-size: 77%;
}
.sizeXS {/* 11px */
	font-size: 85%;
}
.sizeS {/* 12px */
	font-size: 93%;
}
.sizeL {/* 14px */
	font-size: 108%;
}
.sizeXL {/* 16px */
	font-size: 123.1%;
}
.size2XL {/* 18px */
	font-size: 138.5%;
}
.size3XL {/* 20px */
	font-size: 153.9%;
}


/* Clear ===================================== */

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}





@media print, screen and (min-width: 769px){	/* for PC */
}
@media screen and (max-width: 768px){	/* for Tablet */
}
@media screen and (max-width: 640px){	/* for SP */
}
