@charset "UTF-8";

/* ----------------------------------------------------- business --- */

h2 {
background-image: url("../likeit/images/likeit_titile.png");
background-repeat: no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 800px;
height: 250px;
}

h3 {
	position:relative;
	margin:30px 0 30px  ;
	padding:5px 20px;
	font:bold 18px/1.6 Arial, Helvetica, sans-serif;
	color:#412210;
	background:#dcd7d4;
	text-shadow:
		1px 1px 0 #dcd7d4,
		2px 2px 0 #c8a796;
	border-top:#412210 solid 2px;
	border-bottom:#412210 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}

h3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#412210;
}

h3:after{
	content:" ";
	position:absolute;
	top:100%;
	left:26px;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#dcd7d4;
	z-index:1;
}

.toplistbutton {
        margin: 0px 10px 10px 3px;
	display: inline-block;
	width: 255px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
        font-size: 12px;
        letter-spacing : 0.2em;
}
.toplistbutton::before,
.toplistbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.toplistbutton,
.toplistbutton::before,
.toplistbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.toplistbutton {
	background-color: #412210;
	color: #fff;
}
.toplistbutton:hover {
	background-color: #c8a796;
}

.toplistbutton2 {
        margin: 0px 9px 10px 3px;
	display: inline-block;
	width: 165px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
        font-size: 12px;
        letter-spacing : 0.2em;
}
.toplistbutton2::before,
.toplistbutton2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.toplistbutton2,
.toplistbutton2::before,
.toplistbutton2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.toplistbutton2 {
	background-color: #412210;
	color: #fff;
}
.toplistbutton2:hover {
	background-color: #c8a796;
}

.toplistbutton3 {
        margin: 0px 0px 10px 0px;
	display: inline-block;
	width: 250px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
        font-size: 12px;
        letter-spacing : 0.2em;
}
.toplistbutton3::before,
.toplistbutton3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.toplistbutton3,
.toplistbutton3::before,
.toplistbutton3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.toplistbutton3 {
	background-color: #412210;
	color: #fff;
}
.toplistbutton3:hover {
	background-color: #c8a796;
}

.likeit {
        margin: 60px 0px 0px 0px;
}

.like_title {
padding: .75em 0;
border-top: 2px solid #c7b5a9;
border-bottom: 2px solid #c7b5a9;
margin: 0px 0px 0px 0px;
text-align: left;
font-weight: bold;
font-size: 120%;
letter-spacing: 2px;
color: #412210;
}

.like_setsu {
text-align: left;
color: #412210;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 70%;
letter-spacing: 1px;
font-weight: lighter;
}

.like_other {
text-align: left;
color: #412210;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 100%;
letter-spacing: 2px;
line-height: 20px;
}