@charset "Shift_JIS";


/* font --------------------------------------------------- */

body,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,textarea,p,th,td {
margin: 0;
padding: 0;
font-size: 12px; 
line-height: 1.4em;
color: #3a3a3a;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
font-size: 17px;
line-height: 1.2;
color: #3a3a3a; 
}

h2 {
font-size: 16px;
line-height: 1.2;
color: #3a3a3a; 
}

h3 {
font-size: 14px;
line-height: 1.2;
color: #3a3a3a; 
}



/* link --------------------------------------------------- */

a:link {
color: #0033ff;
text-decoration: underline;
}

a:active {
color: #0033ff;
text-decoration: underline;
}

a:visited {
color: #0033ff;
text-decoration: underline;
}

a:hover {
color: #d70000;
text-decoration: underline;
}


/* etc --------------------------------------------------- */

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

.clears { clear: both; }

.BorderNone {
border: none !important;
}

.BgNone {
background: none !important;
}



h1 span {
font-size:12px;
margin-left: 10px;
}

a.Linker {
padding-left: 16px;
background: url(../imgt/icon_LinkerArrow.gif) no-repeat 0 50%;
}

a.Back {
padding-left: 16px;
background: url(../imgt/icon_LinkerBack.gif) no-repeat left center;
}

.parts_Rss a {
padding-left: 18px;
background: url(../imgt/icon_Rss.gif) no-repeat left center !important;
}

.Alert {
color: #ff0000;
}

.warning {
color: #ff0000;
}

.FontLarge {
font-size: 14px;
}

.NormalStyle {
font-style: normal;
}


/* margin padding調整 --------------------------------------------------- */

.Margin0 {
margin: 0 0 0 0 !important;
}

.MarginTop0 {
margin-top: 0 !important;
}

.MarginTop5 {
margin-top: 5px !important;
}

.MarginTop10 {
margin-top: 10px !important;
}

.MarginTop15 {
margin-top: 15px !important;
}

.MarginTop20 {
margin: 20px 0 0 0 !important;
}

.MarginBottom0 {
margin-bottom: 0 !important;
}

.MarginBottom5 {
margin-bottom: 5px !important;
}

.MarginBottom10 {
margin-bottom: 10px !important;
}

.MarginBottom15 {
margin-bottom: 15px !important;
}

.MarginBottom20 {
margin-bottom: 20px !important;
}

.Padding0 {
padding: 0 !important;
}

.paddingTop0 {
padding-top: 0 !important;
}

.PaddingTop5 {
padding-top: 5px !important;
}

.PaddingTop10 {
padding-top: 10px !important;
}

.PaddingTop15 {
padding-top: 15px !important;
}

.PaddingTop20 {
padding-top: 20px !important;
}

.PaddingTop25 {
padding-top: 25px !important;
}

.PaddingLeft6 {
padding-left: 6px !important;
}


.text_alert{
 border: 1px solid #888;
    margin-top: 10px;
    padding: 5px;
    width: 800px;
}






/* 3Days調整 --------------------------------------------------- */

.3daysbox {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 33%;
    height: 75px;
    border: 1px solid #ccc;
    background-size: contain;
}