/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Jockey+One&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);

body {
	font: 13px/1.5 'Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a {
	color: #0080FF;
	text-decoration:none;}
	a:hover {
		color:#0080FF;
		text-decoration: none;}

a.p_todo_fileter_sort_link {
	display:block;
	color: #0080FF;
	text-decoration:none;
}
a.p_todo_fileter_sort_link:hover {
	color: #00CCCC;
	text-decoration:none;
}
a.p_todo_fileter_sort_link:selected {
	color: #00CCCC;
	text-decoration:none;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


/* `Date, Time
----------------------------------------------------------------------------------------------------*/

.date_time_font {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight:400;
	text-shadow:0 -1px #666;}
	.date_time_font span{
		font-size:20px;
		padding:0 0 0 5px;}
		
.date_time_font_2weekcal {
	font-family: 'Oswald', sans-serif;
	font-size:35px;
	font-weight:400;
	padding:0; margin:0;}
	.date_time_font2weekcal span{
		font-size:20px;
		font-weight:100;
		padding:0 0 0 5px;}	
.date_time_font_2weekcal_result {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	font-weight:400;
	padding:0; margin:0;}
	.date_time_font_2weekcal_result span{
		font-size:18px;}
		
		

.sort_date_font {
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:400;
	text-shadow:0 -1px #666;
}
.ampm_font {
	font-size:25px;
	font-weight:600;
	text-shadow:0 -1px #666;
}
.ampm_font_routine{
	font-size:25px;
	font-weight:600;
	text-shadow:0 -1px #666;
}

.ampm_font li{
	height:45px;
	position:absolute;
	/*padding-top:10px;*/
}
.alarm_font {
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:400;
	text-shadow:0 -1px #666;
	/*position:relative;*/
}
.alarm_font li{
	padding:5px 0;
	/*position:absolute;*/
}