@charset "utf-8";
/*********************************************
 * reset
 ******************************************* */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus {
	outline: none;
}
fieldset, img {
	border: 0;
}
q:before, q:after {
	content: '';
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
noscript {
	font-size: 13px;
	line-height: 1.3;
}
/* html5 */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
/*********************************************
 * font
 ******************************************* */
 
 
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

h1, h2, h3, h4, h5, p {
	letter-spacing: 0.01em;
}
/*********************************************
 * PC
 ******************************************* */


body {
	width: 100%;
}

area:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
@media screen and (min-width: 781px) {
.sp {
	display: none;
}
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.ticker {
    margin: 0 auto;
    padding: 44px;
    width: 100%;    text-align: center;
    position: relative;
    overflow: hidden;
}
.font1{
font-size: 35px;
	letter-spacing: 2px;
	line-height: normal;
}
@media screen and (max-width: 1279px) {
.ticker {
    margin: 0 auto;
    padding: 44px;
    width: 680px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.font1{
font-size: 25px;
	letter-spacing: 2px;
	line-height: normal;
	font-weight: 700px;	
}}
 
.ticker ul {
    width: 100%;
    position: relative;
	text-align:center;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}
.ticker ul li img {
    margin:0 auto;
}
/*********************************************
 * SP
 ******************************************* */
@media screen and (max-width: 780px) {
body {
}
a {
	color: #000;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pc {
	display: none;
}
}