
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	color: #ff0000;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	overflow: hidden;
}

.wid_in{
	font-size: 0;
	line-height: 0;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 60px;
}

.edbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px 30px 10px 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.edbox:nth-of-type(odd){
	border-right-width: 1px;
	border-right-style: solid;
}

.edbox:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.edbox:before{
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
}
.edbox:after{
	content: '>';
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.user{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 8px 0;
}

.user_l,
.user_r{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.user_l{
	width: 60px;
}

.user_l .dan{
	display: inline-block;
	vertical-align: top;
	width: 55px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.user_l .dan i{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	margin-right: 2px;
}

.user_r{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

.edin{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
}

.edin_l,
.edin_r{
	display: table-cell;
	vertical-align: bottom;
}

.edin_l{}

.edin_l table{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

.edin_l th{
	width: 50px;
	font-weight: bold;
	text-align: left;
}

.edin_l td{
	font-weight: bold;
	text-align: left;
}

.edin_l td em{	color: #ff9900;}

.edin_r{}

.edin_r .date{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin: 0 0 5px 0;
}
.edin_r .date br{	display: none;}

.edin_r .point{
	position: relative;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 13px 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.edin_r .point span{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 11px;
	position: absolute;
	top: 8px;
	left: calc(50% - 42px);
}

.edin_r .point em{
	font-family: "Font_A";
	font-size: 40px;
	font-weight: normal;
	color: #ff0000;
}


/** link **/

.wid .wid_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0 0 0;
}

.wid .wid_bt a{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 25px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wid .wid_bt a:hover{	text-decoration: none;}

.wid .wid_link{
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}


/***** zero *****/

.zero_bg{	padding: 10px 10px 10px 10px;}

.zero{
	position: relative;
	width: auto;
	margin: 0;
	padding: 10px 0 30px 0;
	border-width: 2px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.zero h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.zero h2{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #ff0000;
	margin: 0 0 15px 0;
	border-bottom: 3px double #ff0000;
}

.zero h2 br{ display: none;}

.zero .fu_bt{
	margin: 0 0 15px 0;
}

.zero .fu_bt a{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	border-width: 1px;
	border-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.zero .fu_bt a:hover{	text-decoration: none;}


/***** color *****/
/** col1 **/
.col1 .edbox{	color: #333; border-color: rgba(0, 0, 0, 0.15);}
.col1 .edbox:before{ border-left: 1px dotted rgba(0, 0, 0, 0.15);}
.col1 .edbox .point{ border-color: rgba(0, 0, 0, 0.15);}
.col1 .wid_in{	border-color: rgba(0, 0, 0, 0.15);}
.col1 .count_bg{	border-color: rgba(0, 0, 0, 0.15);}
.col1 .count{	color: #333; border-color: rgba(0, 0, 0, 0.15);}
.col1 .edin_l td{	color: #ccc;}
.col1 .edin_l td span{	color: #333;}
.col1 .wid_bt a{	color: #333; background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);}
.col1 .wid_bt a:hover{ color: #fff; background: #333; box-shadow: 0 0 0 2px #333;}
.col1 .wid_link, .col1 .wid_link a{	color: #999;}
.col1 #error a{	color: #ff0000;}
.col1 .zero{	border-color: rgba(0,0,0,0.15);}
.col1 .zero h1{
	color: #fff;
	border-color: #000;
	background-color: #000;
	box-shadow:0px 0px 0px 2px #fff inset;
	-moz-box-shadow:0px 0px 0px 2px #fff inset;
	-webkit-box-shadow:0px 0px 0px 2px #fff inset;
}
.col1 .zero .fu_bt a{
	color: #333;
	border-color: #000;
	background-color: #fff;
}
.col1 .zero .fu_bt a:hover{ color: #fff; background: #000;}

/** col2 **/
.col2 .edbox{	color: #fff; border-color: rgba(255, 255, 255, 0.15);}
.col2 .edbox:before{ border-left: 1px dotted rgba(255, 255, 255, 0.15);}
.col2 .edbox .point{ border-color: rgba(255, 255, 255, 0.15);}
.col2 .wid_in{	border-color: rgba(255, 255, 255, 0.15);}
.col2 .count_bg{	border-color: rgba(255, 255, 255, 0.15);}
.col2 .count{	color: #fff; border-color: rgba(255, 255, 255, 0.15);}
.col2 .edin_l td{	color: #222;}
.col2 .edin_l td span{	color: #fff;}
.col2 .wid_bt a{	color: #fff; background: rgba(0, 0, 0, 0.9); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);}
.col2 .wid_bt a:hover{ color: #333; background: #fff; box-shadow: 0 0 0 2px #fff;}
.col2 .wid_link, .col2 .wid_link a{	color: #676767}
.col2 #error a{	color: #ff0000;}
.col2 .zero{	border-color: rgba(255,255,255,0.15);}
.col2 .zero h1{
	color: #000;
	border-color: #fff;
	background-color: #fff;
	box-shadow:0px 0px 0px 2px #000 inset;
	-moz-box-shadow:0px 0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 0px 2px #000 inset;
}
.col2 .zero .fu_bt a{
	color: #fff;
	border-color: #fff;
	background-color: #000;
}
.col2 .zero .fu_bt a:hover{ color: #000; background: #fff;}
@font-face {
	font-family: Font_A;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}


/***** error *****/
#error{
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

#error div{
	display: table-cell;
	vertical-align: middle;
}

.count_bg{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.count{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-width: 3px;
	border-style: double;
	padding: 10px 0;
}

.count span{
	font-family: "Font_A";
	font-size: 42px;
	font-weight: normal;
	line-height: 1;
	color: #ff0000;
}

.wid_link{
	width: 100%;
	text-align: center;
	padding: 0 10px 10px 10px;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wid_link a,
.wid_bt a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 170px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background: #ff9900;
	padding: 10px;
	border-radius: 20px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wid_link a{
	color: #fff !important;
}

.wid_link a{ background: rgba(255, 153, 0, 0.9);}
.wid_link a:hover,
.wid_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/*=================================================
 * CSS for TUB or SP
 * ================================================= */

@media only screen and (max-width: 590px) {
	body{
		overflow: hidden;
		min-width: auto;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	.edbox{
		display: block;
		width: auto;
	}
	.edbox:nth-of-type(odd){	border-right: none;}
	.edbox:first-of-type{	border-top-width: 1px; border-top-style: solid;}
	.count_bg{	border: none;}
	.wid_in{	border: none;}
}


@media screen and (max-width: 450px) {

	.wid ul{
		padding: 10px 0 0 0;
	}
	.count{ font-size: 20px;}
	.count span{ font-size: 42px;}
}


@media screen and (max-width: 360px) {
	.wid ul{
		padding: 10px 0 0 0;
	}
	.wid .wid_link{
	}
	.count{ font-size: 16px;}
	.count span{ font-size: 34px;}
}


@media screen and (max-width: 330px) {
	.wid ul{
		padding: 10px 0 0 0;
	}
	.count{ font-size: 16px;}
	.count span{ font-size: 34px;}
}


@media screen and (max-width: 300px) {
	.count{ font-size: 14px;}
	.count span{ font-size: 20px;}
	.edbox{
		position: relative;
		padding: 10px;
	}
	.edbox:before,
	.edbox:after{	display: none;}

	.user{
		margin: 0 0 5px 0;
	}
	.user_l{
		width: 48px;
	}
	.user_l .dan{
		width: 46px;
		font-size: 10px;
		line-height: 12px;
	}
	.user_l .dan i{
		font-size: 11px;
		line-height: 12px;
		margin-right: 2px;
	}
	.user_r{
		font-size: 13px;
		line-height: 14px;
	}
	.edin{
	}
	.edin_l{}
	.edin_l table{
		font-size: 10px;
		line-height: 12px;
	}
	.edin_l th{
		width: 43px;
	}
	.edin_r .date{
		font-size: 10px;
		line-height: 10px;
		margin: 0 0 5px 0;
	}
	.edin_r .date br{	display: inline;}
	.edin_r .point{
		position: relative;
		height: 35px;
		font-size: 15px;
		line-height: 16px;
		padding: 9px 0 0 10px;
	}
	.edin_r .point span{	display: none;}
	.edin_r .point em{	font-size: 30px;}

	/** zero **/
	.wid .wid_bt a{
		width: 190px;
	}
	.zero_bg{	padding: 10px 10px 10px 10px;}
	.zero{
		margin: 0;
		padding: 10px 0;
	}
	.zero h1{
		font-size: 18px;
		line-height: 36px;
		margin: 0 10px 15px 10px;
	}
	.zero h2{
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 15px 0;
	}
	.zero .fu_bt{
		margin: 0;
	}
	.zero .fu_bt a{
	}
	.zero .fu_bt a:hover{	text-decoration: none;}
}

@media screen and (max-width: 240px) {
	.user{
		margin: 0 0 5px 0;
	}
	.user_l{
		width: 47px;
	}
	.user_l .dan{
		width: 45px;
	}
	.user_l .dan i{
		font-size: 10px;
		line-height: 10px;
		margin-right: 1px;
	}
	.user_r{
		font-size: 11px;
		line-height: 12px;
	}
	.edin{
	}
	.edin_l{	width: 108px;}
	.edin_l table{
		font-size: 10px;
		line-height: 12px;
	}
	.edin_l th{
		width: 43px;
	}
	.edin_r .date{
		font-size: 10px;
		line-height: 10px;
		margin: 0 0 3px 0;
	}
	.edin_r .date span{	display: none;}
	.edin_r .point{
		position: relative;
		height: 35px;
		font-size: 10px;
		line-height: 12px;
		padding: 11px 0 0 5px;
	}
	.edin_r .point em{	font-size: 24px;}


	.wid .wid_bt a{
		width: calc(100% - 20px);
		font-size: 12px;
	}
	.zero_bg{	padding: 10px 10px 10px 10px;}
	.zero{
		margin: 0;
		padding: 10px 0;
	}
	.zero h1{
		font-size: 16px;
		line-height: 30px;
		margin: 0 10px 15px 10px;
	}
	.zero h2{
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 15px 0;
	}
	.zero h2 br{ display: inline;}
	.zero .fu_bt{
		margin: 0;
	}
	.zero .fu_bt a{
		width: calc(100% - 20px);
		font-size: 12px;
	}
	.zero .fu_bt a:hover{	text-decoration: none;}
}


