html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

p, hr, h1, h2, h3, ul{
	padding:0;
	margin:0;
}

hr{
	border: none;
}

li{
	list-style:none;
}

._mt-button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a907+0,f9ec86+100 */
    background: #f9a907; /* Old browsers */
    background: -moz-linear-gradient(top, #baa001 0%, #f9ec86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #baa001 0%,#f9ec86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #baa001 0%,#f9ec86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa001', endColorstr='#f9ec86',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1A1A1A;
    box-shadow:1px 1px 3px black;
    color:black;
    text-decoration:none;
}

@font-face {
	font-family:"mtshop";
	src: url('../font/mtshop.ttf');
}

._mt-font{
	font-family: "Sawarabi Mincho";
	*font-size:1.2vw;
}

._mtshop-font{
	font-family:"mtshop";
	color:#8b0000;
	transform:skew(-4deg,-7deg);
}

._mtshop_n-font{
    font-family:"mtshop";
    color:#8b0000;
}

._mtshop2-font{
	font-family: 'Yellowtail', cursive;
	color:#8b0000;
	transform:skew(-4deg,-7deg);
}

._mtshop2_n-font{
    font-family: 'Yellowtail', cursive;
    color:#8b0000;
}


._price-font{
	font-family: 'Cinzel', serif;
}

._model-font{
	font-family: 'Passion One', cursive;
	color:white;
	font-size:50px;
}

._clear{
	clear:both;
}

._radaius{
	border-radius: 7px;
}

/* ニュース詳細 */
.newsdetail{
	width:100%;
}

.newsdetail h2{
	margin:3% 0 1% 0;
	text-align:center;
}

.newsdetail hr{
	width:90%;
	height:3px;
	margin:0 auto;
	border: none;
	background-color:#BAA001;
}

.newsdetail span{
	margin:0 0 0 5%;
}

.newsdetail p{
	width:96%;
	margin:3% 2%;
	word-wrap: break-word;
}

.newsdetail img{
	width:100%;
}

.newsdetail input[type=button]{
	display: block;
	width:70%;
	padding:3% 0;
	margin:0 auto;
}
	
