﻿@charset "utf-8";
/* CSS for service_ticket_page */

h1,h2,h3{
font-size:100%;
font-weight:normal;
}

*{
margin:0;
padding:0;
}

body{
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック", serif;
padding: 0;
margin: 0;
text-align:center;
background:url(../img/img_cmn/body_bg.gif) repeat-x;
}

a{
outline:none;
}

a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}

/* ************************************************
	     service ticket
************************************************ */

.special_service{
width:500px;
height:760px;
margin:15px auto;
}


.special_service p.ticket_6000off{
width:500px;
height:250px;
margin:0 auto;
margin-bottom:10px;
}


.special_service p.ticket_3000off{
width:500px;
height:250px;
margin:0 auto;
margin-bottom:10px;
}


.special_service p.ticket_1000off{
width:500px;
height:250px;
margin:0 auto;
margin-bottom:10px;
}


.special_service p.ticket_limitation{
width:500px;
height:250px;
margin:0 auto;
margin-bottom:10px;
}


