@charset "utf-8";
/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
*{
	font-size:100%;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,caption,address,th,em{
	font-style:normal;
	font-weight:normal;
}
ul,ol{
	list-style: none;
}
fieldset{
	border:none;
}
legend{
	display:none;
}
img{
	border:0;
	vertical-align:top;
}
hr{
	display:none;
	clear: both;
}
br{
	letter-spacing:0;
}
/* form */
button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
select{
	padding:2px;
}

/*-----------------------------------------------------
Initial Style
-------------------------------------------------------*/
a         { color: #0063dc; outline:none;}
a:visited { color: #3b41a4;}
a:hover   { color: #f80;}
a:focus,
a:active  { color: #f90;}

em     { font-weight: bold; color: #666;}
strong { font-weight: bold;}

table {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
th,
td {
	padding: 7px 12px;
	border: 1px solid #ddd;
}
th { text-align: center;}
thead th {}
thead td {}


/* clearfix
---------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End Holly Hack */


/* Utility
---------------------*/
.txt-left   { text-align: left;}
.txt-center { text-align: center;}
.txt-right  { text-align: right;}

.left  { float: left;}
.right { float: right;}
.clear { float: none; clear: both;}

.jp    { font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}
.verdana { font-family: Verdana, sans-serif;}

@media all and (orientation:portrait){
.landscape{ display: none !important;}
}
@media all and (orientation:landscape){
.portrait{ display: none !important;}
}

