/* reset -----------------------------*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:12px;
	font-weight:normal;
	line-height:2;
	color:#333;
	vertical-align:middle;
	background:transparent;
}

html {
	overflow-y:scroll;
}

body {
    line-height:1;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Sans-Serif;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

img {
	border: 0;
	vertical-align:top;
    max-width: 100%;
    height: auto;
}

.random {
text-align: center;
display: none;
}


.for_pc {
	display:none;
}


@media screen and ( min-width : 511px ) {
.for_pc {
	display:block;
}

.for_sp {
	display:none;
}
}

/* normal -----------------------------*/




/* holiday -----------------------------*/

.holiday {
	text-align:center;
}

.holiday h2 {
	background-color: #e60012;
	background-image: url(../img/parts/info_double_line.gif);
	background-repeat: repeat-x;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:1.6;
}

.holiday div {
	background-color: #ffeab3;
	padding:0 5px;
}

.holiday div p:first-of-type {
	font-weight:bold;
	line-height:1.4;
}

span.red {
	color:#e60012;
}

span.red_big {
	font-size:20px;
	color:#e60012;
}


