@charset "utf-8";

/*********************************************************************
Sanuki92
For iPad & Tablet
*********************************************************************/

/* LAYOUT --------------------------------------------------------*/

body{ min-width: 960px; width: auto;}

@media only screen and (min-device-width : 768px) and (max-device-width : 1019px) {
}
@media only screen and (min-device-width : 900px){
}
@media all and (orientation:portrait){
	body{ max-width: 960px;}
	#container, #footer_top, #footer_btm, #copy{ min-width: 100%;}
	#container, #footer_top{ padding: 0 30px;}
	#footer_btm{ padding: 20px 30px;}
	#copy{ padding: 0.5em 30px;}
}
@media all and (orientation:landscape){
}


/* TITLES --------------------------------------------------------------------------------------------*/

/* NAVIGATION --------------------------------------------------------------------------------------------*/

#pagetop a em{
	padding: 3px 12px 5px;
}
/* Header --------------------------------------------------------------------------------------------*/

/* Index --------------------------------------------------------------------------------------------*/

/* Articles --------------------------------------------------------------------------------------------*/

/* Footer --------------------------------------------------------------------------------------------*/

