﻿
/* ----- HTML再定義 ------------------------------------ */

* {
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color:#000000;
}

html {

}


body  {background:#eeeeee url("./images/back.jpg") }


h1 {	color:#444444;
	font-size:2.5rem;
}
h2 {
	font-size:25px;
}
h3 {
	font-size:20px;
}

a {
	text-decoration: none;
}

a:hover {
	color:red;
}

em {
	font-weight: bold;
}

.paw  {
	color:red;
}

hr.top {
	border: 4px solid #cccccc;
	margin:-5px 0px 5px;
}

hr.line1 {
	border: 2px solid #cccccc;
	margin:5px 0px;
}

hr.line2 {
	border: 2px dashed #cccccc;
	margin:5px 0px;
}

fieldset {
	border: none;
}

.button {
	border-style: none;
	padding:5px;
	background:#009944;
	color:white;
	border-radius: 0.5em;
}
.button:hover {
	background:red;
}

/* ----- 基本構造 -------------------------------------- */

@media screen and (min-width:640px) {
	div#container {
		width:1127px;
		margin:auto;
	}
}

@media screen and (max-width:640px) {
	div#container {
		margin:10px;
	}
}

div#header {
	margin-top:10px;
	height:100px;
	padding:10px;
	border:solid 1px #999999;
	border-radius: 1em;
	background: #ffffff;
}

div#footer,div#contents,div#profile {
	background: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	float: none;
	clear: both;
	border:solid 1px #999999;
	border-radius: 1em;
}

div#info,div#contact {
	overflow: hidden;
	margin-top:10px;
	padding:10px;
	border:solid 1px #999999;
	border-radius: 1em;
	background:white url("./images/") no-repeat;

}

div#footer {
	background: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	float: none;
	clear: both;
	border:solid 1px #999999;
	border-radius: 1em;
}

/* ----- ヘッダー -------------------------------------- */

div#header .left,.center,.right {
	float:left;
	height:70px;
}

div#header .left {
	width:70px;
	background: url("./images/logo.png")  no-repeat ;
	background-size: cover;
}
div#header .center {
}

div#header .right {
}

div#header .sub {
	font-size:1.2rem;
	color:#444444;
}

div#header .sub2 {
	font-size:1rem;
	font-weight:bold;
	color:#444444;
}

div#header .sub3 {
	color:#fff799;
	font-size:35px;
}

/* ----- コンテンツ -------------------------------------- */

div#contents {
	text-align:center;
	color:#444444;
	float: none;
	clear: both;
}

/* ----- インフォ -------------------------------------- */

@media screen and (min-width:640px) {
	div#info h3 {
		font-size:1.3rem;
		font-weight:bold;
		background:#eeeeee;
		padding:5px;
	}

	div#info div.block {
		margin-bottom:10px;
		display: flex; 
		justify-content: center; 
		align-items: center; 
	}

	div#info div.g {
		width:358px;
		overflow: hidden;
		float:left;
		margin:0px 5px;
		text-align:center;
	}

	div#info h3 {
		font-size:1.3rem;
		font-weight:bold;
		background:#eeeeee;
		margin:10px 0px;
		padding:5px;
	}

	div#info div.block {
		margin-bottom:10px;
	}

	div#info dl {
		overflow: hidden;
	}

	div#info dd {
	}

	div#info dt.image1 {
		height:200px;
		margin:5px;
	}
	div#info dt.image2 {
		height:100px;
		margin-top:5px;
		background-size: contain;
	}

	div#info dt.image3 {
		height:100px;
		margin-bottom:5px;
		background-size: contain;
	}

	div#info dd.comment3:after {
		content: "CD、DVD、ブルーレイを中心にヤフオク！、Yahoo!ショッピングで販売を行っております。";
}	
}

@media screen and (max-width:640px) {
	div#info h3 {
		font-size:1.3rem;
		font-weight:bold;
		background:#eeeeee;
		margin:10px 0px;
		padding:5px;
	}

	div#info div.block {
		margin-bottom:10px;
	}

	div#info dl {
		overflow: hidden;
	}

	div#info dd {
		margin-left:32%;
	}

	div#info dt.image1 {
		width:30%;
		height:5rem;
		float:left;
		background-size: contain;
	}

	div#info dd.comment1:after {
	}

	div#info dt.image2 {
		width:30%;
		height:5rem;
		background-size: contain;
		float: left;
	}

	div#info dt.image3 {
		width:30%;
		height:5rem;
		background-size: contain;
		float: left;
	}

	div#info dd.comment2:after {
		content: "CD、DVD、ブルーレイを中心にヤフオク！で販売を行っております。";
	}

	div#info dd.comment3:after {
		content: "CD、DVD、ブルーレイを中心にYahoo!ショッピングで販売を行っております。";
	}
}
	div#info dt.image1 {
		background: url("./images/logo-taro.png") center no-repeat;
		background-size: contain;
	}
	div#info dt.image2 {
		background: url("./images/hidamari.jpg")  center no-repeat;
		background-size: contain;
	}

	div#info dt.image3 {
		background: url("./images/shopping.jpg")  center no-repeat;
		background-size: contain;
	}

div#info dd.comment1:after {
	content: "CD、DVD、ブルーレイを中心に買取を行っております。";
}




/* ----- 会社概要 -------------------------------------- */

@media screen and (min-width:640px) {
	div#profile dl {
		margin-left:10px;
	}

	div#profile dt {
		float:left;
		font-weight:bold;
		width:7rem;
	}

	div#profile dd {
		margin-left:8rem;
	}
}

@media screen and (max-width:640px) {
	div#profile dt {
		font-weight:bold;
		font-size:1.2rem;
		width:7em;
	}
}

/* ----- 問合せ -------------------------------------- */

@media screen and (min-width:640px) {
	div#contact .divide {
		float:left;
		width:543px;
		padding-right:5px;
	}

div#contact dt {
	float:left;
	width:85px;
}

div#contact dd {
	margin-bottom:5px;
}

	div#contact textarea {
		width:450px;
		height:130px;
	}
}

@media screen and (max-width:640px) {
	div#contact .divide {
	}

	div#contact textarea {
		width:100%;
		height:10rem;
	}
}

div#contact dl {
}


div#contact ul {
	margin:10px 30px 10px;
}

div#contact li {
}


.error {
	color:red;
	font-weight:bold;
	font-size:20px;
}

/* ----- フッター -------------------------------------- */

div#footer p {
	text-align:center;
	color:#444444;
	float: none;
	clear: both;
}
div#footer p:after {
	content: "2018　株式会社グラシス";
}

}