@charset "utf-8";
/* ============================================================+
//
// 2015.5.24
// These Stylesheet written by SENOarika. 
// [ ありや - http://imoni.org/ ]
//
// ============================================================+*/
@import url("styleTohoVotePc.css") screen and (min-width:750px);
@import url("styleTohoVoteSp.css") screen and (max-width:749px);
/* ------------------------------------------------------------+
// Common Style  Reset/Font/Anchor
// ------------------------------------------------------------+*/
*{
	margin: 0;
	padding: 0;
	border: 0;

	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
}
em,
strong{
	font-weight: bold;
	letter-spacing: 0.1em;
}
a{
	color: #1144dd;
}
section a:hover,
footer dl dd a:hover{
	text-decoration: underline;
}
