/* CSS Document */

body {
	text-align:center;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #e5e5e5;
	font-size:14px;
	line-height:1.4em;
	margin:0;
	padding:0;
	background-color:#999999;
	background-image: url("../img/back_pink.jpg");
	background-repeat: repeat;      
	}

select {
    border: solid 1px #ccc;
}

.small { font-size: 80%;}


/*写真*/
img, a img{
	border:none;
	margin:0;
}

/* レイアウト */

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
	padding: 0px 40px;
	box-shadow: 0px 0px 10px #666666;
	background-image: url(../img/guitar_kaitori_logo2.jpg);
	background-repeat: no-repeat;
	background-position: right 76px;
	}

header {
	background: none;
	padding: 15px 0 0;
	}

header h1 {
	margin: 0px;
	float: none;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999999;
	}

header h1 a {
	text-decoration: none;
	color: #fbc551;
	}

header h1 a:hover {
	color: #fbd686;
	}
	
header h2 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 4px;
	padding-top: 10px;
	text-align: left;
	font-weight: normal;
	}
	
header img {
	width:100%;
	height:auto;
	}

/* ナビ */
nav {
	clear:both;
	margin-bottom:10px;
	}

#menu {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	height: 40px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	}
	
#menu li {
	width:25%;
	list-style-type: none;
	float: left;
	}

#menu li a	{
	display: block;
	width: auto;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-right: solid 1px #ffffff;
	}

#menu li a:hover {
	background-color: #d8c7a9;
	}

#menu li:first-of-type a:hover {
	border-radius: 5px 0 0 5px;
	}

#menu li:last-of-type a:hover {
	border-radius: 0 5px 5px 0;
	}

article	{
	width:auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	}

article header {
	border: solid 1px #aaaaaa;
	margin: 10px 0 10px;
	padding: 18px;
	border-radius: 5px;
	box-shadow: 5px 5px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5);
	}

article header h1 {
	position: relative;
	float: none;
	background: none;
	font-size: 24px;
	color: #fb4f47;
	line-height: 46px;
	padding: 4px 8px 0;
	margin: 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fee6f6;
	}
	
article header h1:before {
	content: "";
	position: absolute;
	background: #fac946;
	top: 0;
	left: -8px;
	height: 12px;
	width: 12px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

article header h1:after {
	content: "";
	position: absolute;
	background:#f9d573;
	top: 15px;
	left: -13px;
	height: 8px;
	width: 8px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

article h1, article h2, article h3, article h4 {
	background-repeat: no-repeat;
	font-size: 24px;
	color: #FFCC66;
	line-height: 46px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	}
	
article p {
	font-size: 1em;
	line-height: 1.6;
	margin-left: 0;
	margin-right: 0;
	}

article section {
	clear:both;
	border: solid 1px #aaaaaa;
	margin: 20px 0 10px;
	padding: 18px;
	border-radius: 5px;
	overflow: hidden;
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: linear-gradient(#ffffff 0%, #dfdfdf 100%);
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;	
	}


article section h2 {
	position: relative;
	color: #111;
	background: #facf7d;
	font-size: 20px;
	line-height: 1;
	margin: 0px 20px 10px -10px;
	padding: 14px 5px 10px 50px;
	border-radius: 22px 0 0 22px;
  	font-weight: normal;
	}

article section h2:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}

article section h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #facf7d;
  border-right-color: transparent;
}

article section h3 {
	position: relative;
	color: #111;
	background: #fbeac3;
	font-size: 20px;
	line-height: 1;
	margin: 0px 20px 10px -10px;
	padding: 14px 5px 10px 50px;
	border-radius: 22px 0 0 22px;
  	font-weight: normal;
	}

article section h3:before {
	content: "";
	position: absolute;
	background: #eee;
	top: 50%;
	left: 14px;
	margin-top :-10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #777 inset;
}

article section h3:after {
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	height: 0;
	width: 0;
	border: 22px solid #fbeac3;
	border-right-color: transparent;
}

figure {
	margin: 0;
	}
	
article section:nth-of-type(odd) figure{
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
	}

article section:nth-of-type(even) figure{
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	}

	
footer{
	color:#000000;
	clear:both;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear:both;
	border-top: dashed 1px #000000;
}

small {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	display: block;
	}
	
#contents{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding:10px 20px;
	text-align:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
}


#toggle{ 
	display: none;
}


/* contents */

#ranking section {
	clear: both;
	border: solid 1px #aaaaaa;
	margin: 20px 0 10px;
	padding: 18px;
	border-radius: 5px;
	overflow: hidden;
	overflow: hidden;
	background: -webkit-linear-gradient(#ffffff 0%, #f2f1f1 100%);
	background: linear-gradient(#ffffff 0%, #f2f1f1 100%);
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #f2f1f1 inset;	
}

#ranking section h2 {
	background: none;
	}
	
#ranking section h2:before {
	height: 0;
	width: 0;
	border-radius: none;
	box-shadow: none;
}

#ranking section h2:after {
	height: 0;
	width: 0;
	border: none;
}

#ranking section h3 {
	font-size:16px;
	font-weight:bold;
	background: none;
	margin: 0;
	margin-left:-20px;
	}
	
#ranking section h3:before {
	height: 0;
	width: 0;
	margin: 0;
	border-radius: none;
	box-shadow: none;
}

#ranking section h3:after {
	height: 0;
	width: 0;
	border: none;
	margin: 0;
}

#ranking section .top{
	border-bottom:1px dotted;
	height:71px;
	text-align:center;
}

#ranking section .logo1 {
	background-image:url(../img/no1.gif);
}

#ranking section .logo2 {
	background-image:url(../img/no2.gif);
}

#ranking section .logo3 {
	background-image:url(../img/no3.gif);
}

#ranking section .logo4 {
	background-image:url(../img/no4.gif);
}

#ranking section .logo5 {
	background-image:url(../img/no5.gif);
}

#ranking section .logo1, #ranking section .logo2, #ranking section .logo3, #ranking section .logo4, #ranking section .logo5 {
	background-repeat:no-repeat;
	background-position: 10% 0;
}

#ranking section .sitename{
	font-size:20px;
	font-weight:bold;
	line-height:46px;
}

#ranking section .sitename a {
	color: #b39058;
}

#ranking section .sitename a:hover {
	color: #c6a571;
	text-decoration: none;
}

.relation a {
	color: #b39058;
}
	
.relation a:hover {
	color: #c6a571;
}

small a {
	color: #fbc551;
}

small a:hover {
	color: #fbd686;
}

.detail {
	padding:7px;
}

#ranking section .banner img {
	width: 100%;
}
	
.leftside {
	float: left;
	width: 52%;
	padding:12px;
}

.leftside .results {
	float: none;
	width: auto;
	margin-top: 12px;
	padding:12px;
	background: -webkit-linear-gradient(#ffffff 0%, #dfdebd 100%);
	background: linear-gradient(#ffffff 0%, #dfdebd 100%);
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #dfdebd inset;	
}

.rightside {
	float: right;
	width: 40%;
	border-radius: 5px;
	padding:12px;
	margin-top: 10px;
	overflow: hidden;
	background: -webkit-linear-gradient(#ffffff 0%, #c3f4f8 100%);
	background: linear-gradient(#ffffff 0%, #c3f4f8 100%);
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #c3f4f8 inset;	
}

article #ranking p{
	text-align:left;
	margin:5px;
}


.table {
	margin-top: 5px;
	display: table;
	width: 100%;
	border: 1px solid #fb9503;

}

.row {
	display: table-row;
	border-bottom: 1px solid #CCC;
}

.row>div {
	display: table-cell;
	margin: 5px;
	padding: 14px;
	background-color: #ffffff;
	border: 1px solid #fb9503;
	text-align: center;
}

.row .item {
	display: table-cell;
	margin: 5px;
	padding: 14px;
	background-color:#f9efe2;
	border: 1px solid #fb9503;
	text-align: center;
}

.row>div:nth-child(odd) {
	width: 48%;
	}

.row>div:nth-child(even) {
	width: 48%;
	}

.button {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration:none;
	font-size:16px;
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #67e9f5;
}

.button,
.button:hover {
	border-bottom: 4px solid #54c1cb;
	background-color: #67e9f5;
	background-image: -webkit-linear-gradient(top, #98f2fa, #67e9f5);
	background-image: linear-gradient(to bottom, #98f2fa, #67e9f5);
	box-shadow: inset 1px 1px 0 #c0f5fa;
}

.button::before,
.button::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #80e4ed;
	border-bottom: 1px solid #4dafb8;
	border-radius: 4px;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}

.button::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}

.button:hover {
	background: #67e9f5;
	background-image: -webkit-linear-gradient(top, #67e9f5, #98f2fa);
	background-image: linear-gradient(to bottom, #67e9f5, #98f2fa);
	color: #398a91;
	text-shadow: 0px 1px 0px #a0f2fa;
}

.button:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}

.button:active::before,
.button:active::after {
	border: none;
	box-shadow: none;
}

.button a {
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	}

span {
	color:red;
	font-weight:bold;
	padding:2px;
	}

.list {
	padding-left: 40px;
	}

.list li {
	float: none;
	}
	
.left {
	float: left;
	width: 48%;
	padding: 1%;
	}
	
.right {
	float: right;
	width: 48%;
	padding: 1%;
	}

.point {
	color: #FF3300;
	font-size: 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	}

.relation {
	font-weight:normal;
	color: #000000;
	padding:0px;
}

/* ====== タブレット用の設定 ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {

#container	{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background-position: right 46px;
	}
	
header h1 {
	font-size: 20px;
	float: none;
	}

header h2 {
	font-size: 14px;
	text-align: left;
	padding-top: 4px;
	}

article header h1 {
	font-size: 18px;
	float: none;
	padding: 14px 8px 0;
	margin: 0 0 10px;
	line-height: 1;
	}

article section h2 {
	font-size: 18px;
	}
		
article section h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 0;
}

article section h3 {
	font-size: 18px;
	}
		
article section h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 0;
}

header#pageheader img {
	width: 100%;
	height: auto;
	}

#menu {
	font-size: 12px
	}

#menu li a	{
	width: auto;
	}

#toggle{ 
 display: none;
	}

}


/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:599px) {

#container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background-position: right 170px;
	background-size: 100px 100px;
	}

header#pageheader img {
	width: 100%;
	height: auto;
	}

#menu {
	height: auto;
	display: none;
	}

#menu li {
	float: none;
	width: 100%;
	border-radius: 0px;
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
	}

#menu li a {
	width: 100%;
	border-bottom: solid 1px #ffffff;
	}

#menu li:first-of-type a:hover {
	border-radius: 0;
	}

#menu li:last-of-type a:hover {
	border-radius: 0;
	}


#toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #c19e66;
	}

#toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
	}

#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
	}

#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #c19e66;
	}

#toggle a:before{
    margin-top: -6px;
	}

#toggle a:after{
    margin-top: 2px;
	}

header h1 {
	font-size: 18px;
	float: none;
	line-height: 1.2;
	}

header h2 {
	font-size: 12px;
	text-align: left;
	padding-top: 0;
	}

article header h1 {
	font-size: 16px;
	float: none;
	padding: 8px 8px 0;
	margin: 0 0 4px;
	line-height: 22px;
	}

article section {
	padding: 12px;
	}

article section h2 {
	position: relative;
	color: #111;
	background: #facf7d;
	font-size: 14px;
	line-height: 1;
	margin: 0px 0px 10px -10px;
	padding: 14px 5px 10px 50px;
	border-radius: 22px 0 0 22px;
  	font-weight: normal;
	}

article section h2:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	width: 0;
	border: 0;
	}

article section h3 {
	position: relative;
	color: #111;
	font-size: 14px;
	line-height: 1;
	margin: 0px 0px 10px -10px;
	padding: 14px 5px 10px 50px;
	border-radius: 22px 0 0 22px;
  	font-weight: normal;
	}

article section h3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	width: 0;
	border: 0;
	}

article h1 {
	font-size: 18px;
	float: none;
	padding-left: 0px;
	}

figure img {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	}

article header p {
	margin: 0;
	}

article section:nth-of-type(1n) figure {
	float: none;
	margin: 0;
	text-align: center;
	display: block;
	}

article section:nth-of-type(1n) figcaption{
	text-align: center;
	margin-bottom: 15px;
	}

.detail {
	padding: 0;
	}

.leftside {
	float: none;
	width: 97%;
	padding: 2%;
	}

.leftside .results {
	padding: 2%;
	}
	
.leftside .results h3 {
	text-align:left;
	}
	
.rightside {
	float: none;
	width: 97%;
	padding: 2%;
	}

.left {
	float: none;
	width: 97%;
	padding: 0;
	padding-left: 3%;
	}
	
.right {
	float: none;
	width: 97%;
	padding: 0;
	padding-left: 3%;
	}

#ranking section {
	padding: 12px;
}
	
#ranking section .logo1, #ranking section .logo2, #ranking section .logo3, #ranking section .logo4, #ranking section .logo5 {
	background-size: 40px 40px;
	background-position: 10% 30%;
}

#ranking section .sitename{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-align: center;
	}

}

/* header */


/* footer */
